html {
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
}
* {
  box-sizing: border-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
*:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  color: #5f3817;
  text-decoration: none;
  transition: 0.5s all ease;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #824b1c;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #666;
}
:focus {
  outline: none;
}
html,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
b {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none !important;
}
.show {
  display: block;
}
.aling-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.white {
  background: #ffffff;
}
.ContaineR {
  width: 1200px;
  margin: 0 auto;
}
input {
  -webkit-appearance: none;
  outline: none;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  position: relative;
  margin-right: 12px;
}
input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}
input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #54b3e1;
  color: #54b3e1;
  font-size: 20px;
  font-weight: bold;
}
input[type="radio"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
  border-radius: 100%;
}
input[type="radio"]::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}
input[type="radio"]:checked::before {
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  padding: 3px;
  background-color: #54b3e1;
  background-clip: content-box;
  box-shadow: inset 0 0 1px #54b3e1, 0 0 1px #54b3e1;
}
@media (max-width: 767px) {
  .ContaineR {
    width: 100%;
    margin: 0 auto;
  }
  #map {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-bottom: 20px;
  }
}
.ContaineM {
  width: 1200px;
  margin: 0 auto;
}
.WB_T_Top {
  width: 100%;
  height: 40px;
  background: #79b424;
  color: #ffffff;
}
.WB_T_Top .ContaineM .WB_Top {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.WB_T_Top .ContaineM .WB_Top .welcome {
  width: 50%;
  font-size: 14px;
}
.WB_T_Top .ContaineM .WB_Top .Top_list {
  width: 50%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
}
.WB_T_Top .ContaineM .WB_Top .Top_list a {
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}
.WB_T_header {
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.WB_T_header .ContaineM .WB_header {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.WB_T_header .ContaineM .WB_header .Logo_box {
  width: 30%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
.WB_T_header .ContaineM .WB_header .Logo_box .logo {
  padding-right: 10px;
  margin-right: 10px;
}
.WB_T_header .ContaineM .WB_header .Logo_box .logo img {
  width: 100% ;
  height: auto ;
}
.SDheader {
  width: 100%;
  padding: 15px 0;
  display: block;
}
.SDheader .MainHeader {
  width: 1200px;
  margin: 0 auto;
}
.SDheader .MainHeader .Logo {
  width: 80%;
  float: left;
}
.SDheader .MainHeader .Logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  /*vertical-align: middle;*/
}
.SDheader .MainHeader .Tell {
  float: right;
  font-size: 13px;
  color: #a5a5a5;
  font-family: 'Microsoft YaHei';
  line-height: 20px;
  background: url(../images/tell.png) no-repeat 0 center;
  padding-left: 40px;
  margin-top: 40px;
}
.SDheader .MainHeader .Tell p {
  font-size: 20px;
  padding-right: 5px;
  color: #ff0000;
}
/*手机菜单*/
.header {
  display: none;
}
/*手机菜单*/
.clearfix {
  content: '';
  display: block;
  clear: both;
}
/*pc  Menu start*/
.Menu {
  width: 70%;
  background: #fff;
}
.Menu > .MenUl {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
  position: relative;
}
.Menu > .MenUl > li {
  width: 12.5%;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}
.Menu > .MenUl > li > a {
  /*padding: 12px 5px;*/
  color: #666666;
  line-height: 30px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0px 10px;
  display: block;
  width: 90%;
  margin: 0 auto;
}
.Menu > .MenUl > li:hover,
.Menu > .MenUl > li.active {
  box-sizing: border-box;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.Menu > .MenUl > li:hover > a,
.Menu > .MenUl > li.active > a {
  background: #79b424;
  border-radius: 20px;
  color: #ffffff;
}
.Menu > .MenUl .MenuSub {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -50%;
  background: #ffffff;
  padding: 0 15px 15px;
  box-sizing: border-box;
  z-index: -10;
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.Menu > .MenUl .MenuSub ul {
  width: 60%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.Menu > .MenUl .MenuSub ul > li {
  width: calc(29.33333333%);
  text-align: center;
  line-height: 50px;
  font-size: 1.4rem;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px #79b424 dashed;
  margin: 0 2% 15px;
}
.Menu > .MenUl .MenuSub ul > li > a {
  font-size: 1.2rem;
  line-height: 36px;
  color: #313131;
  display: block;
  width: 100%;
}
.Menu > .MenUl .MenuSub ul > li:hover {
  border-bottom: 1px #79b424 dashed;
  background: #f8fbf0;
  border-radius: 5px;
  opacity: 0.6;
}
.Menu > .MenUl .MenuSub ul > li:hover a {
  color: #79b424;
}
.Menu > .MenUl .MenuSub .MenuSubImg {
  width: 40%;
  padding: 15px;
  box-sizing: border-box;
}
.Menu > .MenUl .MenuSub .MenuSubImg img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.Menu > .MenUl > li:hover .MenuSub {
  /*display: block;*/
  z-index: 16;
  top: 31px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*pc  Menu end*/
.SearchBox {
  background: #79b424;
  padding: 25px 20px;
  position: relative;
  margin: -50px auto 30px;
  z-index: 10;
}
.SearchBox .noticeList {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.SearchBox .noticeList a {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchBox .noticeList span {
  width: 20%;
  text-align: right;
  color: #e1f9be;
  padding-right: 50px;
}
/*手机菜单*/
.header {
  display: none;
}
/*手机菜单*/
.TitleModel {
  width: 100%;
  position: relative;
}
.TitleModel .TitleBg {
  position: absolute;
  left: 0;
  top: 20px;
  background: url(../images/titleX.png) no-repeat 0 0;
  width: 15%;
  height: 5px;
  z-index: -1;
}
.TitleModel .TitleBg2 {
  position: absolute;
  right: 0;
  top: 150px;
  background: url(../images/bg.png) no-repeat 0 0;
  width: 480px;
  height: 390px;
  z-index: -1;
}
.TitleModel .TitleST {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.TitleModel .TitleST .TitleSTName {
  width: 80%;
  font-size: 26px;
  color: #333333;
  font-weight: 500;
}
.TitleModel .TitleST .TitleSTName span {
  padding-left: 50px;
  text-transform: uppercase;
}
.TitleModel .TitleST .TitleSTName span em {
  color: #79b424;
  padding-right: 10px;
}
.TitleModel .TitleST .TitleSTMore a {
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
}
.TitleMode2 {
  width: 100%;
}
.TitleMode2 .TitleST {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.TitleMode2 .TitleST .TitleSTName {
  width: 80%;
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
}
.TitleMode2 .TitleST .TitleSTName span {
  padding-left: 50px;
  text-transform: uppercase;
}
.TitleMode2 .TitleST .TitleSTName span em {
  color: #ffcc33;
  padding-right: 10px;
}
.TitleMode2 .TitleST .TitleSTMore a {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}
.NewsSection {
  padding: 30px 0 50px;
}
.NewsListFlex {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.NewsListFlex .NewsList {
  width: 48.5%;
  /*padding-right: 2%;*/
}
.NewsListFlex .NewsList .NewsList_recommend {
  width: 100%;
}
.NewsListFlex .NewsList .NewsList_recommend a {
  display: block;
  width: 100%;
}
.NewsListFlex .NewsList .NewsList_recommend a h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
  color: #79b424;
}
.NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
  color: #000000;
}
.NewsListFlex .NewsListBanner {
  width: 48.5%;
  position: relative;
}
.NewsListFlex .NewsListBanner .hd {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #ffffff;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.NewsListFlex .NewsListBanner .hd .pageState {
  letter-spacing: 5px;
}
.NewsListFlex .NewsListBanner .bd {
  width: 100%;
}
.NewsListFlex .NewsListBanner .bd ul li {
  position: relative;
}
.NewsListFlex .NewsListBanner .bd ul li img {
  display: block;
}
.NewsListFlex .NewsListBanner .bd ul li .information-main-text {
  position: absolute;
  bottom: 0;
  line-height: 50px;
  padding: 0 16px;
  display: block;
  z-index: 2;
  text-align: left;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  box-sizing: border-box;
}
.NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
  width: calc(100% - 50px);
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
  background: #79b424;
}
.News_List {
  width: 100%;
  margin-top: 8px;
}
.News_List ul {
  color: #333;
  padding: 0;
  width: 100%;
}
.News_List ul li {
  height: 44px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 44px;
  text-align: left;
  list-style-type: disc;
  position: relative;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  background: url(../images/listbg.png) no-repeat 0 center;
  padding-left: 30px;
  box-sizing: border-box;
}
.News_List ul li span {
  float: right;
  font-size: 14px;
  color: #999;
  width: 20%;
  text-align: right;
}
.News_List ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  float: left;
  font-size: 14px;
  color: #666666;
  height: 44px;
  line-height: 44px;
}
.News_List ul li a:hover {
  color: #79b424;
}
/*首页产品列表*/
.ProDefault {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.ProDefault .ProItem {
  width: calc(23%);
  margin: 0px 1% 30px;
}
.ProDefault .ProItem a {
  display: block;
}
.ProDefault .ProItem a .ProItem_Img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.ProDefault .ProItem a .ProItem_Img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.ProDefault .ProItem a .ProItemName {
  background: #ffffff;
  font-size: 18px;
  color: #333333;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ProDefault .ProItem a:hover .ProItem_Img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.ProDefault .ProItem a:hover .ProItemName {
  background: #79b424;
  color: #fff;
}
.ProDefault .ProItem:nth-child(4n) {
  margin-right: 0px;
}
.ProDefault .ProItem:nth-child(4n+1) {
  margin-left: 0px;
}
.Productbg {
  background: url(../images/bg01.png) no-repeat center center;
  width: 100%;
  padding: 30px 0;
  background-size: cover;
  margin-bottom: 50px;
}
.ProjectBg {
  background: url(../images/bg02.png) no-repeat 0 0;
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: 50px;
}
.footer {
  width: 100%;
  background: #fbfbfb;
}
.footer .footertop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.footer .footertop .footleft {
  width: 70%;
  padding: 30px 0;
}
.footer .footertop .footleft .Fridents {
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 15px;
}
.footer .footertop .footleft .Fridents a {
  padding: 0 15px;
  color: #333333;
}
.footer .footertop .footleft .Fridents a:hover {
  color: #000000;
}
.footer .footertop .footleft .Fridents a:first-child {
  padding-left: 0;
}
.footer .footertop .footleft .MContactS {
  line-height: 30px;
  color: #999999;
  font-size: 15px;
}
.footer .footertop .footleft .MContactS p {
  line-height: 30px;
  color: #999999;
  font-size: 15px;
}
.footer .footertop .footleft .MContactS p span {
  display: inline-block;
  width: 200px;
}
.footer .footertop .footright {
  width: 30%;
  text-align: right;
  vertical-align: middle;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.footer .footertop .footright .CodeItem {
  width: 48%;
  text-align: center;
  background: url(../images/xian.png) no-repeat center top;
  padding: 50px 0 30px;
}
.footer .footertop .footright .CodeItem img {
  width: auto;
  display: block;
  max-width: 120px;
  margin: 0 auto 10px;
}
.footer .footertop .footright .CodeItem p {
  font-size: 14px;
  color: #333333;
}
.footer .footerbottom {
  background: #79b424;
  width: 100%;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
.footer .footerbottom a {
  color: #ffffff;
}
.PartyList {
  width: 100%;
  padding: 0px 0px 50px;
  box-sizing: border-box;
  position: relative;
}
.PartyList .owl-nav {
  width: 100%;
  position: absolute;
  left: 0px;
  font-size: 0px;
  z-index: 20;
  margin: 0;
}
.PartyList .owl-theme .owl-nav [class*=owl-prev] {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -105px;
  top: 50%;
  margin-top: -205px;
  background: url(../images/icoLeft.png) no-repeat left center;
}
.PartyList .owl-theme .owl-nav [class*=owl-prev]:hover {
  background: rgba(0, 0, 0, 0.3) url(../images/icoLeft.png) no-repeat left center;
}
.PartyList .owl-theme .owl-nav [class*=owl-next] {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -105px;
  top: 50%;
  margin-top: -205px;
  background: url(../images/icoright.png) no-repeat left center;
}
.PartyList .owl-theme .owl-nav [class*=owl-next]:hover {
  background: rgba(0, 0, 0, 0.3) url(../images/icoright.png) no-repeat left center;
}
.PartyList .PartyItem {
  display: block;
}
.PartyList .PartyItem .PartyItemImg {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.PartyList .PartyItem .PartyItemImg img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 280px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.PartyList .PartyItem .PartyItemInfo {
  background: #f6f4f4;
  padding: 10px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.PartyList .PartyItem .PartyItemInfo .PartyListName {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.PartyList .PartyItem .PartyItemInfo .PartyListDes {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.PartyList .PartyItem:hover .PartyItemImg img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.PartyList .PartyItem:hover .PartyItemInfo {
  background: #79b424;
}
.PartyList .PartyItem:hover .PartyItemInfo .PartyListName {
  color: #ffffff;
}
.PartyList .PartyItem:hover .PartyItemInfo .PartyListDes {
  color: #ffffff;
  opacity: 0.5;
}
.ProjectBox {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.VideoSection {
  width: 100%;
  padding: 30px 0 50px;
  box-sizing: border-box;
}
.VideoSection .Video_index {
  width: 50%;
  position: absolute;
}
.VideoSection .Video_index .VideoImg {
  width: 100%;
  height: auto;
}
.VideoSection .Video_index .VideoImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.VideoSection .Video_index .VideoIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
.VideoSection .Video_index .VideoIcon img {
  opacity: 0.8;
  width: 70px;
  height: 70px;
}
.VideoSection .Video_index .VideoIcon:hover {
  cursor: pointer;
}
.VideoSection .Video_index .VideoIcon:hover img {
  opacity: 1;
}
.VideoSection .Video_index:after {
  content: '';
  width: 97%;
  position: absolute;
  height: 2px;
  background: #dfdede;
  top: 30px;
  right: -100%;
  z-index: -1;
}
.VideoHide {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000000;
  display: none;
}
.VideoHide video {
  width: 100%;
  height: 60%;
  margin: 10% auto;
}
.VideoHide .ContaineM {
  position: relative;
}
.VideoHide .VidexClose {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #79b424;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  right: -15px;
  top: 12%;
  z-index: 999999999;
  cursor: pointer;
}
.Inter_index {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.Inter_index .Interviews {
  width: 48%;
}
.Inter_index .Interviews .InterviewsTitle {
  margin-bottom: 45px;
}
.Inter_index .Interviews .InterviewsTitle a {
  display: block;
  color: #333333;
  width: 45%;
  background: #ffffff;
  margin: 10px auto 20px 90px;
  text-align: center;
}
.Inter_index .Interviews .InterviewsTitle a span {
  background: #ffffff url(../images/mediabg.png) no-repeat center center;
  padding: 10px 40px;
  background-size: 100%;
  font-size: 28px;
}
.InterviewsList {
  width: 100%;
}
.InterviewsList .InterviewsItem {
  margin-bottom: 25px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.InterviewsList .InterviewsItem .InterviewsItemImg {
  width: 22%;
  overflow: hidden;
  position: relative;
}
.InterviewsList .InterviewsItem .InterviewsItemImg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo {
  width: 75%;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a {
  display: block;
  width: 100%;
  height: auto;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a time {
  font-size: 13px;
  color: #cfcdcd;
  margin-bottom: 5px;
  display: block;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemImg {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
  color: #79b424;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
  color: #999999;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
  color: #000000;
}
.InterviewsList .InterviewsItem:last-child {
  margin-bottom: 0px;
}
.ProjectBox {
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 0px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.ProjectBox .ProjBig {
  width: 44.5%;
}
.ProjectBox .ProjBig a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ProjectBox .ProjBig a .ProjBigimg {
  width: 100%;
  height: auto;
}
.ProjectBox .ProjBig a .ProjBigimg img {
  width: 100%;
  height: 100%;
}
.ProjectBox .ProjBig a .ProjBigInfo {
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 2px;
  box-sizing: border-box;
  z-index: 10;
}
.ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
}
.ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  opacity: 0.8;
}
.ProjectBox .ProjBig a:hover .ProjBigInfo {
  background: rgba(0, 0, 0, 0.8);
}
.ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
  color: #ffffff;
}
.ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
  color: #ffffff;
  opacity: 1;
}
.ProjectBox .ProjSmall {
  width: 52%;
}
.insideBox {
  display: flex;
  display: -webkit-flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  margin: 25px auto 0;
}
.insideBox .inside_left {
  width: 23%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
}
.insideBox .inside_left .inside_Left_title {
  position: absolute;
  width: 100%;
  padding: 20px 15px;
  left: 0;
  margin-top: -75px;
  background: #79b424;
  z-index: 100;
}
.insideBox .inside_left .inside_Left_title h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 5px;
}
.insideBox .inside_left .inside_Left_title p {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.9;
}
.insideBox .inside_left .inside_left_Menu {
  background: #fcfef8;
  padding: 50px 20px 30px;
  width: 100%;
  box-sizing: border-box;
}
.insideBox .inside_left .inside_left_Menu ul {
  width: 100%;
}
.insideBox .inside_left .inside_left_Menu ul li {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f7fbf0;
  margin-bottom: 20px;
  border-bottom: 3px #f7fbf0 solid;
}
.insideBox .inside_left .inside_left_Menu ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
  height: 40px;
  line-height: 40px;
  background: #f7fbf0 url(../images/menubg.png) no-repeat left center;
  padding-left: 30px;
  background-size: 22px 20px;
  width: 100%;
}
.insideBox .inside_left .inside_left_Menu ul li:hover,
.insideBox .inside_left .inside_left_Menu ul li.active {
  background: #ecf9d9;
  border-bottom: 3px #98c557 solid;
}
.insideBox .inside_left .inside_left_Menu ul li:hover a,
.insideBox .inside_left .inside_left_Menu ul li.active a {
  color: #79b424;
  background: #ecf9d9 url(../images/menubgactive.png) no-repeat left center;
}
.insideBox .inside_left .inside_left_Menu ul li:last-child {
  margin-bottom: 0;
}
.insideBox .inside_left .inside_left_Conyact {
  width: 100%;
  height: auto;
  position: relative;
}
.insideBox .inside_left .inside_left_Conyact .insideConyactImg {
  width: 100%;
  height: auto;
  display: block;
}
.insideBox .inside_left .inside_left_Conyact .insideConyactImg img {
  width: 100%;
  height: 100%;
}
.insideBox .inside_left .inside_left_Conyact .leftmenuTitle {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -50%;
  width: 100%;
  z-index: 11;
  text-align: center;
}
.insideBox .inside_left .inside_left_Conyact .leftmenuTitle a {
  font-size: 20px;
  font-weight: normal;
  padding: 10px 30px;
  border: 1px #ffffff solid;
  color: #ffffff;
  text-transform: uppercase;
}
.insideBox .inside_left .inside_left_Conyact:hover {
  cursor: pointer;
}
.insideBox .inside_left .inside_left_Conyact:hover .insideConyactImg img {
  opacity: 0.8;
}
.insideBox .inside_left .inside_left_Conyact:hover .leftmenuTitle a {
  border: 1px #fdb900 solid;
  color: #fdb900;
}
.insideBox .inside_left .inside_left_Call {
  background: #fdb900;
  padding: 20px 15px;
  color: #ffffff;
  margin-top: -3px;
}
.insideBox .inside_left .inside_left_Call p {
  font-size: 14px;
  margin-bottom: 3px;
}
.insideBox .inside_left .inside_left_Call h3 {
  font-size: 26px;
  font-weight: normal;
}
.insideBox .inside_right {
  width: 75%;
  padding: 0 15px 15px;
  box-sizing: border-box;
  min-height: 718px;
}
.insideBox .inside_right .Local {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #cccccc solid;
  color: #333333;
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
}
.insideBox .inside_right .Local a {
  color: #000;
  padding: 0 8px;
}
.insideBox .inside_right .Local span {
  color: #79b424;
  padding-left: 8px;
  font-size: 15px;
}
.insideDetail {
  width: 100%;
  padding: 20px 0 0;
  background: #fff;
}
.insideDetail .Detail {
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.insideDetail .Detail .DetailTitle {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  text-align: center;
  border-bottom: #f2f2f2 1px dashed;
  padding-bottom: 8px;
  padding-top: 30px;
}
.insideDetail .Detail .DetailTitle span {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  padding: 0px 10px;
}
.insideDetail .Detail .DetailCont {
  padding: 20px 0 50px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.insideDetail .Detail .DetailCont p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.insideDetail .Detail .DetailCont strong {
  display: block;
  font-size: 20px;
  color: #232323;
  margin-top: 15px;
  line-height: 40px;
}
.insideDetail .Detail .DetailCont img {
  max-width: 100%;
  margin: 10px auto;
}
.insideDetail .Detail .DetailCont video {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
.insideDetail .Detail .pagrnext {
  width: 100%;
  border-top: 1px #e6e6e6 solid;
  padding: 15px 0;
}
.insideDetail .Detail .pagrnext > div {
  width: 100%;
  font-size: 16px;
  color: #000000;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insideDetail .Detail .pagrnext > div a {
  font-size: 15px;
  color: #4f4f4f;
}
.insideDetail .Detail .pagrnext > div a:hover {
  color: #824b1c;
}
.insideDetail .AboutCon {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  color: #656565;
  text-align: justify;
}
.insideDetail .AboutCon p {
  text-indent: 2em;
  font-size: 15px;
  line-height: 30px;
  color: #656565;
  text-align: justify;
}
.insideDetail .AboutCon .AboutConTitle {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.Experts {
  width: 100%;
  padding: 20px 0 30px;
}
.Experts ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.Experts ul li {
  width: calc(22%);
  box-sizing: border-box;
  margin: 0px 1.5% 35px;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.Experts ul li a {
  display: block;
}
.Experts ul li a > img {
  width: 100%;
  height: auto;
  display: block;
}
.Experts ul li .ExpertsInfo {
  padding: 10px;
  box-sizing: border-box;
}
.Experts ul li .ExpertsInfo .Infoname {
  font-size: 14px;
  color: #666666;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Experts ul li .ExpertsInfo .Infopost {
  font-size: 16px;
  color: #666666;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Experts ul li:hover {
  cursor: default;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.Experts ul li:hover .ExpertsInfo {
  background: #79b424;
}
.Experts ul li:hover .ExpertsInfo .Infoname {
  color: #ffffff;
}
.Experts ul li:hover .ExpertsInfo .Infopost {
  color: #ffffff;
}
/*分页*/
.page {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.page a {
  padding: 6px 15px;
  margin: 0 3px;
  font-size: 16px;
  border: 1px #c9e1a7 solid;
  color: #79b424;
  background: #ffffff;
}
.page a.active,
.page a:hover {
  border: 1px #79b424 solid;
  background: #79b424;
  color: #ffffff;
}
.PicNews ul {
  width: 100%;
  padding: 40px 0;
}
.PicNews ul li {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0 35px;
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px #d3d3d3 solid;
}
.PicNews ul li a {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}
.PicNews ul li a .Newsimg {
  width: 22%;
  position: relative;
  overflow: hidden;
}
.PicNews ul li a .Newsimg img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.PicNews ul li a .Newsinfo {
  padding: 0;
  width: 75%;
}
.PicNews ul li a .Newsinfo .Newsname {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.PicNews ul li a .Newsinfo .NewsTime {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #9f9f9f;
  margin-left: -10px;
}
.PicNews ul li a .Newsinfo .NewsTime span {
  padding: 0 10px;
}
.PicNews ul li a .Newsinfo .Newsdes {
  width: 100%;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.PicNews ul li a .Newsinfo .Newsdes span {
  color: #0096cc;
}
.PicNews ul li a:hover {
  overflow: hidden;
}
.PicNews ul li a:hover .Newsimg img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  overflow: hidden;
}
.PicNews ul li a:hover .Newsname {
  color: #79b424;
}
.PicNews ul li a:hover .NewsTime {
  color: #8c8c8c;
}
.PicNews ul li a:hover .Newsdes {
  color: #4c4c4c;
}
.PicNews ul li a:hover .Newsdes span {
  text-decoration: underline;
}
.PicNews ul li:last-child {
  margin-bottom: 0;
}
.ProductList {
  width: 100%;
  padding: 20px 0;
}
.ProductList ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ProductList ul li {
  width: calc(30.33333333%);
  box-sizing: border-box;
  margin: 10px 1.5% 25px;
  position: relative;
}
.ProductList ul li a {
  /*position: relative;*/
  display: block;
  width: 100%;
  height: 100%;
}
.ProductList ul li a > img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.ProductList ul li a p {
  font-size: 15px;
  color: #333333;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.03);
}
.ProductList ul li .video_ico {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -50px;
  opacity: 0.2;
  z-index: 12;
}
.ProductList ul li .video_ico a {
  display: block;
}
.ProductList ul li .video_ico:hover {
  opacity: 0.5;
}
.ProductList ul li:hover {
  /*transition: all 0.4s ease-out 0s;
            overflow: hidden;
            border: 1px #944d13 solid;*/
}
.ProductList ul li:hover p {
  background: #79b424;
  color: #ffffff;
}
.content {
  width: 100%;
  height: 100%;
}
.content .contentimg {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.content .contentFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0;
}
.content .contentFlex .contact_left {
  width: 60%;
  color: #000;
  font-size: 15px;
  line-height: 30px;
}
.content .contentFlex .contact_left h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 3px;
}
.content .contentFlex .contact_left p {
  font-size: 15px;
  line-height: 30px;
}
.content .contentFlex .contact_righgt {
  text-align: center;
  font-size: 14px;
  color: #000;
  padding-right: 30px;
}
.content .contentFlex .contact_righgt img {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
}
.Map_content {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.Map_content #map {
  width: 100%;
  height: 500px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*  background: #fff;

       Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-slide a img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ContaineM {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1441px) and (min-width: 1201px) {
  .codeF {
    width: 100%;
    background: url(/Source/images/ost.png) repeat center 30%;
    margin: 0;
    padding: 80px 0;
  }
  .codeF .codelist {
    width: 100%;
  }
  .ContaineM {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Menu {
    width: 65%;
  }
  .Menu > .MenUl > li {
    width: 12.5%;
  }
  .Menu > .MenUl > li > a {
    /*padding: 12px 5px;*/
    line-height: 30px;
    font-size: 1.3rem;
    padding: 0px 3px;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub ul {
    width: 60%;
    padding: 10px;
  }
  .Menu > .MenUl .MenuSub ul > li {
    width: calc(29.33333333%);
    text-align: center;
    line-height: 40px;
    font-size: 1.4rem;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px #79b424 dashed;
    margin: 0 1% 8px;
  }
  .Menu > .MenUl .MenuSub ul > li > a {
    font-size: 1.2rem;
    line-height: 36px;
    color: #313131;
    display: block;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg {
    width: 40%;
    padding: 15px;
    box-sizing: border-box;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .TitleModel .TitleBg {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    background: url(../images/titleX.png) no-repeat 0 0;
    width: 15%;
    height: 5px;
    z-index: -1;
  }
  .TitleModel .TitleBg2 {
    display: none;
    position: absolute;
    right: 0;
    top: 150px;
    background: url(../images/bg.png) no-repeat 0 0;
    width: 480px;
    height: 390px;
    z-index: -1;
  }
  .TitleModel .TitleST {
    margin-bottom: 20px;
  }
  .TitleModel .TitleST .TitleSTName {
    width: 80%;
    font-size: 2.1rem;
    color: #333333;
    font-weight: 600;
  }
  .TitleModel .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .TitleModel .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .TitleMode2 .TitleST {
    margin-bottom: 20px;
  }
  .TitleMode2 .TitleST .TitleSTName {
    width: 80%;
    font-size: 2.1rem;
  }
  .TitleMode2 .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .TitleMode2 .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .NewsSection {
    padding: 15px 0 30px;
  }
  .NewsListFlex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .NewsListFlex .NewsList {
    width: 50%;
    padding-right: 2%;
  }
  .NewsListFlex .NewsList .NewsList_recommend {
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a {
    display: block;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 13px;
    color: #999999;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
    color: #79b424;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
    color: #000000;
  }
  .NewsListFlex .NewsListBanner {
    width: 50%;
    padding-left: 2%;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #79b424;
  }
  .News_List ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    width: 100%;
  }
  .News_List ul li span {
    float: right;
    font-size: 12px;
    color: #999;
    width: 25%;
    text-align: right;
  }
  .News_List ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    float: left;
    font-size: 13px;
    color: #666666;
    height: 40px;
    line-height: 40px;
  }
  .News_List ul li a:hover {
    color: #79b424;
  }
  /*首页产品列表*/
  .ProDefault {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .ProDefault .ProItem {
    width: calc(23%);
    margin: 0px 1% 30px;
  }
  .ProDefault .ProItem a {
    display: block;
  }
  .ProDefault .ProItem a .ProItem_Img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .ProDefault .ProItem a .ProItem_Img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .ProDefault .ProItem a .ProItemName {
    font-size: 15px;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
  }
  .ProDefault .ProItem:nth-child(4n) {
    margin-right: 0px;
  }
  .ProDefault .ProItem:nth-child(4n+1) {
    margin-left: 0px;
  }
  .Productbg {
    background: url(../images/bg01.png) no-repeat center center;
    width: 100%;
    padding: 30px 0;
    background-size: cover;
    margin-bottom: 50px;
  }
  .ProjectBg {
    background: url(../images/bg02.png) no-repeat 0 0;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: 10px;
  }
  .footer {
    width: 100%;
    background: #fbfbfb;
  }
  .footer .footertop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .footer .footertop .footleft {
    width: 70%;
    padding: 10px 0;
  }
  .footer .footertop .footleft .Fridents {
    height: auto;
    line-height: 26px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer .footertop .footleft .Fridents a {
    padding: 0 5px;
  }
  .footer .footertop .footleft .MContactS {
    line-height: 26px;
    font-size: 13px;
  }
  .footer .footertop .footleft .MContactS p {
    line-height: 26px;
    color: #999999;
    font-size: 13px;
  }
  .footer .footertop .footright {
    width: 30%;
  }
  .footer .footertop .footright .CodeItem {
    width: 48%;
    text-align: center;
    background: url(../images/xian.png) no-repeat center top;
    padding: 30px 0 15px;
  }
  .footer .footertop .footright .CodeItem img {
    width: 90%;
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
  .footer .footertop .footright .CodeItem p {
    font-size: 12px;
    color: #333333;
  }
  .footer .footerbottom {
    font-size: 12px;
  }
  .PartyList {
    width: 100%;
    padding: 0px 0px 50px;
    box-sizing: border-box;
    position: relative;
  }
  .PartyList .owl-nav {
    width: 100%;
    position: absolute;
    left: 0px;
    font-size: 0px;
    z-index: 20;
    margin: 0;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .PartyItem {
    display: block;
  }
  .PartyList .PartyItem .PartyItemImg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .PartyList .PartyItem .PartyItemImg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo {
    background: #f6f4f4;
    padding: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListName {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListDes {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .PartyList .PartyItem:hover .PartyItemImg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
  }
  .PartyList .PartyItem:hover .PartyItemInfo {
    background: #79b424;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListName {
    color: #ffffff;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListDes {
    color: #ffffff;
    opacity: 0.5;
  }
  .ProjectBox {
    width: 100%;
    padding: 15px;
    background: #ffffff;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .VideoSection {
    width: 100%;
    padding: 30px 0 50px;
    box-sizing: border-box;
  }
  .VideoSection .Video_index {
    width: 50%;
    position: absolute;
  }
  .VideoSection .Video_index .VideoImg {
    width: 100%;
    height: 410px;
  }
  .VideoSection .Video_index .VideoImg img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .VideoSection .Video_index .VideoIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }
  .VideoSection .Video_index .VideoIcon img {
    opacity: 0.8;
    width: 70px;
    height: 70px;
  }
  .VideoSection .Video_index .VideoIcon:hover {
    cursor: pointer;
  }
  .VideoSection .Video_index .VideoIcon:hover img {
    opacity: 1;
  }
  .VideoSection .Video_index:after {
    content: '';
    width: 97%;
    position: absolute;
    height: 2px;
    background: #dfdede;
    top: 30px;
    right: -100%;
    z-index: -1;
  }
  .VideoHide {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    display: none;
  }
  .VideoHide video {
    width: 100%;
    height: 60%;
    margin: 10% auto;
  }
  .VideoHide .ContaineM {
    position: relative;
  }
  .VideoHide .VidexClose {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #79b424;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: -15px;
    top: 12%;
    z-index: 999999999;
    cursor: pointer;
  }
  .Inter_index {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .Inter_index .Interviews {
    width: 48%;
  }
  .Inter_index .Interviews .InterviewsTitle {
    margin-bottom: 45px;
  }
  .Inter_index .Interviews .InterviewsTitle a {
    display: block;
    color: #333333;
    width: 45%;
    background: #ffffff;
    margin: 10px auto 20px 90px;
    text-align: center;
  }
  .Inter_index .Interviews .InterviewsTitle a span {
    background: #ffffff url(../images/mediabg.png) no-repeat center center;
    padding: 10px 40px;
    background-size: 100%;
    font-size: 28px;
  }
  .InterviewsList {
    width: 100%;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 15px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 30%;
    overflow: hidden;
    position: relative;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: 66%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a time {
    font-size: 13px;
    color: #cfcdcd;
    margin-bottom: 5px;
    display: block;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #79b424;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .ProjectBox .ProjBig {
    width: 53%;
  }
  .ProjectBox .ProjBig a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ProjectBox .ProjBig a .ProjBigimg {
    width: 100%;
    height: auto;
  }
  .ProjectBox .ProjBig a .ProjBigimg img {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    width: 100%;
    padding: 10px 15px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 2px;
    box-sizing: border-box;
    z-index: 10;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0.8;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo {
    background: rgba(0, 0, 0, 0.8);
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
    color: #ffffff;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
    color: #ffffff;
    opacity: 1;
  }
  .ProjectBox .ProjSmall {
    width: 45%;
  }
  .insideBox {
    margin: 15px auto 0;
  }
  .insideBox .inside_left {
    width: 26%;
    margin-bottom: 30px;
  }
  .insideBox .inside_left .inside_Left_title {
    position: absolute;
    width: 100%;
    padding: 20px 15px;
    left: 0;
    margin-top: -65px;
    background: #79b424;
    z-index: 100;
  }
  .insideBox .inside_left .inside_Left_title h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .insideBox .inside_left .inside_Left_title p {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.9;
  }
  .insideBox .inside_left .inside_left_Menu {
    padding: 45px 10px 10px;
  }
  .insideBox .inside_left .inside_left_Menu ul li {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .insideBox .inside_left .inside_left_Menu ul li a {
    display: block;
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    background: #f7fbf0 url(../images/menubg.png) no-repeat left center;
    padding-left: 30px;
    background-size: 22px 20px;
    width: 100%;
  }
  .insideBox .inside_left .inside_left_Menu ul li:hover,
  .insideBox .inside_left .inside_left_Menu ul li.active {
    background: #ecf9d9;
    border-bottom: 3px #98c557 solid;
  }
  .insideBox .inside_left .inside_left_Menu ul li:hover a,
  .insideBox .inside_left .inside_left_Menu ul li.active a {
    color: #79b424;
    background: #ecf9d9 url(../images/menubgactive.png) no-repeat left center;
  }
  .insideBox .inside_left .inside_left_Menu ul li:last-child {
    margin-bottom: 0;
  }
  .insideBox .inside_left .inside_left_Conyact {
    width: 100%;
    height: auto;
    position: relative;
  }
  .insideBox .inside_left .inside_left_Conyact .insideConyactImg {
    width: 100%;
    height: auto;
    display: block;
  }
  .insideBox .inside_left .inside_left_Conyact .insideConyactImg img {
    width: 100%;
    height: 100%;
  }
  .insideBox .inside_left .inside_left_Conyact .leftmenuTitle {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -50%;
    width: 100%;
    z-index: 11;
    text-align: center;
  }
  .insideBox .inside_left .inside_left_Conyact .leftmenuTitle a {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 30px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-transform: uppercase;
  }
  .insideBox .inside_left .inside_left_Conyact:hover {
    cursor: pointer;
  }
  .insideBox .inside_left .inside_left_Conyact:hover .insideConyactImg img {
    opacity: 0.8;
  }
  .insideBox .inside_left .inside_left_Conyact:hover .leftmenuTitle a {
    border: 1px #fdb900 solid;
    color: #fdb900;
  }
  .insideBox .inside_left .inside_left_Call {
    background: #fdb900;
    padding: 20px 15px;
    color: #ffffff;
    margin-top: -3px;
  }
  .insideBox .inside_left .inside_left_Call p {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .insideBox .inside_left .inside_left_Call h3 {
    font-size: 26px;
    font-weight: normal;
  }
  .insideBox .inside_right {
    width: 70%;
    padding: 0 0px 15px;
    box-sizing: border-box;
    min-height: 718px;
  }
  .insideBox .inside_right .Local {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .insideBox .inside_right .Local span {
    font-size: 14px;
  }
  .insideDetail {
    width: 100%;
    padding: 20px 0 0;
    padding: 0px;
    background: #fff;
  }
  .insideDetail .Detail {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .insideDetail .Detail .DetailTitle {
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 36px;
    text-align: center;
    border-bottom: #f2f2f2 1px dashed;
    padding-bottom: 8px;
    padding-top: 30px;
  }
  .insideDetail .Detail .DetailTitle h3 {
    font-weight: normal;
  }
  .insideDetail .Detail .DetailTitle span {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding: 0px 10px;
  }
  .insideDetail .Detail .DetailCont {
    padding: 20px 0 50px;
    font-size: 13px;
    color: #666;
    line-height: 26px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .insideDetail .Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .insideDetail .Detail .pagrnext > div {
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .insideDetail .Detail .pagrnext > div a {
    font-size: 14px;
  }
  .insideDetail .AboutCon {
    font-size: 13px;
  }
  .insideDetail .AboutCon p {
    font-size: 13px;
  }
  .Experts {
    padding: 15px 0 30px;
  }
  .Experts ul li {
    width: calc(30.33333333%);
    margin: 0px 1.5% 15px;
  }
  .Experts ul li .ExpertsInfo .Infoname {
    font-size: 12px;
  }
  .Experts ul li .ExpertsInfo .Infopost {
    font-size: 14px;
  }
  /*分页*/
  .page {
    padding: 30px 0;
  }
  .page a {
    padding: 6px 12px;
    font-size: 14px;
  }
  .PicNews ul {
    padding: 15px 0;
  }
  .PicNews ul li {
    margin: 0px 0 15px;
    padding-bottom: 15px;
  }
  .PicNews ul li a .Newsimg {
    width: 30%;
  }
  .PicNews ul li a .Newsinfo {
    padding: 0;
    width: 65%;
  }
  .PicNews ul li a .Newsinfo .Newsname {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .PicNews ul li a .Newsinfo .NewsTime {
    font-size: 12px;
  }
  .PicNews ul li a .Newsinfo .Newsdes {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .ProductList {
    padding: 10px 0;
  }
  .ProductList ul li {
    width: calc(30.33333333%);
    box-sizing: border-box;
    margin: 10px 1.5% 25px;
    position: relative;
  }
  .ProductList ul li a p {
    font-size: 14px;
    color: #333333;
  }
  .content .contentFlex {
    margin: 20px 0;
  }
  .content .contentFlex .contact_left {
    width: 70%;
    font-size: 13px;
    line-height: 30px;
  }
  .content .contentFlex .contact_left h3 {
    font-size: 16px;
    line-height: 34px;
  }
  .content .contentFlex .contact_left p {
    font-size: 13px;
    line-height: 30px;
  }
  .content .contentFlex .contact_righgt {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-right: 30px;
  }
  .content .contentFlex .contact_righgt img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
  .Map_content {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .Map_content #map {
    width: 100%;
    height: 500px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*  background: #fff;

       Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .ContaineM {
    width: 900px;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .WB_T_Top {
    width: 100%;
    height: 40px;
    background: #79b424;
    color: #ffffff;
  }
  .WB_T_Top .ContaineM .WB_Top {
    height: 36px;
    line-height: 36px;
  }
  .WB_T_Top .ContaineM .WB_Top .welcome {
    font-size: 12px;
  }
  .WB_T_Top .ContaineM .WB_Top .Top_list a {
    font-size: 12px;
    line-height: 36px;
  }
  .WB_T_header {
    padding: 10px 0;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box {
    width: 30%;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box .logo img {
    width: 100% ;
    height: auto ;
  }
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  /*pc  Menu start*/
  .Menu {
    width: 70%;
  }
  .Menu > .MenUl > li {
    width: 12.5%;
  }
  .Menu > .MenUl > li > a {
    /*padding: 12px 5px;*/
    line-height: 30px;
    font-size: 1.3rem;
    padding: 0px 3px;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub ul {
    width: 60%;
    padding: 10px;
  }
  .Menu > .MenUl .MenuSub ul > li {
    width: calc(29.33333333%);
    text-align: center;
    line-height: 40px;
    font-size: 1.4rem;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px #79b424 dashed;
    margin: 0 1% 8px;
  }
  .Menu > .MenUl .MenuSub ul > li > a {
    font-size: 1.2rem;
    line-height: 36px;
    color: #313131;
    display: block;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg {
    width: 40%;
    padding: 15px;
    box-sizing: border-box;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  /*pc  Menu end*/
  .SearchBox {
    padding: 10px 15px;
    margin: -30px auto 15px;
  }
  .SearchBox .noticeList a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .SearchBox .noticeList span {
    width: 20%;
    text-align: right;
    color: #e1f9be;
    padding-right: 50px;
  }
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .TitleModel .TitleBg {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    background: url(../images/titleX.png) no-repeat 0 0;
    width: 15%;
    height: 5px;
    z-index: -1;
  }
  .TitleModel .TitleBg2 {
    display: none;
    position: absolute;
    right: 0;
    top: 150px;
    background: url(../images/bg.png) no-repeat 0 0;
    width: 480px;
    height: 390px;
    z-index: -1;
  }
  .TitleModel .TitleST {
    margin-bottom: 20px;
  }
  .TitleModel .TitleST .TitleSTName {
    width: 80%;
    font-size: 2.1rem;
    color: #333333;
    font-weight: 600;
  }
  .TitleModel .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .TitleModel .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .TitleMode2 .TitleST {
    margin-bottom: 20px;
  }
  .TitleMode2 .TitleST .TitleSTName {
    width: 80%;
    font-size: 2.1rem;
  }
  .TitleMode2 .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .TitleMode2 .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .NewsSection {
    padding: 15px 0 30px;
  }
  .NewsListFlex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .NewsListFlex .NewsList {
    width: 50%;
    padding-right: 2%;
  }
  .NewsListFlex .NewsList .NewsList_recommend {
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a {
    display: block;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 13px;
    color: #999999;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
    color: #79b424;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
    color: #000000;
  }
  .NewsListFlex .NewsListBanner {
    width: 50%;
    padding-left: 2%;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #79b424;
  }
  .News_List ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    width: 100%;
  }
  .News_List ul li span {
    float: right;
    font-size: 12px;
    color: #999;
    width: 25%;
    text-align: right;
  }
  .News_List ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    float: left;
    font-size: 13px;
    color: #666666;
    height: 40px;
    line-height: 40px;
  }
  .News_List ul li a:hover {
    color: #79b424;
  }
  /*首页产品列表*/
  .ProDefault {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .ProDefault .ProItem {
    width: calc(23%);
    margin: 0px 1% 30px;
  }
  .ProDefault .ProItem a {
    display: block;
  }
  .ProDefault .ProItem a .ProItem_Img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .ProDefault .ProItem a .ProItem_Img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .ProDefault .ProItem a .ProItemName {
    font-size: 15px;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
  }
  .ProDefault .ProItem:nth-child(4n) {
    margin-right: 0px;
  }
  .ProDefault .ProItem:nth-child(4n+1) {
    margin-left: 0px;
  }
  .Productbg {
    background: url(../images/bg01.png) no-repeat center center;
    width: 100%;
    padding: 30px 0;
    background-size: cover;
    margin-bottom: 50px;
  }
  .ProjectBg {
    background: url(../images/bg02.png) no-repeat 0 0;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: 10px;
  }
  .footer {
    width: 100%;
    background: #fbfbfb;
  }
  .footer .footertop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .footer .footertop .footleft {
    width: 70%;
    padding: 10px 0;
  }
  .footer .footertop .footleft .Fridents {
    height: auto;
    line-height: 26px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer .footertop .footleft .Fridents a {
    padding: 0 5px;
  }
  .footer .footertop .footleft .MContactS {
    line-height: 26px;
    font-size: 13px;
  }
  .footer .footertop .footleft .MContactS p {
    line-height: 26px;
    color: #999999;
    font-size: 13px;
  }
  .footer .footertop .footright {
    width: 30%;
  }
  .footer .footertop .footright .CodeItem {
    width: 48%;
    text-align: center;
    background: url(../images/xian.png) no-repeat center top;
    padding: 30px 0 15px;
  }
  .footer .footertop .footright .CodeItem img {
    width: 90%;
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
  .footer .footertop .footright .CodeItem p {
    font-size: 12px;
    color: #333333;
  }
  .footer .footerbottom {
    font-size: 12px;
  }
  .PartyList {
    width: 100%;
    padding: 0px 0px 50px;
    box-sizing: border-box;
    position: relative;
  }
  .PartyList .owl-nav {
    width: 100%;
    position: absolute;
    left: 0px;
    font-size: 0px;
    z-index: 20;
    margin: 0;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .PartyItem {
    display: block;
  }
  .PartyList .PartyItem .PartyItemImg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .PartyList .PartyItem .PartyItemImg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo {
    background: #f6f4f4;
    padding: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListName {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListDes {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .PartyList .PartyItem:hover .PartyItemImg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
  }
  .PartyList .PartyItem:hover .PartyItemInfo {
    background: #79b424;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListName {
    color: #ffffff;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListDes {
    color: #ffffff;
    opacity: 0.5;
  }
  .ProjectBox {
    width: 100%;
    padding: 15px;
    background: #ffffff;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .VideoSection {
    width: 100%;
    padding: 30px 0 50px;
    box-sizing: border-box;
  }
  .VideoSection .Video_index {
    width: 50%;
    position: absolute;
  }
  .VideoSection .Video_index .VideoImg {
    width: 100%;
    height: 410px;
  }
  .VideoSection .Video_index .VideoImg img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .VideoSection .Video_index .VideoIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }
  .VideoSection .Video_index .VideoIcon img {
    opacity: 0.8;
    width: 70px;
    height: 70px;
  }
  .VideoSection .Video_index .VideoIcon:hover {
    cursor: pointer;
  }
  .VideoSection .Video_index .VideoIcon:hover img {
    opacity: 1;
  }
  .VideoSection .Video_index:after {
    content: '';
    width: 97%;
    position: absolute;
    height: 2px;
    background: #dfdede;
    top: 30px;
    right: -100%;
    z-index: -1;
  }
  .VideoHide {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    display: none;
  }
  .VideoHide video {
    width: 100%;
    height: 60%;
    margin: 10% auto;
  }
  .VideoHide .ContaineM {
    position: relative;
  }
  .VideoHide .VidexClose {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #79b424;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: -15px;
    top: 12%;
    z-index: 999999999;
    cursor: pointer;
  }
  .Inter_index {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .Inter_index .Interviews {
    width: 48%;
  }
  .Inter_index .Interviews .InterviewsTitle {
    margin-bottom: 45px;
  }
  .Inter_index .Interviews .InterviewsTitle a {
    display: block;
    color: #333333;
    width: 45%;
    background: #ffffff;
    margin: 10px auto 20px 90px;
    text-align: center;
  }
  .Inter_index .Interviews .InterviewsTitle a span {
    background: #ffffff url(../images/mediabg.png) no-repeat center center;
    padding: 10px 40px;
    background-size: 100%;
    font-size: 28px;
  }
  .InterviewsList {
    width: 100%;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 15px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 30%;
    overflow: hidden;
    position: relative;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: 66%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a time {
    font-size: 13px;
    color: #cfcdcd;
    margin-bottom: 5px;
    display: block;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #79b424;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .ProjectBox .ProjBig {
    width: 53%;
  }
  .ProjectBox .ProjBig a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ProjectBox .ProjBig a .ProjBigimg {
    width: 100%;
    height: auto;
  }
  .ProjectBox .ProjBig a .ProjBigimg img {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    width: 100%;
    padding: 10px 15px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 2px;
    box-sizing: border-box;
    z-index: 10;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0.8;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo {
    background: rgba(0, 0, 0, 0.8);
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
    color: #ffffff;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
    color: #ffffff;
    opacity: 1;
  }
  .ProjectBox .ProjSmall {
    width: 45%;
  }
  .insideBox {
    margin: 15px auto 0;
  }
  .insideBox .inside_left {
    width: 26%;
    margin-bottom: 30px;
  }
  .insideBox .inside_left .inside_Left_title {
    position: absolute;
    width: 100%;
    padding: 20px 15px;
    left: 0;
    margin-top: -65px;
    background: #79b424;
    z-index: 100;
  }
  .insideBox .inside_left .inside_Left_title h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .insideBox .inside_left .inside_Left_title p {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.9;
  }
  .insideBox .inside_left .inside_left_Menu {
    padding: 45px 10px 10px;
  }
  .insideBox .inside_left .inside_left_Menu ul li {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .insideBox .inside_left .inside_left_Menu ul li a {
    display: block;
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    background: #f7fbf0 url(../images/menubg.png) no-repeat left center;
    padding-left: 30px;
    background-size: 22px 20px;
    width: 100%;
  }
  .insideBox .inside_left .inside_left_Menu ul li:hover,
  .insideBox .inside_left .inside_left_Menu ul li.active {
    background: #ecf9d9;
    border-bottom: 3px #98c557 solid;
  }
  .insideBox .inside_left .inside_left_Menu ul li:hover a,
  .insideBox .inside_left .inside_left_Menu ul li.active a {
    color: #79b424;
    background: #ecf9d9 url(../images/menubgactive.png) no-repeat left center;
  }
  .insideBox .inside_left .inside_left_Menu ul li:last-child {
    margin-bottom: 0;
  }
  .insideBox .inside_left .inside_left_Conyact {
    width: 100%;
    height: auto;
    position: relative;
  }
  .insideBox .inside_left .inside_left_Conyact .insideConyactImg {
    width: 100%;
    height: auto;
    display: block;
  }
  .insideBox .inside_left .inside_left_Conyact .insideConyactImg img {
    width: 100%;
    height: 100%;
  }
  .insideBox .inside_left .inside_left_Conyact .leftmenuTitle {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -50%;
    width: 100%;
    z-index: 11;
    text-align: center;
  }
  .insideBox .inside_left .inside_left_Conyact .leftmenuTitle a {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 30px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-transform: uppercase;
  }
  .insideBox .inside_left .inside_left_Conyact:hover {
    cursor: pointer;
  }
  .insideBox .inside_left .inside_left_Conyact:hover .insideConyactImg img {
    opacity: 0.8;
  }
  .insideBox .inside_left .inside_left_Conyact:hover .leftmenuTitle a {
    border: 1px #fdb900 solid;
    color: #fdb900;
  }
  .insideBox .inside_left .inside_left_Call {
    background: #fdb900;
    padding: 20px 15px;
    color: #ffffff;
    margin-top: -3px;
  }
  .insideBox .inside_left .inside_left_Call p {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .insideBox .inside_left .inside_left_Call h3 {
    font-size: 26px;
    font-weight: normal;
  }
  .insideBox .inside_right {
    width: 70%;
    padding: 0 0px 15px;
    box-sizing: border-box;
    min-height: 718px;
  }
  .insideBox .inside_right .Local {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .insideBox .inside_right .Local span {
    font-size: 14px;
  }
  .insideDetail {
    width: 100%;
    padding: 20px 0 0;
    padding: 0px;
    background: #fff;
  }
  .insideDetail .Detail {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .insideDetail .Detail .DetailTitle {
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 36px;
    text-align: center;
    border-bottom: #f2f2f2 1px dashed;
    padding-bottom: 8px;
    padding-top: 30px;
  }
  .insideDetail .Detail .DetailTitle h3 {
    font-weight: normal;
  }
  .insideDetail .Detail .DetailTitle span {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding: 0px 10px;
  }
  .insideDetail .Detail .DetailCont {
    padding: 20px 0 50px;
    font-size: 13px;
    color: #666;
    line-height: 26px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .insideDetail .Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .insideDetail .Detail .pagrnext > div {
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .insideDetail .Detail .pagrnext > div a {
    font-size: 14px;
  }
  .insideDetail .AboutCon {
    font-size: 13px;
  }
  .insideDetail .AboutCon p {
    font-size: 13px;
  }
  .Experts {
    padding: 15px 0 30px;
  }
  .Experts ul li {
    width: calc(30.33333333%);
    margin: 0px 1.5% 15px;
  }
  .Experts ul li .ExpertsInfo .Infoname {
    font-size: 12px;
  }
  .Experts ul li .ExpertsInfo .Infopost {
    font-size: 14px;
  }
  /*分页*/
  .page {
    padding: 30px 0;
  }
  .page a {
    padding: 6px 12px;
    font-size: 14px;
  }
  .PicNews ul {
    padding: 15px 0;
  }
  .PicNews ul li {
    margin: 0px 0 15px;
    padding-bottom: 15px;
  }
  .PicNews ul li a .Newsimg {
    width: 30%;
  }
  .PicNews ul li a .Newsinfo {
    padding: 0;
    width: 65%;
  }
  .PicNews ul li a .Newsinfo .Newsname {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .PicNews ul li a .Newsinfo .NewsTime {
    font-size: 12px;
  }
  .PicNews ul li a .Newsinfo .Newsdes {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .ProductList {
    padding: 10px 0;
  }
  .ProductList ul li {
    width: calc(30.33333333%);
    box-sizing: border-box;
    margin: 10px 1.5% 25px;
    position: relative;
  }
  .ProductList ul li a p {
    font-size: 14px;
    color: #333333;
  }
  .content .contentFlex {
    margin: 20px 0;
  }
  .content .contentFlex .contact_left {
    width: 70%;
    font-size: 13px;
    line-height: 30px;
  }
  .content .contentFlex .contact_left h3 {
    font-size: 16px;
    line-height: 34px;
  }
  .content .contentFlex .contact_left p {
    font-size: 13px;
    line-height: 30px;
  }
  .content .contentFlex .contact_righgt {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-right: 30px;
  }
  .content .contentFlex .contact_righgt img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
  .Map_content {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .Map_content #map {
    width: 100%;
    height: 500px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*  background: #fff;

       Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .ContaineM {
    width: 750px;
    margin: 0 auto;
  }
  .WB_T_Top {
    width: 100%;
    height: 40px;
    background: #79b424;
    color: #ffffff;
  }
  .WB_T_Top .ContaineM .WB_Top {
    height: 36px;
    line-height: 36px;
  }
  .WB_T_Top .ContaineM .WB_Top .welcome {
    font-size: 12px;
  }
  .WB_T_Top .ContaineM .WB_Top .Top_list a {
    font-size: 12px;
    line-height: 36px;
  }
  .WB_T_header {
    padding: 10px 0;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box {
    width: 30%;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box .logo img {
    width: 100% ;
    height: auto ;
  }
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  /*pc  Menu start*/
  .Menu {
    width: 70%;
  }
  .Menu > .MenUl > li {
    width: 12.5%;
  }
  .Menu > .MenUl > li > a {
    /*padding: 12px 5px;*/
    line-height: 30px;
    font-size: 1.3rem;
    padding: 0px 3px;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub ul {
    width: 60%;
    padding: 10px;
  }
  .Menu > .MenUl .MenuSub ul > li {
    width: calc(29.33333333%);
    text-align: center;
    line-height: 40px;
    font-size: 1.4rem;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px #79b424 dashed;
    margin: 0 1% 8px;
  }
  .Menu > .MenUl .MenuSub ul > li > a {
    font-size: 1.2rem;
    line-height: 36px;
    color: #313131;
    display: block;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg {
    width: 40%;
    padding: 15px;
    box-sizing: border-box;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  /*pc  Menu end*/
  .SearchBox {
    padding: 10px 15px;
    margin: -30px auto 15px;
  }
  .SearchBox .noticeList a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .SearchBox .noticeList span {
    width: 20%;
    text-align: right;
    color: #e1f9be;
    padding-right: 50px;
  }
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .TitleModel .TitleBg {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    background: url(../images/titleX.png) no-repeat 0 0;
    width: 15%;
    height: 5px;
    z-index: -1;
  }
  .TitleModel .TitleBg2 {
    display: none;
    position: absolute;
    right: 0;
    top: 150px;
    background: url(../images/bg.png) no-repeat 0 0;
    width: 480px;
    height: 390px;
    z-index: -1;
  }
  .TitleModel .TitleST {
    margin-bottom: 20px;
  }
  .TitleModel .TitleST .TitleSTName {
    width: 80%;
    font-size: 2.1rem;
    color: #333333;
    font-weight: 600;
  }
  .TitleModel .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .TitleModel .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .TitleMode2 .TitleST {
    margin-bottom: 20px;
  }
  .TitleMode2 .TitleST .TitleSTName {
    width: 80%;
    font-size: 2.1rem;
  }
  .TitleMode2 .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .TitleMode2 .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .NewsSection {
    padding: 15px 0 30px;
  }
  .NewsListFlex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .NewsListFlex .NewsList {
    width: 50%;
    padding-right: 2%;
  }
  .NewsListFlex .NewsList .NewsList_recommend {
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a {
    display: block;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 13px;
    color: #999999;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
    color: #79b424;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
    color: #000000;
  }
  .NewsListFlex .NewsListBanner {
    width: 50%;
    padding-left: 2%;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #79b424;
  }
  .News_List ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    width: 100%;
  }
  .News_List ul li span {
    float: right;
    font-size: 12px;
    color: #999;
    width: 25%;
    text-align: right;
  }
  .News_List ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    float: left;
    font-size: 13px;
    color: #666666;
    height: 40px;
    line-height: 40px;
  }
  .News_List ul li a:hover {
    color: #79b424;
  }
  /*首页产品列表*/
  .ProDefault {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .ProDefault .ProItem {
    width: calc(23%);
    margin: 0px 1% 30px;
  }
  .ProDefault .ProItem a {
    display: block;
  }
  .ProDefault .ProItem a .ProItem_Img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .ProDefault .ProItem a .ProItem_Img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .ProDefault .ProItem a .ProItemName {
    font-size: 15px;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
  }
  .ProDefault .ProItem:nth-child(4n) {
    margin-right: 0px;
  }
  .ProDefault .ProItem:nth-child(4n+1) {
    margin-left: 0px;
  }
  .Productbg {
    background: url(../images/bg01.png) no-repeat center center;
    width: 100%;
    padding: 30px 0;
    background-size: cover;
    margin-bottom: 50px;
  }
  .ProjectBg {
    background: url(../images/bg02.png) no-repeat 0 0;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: 10px;
  }
  .footer {
    width: 100%;
    background: #fbfbfb;
  }
  .footer .footertop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .footer .footertop .footleft {
    width: 70%;
    padding: 10px 0;
  }
  .footer .footertop .footleft .Fridents {
    height: auto;
    line-height: 26px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer .footertop .footleft .Fridents a {
    padding: 0 5px;
  }
  .footer .footertop .footleft .MContactS {
    line-height: 26px;
    font-size: 13px;
  }
  .footer .footertop .footleft .MContactS p {
    line-height: 26px;
    color: #999999;
    font-size: 13px;
  }
  .footer .footertop .footright {
    width: 30%;
  }
  .footer .footertop .footright .CodeItem {
    width: 48%;
    text-align: center;
    background: url(../images/xian.png) no-repeat center top;
    padding: 30px 0 15px;
  }
  .footer .footertop .footright .CodeItem img {
    width: 90%;
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
  .footer .footertop .footright .CodeItem p {
    font-size: 12px;
    color: #333333;
  }
  .footer .footerbottom {
    font-size: 12px;
  }
  .PartyList {
    width: 100%;
    padding: 0px 0px 50px;
    box-sizing: border-box;
    position: relative;
  }
  .PartyList .owl-nav {
    width: 100%;
    position: absolute;
    left: 0px;
    font-size: 0px;
    z-index: 20;
    margin: 0;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .PartyItem {
    display: block;
  }
  .PartyList .PartyItem .PartyItemImg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .PartyList .PartyItem .PartyItemImg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo {
    background: #f6f4f4;
    padding: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListName {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListDes {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .PartyList .PartyItem:hover .PartyItemImg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
  }
  .PartyList .PartyItem:hover .PartyItemInfo {
    background: #79b424;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListName {
    color: #ffffff;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListDes {
    color: #ffffff;
    opacity: 0.5;
  }
  .ProjectBox {
    width: 100%;
    padding: 15px;
    background: #ffffff;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .VideoSection {
    padding: 15px;
  }
  .VideoSection .Video_index {
    width: 100%;
    position: relative;
  }
  .VideoSection .Video_index .VideoImg {
    width: 100%;
    height: auto;
    /*position: absolute;*/
  }
  .VideoSection .Video_index .VideoImg img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .VideoSection .Video_index .VideoIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }
  .VideoSection .Video_index .VideoIcon img {
    opacity: 0.8;
    width: 70px;
    height: 70px;
  }
  .VideoSection .Video_index .VideoIcon:hover {
    cursor: pointer;
  }
  .VideoSection .Video_index .VideoIcon:hover img {
    opacity: 1;
  }
  .VideoSection .Video_index:after {
    display: none;
    content: '';
    width: 97%;
    position: absolute;
    height: 2px;
    background: #dfdede;
    top: 30px;
    right: -100%;
    z-index: -1;
  }
  .VideoHide {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    display: none;
  }
  .VideoHide video {
    width: 100%;
    height: 60%;
    margin: 10% auto;
  }
  .VideoHide .ContaineM {
    position: relative;
  }
  .VideoHide .VidexClose {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #79b424;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: -15px;
    top: 12%;
    z-index: 999999999;
    cursor: pointer;
  }
  .Inter_index {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .Inter_index .Interviews {
    width: 100%;
  }
  .Inter_index .Interviews .InterviewsTitle {
    margin-bottom: 45px;
  }
  .Inter_index .Interviews .InterviewsTitle a {
    display: block;
    color: #333333;
    width: 45%;
    background: #ffffff;
    margin: 10px auto 20px 90px;
    text-align: center;
  }
  .Inter_index .Interviews .InterviewsTitle a span {
    background: #ffffff url(../images/mediabg.png) no-repeat center center;
    padding: 10px 40px;
    background-size: 100%;
    font-size: 28px;
  }
  .InterviewsList {
    width: 100%;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 15px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 30%;
    overflow: hidden;
    position: relative;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: 66%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a time {
    font-size: 13px;
    color: #cfcdcd;
    margin-bottom: 5px;
    display: block;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #79b424;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .ProjectBox .ProjBig {
    width: 53%;
  }
  .ProjectBox .ProjBig a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ProjectBox .ProjBig a .ProjBigimg {
    width: 100%;
    height: auto;
  }
  .ProjectBox .ProjBig a .ProjBigimg img {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    width: 100%;
    padding: 10px 15px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 2px;
    box-sizing: border-box;
    z-index: 10;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0.8;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo {
    background: rgba(0, 0, 0, 0.8);
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
    color: #ffffff;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
    color: #ffffff;
    opacity: 1;
  }
  .ProjectBox .ProjSmall {
    width: 45%;
  }
  .insideBox {
    margin: 15px auto 0;
  }
  .insideBox .inside_left {
    width: 30%;
    margin-bottom: 30px;
  }
  .insideBox .inside_left .inside_Left_title {
    position: absolute;
    width: 100%;
    padding: 20px 15px;
    left: 0;
    margin-top: -65px;
    background: #79b424;
    z-index: 100;
  }
  .insideBox .inside_left .inside_Left_title h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .insideBox .inside_left .inside_Left_title p {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.9;
  }
  .insideBox .inside_left .inside_left_Menu {
    padding: 45px 10px 10px;
  }
  .insideBox .inside_left .inside_left_Menu ul li {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .insideBox .inside_left .inside_left_Menu ul li a {
    display: block;
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    background: #f7fbf0 url(../images/menubg.png) no-repeat left center;
    padding-left: 30px;
    background-size: 22px 20px;
    width: 100%;
  }
  .insideBox .inside_left .inside_left_Menu ul li:hover,
  .insideBox .inside_left .inside_left_Menu ul li.active {
    background: #ecf9d9;
    border-bottom: 3px #98c557 solid;
  }
  .insideBox .inside_left .inside_left_Menu ul li:hover a,
  .insideBox .inside_left .inside_left_Menu ul li.active a {
    color: #79b424;
    background: #ecf9d9 url(../images/menubgactive.png) no-repeat left center;
  }
  .insideBox .inside_left .inside_left_Menu ul li:last-child {
    margin-bottom: 0;
  }
  .insideBox .inside_left .inside_left_Conyact {
    width: 100%;
    height: auto;
    position: relative;
  }
  .insideBox .inside_left .inside_left_Conyact .insideConyactImg {
    width: 100%;
    height: auto;
    display: block;
  }
  .insideBox .inside_left .inside_left_Conyact .insideConyactImg img {
    width: 100%;
    height: 100%;
  }
  .insideBox .inside_left .inside_left_Conyact .leftmenuTitle {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -50%;
    width: 100%;
    z-index: 11;
    text-align: center;
  }
  .insideBox .inside_left .inside_left_Conyact .leftmenuTitle a {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 30px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-transform: uppercase;
  }
  .insideBox .inside_left .inside_left_Conyact:hover {
    cursor: pointer;
  }
  .insideBox .inside_left .inside_left_Conyact:hover .insideConyactImg img {
    opacity: 0.8;
  }
  .insideBox .inside_left .inside_left_Conyact:hover .leftmenuTitle a {
    border: 1px #fdb900 solid;
    color: #fdb900;
  }
  .insideBox .inside_left .inside_left_Call {
    background: #fdb900;
    padding: 20px 15px;
    color: #ffffff;
    margin-top: -3px;
  }
  .insideBox .inside_left .inside_left_Call p {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .insideBox .inside_left .inside_left_Call h3 {
    font-size: 26px;
    font-weight: normal;
  }
  .insideBox .inside_right {
    width: 66%;
    padding: 0 0px 15px;
    box-sizing: border-box;
    min-height: 718px;
  }
  .insideBox .inside_right .Local {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .insideBox .inside_right .Local span {
    font-size: 14px;
  }
  .insideDetail {
    width: 100%;
    padding: 20px 0 0;
    padding: 0px;
    background: #fff;
  }
  .insideDetail .Detail {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .insideDetail .Detail .DetailTitle {
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 36px;
    text-align: center;
    border-bottom: #f2f2f2 1px dashed;
    padding-bottom: 8px;
    padding-top: 30px;
  }
  .insideDetail .Detail .DetailTitle h3 {
    font-weight: normal;
  }
  .insideDetail .Detail .DetailTitle span {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding: 0px 10px;
  }
  .insideDetail .Detail .DetailCont {
    padding: 20px 0 50px;
    font-size: 13px;
    color: #666;
    line-height: 26px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .insideDetail .Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .insideDetail .Detail .pagrnext > div {
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .insideDetail .Detail .pagrnext > div a {
    font-size: 14px;
  }
  .insideDetail .AboutCon {
    font-size: 13px;
  }
  .insideDetail .AboutCon p {
    font-size: 13px;
  }
  .Experts {
    padding: 15px 0 30px;
  }
  .Experts ul li {
    width: calc(30.33333333%);
    margin: 0px 1.5% 15px;
  }
  .Experts ul li .ExpertsInfo .Infoname {
    font-size: 12px;
  }
  .Experts ul li .ExpertsInfo .Infopost {
    font-size: 14px;
  }
  /*分页*/
  .page {
    padding: 30px 0;
  }
  .page a {
    padding: 6px 12px;
    font-size: 14px;
  }
  .PicNews ul {
    padding: 15px 0;
  }
  .PicNews ul li {
    margin: 0px 0 15px;
    padding-bottom: 15px;
  }
  .PicNews ul li a .Newsimg {
    width: 30%;
  }
  .PicNews ul li a .Newsinfo {
    padding: 0;
    width: 65%;
  }
  .PicNews ul li a .Newsinfo .Newsname {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .PicNews ul li a .Newsinfo .NewsTime {
    font-size: 12px;
  }
  .PicNews ul li a .Newsinfo .Newsdes {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .ProductList {
    padding: 10px 0;
  }
  .ProductList ul li {
    width: calc(47%);
    box-sizing: border-box;
    margin: 10px 1.5% 25px;
    position: relative;
  }
  .ProductList ul li a p {
    font-size: 14px;
    color: #333333;
  }
  .content .contentFlex {
    margin: 20px 0;
  }
  .content .contentFlex .contact_left {
    width: 70%;
    font-size: 13px;
    line-height: 30px;
  }
  .content .contentFlex .contact_left h3 {
    font-size: 16px;
    line-height: 34px;
  }
  .content .contentFlex .contact_left p {
    font-size: 13px;
    line-height: 30px;
  }
  .content .contentFlex .contact_righgt {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-right: 30px;
  }
  .content .contentFlex .contact_righgt img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
  .Map_content {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .Map_content #map {
    width: 100%;
    height: 500px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*  background: #fff;

       Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .WB_T_Top {
    width: 100%;
    height: 40px;
    background: #79b424;
    color: #ffffff;
    display: none;
  }
  .WB_T_Top .ContaineM .WB_Top {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
  .WB_T_Top .ContaineM .WB_Top .welcome {
    width: 50%;
    font-size: 1.1rem;
  }
  .WB_T_Top .ContaineM .WB_Top .Top_list {
    width: 50%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
  }
  .WB_T_Top .ContaineM .WB_Top .Top_list a {
    font-size: 1.1rem;
    line-height: 40px;
    padding: 0 10px;
  }
  .WB_T_header {
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .WB_T_header .ContaineM .WB_header {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box {
    width: 30%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box .logo {
    padding-right: 10px;
    margin-right: 10px;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box .logo img {
    width: auto;
    height: 100%;
  }
  .SDheader {
    width: 100%;
    padding: 1.3rem 0;
    display: block;
  }
  .SDheader .MainHeader {
    width: 1200px;
    margin: 0 auto;
  }
  .SDheader .MainHeader .Logo {
    width: 80%;
    float: left;
  }
  .SDheader .MainHeader .Logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    /*vertical-align: middle;*/
  }
  .SDheader .MainHeader .Tell {
    float: right;
    font-size: 13px;
    color: #a5a5a5;
    font-family: 'Microsoft YaHei';
    line-height: 20px;
    background: url(../images/tell.png) no-repeat 0 center;
    padding-left: 40px;
    margin-top: 40px;
  }
  .SDheader .MainHeader .Tell p {
    font-size: 20px;
    padding-right: 5px;
    color: #ff0000;
  }
  /*手机菜单*/
  .header {
    position: relative;
    height: 60px;
    background: #fff;
    background-size: cover;
    display: block;
  }
  .header .logo {
    display: block;
    width: 60%;
    height: 50px;
    padding: 5px 0 0 10px;
  }
  .header .logo img {
    width: auto;
    vertical-align: middle;
    height: 50px;
  }
  /*手机菜单*/
  .clearfix {
    content: '';
    display: block;
    clear: both;
  }
  /*pc  Menu start*/
  .Menu {
    width: 70%;
    background: #fff;
  }
  .Menu > .MenUl {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
    position: relative;
  }
  .Menu > .MenUl > li {
    width: 12.5%;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
  }
  .Menu > .MenUl > li > a {
    /*padding: 12px 5px;*/
    color: #666666;
    line-height: 30px;
    font-size: 1.5rem;
    text-align: center;
    padding: 0px 10px;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .Menu > .MenUl > li:hover,
  .Menu > .MenUl > li.active {
    box-sizing: border-box;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .Menu > .MenUl > li:hover > a,
  .Menu > .MenUl > li.active > a {
    background: #79b424;
    border-radius: 20px;
    color: #ffffff;
  }
  .Menu > .MenUl .MenuSub {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -50%;
    background: #ffffff;
    padding: 0 1.3rem 1.3rem;
    box-sizing: border-box;
    z-index: -10;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  }
  .Menu > .MenUl .MenuSub ul {
    width: 60%;
    padding: 1.3rem;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .Menu > .MenUl .MenuSub ul > li {
    width: calc(29.33333333%);
    text-align: center;
    line-height: 50px;
    font-size: 1.4rem;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px #79b424 dashed;
    margin: 0 2% 1.3rem;
  }
  .Menu > .MenUl .MenuSub ul > li > a {
    font-size: 1.2rem;
    line-height: 36px;
    color: #313131;
    display: block;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub ul > li:hover {
    border-bottom: 1px #79b424 dashed;
    background: #f8fbf0;
    border-radius: 5px;
    opacity: 0.6;
  }
  .Menu > .MenUl .MenuSub ul > li:hover a {
    color: #79b424;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg {
    width: 40%;
    padding: 1.3rem;
    box-sizing: border-box;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .Menu > .MenUl > li:hover .MenuSub {
    /*display: block;*/
    z-index: 16;
    top: 31px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /*pc  Menu end*/
  .SearchBox {
    background: #79b424;
    padding: 10px 10px;
    position: relative;
    margin: 10px auto 15px;
    z-index: 10;
  }
  .SearchBox .noticeList a {
    width: 80%;
    height: 50px;
    line-height: 50px;
  }
  .SearchBox .noticeList span {
    width: 20%;
    padding-right: 30px;
  }
  .TitleModel .TitleBg {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    background: url(../images/titleX.png) no-repeat 0 0;
    width: 15%;
    height: 5px;
    z-index: -1;
  }
  .TitleModel .TitleBg2 {
    display: none;
    position: absolute;
    right: 0;
    top: 150px;
    background: url(../images/bg.png) no-repeat 0 0;
    width: 480px;
    height: 390px;
    z-index: -1;
  }
  .TitleModel .TitleST {
    margin-bottom: 20px;
  }
  .TitleModel .TitleST .TitleSTName {
    width: 80%;
    font-size: 1.8rem;
    color: #333333;
    font-weight: 500;
  }
  .TitleModel .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .TitleModel .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .TitleMode2 .TitleST {
    margin-bottom: 20px;
  }
  .TitleMode2 .TitleST .TitleSTName {
    width: 80%;
    font-size: 1.8rem;
  }
  .TitleMode2 .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .TitleMode2 .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .NewsSection {
    padding: 15px 0 15px;
  }
  .NewsListFlex {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .NewsListFlex .NewsList {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 1.6rem;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 1.1rem;
  }
  .NewsListFlex .NewsListBanner {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 1.3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #79b424;
  }
  .News_List ul li {
    background: url(../images/listbg.png) no-repeat 0 center;
    padding-left: 30px;
  }
  .News_List ul li span {
    font-size: 1.1rem;
    width: 25%;
  }
  .News_List ul li a {
    width: 75%;
    font-size: 1.1rem;
  }
  /*首页产品列表*/
  .ProDefault .ProItem {
    width: calc(48%);
    margin: 0px 1% 15px;
  }
  .ProDefault .ProItem a .ProItemName {
    font-size: 1.4rem;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
  }
  .ProDefault .ProItem:nth-child(4n) {
    margin-right: 1%;
  }
  .ProDefault .ProItem:nth-child(4n+1) {
    margin-left: 1%;
  }
  .Productbg {
    background: url(../images/bg01.png) no-repeat center center;
    width: 100%;
    padding: 30px 0;
    background-size: cover;
    margin-bottom: 50px;
  }
  .ProjectBg {
    background: url(../images/bg02.png) no-repeat 0 0;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  .footer {
    background: #f5f5f5;
  }
  .footer .footertop {
    flex-wrap: wrap;
  }
  .footer .footertop .footleft {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 1.3rem;
  }
  .footer .footertop .footleft .Fridents {
    display: none;
    height: auto;
    line-height: 30px;
    font-size: 1.2rem;
    /*display:flex;
                    justify-content:flex-start;
                    align-items:center;
                    flex-wrap:wrap;*/
    color: #ffffff;
  }
  .footer .footertop .footleft .Fridents a {
    text-align: left;
    padding: 0px;
    color: #333333;
    width: calc(100%/5 - 10px);
  }
  .footer .footertop .footleft .MContactS {
    line-height: 30px;
    color: #999999;
    font-size: 1.3rem;
  }
  .footer .footertop .footleft .MContactS p {
    line-height: 30px;
    color: #999999;
    font-size: 1.3rem;
  }
  .footer .footertop .footleft .MContactS p span {
    display: inline-block;
    width: 200px;
  }
  .footer .footertop .footright {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    /*display: flex;
                display: inline-flex;
                justify-content: flex-end;
                align-items: flex-start;*/
    display: none;
  }
  .footer .footertop .footright .CodeItem {
    width: 48%;
    text-align: center;
    background: url(../images/xian.png) no-repeat center top;
    padding: 50px 0 30px;
  }
  .footer .footertop .footright .CodeItem img {
    width: auto;
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
  .footer .footertop .footright .CodeItem p {
    font-size: 1.1rem;
    color: #333333;
  }
  .footer .footerbottom {
    background: #79b424;
    width: 100%;
    font-size: 1.1rem;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
  }
  .footer .footerbottom a {
    color: #ffffff;
  }
  .PartyList {
    width: 100%;
    padding: 0px 0px 50px;
    box-sizing: border-box;
    position: relative;
  }
  .PartyList .owl-nav {
    width: 100%;
    position: absolute;
    left: 0px;
    font-size: 0px;
    z-index: 20;
    margin: 0;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next] {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .PartyItem {
    display: block;
  }
  .PartyList .PartyItem .PartyItemImg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .PartyList .PartyItem .PartyItemImg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo {
    background: #f6f4f4;
    padding: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListName {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListDes {
    font-size: 1.1rem;
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .PartyList .PartyItem:hover .PartyItemImg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
  }
  .PartyList .PartyItem:hover .PartyItemInfo {
    background: #79b424;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListName {
    color: #ffffff;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListDes {
    color: #ffffff;
    opacity: 0.5;
  }
  .ProjectBox {
    padding: 10px;
    margin-bottom: 15px;
  }
  .VideoSection {
    padding: 15px;
  }
  .VideoSection .Video_index {
    width: 100%;
    position: relative;
  }
  .VideoSection .Video_index .VideoImg {
    width: 100%;
    height: auto;
    /*position: absolute;*/
  }
  .VideoSection .Video_index .VideoImg img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .VideoSection .Video_index .VideoIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }
  .VideoSection .Video_index .VideoIcon img {
    opacity: 0.8;
    width: 70px;
    height: 70px;
  }
  .VideoSection .Video_index .VideoIcon:hover {
    cursor: pointer;
  }
  .VideoSection .Video_index .VideoIcon:hover img {
    opacity: 1;
  }
  .VideoSection .Video_index:after {
    display: none;
    content: '';
    width: 97%;
    position: absolute;
    height: 2px;
    background: #dfdede;
    top: 30px;
    right: -100%;
    z-index: -1;
  }
  .VideoHide {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    display: none;
  }
  .VideoHide video {
    width: 100%;
    height: 50%;
    margin: 20% auto;
  }
  .VideoHide .ContaineM {
    position: relative;
  }
  .VideoHide .VidexClose {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #79b424;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 18%;
    z-index: 999999999;
    cursor: pointer;
  }
  .Inter_index {
    width: 100%;
  }
  .Inter_index .Interviews {
    width: 100%;
  }
  .Inter_index .Interviews .InterviewsTitle {
    margin: 25px 0;
    width: 100%;
  }
  .Inter_index .Interviews .InterviewsTitle a {
    width: 100%;
    margin: 10px 0;
  }
  .Inter_index .Interviews .InterviewsTitle a span {
    background: #ffffff url(../images/mediabg.png) no-repeat center center;
    padding: 10px 40px;
    background-size: 100%;
    font-size: 1.8rem;
  }
  .InterviewsList {
    width: 100%;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 15px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 30%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: 66%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a time {
    font-size: 13px;
    color: #cfcdcd;
    margin-bottom: 5px;
    display: block;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 1.1rem;
    color: #999999;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #79b424;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    padding: 10px;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .ProjectBox .ProjBig {
    width: 100%;
    margin-bottom: 15px;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    padding: 10px;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 1.6rem;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 1.1rem;
    color: #ffffff;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0.8;
  }
  .ProjectBox .ProjSmall {
    width: 100%;
  }
  .insideBox {
    margin: 1.3rem auto 0;
    flex-wrap: wrap;
  }
  .insideBox .inside_left {
    margin-bottom: 1.3rem;
    width: 100%;
  }
  .insideBox .inside_left .inside_Left_title {
    position: absolute;
    width: 100%;
    padding: 10px 10px;
    left: 0;
    margin-top: 0px;
    background: #79b424;
    z-index: 100;
  }
  .insideBox .inside_left .inside_Left_title h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .insideBox .inside_left .inside_Left_title p {
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.9;
  }
  .insideBox .inside_left .inside_left_Menu {
    padding: 100px 10px 10px;
    width: 100%;
  }
  .insideBox .inside_left .inside_left_Menu ul {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .insideBox .inside_left .inside_left_Menu ul li {
    width: 48%;
    padding: 0 10px;
  }
  .insideBox .inside_left .inside_left_Menu ul li a {
    font-size: 13px;
  }
  .insideBox .inside_left .inside_left_Conyact {
    display: none;
  }
  .insideBox .inside_left .inside_left_Call {
    background: #fdb900;
    padding: 1.3rem 1.3rem;
    color: #ffffff;
    margin-top: -3px;
  }
  .insideBox .inside_left .inside_left_Call p {
    font-size: 13px;
  }
  .insideBox .inside_left .inside_left_Call h3 {
    font-size: 20px;
  }
  .insideBox .inside_right {
    width: 100%;
    padding: 0 0px 1.3rem;
    box-sizing: border-box;
    min-height: 718px;
  }
  .insideBox .inside_right .Local {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .insideBox .inside_right .Local a {
    color: #000;
    padding: 0 8px;
  }
  .insideBox .inside_right .Local span {
    color: #79b424;
    padding-left: 8px;
    font-size: 1.3rem;
  }
  .insideDetail {
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
  }
  .insideDetail .Detail {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .insideDetail .Detail .DetailTitle {
    font-size: 16px;
    line-height: 26px;
    padding-top: 0;
  }
  .insideDetail .Detail .DetailTitle h3 {
    font-size: 1.6rem;
  }
  .insideDetail .Detail .DetailTitle span {
    font-size: 1rem;
    padding: 0px 5px;
  }
  .insideDetail .Detail .DetailCont {
    padding: 20px 0 50px;
    font-size: 1.1rem;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont p {
    font-size: 1.1rem;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 1.3rem;
    line-height: 40px;
  }
  .insideDetail .Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .insideDetail .Detail .pagrnext {
    width: 100%;
    border-top: 1px #e6e6e6 solid;
    padding: 1.3rem 0;
  }
  .insideDetail .Detail .pagrnext > div {
    width: 100%;
    font-size: 16px;
    color: #000000;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .insideDetail .Detail .pagrnext > div a {
    font-size: 1.3rem;
    color: #4f4f4f;
  }
  .insideDetail .Detail .pagrnext > div a:hover {
    color: #824b1c;
  }
  .insideDetail .AboutCon {
    width: 100%;
    font-size: 1.3rem;
    line-height: 30px;
    color: #656565;
    text-align: justify;
  }
  .insideDetail .AboutCon p {
    text-indent: 2em;
    font-size: 1.3rem;
    line-height: 30px;
    color: #656565;
    text-align: justify;
  }
  .Experts ul li {
    width: calc(47%);
    margin: 0px 1.5% 15px;
  }
  .Experts ul li .ExpertsInfo {
    padding: 10px;
    box-sizing: border-box;
  }
  .Experts ul li .ExpertsInfo .Infoname {
    font-size: 1.1rem;
    color: #666666;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Experts ul li .ExpertsInfo .Infopost {
    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Experts ul li:hover {
    cursor: default;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .Experts ul li:hover .ExpertsInfo {
    background: #79b424;
  }
  .Experts ul li:hover .ExpertsInfo .Infoname {
    color: #ffffff;
  }
  .Experts ul li:hover .ExpertsInfo .Infopost {
    color: #ffffff;
  }
  /*分页*/
  .page {
    padding: 25px 0;
  }
  .page a {
    padding: 3px 10px;
    margin: 0 2px;
    font-size: 1.3rem;
  }
  .PicNews ul {
    padding: 15px 0;
  }
  .PicNews ul li {
    margin: 0px 0 15px;
    padding-bottom: 15px;
  }
  .PicNews ul li a .Newsimg {
    width: 40%;
  }
  .PicNews ul li a .Newsinfo {
    padding: 0;
    width: 55%;
  }
  .PicNews ul li a .Newsinfo .Newsname {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  .PicNews ul li a .Newsinfo .NewsTime {
    font-size: 1rem;
  }
  .PicNews ul li a .Newsinfo .Newsdes {
    height: 48px;
    line-height: 24px;
    font-size: 1.1rem;
    -webkit-line-clamp: 2;
  }
  .ProductList {
    padding: 10px 0;
  }
  .ProductList ul li {
    width: calc(48%);
    margin: 0px 1% 1.3rem;
  }
  .ProductList ul li a p {
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
  }
  .ProductList ul li .video_ico {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -35px;
  }
  .content {
    width: 100%;
    height: 100%;
  }
  .content .contentimg {
    width: 100%;
    height: auto;
    margin-bottom: 1.3rem;
  }
  .content .contentFlex {
    margin: 0px 0 15px;
  }
  .content .contentFlex .contact_left {
    width: 100%;
    font-size: 1.3rem;
  }
  .content .contentFlex .contact_left h3 {
    font-size: 1.6rem;
    line-height: 40px;
  }
  .content .contentFlex .contact_left p {
    font-size: 1.3rem;
  }
  .content .contentFlex .contact_righgt {
    display: none;
  }
  .Map_content {
    margin-bottom: 30px;
  }
  .Map_content #map {
    height: 500px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*  background: #fff;

       Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .WB_T_Top {
    width: 100%;
    height: 40px;
    background: #79b424;
    color: #ffffff;
    display: none;
  }
  .WB_T_Top .ContaineM .WB_Top {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
  .WB_T_Top .ContaineM .WB_Top .welcome {
    width: 50%;
    font-size: 1.1rem;
  }
  .WB_T_Top .ContaineM .WB_Top .Top_list {
    width: 50%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
  }
  .WB_T_Top .ContaineM .WB_Top .Top_list a {
    font-size: 1.1rem;
    line-height: 40px;
    padding: 0 10px;
  }
  .WB_T_header {
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .WB_T_header .ContaineM .WB_header {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box {
    width: 30%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box .logo {
    padding-right: 10px;
    margin-right: 10px;
  }
  .WB_T_header .ContaineM .WB_header .Logo_box .logo img {
    width: auto;
    height: 100%;
  }
  .SDheader {
    width: 100%;
    padding: 1.3rem 0;
    display: block;
  }
  .SDheader .MainHeader {
    width: 1200px;
    margin: 0 auto;
  }
  .SDheader .MainHeader .Logo {
    width: 80%;
    float: left;
  }
  .SDheader .MainHeader .Logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    /*vertical-align: middle;*/
  }
  .SDheader .MainHeader .Tell {
    float: right;
    font-size: 13px;
    color: #a5a5a5;
    font-family: 'Microsoft YaHei';
    line-height: 20px;
    background: url(../images/tell.png) no-repeat 0 center;
    padding-left: 40px;
    margin-top: 40px;
  }
  .SDheader .MainHeader .Tell p {
    font-size: 20px;
    padding-right: 5px;
    color: #ff0000;
  }
  /*手机菜单*/
  .header {
    position: relative;
    height: 60px;
    background: #fff;
    background-size: cover;
    display: block;
  }
  .header .logo {
    display: block;
    width: 60%;
    height: 50px;
    padding: 5px 0 0 10px;
  }
  .header .logo img {
    width: auto;
    vertical-align: middle;
    height: 50px;
  }
  /*手机菜单*/
  .clearfix {
    content: '';
    display: block;
    clear: both;
  }
  /*pc  Menu start*/
  .Menu {
    width: 70%;
    background: #fff;
  }
  .Menu > .MenUl {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
    position: relative;
  }
  .Menu > .MenUl > li {
    width: 12.5%;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
  }
  .Menu > .MenUl > li > a {
    /*padding: 12px 5px;*/
    color: #666666;
    line-height: 30px;
    font-size: 1.5rem;
    text-align: center;
    padding: 0px 10px;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .Menu > .MenUl > li:hover,
  .Menu > .MenUl > li.active {
    box-sizing: border-box;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .Menu > .MenUl > li:hover > a,
  .Menu > .MenUl > li.active > a {
    background: #79b424;
    border-radius: 20px;
    color: #ffffff;
  }
  .Menu > .MenUl .MenuSub {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -50%;
    background: #ffffff;
    padding: 0 1.3rem 1.3rem;
    box-sizing: border-box;
    z-index: -10;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  }
  .Menu > .MenUl .MenuSub ul {
    width: 60%;
    padding: 1.3rem;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .Menu > .MenUl .MenuSub ul > li {
    width: calc(29.33333333%);
    text-align: center;
    line-height: 50px;
    font-size: 1.4rem;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px #79b424 dashed;
    margin: 0 2% 1.3rem;
  }
  .Menu > .MenUl .MenuSub ul > li > a {
    font-size: 1.2rem;
    line-height: 36px;
    color: #313131;
    display: block;
    width: 100%;
  }
  .Menu > .MenUl .MenuSub ul > li:hover {
    border-bottom: 1px #79b424 dashed;
    background: #f8fbf0;
    border-radius: 5px;
    opacity: 0.6;
  }
  .Menu > .MenUl .MenuSub ul > li:hover a {
    color: #79b424;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg {
    width: 40%;
    padding: 1.3rem;
    box-sizing: border-box;
  }
  .Menu > .MenUl .MenuSub .MenuSubImg img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .Menu > .MenUl > li:hover .MenuSub {
    /*display: block;*/
    z-index: 16;
    top: 31px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /*pc  Menu end*/
  .SearchBox {
    background: #79b424;
    padding: 10px 10px;
    position: relative;
    margin: 10px auto 15px;
    z-index: 10;
  }
  .SearchBox .noticeList a {
    width: 80%;
    height: 50px;
    line-height: 50px;
  }
  .SearchBox .noticeList span {
    width: 20%;
    padding-right: 30px;
  }
  .TitleModel .TitleBg {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    background: url(../images/titleX.png) no-repeat 0 0;
    width: 15%;
    height: 5px;
    z-index: -1;
  }
  .TitleModel .TitleBg2 {
    display: none;
    position: absolute;
    right: 0;
    top: 150px;
    background: url(../images/bg.png) no-repeat 0 0;
    width: 480px;
    height: 390px;
    z-index: -1;
  }
  .TitleModel .TitleST {
    margin-bottom: 20px;
  }
  .TitleModel .TitleST .TitleSTName {
    width: 80%;
    font-size: 1.8rem;
    color: #333333;
    font-weight: 500;
  }
  .TitleModel .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .TitleModel .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .TitleMode2 .TitleST {
    margin-bottom: 20px;
  }
  .TitleMode2 .TitleST .TitleSTName {
    width: 80%;
    font-size: 1.8rem;
  }
  .TitleMode2 .TitleST .TitleSTName span {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .TitleMode2 .TitleST .TitleSTMore a {
    font-size: 1.3rem;
  }
  .NewsSection {
    padding: 15px 0 15px;
  }
  .NewsListFlex {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .NewsListFlex .NewsList {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 1.6rem;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 1.1rem;
  }
  .NewsListFlex .NewsListBanner {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 1.3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #79b424;
  }
  .News_List ul li {
    background: url(../images/listbg.png) no-repeat 0 center;
    padding-left: 30px;
  }
  .News_List ul li span {
    font-size: 1.1rem;
    width: 25%;
  }
  .News_List ul li a {
    width: 75%;
    font-size: 1.1rem;
  }
  /*首页产品列表*/
  .ProDefault .ProItem {
    width: calc(48%);
    margin: 0px 1% 15px;
  }
  .ProDefault .ProItem a .ProItemName {
    font-size: 1.4rem;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
  }
  .ProDefault .ProItem:nth-child(4n) {
    margin-right: 1%;
  }
  .ProDefault .ProItem:nth-child(4n+1) {
    margin-left: 1%;
  }
  .Productbg {
    background: url(../images/bg01.png) no-repeat center center;
    width: 100%;
    padding: 30px 0;
    background-size: cover;
    margin-bottom: 50px;
  }
  .ProjectBg {
    background: url(../images/bg02.png) no-repeat 0 0;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  .footer {
    background: #f5f5f5;
  }
  .footer .footertop {
    flex-wrap: wrap;
  }
  .footer .footertop .footleft {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 1.3rem;
  }
  .footer .footertop .footleft .Fridents {
    display: none;
    height: auto;
    line-height: 30px;
    font-size: 1.2rem;
    /*display:flex;
                    justify-content:flex-start;
                    align-items:center;
                    flex-wrap:wrap;*/
    color: #ffffff;
  }
  .footer .footertop .footleft .Fridents a {
    text-align: left;
    padding: 0px;
    color: #333333;
    width: calc(100%/5 - 10px);
  }
  .footer .footertop .footleft .MContactS {
    line-height: 30px;
    color: #999999;
    font-size: 1.3rem;
  }
  .footer .footertop .footleft .MContactS p {
    line-height: 30px;
    color: #999999;
    font-size: 1.3rem;
  }
  .footer .footertop .footleft .MContactS p span {
    display: inline-block;
    width: 200px;
  }
  .footer .footertop .footright {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    /*display: flex;
                display: inline-flex;
                justify-content: flex-end;
                align-items: flex-start;*/
    display: none;
  }
  .footer .footertop .footright .CodeItem {
    width: 48%;
    text-align: center;
    background: url(../images/xian.png) no-repeat center top;
    padding: 50px 0 30px;
  }
  .footer .footertop .footright .CodeItem img {
    width: auto;
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
  .footer .footertop .footright .CodeItem p {
    font-size: 1.1rem;
    color: #333333;
  }
  .footer .footerbottom {
    background: #79b424;
    width: 100%;
    font-size: 1.1rem;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
  }
  .footer .footerbottom a {
    color: #ffffff;
  }
  .PartyList {
    width: 100%;
    padding: 0px 0px 50px;
    box-sizing: border-box;
    position: relative;
  }
  .PartyList .owl-nav {
    width: 100%;
    position: absolute;
    left: 0px;
    font-size: 0px;
    z-index: 20;
    margin: 0;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev] {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-prev]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoLeft.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next] {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -105px;
    top: 50%;
    margin-top: -205px;
    background: url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .owl-theme .owl-nav [class*=owl-next]:hover {
    background: rgba(0, 0, 0, 0.3) url(../images/icoright.png) no-repeat left center;
  }
  .PartyList .PartyItem {
    display: block;
  }
  .PartyList .PartyItem .PartyItemImg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .PartyList .PartyItem .PartyItemImg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo {
    background: #f6f4f4;
    padding: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListName {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
  }
  .PartyList .PartyItem .PartyItemInfo .PartyListDes {
    font-size: 1.1rem;
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .PartyList .PartyItem:hover .PartyItemImg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
  }
  .PartyList .PartyItem:hover .PartyItemInfo {
    background: #79b424;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListName {
    color: #ffffff;
  }
  .PartyList .PartyItem:hover .PartyItemInfo .PartyListDes {
    color: #ffffff;
    opacity: 0.5;
  }
  .ProjectBox {
    padding: 10px;
    margin-bottom: 15px;
  }
  .VideoSection {
    padding: 15px;
  }
  .VideoSection .Video_index {
    width: 100%;
    position: relative;
  }
  .VideoSection .Video_index .VideoImg {
    width: 100%;
    height: auto;
    /*position: absolute;*/
  }
  .VideoSection .Video_index .VideoImg img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .VideoSection .Video_index .VideoIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }
  .VideoSection .Video_index .VideoIcon img {
    opacity: 0.8;
    width: 70px;
    height: 70px;
  }
  .VideoSection .Video_index .VideoIcon:hover {
    cursor: pointer;
  }
  .VideoSection .Video_index .VideoIcon:hover img {
    opacity: 1;
  }
  .VideoSection .Video_index:after {
    content: '';
    width: 97%;
    position: absolute;
    height: 2px;
    background: #dfdede;
    top: 30px;
    right: -100%;
    z-index: -1;
  }
  .VideoHide {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    display: none;
  }
  .VideoHide video {
    width: 100%;
    height: 50%;
    margin: 20% auto;
  }
  .VideoHide .ContaineM {
    position: relative;
  }
  .VideoHide .VidexClose {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #79b424;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 18%;
    z-index: 999999999;
    cursor: pointer;
  }
  .Inter_index {
    width: 100%;
  }
  .Inter_index .Interviews {
    width: 100%;
  }
  .Inter_index .Interviews .InterviewsTitle {
    margin: 25px 0;
    width: 100%;
  }
  .Inter_index .Interviews .InterviewsTitle a {
    width: 100%;
    margin: 10px 0;
  }
  .Inter_index .Interviews .InterviewsTitle a span {
    background: #ffffff url(../images/mediabg.png) no-repeat center center;
    padding: 10px 40px;
    background-size: 100%;
    font-size: 1.8rem;
  }
  .InterviewsList {
    width: 100%;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 15px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 30%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: 66%;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a time {
    font-size: 13px;
    color: #cfcdcd;
    margin-bottom: 5px;
    display: block;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 1.1rem;
    color: #999999;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #79b424;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    padding: 10px;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .ProjectBox .ProjBig {
    width: 100%;
    margin-bottom: 15px;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    padding: 10px;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 1.6rem;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 1.1rem;
    color: #ffffff;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0.8;
  }
  .ProjectBox .ProjSmall {
    width: 100%;
  }
  .insideBox {
    margin: 1.3rem auto 0;
    flex-wrap: wrap;
  }
  .insideBox .inside_left {
    margin-bottom: 1.3rem;
    width: 100%;
  }
  .insideBox .inside_left .inside_Left_title {
    position: absolute;
    width: 100%;
    padding: 10px 10px;
    left: 0;
    margin-top: 0px;
    background: #79b424;
    z-index: 100;
  }
  .insideBox .inside_left .inside_Left_title h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .insideBox .inside_left .inside_Left_title p {
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.9;
  }
  .insideBox .inside_left .inside_left_Menu {
    padding: 100px 10px 10px;
    width: 100%;
  }
  .insideBox .inside_left .inside_left_Menu ul {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .insideBox .inside_left .inside_left_Menu ul li {
    width: 48%;
    padding: 0 10px;
  }
  .insideBox .inside_left .inside_left_Menu ul li a {
    font-size: 13px;
  }
  .insideBox .inside_left .inside_left_Conyact {
    display: none;
  }
  .insideBox .inside_left .inside_left_Call {
    background: #fdb900;
    padding: 1.3rem 1.3rem;
    color: #ffffff;
    margin-top: -3px;
  }
  .insideBox .inside_left .inside_left_Call p {
    font-size: 13px;
  }
  .insideBox .inside_left .inside_left_Call h3 {
    font-size: 20px;
  }
  .insideBox .inside_right {
    width: 100%;
    padding: 0 0px 1.3rem;
    box-sizing: border-box;
    min-height: 718px;
  }
  .insideBox .inside_right .Local {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .insideBox .inside_right .Local a {
    color: #000;
    padding: 0 8px;
  }
  .insideBox .inside_right .Local span {
    color: #79b424;
    padding-left: 8px;
    font-size: 1.3rem;
  }
  .insideDetail {
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
  }
  .insideDetail .Detail {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .insideDetail .Detail .DetailTitle {
    font-size: 16px;
    line-height: 26px;
    padding-top: 0;
  }
  .insideDetail .Detail .DetailTitle h3 {
    font-size: 1.6rem;
  }
  .insideDetail .Detail .DetailTitle span {
    font-size: 1rem;
    padding: 0px 5px;
  }
  .insideDetail .Detail .DetailCont {
    padding: 20px 0 50px;
    font-size: 1.1rem;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont p {
    font-size: 1.1rem;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .insideDetail .Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 1.3rem;
    line-height: 40px;
  }
  .insideDetail .Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .insideDetail .Detail .pagrnext {
    width: 100%;
    border-top: 1px #e6e6e6 solid;
    padding: 1.3rem 0;
  }
  .insideDetail .Detail .pagrnext > div {
    width: 100%;
    font-size: 16px;
    color: #000000;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .insideDetail .Detail .pagrnext > div a {
    font-size: 1.3rem;
    color: #4f4f4f;
  }
  .insideDetail .Detail .pagrnext > div a:hover {
    color: #824b1c;
  }
  .insideDetail .AboutCon {
    width: 100%;
    font-size: 1.3rem;
    line-height: 30px;
    color: #656565;
    text-align: justify;
  }
  .insideDetail .AboutCon p {
    text-indent: 2em;
    font-size: 1.3rem;
    line-height: 30px;
    color: #656565;
    text-align: justify;
  }
  .Experts ul li {
    width: calc(47%);
    margin: 0px 1.5% 15px;
  }
  .Experts ul li .ExpertsInfo {
    padding: 10px;
    box-sizing: border-box;
  }
  .Experts ul li .ExpertsInfo .Infoname {
    font-size: 1.1rem;
    color: #666666;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Experts ul li .ExpertsInfo .Infopost {
    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Experts ul li:hover {
    cursor: default;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .Experts ul li:hover .ExpertsInfo {
    background: #79b424;
  }
  .Experts ul li:hover .ExpertsInfo .Infoname {
    color: #ffffff;
  }
  .Experts ul li:hover .ExpertsInfo .Infopost {
    color: #ffffff;
  }
  /*分页*/
  .page {
    padding: 25px 0;
  }
  .page a {
    padding: 3px 10px;
    margin: 0 2px;
    font-size: 1.3rem;
  }
  .PicNews ul {
    padding: 15px 0;
  }
  .PicNews ul li {
    margin: 0px 0 15px;
    padding-bottom: 15px;
  }
  .PicNews ul li a .Newsimg {
    width: 40%;
  }
  .PicNews ul li a .Newsinfo {
    padding: 0;
    width: 55%;
  }
  .PicNews ul li a .Newsinfo .Newsname {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  .PicNews ul li a .Newsinfo .NewsTime {
    font-size: 1rem;
  }
  .PicNews ul li a .Newsinfo .Newsdes {
    height: 48px;
    line-height: 24px;
    font-size: 1.1rem;
    -webkit-line-clamp: 2;
  }
  .ProductList {
    padding: 10px 0;
  }
  .ProductList ul li {
    width: calc(48%);
    margin: 0px 1% 1.3rem;
  }
  .ProductList ul li a p {
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
  }
  .ProductList ul li .video_ico {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -35px;
  }
  .content {
    width: 100%;
    height: 100%;
  }
  .content .contentimg {
    width: 100%;
    height: auto;
    margin-bottom: 1.3rem;
  }
  .content .contentFlex {
    margin: 0px 0 15px;
  }
  .content .contentFlex .contact_left {
    width: 100%;
    font-size: 1.3rem;
  }
  .content .contentFlex .contact_left h3 {
    font-size: 1.6rem;
    line-height: 40px;
  }
  .content .contentFlex .contact_left p {
    font-size: 1.3rem;
  }
  .content .contentFlex .contact_righgt {
    display: none;
  }
  .Map_content {
    margin-bottom: 30px;
  }
  .Map_content #map {
    height: 500px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*  background: #fff;

       Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
