* {
    padding: 0;
    margin: 0;
}
html{-webkit-text-size-adjust:100%;font-size:100px;overflow-x: hidden;}
@media(max-width:1366px){
	html{font-size:6.25vw}
}
@media ( max-width:1024px){
	html{font-size:9.765625vw}
}
@media(max-width:767px){
	html{font-size:12.02083vw}
}
a:hover{ color: #06b146;}
/*Top002899 */

.Top002899 {
    font-family: Arial,"微软雅黑","宋体";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111
}

.Top002899_1 {
    background: #fff
}

.Top002899,
.Top002899 a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

.Top002899 a:hover {
    color: #333;
    font-family: 'SourceHanSansCN-Regular';
}

.Top002899 .top-nav {
    border-bottom: 1px solid #eee;
}

.Top002899 .top-nav aside {
    float: left;
    overflow: hidden;
}

.Top002899 .top-nav a {
    color: #bbb;
    float: left;
    line-height: 50px;
}

.Top002899 .top-nav a:hover {
    color: #fff;
    background: #005f38;
}

@media(min-width:1025px) {
    .Top002899 .top-nav aside.top-column {
        float: right;
    }
    .Top002899 .top-lang a {
        padding: 0 30px;
        border-right: 1px solid #eee;
    }
    .Top002899 .top-column a {
        padding: 0 40px;
        border-left: 1px solid #eee;
    }
}

@media(max-width:1024px) {
    .Top002899 .top-nav a {
        border-right: 1px solid #eee;
        padding: 0 2vw;
        line-height: 40px;
    }
}

.Top002899 .top-head {
    max-width: 1760px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    height: 109px;
}

.Top002899 .top-logo {
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    height: 100%;
    max-width: 200px;
}

.Top002899 .top-logo a {
    display: table-cell;
    vertical-align: middle;
}

.Top002899 .top-logo img {
    max-height: 62px;
}

@media(min-width:1025px) {
    .Top002899 .top-logo {
        width: 20%;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .Top002899 .top-head {
        padding: 0 30px 0 200px;
    }
}

@media(max-width:768px) {
    .Top002899 .top-head {
        height: 15vw;
    }
    .Top002899 .top-logo {
        width: 30%;
    }
    .Top002899 .top-logo img {
        max-height: 8vw;
    }
}

.Top002899 .top-menu li span,
.Top002899 .top-menu li span a {
    display: block;
}

.Top002899 .top-menu li span a {
    font-size: 16px;
}

.Top002899 .top-menu li.aon span a {
    font-family: 'SourceHanSansCN-Regular';
}

.Top002899 .top-menu li .sub {
    display: none;
}

.Top002899 .top-menu li .sub-inner {
    padding: 20px 0;
}

.Top002899 .top-menu li .sub dt a:hover {
    text-decoration: underline;
}

@media(min-width:1025px) {
    .Top002899 .top-menu li span a {
        line-height: 109px;
    }
    .Top002899 .top-menu li.aon span a {
        color: #06b146;
    }
    .Top002899 .top-menu li .sub dt a {
        color: #fff;
    }
    .Top002899 .top-menu {
        display: table;
        margin: 0 auto;
    }
    .Top002899 .top-menu li {
        float: left;
        padding: 0 1.771vw;
    }
    .Top002899 .top-menu li .sub {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        overflow: hidden;
        z-index: 100;
        background: rgba(0, 95, 56, 0.8);
    }
    .Top002899 .top-menu li .sub dl {
        float: left;
    }
    .Top002899 .top-menu li .sub dt {
        float: left;
        margin: 0 1.31vw;
    }
    .Top002899 .top-menu li .sub.po-r dl {
        float: right;
        margin-right: -1.31vw;
    }
}

@media(max-width:1024px) {
    .Top002899 .top-menu {
        position: fixed;
        top: 40px;
        padding-top: 15vw;
        right: 0;
        width: 0;
        overflow: hidden;
        bottom: 0;
        transition: 0.3s;
        z-index: 95;
        transition: 0.3s;
    }
    .menu-show {
        overflow: hidden;
    }
    .menu-show .Top002899 .top-menu {
        width: 240px;
    }
    .Top002899 .top-menu ul {
        width: 240px;
        height: 100%;
        overflow: auto;
        padding: 20px;
        background: rgb(0, 95, 56, 0.95);
    }
    .Top002899 .top-menu li .sub {
        padding: 0!important;
    }
    .Top002899 .top-menu li span {
        line-height: 40px;
        padding-right: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
        overflow: hidden;
    }
    .Top002899 .top-menu li span .op {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        transition: 0.3s;
    }
    .Top002899 .top-menu li span .op.click {
        transform: rotate(45deg);
    }
    .Top002899 .top-menu li span .op:before,
    .Top002899 .top-menu li span .op:after {
        position: absolute;
        content: '';
        background: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .Top002899 .top-menu li span .op:before {
        width: 40%;
        height: 2px;
    }
    .Top002899 .top-menu li span .op:after {
        height: 40%;
        width: 2px;
    }
    .Top002899 .top-menu li a {
        color: #fff;
    }
    .Top002899 .top-menu li .sub-inner {
        padding: 20px;
    }
    .Top002899 .top-menu li .sub dt:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .Top002899 .top-menu li .sub dt {
        line-height: 24px;
        padding: 8px 0;
    }
    .Top002899 .open-menu {
        width: 40px;
        height: 30px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -15px;
        z-index: 110;
    }
    .Top002899 .open-menu i {
        position: absolute;
        width: 70%;
        height: 3px;
        background: #005f38;
        left: 15%;
        top: 50%;
        margin-top: -1.5px;
        transition: 0.3s;
    }
    .Top002899 .open-menu i:nth-child(2) {
        margin-top: -8px;
    }
    .Top002899 .open-menu i:nth-child(3) {
        margin-top: 6px;
    }
    .Top002899 .open-menu.on i:nth-child(1) {
        opacity: 0;
    }
    .Top002899 .open-menu.on i:not(:nth-child(1)) {
        transform: rotate(45deg);
        margin-top: -1.5px;
    }
    .Top002899 .open-menu.on i:nth-child(3) {
        transform: rotate(-45deg);
    }
}

.Top002899 .top-search {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Top002899 .top-search .text {
    color: #999;
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #fff;
    border: 0;
    padding: 0 50px 0 20px;
}

.Top002899 .top-search .text.focus {
    color: #fff;
}

.Top002899 .top-search .btn {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    background: url("../images/Top002899_search_white.png") no-repeat center center #005f38;
}

@media(min-width:1025px) {
    .Top002899 .top-search {
        width: 30vw;
        min-width: 300px;
        border-radius: 0 0 5px 5px;
    }
}

@media(max-width:1024px) {
    .Top002899 .top-search {
        width: 100%;
    }
    .Top002899 .top-search .text {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }
}

.Top002899 .open-search {
    position: absolute;
    background: url("../images/Top002899_search.png") no-repeat center center;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 110;
}

.Top002899 .open-search.on {
    background: #005f38;
}

.Top002899 .open-search.on:before,
.Top002899 .open-search.on:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: #fff;
}

.Top002899 .open-search.on:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


/*Top002262*/

.Top002262 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    font-family: "Microsoft YaHei Light";
    /* font-weight: bold; */
       background: rgba(0,0,0,.2);
}

.Top002262_1 {
    background: #fff
}

.Top002262 .header-left {
    float: left;
    width: 40%;
    display: table;
    height: 70px;
    max-width: 198px;
}

.Top002262 .logo {
    display: table-cell;
    vertical-align: middle;
}

.Top002262 .logo img {
    max-width: 240px;
}

.Top002262 .logo .logo-pic1 {
    display: block
}

.Top002262 .logo .logo-pic2,
.Top002262_1 .logo .logo-pic1 {
    display: none
}

.Top002262_1 .logo .logo-pic2 {
    display: block
}

.Top002262 .header-mid,
.Top002262 .header-right {
    float: right;
}

.Top002262 .header-menu li {
    width: auto !important;
    margin-right: 33px;
}

.Top002262 .header-menu li em {
    padding: 0 15px;
    position: relative;
}

.Top002262 .header-menu li em::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 4px;
    background: url(../images/Top002262-icon.png) no-repeat;
}

.Top002262 .header-menu li em:hover::after,
.Top002262 .header-menu li.aon em::after {
    background-image: url(../images/Top002262-icon_up.png);
}

.Top002262 .header-menu li em a {
    /* line-height: 86px; */
    position: relative;
    padding: 40px 0 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.Top002262_1 .header-menu li em a {
    color: #555;
}

.Top002262 .header-menu li em a::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    background: #06b146;
    width: 0;
    transition: ease-in-out 0.3s;
}

.Top002262 .header-menu li em a:hover::before,
.Top002262 .header-menu li.aon em a::before {
    width: 100%;
}

.Top002262 .header-menu li.aon em a {
    color: #06b146
}

.Top002262 .header-menu li .sub {
    width: 130%;
    left: -15%;
    overflow: hidden;
}

.Top002262 .header-menu li .sub-menu {
    padding: 15px;
    text-align: center;
}

.Top002262 .header-menu li .sub-menu dt {
    border-bottom: 1px solid #f2f2f2;
}

.Top002262 .header-menu li .sub-menu dt:last-child {
    border-bottom: 0;
}

.Top002262 .header-menu li .sub-menu dt a {
    color: #666;
    transition: 0.3s;
}

.Top002262 .header-menu li .sub-menu dt a:hover {
    background: none;
    color: #06b146;
}

.Top002262 .header-right dd {
    float: left;
    padding: 37px 0;
}

.Top002262 .header-right .lag2::before {
    position: absolute;
    content: '';
    right: -17px;
    top: 50%;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.Top002262 dl .lag {
    position: relative;
    padding-top: 43px;
    margin-left: 10px;
}

.Top002262 dl .lag a {
    display: block;
    background-repeat: no-repeat;
    width: 25px;
    text-align: center;
    margin-bottom: 6px;
    height: 16px;
}

.Top002262 dl .lag a.a_en1 {
    background-image: url(../images/gq_15.png);
    color: #fff;
}

.Top002262 dl .lag a.a_en2 {
    background-image: url(../images/gq_2.png);
}

.Top002262 dl .lag a.a_en3 {
    background-image: url(../images/gq_3.png);
}

.Top002262 dl .lag a.a_en4 {
    background-image: url(../images/gq_4.png);
}

.Top002262 dl .lag a.a_en5 {
    background-image: url(../images/gq_5.png);
}

.Top002262 dl .lag a.a_en6 {
    background-image: url(../images/gq_6.png);
}

.Top002262 dl .lag a.a_en7 {
    background-image: url(../images/gq_7.png);
}

.Top002262 dl .lag a.a_en8 {
    background-image: url(../images/gq_8.png);
}

.Top002262 dl .lag a.a_en9 {
    background-image: url(../images/gq_9.png);
}

.Top002262 dl .lag a.a_en10 {
    background-image: url(../images/gq_10.png);
}

.Top002262 dl .lag a.a_en11 {
    background-image: url(../images/gq_11.png);
}

.Top002262 dl .lag a.a_en12 {
    background-image: url(../images/gq_12.png);
}

.Top002262 dl .lag a.a_en13 {
    background-image: url(../images/gq_13.jpg);
}

.Top002262 dl .lag a.a_en14 {
    background-image: url(../images/gq_14.png);
}

.Top002262 dl .lag figure {
    position: absolute;
    left: -2px;
    top: 65px;
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
    display: none;
    z-index: 100;
}

.Top002262 dl .lag:hover figure {
    display: block;
}

.Top002262 dl .lag figure a {
    color: #000;
    width: 32px;
}

.Top002262 .top-search {
    position: relative;
    z-index: 100;
}

.Top002262 .open-search {
    background: url(../images/Top002262-search.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
}

.Top002262 .open-search-show {
    position: relative;
    background: none;
}

.Top002262 .open-search-show::before,
.Top002262 .open-search-show::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 3px;
    background: #e60012;
    top: 50%;
    left: 10%;
    transform: rotate(-45deg);
}

.Top002262 .open-search-show::after {
    transform: rotate(45deg);
}

.Top002262 .search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    display: none;
}

.Top002262 .search-box .text {
    width: 254px;
    line-height: 46px;
    height: 46px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 0 50px 0 10px;
}

.Top002262 .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    width: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Top002262 .search-box .btn::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #b4b4b4;
    top: -15px;
    right: 4px;
}
@media(max-width:1444px) {
.Top002262 .header-menu li{margin-right: 8px;}
.Top002262 .logo img {max-width: 179px;}
}
@media(max-width:1024px) {
    .Top002262 #header-menu {
        position: fixed;
        right: -100%;
        top: 0;
        background: rgba(6,177,70,.8);
        z-index: 100;
        padding-top: 70px;
        width: 70%;
        max-width: 300px;
        height: 100%;
        transition: ease-in-out 0.3s;
    }
    .Top002262 #header-menu.header-menu-show {
        right: 0;
    }
    .Top002262 #header-menu li em,
    .Top002262 #header-menu li em a {
        border-bottom: 0;
    }
    .Top002262 #header-menu li:nth-child(2n) {
        background: rgba(255, 255, 255, 0.1);
    }
    .Top002262 #header-menu li em a {
        font-weight: normal;
    }
    .Top002262 #header-menu li.has-sub em a {
        background: url(../images/Top002262-icon.png) no-repeat 95% center;
    }
    .Top002262 #header-menu li.clickon em a {
        background-image: url(../images/Top002262-icon_up.png);
    }
    .Top002262 #header-menu li .sub-menu {
        padding: 5%;
    }
    .Top002262 #open_menu {
        width: 40px;
        height: 30px;
        background: #06b146;
        margin-left: 26px;
        position: relative;
        z-index: 101;
        transition: background 0.3s;
    }
    .Top002262 #open_menu i,
    .Top002262 #open_menu i::before,
    .Top002262 #open_menu i::after {
        background: #fff;
        border-radius: 3px;
    }
    .Top002262 #open_menu i {
        left: 20%;
        width: 60%;
        height: 2px;
        margin-top: -1px;
    }
    .Top002262 #open_menu.open_menu_on {
        background:rgba(0,0,0,.3);
        position: fixed;
        right: 2%;
    }
    .Top002262 #open_menu.open_menu_on i {
        height: 3px;
        margin-top: -1.5px;
    }
    .Top002262 {position: unset; background: #fff;}
    .Top002262 .logo .logo-pic1 {display: none!important;}
    .Top002262 .logo .logo-pic2, .Top002262_1 .logo .logo-pic1 {display: block;}
    .Top002262 .logo img {max-width: 172px;}
    .Top002262 .header-right dd {padding-top: 32px;padding-bottom: 20px;}
}


/*Banner002992*/

.Banner002992 {
    position: relative;
    z-index: 1;
}

@media(min-width:1025px) {
    .Banner002992 .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002992 .pc {
        display: none;
    }
}

.Banner002992 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 1.93vw;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.Banner002992 .slick-dots li {
    display: inline-block;
    width: 29px;
    height: 29px;
    position: relative;
}

.Banner002992 .slick-dots li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -2.5px 0 0 -2.5px;
}

.Banner002992 .slick-dots li button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/Banner002992_active.png") no-repeat center center;
    cursor: pointer;
    opacity: 0;
    border: 0;
    font-size: 0;
}

.Banner002992 .slick-dots li.slick-active button {
    opacity: 1;
    animation: infinite 1s zhuan linear;
}

@keyframes zhuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*Floor002564 */

@import url('dinBold/dinBold.css');
.Floor002564 {
    padding: 6% 1.5% 0 1.5%;
    font-family: "Microsoft YaHei Light";
    font-size: 16px;
    background: url(../images/Floor002564_introbg.png) no-repeat center top;
}

.Floor002564 .intro {
    /* background:url(../images/Floor002564_introbg.png) no-repeat center top; */
    max-width: 1200px;
    padding-bottom: 5%;
    background-size: contain;
}

.Floor002564 .title {
    padding-top: 8px;
    text-align: center;
    padding-bottom: 4%;
    font-size: 35px;
    font-weight: bold;
    color: #3f3a39;
}

.Floor002564 .title .en {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "dinbold";
    letter-spacing: 8px;
    padding-left: 17px;
    font-weight: normal;
    opacity: 0.5;
}

.Floor002564 .edit-info {
    padding-bottom: 4%;
    line-height: 32px;
    color: #333;
    text-align: center
}

.Floor002564 .more {
    text-align: center;
}


/*.Floor002564 .more::before{display:block;content:'';width:1px;margin:0 auto;height: 46px;border-right: 1px  solid #d5f0df;margin-bottom:3%;}*/

.Floor002564 .more a {
    display: inline-block;
    width: 129px;
    line-height: 34px;
    color: #fff;
    background: #27c160;
    border-radius: 34px;
    border: 1px solid transparent;
    transform: 0.3s;
}

.Floor002564 .more a:hover {
    color: #27c160;
    background: #fff;
    border-color: #27c160;
}

.Floor002564 .links {
    background: #c8a063;
}

.Floor002564 .links li {
    position: relative;
    float: left;
    transition: 0.3s;
}

.Floor002564 .links li img {
    display: block;
    width: 100%;
}

.Floor002564 .links li:hover {
    box-shadow: 4px 0 4px rgba(200, 160, 99, 0.22);
}

.Floor002564 .links li a {
    opacity: 0;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: rgba(255, 255, 255, 0.9);
    top: 3px;
    font-size: 16px;
    color: #c8a063;
    transition: 0.3s;
}

.Floor002564 .links li:hover a {
    opacity: 1;
}

.Floor002564 .links li a::before {
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #fff;
}

.Floor002564 .links li a::before,
.Floor002564 .links li a aside::after {
    content: '';
}

.Floor002564 .links li a aside::after {
    display: block;
    margin: 15% auto 0;
    background: url(../images/Floor002564_more.png) no-repeat;
    width: 11px;
    height: 10px;
}

@media(min-width:1025px) {
    .Floor002564 .links {
        padding-bottom: 21px;
        margin-top: -1%;
    }
    .Floor002564 .links li {
        width: 15.5%;
        margin-right: 1.4%;
        margin-top: -55px;
    }
    .Floor002564 .links li:nth-child(6n) {
        margin-right: 0;
    }
    .Floor002564 .links li:hover {
        margin-top: -75px;
    }
}

@media(max-width:1024px) {
    .Floor002564 .links {
        padding: 2% 0 0 0;
    }
    .Floor002564 .links li {
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media(max-width:1024px) and (min-width:481px) {
    .Floor002564 .links li {
        width: 32%;
    }
    .Floor002564 .links li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .Floor002564 .intro {
        max-width: none;
        padding: 0 2% 2%;
    }
}

@media(max-width:640px) {
    .Floor002564 .title .en {
        letter-spacing: 0;
    }
}

@media(max-width:480px) {
    .Floor002564 .links li {
        width: 49%;
    }
    .Floor002564 .links li:nth-child(2n) {
        margin-right: 0;
    }
}


/*Floor002573 */

.Floor002573 {
    position: relative;
    z-index: 0;
    font-family: "Microsoft YaHei Light";
    padding: 5% 1% 5% 1%;
    background: #f5f5f5;
}

.Floor002573 ul{margin-left: -16px;}
.Floor002573 li{padding: 0 0 0.18rem 16px;float: left;width: 27%;}
.Floor002573 li a{display: block;position: relative;}
.Floor002573 li .imgbox{padding-top: 2.46rem;}
.Floor002573 li .imgbox:after{left: 50%;top: 50%;width: 0;height: 0;content: "";position: absolute;background: rgba(0,177,70,0.8);opacity: 0;transition: all 0.3s;}
.Floor002573 li .imgbox:before{left: 0;top: 0;width: 100%;height: 50%;content: "";position: absolute;background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,177,70,0.1) 83%, rgba(0,0,0,0) 100%);transition: all 0.3s;z-index: 1;}
.Floor002573 li:nth-child(1){width: 46%;}
.Floor002573 li:nth-child(1) .imgbox{padding-top: 5.1rem;}
.Floor002573 li .ti{position: absolute;left: 0.49rem;top: 0.45rem;z-index: 2;font-size: 0.26rem;color:#fff;width: calc(100% - 0.9rem);}
.Floor002573 li .more{position:absolute;left: 0;bottom:0.45rem;padding-right: 39px;background:url(../images/ico/arrright3.png) right center no-repeat;color:#fff;transition: all 0.3s;opacity: 0;z-index: 3;}
.Floor002573 li:hover .more{left: 0.49rem;opacity: 1;}
.Floor002573 li:hover .imgbox:after{opacity: 1;left: 0;top: 0;width: 100%;height: 100%;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}
@media(max-width:768px){
    .Floor002573 li:nth-child(1){width: auto;float: none;padding-bottom: 16px;}
    .Floor002573 li{width: 50%;padding-bottom: 16px;}
    .Floor002573 li .ti{font-size: 15px;}
}

.Floor002573 .title {
    padding-top: 8px;
    text-align: center;
    padding-bottom: 4%;
    font-size: 35px;
    font-weight: bold;
    color: #3f3a39;
}

.Floor002573 .title .en {
    text-transform: uppercase;
    font-size: 25px;
   
    letter-spacing: 4px;
    padding-left: 17px;

    opacity: 0.5;
}

.Floor002573 .owl-carousel {
    position: relative;
    z-index: 10;
}

.Floor002573 .owl-stage-outer {
    overflow: hidden;
}

.Floor002573 .owl-item {
    float: left;
}

.Floor002573 .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 1px 30px 4px #f4f4fa;
    margin: 20px;
}

.Floor002573 .item a {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 31%;
    width: 100%;
    text-align: center;
    background: rgba(6, 177, 70, 0.59);
    transition: 0.3s;
}

.Floor002573 .item .pic {
    display: block;
    width: 100%;
}

.Floor002573 .item a .ytable {
    height: 100%;
}

.Floor002573 .item p {
    line-height: 30px;
    height: 0;
    font-size: 16px;
    max-width: 284px;
    margin: 0 auto;
    transition: 0.3s;
    transform: translateY(100px);
    opacity: 0;
    margin-bottom: 0;
    padding: 0 2%;
    color: rgba(255, 255, 255, 0.8);
}

.Floor002573 .item a:hover {
    background: rgba(6, 177, 70, 0.9);
    height: 100%
}

.Floor002573 .item a:hover p {
    opacity: 1;
    height: 68px;
    margin-bottom: 5%;
    transform: translateY(0);
}

.Floor002573 .item h3 {
    margin: 0;
    font-size: 20px;
    padding: 2% 0;
    /* font-weight:normal; */
}

.Floor002573 .item a span {
    display: inline-block;
    background: url(../images/Floor002573_more.png) no-repeat;
    width: 22px;
    opacity: 0;
    transition: 0.4s;
}

.Floor002573 .item a:hover span {
    opacity: 1;
    height: 10px;
}

.Floor002573 .item .icon {
    max-width: 48px;
    max-height: 48px;
    opacity: 0.7;
    transition: 0.4s;
    margin-top: 2%;
    display: none;
}

.Floor002573 .item a:hover .icon {
    opacity: 1;
}


/* @media(min-width:1281px){
.Floor002573{min-height: 751px;}
} */

@media(min-width:1025px) {
    .Floor002573 .disabled {
        display: none;
    }
    .Floor002573 {
        /* margin-top:-2.8%; */
    }
}

@media(max-width:1024px) {
    .Floor002573 {
        padding-left: 3%;
        padding-right: 3%;
        background: #f5f5f5;
    }
    .Floor002573 .owl-nav {
        text-align: center;
        padding: 3% 0;
    }
    .Floor002573 .owl-nav button {
        margin: 0 1px;
        position: relative;
        border: none;
        background: rgba(245, 143, 0, 0.6);
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
    }
    .Floor002573 .owl-nav span {
        overflow: hidden;
        display: block;
        text-align: left;
        text-indent: -999em;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .Floor002573 .owl-nav .owl-prev span {
        margin-left: 15px;
        transform: rotate(-135deg);
    }
    .Floor002573 .owl-nav .owl-next span {
        margin-left: 12px;
        transform: rotate(45deg);
    }
}

@media(max-width:480px) {
    .Floor002573 .item .icon {
        max-width: 30px;
        max-height: 30px;
    }
    .Floor002573 .item h3 {font-size: 14px;padding: 6%;}
    .Floor003055 {padding: 3.36vw 0 0 0;}
}


/*Floor003055 */

.Floor003055 {
    padding: 3.36vw 0 4.42vw 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 100;
    font-family: "Microsoft YaHei Light";
}


/*.Floor003055 .auto{max-width: 1600px;}*/

.Floor003055 .title {
    padding-top: 8px;
    text-align: center;
    padding-bottom: 4%;
    font-size: 35px;
    font-weight: bold;
    color: #3f3a39;
}

.Floor003055 .title .en {
    text-transform: uppercase;
    font-size: 25px;
    /* font-family: "dinbold"; */
    letter-spacing: 4px;
    padding-left: 17px;
    /*font-weight: normal;*/
    opacity: 0.5;
}

.Floor003055 .news-top {
    background: #f5f5f5;
}

.Floor003055 .Ispic {
    padding-bottom: 55.794%;
}

.Floor003055 .txt {
    padding: 1vw 1vw;
    color: #000;
}

.Floor003055 .txt time {
    font-family: 'DIN-Medium';
    color: #06b146;
}

.Floor003055 .txt h3 {
    font-size: 20px;
    margin: 10px 0;
}

.Floor003055 .txt p {
    line-height: 1.875em;
    margin-bottom: 2vw;
}

.Floor003055 .txt .more {
    display: inline-block;
    padding-right: 20px;
    background: url("../images/Floor003055_more_gray.png") no-repeat right center;
    color: #06b146;
}

.Floor003055 a:hover .txt .more {
    color: #006aff;
    background-image: url("../images/Floor003055_more_on.png");
}

.Floor003055 .slider li a {
    background: #f5f5f5;
    padding: 1.3vw;
    margin-bottom: 25px;
    table-layout: fixed;
}

.Floor003055 .controls {
    margin-top: 1.5vw;
    position: relative;
    overflow: hidden;
}

.Floor003055 .controls .slick-dots {
    float: right;
    position: relative;
}

.Floor003055 .controls .slick-dots li {
    list-style: none;
}

.Floor003055 .controls .slick-dots li {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

.Floor003055 .controls .slick-dots li button {
    padding: 0;
    width: 28.572%;
    height: 28.572%;
    background: #d2be7e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    border: 0;
}

.Floor003055 .controls .slick-dots li.slick-active button {
    background: #06b146;
    width: 50%;
    height: 50%;
}

.Floor003055 .controls .slick-dots li.slick-active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #06b146;
    border-radius: 50%;
    clip: rect(0 28px 7px 0);
    animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
    0% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(0);
    }
}

.Floor003055 .slick-dots:after {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 1px;
    background: #e5ecf5;
    margin-right: 2vw;
    width: 50vw;
    content: '';
}

@media(min-width:481px) {
    .Floor003055 .slider li .pic {
        width: 34.765%;
    }
    .Floor003055 .slider li .Ispic {
        padding-bottom: 55.523%;
    }
    .Floor003055 .slider li .txt {
        padding: 0 2.08vw;
    }
    .Floor003055 .slider li .txt h3 {
        font-size: 20px;
    }
    .Floor003055 .slider li .txt p {
        margin-bottom: 1vw;
    }
}

@media(min-width:1025px) {
    .Floor003055 .left {
        width: 36.25%;
    }
    .Floor003055 .right {
        width: 62.25%;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor003055 {
        font-size: 1.1vw;
    }
    .Floor003055 .txt h3 {
        font-size: 1.5vw;
    }
    .Floor003055 .slider li .txt h3 {
        font-size: 1.3vw;
    }
}

@media(max-width:1024px) {
    .Floor003055 .left {
        margin-bottom: 25px;
    }
    .Floor003055 .txt {
        padding: 4vw;
    }
    .Floor003055 .txt p {
        height: auto;
        font-size: 14px;
        line-height: 22px;
    }
}

@media(min-width:481px) and (max-width:1024px) {
    .Floor003055 .slider li .txt {
        padding: 0 4vw;
    }
}

@media(min-width:481px) and (max-width:768px) {
    .Floor003055 .slider li .pic {
        width: 45%;
    }
}

@media(max-width:768px) {
    .Floor003055 {
        font-size: 2.5vw;
    }
    .Floor003055 .txt h3 {
        font-size: 3.5vw;
    }
    .Floor003055 .slider li .txt h3 {
        font-size: 3vw;
    }
    .Floor003055 .slick-track {width: 100%!important;}
    .Floor003055 .slick-initialized .slick-slide {width: 100%!important;}
}

@media(max-width:480px) {
    .Floor003055 .slider li .ytable-cell,
    .Floor003055 .slider li a {
        display: block;
    }
    .Floor003055 .slider li a {
        padding: 0;
    }
    .Floor003055 {
        font-size: 3.5vw;
    }
    .Floor003055 .txt h3 {
        font-size: 16px;
        margin: 4px 0;
    }
    .Floor003055 .slider li .txt h3 {
        font-size: 16px;
        margin: 4px 0;
    }
    .Floor003055 .Ispic {    padding-bottom: 51.794%;}
}


/*Floor002902 */

.Floor002902 {
    padding: 5% 0;
    font-family: 'SourceHanSansCN-Light';
    background: #f2f5f9;
    position: relative;
}
.Floor002902:After {content: "";left: 0;top: 0;height: 100%;width: 45%;background: linear-gradient(90deg, rgba(0,95,61,0) 0%, rgba(0,95,61,0.2) 50%, rgba(0,95,61,0) 100%);position: absolute;}
.Floor002902 .auto_1400{position: relative;z-index: 10;}

.Floor002902 .left_side .yinhao {
    font-family: 'PangMenZhengDaoBiao';
    color: #005f3d;
    font-size: 100px;
    height: 0.8em;
    overflow: hidden;
    display: block;
    margin-left: -90px !important;
}

.Floor002902 .left_side .yinhao1 {
    font-family: 'PangMenZhengDaoBiao';
    color: #005f3d;
    font-size: 100px;
    height: 0.8em;
    overflow: hidden;
    display: block;
    margin-left: 350px !important;
}

.Floor002902 .left_side .main {
    color: #333;
}

.Floor002902 .left_side .tit {
    font-size: 48px;
    font-family: 'SourceHanSansCN-Bold';
    line-height: 1.25em;
}

.Floor002902 .left_side .subtit {
    font-size: 26px;
    line-height: 1.667em;
    padding: 1.6vw 1.6vw 2vw;
    border-radius: 20px 0 20px 0;
    background:rgba(255,255,255,0.3);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

.Floor002902 .left_side .intro {
    color: #666;
    line-height: 2.2em;
    padding: 2vw 0;
    font-size: 16px;
}

.Floor002902 .left_side .more {
    font-size: 16px;
    color: #333;
}

.Floor002902 .left_side .more:before,
.Floor002902 .left_side .more:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 1px;
    background: #333;
    width: 0;
    transition: 0.3s;
}

.Floor002902 .left_side .more:before {
    margin-right: 20px;
}

.Floor002902 .left_side .more:after {
    margin-left: 20px;
    width: 80px;
}

.Floor002902 .left_side .more:hover {
    margin-left: 0;
}

.Floor002902 .left_side .more:hover:before {
    width: 80px;
}

.Floor002902 .left_side .more:hover:after {
    width: 0;
}

.Floor002902 .right_side ol img {
    border: 1px solid #ddece7;
    display: block;
    width: 80%;
    max-width: 102px;
    margin: 0 auto;
    border-radius: 50%;
}

.Floor002902 .right_side li {
    padding-left: 1vw;
}

.Floor002902 .right_side li .num {
    font-size: 34px;
    color: #333;
    font-family: 'Oswald';
}

.Floor002902 .right_side li .num>* {
    vertical-align: middle;
}

.Floor002902 .right_side li .num sub {
    display: inline-block;
    line-height: 0.7em;
    margin-top: -0.2em;
}

.Floor002902 .right_side li p {
    margin: 0;
    font-size: 18px;
    color: #999;
}

@media(min-width:641px) {
    .Floor002902 .right_side ul:not(:last-child) {
        margin-bottom: 5vw;
    }
    .Floor002902 .right_side ul {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .Floor002902 .right_side ul>* {
        display: table-cell;
        vertical-align: middle;
    }
    .Floor002902 .right_side ol {
        width: 35.5%;
    }
}

@media(min-width:1025px) {
    .Floor002902 .auto>.inner {
        margin: 0 auto;
    }
    .Floor002902 .mid_side {
        width: 34.5%;
        vertical-align: top;
    }
    .Floor002902 .right_side {
        width: 25%;
    }
    .Floor002902 .left_side .main {
        max-width: 482px;
        width: 90%;
    }
    .Floor002902 .left_side .yinhao {
        margin-top: -0.5em;
    }
}

@media(min-width:1281px) {
    .Floor002902 .left_side .more {
        margin-left: -20px;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .Floor002902 .left_side .yinhao {
        font-size: 8vw;
        margin-left: -70px !important;
    }
    .Floor002902 .left_side .yinhao1 {
        font-size: 8vw;
        margin-left:290px !important;
    }
    .Floor002902 .left_side .tit {
        font-size: 40px;
    }
    .Floor002902 .left_side .subtit {
        font-size: 1.3vw;
    }
}

@media(max-width:1024px) {
    .Floor002902 .ytable,
    .Floor002902 .ytable-cell {
        display: block;
    }
    .Floor002902 .mid_side {
        text-align: center;
        padding: 3vw 0;
        width: 50%;
    margin: 0 auto;
    }
    .Floor002902 .right_side {
        overflow: hidden;
    }
    .Floor002902 .right_side ul {
        float: left;
        width: 33.3333%;
    }
}

@media(max-width:640px) {
    .Floor002902 .left_side .tit {
        font-size: 22px;
    }
    .Floor002902 .left_side .yinhao {
        font-size: 9vw;
        margin-left:1px!important;
    }
    .Floor002902 .left_side .yinhao1 {
        font-size: 9vw;
        margin-left:0!important;text-align: right;
    }
    .Floor002902 .right_side li {
        text-align: center;
    }
    .Floor002902 .right_side li .num {
        font-size: 20px;
        padding: 1vw 0;
    }
    .Floor002902 .right_side li p {
        font-size: 3vw;
    }
    .Floor002902 .right_side ol img {
        width: 50%;
    }
    .Floor002902 .left_side .subtit,
    .Floor002902 .left_side .intro {
        padding: 2vw 3vw;
    }
    .Floor002902 .left_side .tit br{display: contents;}
}

@media(max-width:480px) {
    .Floor002902 .left_side .subtit {
        font-size: 4vw;
    }
    .Floor002902 .left_side .intro {
            font-size: 14px;
    line-height: 23px;
    padding: 15px 0;
    }
}


/*Floor003056 */

.Floor003056 {
    padding: 5.36vw 0 9vw 0;
    font-size: 16px;
    font-weight: 100;
    background: url("../images/Floor003056_bg.jpg") no-repeat center center;
    background-size: cover;
}

.Floor003056 .auto {
    max-width: 1600px;
}

.Floor003056 .title {
    color: #fff;
    font-size: 2.34vw;
    margin-bottom: 2.6vw;
}

.Floor003056 .title h3 {
    font-weight: bold;
    margin: 0 0 0.445em 0;
    font-size: 1em;
}

.Floor003056 .title .desc {
    font-size: 18px;
    position: relative;
    padding-right: 90px;
}

.Floor003056 .title .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.889em;
    padding-right: 20px;
    background: url("../images/Floor003056_more.png") no-repeat right center;
    color: #fff;
}

@media(max-width:1024px) {
    .Floor003056 .title {
        font-size: 4vw;
    }
    .Floor003056 .title .desc {
        font-size: 0.5em;
        padding-right: 8em;
    }
}

@media(max-width:640px) {
    .Floor003056 .title {
        font-size: 6vw;
    }
}

.Floor003056 .slick-slide>div {
    float: left;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-top: -1px;
    display: table;
    height: 9.9vw;
}

.Floor003056 .slick-slide .logo {
    display: table-cell!important;
    vertical-align: middle;
    text-align: center;
}

.Floor003056 .slick-slide .logo img {
    max-height: 7vw;
    max-width: 80%;
}

.Floor003056 .slick-dots {
    text-align: center;
    margin-top: 3vw;
}

.Floor003056 .slick-dots li {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

.Floor003056 .slick-dots li button {
    padding: 0;
    width: 28.572%;
    height: 28.572%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    border: 0;
}

.Floor003056 .slick-dots li.slick-active button {
    background: #17c971;
    width: 50%;
    height: 50%;
}

.Floor003056 .slick-dots li.slick-active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #17c971;
    border-radius: 50%;
    clip: rect(0 28px 7px 0);
    animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
    0% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(0);
    }
}

@media(min-width:1025px) {
    .Floor003056 .slick-slide>div {
        width: 20%;
    }
    .Floor003056 .slick-slide>div:not(:nth-child(5n)) {
        border-right: 1px solid #ebebeb;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .Floor003056 .slick-slide>div {
        width: 33.3333%;
        height: 15vw;
    }
    .Floor003056 .slick-slide>div:not(:nth-child(3n)) {
        border-right: 1px solid #ebebeb;
    }
    .Floor003056 .slick-slide .logo img {
        max-height: 12vw;
    }
}

@media(max-width:640px) {
    .Floor003056 .slick-slide>div {
        width: 50%;
        height: 20vw;
    }
    .Floor003056 .slick-slide>div:not(:nth-child(2n)) {
        border-right: 1px solid #ebebeb;
    }
    .Floor003056 .slick-slide .logo img {
        max-height: 15vw;
    }
}


/*Floor003006 */

.Floor0030061 {
    position: relative;
    z-index: 1;
    padding: 4vw 0;
    font-family: "Microsoft YaHei Light";
}

.Floor0030061:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30.31vw;
    height: 22.29vw;
    background: url("../images/Floor003006_ye.png") no-repeat left bottom;
    background-size: contain;
    z-index: 2;
}

.Floor0030061 .auto {
    max-width: 1400px;
}

.Floor0030061 .list li {
    display: inline-block;
    width: 200px;
}

.Floor0030061 .list li figure {
    display: table;
    height: 110px;
    width: 100%;
    text-align: center;
}

.Floor0030061 .list li a {
    display: table-cell;
    vertical-align: middle;
}

.Floor0030061 .list li img {
    max-height: 70px;
}

.Floor0030061 .title {
    padding-top: 8px;
    text-align: center;
    padding-bottom: 4%;
    font-size: 35px;
    font-weight: bold;
    color: #3f3a39;
}

.Floor0030061 .title .en {
    text-transform: uppercase;
    font-size: 25px;
    /* font-family: "dinbold"; */
    letter-spacing: 4px;
    padding-left: 17px;
    /*font-weight: normal;*/
    opacity: 0.5;
}

@media(max-width:1024px) {
    .Floor0030061 .list li {
        width: 150px;
        margin: 0 auto;
        margin-right: 1%;
    }
    .Floor0030061 .list li figure {
        height: 100px;
    }
    .Floor0030061 .list li img {
        
        max-width: 70px;
        display: block;
        margin: 0 auto;
    }
}


/*Bottom003009 */

.Bottom003009 {
    background-color: #0d162d;
    padding-top: 0.16vw;
    font-family: 'SourceHanSansCN-Regular';
}

@media(max-width:1024px) {
    .Bottom003009 {
        text-align: center;
    }
}

.Bottom003009 .auto {
    /* max-width: 1300px; */
}

.Bottom003009,
.Bottom003009 a {
    color: rgba(255, 255, 255, .6);
    font-family: "Microsoft YaHei Light";
}

.Bottom003009 a:hover {
    color: #ad8769;
}

.Bottom003009 .soglan {
    color: #ad8769;
    font-size: 20px;
    line-height: 1.5em;
}

.Bottom003009 .share {
    margin-top: 38px;
}

.Bottom003009 .share dd {
    float: left;
    position: relative;
}

.Bottom003009 .share dd figure {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    bottom: 100%;
    margin-bottom: 10px;
    display: none;
}

.Bottom003009 .share dd figure:after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 100%;
    margin-left: -5px;
    left: 50%;
}

.Bottom003009 .share dd a {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 11px;
    background: url("../images/Bottom003009_share_icon.png") no-repeat 0 0;
}

.Bottom003009 .share dd.d_sina a {
    background-position: -42px 0;
}

.Bottom003009 .share dd.d_fb a {
    background-position: -80px 0;
}

.Bottom003009 .share dd.d_tw a {
    background-position: -120px 0;
}

.Bottom003009 .share dd.d_ing a {
    background-position: -160px 0;
}

@media(min-width:1025px) {
    .Bottom003009 .logo {
        display: table;
        table-layout: fixed;
    }
    .Bottom003009 .logo>* {
        display: table-cell;
        vertical-align: middle;
    }
    .Bottom003009 .logo .img {
        padding-right: 30px;
        max-width: 190px;
    }
}

@media(max-width:1024px) {
    .Bottom003009 .logo .img {
        padding-bottom: 20px;
    }
    .Bottom003009 .share {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:480px) {
    .Bottom003009 .soglan {
        font-size: 4vw;
    }
}

.Bottom003009 .b-mid {
    /* margin-top: 2.08vw; */
    padding-top: 4.13vw;
    /* border-top: 1px solid rgba(255,255,255,0.05); */
    padding-bottom: 2.3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Bottom003009 .b-mid .tit {
    font-size: 20px;
    margin-bottom: 2.08vw;
}

.Bottom003009 .b-mid .tit,
.Bottom003009 .b-mid .tit a {
    color: #fff;
}

.Bottom003009 .contact {
    width: 35%;
}
.Bottom003009 .contact ul{display: flex;align-items: center;}
.Bottom003009 .contact .bot_left{margin-right: 20px;}
.Bottom003009 .contact li {
    line-height: 30px;
}
/* .Bottom003009 .contact li:first-child{color: #06b146;font-size: 30px;font-weight: bold;} */
.Bottom003009 .contact li img{display: block;max-width: 120px;background: #fff;padding: 10px;}

.Bottom003009 .b-mid nav {
    width: auto;
}

.Bottom003009 .b-mid nav dl {
    float: left;
    max-width: 140px;
    margin-right: 25px !important;
}

.Bottom003009 .b-mid nav dd {
    line-height: 20px;
    padding: 5px 0;
}

@media(max-width:1024px) {
    .Bottom003009 .b-mid {
        display: none;
    }
}

.Bottom003009 .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.08vw 0;
}

.Bottom003009 .copyright .fr a {
    display: inline-block;
}

.Bottom003009 .copyright .fr a:not(:last-child):after {
    width: 1px;
    height: 13px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: #fff;
    opacity: 0.1;
    margin: 0 15px;
}

@media(max-width:1024px) {
    .Bottom003009 .copyright {
        margin-top: 5vw;
        padding: 5vw;
    }
    .Bottom003009 .copyright .fr {
        padding-bottom: 10px;
    }
}


/* 栏目页 */


/*Menu003070 */

.Menu003070 {
    background-color: #f5f5f5;
}

.Menu003070 .auto {
    max-width: 1400px;
}

.Menu003070 .auto ul {
    padding: 19px 0;
}

.Menu003070 li {
    float: left;
    padding: 0 15px;
}

.Menu003070 li a {
    display: block;
    line-height: 2.778em;
    font-size: 16px;
    color: #3d3d3d;
    padding: 0 30px;
}

.Menu003070 li.aon a,
.Menu003070 li a:hover {
    color: #fff;
    background-color: #06b146;
    border-radius: 5px;
}

@media(min-width:641px) {
    .Menu003070 .auto ul {
        display: table;
        margin: 0 auto;
    }
}

@media(max-width:1440px) {
    .Menu003070 li {
        padding: 0 1vw;
    }
    .Menu003070 li a {
        padding: 0 2vw;
    }
}

@media(max-width:640px) {
    .Menu003070 li a {
        font-size: 14px;
        text-align: center;
        padding: 0 4px;
    }
    .Menu003070 li {
        margin-bottom: 1vw;
       padding: 0;
    }
    .Menu003070 .auto ul {padding: 15px 0;}
    .Menu003070 li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}

.ban {
    width: 100%;
}

.ban img {
    width: 100%;
}


/*RighInfo002808 */

.RighInfo002808 {
    padding: 3% 0
}

.RighInfo002808 .floor {
    position: relative;
    z-index: 1.
}

.RighInfo002808 .floor .Ispic {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.RighInfo002808 .floor-1 .Ispic {
    width: 48%;
}

.RighInfo002808 .floor-2 .Ispic {
    right: auto;
    left: 0;
    width: 25%;
}

.RighInfo002808 .floor-2 {
    margin-top: 3%;
}

.RighInfo002808 .videocont {
    display: none;
}

.RighInfo002808 video {
    width: 100%;
    vertical-align: middle;
    margin-top: 20%;
}

.RighInfo002808 .video_box {
    width: 100%;
}

.RighInfo002808 .video_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.RighInfo002808 .video_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.RighInfo002808 .videobtn {
    width: 57px;
    height: 57px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.RighInfo002808 .videocont {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.RighInfo002808 .floor-1 .txt {
    color: #666;
    font-size: 16px;
}

.RighInfo002808 .floor-1 .txt .info {
    line-height: 30px;
    padding-bottom:6%;
    font-size: 15px;
}

.RighInfo002808 .floor-1 .txt h1 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5%;
}

.RighInfo002808 .floor-1 .txt .ti25 {
    text-indent: 2em;
}

.RighInfo002808 .floor-1 .txt .nmb {
    margin-bottom: 0;
}

.RighInfo002808 .floor-1 .txt .nmt {
    margin-top: 0;
}

.RighInfo002808 .floor-1 .count {
    position: relative;
    background: #f5f5f5;
    z-index: 1;
    padding: 3% 0;
}

.RighInfo002808 .floor-1 .count li p {
    margin: 0;
}

.RighInfo002808 .floor-1 .count li aside {
    color: #06b146;
    font-weight: bold;
}

.RighInfo002808 .floor-1 .count li aside b {
    font-size: 48px;
    font-family: Arial;
    display: inline-block;
    vertical-align: sub;
}

@media(min-width:1025px) {
    .RighInfo002808 .floor-1 .txt {
        padding-right: 50%;
    }
}

@media(max-width:1024px) {
    .RighInfo002808 .floor-1 .txt h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .RighInfo002808 .floor-1 .Ispic {
        display: block;
    position: unset;
    width: 100%;
    }
    .RighInfo002808 video {margin-top: 0; margin-bottom: 4%;height: 150px;}
    .RighInfo002808 .floor-1 .count {
        background: #f5f5f5;
        padding: 2% 0;
    }
    .RighInfo002808 .floor-1 .count li {
        text-align: center;
    }
    .RighInfo002808 .floor-1 .count li aside b {
        font-size: 26px;
    }
}

@media(min-width:641px) {
    .RighInfo002808 .floor-1 .count ul {
        display: table;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .RighInfo002808 .floor-1 .count li{
        width: 33%;
        text-align: center;
    }
    .RighInfo002808 .floor-1 .count li {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }
}

@media(max-width:640px) {
    .RighInfo002808 .floor-1 .count ul {
        overflow: hidden;
    }
    .RighInfo002808 .floor-1 .count li {
        width: 33%;
        float: left;
        padding: 15px 0;
    }
   
}

.RighInfo002808 .title {
    padding: 8% 0 3% 0;
    font-size: 30px;
    color: #333;
}

.RighInfo002808 .floor-2 {
    padding-left: 25%;
}

.RighInfo002808 .floor-2 li {
    padding-left: 2.5%;
    padding-bottom: 4%;
}

.RighInfo002808 .floor-2 li:nth-child(2n) {
    background: #f5f5f5;
    padding-top: 4%;
}

@media(min-width:641px) {
    .RighInfo002808 .floor-2 li>* {
        width: 89%;
    }
}

.RighInfo002808 .floor-3 .box2 aside,
.RighInfo002808 .floor-2 li aside {
    color: #348f3d;
}

.RighInfo002808 .floor-2 li p,
.RighInfo002808 .floor-3>div p {
    margin: 0;
    line-height: 30px;
    color: #666;
    text-align: justify;
    font-size: 15px;
}

.RighInfo002808 .floor-2 li aside,
.RighInfo002808 .floor-3>div aside {
    font-size: 24px;
    margin-bottom: 26px;
}

@media(max-width:640px) {
    .RighInfo002808 .floor-2 {
        padding-left: 0%;
    }
    .RighInfo002808 .floor-2 .Ispic {
        width: 10%;
        display: none;
    }
    .RighInfo002808 .floor-2 li {
        padding-left: 5%;
        padding-right: 5%;
    }
    .RighInfo002808 .floor-2 li aside, .RighInfo002808 .floor-3>div aside {font-size: 20px; margin-bottom: 7px;}
}

.RighInfo002808 .floor-3>div {
    padding-left: 3%;
    padding-right: 3%;
}

.RighInfo002808 .floor-3 .box1 {
    background: #348f3d;
    color: #fff;
    padding-top: 8%;
    padding-bottom: 8%;
}

.RighInfo002808 .floor-3 .box1 p {
    color: #fff;
    opacity: 0.5;
}

.RighInfo002808 .floor-3 .box2 {
    position: relative;
    z-index: 3;
    background: #fff;
    padding-top: 4%;
}

@media(min-width:641px) {
    .RighInfo002808 .floor-3 .box1 {
        width: 25%;
    }
    .RighInfo002808 .floor-3 .Ispic {
        width: 75%;
    }
    .RighInfo002808 .floor-3 .box2 {
        width: 80%;
        max-width: 950px;
    }
}

@media(max-width:1024px) {
    .RighInfo002808 .floor-3 .Ispic {
        position: relative;
        height: auto;
        padding-bottom: 60%;
    }
    .RighInfo002808 .floor-3 .box2 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

.zzjg {
    width: 100%;
    padding: 3% 0;
}

.zzjg img {
    width: 100%;
}


/*
 .TextList002208 为demo编号
 */

.TextList002208 {
    padding: 3% 0;
}

.TextList002208 .thead {
    background: #348f3d;
    line-height: 60px;
    text-align: center;
}

.TextList002208 .thead span {
    float: left;
    width: 17%;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 60px;
    text-align: center;
    position: relative;
}

.TextList002208 .thead span+span {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.TextList002208 .thead span i {
    background: url(../images/TextList002208-icon.png) no-repeat -134px -78px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 9px;
    height: 5px;
    margin-top: -2px;
}

.TextList002208 .dl {}

.TextList002208 .dl+.dl {
    border-top: 1px solid #fff;
}

.TextList002208 .dl .dt {
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    background: #F5F5F5;
    font-size: 16px;
}

.TextList002208 .dl .dt span {
    float: left;
    width: 17%;
    display: block;
    font-size: 14px;
}

.TextList002208 .dl .dt span.jobname {
    text-align: left;
    padding-left: 3%;
}

.TextList002208 .dl .dt .btn {
    text-decoration: underline;
    display: block;
    position: relative;
}

.TextList002208 .dl .dt .btn i {
    position: absolute;
    right: -4px;
    background: url(../images/TextList002208-icon.png) no-repeat -44px -82px;
    display: block;
    width: 21px;
    height: 18px;
    top: 27%;
}

.TextList002208 .conbox {
    background: #fff;
    padding: 20px 3%;
    display: none;
}

.TextList002208 .conbox .h5 {
    color: #333;
    font-size: 12px;
}

.TextList002208 .jobname {
    width: 30% !important;
}

.TextList002208 .dl.active .dt span,
.TextList002208 .dl.active .btn {
    color: #348f3d;
}

.TextList002208 .dl.active .dt .btn i {
    background-position: -44px -62px;
}

@media(max-width:1000px) {
    .TextList002208 .dl .dt .btn {
        padding-right: 20px;
    }
   .TextList002208 .thead span {width: 20%;}
   .TextList002208 .dl .dt span {width: 20%;}
   
}

@media(max-width:640px) {
    
    
}


/*
 .Form001518 为demo编号
 */

.Form001518 {
    padding: 3% 0;
}

.Form001518 .title {
    position: relative;
    color: #343434;
    font-size: 34px;
    padding-bottom: 5%;
    background: url(../images/Form001518_tit.png) no-repeat left center/contain;
}

.Form001518 .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 2px;
    content: "";
    background: #343434;
}

.Form001518 dl dt {
    padding: 3% 0;
    color: #348f3d;
    font-size: 16px;
}

.Form001518 dd li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #dadada;
}
.Form001518 dd li:nth-child(3n) {
    margin-right: 0;
}

.Form001518 dd .text {
    border: none;
    line-height: 46px;
    height: 46px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
}

.Form001518 dd li label {
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 46px;
}

.Form001518 dd li .form_err {
    position: absolute;
    right: 5px;
    top: 50%;
    color: #348f3d;
    line-height: 20px;
    margin-top: -10px;
}

.Form001518 dd select {
    border: none;
    line-height: 46px;
    height: 46px;
    width: 89%;
    background: #fff;
    padding: 0 50px;
}

.Form001518 dd textarea.text {
    height: 220px;border: 1px solid #dadada;
}

.Form001518 .btn {
    margin: 2% 0;
    cursor: pointer;
    border-radius: 5px;
    background: #348f3d;
    color: #fff;
    height: 37px;
    border: none;
    font-size: 18px;
    width: 40%;
    max-width: 200px;
}

@media(max-width:768px) {
    .Form001518 dd li {
        float: none;
        width: auto;
        margin-right: 0 !important;
    }
}

@media(max-width:480px) {
    .Form001518 .title {
        font-size: 24px;
    }
}

.ZcBtn {
    margin-top: 60px;
}

.ZcBtn .zca {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #348f3d;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ZcBtn .zca img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.ZcBtn .zcpho {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333;
    margin-left: 40px;
    line-height: 50px;
}

.ZcBtn .zcpho span {
    color: #348f3d;
    font-weight: bold;
}

.ZcBtn .zcpho1 span {
    font-family: myfont;
    font-size: 24px;
    font-weight: normal;
}

.ZcBtn .zcpho img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

@media(max-width:997px) {
    .ZcBtn .zca {
        height: 40px;
        line-height: 40px;
    }
    .ZcBtn .zcpho1 span {
        font-size: 16px;
    }
    .ZcBtn .zcpho {
        display: block;
        width: 100%;
        line-height: 30px;
        margin-top: 10px;
        margin-left: 0px;
    }
    .zccon .ZcBtn {
        margin-top: 20px;
    }
}


/*
 .Timeline002237 为demo编号
 */

.Timeline002237 {
    padding: 3% 0;
}

.Timeline002237 ul {
    list-style: none;
}

.Timeline002237 .history-wrap {
    position: relative;
    overflow: hidden;
}

.Timeline002237 .history-years {
    width: 159px;
    position: absolute;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 220;
    opacity: 0;
}

.Timeline002237 .history-years_wrap {
    width: 159px;
}

.Timeline002237 .history-years_wrap ul {
    width: 24px;
    float: right;
    position: relative;
    margin-top: -2px;
}

.Timeline002237 .history-years_wrap li {
    width: 18px;
    height: 150px;
    line-height: 42px;
    text-align: center;
    background: url(../images/Timeline002237-dev_br.jpg) no-repeat right center;
    background-size: auto 100%;
    margin-top: -1px;
    margin-right: 5px;
}

.Timeline002237 .history-years_wrap li span {
    position: relative;
    padding-right: 30px;
    color: #5e5e5e;
    font-family: Arial;
    float: right;
    right: -4px;
    margin-top: -1px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 100;
    background: url(../images/Timeline002237-lc_06.png) no-repeat right center;
}

.Timeline002237 .history-years_wrap li.active span {
    font-size: 38px;
    color: #348f3d;
    font-weight: bold;
    background: url(../images/Timeline002237-lc_03.png) no-repeat right center;
    background-size: 24px 24px;
}

.Timeline002237 .history-years_box {
    width: 159px;
    position: relative;
    margin-bottom: 15px;
}

.Timeline002237 .history-years_top {
    display: block;
    width: 16px;
    height: 10px;
    background: url(../images/Timeline002237-dev_top.jpg) no-repeat;
    margin-bottom: 15px;
    position: relative;
    float: right;
    right: -2px;
    display: none;
}

.Timeline002237 .history-years_bottom {
    display: block;
    width: 20px;
    height: 12px;
    background: url(../images/Timeline002237-lc_09.png) no-repeat;
    margin-bottom: 15px;
    position: relative;
    float: right;
    right: 3px;
    top: -13px;
    display: none;
}

.Timeline002237 .history-list {
    width: 920px;
    float: right;
}

.Timeline002237 .history-list .history-list_part>h4 {
    color: #d2d2d2;
    border-top: 5px solid #d2d2d2;
}

.Timeline002237 .history-list ul {
    position: relative;
    margin-bottom: 30px;
}

.Timeline002237 .history-list li {
    width: 49.6%;
    margin-bottom: 22px;
}

.Timeline002237 .history-list li .year_wrap {
    width: 95%;
    border: 1px solid #dddddd;
}

.Timeline002237 .history-list li.odd .year_wrap {
    float: right;
}

.Timeline002237 .history-list li .year_wrap img {
    width: 100%;
}

.Timeline002237 .year_box {
    padding: 20px;
    position: relative;
    z-index: 20;
    background: #fff;
}

.Timeline002237 .year_box h4 {
    color: #2b2b2b;
    margin-bottom: 6px;
}

.Timeline002237 .year_box p {
    color: #616161;
    font-size: 14px;
    line-height: 1.7em;
}

.Timeline002237 .news_index_l .public_list_img {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
    .Timeline002237 .history-list_year {
        font-size: 105px;
        margin: 0
    }
    .Timeline002237 .history-years_wrap li.active span {
        font-size: 38px !important;
    }
}

.Timeline002237 .history-list .year_box h4 {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin: 10px 0 0
}

.Timeline002237 .history-list .year_box span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 23px;
}

.Timeline002237 .history-list .year_box h4:hover em {
    opacity: 1;
}

.Timeline002237 .history-list .year_box em {
    opacity: 0;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin-left: 14px;
    background: #d2d2d2;
    width: 91px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.Timeline002237 .history-list .year_box em:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/Timeline002237-add_icon_10.png);
    left: -5px;
}

.Timeline002237 #swiper-container2 {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .Timeline002237 .history-list {
        width: 726px;
    }
}

@media only screen and (max-width: 1140px) {
    .Timeline002237 .history-list_year {
        font-size: 70px;
        margin: 15px 0 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .Timeline002237 .history-years {
        width: 20%;
        display: none;
    }
    .Timeline002237 #swiper-container2 .swiper-slide {
        text-align: center;
        line-height: 30px;
        height: 30px;
    }
    .Timeline002237 #swiper-container2 .swiper-slide.active-nav {
        color: #348f3d;
        font-size: 18px;
    }
    .Timeline002237 .history-list {
        padding-left: 0;
        width: 100%;
        float: none;
        padding-left: 0;
    }
}


/*PicList002925 */

.PicList002925 {
    background: #f5f5f5;
    padding: 3.125vw 0;
    overflow: hidden;
}

.PicList002925 .auto {
    max-width: 1400px;
}

.PicList002925 .title {
    margin-bottom: 2.5vw;
    text-align: center;
}

.PicList002925 .title .cn {
    font-size: 30px;
    color: #348f3d;
    padding-bottom: 10px;
    font-weight: bold;
}

.PicList002925 .title .en {
    font-family: 'bebas-neue';
    color: #d2d2d2;
    letter-spacing: 2px;
}

@media(max-width:768px) {
    .PicList002925 .title {
        padding-bottom: 6vw;
    }
}

@media(max-width:640px) {
    .PicList002925 .title .cn {
        font-size: 6vw;
    }
}

.PicList002925 .list {
    padding: 0 3.4375vw;
}

.PicList002925 .list ul {
    margin: 0 -2vw;
}

.PicList002925 li {
    float: left;
    text-align: center;
    position: relative;
    background: url("../images/PicList002925_taibg.png") repeat-x top 70% left;
}

.PicList002925 li a {
    display: block;
    position: relative;
    z-index: 3;
}

.PicList002925 li .pic {
    padding-bottom: 1.98vw;
}

.PicList002925 li .Ispic {
    padding-bottom: 55%;
    background-size: contain;
}

.PicList002925 li .tit {
    margin-top: 1.303vw;
    margin-bottom: 2.08vw;
    padding: 0 5%;
}

.PicList002925 li .tit aside {
    font-size: 16px;
    line-height: 1.25em;
    height: 2.5em;
}

@media(min-width:769px) {
    .PicList002925 li {
        width: 25%;
    }
    .PicList002925 li:first-child:before,
    .PicList002925 li:nth-child(4n+1):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
        width: 7.4375vw;
        left: -2vw;
    }
    .PicList002925 li:last-child:before,
    .PicList002925 li:nth-child(4n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
        width: 7.4375vw;
        right: -2vw;
    }
}

@media(max-width:768px) {
    .PicList002925 .list {
        padding: 0 6vw;
    }
    .PicList002925 li {
        width: 50%;
    }
    .PicList002925 li .pic {
        padding-bottom: 7vw;
    }
    .PicList002925 li .tit {
        margin-bottom: 5vw;
    }
    .PicList002925 li:first-child:before,
    .PicList002925 li:nth-child(2n+1):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
        width: 7.4375vw;
        left: -3vw;
    }
    .PicList002925 li:last-child:before,
    .PicList002925 li:nth-child(2n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
        width: 7.4375vw;
        right: -3vw;
    }
    .PicList002925 li .tit aside {
        font-size: 3vw;
    }
}


/*
 .Page001527 为demo编号
 */

.Page001527 .Pages {
    padding: 20px 0;
    text-align: center;
    line-height: 23px;
    zoom: 1;
    overflow: hidden;
}

.Page001527 .Pages a {
    display: inline-block;
    height: 40px;
    margin: 0 5px;
    font-size: 16px;
    line-height: 40px;
}

.Page001527 .p_cur,
.Page001527 .p_count,
.Page001527 .p_total,
.Page001527 .p_jump {
    display: none;
}

.Page001527 .p_page {
    padding: 0px 5px;
    display: inline-block;
}

.Page001527 .p_page a {
    color: #5f5c4d;
    border: solid 1px #ececec;
    display: inline-block;
    padding: 0 12px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.Page001527 .p_page .a_prev,
.Page001527 .p_page .a_next {
    width: 80px;
}

.Page001527 .p_page .num a {
    width: 44px;
}


/*hover*/

.Page001527 .p_page .a_first:hover,
.Page001527 .p_page .a_end:hover,
.Page001527 .p_page .a_prev:hover,
.Page001527 .p_page .a_next:hover,
.Page001527 .p_page .num a:hover,
.Page001527 .p_page .num .a_cur {
    background: #348f3d;
    color: #fff;
}

.Page001527 em {
    font-style: normal;
}

@media (max-width:768px) {
    .Page001527 .a_first,
    .Page001527 .a_end,
    .Page001527 .p_page .num a {
        display: none !important;
    }
}


/*
 .PicList001647 为demo编号
 */

.PicList001647 {
    padding: 3% 0;
}

.PicList001647 li {
    float: left;
    margin-right: 3%;
    width: 22.75%;
    margin-bottom: 2%;
}

.PicList001647 li figure {
    position: relative;
}

.PicList001647 li figure img {
    width: 100%;
}

.PicList001647 li a.Ispic {
    padding-bottom: 113%;
    display: block;
    background-size: contain;
}

.PicList001647 li * {
    margin: 0;
}

.PicList001647 li p {
    font-size: 12px;
    color: #999;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.PicList001647 li h1 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 5%;
    padding-bottom: 3%;
}

@media(min-width:641px) {
    .PicList001647 li:nth-child(4n) {
        margin-right: 0;
    }
    .PicList001647 li:nth-child(4n+1) {
        clear: left;
    }
}

@media(max-width:640px) {
    .PicList001647 li {
        float: left;
        margin-right: 2%;
        width: 49%;
    }
    .PicList001647 li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList001647 li:nth-child(2n+1) {
        clear: left;
    }
    .PicList001647 li h1 {
        font-size: 16px;
    }
}


/*PicList000687 */

.PicList000687 {
    padding: 3% 0 0;
    overflow: hidden;
}

.PicList000687 .title {
    margin-bottom: 2.5vw;
    text-align: center;
}

.PicList000687 .title .cn {
    font-size: 30px;
    color: #348f3d;
    padding-bottom: 10px;
    font-weight: bold;
}

.PicList000687 .title .en {
    font-family: 'bebas-neue';
    color: #d2d2d2;
    letter-spacing: 2px;
}

@media(max-width:768px) {
    .PicList000687 .title {
        margin-bottom: 5vw;
    }
}

@media(max-width:640px) {
    .PicList000687 .title .cn {
        font-size: 6vw;
    }
}

.PicList000687 .more {
    text-align: center;
    width: 125px;
    line-height: 40px;
    color: #fff;
    background: #348f3d;
    display: block;
}

.PicList000687 .more:hover {
    background: #348f3d;
}

.PicList000687 .more:after {
    display: inline-block;
    content: '';
    background: url("../images/PicList000687_more.png") no-repeat;
    width: 25px;
    height: 6px;
    vertical-align: middle;
    margin-left: 5px;
}

@media(max-width:480px) {
    .PicList000687 .more {
        line-height: 10vw;
    }
}

.PicList000687 .tit {
    font-size: 20px;
    color: #000;
}

.PicList000687 time {
    font-family: 'DIN-Medium';
}

.PicList000687 p {
    line-height: 1.715em;
    color: #7d7d7d;
    height: 3.43em;
    margin-bottom: 2.03vw;
}

@media(max-width:640px) {
    .PicList000687 .tit {
        font-size: 4vw;
    }
    .PicList000687 p {
        font-size: 3.5vw;
    }
}

.PicList000687 .news-top {
    padding-bottom: 4.22vw;
}
.PicList000687 .news-top .pic img{
    min-height: 390px;
}
.PicList000687 .news-top .info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.PicList000687 .news-top time {
    border-left: 1px solid #c6c6c6;
    padding-left: 1.62vw;
    display: block;
    margin-bottom: 2.61vw;
    color: #348f3d;
    font-size: 18px;
}

.PicList000687 .news-top time span {
    display: block;
    font-size: 2em;
}

.PicList000687 .news-top .slick-dots {
    text-align: center;
    padding-top: 1.72vw;
}

.PicList000687 .news-top .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background-color: #d9d9d9;
}

.PicList000687 .news-top .slick-dots li button {
    display: none;
}

.PicList000687 .news-top .slick-dots li.slick-active {
    background: #348f3d;
}

@media(min-width:769px) {
    .PicList000687 .news-top .pic {
        width: 520px;
    }

    .PicList000687 .news-top figure {
        padding-bottom:58%;
    }

    .PicList000687 .news-top .info .main {
        padding-left: 5.21vw;
    }
}

@media(min-width:1025px) and (max-width:1024px) {
    .PicList000687 .news-top .pic {
        width: 45%;
    }
}

@media(max-width:768px) {
    .PicList000687 .news-top .ytable-cell,
    .PicList000687 .news-top .ytable {
        display: block;
    }
    .PicList000687 .news-top .info {
        padding: 5vw;
    }
}

@media(max-width:640px) {
    .PicList000687 .news-top time {
        font-size: 3.6vw;
    }
}

.PicList000687 .news-list {
    background: #f5f5f5;
    padding: 4.12vw 0 2vw 0;
}

.PicList000687 .news-list li {
    background: #fff;
    margin-bottom: 1.41vw;
    padding: 20px 0;
}

.PicList000687 .news-list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.PicList000687 .news-list .main {
    border-left: 2px solid #348f3d;
    padding-left: 4.17vw;
    padding-right: 4.06vw;
}

.PicList000687 .news-list .tit {
    margin-bottom: 5px;
}

.PicList000687 .news-list time {
    color: #ccc;
}

.PicList000687 .news-list .more {
    line-height: normal;
    color: #348f3d;
    background: none;
    width: auto;
    text-align: left;
}

.PicList000687 .news-list .more:after {
    background-image: url("../images/PicList000687_more.gif");
}
.PicList000687 .news-list .ytable{
    height: 240px;
}

@media(min-width:641px) {
    .PicList000687 .news-list .pic {
        width: 320px;
    }
    .PicList000687 .news-list .pic .Ispic{padding-bottom: 58%;}
}

@media(max-width:640px) {
    .PicList000687 .news-list .ytable{
        height: unset;
    }
    .PicList000687 .news-list .ytable-cell,
    .PicList000687 .news-list .ytable {
        display: block;
    }
    .PicList000687 .news-list li {
        margin-bottom: 4vw;
    }
    .PicList000687 .news-list .main {
        padding: 4vw;
        border: 2px solid #348f3d;
        border-bottom: 0;
    }
}


/*RighInfo002939 */

.RighInfo002939 {
    padding: 3% 0;
}
.RighInfo002939 .newsCon{
max-width: 1100px;
margin:0 auto;
}
.RighInfo002939 .name {
    border-bottom: 1px dotted #cecece;
    text-align: center;
    margin-bottom: 37px;
}

.RighInfo002939 .name h1 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #333;
}

.RighInfo002939 .time {
    color: #c8c8c8;
    padding-bottom: 1.72vw;
    line-height: 16px;
}

.RighInfo002939 .share {
    margin-left: 10px;
}

.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share>* {
    display: inline-block;
    vertical-align: middle;
}

.RighInfo002939 .share em {
    font-style: normal;
}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox * {
    box-sizing: content-box;
}

.RighInfo002939 .edit-info {
    line-height: 2.5625em;
    color: #1e1e1e;
    text-align: justify;
    padding-bottom: 4vw;
}
.RighInfo002939 .edit-info p{line-height: 27px; font-size: 15px;color: #333;}

.RighInfo002939 .info-page {
    border: solid 1px #eee;
}

.RighInfo002939 .info-page dd {
    line-height: 36px;
}

.RighInfo002939 .info-page dd a {
    padding: 0 20px;
}

.RighInfo002939 .info-page dd a:hover {
    color: #d43e45;
}

@media(min-width:641px) {
    .RighInfo002939 .info-page dd {
        float: left;
        width: 50%;
    }
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-left: 1px solid #eee;
    }
    .RighInfo002939 .time,
    .RighInfo002939 .info-page dd a,
    .RighInfo002939 .edit-info {
        font-size: 16px;
    }
    
}

@media(max-width:640px) {
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }
    .RighInfo002939 .share {
        display: block;
        padding-top: 2px;
    }
    .RighInfo002939 .edit-info p img {height: auto!important;}
    .RighInfo002939 .name {margin-bottom: 21px;}
    .RighInfo002939 .name h1 { margin: 0 0 10px 0;}
}


/*TextList002855 */

.TextList002855 {
    padding: 2% 0;
}

.TextList002855 li {
    line-height: 4.5625em;
    border-bottom: 1px dotted #a8a8a8;
}

.TextList002855 li time {
    float: right;
    color: #c8c8c8;
    margin-left: 15px;
}

.TextList002855 li a {
    padding-left: 30px;
    background: url("../images/TextList002855_icon.png") no-repeat left center;
}

@media(min-width:481px) {
    .TextList002855 li {
        font-size: 16px;
    }
}


/*RighInfo002815 */

.RighInfo002815 {
    padding: 3% 0;
}

.RighInfo002815 .info h1 {
    margin: 0;
    color: #ffc231;
}

.RighInfo002815 .info .t-1 {
    font-size: 22px;
    color: #333;
    padding-top: 5px;
    padding-bottom: 10px;
}

.RighInfo002815 .info p {
    font-size: 18px;
    line-height: 30px;
}
.RighInfo002815 .info .p1 p{
    font-size: 16px !important;
    line-height: 30px;
}
.RighInfo002815 .txt-dl {
    padding-top: 4%;
}

.RighInfo002815 .txt-dl dl {
    margin-bottom: 40px;
}

.RighInfo002815 .txt-dl dd {
    position: relative;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    line-height: 24px;
    padding-left: 20px;
}

.RighInfo002815 .txt-dl dd:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #333;
    left: 0;
    top: 10px;
}

.RighInfo002815 .txt-dl dt {
    position: relative;
}

.RighInfo002815 .txt-dl dt span {
    display: block;
    position: relative;
    z-index: 3;
}

.RighInfo002815 .txt-dl dt span.en {
    position: absolute;
    z-index: 1;
    left: 13px;
    bottom: 0;
    color: rgba(0, 62, 123, 0.05);
    font-size: 48px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 36px;
}

.RighInfo002815 .txt-dl dt span.cn {
    color: #06b146;
    font-size: 22px;
    color: #06b146;
    border-left: 3px solid #06b146;
    padding-left: 10px;
    line-height: 23px;
}

@media(min-width:769px) {
    .RighInfo002815 .txt-dl dl {
        float: left;
        width: 45%;
        margin-right: 5%;
    }
    .RighInfo002815 .txt-dl dl:nth-child(2n-1) {
        clear: left;
    }
}

@media(min-width:1025px) {
    .RighInfo002815 .info {
        padding-right: 5%;
    }
    .RighInfo002815 .pic {
        width: 30.695%;
    }
}

@media(max-width:1024px) {
    .RighInfo002815 .ytable,
    .RighInfo002815 .ytable-cell {
        display: block;
    }
    .RighInfo002815 .pic {
        text-align: center;
    }
}


/*RighInfo002809 */

.RighInfo002809 {
    padding: 3% 0;
}

.RighInfo002809 .txt-logo {
    border: 1px solid #eee;
    
}

.RighInfo002809 .txt-logo .log ul li.info {
    font-weight: bold;
    line-height: 26px;
    font-size: 15px;
    color: #333;
}

.RighInfo002809 .txt .box:not(:first-child) {
    margin-top: 2%;
}

.RighInfo002809 .txt .box p {
    line-height: 24px;
    margin-bottom: 2.5%;
}

@media(min-width:1025px) {
    .RighInfo002809 .txt-logo .pic {
        width: 41.737%;
        border-left: 1px solid #eee;
    }
    .RighInfo002809 .txt-logo .pic img {
        display: block;
        width: 100%;
    }
    .RighInfo002809 .txt-logo .log ul {
        width: auto;
        margin: 0 auto;
    }
    .RighInfo002809 .txt-logo .log ul li {
        padding: 0 50px;
    }
    .RighInfo002809 .txt-logo .log ul li.img {
        border-right: 1px solid #eee;
        width: 36%;
    }
    .RighInfo002809 .txt .box .img-1 {
        float: left;
        margin-right: 4%;
        width: 20.83333%;
    }
    .RighInfo002809 .txt .box .img-2 {
        float: right;
        margin-left: 4%;
        width: 33.33333%;
    }
    .RighInfo002809 .txt .box2 {
        position: relative;
        z-index: 1;
    }
    .RighInfo002809 .txt .box2:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background: #58585a;
        width: 63%;
        content: '';
    }
}

@media(max-width:1024px) {
    .RighInfo002809 .ytable,
    .RighInfo002809 .ytable-cell {
        display: block;
    }
    .RighInfo002809 .txt-logo {
        padding: 5%;
        text-align: center;
    }
    .RighInfo002809 .txt-logo .log ul li.info {
        padding: 30px 0;
    }
    .RighInfo002809 .txt .box .img-1,
    .RighInfo002809 .txt .box .img-2 {
        display: block;
        margin: 0 auto;
    }
}


/*
 .PicList001727 为demo编号
 */

.PicList001727 {
    padding: 3% 0;
}

.PicList001727 .nav {
    padding: 2% 0;
}

.PicList001727 .nav dd {
    float: left;
    width: 130px;
    line-height: 50px;
    margin-bottom: 2px;
    margin-right: 10px;
    text-align: center;
}

.PicList001727 .nav dd a {
    display: block;
    background-color: #e9e9e9;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.PicList001727 .nav dd a:hover,
.PicList001727 .nav dd a.aon {
    background-color: #06b146;
    color: #fff;
}

.PicList001727 .ban img {
    display: block;
    width: 100%;
}

.PicList001727 .title {
    font-size: 18px;
    padding: 20px 0 10px 0;
}

.PicList001727 .list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #f3f3f3;
}

.PicList001727 .list li:nth-child(4n) {
    margin-right: 0;
}

.PicList001727 .list li a {
    display: block;
    padding: 3%;
    transition: background 0.3s;
}

.PicList001727 .list li a:hover {
    background-color: #06b146;
    color: #fff;
}

.PicList001727 .list li img {
    display: none;
}

.PicList001727 .list li figure {
    padding-bottom: 83%;
}

.PicList001727 .list li h1 {
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    padding: 30px 0 20px 0;
}

.PicList001727 .list li h1 i {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #06b146;
    height: 2px;
    width: 25px;
}

.PicList001727 .list li a:hover h1 i {
    background-color: #fff;
}

@media(max-width:768px) {
    .PicList001727 .nav dd {
        margin-right: 2%;
        line-height: normal;
    }
    .PicList001727 .nav dd a {
        padding: 6% 0;
        font-size: 16px;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList001727 .nav dd {
        width: 23.5%;
    }
    .PicList001727 .nav dd:nth-child(4n) {
        margin-right: 0;
    }
    .PicList001727 .list li {
        width: 32%;
    }
    .PicList001727 .list li:nth-child(4n) {
        margin-right: 2%;
    }
    .PicList001727 .list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList001727 .list li {
        width: 49%;
    }
    .PicList001727 .list li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList001727 .nav dd {
        width: 32%;
    }
    .PicList001727 .nav dd:nth-child(3n) {
        margin-right: 0;
    }
    .PicList001727 .nav dd a {
        font-size: 14px;
    }
}


/*
 .RighInfo001108 为demo编号
 */

.RighInfo001108 {
    padding: 3% 0;
}

.RighInfo001108 .pic {
    float: left;
    width: 35%;
}

.RighInfo001108 .pic img {
    width: 100%;
}

.RighInfo001108 .txt {
    float: right;
    width: 62%;
    padding-right: 2%;
    color: #333;
}

.RighInfo001108 .txt h1 {
    font-weight: bold;
    color: #06b146;
    padding: 4% 0;
}

.RighInfo001108 .txt dl {
    border-top: 1px solid #d9d9d9;
    padding: 3% 0;
    border-bottom: 1px solid #d9d9d9;
}

.RighInfo001108 .txt dd {
    line-height: 26px;
    padding: 5px 0;
}

.RighInfo001108 .txt p {
    line-height: 30px;
    font-size: 15px;
}
.RighInfo001108  .tab_info .info dl ,.RighInfo001108  .tab_info .info{line-height: 35px; font-size: 16px;}
.RighInfo001108 .txt .contact {
    padding: 3% 0;
}

.RighInfo001108 .txt .contact a {
    color: #06b146;
    width: 120px;
    text-align: center;
    border: 1px solid #06b146;
    border-radius: 30px;
    line-height: 34px;
    display: inline-block;
}

.RighInfo001108 .txt .contact a:hover {
    background-color: #06b146;
    color: #fff;
}

.RighInfo001108 .tab {
    margin-top: 3%;
    background-color: #e8e8e8;
    overflow: hidden;
    font-weight: bold;
}

.RighInfo001108 .tab span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3%;
    line-height: 40px;
}

.RighInfo001108 .tab span.on {
    background-color: #06b146;
    color: #fff;
}

.RighInfo001108 .tab_info {
    padding: 2%;
}

@media(max-width:480px) {
    .RighInfo001108 .pic,
    .RighInfo001108 .txt {
        float: none;
        width: auto;
    }
}


/*RighInfo001848 */

.RighInfo001848 {
    padding: 3% 0;
}

.RighInfo001848 .title {
    text-align: center;
}

.RighInfo001848 .title span {
    display: inline-block;
    background: #c84445;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    padding: 0 10px;
    vertical-align: middle;
}

.RighInfo001848 .title:after,
.RighInfo001848 .title:before {
    content: '';
    display: inline-block;
    height: 5px;
    border: 1px solid #bbb;
    border-left: 0;
    border-right: 0;
    width: 10%;
    vertical-align: middle;
}

.RighInfo001848 .img_scroll {
    background: url(../images/RighInfo001848-ying.png) no-repeat center bottom;
    padding-bottom: 22px;
}

.RighInfo001848 .img_scroll .bx-wrapper {
    position: relative;
}

.RighInfo001848 .img_scroll li img {
    display: block;
    width: 100%;
}

.RighInfo001848 .img_scroll .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    background: rgba(0, 0, 0, 0.6);
    margin-top: -17px;
}

.RighInfo001848 .img_scroll .bx-controls-direction a span {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.RighInfo001848 .img_scroll .bx-controls-direction a.bx-prev {
    left: 0;
}

.RighInfo001848 .img_scroll .bx-controls-direction a.bx-next {
    right: 0;
}

.RighInfo001848 .info {
    padding: 0% 0 2%;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-align: justify;
}

@media(max-width:480px) {
    .RighInfo001848 .title span {
        font-size: 18px;
    }
}


/*
 .RighInfo001503 为demo编号
 */

.RighInfo001503 {
    padding: 3% 0;
    text-align: center;
}

.RighInfo001503 p {
    line-height: 30px;
    font-size: 15px;
    color: #666;
}


/*
 .RighInfo002275 为demo编号
 */

.RighInfo002275 .p,
.RighInfo002275 .h2,
{}

.RighInfo002275 {
    padding: 8% 0
}

.RighInfo002275 .text {
    margin-bottom: 30px
}

.RighInfo002275 .text .title {
    font-size: 30px;
    color: #e4e4e4;
    font-weight: normal;
    margin-bottom: 20px;
}

.RighInfo002275 .text .title span {
    font-weight: 700;
}
.RighInfo002275 .link .title1 {
    font-size:32px;    line-height: 28px;
    color: #06b146;margin-bottom: 30px;
}

.RighInfo002275 .link .title1 span {
    font-weight: normal;
    font-size: 18px;
    color: #e4e4e4;
}
.RighInfo002275 .link .address{ background: url(../images/address.png) no-repeat;padding-left: 30px;}
.RighInfo002275 .link .address span{font-size: 15px;}
.RighInfo002275 .link .tel{ background: url(../images/tel.png) no-repeat;padding-left: 30px;}
.RighInfo002275 .link .links{ background: url(../images/links.png) no-repeat;padding-left: 30px;}
.RighInfo002275 .link .mail{ background: url(../images/mail.png) no-repeat;padding-left: 30px;}
.RighInfo002275 .link .wx{ background: url(../images/wx.png) no-repeat;padding-left: 30px;}


.RighInfo002275 .link strong{color: #06b146;}

.RighInfo002275 .text .p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    margin-left:0px;
    padding-bottom: 10px;
}
.RighInfo002275 .text .p img{display: block;max-width: 100px;}
.RighInfo002275 .map {
    width: 100%;
    height: 200px;
}

.RighInfo002275 .map #map {
    height: 100%;
}

.RighInfo002275 .map img {
    max-width: none !important;
}

@media screen and (min-width: 768px) {
    .RighInfo002275 .text {
        float: left;
        width: 45%;
    }
    .RighInfo002275 .map {
        float: right;
        width: 50%;
        height: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .RighInfo002275 .auto {
        background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;
    }
    .RighInfo002275 .map {
        float: right;
        width: 50%;
        height: 320px;
    }
    .RighInfo002275 .text .title {
        font-size: 52px;
    }
}

@media screen and (min-width: 1200px) {
    .RighInfo002275 {
        padding: 50px 0 70px
    }
    .RighInfo002275 .text .title {
        margin-bottom: 25px
    }
    .RighInfo002275 .map {
        width: 700px;
        height: 500px;
    }
    .RighInfo002275 .text {
        width: 40%;
    }
}


/*
 .Floor001282 为demo编号
 */

.Floor001282 {
    padding-bottom: 3%;
    background-color: #f1eff1;
}

.Floor001282 .intro {
    padding: 8% 0 5%;
    background: url(../images/Floor001282-bg.jpg) no-repeat center bottom
}

.Floor001282 .intro h1 {
    font-size: 18px;
    color: #06b146;
}

.Floor001282 .intro p {
    line-height: 30px;
    color: #666;
    font-size: 15px;
}

.Floor001282 ul {
    overflow: hidden;
    clear: both;
}

.Floor001282 li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.Floor001282 li:last-child {
    margin-right: 0;
}

.Floor001282 li img {
    display: block;
    width: 100%;
}

@media(max-width:480px) {
    .Floor001282 .intro {
        background-position: right bottom;
        background-size: cover;
    }
    .Floor001282 li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .Floor001282 li img {
        max-width: 90%;
        margin: 0 auto;
    }
}


/*PicList002951 */

.PicList002951 {
    padding: 3% 0;
}

.PicList002951 .item {
    margin: 2.08vw 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 2% 0;
}

.PicList002951 .item a:hover {
    color: #06b146;
}

.PicList002951 .txt .inner {
    padding: 0 2.03vw 0 1.56vw;
}

.PicList002951 .txt p {
    margin-top: 25px;
    line-height: 2.142em;
    max-height: 6.426em;
    color: #333;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
    font-size: 15px;
    text-align: justify;
}

.PicList002951 .tit {
    font-size: 24px;
    line-height: 1em;
}

.PicList002951 .tit:after {
    display: block;
    margin-top: 1.25em;
    content: '';
    background: #4ab344;
    width: 48px;
    height: 2px;
}
.PicList002951 .item a:hover .tit:after {
    background: #06b146;
}

.PicList002951 .item .more {
    padding-right: 25px;
    display: inline-block;
    background: url("../images/PicList002951_more.png") no-repeat right center;
    color: #999;
}

.PicList002951 .item a:hover .more {
    background-image: url("../images/PicList002951_more_on.png");
}

@media(min-width:1025px) {
    .PicList002951 .pic {
        width:40.626%;
        max-width:520px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 300px;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .PicList002951 .pic {
        width: 50%;
    }
    .PicList002951 .tit {
        font-size: 3vw;
    }
}

@media(max-width:640px) {
    .PicList002951 .ytable,
    .PicList002951 .ytable-cell {
        display: block;
    }
    .PicList002951 .txt .inner {
        padding: 5vw;
        font-size: 3.5vw;
    }
    .PicList002951 .tit {
        font-size: 5vw;
    }
    .PicList002951 .pic{width: 100%;padding-bottom: 53%;background-position:center center;background-repeat: no-repeat;background-size: cover;}
}


/*PicList002079 */

.PicList002079 {
    padding: 3% 0;
}

.PicList002079 ul {
    position: relative;
    padding-bottom: 76%;
    margin-bottom: 3%;
}

.PicList002079 li {
    position: absolute;
    width: 49.12%;
    height: 34.09%;
}

.PicList002079 li.li_1,
.PicList002079 li.li_2 {
    width: 23.82%;
    height: 27.89%;
}

.PicList002079 li.li_0 {
    left: 0;
    top: 0;
}

.PicList002079 li.li_1 {
    left: 0;
    top: 36.15%;
}

.PicList002079 li.li_2 {
    left: 25.3%;
    top: 36.15%;
}

.PicList002079 li.li_3 {
    right: 0;
    top: 0;
    height: 64.04%;
}

.PicList002079 li.li_4 {
    left: 0;
    bottom: 0;
}

.PicList002079 li.li_5 {
    right: 0;
    bottom: 0;
}

.PicList002079 li figure img {
    display: none;
}

.PicList002079 li p {
    border: 1px solid #e2e2e2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0 3%;
}

@media(max-width:640px) {
    .PicList002079 li p {
        line-height: 35px;
        height: 35px;
    }
}

@media(max-width:780px) {
    .PicList002079 ul {
        padding-bottom: 0;
    }
    .PicList002079 li {
        width: 48.5% !important;
        height: auto !important;
        position: unset;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin-bottom: 3%;
        margin-right: 3%;
        float: left;
    }
    .PicList002079 li:nth-child(2n){margin-right: 0;}
    .PicList002079 li figure {
        height: auto !important;
        padding-bottom: 50%;
    }
}


/*RighInfo002811 */

.RighInfo002811 {
    padding: 8% 0 4% 0;
}

.RighInfo002811 .box:not(:last-child) {
    margin-bottom: 4%;
}

.RighInfo002811 .box:nth-child(2n) .txt .inner,
.RighInfo002811 .box:nth-child(2n-1) .txt {
    background: #f9f9f9;
}

.RighInfo002811 .pic img {
    display: block;
    width: 100%;
}

.RighInfo002811 .txt {
    position: relative;
    z-index: 10;
}

.RighInfo002811 .txt .inner {
    padding: 5% 10%;
}

.RighInfo002811 .box:nth-child(2n) .txt {
    vertical-align: top;
}

.RighInfo002811 .txt .tit {
    padding-left: 30px;
    font-size: 24px;
    color: #333;
    background: url(../images/RighInfo002811-icon.png) no-repeat left center;
}

.RighInfo002811 .txt p {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-align: justify;
}

@media(min-width:1025px) {
    .RighInfo002811 .box:nth-child(2n) {
        margin-bottom: 8%;
    }
    .RighInfo002811 .box .pic {
        width: 48.612%;
    }
    .RighInfo002811 .box .pic .inner {
        width: 105.715%;
    }
    .RighInfo002811 .box:nth-child(2n-1) .pic .inner {
        margin-top: -8%;
        padding-bottom: 6%;
    }
    .RighInfo002811 .box:nth-child(2n) .pic .inner {
        float: right;
        margin-top: 6%;
    }
}

@media(max-width:1024px) {
    .RighInfo002811 .ytable,
    .RighInfo002811 .ytable-cell {
        display: block;
    }
    .RighInfo002811 .txt .inner {
        padding: 5% 10%!important;
    }
}


/*RighInfo002523 */

.RighInfo002523 {
    padding: 3% 0;
}

.RighInfo002523 li {
    float: left;
    text-align: center;
    margin-bottom: 3%;
    position: relative;
}

.RighInfo002523 li span {
    font-size: 30px;
    color: #06b146;
    font-family: Arial, Helvetica, sans-serif;
}

.RighInfo002523 li h5 {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.RighInfo002523 li .pic {
    padding: 7px;
    border-radius: 50%;
    background: #f5f5f5;
    max-width: 146px;
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.RighInfo002523 li .pic img {
    display: block;
    border-radius: 50%;
    width: 100%;
}

@media(min-width:769px) {
    .RighInfo002523 li {
        width: 25%;
    }
    .RighInfo002523 ul:nth-child(2n) li {
        float: right;
    }
    .RighInfo002523 li::before {
        position: absolute;
        content: '';
        width: 100%;
        top: 65%;
        background: #eee;
        height: 2px;
        left: 0;
    }
    .RighInfo002523 ul li:first-child::before {
        width: 50%;
        right: 0;
        left: auto;
    }
    .RighInfo002523 ul li:last-child::before {
        width: 50%;
        border-top: 2px solid #eee;
        border-right: 2px solid #eee;
        background: none;
        height: 50%;
        left: 0;
    }
    .RighInfo002523 ul:nth-child(2n) li:first-child::before {
        width: 50%;
        right: auto;
        left: 0;
    }
    .RighInfo002523 ul:nth-child(2n) li:last-child::before {
        border-right: 0;
        border-left: 2px solid #eee;
        left: 50%;
    }
    .RighInfo002523 li::after {
        content: '';
        background: url(../images/RighInfo002523_icon_right.png) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 60%;
        margin-top: -7px;
        margin-right: -10px;
    }
    .RighInfo002523 ul li:last-child::after,
    .RighInfo002523 ul:nth-child(2n) li:last-child::after {
        left: 50%;
        top: auto;
        margin-left: -19px;
        bottom: -33px;
        background-image: url(../images/RighInfo002523_icon_down.png);
    }
    .RighInfo002523 ul:nth-child(2n) li::after {
        right: auto;
        left: 0;
        background-image: url(../images/RighInfo002523_icon_left.png);
    }
    .RighInfo002523 ul:nth-child(2n) li::after {
        margin-right: 0;
        margin-left: -10px;
    }
    .RighInfo002523 ul:nth-child(2n) li:last-child::after {
        margin-left: -18px;
    }
    .RighInfo002523 ul:last-child li:last-child::before {
        width: 50%;
        height: 4px;
    }
    .RighInfo002523 ul:last-child li:last-child::after {
        display: none;
    }
}

@media(max-width:1024px) and (min-width:769px) {
    .RighInfo002523 li h5 {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .RighInfo002523 ul::after {
        display: none;
    }
    .RighInfo002523 li {
        width: 50%;
        padding: 2%;
    }
    .RighInfo002523 li:nth-child(2n+1) {
        clear: left;
    }
    .RighInfo002523 li:nth-child(3n+1) {
        background: #eee;
    }
}

.cyl {
    text-align: center;
    padding: 3% 0;
}

.cyl img {
    width: 100%;
    max-width: 1198px;
}


/*Timeline002853 */

.Timeline002853 .auto {
    max-width: 1440px;
}


@media(min-width:1025px) {
    .Timeline002853 .slider-nav {
        float: left;
        width:30%;
    }
    .Timeline002853 .slider-for {
        float: right;
        width: 70%;
    }
    .Timeline002853 .slider-nav .slick-arrow {
        width: 197.246%;
        right: 0;
        top: 32%;
    }
    .Timeline002853 .slider-nav .slick-prev {
        margin-top: -65px;
    }
    .Timeline002853 .slider-nav .slick-next {
        margin-top: 65px;
    }
    .Timeline002853 .slider-nav .slick-next:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
    .Timeline002853 .slider-nav li {
        padding-right: 3vw;
        text-align: right;
    }
}

.Timeline002853 .slider-nav {
    border-right: 1px solid #efefef;
    position: relative;
    padding: 3vw 0;
}

.Timeline002853 .slider-nav .slick-arrow {
    position: absolute;
    font-size: 0;
    border: 0;
    /*border-bottom: 1px solid #efefef;*/
    cursor: pointer;
    font-size: 0;
    padding: 0;
    z-index: 10;
}

.Timeline002853 .slider-nav .slick-arrow:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/Timeline002853_btn.png) no-repeat center center #fff;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.Timeline002853 .slider-nav li {
    line-height: 129px;
    font-size: 18px;
    color: #ccc;
    font-weight: 100;
}

.Timeline002853 .slider-nav li span {
    font-family: "DINPro-Regular";
    font-size: 34px;
    margin-right: 10px;
}

.Timeline002853 .slider-nav li.slick-center {
    color: #06b146;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
    border-top:1px solid #efefef; 
}

.Timeline002853 .slider-for .box {
    padding-top: 6.2vw;
    line-height: 28px;
}

.Timeline002853 .slider-for .year {
    font-family: "DINBold";
    color: #06b146;
    font-size: 40px;
    line-height: normal;
}
.Timeline002853 .slider-for .item {width: 95%; background: #f5f5f5; padding: 5%;overflow: hidden;margin-bottom: 3%;margin-left: 5%;box-shadow: 0 10px 15px 4px #ddd;}
.Timeline002853 .slider-for:hover .item {}
.Timeline002853 .slider-for .pic{float: left; width: 50%;max-width: 395px;}
.Timeline002853 .slider-for .txt{float: left; width: 50%; padding-left: 5%;}
.Timeline002853 .slider-for .pic .Ispic {padding-bottom: 65%;}
.Timeline002853 .slider-for .desc {
    line-height: 28px;
    color: #333;
    margin: 1vw 0 2vw 0;
    font-size: 16px;
    line-height: 28px;
}

.Timeline002853 .slider-nav.under3 .slick-track {
    transition: 0.3s;
}

@media(max-width:1024px) {
    .Timeline002853 .slider-nav li {
        line-height: 60px;
        text-align: center;
    }
    .Timeline002853 .slider-nav {
        padding: 0 5vw;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .Timeline002853 .slider-nav .slick-arrow {
        width: 1px;
        height: 100%;
        background: #efefef;
        top: 0;
    }
    .Timeline002853 .slider-nav .slick-prev {
        left: 2.5vw;
    }
    .Timeline002853 .slider-nav .slick-next {
        right: 2.5vw;
    }
    .Timeline002853 .slider-nav .slick-prev:before {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }
    .Timeline002853 .slider-nav .slick-next:before {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    .Timeline002853 .slider-nav .slick-track {
        margin-top: 0!important;
    }
    .Timeline002853 .slider-nav li.slick-current {
        color: #666;
    }
    .Timeline002853 .slider-for .item {margin-left: 2%;}
}

@media(max-width:640px) {
    .Timeline002853 .slider-nav li {
        font-size: 16px;
    }
    .Timeline002853 .slider-nav li span {
        font-size: 24px;
    }
}

@media(max-width:1024px) {
    .body_index {
        margin: 5% 0;
    }
    .Floor002573 .title,.Floor003055 .title,.Floor0030061 .title {font-size: 22px;}
    .Floor002573 .title .en ,.Floor003055 .title .en,.Floor0030061 .title .en{font-size: 16px;}
    .Floor002573 .item {margin: 0;}
    .Timeline002853 .slider-for .year {font-size: 24px;}
    .PicList000687 .news-top figure {padding-bottom: 48%;}
    .PicList000687 .news-list .pic{border: 2px solid #348f3d;border-top: 0;padding: 0 2%;}
    .PicList000687 .news-list .pic .Ispic{padding-bottom: 56%;}
    .TextList002855 li {line-height: 42px;}
    .RighInfo002815 .info p {font-size: 15px;line-height: 26px;color: #333;}
    .RighInfo002815 .info .t-1 {font-weight: bold; font-size: 18px;}
    .RighInfo002815 .pic {width: 80%;margin: 0 auto;}
    .RighInfo002815 .txt-dl dt span.en {font-size: 32px;}
    .RighInfo001108 .txt h1 {font-weight: bold; color: #06b146;padding: 4% 0;font-size: 20px;}
    .RighInfo001108 .txt p {line-height: 22px; font-size: 14px;}
    .RighInfo001108 .tab_info p{line-height: 24px;}
    .TextList002208 .auto_1280 {overflow-x: scroll;}
    .TextList002208 .scroll {width: 800px;}
    .TextList002208 .jobname { width: 18% !important;}
    .RighInfo002275 .link .title1 {font-size: 22px; line-height: 33px;}
    .RighInfo002275 .link .title1 span {font-size: 14px;}
    .RighInfo002275 .text .p {font-size: 15px; line-height: 30px;}
    .Form001518 dd select {padding: 0;margin: 0 auto;margin-left: 15%; background: #fff;-webkit-rtl-ordering: unset;
    -webkit-writing-mode: unset; width: 70%;}
    .RighInfo001108  .tab_info .info dl ,.RighInfo001108  .tab_info .info{line-height: 26px; font-size: 14px;}
}
/*
 .PicList002273 为demo编号
 */
.PicList002273 .left img{width: 100%;}
.PicList002273 .right .time{font-size: 12px;color: #999;border: 1px solid #c5c6c6;padding: 2px 5px;margin-top: 8px;display: inline-block;}
.PicList002273 .right .h3{color: #313131;font-size: 18px;font-weight: normal;margin: 10px 0;}
.PicList002273 .right .h3 a:hover {color: #06b146;}
.PicList002273 .right .p{color: #999;font-size: 14px;}
.PicList002273 ul li{margin-bottom: 30px;background: #eef0f1;padding: 18px 20px;}
.PicList002273 ul li .Ispic {padding-bottom: 56%;}
@media screen and (min-width:768px ) {
	.PicList002273 .left{float: left;width: 25%;}
	.PicList002273 .right{float: right;width: 72%;}
	.PicList002273 .right .time{margin-top: 0px;}
	.PicList002273 ul li{background:#eef0f1;}
}

@media screen and (min-width:1024px ) {
	.PicList002273 .right .time{margin-top: 15px;}
	.PicList002273 ul li:hover{border: 1px solid #06b146;box-shadow: 0px 0px 30px #ccc;}
	.PicList002273 ul li{background:#eef0f1;position: relative;}
	.PicList002273 ul li .right_btn{width: 11px;height: 19px;background: url(../images/PicList002273-arrow_right.png) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 48px;cursor: pointer;margin-top: -10px}
}

@media screen and (min-width:1200px ) {
	.PicList002273 .left{float: left;margin-right: 50px;}
	.PicList002273 .right{float: left;width: 780px;}
	.PicList002273 .right .time{margin-top: 14px;}
	.PicList002273 .right .h3{line-height: 18px;margin: 28px 0 17px;}
	.PicList002273 .right .p{line-height: 19px;}
	.PicList002273 ul li{padding-right: 20px;}
}

.indexad{position: absolute;z-index: 100;}
.indexad img{width: 100%;}
.indexad .close{position: absolute;z-index: 100;right: 0;top: -30px;}