body{
    margin:0 auto;
    /*width:1000px;*/
    width: 60%;
    overflow-x: hidden;
}
img {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

.lSSlideOuter .lSPager.lSGallery {
        margin: 0 auto;
    }

.picture {
        width: 600px;
        margin: 0 auto;
        text-align: center;
        color: #999999;
        padding-top: 8px;
        padding-bottom: 8px;
}


p {
    line-height: 1.8em;

    font-size: 18px;
	text-indent: 2em;
}

h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
        font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
        font-weight: 500;
        line-height: 1.2;
        color: #7fb80e
        /*color: #2e6da4;*/

    }


.lSSlideOuter .lSPager.lSGallery li.active {
    box-shadow: inset 0 0 0 1px #999, inset 0 0 2px 2px #999;
    border-radius: 2px;
    /* z-index: 2; */
}

.lSSlideOuter .lSPager.lSGallery li {
    padding: 3px;
}

.lSSlideOuter .lSPager.lSGallery img {
    max-height: 60px;
    width: auto;
    margin: 5px auto;
}

h1 {
  font-size: 34px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
th{
    text-align:left;
    white-space: nowrap;
    color:white;
    width: auto;
    background-color:#7fb80e
}
td{
    text-align:left;
    white-space: nowrap;
}

a{
    color: #7fb80e;
}



.tab_title{
	width:100%;
    text-align: center;
    font-size: 18px
}
.table_div{
    width:80%;
	position:relative;
    /*height:200px;*/
    overflow:auto;
    margin:auto;
    text-align:center;
}


.tab_cell{
    width:100%;
    text-align:center;
}

.title{
    text-align: center;
	width:100%;
    font-size: 34px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #7fb80e;
}

.table_div_page{
    width:80%;
	position:relative;
    height:200px;
    overflow:auto;
    margin:auto;
    text-align:center;

}

.tab_cell_page{
    width:100%;
    text-align:center;
    font-size:18px;
}


.myol{
    font-size: 16px;
    margin-left: 80px;
}

/*  nav */
*{
margin: 0px;
padding: 0px;
}
.nav{
width: 100%;
height: 100%;
}
.header {
    width: 100%;
    height: 94px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
}
.header .header-icon {
  width: 154px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.footer {
    position: absolute;
    left: 0;
    margin-top: 50px;
    width: 100%;
    height: 14.375rem;
    background: #2e3433;
    display: flex;
    align-items: center;
}
.footer .footerAnnotation {
  position: absolute;
  left: 20rem;
}
.footer .text1 {
  font-size: 14px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.footer .text2 {
  margin: 10px 0;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.footer .text2  a {
  color: #fff! important;
  margin-right: 20px;
}
.footer .text2  a:hover {
  text-decoration: underline 
}
.footer .QRcode {
  position: absolute;
  right: 20rem;
}
.QRcode  img {
  height: 7.8125rem;
  width: 7.8125rem;
}
.QRcode div {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.menu{
    width: 15%;
    position: fixed;
    left: 30px;
    top: 23%;
    margin-top: -100px ;
    font-family: "Microsoft YaHei";
    background: #ffffff;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #7fb80e;
    box-sizing: border-box;
    padding: 10px 20px;
}
.menu a {
    text-decoration: none;
}
.menu_li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #FFF;
    /* background: #7fb80e; */
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    color: #303133;
    font-size: 16PX;
    cursor: pointer;
}
.tit{
    width: auto;
    height: auto;
    alignment: left;
    color: #333333;
}
.tit a {
    color: #333333!important;
}

.menu_li:hover ul {
    display: block;
}

.menu_li ul {
    width: 100%;
    height: auto;
    background: #FFF;
    display: none;
}

.menu_li_level1{
    width: 95%;
    height: auto;
    border-bottom: 1px dashed #666;
    padding-left: 10px;
    text-align: left;
    line-height: 30px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.menu_li_level2 {
    width: 95%;
    height: auto;
    border-bottom: 1px dashed #666;
    padding-left: 20px;
    text-align: left;
    line-height: 30px;
    list-style-type: none;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    font-weight: normal;
    color: #333333;
}
.menu_li_level2 a {
    color: #333333;
}
.menu_li_level2::before {
    content: ""; 
    display: inline-block; 
    width: 10px;
    height: 10px;
    border: 1px solid #7FB80E;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 7px;
}


.menu_li_level3 {
    width: 95%;
    height: auto;
    border-bottom: 1px dashed #666;
    padding-left: 30px;
    text-align: left;
    line-height: 30px;
    list-style-type: none;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    font-weight: normal;
    color: #666666;
}
.menu_li_level3 a {
    color: #666666;
}
.menu_li_level3::before {
    content: ""; 
    display: inline-block; 
    width: 10px;
    height: 10px;
    background-color: #7FB80E;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 7px;
}

table {
    margin: 0px auto;
    border-collapse:collapse;
}
td {
  border: 2px solid #fff;
  line-height: 32px;
  padding-left: 12px;
  box-sizing: border-box;
  background-color: #F1F1F1;;
}
th {
    border: 2px solid #fff;
  width: 200px;
  height: 32px;
  background: #7FB80E;
  padding-left: 10px;

  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

h2 {
    background: #F1F1F1;
}
h2::before {
    content: ""; 
    display: inline-block; 
    width: 14px;
    height: 14px;
    border: 1px solid #7FB80E;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 6px 4px 8px;
}
h3 {
    background: #F1F1F1;
}
h3::before {
    content: ""; 
    display: inline-block; 
    width: 14px;
    height: 14px;
    background-color: #7FB80E;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 6px 4px 8px;
}

/* .td-content {
  width: 556px;
  height: 32px;
  background: #F1F1F1;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
} */

.qrcode{
    width: 15%;
    height: 500px;
    position: fixed;
    left: 0px;
    top: 80%;
    margin-top: -100px ;
    z-index: -1;
}

.pdfVersion{
    width: 15%;
    height: 100px;
    position: fixed;
    left: 5.5%;
    top: 85%;
    margin-top: -50px;
    z-index: -1;
}

/* 页眉页脚 */
.pageheader {
    height: 60px;
    margin: 0px 0px 20px;
    width: 100%;
    display: none;
}
.pagefooter {
    height: 60px;
    margin: 0px 0px 20px;
    width: 100%;
    display: none;
}

/* motif 嵌入页面 */
.mtab {
    overflow: auto;
    /* width: 1200 px; */
    border-radius: 5px;
}
.mtab a {
    width: auto;
    //height: 40px;
    //line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #7fb80e;
    border-radius: 5px;
    text-decoration: none;
    margin:5px;
    float: left;
    cursor: pointer;
}
.mtab a:hover, .mtab .active {
    background-color: #7fb80e;
    color: white;
}



