﻿html {
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
  background: #f5f5f5;
}
* {
  box-sizing: border-box;
}
*:hover {
  /*cursor:pointer;*/
  -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%;
}
p {
  
}
.QkI01 {
  background: url(../images/bg01.png) no-repeat left top;
}
.QkI02 {
  background: url(../images/bg02.png) no-repeat left top;
}
.QkI03 {
  background: url(../images/bg03.png) no-repeat left top;
}
.QkI04 {
  background: url(../images/bg04.png) no-repeat left top;
}
.green {
  background: #a5b924;
}
.orange {
  background: #ffad2b;
}
.cyan {
  background: #40c6a5;
}
.blue {
  background: #4f8de0;
}
.Zgreen {
  background: #069b51;
}
.Zorange {
  background: #ffaa19;
}
.Zblue {
  background: #0293df;
}
.grade {
  background: #2f2f2f;
}
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;
  font-weight: normal;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
b {
  font-weight: bold;
}
.clearfix {
  content: '';
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none !important;
}
.show {
  display: block;
}
.aling-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
/*��������ʽ*/
*::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #a8a8a8;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ContaineM {
  width: 1200px;
  margin: 0 auto;
}
/*pc  Menu start*/
.menubg {
  background: #a6257d;
}
.hide-menu-open {
  display: block;
}
.hide-menu {
  width: 100%;
  background: #e1862d;
  padding: 20px 0 110px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}
.hide-menu .hide-menu-Flex {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  /*> li:hover .DownMenu {
            display: block;
        }*/
}
.hide-menu .hide-menu-Flex > li {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  width: calc(100%/8 - 40px);
}
.hide-menu .hide-menu-Flex > li > a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 7px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  margin-bottom: 10px;
}
.hide-menu .hide-menu-Flex > li:hover,
.hide-menu .hide-menu-Flex > li.active {
  box-sizing: border-box;
  color: #ef8100;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.hide-menu .hide-menu-Flex > li:hover > a,
.hide-menu .hide-menu-Flex > li.active > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  box-sizing: border-box;
}
.hide-menu .hide-menu-Flex .hide-menu-down {
  width: 100%;
  /*display: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 10;
            padding: 10px;
            box-shadow: 3px 0px 5px 2px rgba(0,0,0,.2);*/
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.hide-menu .hide-menu-Flex .hide-menu-down > li {
  height: 30px;
  line-height: 30px;
  color: #898a8b;
  box-sizing: border-box;
  font-size: 14px;
}
.hide-menu .hide-menu-Flex .hide-menu-down > li a {
  color: #ffffff;
  opacity: 0.8;
}
.hide-menu .hide-menu-Flex .hide-menu-down > li:hover a {
  color: #ffffff;
  opacity: 1;
}
.MenuClick {
  /*width: 100px;*/
  position: absolute;
  right: 50px;
  top: 50px;
}
.MenuClick ul {
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.MenuClick ul li {
  margin-right: 30px;
}
.MenuClick ul li a {
  color: #ffffff;
  font-size: 15px;
  padding-right: 30px;
  cursor: pointer;
}
.MenuClick ul li a em {
  font-size: 20px;
  padding-right: 15px;
}
.MenuClick ul li:first-child {
  border-right: 1px #ffffff solid;
}
.InsideMenu {
  width: 100%;
  background: #ef8100;
}
/*pc  Menu end*/
/*手机菜单*/
.header {
  display: none;
}
/*手机菜单*/
.Search {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  display: none;
}
.Search .searchInput {
  width: 75%;
  border: 1px #c1c4cb solid;
  background: transparent;
  padding: 3px 15px;
  font-size: 14px;
  color: #454545;
  height: 26px;
  line-height: 20px;
}
.Search .searchBut {
  width: 15%;
  border: 1px #ef8100 solid;
  background: #ef8100 url(../images/search.png) no-repeat center center;
  margin-left: -1px;
  height: 26px;
  line-height: 26px;
  font-size: 0;
  cursor: pointer;
  background-size: 16px;
}
.Search .searchBut:hover {
  border: 1px #d32121 solid;
  background: #d32121 url(../images/search.png) no-repeat center center;
  background-size: 16px;
}
.SearchIco {
  width: 50px;
}
.SearchIco .searchBoxIco {
  font-size: 20px;
  color: #ffffff;
  padding: 0 15px;
}
.HeaderTop {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* 标准的语法 */
}
.transition0 {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.insideHeaderTop {
  width: 100%;
  background: #20232c;
}
.Top-Z {
  width: 100%;
  height: 100%;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding: 0 1%;
  box-sizing: border-box;
}
.Top-Z .TopFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin: 6px 0;
}
.Top-Z .TopFlex a {
  color: #fff;
  padding: 0 15px;
  border-right: 1px #fff solid;
}
.Top-Z .TopFlex a:hover {
  text-decoration: underline;
}
.Inside_Top {
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #e2e0e0;
}
.Inside_Top .Inside_TopFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin: 6px 0;
}
.Inside_Top .Inside_TopFlex a {
  color: #333333;
  padding: 0 15px;
  border-right: 1px #333333 solid;
}
.Inside_Top .Inside_TopFlex a:hover {
  text-decoration: underline;
}
.Inside_Top .Inside_TopFlex a:last-child {
  border-right: 0;
}
.TopMiddle-Z {
  padding: 0 1%;
  box-sizing: border-box;
  width: 100%;
}
.TopMiddle-Z .TopMiddleFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.TopMiddle-Z .TopMiddleFlex .Logo {
  width: 40%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.TopMiddle-Z .TopMiddleFlex .Logo img {
  border: 0;
  vertical-align: middle;
}
.TopMiddle-Z .TopMiddleFlex .Logo span {
  font-size: 40px;
  color: #ef8100;
  font-weight: bold;
  padding-left: 15px;
}
.Menu {
  width: 58%;
}
.Menu .MenuFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.Menu .MenuFlex > li {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  width: calc(10%);
  text-align: center;
  padding: 17px 0;
}
.Menu .MenuFlex > li > a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.7rem;
  text-align: center;
}
.Menu .MenuFlex > li:hover,
.Menu .MenuFlex > li.active {
  box-sizing: border-box;
  color: #ef8100;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.Menu .MenuFlex > li:hover > a,
.Menu .MenuFlex > li.active > a {
  color: #ef8100;
}
.Menu .MenuFlex .DownMenu {
  width: 150px;
  background: rgba(239, 129, 0, 0.85);

  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -75px;
  z-index: 10000;
  padding: 10px;
  box-shadow: 3px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.Menu .MenuFlex .DownMenu:before {
  content: '▲';
  display: block;
  position: absolute;
  color: rgba(239, 129, 0, 0.85);
  font-size: 15px;
  left: 50%;
  margin-left: -6px;
  top: -16px;
}
.Menu .MenuFlex .DownMenu > li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
  box-sizing: border-box;
  font-size: 14px;
}
.Menu .MenuFlex .DownMenu > li a {
  color: #ffffff;
  display: block;
}
.Menu .MenuFlex .DownMenu > li:hover {
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.Menu .MenuFlex .DownMenu > li:hover a {
  color: #ef8100;
}
.Menu .MenuFlex li:last-child {
  position: relative;
}
.Menu .MenuFlex li:last-child .DownMenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  margin-left: 0;
}
.Menu .MenuFlex li:last-child .DownMenu:before {
  content: '▲';
  display: block;
  position: absolute;
  color: rgba(225, 134, 45, 0.85);
  font-size: 15px;
  left: auto;
  right: 30%;
  margin-left: 0;
}
.MenuPosition {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* 标准的语法 */
}
.TopMiddle {
  width: 100%;
  box-sizing: border-box;
}
.TopMiddle .TopMiddleFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.TopMiddle .TopMiddleFlex .Logo {
  width: 40%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.TopMiddle .TopMiddleFlex .Logo img {
  border: 0;
  vertical-align: middle;
}
.TopMiddle .TopMiddleFlex .Logo span {
  font-size: 40px;
  color: #ef8100;
  font-weight: bold;
  padding-left: 15px;
}
.TopMiddle .TopMiddleFlex .SearchMenu {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  font-size: 15px;
  padding-left: 20px;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
  color: #ef8100;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
  font-size: 18px;
  padding-right: 10px;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
  color: #333333;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
  color: #ef8100;
}
.Banner {
  width: 100%;
  height: auto;
  position: relative;
}
.Banner a {
  display: block;
}
.Banner a img {
  width: 100%;
  height: auto;
  display: block;
}
.Section-two {
  background: url(../images/bg.png) repeat-y 0 0;
  background-size: 70%;
}
.searchBox {
  position: absolute;
  margin-left: -50%;
  z-index: 1;
  width: 30%;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -15%;
}
.searchBox .Search {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.searchBox .Search .searchInput {
  width: 75%;
  border: 1px #ffffff solid;
  background: transparent;
  padding: 5px 15px;
  font-size: 15px;
  color: #ffffff;
  height: 50px;
  line-height: 40px;
  border-right: 1px #ef8100 solid;
}
.searchBox .Search .searchInput::placeholder {
  color: #ffffff;
}
.searchBox .Search .searchBut {
  width: 25%;
  border: 1px #ef8100 solid;
  background: #ef8100 url(../images/search.png) no-repeat center center;
  margin-left: -1px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  cursor: pointer;
}
.searchBox .Search .searchBut:hover {
  border: 1px #d32121 solid;
  background: #d32121 url(../images/search.png) no-repeat center center;
}
.InsideBg {
  width: 100%;
  background: url(../images/insideBg.png) no-repeat left bottom;
}
.NewsPos {
  position: relative;
}
.NewsPart {
  width: 100%;
  height: auto;
  background: url(../images/newsbg.png) no-repeat left top;
  padding-bottom: 50px;
}
.NewsPart .NewsPicList {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-content: flex-start;
  position: absolute;
  top: -50px;
  z-index: 220;
  left: 0;
  margin-bottom: 60px;
}
.NewsPart .NewsPicList .NewsPicListItem {
  width: 32%;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPic {
  width: 100%;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPic a {
  display: block;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPic img {
  width: 100%;
  height: 100%;
  display: block;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPicDes {
  width: 90%;
  margin: -30px auto 10px;
  position: relative;
  bottom: -15px;
  left: 0;
  z-index: 220;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a {
  display: block;
  background: #f7f7f6;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesName {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 6px;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime {
  font-size: 13px;
  color: #420775;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime em {
  font-size: 16px;
  color: #420775;
}
.NewsPart .NewsPicList .NewsPicListItem:hover .NewsPicDes a {
  background: #ef8100;
}
.NewsPart .NewsPicList .NewsPicListItem:hover .NewsPicDes a .NewsPicDesName {
  color: #ffffff;
}
.NewsPart .NewsPicList .NewsPicListItem:hover .NewsPicDes a .NewsPicDesTime {
  color: #ffffff;
}
.NewsPart .NewsPicList .NewsPicListItem:hover .NewsPicDes a .NewsPicDesTime em {
  color: #ffffff;
}
.NewsPart .NewsText {
  width: 100%;
}
.NewsPartMore {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  font-size: 15px;
  margin: 0 auto;
}
.NewsPartMore a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NewsPartMore a img {
  display: block;
  width: auto;
  margin-left: 10px;
}
.NewsPartMore:hover {
  border: 1px rgba(255, 255, 255, 0.8) solid;
}
.NewsTextListTitle {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.NewsTextListTitle span {
  font-size: 30px;
  color: #ffffff;
  padding: 0 20px;
}
.NewsTextListTitle em:after {
  content: "——";
  position: relative;
  /*display:block;*/
  font-size: 14px;
  left: 0;
  color: #ffffff;
}
.NewsTextList {
  width: 100%;
  margin: 50px 0;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/xian.png) no-repeat 50% center;
}
.NewsTextList .NewsTextListItem {
  width: 46%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.NewsTextList .NewsTextListItem .NewsTextListDate {
  width: 15%;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  padding: 10px 10px;
  box-sizing: border-box;
}
.NewsTextList .NewsTextListItem .NewsTextListDate dl {
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px #ffffff solid;
  font-weight: bold;
}
.NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
  font-size: 14px;
  margin-top: 5px;
  text-align: justify;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo {
  width: 79%;
  margin-left: 6%;
  padding-bottom: 30px;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo a {
  color: #ffffff;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: 500;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-column-count: 3;
  opacity: 0.8;
  text-align: justify;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListDate {
  border: 1px #ffffff solid;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListInfo a {
  color: #ffffff;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListInfo a .NewsTextListDes {
  opacity: 1;
}
.NewsTextList .NewsTextListItem:after {
  content: '';
  border-right: 1px rgba(255, 255, 255, 0.2) dashed;
}
.NoticeTextList {
  width: 100%;
  border-top: 1px #dbdbdb solid;
  padding: 10px 0;
}
.NoticeTextList ul {
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.NoticeTextList ul li {
  width: 48%;
}
.NoticeTextList ul li a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
}
.NoticeTextList ul li a .NoticeTextDate {
  padding-right: 15px;
  font-size: 14px;
  color: #999999;
}
.NoticeTextList ul li a:hover {
  color: #ef8100;
}
.NoticeTextList ul li a:hover .NoticeTextDate {
  color: #ef8100;
}
.Notice_TextList {
  width: 100%;
}
.Notice_TextList ul {
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  /*li {
            width: 100%;

            a {
                display: flex;
                width: 100%;
                display:inline-flex;
                justify-content:space-between;
                align-items:center;

                .NoticeTextDate {
                    width:16%;
                    display:block;
                    font-size: @font12;
                    color: @jiu;
                    border-right: 1px #b5b5b5 solid;
                    color: @maincolor;
                    em {
                        font-size: @font15;
                    }
                }

                .NoticeTextInfo {
                    width:80%;
                    display:block;
                    height: 30px;
                    line-height:30px;
                    overflow: hidden;
                    font-size: @font13;
                    color: #323232;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                }

                &:hover {
                    color: @maincolor;

                    .NoticeTextDate {
                        color: @maincolor;
                    }
                }
            }
        }*/
}
.Notice_TextList ul li {
  width: 48%;
  margin-bottom: 15px;
}
.Notice_TextList ul li a {
  display: flex;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.Notice_TextList ul li a .NoticeTextDate {
  width: 26%;
  display: block;
  font-size: 12px;
  color: #999999;
  border-right: 1px #b5b5b5 solid;
  color: #ef8100;
  line-height: 36px;
}
.Notice_TextList ul li a .NoticeTextDate em {
  font-size: 16px;
}
.Notice_TextList ul li a .NoticeTextInfo {
  width: 70%;
  display: block;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 13px;
  color: #323232;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.Notice_TextList ul li a:hover {
  color: #ef8100;
}
.Notice_TextList ul li a:hover .NoticeTextDate {
  color: #ef8100;
}
.AnnList {
  width: 100%;
}
.AnnList ul {
  width: 100%;
}
.AnnList ul li {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.AnnList ul li a {
  display: block;
}
.AnnList ul li .AnnListItem {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.AnnList ul li .AnnListItem .AnnDate {
  padding: 10px 15px;
  font-size: 15px;
  color: #ffffff;
  background: #ef8100;
  width: 60px;
}
.AnnList ul li .AnnListItem .AnnInfo {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  width: calc(100% - 60px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-column-count: 2;
  padding-left: 15px;
}
.AnnList ul li .AnnListItem:hover .AnnInfo {
  background: #ef8100;
  color: #ffffff;
  opacity: 0.8;
}
.AnnList ul li .AnnListItem:last-child {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.AnnList ul li .AnnListItem:last-child .AnnDate {
  padding: 10px 15px;
  font-size: 15px;
  color: #ffffff;
  background: #a50203;
  width: 60px;
}
.AnnList ul li .AnnListItem:last-child .AnnInfo {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  width: calc(100% - 60px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-column-count: 2;
  padding-left: 15px;
}
.AnnList ul li .AnnListItem:last-child:hover .AnnInfo {
  background: #ef8100;
  color: #ffffff;
  opacity: 0.8;
}
.AnnList ul li:last-child {
  margin: 0;
}
.AnnSlider .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.AnnSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 5px;
  border: 2px #969696 solid;
}
.AnnSlider .swiper-container-horizontal > .swiper-pagination-bullets,
.AnnSlider .swiper-pagination-custom,
.AnnSlider .swiper-pagination-fraction {
  bottom: 75px;
}
.AnnSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.AnnSlider .swiper-pagination-white .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px #e3221f solid;
  box-sizing: border-box;
}
.AnnSlider .swiper-pagination-bullet {
  background: transparent;
}
.AnnSlider .AnnSliderPic {
  border-radius: 5px 5px 0 0;
}
.AnnSlider .AnnSliderPic img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}
.AnnSlider .AnnSliderInfo {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}
.AnnSlider .AnnSliderInfo .AnnSliderName {
  font-size: 15px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AnnSlider .AnnSliderInfo .AnnSliderTime {
  text-align: right;
  font-size: 14px;
  color: #5e6d8c;
}
.AnnSlider .AnnSliderInfo .AnnSliderTime span {
  padding-right: 15px;
}
.Section-three {
  background: url(../images/bg3.png) no-repeat left top;
  background-size: cover;
}
.Section-fore {
  background: url(../images/bg4.png) no-repeat center center;
  background-attachment: fixed;
  padding: 50px 0 250px;
  /*display:none;*/
}
.Section-fore .ScientificItem {
  padding: 30px 0;
}
.Section-fore .ScientificItem a {
  display: block;
}
.Section-fore .ScientificItem a .ScientificPic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.Section-fore .ScientificItem a .ScientificPic img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.Section-fore .ScientificItem a .ScientificInfo {
  width: 100%;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  background: #ffffff url(../images/titlebg.png) no-repeat 90% 85%;
}
.Section-fore .ScientificItem a .ScientificInfo .ScientificName {
  font-size: 16px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
  font-size: 13px;
  color: #666666;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Section-fore .ScientificItem a:hover {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.Section-fore .ScientificItem a:hover .ScientificPic img {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
}
.Section-fore .ScientificItem a:hover .ScientificInfo {
  background: #ef8100 url(../images/titlebg.png) no-repeat 90% 85%;
}
.Section-fore .ScientificItem a:hover .ScientificInfo .ScientificName {
  color: #ffffff;
}
.Section-fore .ScientificItem a:hover .ScientificInfo .ScientificDes {
  color: rgba(255, 255, 255, 0.6);
}
.Section-five {
  background: url(../images/bg5.png) no-repeat center top;
  padding: 250px 0 0px;
  margin-top: -250px;
}
.Section-five .quick_LInk {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Section-five .quick_LInk .quick_LInk_left {
  width: 18%;
  border-right: 1px rgba(255, 255, 255, 0.6) solid;
}
.Section-five .quick_LInk .quick_LInk_left h3 {
  font-size: 20px;
  color: #ffffff;
}
.Section-five .quick_LInk .quick_LInk_left ul {
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 30px;
}
.Section-five .quick_LInk .quick_LInk_left ul li {
  width: 48%;
  line-height: 30px;
  font-size: 14px;
}
.Section-five .quick_LInk .quick_LInk_left ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.Section-five .quick_LInk .quick_LInk_left ul li:hover a {
  color: #ffffff;
}
.Section-five .quick_LInk .quick_LInk_Right {
  width: 78%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
  width: 31%;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Img {
  width: 100%;
}
.Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Img img {
  display: block;
  width: 100%;
  height: 100%;
}
.Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 101;
  background: rgba(226, 23, 19, 0.9);
  padding: 5px;
  height: 40px;
  box-sizing: border-box;
}
.Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 20px;
}
.Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item:hover {
  background: rgba(255, 255, 255, 0.8);
}
.indexFoot {
  padding: 30px 0;
  margin-top: 80px;
  width: 100%;
  background: rgba(32, 32, 32, 0.2);
}
.indexFoot .indexFootFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.indexFoot .indexFootFlex .FootDes {
  width: 50%;
}
.indexFoot .indexFootFlex .FootDes .FootSelect {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}
.indexFoot .indexFootFlex .FootDes .FootSelect select {
  box-sizing: border-box;
  width: 28%;
  margin-right: 2%;
  padding: 5px 15px;
  background: #ffffff;
  border: 1px #ffffff solid;
  color: #333333;
  font-size: 14px;
}
.indexFoot .indexFootFlex .FootDes .FootContact {
  margin-top: 20px;
}
.indexFoot .indexFootFlex .FootDes .FootContact h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}
.indexFoot .indexFootFlex .FootDes .FootContact p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
}
.indexFoot .indexFootFlex .FCode {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.indexFoot .indexFootFlex .FCode .CodeItem {
  /*width:50%;*/
  margin-left: 15px;
  color: #ffffff;
  text-align: center;
}
.indexFoot .indexFootFlex .FCode .CodeItem img {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.indexFoot .indexFootFlex .FCode .CodeItem p {
  text-align: center;
}
.InsideFoot {
  background: #545454;
}
.FoooterB {
  margin: 0;
  background: #202020;
  text-align: center;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}
.FoooterB span {
  padding: 0 10px;
}
.FoooterB a {
  color: #ffffff;
}
.FoooterB a:hover {
  text-decoration: underline;
}
.InsidePart {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
}
.InsidePart .InsideLeftPart {
  padding: 110px 0 300px 0;
  width: 21%;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.InsidePart .InsideLeftPart .InsideLeftTitle {
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  font-size: 24px;
  color: #ef8100;
  font-weight: 500;
  padding: 0px;
  line-height: 34px;
  padding: 20px 0 30px;
}
.InsidePart .InsideLeftPart .InsideLeftTitle span {
  font-size: 20px;
  color: #a1a1a1;
  text-transform: uppercase;
}
.InsidePart .InsideLeftPart .insidemenubg {
  background: url(../images/insidemenubg.png) no-repeat right bottom;
  width: 700px;
  height: 5px;
  top: 135px;
  right: 0;
  position: absolute;
  z-index: 100;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul {
  width: 100%;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li {
  width: 100%;
  box-sizing: border-box;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding: 0 30px;
  color: #333333;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
  float: right;
  color: #515151;
  font-weight: bold;
  display: none;
  font-size: 25px;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
  content: '';
  display: block;
  clear: both;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
  color: #333333;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
  display: block;
}
.InsidePart .InsideRightPart {
  width: 78%;
  /*background: @white;*/
  padding: 110px 2% 100px;
  box-sizing: border-box;
}
.InsidePart .InsideRightPart .LocalLad {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #434343;
  margin-bottom: 15px;
  border-bottom: 2px #ef8100 solid;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background: #ef8100;
}
.InsidePart .InsideRightPart .LocalLad .LocalTitle {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 10px;
  box-sizing: border-box;
}
.InsidePart .InsideRightPart .ContInfo {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
}
.InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
  font-size: 24px;
  color: #010101;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon {
  padding: 20px 0;
  font-size: 15px;
  line-height: 26px;
  color: #666666;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  text-indent: 0em;
  margin-bottom: 10px;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon img {
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
}
.LocalLinks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #777777;
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.LocalLinks a {
  color: #838383;
  padding: 0 3px;
}
.LocalLinks a:hover {
  color: #ef8100;
}
.LocalLinks span {
  padding: 0 5px;
}
.InsideHonor {
  width: 100%;
}
.InsideHonor .InsideHonorItem {
  margin-top: 30px;
}
.InsideHonor .InsideHonorItem h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.InsideHonor .InsideHonorItem ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.InsideHonor .InsideHonorItem ul li {
  width: 23%;
  margin: 10px 2% 10px 0;
}
.InsideHonor .InsideHonorItem ul li a {
  display: block;
  font-size: 14px;
  color: #666666;
}
.InsideHonor .InsideHonorItem ul li a:hover {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  color: #ef8100;
}
.SF_News {
  width: 100%;
  padding: 0px;
}
.SF_News ul {
  width: 100%;
}
.SF_News ul li {
  padding: 25px 0px 25px;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  border-bottom: 1px #e6e6e6 solid;
  width: 100%;
}
.SF_News ul li .News_gsxw_date {
  width: 12%;
  padding: 15px 10px;
  background: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
}
.SF_News ul li .News_gsxw_date dl {
  width: 70%;
  color: #a4a4a4;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 auto;
}
.SF_News ul li .News_gsxw_date dl dt {
  text-align: center;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
  line-height: 50px;
}
.SF_News ul li .News_gsxw_date dl dd {
  text-align: center;
  font-size: 14px;
}
.SF_News ul li .News_gsxw_Text {
  width: 85%;
}
.SF_News ul li .News_gsxw_Text a {
  display: block;
  width: 100%;
}
.SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
  width: 100%;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  color: #606060;
  font-size: 14px;
}
.SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
  color: #0272c6;
  font-size: 15px;
  font-weight: bold;
}
.SF_News ul li:last-child {
  border-bottom: 0;
}
.SF_News ul li:hover {
  cursor: pointer;
}
.SF_News ul li:hover .News_gsxw_date {
  background: #ef8100;
}
.SF_News ul li:hover .News_gsxw_date dl {
  color: #ffffff;
}
.SF_News ul li:hover .News_gsxw_Text a {
  display: block;
  width: 100%;
}
.SF_News ul li:hover .News_gsxw_Text a .News_gsxw_Text_Titles {
  color: #ef8100;
}
.SF_News ul li:hover .News_gsxw_Text a .News_gsxw_Text_Dec {
  color: #ef8100;
}
.SF_News ul li:hover .News_gsxw_Text a .News_gsxw_Text_Dec .More {
  color: #0272c6;
  font-size: 15px;
  font-weight: bold;
}
.ZSXX-ImgNews ul {
  width: 100%;
  padding: 20px 0;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
}
.ZSXX-ImgNews ul li {
  width: calc(30.33333333%);
  box-sizing: border-box;
  margin: 0px 1.5% 25px;
  overflow: hidden;
}
.ZSXX-ImgNews ul li a {
  width: 100%;
}
.ZSXX-ImgNews ul li a .Newsimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ZSXX-ImgNews ul li a .Newsimg img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  display: block;
  /*width: auto;*/
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.ZSXX-ImgNews ul li a .Newsinfo {
  padding: 0;
  width: 100%;
}
.ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  text-align:center;
}
.ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
  width: 100%;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #999999;
  font-size: 13px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
  color: #0096cc;
}
.ZSXX-ImgNews ul li a:hover {
  overflow: hidden;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.ZSXX-ImgNews 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;
}
.ZSXX-ImgNews ul li a:hover .NewsTitle {
  color: #ef8100;
}
.ZSXX-ImgNews ul li a:hover .NewsDes {
  color: #000000;
}
.ZSXX-ImgNews ul li a:hover .NewsDes span {
  text-decoration: underline;
}
.ZSXX-Leaders ul {
  width: 100%;
  padding: 20px 0;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
}
.ZSXX-Leaders ul li {
  width: calc(22%);
  box-sizing: border-box;
  margin: 0px 1.5% 25px;
  overflow: hidden;
}
.ZSXX-Leaders ul li a {
  width: 100%;
}
.ZSXX-Leaders ul li a .Newsimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ZSXX-Leaders ul li a .Newsimg img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  display: block;
  /*width: auto;*/
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.ZSXX-Leaders ul li a .Newsinfo {
  padding-top: 7px;
  width: 100%;
  text-align: center;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
  color: #666666;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
  color: #000000;
  font-weight: bold;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsDes {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
  color: #0096cc;
}
.ZSXX-Leaders ul li a:hover {
  overflow: hidden;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.ZSXX-Leaders 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;
}
.ZSXX-Leaders ul li a:hover .NewsTitle {
  color: #ef8100;
}
.ZSXX-Leaders ul li a:hover .NewsDes {
  color: #000000;
}
.ZSXX-Leaders ul li a:hover .NewsDes span {
  text-decoration: underline;
}
.ZSXX-Leaders--FZ ul {
  width: 100%;
  padding: 20px 0;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
}
.ZSXX-Leaders--FZ ul li {
  width: calc(47%);
  box-sizing: border-box;
  margin: 0px 1.5% 40px;
  overflow: hidden;
}
.ZSXX-Leaders--FZ ul li a {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
}
.ZSXX-Leaders--FZ ul li a .Newsimg--FZ {
  width: 28%;
  position: relative;
  overflow: hidden;
}
.ZSXX-Leaders--FZ ul li a .Newsimg--FZ img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  display: block;
  /*width: auto;*/
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ {
  width: 68%;
  padding-bottom: 5px;
  border-bottom: 1px #dbdbdb solid;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsTitle--FZ {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 600;
  margin-bottom: 20px;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsTitle--FZ span {
  color: #666666;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsTitle--FZ strong {
  color: #000000;
  font-weight: bold;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZ {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #666666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZ span {
  color: #000000;
  font-weight: bold;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZs {
  height: 40px;
  line-height: 20px;
  color: #666666;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZs span {
  color: #000000;
  font-weight: bold;
}
.ZSXX-Leaders--FZ ul li a:hover {
  overflow: hidden;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.ZSXX-Leaders--FZ ul li a:hover .Newsimg--FZ 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;
}
.ZSXX-Leaders--FZ ul li a:hover .NewsTitle--FZ {
  color: #ef8100;
}
.ZSXX-Leaders--FZ ul li a:hover .NewsDes--FZ {
  color: #000000;
}
.ZSXX-Leaders--FZ ul li a:hover .NewsDes--FZ span {
  color: #000000;
}
.ZSXX-Leaders--FZ ul li a:hover .NewsDes--FZs {
  color: #000000;
}
.ZSXX-Leaders--FZ ul li a:hover .NewsDes--FZs span {
  color: #000000;
}
.Ann-Leaders {
  width: 100%;
  margin: 30px 0;
}
.Ann-Leaders a {
  display: block;
}
.Ann-Leaders img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}
.ZSXX-PicNews ul {
  width: 100%;
  padding: 20px 0;
}
.ZSXX-PicNews ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0 25px;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px #dbdbdb solid;
}
.ZSXX-PicNews ul li a {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}
.ZSXX-PicNews ul li a .Newsimg {
  width: 26%;
  position: relative;
  overflow: hidden;
}
.ZSXX-PicNews ul li a .Newsimg img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  display: block;
  /*width: auto;*/
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.ZSXX-PicNews ul li a .Newsinfo {
  padding: 0;
  width: 72%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText {
  width: calc(100% - 120px);
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .News_tag {
  width: 100%;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #999999;
  line-height: 26px;
  margin-left: -10px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .News_tag .tag_Notice {
  font-size: 10px;
  color: #999999;
  padding: 1px 12px;
  background: #ef8100;
  color: #ffffff;
  border-radius: 30px;
  margin-right: 5px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .News_tag span {
  padding: 0 10px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
  width: 100%;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  text-align: justify;
  margin: 10px 0 0;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
  color: #0096cc;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime {
  width: 100px;
  border-right: 1px #ebebeb solid;
  padding-right: 20px;
  text-align: right;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
  font-size: 15px;
  color: #666666;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
  font-size: 24px;
  color: #999999;
}
.ZSXX-PicNews ul li a:hover {
  overflow: hidden;
  transition: All 1s linear;
  -webkit-transition: All 1s linear;
  -moz-transition: All 1s linear;
  -o-transition: All 1s linear;
}
.ZSXX-PicNews ul li a:hover .Newsimg img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  overflow: hidden;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsname {
  color: #ef8100;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes {
  color: #000000;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes span {
  text-decoration: underline;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h3 {
  color: #ef8100;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h4 {
  color: #ef8100;
}
.ZSXX-News {
  margin-bottom: 30px;
}
.ZSXX-News ul {
  color: #333333;
  padding: 10px 0;
}
.ZSXX-News ul li {
  height: 44px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 44px;
  text-align: left;
  list-style-type: disc;
  position: relative;
  display: inline-block;
  width: 100%;
}
.ZSXX-News ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
  width: 20%;
  text-align: right;
}
.ZSXX-News ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  float: left;
  font-size: 15px;
  color: #333333;
  height: 44px;
  line-height: 44px;
}
.ZSXX-News ul li a em {
  color: #333333;
  padding-right: 10px;
}
.ZSXX-News ul li a:hover {
  color: #ef8100;
}
.ZSXX-News ul li a:hover em {
  color: #ef8100;
}
.ZSXX-Detail {
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.ZSXX-Detail .DetailTitle {
  width: 100%;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 8px;
  font-weight: 500;
}
.ZSXX-Detail .DetailTitle span {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  padding: 0px 10px;
}
.ZSXX-Detail .DetailCont {
  padding: 20px 0 50px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.ZSXX-Detail .DetailCont p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;

}
.ZSXX-Detail .DetailCont p img {
  max-width: 100%;
}
.ZSXX-Detail .DetailCont strong {
  display: block;
  font-size: 20px;
  color: #232323;
  margin-top: 15px;
  line-height: 40px;
}
.ZSXX-Detail .DetailCont img {
  max-width: 100%;
  margin: 10px auto;
}
.ZSXX-Detail .pagrnext {
  width: 100%;
  border-top: 1px #e6e6e6 solid;
  padding: 15px 0;
}
.ZSXX-Detail .pagrnext > div {
  width: 100%;
  font-size: 15px;
  color: #000000;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ZSXX-Detail .pagrnext > div em {
  font-size: 20px;
  padding-right: 10px;
  color: #666666;
}
.ZSXX-Detail .pagrnext > div a {
  font-size: 15px;
  color: #333333;
}
.ZSXX-Detail .pagrnext > div:hover {
  cursor: pointer;
  background: #ffffff;
  color: #ef8100;
  padding-left: 10px;
  box-sizing: border-box;
}
.ZSXX-Detail .pagrnext > div:hover em {
  color: #ef8100;
}
.ZSXX-Detail .pagrnext > div:hover a {
  color: #ef8100;
}
/*分页*/
.page {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.page a {
  padding: 6px 15px;
  margin: 0 3px;
  font-size: 16px;
  border: 1px #e9e9e9 solid;
  color: #666666;
  background: #fff;
}
.page a.active,
.page a:hover {
  border: 1px #ef8100 solid;
  background: #ef8100;
  color: #fff;
}
.MajorTable {
  width: 100%;
  overflow: auto;
}
.MajorTable .table_list8 {
  margin: 20px auto;
  border-top: 1px #ebebeb solid;
  border-left: 1px #ebebeb solid;
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
}
.MajorTable .table_list8 thead tr th {
  border-right: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-weight: 600;
}
.MajorTable .table_list8 tbody tr td {
  padding: 10px 10px;
  color: #333333;
  border-right: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.MajorTable .table_list8 tbody tr td a {
  color: #ef8100;
}
.MajorTable .table_list8 tbody tr td a:hover {
  text-decoration: underline;
}
.IndexPart {
  width: 100%;
  padding: 10px 0 30px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.IndexPart .LeftPartS {
  width: 75%;
}
.IndexPart .RightPartS {
  width: 23%;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.IndexPart .LeftPart {
  width: 79%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f5f5f5;
}
.IndexPart .LeftPart .PartModel {
  padding: 15px;
  border: 1px #dbdbdb solid;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.IndexPart .RightPart {
  width: 18%;
  background: #ffffff;
}
/*.TitleModel {
    width: 100%;
    border-bottom: 1px @hui solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

    .TitleModelName {
        color: @san;
        font-size: @font18;
        border-bottom: 3px @maincolor solid;
        padding-bottom: 5px;

        em {
            font-size: @font16;
            padding-left: 5px;
        }
    }

    .TitleModelMore {
        font-size: @font14;

        a {
            color: @ba;

            &:hover {
                color: @maincolor;
            }
        }
    }
}*/
/*.IndexList {
    padding-top: 10px;

    ul {
        width: 100%;

        li {
            width: 100%;
            display: flex;
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            font-size: @font14;
            height: 30px;
            line-height: 30px;

            a {
                display: inline-block;
                width: 80%;
                color: @san;
                padding: 0 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;

                &:hover {
                    color: @maincolor;
                }
            }

            span {
                width: 15%;
                color: @ba;
                text-align: @textright;
            }
        }
    }
}*/
/*.SxfuKu {
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
    position: relative;

    .owl-nav {
        width: 100%;
        position: absolute;
        left: 0px;
        font-size: 0px;
        z-index: 20;
        margin: 0;
    }

    .owl-theme .owl-nav [class*=owl-prev] {
        width: 50px;
        height: 50px;
        position: absolute;
        left: -65px;
        top: 50%;
        margin-top: -105px;
        background: url(../images/icoLeft.png) no-repeat left center;

        &:hover {
            background: rgba(0,0,0,.3) url(../images/icoLeft.png) no-repeat left center;
        }
    }

    .owl-theme .owl-nav [class*=owl-next] {
        width: 50px;
        height: 50px;
        position: absolute;
        right: -65px;
        top: 50%;
        margin-top: -105px;
        background: url(../images/icoright.png) no-repeat left center;

        &:hover {
            background: rgba(0,0,0,.3) url(../images/icoright.png) no-repeat left center;
        }
    }
    .owl-prev {
            background: url(../images/icoLeft.png) no-repeat left center;

            &:hover {
                background: rgba(0,0,0,.3) url(../images/icoLeft.png) no-repeat left center;
            }
        }

        .owl-next {
            background: url(../images/icoright.png) no-repeat left center;
            &:hover {
                background: rgba(0,0,0,.3) url(../images/icoright.png) no-repeat left center;
            }
        }
}*/
/*.Quickentry {
    width: 100%;

    .QuickentryItem {
        width: 100%;
        margin-bottom: 15px;
        background-size: 100% 100%;
        text-align: center;

        a {
            display: flex;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 13px 0;
            font-size: @font18;
            color: @white;

            em {
                font-size: 37px;
                padding-right: 15px;
            }
        }
    }
}

.QuickentryMap {
    width: 100%;

    a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;

        .MapImg {
            width: 100%;
            height: 100%;
        }

        .MapPostion {
            display: flex;
            display: inline-flex;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 50%;
            margin-left: -50%;
            top: 50%;
            margin-top: -20%;
            font-size: @font18;
            color: @white;
            flex-direction: column;

            em {
                font-size: 50px;
                text-align: center;
                margin-bottom: 10px;
            }
        }

        &: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;

            .MapPostion {
                transform: rotateY(360deg);
                -webkit-transform: rotateY(360deg);
                -moz-transform: rotateY(360deg);
                -o-transform: rotateY(360deg);
                -ms-transform: rotateY(360deg);
            }
        }
    }
}*/
.Foot {
  width: 100%;
  padding: 40px 0;
  background: #292929;
}
.Foot .FootFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.Foot .FootFlex .LogoX {
  width: 10%;
}
.Foot .FootFlex .LogoX img {
  width: auto;
  height: auto;
}
.Foot .FootFlex .Fdes {
  width: 58%;
}
.Foot .FootFlex .Fdes p {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.Foot .FootFlex .FCode {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.Foot .FootFlex .FCode .CodeItem {
  margin-left: 15px;
  color: #ffffff;
  text-align: center;
}
.Foot .FootFlex .FCode .CodeItem img {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.Foot .FootFlex .FCode .CodeItem p {
  text-align: center;
}
/*.zSMobileContant {
    width: 100%;
    display: none;

    ul {
        display: flex;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;

        li {
            width: calc(100%/4-2);
            margin: 10px 1%;
            background: #fff;
            border: 1px @hui solid;
            border-radius: 10px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            font-size: @font15;

            a {
                color: @san;
            }

            &:hover {
                border: 1px @maincolor solid;
                cursor: pointer;

                a {
                    color: @maincolor;
                }
            }
        }
    }
}*/
.Microview_PicList {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 30px;
}
.Microview_PicList .Microview_PicListItem {
  width: 48.5%;
  position: relative;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListPic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListPic a {
  display: block;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListPic .shadow_black {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListPic .shadow_black img {
  width: 100%;
  height: 100%;
  display: block;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListPic .Microview_PicListImg {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListPic em {
  font-size: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  color: #ffffff;
  z-index: 100;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListDes {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName {
  color: #ffffff;
  font-size: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 3px #ef8100 solid;
  border-right: 3px #ef8100 solid;
  padding: 5px 10px 0 0;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName span {
  padding-left: 5px;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName_2 {
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  font-size: 23px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 20px 15px;
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
}
.Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName_2 em {
  background: #ef8100;
  height: 3px;
  width: 20%;
  margin-right: 15px;
}
.Microview_PicList .Microview_PicListItem:hover {
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
}
.Microview_PicList .Microview_PicListItem:hover .Microview_PicListPic .Microview_PicListImg {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  z-index: -1;
}
.Title_Model {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  /*.Title_ModelMore {
        border: 1px @hui solid;
        border-radius: 20px;
        padding: 5px 30px;
        text-align: center;
        font-size: @font15;
        text-transform: uppercase;

        a {
            color: @san;

            em {
                font-size: @font18;
                padding-right: 5px;
            }
        }

        &:hover {
            border: 1px @maincolor solid;
            background: @maincolor;

            a {
                color: @white;

                em {
                    color: @white;
                }
            }
        }
    }*/
}
.Title_Model .Title_ModelName h3 {
  color: #ef8100;
  font-size: 24px;
  margin-bottom: 5px;
}
.Title_Model .Title_ModelName h3 span {
  padding-right: 5px;
}
.WikiList {
  width: 100%;
  padding: 10px 0 30px;
}
.WikiList .WikiListItem {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.WikiList .WikiListItem .NoticePicListPic {
  width: 25%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.WikiList .WikiListItem .NoticePicListPic a {
  display: block;
}
.WikiList .WikiListItem .NoticePicListPic a img {
  display: block;
  width: auto;
  height: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.WikiList .WikiListItem .NoticePicListDes {
  width: 70%;
}
.WikiList .WikiListItem .NoticePicListDes a {
  display: block;
}
.WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
  font-size: 17px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
}
.WikiList .WikiListItem .NoticePicListDes a .NoticePicListtime {
  font-size: 12px;
  margin-bottom: 10px;
  color: #999999;
}
.WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-column-count: 3;
  color: #666666;
  text-align: justify;
  font-family: 'Microsoft YaHei';
}
.WikiList .WikiListItem:hover .NoticePicListPic a img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
}
.WikiList .WikiListItem:hover .NoticePicListDes a .NoticePicListName {
  color: #ef8100;
}
.WikiList .WikiListItem:hover .NoticePicListDes a .NoticePicListtime {
  color: #ef8100;
}
.WikiList .WikiListItem:hover .NoticePicListDes a .NoticePicListInfo {
  color: #ef8100;
}
.WikiList .WikiListItem:last-child {
  margin-bottom: 0;
}
.WikiList .WikiList--more a {
  display: inline-block;
  font-size: 15px;
  color: #969696;
  line-height: 30px;
  vertical-align: middle;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.WikiList .WikiList--more a em {
  font-size: 24px;
  padding-right: 5px;
}
.WikiList .WikiList--more a span {
  text-decoration: underline;
}
.WikiList .WikiList--more a:hover {
  color: #ef8100;
}
.WikiList .WikiList--more a:hover img {
  opacity: 0.5;
}
.AnnEntrance {
  width: 100%;
  height: auto;
  margin-bottom: 27px;
}
.AnnEntrance a {
  display: block;
  position: relative;
}
.AnnEntrance a img {
  width: 100%;
  height: 100%;
  display: block;
}
.AnnEntrance a:hover img {
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
}
.AnnEntrance--more {
  text-align: right;
}
.AnnEntrance--more a {
  display: block;
  margin: 10px 0;
  font-size: 15px;
  color: #666666;
}
.AnnEntrance--more a:hover {
  color: #ef8100;
}
.News_gsxw_Text_Notice_span {
  width: 100%;
  display: flex;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
.News_gsxw_Text_Notice_span .tag_Notice {
  padding-right: 15px;
  font-size: 12px;
  color: #999999;
  padding: 3px 15px;
  background: #ef8100;
  color: #ffffff;
  border-radius: 20px;
  margin-right: 15px;
}
.News_gsxw_Text_Notice_span .source_Notice {
  padding-right: 15px;
  font-size: 14px;
  color: #999999;
}
.ItemTag {
  padding: 2px 10px;
  background: #ef8100;
  border-radius: 15px;
  color: #ffffff;
  font-size: 12px;
  margin-left: 10px;
}
@media (max-width: 1440px) and (min-width: 1201px) {
  .Section-two {
    background-size: 50%;
  }
  .ContaineM {
    width: 1100px;
    margin: 0 auto;
  }
  .InsidePart {
    width: 100%;
    align-items: stretch;
  }
  .InsidePart .InsideLeftPart {
    padding: 110px 0 300px 0;
    width: 21%;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    font-size: 24px;
    color: #ef8100;
    font-weight: 500;
    padding: 0px;
    line-height: 34px;
    padding: 20px 0 30px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 20px;
    color: #a1a1a1;
    text-transform: uppercase;
  }
  .InsidePart .InsideLeftPart .insidemenubg {
    background: url(../images/insidemenubg.png) no-repeat right bottom;
    width: 700px;
    height: 5px;
    top: 135px;
    right: 0;
    position: absolute;
    z-index: 100;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    height: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding: 0 30px;
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
    float: right;
    color: #515151;
    font-weight: bold;
    display: none;
    font-size: 25px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover {
    cursor: pointer;
    background: #f5f5f5;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
    display: block;
  }
  .InsidePart .InsideRightPart {
    width: 78%;
    /*background: @white;*/
    padding: 110px 2% 100px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #434343;
    margin-bottom: 15px;
    border-bottom: 2px #ef8100 solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background: #ef8100;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 24px;
    color: #010101;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 20px 0;
    font-size: 15px;
    line-height: 26px;
    color: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .Menu {
    width: 100%;
  }
  .Menu .MenuFlex > li {
    padding: 15px 0;
  }
  .Menu .MenuFlex > li > a {
    font-size: 1.5rem;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 10px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 40%;
    vertical-align: middle;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img:first-child {
    width: 70%;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img:last-child {
    width: 25%;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo .Logoimg1 {
    width: 50%;
    vertical-align: middle;
    margin-right: 10px;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo .Logoimg2 {
    width: 20%;
    height: auto;
    line-height: 50px;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .ContaineM {
    width: 900px;
    margin: 0 auto;
  }
  .Section-two {
    background-size: 50%;
  }
  /*pc  Menu start*/
  .Menu {
    width: 100%;
  }
  .Menu .MenuFlex > li {
    padding: 15px 0;
  }
  .Menu .MenuFlex > li > a {
    font-size: 1.5rem;
  }
  /*pc  Menu end*/
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .SearchIco {
    width: 50px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: #ffffff;
    padding: 0 15px;
  }
  .HeaderTop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* 标准的语法 */
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top {
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #e2e0e0;
  }
  .Inside_Top .Inside_TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Inside_Top .Inside_TopFlex a {
    color: #333333;
    padding: 0 15px;
    border-right: 1px #333333 solid;
  }
  .Inside_Top .Inside_TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex a:last-child {
    border-right: 0;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 10px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 40%;
    vertical-align: middle;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img:first-child {
    width: 70%;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img:last-child {
    width: 25%;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo .Logoimg1 {
    width: 50%;
    vertical-align: middle;
    margin-right: 10px;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo .Logoimg2 {
    width: 20%;
    height: auto;
    line-height: 50px;
  }
  .MenuClick {
    /*width: 100px;*/
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .MenuClick ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .MenuClick ul li {
    margin-right: 10px;
  }
  .MenuClick ul li a {
    color: #ffffff;
    font-size: 13px;
    padding-right: 10px;
  }
  .MenuClick ul li a em {
    font-size: 16px;
    padding-right: 13px;
  }
  .MenuClick ul li:first-child {
    border-right: 1px #ffffff solid;
  }
  .hide-menu {
    padding: 20px 0 80px;
    position: absolute;
  }
  .hide-menu .hide-menu-Flex > li {
    width: calc(100%/8 - 40px);
  }
  .hide-menu .hide-menu-Flex > li > a {
    font-size: 1.3rem;
  }
  .hide-menu .hide-menu-Flex > li:hover > a,
  .hide-menu .hide-menu-Flex > li.active > a {
    padding-left: 5px;
  }
  .hide-menu .hide-menu-Flex .hide-menu-down > li {
    height: 30px;
    line-height: 30px;
    color: #898a8b;
    box-sizing: border-box;
    font-size: 12px;
  }
  .hide-menu .hide-menu-Flex .hide-menu-down > li a {
    color: #ffffff;
    opacity: 0.8;
  }
  .ZSXX-Leaders--FZ ul {
    width: 100%;
  }
  .ZSXX-Leaders--FZ ul li {
    width: calc(97%);
    margin: 0px 1.5% 30px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsimg--FZ {
    width: 25%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ {
    width: 71%;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZ {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZs {
    height: 52px;
    line-height: 26px;
    font-size: 13px;
  }
  .TopMiddle {
    width: 100%;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 40px;
    color: #ef8100;
    font-weight: bold;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 20px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #ef8100;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 18px;
    padding-right: 10px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
    color: #333333;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
    color: #ef8100;
  }
  .Banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .Banner a {
    display: block;
  }
  .Banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .searchBox {
    position: absolute;
    margin-left: -50%;
    z-index: 1;
    width: 30%;
    height: 90px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 30px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -15%;
  }
  .searchBox .Search {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    border: 1px #ffffff solid;
    background: transparent;
    padding: 5px 15px;
    font-size: 15px;
    color: #ffffff;
    height: 50px;
    line-height: 40px;
    border-right: 1px #ef8100 solid;
  }
  .searchBox .Search .searchInput::placeholder {
    color: #ffffff;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    border: 1px #ef8100 solid;
    background: #ef8100 url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    cursor: pointer;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  .NewsPos {
    position: relative;
  }
  .NewsPart {
    padding-bottom: 30px;
  }
  .NewsPart .NewsPicList {
    padding: 10px;
    top: -40px;
    z-index: 220;
    left: 0;
    margin-bottom: 60px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes {
    width: 90%;
    margin: -30px auto 10px;
    position: relative;
    bottom: -15px;
    left: 0;
    z-index: 220;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a {
    display: block;
    background: #f7f7f6;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesName {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    height: 26px;
    margin-bottom: 0px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime {
    font-size: 12px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime em {
    font-size: 15px;
  }
  .NewsPartMore {
    width: 200px;
    font-size: 14px;
  }
  .NewsTextListTitle span {
    font-size: 24px;
    padding: 0 15px;
  }
  .NewsTextList {
    margin: 30px 0;
    background: url(../images/xian.png) no-repeat 50% center;
  }
  .NewsTextList .NewsTextListItem {
    width: 48%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate {
    width: 18%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
    font-size: 18px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
    font-size: 13px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo {
    width: 76%;
    margin-left: 4%;
    padding-bottom: 15px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
    font-size: 16px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    -webkit-column-count: 3;
  }
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 15px;
  }
  .Title_Model .Title_ModelMore {
    padding: 4px 25px;
    border-radius: 30px;
    font-size: 13px;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 8px 10px 8px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 14px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 13px;
  }
  .AnnEntrance {
    margin-bottom: 15px;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    padding: 8px 15px;
    font-size: 15px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 13px;
    color: #333333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 30px;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 33%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 63%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: #ffffff;
    display: block;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 200px;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    background: #ffffff url(../images/titlebg.png) no-repeat 90% 85%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 15px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 13px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 220px 0 0px;
    margin-top: -240px;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 18%;
    border-right: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 18px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 13px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 10px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 13px;
    line-height: 20px;
    padding: 3px 15px;
  }
  .indexFoot {
    margin-top: 30px;
  }
  .indexFoot .indexFootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 60%;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 18px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 13px;
  }
  .FoooterB {
    font-size: 13px;
  }
  .MenuClick {
    /*width: 100px;*/
    position: absolute;
    right: 20px;
    top: 50px;
  }
  .MenuClick ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .MenuClick ul li {
    margin-right: 10px;
  }
  .MenuClick ul li a {
    color: #ffffff;
    font-size: 13px;
    padding-right: 10px;
  }
  .MenuClick ul li a em {
    font-size: 16px;
    padding-right: 12px;
  }
  .MenuClick ul li:first-child {
    border-right: 1px #ffffff solid;
  }
  .InsidePart {
    width: 100%;
    padding: 0px;
    align-items: stretch;
  }
  .InsidePart .InsideLeftPart {
    padding: 50px 0 300px 0;
    width: 28%;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    font-size: 24px;
    color: #ef8100;
    font-weight: 500;
    padding: 0px;
    line-height: 34px;
    padding: 20px 0 30px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 20px;
    color: #a1a1a1;
    text-transform: uppercase;
  }
  .InsidePart .InsideLeftPart .insidemenubg {
    background: url(../images/insidemenubg.png) no-repeat right bottom;
    width: 700px;
    height: 5px;
    top: 75px;
    right: 0;
    position: absolute;
    z-index: 100;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    height: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding: 0 30px;
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
    float: right;
    color: #515151;
    font-weight: bold;
    display: none;
    font-size: 25px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover {
    cursor: pointer;
    background: #f5f5f5;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
    display: block;
  }
  .InsidePart .InsideRightPart {
    width: 68%;
    /*background: @white;*/
    padding: 50px 2% 100px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #434343;
    margin-bottom: 15px;
    border-bottom: 2px #ef8100 solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background: #ef8100;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 24px;
    color: #010101;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 20px 0;
    font-size: 15px;
    line-height: 26px;
    color: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsideHonor {
    width: 100%;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 30px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
  }
  .InsideHonor .InsideHonorItem ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: 23%;
    margin: 10px 2% 10px 0;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
  }
  .InsideHonor .InsideHonorItem ul li a:hover {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #ef8100;
  }
  .SF_News {
    width: 100%;
    padding: 0px;
  }
  .SF_News ul {
    width: 100%;
  }
  .SF_News ul li {
    padding: 25px 0px 25px;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    border-bottom: 1px #e6e6e6 solid;
  }
  .SF_News ul li .News_gsxw_date {
    width: 18%;
    padding: 15px 10px;
    background: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 70%;
    color: #a4a4a4;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
    margin: 0 auto;
  }
  .SF_News ul li .News_gsxw_date dl dt {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 50px;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 14px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 78%;
  }
  .SF_News ul li .News_gsxw_Text a {
    display: block;
    width: 100%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    font-weight: bold;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .ZSXX-ImgNews ul {
    width: 100%;
    padding: 20px 0;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .ZSXX-ImgNews ul li {
    width: calc(30.33333333%);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a {
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-ImgNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999999;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-ImgNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-ImgNews 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;
  }
  .ZSXX-ImgNews ul li a:hover .NewsTitle {
    color: #ef8100;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes {
    color: #000000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .ZSXX-Leaders ul {
    width: 100%;
    padding: 20px 0;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .ZSXX-Leaders ul li {
    width: calc(22%);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-Leaders ul li a {
    width: 100%;
  }
  .ZSXX-Leaders ul li a .Newsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-Leaders ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-Leaders ul li a .Newsinfo {
    padding-top: 7px;
    width: 100%;
    text-align: center;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
    color: #666666;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
    color: #000000;
    font-weight: bold;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-Leaders ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-Leaders 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;
  }
  .ZSXX-Leaders ul li a:hover .NewsTitle {
    color: #ef8100;
  }
  .ZSXX-Leaders ul li a:hover .NewsDes {
    color: #000000;
  }
  .ZSXX-Leaders ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .Ann-Leaders {
    width: 100%;
    margin: 30px 0;
  }
  .Ann-Leaders a {
    display: block;
  }
  .Ann-Leaders img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
  }
  .ZSXX-PicNews ul {
    width: 100%;
    padding: 20px 0;
  }
  .ZSXX-PicNews ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0 25px;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px #dbdbdb solid;
  }
  .ZSXX-PicNews ul li a {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 26%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-PicNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 72%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    text-align: justify;
    margin: 20px 0 0;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
    color: #0096cc;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    border-right: 1px #ebebeb solid;
    padding-right: 20px;
    text-align: right;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
    font-size: 15px;
    color: #666666;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
    font-size: 24px;
    color: #999999;
  }
  .ZSXX-PicNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-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;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsname {
    color: #ef8100;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes {
    color: #000000;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes span {
    text-decoration: underline;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h3 {
    color: #ef8100;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h4 {
    color: #ef8100;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  .page a {
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 15px;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 14px;
  }
  .IndexPart {
    width: 100%;
    padding: 30px 0 30px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .IndexPart .LeftPartS {
    width: 69%;
  }
  .IndexPart .RightPartS {
    width: 29%;
  }
  .IndexPart .LeftPart {
    width: 79%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPart .PartModel {
    padding: 15px;
    border: 1px #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .ContaineM {
    width: 680px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .slide-main {
    top: 0px;
  }
  /*pc  Menu start*/
  .Menu {
    width: 100%;
  }
  .Menu .MenuFlex > li {
    padding: 10px 0;
  }
  .Menu .MenuFlex > li > a {
    font-size: 1.6rem;
  }
  /*pc  Menu end*/
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .SearchIco {
    width: 40px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
  }
  .HeaderTop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* 标准的语法 */
  }
  .MenuClick {
    /*width: 100px;*/
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .MenuClick ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .MenuClick ul li {
    margin-right: 10px;
  }
  .MenuClick ul li a {
    color: #ffffff;
    font-size: 13px;
    padding-right: 10px;
  }
  .MenuClick ul li a em {
    font-size: 16px;
    padding-right: 13px;
  }
  .MenuClick ul li:first-child {
    border-right: 1px #ffffff solid;
  }
  .hide-menu {
    padding: 20px 0 80px;
    position: absolute;
  }
  .hide-menu .hide-menu-Flex > li {
    width: calc(100%/8 - 20px);
  }
  .hide-menu .hide-menu-Flex > li > a {
    font-size: 1.3rem;
  }
  .hide-menu .hide-menu-Flex > li:hover > a,
  .hide-menu .hide-menu-Flex > li.active > a {
    padding-left: 5px;
  }
  .hide-menu .hide-menu-Flex .hide-menu-down > li {
    height: 30px;
    line-height: 30px;
    color: #898a8b;
    box-sizing: border-box;
    font-size: 12px;
  }
  .hide-menu .hide-menu-Flex .hide-menu-down > li a {
    color: #ffffff;
    opacity: 0.8;
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 0.8rem;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex {
    font-size: 10px;
  }
  .Inside_Top .Inside_TopFlex a {
    padding: 0 10px;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 100%;
    vertical-align: middle;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img:first-child {
    width: 50%;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img:last-child {
    width: 20%;
    height: auto;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo .Logoimg1 {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    height: 50px;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo .Logoimg2 {
    width: 20%;
    height: auto;
    line-height: 50px;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    font-size: 13px;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #ef8100;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 16px;
    padding-right: 10px;
  }
  .Banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .Banner a {
    display: block;
  }
  .Banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .searchBox {
    width: 60%;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-top: -30px;
    margin-left: -50%;
    margin-left: -30%;
    top: 50%;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    font-size: 13px;
    color: #ffffff;
    height: 40px;
    line-height: 30px;
  }
  .searchBox .Search .searchInput::placeholder {
    color: #ffffff;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    border: 1px #ef8100 solid;
    background: #ef8100 url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  .NewsPos {
    position: relative;
  }
  .NewsPart {
    padding-bottom: 30px;
  }
  .NewsPart .NewsPicList {
    padding: 10px;
    top: 50px;
    z-index: 220;
    left: 0;
    margin-bottom: 60px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes {
    width: 90%;
    margin: -30px auto 10px;
    position: relative;
    bottom: -15px;
    left: 0;
    z-index: 220;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a {
    display: block;
    background: #f7f7f6;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesName {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    height: 26px;
    margin-bottom: 0px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime {
    font-size: 12px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime em {
    font-size: 15px;
  }
  .NewsPart .NewsText {
    width: 100%;
    margin-top: 80px;
  }
  .NewsPartMore {
    margin-top: 30px;
    width: 200px;
    font-size: 14px;
  }
  .NewsTextListTitle span {
    font-size: 20px;
    padding: 0 15px;
  }
  .NewsTextList {
    margin: 0px 0;
    background: url(../images/xian.png) no-repeat 50% center;
  }
  .NewsTextList .NewsTextListItem {
    width: 48%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate {
    width: 25%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
    font-size: 18px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
    font-size: 13px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo {
    width: 72%;
    margin-left: 4%;
    padding-bottom: 15px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
    font-size: 14px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
    font-size: 1rem;
    line-height: 20px;
    height: 40px;
    -webkit-column-count: 2;
  }
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore {
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 0px 10px 0px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 13px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 0.9rem;
  }
  .AnnEntrance {
    margin-bottom: 15px;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 1rem;
    color: #333333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 15px;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 18%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 76%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: #ffffff;
    display: block;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 150px;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    background: #ffffff url(../images/titlebg.png) no-repeat 60% 85%;
    background-size: 90%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 200px 0 0px;
    margin-top: -200px;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 20%;
    border-right: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 16px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 1rem;
    line-height: 24px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 10px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 13px;
    line-height: 20px;
    padding: 3px 15px;
  }
  .indexFoot {
    margin-top: 30px;
  }
  .indexFoot .indexFootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 60%;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 18px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 13px;
  }
  .FoooterB {
    font-size: 13px;
  }
  .InsidePart {
    width: 100%;
    padding: 0px;
    align-items: stretch;
  }
  .InsidePart .InsideLeftPart {
    padding: 50px 0 30px 0;
    width: 30%;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    font-size: 20px;
    color: #ef8100;
    line-height: 30px;
    padding: 15px 0 20px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 16px;
  }
  .InsidePart .InsideLeftPart .insidemenubg {
    background: url(../images/insidemenubg.png) no-repeat right bottom;
    width: 700px;
    height: 5px;
    top: 75px;
    right: 0;
    position: absolute;
    z-index: 100;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    height: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 20px;
    color: #333333;
  }
  .InsidePart .InsideRightPart {
    width: 66%;
    /*background: @white;*/
    padding: 50px 0 30px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    height: 44px;
    line-height: 44px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    font-size: 15px;
    color: #ffffff;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    color: #010101;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 0px 0;
    font-size: 12px;
    line-height: 26px;
    color: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 12px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .Section-two {
    background-size: 50%;
  }
  .ZSXX-Leaders--FZ ul {
    width: 100%;
  }
  .ZSXX-Leaders--FZ ul li {
    width: calc(97%);
    margin: 0px 1.5% 30px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsimg--FZ {
    width: 30%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ {
    width: 66%;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsTitle--FZ {
    margin-bottom: 8px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZ {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZs {
    height: 52px;
    line-height: 26px;
    font-size: 13px;
  }
  .MenuClick {
    /*width: 100px;*/
    position: absolute;
    right: 20px;
    top: 50px;
  }
  .MenuClick ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .MenuClick ul li {
    margin-right: 10px;
  }
  .MenuClick ul li a {
    color: #ffffff;
    font-size: 13px;
    padding-right: 10px;
  }
  .MenuClick ul li a em {
    font-size: 16px;
    padding-right: 13px;
  }
  .MenuClick ul li:first-child {
    border-right: 1px #ffffff solid;
  }
  .hide-menu {
    padding: 20px 0 80px;
    position: absolute;
  }
  .hide-menu .hide-menu-Flex > li {
    width: calc(100%/8 - 20px);
  }
  .hide-menu .hide-menu-Flex > li > a {
    font-size: 1.3rem;
  }
  .hide-menu .hide-menu-Flex > li:hover > a,
  .hide-menu .hide-menu-Flex > li.active > a {
    padding-left: 5px;
  }
  .hide-menu .hide-menu-Flex .hide-menu-down > li {
    height: 30px;
    line-height: 30px;
    color: #898a8b;
    box-sizing: border-box;
    font-size: 12px;
  }
  .hide-menu .hide-menu-Flex .hide-menu-down > li a {
    color: #ffffff;
    opacity: 0.8;
  }
  .InsideHonor {
    width: 100%;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 30px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
  }
  .InsideHonor .InsideHonorItem ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: calc(31.33333333%);
    margin: 10px 2% 10px 0;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
  }
  .InsideHonor .InsideHonorItem ul li a:hover {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #ef8100;
  }
  .SF_News ul li {
    padding: 15px 0px 15px;
  }
  .SF_News ul li .News_gsxw_date {
    width: 20%;
    padding: 10px 10px;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 100%;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    font-size: 12px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 77%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .ZSXX-ImgNews ul {
    width: 100%;
    padding: 20px 0;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .ZSXX-ImgNews ul li {
    width: calc(30.33333333%);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a {
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-ImgNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999999;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-ImgNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-ImgNews 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;
  }
  .ZSXX-ImgNews ul li a:hover .NewsTitle {
    color: #ef8100;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes {
    color: #000000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .ZSXX-Leaders ul {
    padding: 15px 0;
  }
  .ZSXX-Leaders ul li {
    width: calc(30.33333333%);
    margin: 0px 1.5% 15px;
  }
  .ZSXX-Leaders ul li a .Newsinfo {
    padding-top: 7px;
    width: 100%;
    text-align: center;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
    color: #666666;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
    color: #000000;
    font-weight: bold;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .Ann-Leaders {
    width: 100%;
    margin: 30px 0;
  }
  .Ann-Leaders a {
    display: block;
  }
  .Ann-Leaders img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
  }
  .ZSXX-PicNews ul {
    width: 100%;
    padding: 20px 0;
  }
  .ZSXX-PicNews ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0 25px;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px #dbdbdb solid;
  }
  .ZSXX-PicNews ul li a {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    display: none;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-PicNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    text-align: justify;
    margin: 20px 0 0;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
    color: #0096cc;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    border-right: 1px #ebebeb solid;
    padding-right: 20px;
    text-align: right;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
    font-size: 15px;
    color: #666666;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
    font-size: 24px;
    color: #999999;
  }
  .ZSXX-PicNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-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;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsname {
    color: #ef8100;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes {
    color: #000000;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes span {
    text-decoration: underline;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h3 {
    color: #ef8100;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h4 {
    color: #ef8100;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  .ZSXX-PicNews ul {
    padding: 20px 0 0;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 20px;
    padding-bottom: 20px;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 32%;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 66%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsname {
    height: 26px;
    line-height: 26px;
    font-size: 1.4rem;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsdes {
    height: 44px;
    line-height: 22px;
    font-size: 1.2rem;
    color: #999999;
    margin: 0px 0 2px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    color: #999999;
    margin-left: -10px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime span {
    padding: 0 10px;
  }
  .ZSXX-News {
    margin-bottom: 0px;
  }
  .ZSXX-News ul li span {
    font-size: 1rem;
    width: 25%;
  }
  .ZSXX-News ul li a {
    width: 75%;
    font-size: 1rem;
  }
  .ZSXX-Detail {
    padding-bottom: 0;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 0.8rem;
  }
  .ZSXX-Detail .DetailCont {
    padding: 20px 0 30px;
    font-size: 1rem;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    padding: 3px 10px;
    font-size: 1rem;
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 1.3rem;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 1rem;
  }
  .News_gsxw_Text_Notice_span {
    margin-top: 2px;
  }
  .News_gsxw_Text_Notice_span .tag_Notice {
    padding-right: 10px;
    font-size: 0.8rem;
    padding: 2px 15px;
  }
  .News_gsxw_Text_Notice_span .source_Notice {
    padding-right: 15px;
    font-size: 14px;
    color: #999999;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .slide-main {
    top: 0px;
  }
  .Menu {
    display: none;
  }
  /*手机菜单*/
  .header {
    position: absolute;
    height: 70px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-size: cover;
    display: block;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999999999999;
    box-sizing: border-box;
  }
  .header .logo {
    display: inline-block;
    width: 80%;
    height: 70px;
    padding: 0px 0 0 5px;
    font-size: 1.8rem;
    color: #ffffff;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .logo .Logoimg1 {
    width: 40%;
    vertical-align: middle;
    margin-right: 10px;
    height: auto;
  }
  .header .logo .Logoimg2 {
    width: 15%;
    height: auto;
    line-height: 70px;
  }
  /*手机菜单*/
  .SearchIco {
    width: 50px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: #ffffff;
    padding: 0 15px;
  }
  .Section-two {
    background: #ffffff;
  }
  .HeaderTop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.33);
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top {
    width: 100%;
    height: 60px;
    padding: 0;
    box-sizing: border-box;
    background: #e2e0e0;
  }
  .Inside_Top .Inside_TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Inside_Top .Inside_TopFlex a {
    color: #333333;
    padding: 0 15px;
    border-right: 1px #333333 solid;
  }
  .Inside_Top .Inside_TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex a:last-child {
    border-right: 0;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
    display: none;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 8px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 30%;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 40px;
    color: #ef8100;
    font-weight: bold;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 20px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #ef8100;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 18px;
    padding-right: 10px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
    color: #333333;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
    color: #ef8100;
  }
  .Banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .Banner a {
    display: block;
  }
  .Banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .SF_News ul li {
    padding: 15px 0px 15px;
  }
  .SF_News ul li .News_gsxw_date {
    width: 14%;
    padding: 10px 10px;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 100%;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    font-size: 12px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 83%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .searchBox {
    width: 80%;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-top: -30px;
    margin-left: -50%;
    margin-left: -40%;
    top: 50%;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    font-size: 13px;
    color: #ffffff;
    height: 40px;
    line-height: 30px;
  }
  .searchBox .Search .searchInput::placeholder {
    color: #ffffff;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    border: 1px #ef8100 solid;
    background: #ef8100 url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  .NewsPos {
    position: relative;
  }
  .NewsPart {
    padding-bottom: 30px;
  }
  .NewsPart .NewsPicList {
    padding: 10px;
    top: 50px;
    z-index: 220;
    left: 0;
    margin-bottom: 60px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes {
    width: 90%;
    margin: -30px auto 10px;
    position: relative;
    bottom: -15px;
    left: 0;
    z-index: 220;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a {
    display: block;
    background: #f7f7f6;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesName {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    height: 26px;
    margin-bottom: 0px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime {
    font-size: 12px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime em {
    font-size: 15px;
  }
  .NewsPart .NewsText {
    width: 100%;
    margin-top: 80px;
  }
  .NewsPartMore {
    margin-top: 30px;
    width: 200px;
    font-size: 14px;
  }
  .NewsTextListTitle span {
    font-size: 20px;
    padding: 0 15px;
  }
  .NewsTextList {
    margin: 0px 0;
    background: url(../images/xian.png) no-repeat 50% center;
  }
  .NewsTextList .NewsTextListItem {
    width: 48%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate {
    width: 25%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
    font-size: 18px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
    font-size: 13px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo {
    width: 72%;
    margin-left: 4%;
    padding-bottom: 15px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
    font-size: 14px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
    font-size: 1rem;
    line-height: 20px;
    height: 40px;
    -webkit-column-count: 2;
  }
  .Microview_PicList .Microview_PicListItem {
    width: 48.5%;
    position: relative;
  }
  .Microview_PicList .Microview_PicListItem a .Microview_PicListPic em {
    font-size: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    color: #ffffff;
    z-index: 100;
  }
  .Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName_2 {
    font-size: 15px;
    line-height: 32px;
    padding: 0px 10px 5px;
  }
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore {
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 0px 10px 0px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 13px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 0.9rem;
  }
  .AnnEntrance {
    margin-bottom: 15px;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 1rem;
    color: #333333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 20px;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 32%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 64%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: #ffffff;
    display: block;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 150px;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    background: #ffffff url(../images/titlebg.png) no-repeat 60% 85%;
    background-size: 90%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 200px 0 0px;
    margin-top: -200px;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 20%;
    border-right: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 16px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 1rem;
    line-height: 24px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 10px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 13px;
    line-height: 20px;
    padding: 3px 15px;
  }
  .indexFoot {
    margin-top: 30px;
  }
  .indexFoot .indexFootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 60%;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 14px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 13px;
  }
  .FoooterB {
    font-size: 13px;
  }
  .InsidePart {
    width: 100%;
    padding: 80px 0 10px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    position: inherit;
    top: 0px;
    z-index: 220;
    padding: 0;
    margin-bottom: 0;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 500;
    padding: 0px;
    line-height: 34px;
    padding: 5px 10px;
    width: 100%;
    background: #ef8100;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 20px;
  }
  .InsidePart .InsideLeftPart .insidemenubg {
    background: url(../images/insidemenubg.png) no-repeat right bottom;
    width: 700px;
    height: 5px;
    top: 100px;
    right: 0;
    position: absolute;
    z-index: 100;
    display: none;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    width: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: calc(33.33333333%);
    box-sizing: border-box;
    border-bottom: 1px #dbdbdb solid;
    border-right: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    padding: 0 10px;
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
    float: right;
    color: #515151;
    font-weight: bold;
    display: none;
    font-size: 25px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover {
    cursor: pointer;
    background: #f5f5f5;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
    display: block;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
    /*background: @white;*/
    padding: 0px 0 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    font-size: 1rem;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 30px 0 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 1.2rem;
    line-height: 24px;
  }
  #menubg {
    background: #20232c;
  }
  .LocalLinks {
    width: 100%;
    font-size: 1rem;
    display: none;
  }
  .InsideHonor {
    width: 100%;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 30px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
  }
  .InsideHonor .InsideHonorItem ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: 23%;
    margin: 10px 2% 10px 0;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
  }
  .InsideHonor .InsideHonorItem ul li a:hover {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #ef8100;
  }
  .ZSXX-Leaders--FZ ul {
    width: 100%;
  }
  .ZSXX-Leaders--FZ ul li {
    width: calc(97%);
    margin: 0px 1.5% 30px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsimg--FZ {
    width: 22%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ {
    width: 74%;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZ {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZs {
    height: 60px;
    line-height: 30px;
    font-size: 13px;
  }
  .ZSXX-ImgNews ul {
    width: 100%;
    padding: 30px 0 20px;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .ZSXX-ImgNews ul li {
    width: calc(30.33333333%);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a {
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666666;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-ImgNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-ImgNews 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;
  }
  .ZSXX-ImgNews ul li a:hover .NewsTitle {
    color: #ef8100;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes {
    color: #000000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .ZSXX-Leaders ul {
    padding: 15px 0;
  }
  .ZSXX-Leaders ul li {
    width: calc(30.33333333%);
    margin: 0px 1.5% 15px;
  }
  .ZSXX-Leaders ul li a .Newsinfo {
    padding-top: 7px;
    width: 100%;
    text-align: center;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
    color: #666666;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
    color: #000000;
    font-weight: bold;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .Ann-Leaders {
    width: 100%;
    margin: 30px 0;
  }
  .Ann-Leaders a {
    display: block;
  }
  .Ann-Leaders img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*.ZSXX-PicNews {
        ul {
            padding:20px 0 0;
            li {
                margin: 0px 0 20px;
                padding-bottom: 20px;

                a {
                    .Newsimg {
                        width: 20%;
                    }

                    .Newsinfo {
                        padding: 0;
                        width: 78%;

                        .Newsname {
                            height: 26px;
                            line-height: 26px;
                            font-size: 1.4rem;
                        }

                        .Newsdes {
                            height:44px;
                            line-height:22px;
                            font-size: 1.2rem;
                            color:@jiu;
                            margin: 0px 0 2px;
                        }

                        .NewsTime {
                            width: 100%;
                            height: 20px;
                            line-height: 20px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            font-size: 1rem;
                            color: @jiu;
                            margin-left: -10px;

                            span {
                                padding: 0 10px;
                            }
                        }
                    }
                }
            }
        }
    }*/
  .ZSXX-News {
    margin-bottom: 0px;
  }
  .ZSXX-News ul li span {
    font-size: 1rem;
    width: 25%;
  }
  .ZSXX-News ul li a {
    width: 75%;
    font-size: 1rem;
  }
  .ZSXX-Detail {
    padding-bottom: 0;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 0.8rem;
  }
  .ZSXX-Detail .DetailCont {
    padding: 20px 0 30px;
    font-size: 1rem;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    padding: 3px 10px;
    font-size: 1rem;
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 1.3rem;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 1rem;
  }
  .IndexPart {
    padding: 10px 0 10px;
  }
  .IndexPart .LeftPartS {
    width: 68%;
  }
  .IndexPart .RightPartS {
    width: 28%;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
  }
  .IndexPart .LeftPart {
    width: 79%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #f5f5f5;
  }
  .IndexPart .LeftPart .PartModel {
    padding: 15px;
    border: 1px #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
    background: #ffffff;
  }
  .Foot {
    padding: 20px 0;
  }
  .Foot .FootFlex .LogoX {
    width: 15%;
    display: none;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 68%;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
  }
  .Foot .FootFlex .FCode {
    width: 30%;
  }
  .Foot .FootFlex .FCode .CodeItem {
    margin-left: 15px;
    color: #ffffff;
    text-align: center;
  }
  .News_gsxw_Text_Notice_span {
    margin-top: 2px;
  }
  .News_gsxw_Text_Notice_span .tag_Notice {
    padding-right: 10px;
    font-size: 0.8rem;
    padding: 2px 15px;
  }
  .News_gsxw_Text_Notice_span .source_Notice {
    padding-right: 15px;
    font-size: 14px;
    color: #999999;
  }
}
@media screen and (max-width: 479px) {
  .ItemTag {
    font-size: 1rem;
    margin-left: 5px;
  }
  .notice-swiper {
    margin-bottom: 10px;
  }
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .slide-main {
    top: 0px;
  }
  .Menu {
    display: none;
  }
  #menubg {
    background: #20232c;
  }
  /*手机菜单*/
  .header {
    position: absolute;
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-size: cover;
    display: block;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999999999999;
    box-sizing: border-box;
  }
  .header .logo {
    display: inline-block;
    width: 80%;
    height: 50px;
    padding: 0px 0 0 5px;
    font-size: 1.8rem;
    color: #ffffff;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .logo .Logoimg1 {
    width: 50%;
    vertical-align: middle;
    margin-right: 10px;
    height: auto;
  }
  .header .logo .Logoimg2 {
    width: 20%;
    height: auto;
    line-height: 50px;
  }
  /*手机菜单*/
  .SearchIco {
    width: 50px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: #ffffff;
    padding: 0 15px;
  }
  .Section-two {
    background: #ffffff;
  }
  .HeaderTop {
    height: 50px;
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #e2e0e0;
  }
  .Inside_Top .Inside_TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Inside_Top .Inside_TopFlex a {
    color: #333333;
    padding: 0 15px;
    border-right: 1px #333333 solid;
  }
  .Inside_Top .Inside_TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex a:last-child {
    border-right: 0;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
    display: none;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 8px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 30%;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 40px;
    color: #ef8100;
    font-weight: bold;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 20px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #ef8100;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 18px;
    padding-right: 10px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
    color: #333333;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
    color: #ef8100;
  }
  .Banner {
    width: 100%;
    position: relative;
    top: 50px;
    height: 110px;
  }
  .searchBox {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-top: 0px;
    margin-left: -50%;
    top: 0;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    font-size: 13px;
    color: #ffffff;
    height: 40px;
    line-height: 30px;
  }
  .searchBox .Search .searchInput::placeholder {
    color: #ffffff;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    border: 1px #ef8100 solid;
    background: #ef8100 url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  .NewsPos {
    position: relative;
  }
  .NewsPart {
    padding-bottom: 30px;
    background-size: cover;
  }
  .NewsPart .NewsPicList {
    padding: 10px;
    top: 50px;
    z-index: 220;
    left: 0;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .NewsPart .NewsPicList .NewsPicListItem {
    width: 100%;
    margin-bottom: 25px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes {
    width: 90%;
    margin: -30px auto 10px;
    position: relative;
    bottom: -15px;
    left: 0;
    z-index: 220;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a {
    display: block;
    background: #f7f7f6;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesName {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    height: 26px;
    margin-bottom: 0px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime {
    font-size: 12px;
  }
  .NewsPart .NewsPicList .NewsPicListItem .NewsPicDes a .NewsPicDesTime em {
    font-size: 15px;
  }
  .NewsPart .NewsText {
    width: 100%;
    margin-top: 80px;
  }
  .NewsPartMore {
    margin-top: 20px;
    width: 200px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .NewsTextListTitle {
    margin-bottom: 20px;
  }
  .NewsTextListTitle span {
    font-size: 20px;
    padding: 0 15px;
  }
  .NewsTextList {
    margin: 0px 0;
    background: none;
    flex-wrap: wrap;
  }
  .NewsTextList .NewsTextListItem {
    width: 100%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate {
    width: 20%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
    font-size: 18px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
    font-size: 13px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo {
    width: 80%;
    margin-left: 4%;
    padding-bottom: 15px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
    font-size: 14px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
    font-size: 1rem;
    line-height: 20px;
    height: 40px;
    -webkit-column-count: 2;
  }
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore {
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 0px 10px 0px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 13px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul {
    flex-wrap: wrap;
  }
  .NoticeTextList ul li {
    width: 100%;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 1rem;
  }
  .AnnEntrance {
    margin-bottom: 20px;
    width: 48.5%;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    text-align: center;
    padding: 8px 15px;
    font-size: 1.3rem;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 1.2rem;
    color: #333333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList {
    padding: 10px 0;
  }
  .WikiList .WikiListItem {
    margin-bottom: 15px;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 40%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 56%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: #ffffff;
    display: block;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 100px;
    background-size: cover;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    background: #ffffff url(../images/titlebg.png) no-repeat 60% 85%;
    background-size: 90%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 140px 0 0px;
    margin-top: -160px;
  }
  .Section-five .quick_LInk {
    flex-wrap: wrap;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 100%;
    margin-bottom: 10px;
    border-right: 0;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 16px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
    width: 100%;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 1rem;
    line-height: 24px;
    width: 15.5%;
  }
  .Section-five .quick_LInk .quick_LInk_Right {
    width: 100%;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 5px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
    right: 5px;
    bottom: 5px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 1rem;
    line-height: 20px;
    padding: 3px 8px;
  }
  .indexFoot {
    margin-top: 30px;
  }
  .indexFoot .indexFootFlex {
    flex-wrap: wrap;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 100%;
    margin-bottom: 15px;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    width: 31%;
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 14px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 1rem;
    line-height: 20px;
  }
  .indexFoot .indexFootFlex .FCode {
    justify-content: center;
    width: 100%;
  }
  .indexFoot .indexFootFlex .FCode .CodeItem {
    width: 15%;
    margin-left: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
  }
  .Foot {
    padding: 20px 0;
    background-size: cover;
  }
  .Foot .FootFlex {
    flex-wrap: wrap;
  }
  .Foot .FootFlex .LogoX {
    display: none;
    width: 15%;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 100%;
    margin-bottom: 10px;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 1rem;
  }
  .Foot .FootFlex .FCode {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
  }
  .Foot .FootFlex .FCode .CodeItem {
    /*width:50%;*/
    margin-left: 15px;
    text-align: center;
  }
  .Foot .FootFlex .FCode .CodeItem img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }
  .Foot .FootFlex .FCode .CodeItem p {
    text-align: center;
  }
  .FoooterB {
    font-size: 1rem;
  }
  .InsidePart {
    width: 100%;
    padding: 60px 0 10px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    position: inherit;
    top: 0px;
    z-index: 220;
    padding: 0;
    margin-bottom: 0;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 500;
    padding: 0px;
    line-height: 34px;
    padding: 5px 10px;
    width: 100%;
    background: #ef8100;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 1.3rem;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 20px;
  }
  .InsidePart .InsideLeftPart .insidemenubg {
    background: url(../images/insidemenubg.png) no-repeat right bottom;
    width: 700px;
    height: 5px;
    top: 100px;
    right: 0;
    position: absolute;
    z-index: 100;
    display: none;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    width: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: calc(33.33333333%);
    box-sizing: border-box;
    border-bottom: 1px #dbdbdb solid;
    border-right: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    padding: 0 10px;
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
    float: right;
    color: #515151;
    font-weight: bold;
    display: none;
    font-size: 25px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover {
    cursor: pointer;
    background: #f5f5f5;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
    color: #333333;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
    display: block;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
    /*background: @white;*/
    padding: 0px 0 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    font-size: 1rem;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 30px 0 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 1.2rem;
    line-height: 24px;
  }
  .LocalLinks {
    width: 100%;
    font-size: 1rem;
    display: none;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 10px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: 48%;
    margin: 10px 1%;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 13px;
  }
  .SF_News ul li {
    padding: 15px 0px 15px;
  }
  .SF_News ul li .News_gsxw_date {
    width: 22%;
    padding: 10px 10px;
    background: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 100%;
  }
  .SF_News ul li .News_gsxw_date dl dt {
    font-size: 40px;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 12px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 75%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    height: 26px;
    line-height: 26px;
    font-size: 1.4rem;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #606060;
    font-size: 1.3rem;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .ZSXX-ImgNews ul {
    padding: 30px 0 10px;
  }
  .ZSXX-ImgNews ul li {
    width: calc(48%);
    margin: 0px 1% 15px;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    font-size: 1rem;
    color: #666666;
  }
  .ZSXX-Leaders--FZ ul {
    width: 100%;
  }
  .ZSXX-Leaders--FZ ul li {
    width: calc(97%);
    margin: 0px 1.5% 30px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsimg--FZ {
    width: 30%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ {
    width: 66%;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsTitle--FZ {
    margin-bottom: 5px;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZ {
    height: 22px;
    line-height: 22px;
    font-size: 1rem;
  }
  .ZSXX-Leaders--FZ ul li a .Newsinfo--FZ .NewsDes--FZs {
    height: 44px;
    line-height: 22px;
    font-size: 1rem;
  }
  .ZSXX-Leaders ul li {
    width: calc(48%);
    margin: 0px 1% 15px;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    font-size: 1.3rem;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 1.3rem;
  }
  .Ann-Leaders {
    margin: 10px 0;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  .ZSXX-PicNews ul {
    padding: 30px 10px 10px 0;
    box-sizing: border-box;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 10px;
    padding-bottom: 10px;
  }
  .ZSXX-PicNews ul li a {
    flex-wrap: wrap;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 90%;
    order: 2;
    margin: 0 auto;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText {
    width: 74%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    text-align: justify;
    margin: 5px 0 0;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
    color: #0096cc;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    width: 22%;
    border-right: 1px #ebebeb solid;
    padding-right: 20px;
    text-align: right;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
    font-size: 1rem;
    color: #666666;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
    font-size: 1.4rem;
    color: #999999;
  }
  .ZSXX-News {
    margin-bottom: 0px;
  }
  .ZSXX-News ul li span {
    font-size: 1rem;
    width: 25%;
  }
  .ZSXX-News ul li a {
    width: 75%;
    font-size: 1rem;
  }
  .ZSXX-Detail {
    padding-bottom: 0;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 0.8rem;
  }
  .ZSXX-Detail .DetailCont {
    padding: 20px 0 30px;
    font-size: 1rem;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    padding: 3px 10px;
    font-size: 1rem;
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 1.3rem;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 1rem;
  }
  .IndexPart {
    padding: 0px 0 30px;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPartS {
    width: 100%;
    margin-bottom: 15px;
  }
  .IndexPart .RightPartS {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPart {
    width: 79%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPart .PartModel {
    padding: 15px;
    border: 1px #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .Microview_PicList {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .Microview_PicList .Microview_PicListItem {
    width: 48.5%;
    position: relative;
  }
  .Microview_PicList .Microview_PicListItem a .Microview_PicListPic em {
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -35px;
    color: #ffffff;
    z-index: 100;
  }
  .Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .Microview_PicList .Microview_PicListItem a .Microview_PicListDes .Microview_PicListName_2 {
    font-size: 15px;
    line-height: 32px;
    padding: 0px 10px 5px;
  }
  /*.Microview_PicList {
    margin-bottom:0px;
    padding-top: 0px;
    flex-wrap:wrap;
    .Microview_PicListItem {
        width:100%;
        position: relative;
        margin-bottom:15px;
        a {
            .Microview_PicListPic {
                width: 100%;
                height: auto;
                position: relative;
                overflow: hidden;

                a {
                    display: block;
                }

                .shadow_black {
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 0;

                    img {
                        width: 100%;
                        height: 100%;
                        display: block;
                    }
                }

                .Microview_PicListImg {
                    width: 100%;
                    height: 100%;
                    display: block;
                    border: none;
                    transition: all 1s;
                    -webkit-transition: all 1s;
                    -o-transition: all 1s;
                    -moz-transition: all 1s;
                }

                em {
                    font-size: 80px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -40px;
                    margin-top: -40px;
                    color: @white;
                    z-index: 100;
                }
            }

            .Microview_PicListDes {
                width: 100%;
                position: absolute;
                left: 0px;
                bottom: 0px;
                background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
                background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
                background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
                background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
                height: 100%;
                display: flex;
                display: inline-flex;
                justify-content: flex-start;
                align-items: flex-end;

                .Microview_PicListName {
                    color: @white;
                    font-size: 23px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    border-top: 3px @TitleColor solid;
                    border-right: 3px @TitleColor solid;
                    padding: 5px 10px 0 0;
                    display: inline-block;
                    margin-left: 5px;
                    margin-bottom: 15px;
                    text-transform: uppercase;

                    span {
                        padding-left: 5px;
                    }
                }

                .Microview_PicListName_2 {
                    display: flex;
                    display: inline-flex;
                    justify-content: flex-end;
                    align-items: center;
                    color: @white;
                    font-size: 23px;
                    line-height: 32px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    padding: 0px 20px 15px;
                    text-align: right;
                    box-sizing: border-box;
                    width: 100%;
                    text-transform: uppercase;

                    em {
                        background: @TitleColor;
                        height: 3px;
                        width: 20%;
                        margin-right: 15px;
                    }
                }
            }
        }

        &:hover {
            transition: all 1s;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            -moz-transition: all 1s;

            .Microview_PicListPic {
                .Microview_PicListImg {
                    transform: scale(1.08,1.08);
                    -webkit-transform: scale(1.08,1.08);
                    -moz-transform: scale(1.08,1.08);
                    -ms-transform: scale(1.08,1.08);
                    z-index: -1;
                }
            }
        }
    }
}*/
  .News_gsxw_Text_Notice_span {
    margin-top: 2px;
  }
  .News_gsxw_Text_Notice_span .tag_Notice {
    padding-right: 10px;
    font-size: 0.8rem;
    padding: 2px 10px;
  }
  .News_gsxw_Text_Notice_span .source_Notice {
    padding-right: 15px;
    font-size: 14px;
    color: #999999;
  }
}
