/*!****** lib.css *******/
*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #444;
    font-size: 12px;
    line-height: 1.5;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ","Microsoft Yahei"
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

em,i {
    font-style: normal
}

input,select,textarea {
    font-size: 12px;
    color: #444;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ","Microsoft Yahei";
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

input[type=button],input[type=reset],input[type=submit],select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #c3cde2
}

::-moz-placeholder {
    color: #c3cde2
}

::-ms-input-placeholder {
    color: #c3cde2
}

select::-ms-expand {
    display: none
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.fix {
    *zoom:1}

.fix:after,.fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.ani {
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.wp {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url(../fonts/SourceHanSerifCN-Bold.ttf)
}

@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../fonts/SourceHanSansCN-Heavy.otf)
}

@keyframes ani_down {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    20% {
        transform: translateY(3px);
        opacity: 1
    }

    80% {
        transform: translateY(10px);
        opacity: 1
    }

    100%,90% {
        transform: translateY(10px);
        opacity: 0
    }
}
.yqlj{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.yqlj li{
    width: 23%;
    font-size: 20px;
    margin-bottom: 40px;
    margin-right: 2%;
}
.yqlj li a{
    height: 60px;
    align-items: center;
    display: flex;
    line-height: 30px;
    transition: .5s;
    border: 1px solid #006752;
    color: #006752;
    padding: 0 15px;
}
.yqlj li a:hover{
color: #fff;
background: #006752;
}
.menuBtn {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: -5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.header {
    padding: 0 3.54%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 132px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    z-index: 100;
    display: -webkit-flex;
    display: flex
}

.header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 232px;
    background: url(../images/header-bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1
}

.header .logo {
    margin-top: 30px;
    width: 30.5%;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    flex-shrink: 0
}

.header .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.header .header-con {
    width: 69.5%
}

.header .header-con .scroll {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.header .header-con .header-set {
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.header .header-set {
    margin: 0 -12px;
    align-items: center;
    display: none
}

.header .header-set .item {
    margin: 0 12px;
    position: relative
}

.header .header-set .item:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .header-set .item:first-child:before {
    display: none
}

.header .header-set .header-lang {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff
}
.header .header-set .header-lang::before{
display:none;
}
.header .header-set .header-lang a {
    color: inherit;
    font-size: inherit;
    min-width: 40px;
    text-align: center
}

.header .header-set .header-lang a:hover {
    color: #bfa23c
}

.header .header-set .header-so {
    width: 40px;
    height: 40px;
    background: url(../images/d-so1.png) center center no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    cursor: pointer
}

.header .nav {
    margin: 0 -24px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .nav li {
    position: relative;
    flex-shrink: 0
}

.header .nav li>a {
    padding: 0 35px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header .nav li>a i {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/d-down1.png) center center no-repeat;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.header .nav .sub {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
    display: none
}

.header .nav .sub a {
    padding: 6px 10px;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header .nav .sub a:hover,.header .nav li.on>a,.header .nav li:hover>a {
    color: #c89e0a
}

.pop-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: none
}

.pop-search .pop-search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1
}

.pop-search .pop-search-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    background: url(../images/d-close1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    cursor: pointer
}

.search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 45px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10
}

.search-box input {
    outline: 0;
    border: none
}

.search-box .inp {
    padding: 0 140px 0 12px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.5) inset;
    font-size: 16px;
    color: #333
}

.search-box .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #016660;
    font-size: 18px;
    color: #fff;
    text-align: center
}

body.scrollDown .header:after {
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.8) 30%,rgba(0,0,0,0) 100%)
}

.footer {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.footer .footer-1 {
    padding: 36px 0;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.footer .footer-logo {
    height: 70px;
    line-height: 70px;
    font-size: 0;
    text-align: center
}

.footer .footer-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.footer .footer-2 {
    padding: 52px 0 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.footer .footer-link {
    width: 51%
}

.footer .footer-link .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700
}

.footer .footer-link .cont {
    font-size: 16px;
    color: #fff;
    line-height: 1.88;
    overflow: hidden
}

.footer .footer-link .cont a {
    float: left;
    min-width: 25%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer .footer-link .cont a:hover {
    color: #bfa23c
}

.footer .footer-copy {
    padding: 20px 0 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.88;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.footer .footer-copy .fwz{
margin-left:30px;
}
.footer .footer-copy .l {
    float: left
}

.footer .footer-copy .r {
    float: right
}

.footer .footer-codes {
    margin: 0 -10px;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.footer .footer-codes .item {
    padding: 0 10px
}

.footer .footer-codes .pic {
    width: 100px;
    overflow: hidden
}

.footer .footer-codes .pig img {
    display: block;
    width: 100%
}

.d-title1 {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.d-title1 .tit {
    padding: 8px 16px;
    line-height: 1.1;
    min-height: 75px;
    background: url(../images/d-tit_bg1.png) left top no-repeat;
    -webkit-background-size: auto 75px;
    background-size: auto 75px
}

.d-title1 .tit .cn {
    font-size: 36px;
    color: #333;
    font-family: SourceHanSerifCN-Bold
}

.d-title1 .tit .cn span {
    color: #016660
}

.d-title1 .tit .en {
    margin-top: 4px;
    padding-left: 25px;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap
}

.d-title1 .d-btns1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.d-title1.white .tit {
    background-image: url(../images/d-tit_bg2.png)
}

.d-title1.white .tit .cn,.d-title1.white .tit .cn span,.d-title1.white .tit .en {
    color: #fff
}

.d-title1.tal {
    justify-content: flex-start
}

.d-title1.column {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.d-title1.column .tit {
    padding: 0 8px 36px;
    line-height: 1;
    background-position: left bottom;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start
}

.d-title1.column .tit .cn {
    width: 36px;
    text-align: center
}

.d-title1.column .tit .en {
    margin: 0;
    padding: 54px 0 0
}

.d-title1.column .tit .en span {
    display: block;
    width: 14px;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-title1.column .d-btns1 {
    padding: 0 8px;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.d-btns1 .b1 {
    padding-right: 28px;
    display: block;
    background: url(../images/d-more_bg1.png) right center no-repeat;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-btns1 .b1:hover {
    color: #016660;
    font-weight: 700
}

.d-btns1.white .b1 {
    color: rgba(255,255,255,.8);
    background-image: url(../images/d-more_bg2.png)
}

.d-btns1.white .b1:hover {
    color: #bb9f3b
}

.d-btns1.column .b1 {
    padding: 0 0 30px;
    width: 23px;
    line-height: 1;
    background-position: left bottom
}

.banner {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.banner .swiper-slide {
    overflow: hidden
}

.banner img,.banner video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out
}

.banner .swiper-slide-active img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01)
}

.banner .banner-btns {
    position: absolute;
    left: 0;
    bottom: 28px;
    right: 0;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .banner-btns .swiper-next,.banner .banner-btns .swiper-prev {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.banner .banner-btns .swiper-prev {
    background-image: url(../images/d-arrow1.png)
}

.banner .banner-btns .swiper-prev:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.banner .banner-btns .swiper-next {
    background-image: url(../images/d-arrow2.png)
}

.banner .banner-btns .swiper-next:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.banner .banner-btns .swiper-mouse {
    margin: 0 20px;
    width: 72px;
    height: 72px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(248,248,248,.2);
    border: 1px solid rgba(248,248,248,.5);
    cursor: pointer
}

.banner .banner-btns .swiper-mouse:after {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    height: 100%;
    background: url(../images/d-mouse1.png) center center no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    animation: 2s linear infinite ani_down
}

.banner .banner-btns .swiper-mouse canvas {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px)
}

.row-ind1 {
    padding: 87px 0 74px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.d-news1 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-news1 .news1-col,.d-news1 .news1-cor {
    width: 48.68%;
    flex-shrink: 0
}

.d-news1 .news1-col .d-nUl-1 {
    margin-bottom: 37px
}

.d-news1 .news1-cor .d-nUl-1 {
    margin-top: 37px
}

.d-nUl-1 {
    margin-bottom: -30px
}

.d-nUl-1 li {
    margin-bottom: 30px
}

.d-nUl-1 .inner {
    display: block;
    padding-top: 57.06%;
    position: relative;
    overflow: hidden
}

.d-nUl-1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-nUl-1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bg2.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 1
}

.d-nUl-1 .text {
    padding: 24px 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.d-nUl-1 .text .tit {
    font-size: 18px;
    color: #f0f0f0;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-nUl-1 .time {
    padding: 7px 0 15px;
    position: absolute;
    left: 23px;
    top: 29px;
    min-width: 70px;
    text-align: center;
    background-color: rgba(1,102,96,.8);
    border-radius: 15px 0;
    z-index: 10;
    color: #fff;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold
}

.d-nUl-1 .time .t1 {
    font-size: 28px
}

.d-nUl-1 .time .t2 {
    margin-top: 4px;
    font-size: 12px
}

.d-nUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-nUl-2 {
    margin: 0 -18px -36px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-nUl-2 li {
    padding: 0 18px;
    margin-bottom: 36px;
    width: 50%;
    flex-shrink: 0
}

.d-nUl-2 .con {
    padding: 20px 30px;
    display: block;
    min-height: 165px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #246544;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.67;
    height: 3.34em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .time {
    margin-top: 26px;
    font-size: 14px;
    color: #246544;
    text-align: right;
    line-height: 1.2
}

.d-nUl-2 .time i {
    margin: -3px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url(../images/d-time1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.d-nUl-2 .con:hover {
    border-radius: 40px 0 0;
    box-shadow: 0 2px 27px 0 rgba(36,101,68,.44)
}

.d-nUl-2 .con:hover .bg,.d-nUl-2 .con:hover:after {
    opacity: 1
}

.d-nUl-2 .con:hover .title {
    color: #016660;
    font-weight: 700
}

.row-ind2 {
    padding: 86px 0 243px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.row-ind2 .d-title1 {
    margin-bottom: 36px
}

.d-notice-swiper1 {
    padding-bottom: 76px;
    margin: 0 -54px;
    position: relative;
    overflow: hidden
}

.d-notice-swiper1 .slider {
    margin-right: -2px;
    position: relative;
    overflow: hidden
}

.d-notice-swiper1 .inner {
    padding: 32px 44px 42px;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .inner:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 38px;
    bottom: 42px;
    width: 1px;
    background-color: rgba(255,255,255,.3)
}

.d-notice-swiper1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .time {
    display: -webkit-flex;
    display: flex;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .time .t1 {
    margin: 4px 8px 0 0;
    position: relative
}

.d-notice-swiper1 .time .t1 span {
    display: block;
    width: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-notice-swiper1 .time .t2 {
    font-size: 18px
}

.d-notice-swiper1 .time .t3 {
    font-size: 36px
}

.d-notice-swiper1 .time .line {
    margin: 2px 0 0;
    width: 12px;
    height: 30px;
    background: url(../images/d-line5.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .tit {
    margin-top: 18px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.67;
    height: 5.01em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .btn {
    padding: 0 5px;
    margin-top: 18px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-notice-swiper1 .btn span {
    padding: 0 18px;
    width: 73%;
    background: linear-gradient(-90deg,rgba(255,255,255,.2) 0,rgba(255,255,255,.03) 97%);
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 35px;
    text-transform: uppercase;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .inner:hover:before {
    display: none
}

.d-notice-swiper1 .inner:hover .bg {
    opacity: 1;
    border-radius: 50px 0
}

.d-notice-swiper1 .inner:hover .time {
    color: #c1990f
}

.d-notice-swiper1 .inner:hover .tit {
    color: #333;
    font-weight: 700
}

.d-notice-swiper1 .inner:hover .line {
    background-image: url(../images/d-line6.png)
}

.d-notice-swiper1 .inner:hover .btn span {
    background: linear-gradient(-90deg,rgba(200,158,10,.8) 0,rgba(255,255,255,.03) 97%)
}

.d-notice-swiper1 .swiper-btns {
    position: absolute;
    left: 54px;
    bottom: 0;
    right: 54px;
    height: 50px;
    overflow: hidden;
    z-index: 10
}

.d-notice-swiper1 .swiper-btns .swiper-next,.d-notice-swiper1 .swiper-btns .swiper-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer
}

.d-notice-swiper1 .swiper-btns .swiper-prev {
    left: 45.5%;
    background-image: url(../images/d-arrow3.png)
}

.d-notice-swiper1 .swiper-btns .swiper-prev:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(255,255,255,.3)
}

.d-notice-swiper1 .swiper-btns .swiper-next {
    right: 45.5%;
    background-image: url(../images/d-arrow6.png)
}

.d-notice-swiper1 .swiper-btns .swiper-next:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(255,255,255,.3)
}

.row-ind3 {
    padding: 1px 0 44px
}

.row-ind3 .wp {
    margin-top: -166px;
    height: 100%;
    position: relative
}

.d-sR1 {
    padding-top: 31.74%;
    position: relative;
    border-radius: 100px 0 0;
    overflow: hidden;
    z-index: 10
}

.d-sR1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-sR2 {
    padding-right: 68px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-sR2 .d-title1 {
    margin: 0;
    width: 34.69%
}

.d-sR-swiper1 {
    margin-top: -108px;
    padding: 47px 43px;
    width: 61.19%;
    border-radius: 0 0 60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 11;
    overflow: hidden
}

.d-sR-swiper1 .slider {
    position: relative;
    overflow: hidden
}

.d-sR-swiper1 .inner {
    display: block;
    z-index: 1;
    overflow: hidden;
    display: -webkit-flex;
    display: flex
}

.d-sR-swiper1 .img {
    margin-right: 32px;
    width: 335px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.d-sR-swiper1 .img:after {
    content: '';
    display: block;
    padding-top: 60.9%
}

.d-sR-swiper1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-sR-swiper1 .text {
    width: calc(100% - 367px);
    flex-grow: 1
}

.d-sR-swiper1 .time {
    display: -webkit-flex;
    display: flex;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-sR-swiper1 .time .t1 {
    margin: 4px 8px 0 0;
    position: relative
}

.d-sR-swiper1 .time .t1 span {
    display: block;
    width: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-sR-swiper1 .time .t2 {
    font-size: 18px
}

.d-sR-swiper1 .time .t3 {
    font-size: 36px
}

.d-sR-swiper1 .time .line {
    margin: 2px 0 0;
    width: 12px;
    height: 30px;
    background: url(../images/d-line5.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-sR-swiper1 .tit {
    margin-top: 27px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-sR-swiper1 .txt {
    margin-top: 19px;
    font-size: 16px;
    color: rgba(255,255,255,.68);
    line-height: 1.88;
    height: 3.76em;
    overflow: hidden
}

.d-sR-swiper1 .arrow {
    margin-top: 6px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-sR-swiper1 .arrow i {
    width: 30px;
    height: 30px;
    background: url(../images/d-arrow7.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-sR-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-sR-swiper1 .inner:hover .arrow i {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    -o-transform: translate(5px);
    transform: translate(5px)
}

.row-ind4 {
    padding: 44px 0 109px;
    overflow: hidden
}

.d-aE1 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.d-aE1 .aE1-col,.d-aE1 .aE1-cor {
    width: 48.68%;
    flex-shrink: 0
}

.d-aE-swiper1 {
    position: relative;
    overflow: hidden
}

.d-aE-swiper1 .inner {
    display: block;
    padding-top: 67.62%;
    position: relative;
    overflow: hidden
}

.d-aE-swiper1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aE-swiper1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aE-swiper1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bg2.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 1
}

.d-aE-swiper1 .text {
    padding: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.d-aE-swiper1 .tit {
    font-size: 18px;
    color: #f0f0f0;
    font-weight: 400;
    line-height: 1.67;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-aE-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-aEUl-1 {
    margin: 0 -18px -30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-aEUl-1 li {
    padding: 0 18px;
    margin-bottom: 30px;
    width: 50%;
    flex-shrink: 0
}

.d-aEUl-1 .inner {
    display: block;
    padding-top: 69.28%;
    position: relative;
    overflow: hidden
}

.d-aEUl-1 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aEUl-1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aEUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(98,86,173,.94);
    z-index: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aEUl-1 .mask-bg .line-l:after,.d-aEUl-1 .mask-bg .line-l:before,.d-aEUl-1 .mask-bg .line-r:after,.d-aEUl-1 .mask-bg .line-r:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 38px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.d-aEUl-1 .mask-bg .line-l:before {
    left: 12px;
    top: 12px;
    background-position: left top;
    background-image: url(../images/d-line1.png)
}

.d-aEUl-1 .mask-bg .line-l:after {
    left: 12px;
    bottom: 12px;
    background-position: left bottom;
    background-image: url(../images/d-line3.png)
}

.d-aEUl-1 .mask-bg .line-r:before {
    right: 12px;
    top: 12px;
    background-image: url(../images/d-line2.png)
}

.d-aEUl-1 .mask-bg .line-r:after {
    right: 12px;
    bottom: 12px;
    background-image: url(../images/d-line4.png)
}

.d-aEUl-1 .text {
    padding: 44px 38px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aEUl-1 .tit {
    font-size: 18px;
    color: #f0f0f0;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-aEUl-1 .txt {
    margin-top: 20px;
    font-size: 16px;
    color: #ddd;
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden
}

.d-aEUl-1 .arrow {
    margin-top: 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-aEUl-1 .arrow i {
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../images/d-arrow7.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aEUl-1 .more {
    padding-right: 30px;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    line-height: 40px;
    background: url(../images/d-more_bg2.png) right center no-repeat;
    -webkit-background-size: 23px auto;
    background-size: 23px auto
}

.d-aEUl-1 li.i3 {
    padding-right: 0;
    width: 59.5%
}

.d-aEUl-1 li.i3 .inner {
    padding-top: 50.5%
}

.d-aEUl-1 li.i3 .txt {
    height: 3em
}

.d-aEUl-1 li.i4 {
    padding-left: 0;
    width: 40.5%
}

.d-aEUl-1 li.i4 .inner {
    padding-top: 75.8%
}

.d-aEUl-1 li.i4 .mask-bg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0,104,86,.9)
}

.d-aEUl-1 li.i4 .mask-bg .line-l,.d-aEUl-1 li.i4 .mask-bg .line-r {
    display: none
}

.d-aEUl-1 li.i4 .text {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1
}

.d-aEUl-1 .inner:hover .mask-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.d-aEUl-1 .inner:hover .text {
    opacity: 1
}

.d-aEUl-1 .inner:hover .more {
    color: #bb9f3b;
    font-weight: 700
}

.row-ind5 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.row-ind5 .ind5-col,.row-ind5 .ind5-cor {
    width: 50%;
    flex-shrink: 0
}

.row-ind5 .ind5-col {
    margin-bottom: -138px;
    padding: 153px 0 0 calc((100vw - 1440px)/ 2);
    position: relative;
    z-index: 10
}

.row-ind5 .ind5-col-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.row-ind5 .ind5-col .d-title1 {
    margin: 0 42px 57px 0
}

.d-aFE-swiper1 {
    padding: 45px 44px;
    min-height: 423px;
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.d-aFE-swiper1 .slider {
    position: relative;
    overflow: hidden
}

.d-aFE-swiper1 .inner {
    display: block
}

.d-aFE-swiper1 .time {
    display: -webkit-flex;
    display: flex;
    color: #246544;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .time .t1 {
    margin: 4px 8px 0 0;
    position: relative
}

.d-aFE-swiper1 .time .t1 span {
    display: block;
    width: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-aFE-swiper1 .time .t2 {
    font-size: 18px
}

.d-aFE-swiper1 .time .t3 {
    font-size: 36px
}

.d-aFE-swiper1 .time .line {
    margin: 2px 0 0;
    width: 12px;
    height: 30px;
    background: url(../images/d-line8.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .tit {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .txt {
    margin-top: 33px;
    font-size: 16px;
    color: #666;
    line-height: 1.88;
    height: 5.64em;
    overflow: hidden
}

.d-aFE-swiper1 .arrow {
    margin-top: 49px;
    display: -webkit-flex;
    display: flex
}

.d-aFE-swiper1 .arrow i {
    width: 30px;
    height: 30px;
    background: url(../images/d-arrow8.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .inner:hover .tit {
    color: #246544
}

.d-aFE-swiper1 .inner:hover .arrow i {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    -o-transform: translate(5px);
    transform: translate(5px)
}

.d-aFE-swiper1 .swiper-pagination {
    padding-right: 31.81%;
    position: absolute;
    left: 0;
    bottom: 48px;
    right: 0;
    font-size: 0;
    text-align: right;
    z-index: 10
}

.d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 11.5px;
    width: 7px;
    height: 7px;
    background-color: rgba(0,104,86,.5);
    border-radius: 50%;
    opacity: 1
}

.d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #006856
}

.d-aFE-video1 {
    padding-top: 59.38%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.d-aFE-video1 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aFE-video1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    background: url(../images/d-playBtn.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-video1:hover .play-btn {
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    -o-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2)
}

.d-aFE-list {
    position: absolute;
    right: calc((100vw - 1440px)/ 2);
    top: 100%;
    width: 918px;
    background-color: #fff;
    z-index: 10;
    display: -webkit-flex;
    display: flex
}

.d-aFE-list .pic {
    width: 43.03%;
    flex-shrink: 0
}

.d-aFE-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aFE-list .list {
    padding: 30px 34px;
    width: 56.97%;
    flex-shrink: 0
}

.d-aFEUl-1 {
    margin-bottom: -20px
}

.d-aFEUl-1 li {
    margin-bottom: 20px
}

.d-aFEUl-1 .inner {
    display: block;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.d-aFEUl-1 .time {
    width: 58px;
    height: 58px;
    background-color: rgba(187,159,59,.1);
    border-radius: 50%;
    font-size: 16px;
    color: #006856;
    font-weight: 700;
    font-family: SourceHanSerifCN-Heavy;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFEUl-1 .text {
    padding-left: 26px;
    width: calc(100% - 58px)
}

.d-aFEUl-1 .tit {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.22;
    max-height: 2.44em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFEUl-1 .inner:hover .time {
    background-color: #bb9f3b;
    color: #fff
}

.d-aFEUl-1 .inner:hover .tit {
    color: #bfa23c;
    font-weight: 700
}

.row-ind6 {
    padding: 395px 0 120px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.row-ind6 .wp {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.row-ind6 .d-title1 {
    height: 310px;
    flex-shrink: 0
}

.d-fLUl-1 {
    margin: 0 -18px -36px;
    width: 88.7%;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex
}

.d-fLUl-1 li {
    padding: 0 18px;
    margin-bottom: 36px;
    width: 25%
}

.d-fLUl-1 .inner {
    display: block;
    padding-top: 177.3%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.d-fLUl-1 .inner:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
    border: 1px solid rgba(255,255,255,.4)
}

.d-fLUl-1 .tit {
    padding-bottom: 10px;
    position: absolute;
    left: 36px;
    top: 43px;
    width: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #f0f0f0;
    line-height: 1.03;
    text-align: center;
    z-index: 10
}

.d-fLUl-1 .tit:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 50px;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-fLUl-1 .more {
    padding-bottom: 14px;
    position: absolute;
    right: 34px;
    bottom: 42px;
    width: 18px;
    text-align: center;
    font-size: 16px;
    color: #f0f0f0;
    line-height: 1.03;
    background: url(../images/d-arrow9.png) center bottom no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-fLUl-1 .inner:hover .tit:after {
    height: 70px
}

.d-fLUl-1 .inner:hover .more {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.row-ind7 {
    padding: 140px 0 120px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.row-ind7 .ind7-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 702px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}

.row-ind7 .d-title1 {
    position: absolute;
    top: 140px;
    right: calc((100vw - 1440px)/ 2);
    display: block;
    z-index: 10
}

.row-ind7 .d-title1 .d-btns1 {
    padding: 0 20px;
    margin-top: 58px;
    position: static;
    display: inline-block
}

.d-aD1 {
    margin-right: calc((100vw - 1440px)/ 2);
    position: relative;
    overflow: hidden
}

.d-aD1:after {
    content: '';
    display: block;
    padding-top: 51.35%
}

.d-aD1 .item {
    position: absolute
}

.d-aD1 .item.i1 {
    left: 0;
    top: 0;
    width: 57.2%
}

.d-aD1 .item.i1:after {
    content: '';
    display: block;
    padding-top: 59.88%
}

.d-aD1 .item.i2 {
    left: 57.2%;
    top: 13.7%;
    width: 21.43%
}

.d-aD1 .item.i2:after {
    content: '';
    display: block;
    padding-top: 90.83%
}

.d-aD1 .item.i3 {
    left: 14.29%;
    bottom: 0;
    width: 21.43%
}

.d-aD1 .item.i3:after {
    content: '';
    display: block;
    padding-top: 79.77%
}

.d-aD1 .item.i4 {
    left: 35.72%;
    bottom: 0;
    width: 21.43%
}

.d-aD1 .item.i4:after {
    content: '';
    display: block;
    padding-top: 79.77%
}

.d-aD1 .item.i5 {
    right: 0;
    bottom: 0;
    width: 42.85%
}

.d-aD1 .item.i5:after {
    content: '';
    display: block;
    padding-top: 58.08%
}

.d-aD-swiper1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD-swiper1 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD-swiper1 .pic {
    width: 100%;
    height: 100%
}

.d-aD-swiper1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD2 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD2 .pic {
    width: 100%;
    height: 100%
}

.d-aD2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD2 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,94,77,.8);
    z-index: 1
}

.d-aD2 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-aD2 .icon {
    margin: 0 auto 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center
}

.d-aD2 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-aD2 .tit {
    font-size: 26px;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    font-weight: 400
}

.d-aD3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD3 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD3 .pic {
    width: 100%;
    height: 100%
}

.d-aD3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD4 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD4 .pic {
    width: 100%;
    height: 100%
}

.d-aD4 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD4 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187,159,59,.9);
    z-index: 1
}

.d-aD4 .mask-bg .line {
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    background: url(../images/d-line7.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.d-aD4 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-aD4 .tit {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    text-align: center
}

.d-aD-swiper2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD-swiper2 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD-swiper2 .pic {
    width: 100%;
    height: 100%
}

.d-aD-swiper2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ban {
    height: 558px;
    position: relative;
    overflow: hidden
}

.ban .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ban .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.ban .ban-cont {
    padding-left: calc((100% - 1440px)/ 2);
    position: absolute;
    left: 0;
    bottom: 52px;
    width: 40.19%;
display:none;
}

.ban .ban-cont .title {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold
}

.ban .ban-cont .ban-nav {
    margin: 38px -20px -10px;
    font-size: 0
}

.ban .ban-cont .ban-nav a {
    padding: 0 20px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    /* width: 33.33333333%; */
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}

.ban .ban-cont .ban-nav a.on {
    font-weight: 700;
    text-decoration: underline
}

.ban .ban-cont.black .ban-nav a,.ban .ban-cont.black .title {
    color: #333
}

.main-in {
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.mainIn-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33.23%;
    overflow: hidden
}

.mainIn-bg img {
    display: block;
    width: 100%
}

.row-in1 {
    padding: 50px 0 78px;
    overflow: hidden
}

.d-title2 {
    margin-bottom: 44px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.d-title2 .tit {
    overflow: hidden;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex
}

.d-title2 .tit span {
    padding: 0 16px 0 28px;
    background: url(../images/d-line9.png) left center no-repeat;
    -webkit-background-size: auto 85%;
    background-size: auto 85%;
    font-size: 36px;
    color: #333;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    position: relative
}

.d-title2 .tit span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(0,104,86,.2)
}

.d-title2 .cur {
    margin-left: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    line-height: 2;
    background: url(../images/d-pos1.png) left center no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.d-title2 .cur a,.d-title2 .cur span {
    margin: 0 5px;
    color: inherit;
    font-size: inherit
}

.d-title2 .cur a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-title2 .cur a:hover {
    color: #006856
}

.pages {
    padding-top: 83px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pages ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.pages ul li {
    padding: 0 5px
}

.pages ul li a,.pages ul li span {
    padding: 0 8px;
    display: block;
    font-size: 16px;
    color: #333;
    min-width: 38px;
    line-height: 36px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pages ul li span {
    border: none;
    min-width: 0
}

.pages ul a:hover,.pages ul li.pages-active a {
    background-color: #006856;
    border-color: #006856;
    color: #fff
}

.d-nUl-3 li {
    border-bottom: 1px solid rgba(204,204,204,.3)
}

.d-nUl-3 .inner {
    padding: 24px;
    display: block;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex
}

.d-nUl-3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .img {
    margin-right: 36px;
    width: 317px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .img:after {
    content: '';
    display: block;
    padding-top: 61.83%
}

.d-nUl-3 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .text {
    padding: 20px 0;
    flex-grow: 1
}

.d-nUl-3 .time {
    padding-left: 24px;
    font-size: 16px;
    color: #006856;
    background: url(../images/d-time2.png) left center no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .title {
    margin-top: 21px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.1;
    height: 1.1em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .txt {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(51,51,51,.8);
    line-height: 2;
    height: 4em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .inner:hover .bg {
    opacity: 1;
    border-radius: 0 0 50px
}

.d-nUl-3 .inner:hover .img {
    border-radius: 50px 0 0
}

.d-nUl-3 .inner:hover .time {
    background-image: url(../images/d-time3.png);
    color: #fff
}

.d-nUl-3 .inner:hover .title {
    font-weight: 700;
    color: #fff
}

.d-nUl-3 .inner:hover .txt {
    color: #e4e4e4
}

.d-nUl-4 li {
    border-bottom: 1px dashed #e5e5e5
}

.d-nUl-4 .inner {
    padding: 0 40px 0 58px;
    display: block;
    height: 76px;
    line-height: 76px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .inner:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #006856;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .time {
    padding-left: 24px;
    margin-left: 15px;
    float: right;
    font-size: 16px;
    color: #666;
    background: url(../images/d-time4.png) left center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .inner:hover {
    box-shadow: 0 3px 16px 0 rgba(0,104,86,.5);
    background-color: #fff
}

.d-nUl-4 .inner:hover:before {
    background-color: #006856
}

.d-nUl-4 .inner:hover .title {
    color: #006856;
    font-weight: 700
}

.d-nUl-4 .inner:hover .time {
    color: #006856;
    background-image: url(../images/d-time5.png)
}

.d-hisUl-1 li {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start
}

.d-hisUl-1 .inner {
    width: calc(50% + 160px);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-hisUl-1 .text {
    padding: 0 3%;
    background-color: #006856;
    width: 320px;
    flex-shrink: 0;
    order: 2
}

.d-hisUl-1 .text .year {
    padding-right: 63px;
    font-size: 71px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    background: url(../images/d-arrow10.png) right center no-repeat;
    -webkit-background-size: 53px auto;
    background-size: 53px auto
}

.d-hisUl-1 .text .txt {
    margin-top: 18px;
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}

.d-hisUl-1 .pic {
    margin-top: 15px;
    width: calc(100% - 366px);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    order: 1
}

.d-hisUl-1 .pic:after {
    content: '';
    display: block;
    padding-top: 63.3%
}

.d-hisUl-1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-hisUl-1 li:first-child .pic {
    margin-top: 0
}

.d-hisUl-1 li:first-child .text {
    padding-top: 30px
}

.d-hisUl-1 li:nth-child(even) {
    justify-content: flex-end
}

.d-hisUl-1 li:nth-child(even) .text {
    order: 1
}

.d-hisUl-1 li:nth-child(even) .text .year {
    padding: 0 0 0 63px;
    background-position: left center;
    background-image: url(../images/d-arrow11.png)
}

.d-hisUl-1 li:nth-child(even) .pic {
    margin: 15px 0 0;
    order: 2
}

.d-intro1 {
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.77
}

.d-intro1 .title {
    margin-bottom: 34px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 1.1;
    text-align: center
}

.row-in2 {
    padding-top: 52px;
    padding-left: calc((100% - 1440px)/ 2)
}

.d-imgs1 {
    padding-top: 50.83%;
    position: relative;
    overflow: hidden
}

.d-imgs1 .item {
    position: absolute;
    overflow: hidden
}

.d-imgs1 .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.d-imgs1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
   
}
.d-imgs1 .i1 .mask-bg {
 background-color: rgba(0, 104, 86, .9);
}
.d-imgs1 .i4 .mask-bg{
    background-color: rgba(187, 159, 59, .9);
}


.xkjs .d-imgs1 .i1 .mask-bg {
background-color: transparent;
}

.xkjs  .d-imgs1 .i4 .mask-bg{
    background-color: transparent;
}
.d-imgs1 .pic {
    display: block;
    width: 100%;
    height: 100%
}

.d-imgs1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-imgs1 .item.i1 {
    right: 51.6%;
    top: 0;
    width: 25.8%
}

.d-imgs1 .item.i1:after {
    content: '';
    display: block;
    padding-top: 65.94%
}

.d-imgs1 .item.i2 {
    right: 25.8%;
    top: 0;
    width: 25.8%
}

.d-imgs1 .item.i2:after {
    content: '';
    display: block;
    padding-top: 65.94%
}

.d-imgs1 .item.i3 {
    right: 0;
    top: 0;
    width: 25.8%
}

.d-imgs1 .item.i3:after {
    content: '';
    display: block;
    padding-top: 131.11%
}

.d-imgs1 .item.i4 {
    right: 0;
    bottom: 0;
    width: 25.8%
}

.d-imgs1 .item.i4:after {
    content: '';
    display: block;
    padding-top: 65.94%
}

.d-imgs1 .item.i5 {
    right: 25.8%;
    bottom: 0;
    width: 25.8%
}

.d-imgs1 .item.i5:after {
    content: '';
    display: block;
    padding-top: 131.11%
}

.d-imgs1 .item.i6 {
    right: 51.6%;
    bottom: 0;
    width: 48.4%
}

.d-imgs1 .item.i6:after {
    content: '';
    display: block;
    padding-top: 70.2%
}

.d-imgs1 .inner:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-structure1 {
    font-size: 0
}

.d-structure1 .items {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.d-structure1 .title {
    padding: 15.5px 10px;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-color: #006856
}

.d-structure1 .title a {
    display: block;
    color: inherit;
    font-size: inherit
}

.d-structure1 .items.i1 {
    width: 350px
}

.d-structure1 .items.i1:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 47px;
    height: 1px;
    background-color: #006856
}

.d-structure1 .items.i2 {
    padding-left: 46px;
    width: calc(100% - 350px)
}

.d-structure1 .items.i2 .item {
    padding: 27.5px 0 27.5px 48px;
    position: relative;
    font-size: 0
}

.d-structure1 .items.i2 .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 1px;
    background-color: #006856
}

.d-structure1 .items.i2 .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #006856
}

.d-structure1 .items.i2 .item .title {
    padding: 14.5px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 284px;
    font-size: 24px
}

.d-structure1 .items.i2 .cont {
    padding: 18px 34px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 284px);
    background-color: rgba(0,104,86,.05);
    position: relative;
    z-index: 1
}

.d-structure1 .items.i2 .cont:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    width: 18px;
    height: 50%;
    background: url(../images/d-triangle1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1
}

.d-structure1 .items.i2 .link a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 2.67
}

.d-structure1 .items.i2 .link a:hover {
    font-weight: 700;
    text-decoration: underline;
    color: #006856
}

.d-structure1 .items.i2 .item:first-child:after {
    top: 50%
}

.d-structure1 .items.i2 .item:last-child:after {
    top: 0;
    bottom: 50%
}

.d-leaderUl-1 {
    margin: 0 -22px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.d-leaderUl-1 li {
    padding: 0 22px;
    margin-bottom: 60px;
    width: 33.33%;
    flex-shrink: 0
}

.d-leaderUl-1 .inner {
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start
}

.d-leaderUl-1 .inner:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    right: 0;
    bottom: 0;
    background-color: rgba(0,104,86,.05);
    z-index: -1
}

.d-leaderUl-1 .left {
    width: 208px;
    background: radial-gradient(circle,#d3d4d8 0,#c0c1c5 100%);
    position: relative;
    flex-shrink: 0
}

.d-leaderUl-1 .left:after {
    content: '';
    display: block;
    padding-top: 133.65%
}

.d-leaderUl-1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-leaderUl-1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-leaderUl-1 .title {
    padding: 11px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,104,86,.8);
    min-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.13;
    z-index: 10
}

.d-leaderUl-1 .title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 32px;
    height: 3px;
    background-color: #bb9f3b;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.d-leaderUl-1 .text {
    padding: 46px 24px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.88
}

.d-leaderUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-title5 {
    margin: 70px 0 32px;
    line-height: 43px;
    background-color: rgba(0,103,80,.05);
    border-bottom: 1px solid #006750;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.d-title5 .title {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-title5 .title span {
    padding: 0 59px 0 30px;
    font-size: 24px;
    color: #006750;
    font-weight: 700;
    position: relative
}

.d-title5 .title span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,103,80,.1);
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    transform: skewX(35deg);
    transform-origin: 0 100%
}

.d-title5 .tips {
    padding: 0 32px;
    font-size: 16px;
    color: #333
}

.d-teachUl-1 {
    margin: 0 -18px -65px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-teachUl-1 li {
    padding: 0 18px;
    margin-bottom: 65px;
    width: 33.33%;
    flex-shrink: 0
}

.d-teachUl-1 .inner {
    display: block;
    background-color: #f2f7f6;
    border-radius: 0 0 40px;
    display: -webkit-flex;
    display: flex
}

.d-teachUl-1 .img {
    width: 206px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.d-teachUl-1 .img:after {
    content: '';
    display: block;
    padding-top: 135.92%
}

.d-teachUl-1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-teachUl-1 .text {
    padding: 30px;
    width: calc(100% - 206px)
}

.d-teachUl-1 .hd {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(0,95,80,.15)
}

.d-teachUl-1 .name {
    padding-left: 22px;
    font-size: 24px;
    color: #005f4f;
    font-weight: 700;
    line-height: 1.1;
    border-left: 3px solid #005f50
}

.d-teachUl-1 .txt {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
    line-height: 1.88;
    height: 7.52em;
    overflow: hidden
}

.d-teachUl-1 .arrow {
    margin-top: 6px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-teachUl-1 .arrow i {
    width: 30px;
    height: 30px;
    background: url(../images/d-arrow8.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-teachUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-teachUl-1 .inner:hover .arrow i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.d-teachDt-hd1 {
    margin-bottom: 48px;
    background-color: rgba(0,104,86,.05);
    border-radius: 0 0 40px;
    display: -webkit-flex;
    display: flex
}

.d-teachDt-hd1 .pic {
    width: 276px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.d-teachDt-hd1 .pic:after {
    content: '';
    display: block;
    padding-top: 135.87%
}

.d-teachDt-hd1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-teachDt-hd1 .text {
    padding: 44px 32px;
    flex-grow: 1
}

.d-teachDt-hd1 .hd {
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(0,95,80,.15)
}

.d-teachDt-hd1 .hd .name {
    padding-left: 22px;
    font-size: 30px;
    color: #005f4f;
    font-weight: 700;
    line-height: 1.1;
    border-left: 3px solid #005f50
}

.d-teachDt-hd1 .bd {
    margin-top: 38px
}

.d-teachDt-hd1 .bd .title {
    font-size: 20px;
    color: #005f4f;
    font-weight: 700;
    line-height: 1.1
}

.d-teachDt-hd1 .bd .title img {
    margin: -2px 12px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 20px
}

.d-teachDt-hd1 .bd .txt {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    line-height: 1.88
}

.d-teachDt-bd1 .item+.item {
    margin-top: 42px
}

.d-teachDt-bd1 .title {
    font-size: 0;
    overflow: hidden
}

.d-teachDt-bd1 .title span {
    padding-right: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #005e4e;
    font-weight: 700;
    line-height: 1.1;
    position: relative
}
.d-teachDt-bd1 .item:nth-child(1) .title span{
    background: url(../images/d-exploration.png);
    background-repeat: no-repeat;
    padding-left: 35px;
}

.d-teachDt-bd1 .item:nth-child(2) .title span{
    background: url(../images/d-gain.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: contain;
}


.d-teachDt-bd1 .item:nth-child(3) .title span{
    background: url(../images/xscg.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: contain;
}
.d-teachDt-bd1 .item:nth-child(4) .title span{
    background: url(../images/d-contact.png);
    background-repeat: no-repeat;
    padding-left: 35px;
}
.d-teachDt-bd1 .title span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(0,95,80,.15)
}

.d-teachDt-bd1 .title img {
    margin: -2px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 34px
}

.d-teachDt-bd1 .txt {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.88
}

.d-structure2 .items {
    font-size: 0;
    text-align: center;
    position: relative
}

.d-structure2 .item {
    position: relative
}

.d-structure2 .title {
    padding: 15.5px 10px;
    min-width: 435px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-color: #006856
}

.d-structure2 .title a {
    display: block;
    color: inherit;
    font-size: inherit
}

.d-structure2 .items.i1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 48px;
    background-color: #006856
}

.d-structure2 .items.i2 {
    padding-top: 48px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-structure2 .items.i2:after {
    content: '';
    position: absolute;
    left: 23.5%;
    top: 48px;
    right: 23.5%;
    height: 1px;
    background-color: #006856
}

.d-structure2 .items.i2 .item {
    padding-top: 48px;
    width: 47%;
    background-color: #f2f7f6;
    flex-shrink: 0
}

.d-structure2 .items.i2 .item:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 48px;
    background-color: #006856
}

.d-structure2 .items.i2 .title {
    padding: 23px 10px;
    display: block;
    font-size: 20px
}

.d-structure2 .items.i2 .cont {
    padding: 30px 58px
}

.d-structure2 .items.i2 .txt {
    font-size: 20px;
    color: #333;
    line-height: 2;
    text-align: left
}

.row-jy1 {
    padding: 60px 0 90px
}

.d-title3 {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.d-title3 .tit {
    padding-bottom: 12px;
    position: relative;
    font-size: 36px;
    color: #333;
    line-height: 1.2;
    font-family: SourceHanSerifCN-Bold
}

.d-title3 .tit:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 3px;
    background-color: #006856;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.d-title3 .more {
    font-size: 16px;
    color: #666;
    line-height: 2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-title3 .more:hover {
    color: #bb9f3b!important
}

.d-title3.white {
    justify-content: space-between;
    align-items: center
}

.d-title3.white .tit {
    color: #fff
}

.d-title3.white .tit:after {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    background-color: #fff
}

.d-title3.white .more {
    color: #fff
}

.d-title3.tal {
    justify-content: space-between;
    align-items: center
}

.d-title3.tal .tit:after {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.d-title4 {
    margin-bottom: 34px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d-title4 .tit {
    padding-left: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    position: relative
}

.d-title4 .tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #fff
}

.d-title4 .more {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-title4 .more:hover {
    color: #c89e0a
}

.d-jy1 {
    position: relative
}

.d-jy1 .jy1-bd {
    padding-top: 46px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-jy1 .jy1-bd:after {
    content: '';
    position: absolute;
    left: 88px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #006856;
    z-index: -1
}

.d-jy1 .jy1-bd .jy1-col,.d-jy1 .jy1-bd .jy1-cor {
    flex-shrink: 0
}

.d-jy1 .jy1-bd .jy1-col {
    width: 63.2%
}

.d-jy1 .jy1-bd .jy1-col .d-title4 {
    padding-left: 120px
}

.d-jy1 .jy1-bd .jy1-cor {
    padding: 0 26px;
    width: 35.83%
}

.d-jy1 .jy1-bd .jy1-cor .d-txtUl-1 {
    padding-top: 6px
}

.d-jy1 .jy1-bt {
    margin-top: -110px;
    height: 222px
}

.d-jy1 .jy1-bt:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background-color: rgba(0,104,86,.1);
    z-index: -10
}

.d-video1 {
    padding-top: 57.36%;
    position: relative;
    overflow: hidden
}

.d-video1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

.d-video1 img,.d-video1 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-video1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    background: url(../images/d-playBtn.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-video1:hover .play-btn {
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    -o-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2)
}

.d-txtUl-1 .inner {
    padding-left: 22px;
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden
}

.d-txtUl-1 .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .time {
    margin-left: 20px;
    padding-left: 12px;
    float: right;
    font-size: 14px;
    color: #dfdfdf;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .time:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #dfdfdf;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .inner:hover:before {
    background-color: #c1990f
}

.d-txtUl-1 .inner:hover .time {
    color: #c1990f
}

.d-txtUl-1 .inner:hover .time:before {
    border-color: #c1990f
}

.d-txtUl-1 .inner:hover .title {
    color: #c1990f
}

.d-imgtxtUl-1 {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-imgtxtUl-1 .inner {
    background-color: #f2f8f7;
    position: relative;
    flex-direction: column;
    justify-content: center
}

.d-imgtxtUl-1 .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 77.93%;
    border-left: 2px dashed rgba(0,104,86,.3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.d-imgtxtUl-1 .img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-imgtxtUl-1 li:first-child .inner:before {
    display: none
}

.d-imgtxtUl-1 .inner:hover .img {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.row-jy2 {
    padding-top: 90px;
    overflow: hidden
}

.row-jy2 .wp {
    height: 100%;
    position: relative
}

.row-jy2 .d-title3 {
    padding-right: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 36.81%;
    z-index: 10
}

.d-jy2 {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex
}

.d-jy2 .jy2-col,.d-jy2 .jy2-cor {
    flex-shrink: 0
}

.d-jy2 .jy2-col {
    padding-top: 105px;
    width: 36.81%
}

.d-jy2 .jy2-cor {
    width: 63.19%
}

.d-imgtxtUl-2 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-imgtxtUl-2 li {
    width: 50%;
    flex-shrink: 0
}

.d-imgtxtUl-2 .inner {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.d-imgtxtUl-2 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-imgtxtUl-2 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-imgtxtUl-2 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

.d-imgtxtUl-2 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-imgtxtUl-2 .icon {
    height: 54px;
    line-height: 54px;
    font-size: 0;
    text-align: center
}

.d-imgtxtUl-2 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-imgtxtUl-2 .title {
    margin-top: 24px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    text-align: center
}

.d-imgtxtUl-2 .inner:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-img1 {
    padding-top: 57.47%;
    position: relative;
    overflow: hidden
}

.d-img1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-img1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.jy2-bd-bt {
    height: 258px
}

.jy2-bd-bt:after {
    content: '';
    position: absolute;
    right: -1000px;
    bottom: 0;
    left: 0;
    height: 258px;
    background-color: #f2f8f7;
    z-index: -1
}

.jy2-bd-bt .d-imgtxtUl-1 li {
    width: 33.33%
}

.d-imgtxtUl-1 {
    height: 100%;
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-imgtxtUl-1 li {
    width: 20%;
    flex-shrink: 0
}

.d-imgtxtUl-1 .inner {
    display: block;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-imgtxtUl-1 .img {
    height: 54px;
    line-height: 54px;
    font-size: 0;
    text-align: center
}

.d-imgtxtUl-1 .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-imgtxtUl-1 .title {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1.2
}

.row-jy3 {
    padding: 70px 0 124px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.d-gzUl-1 {
    height: 522px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex
}

.d-gzUl-1>li {
    width: 18.4%;
    flex-shrink: 0
}

.d-gzUl-1>li>.inner {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.d-gzUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.d-gzUl-1 .hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10
}

.d-gzUl-1 .hd .icon {
    height: 62px;
    line-height: 62px;
    font-size: 0;
    text-align: center
}

.d-gzUl-1 .hd .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-gzUl-1 .hd .title {
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

.d-gzUl-1 .cont {
    padding: 46px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none
}

.d-gzUl-1 .cont .cont-hd {
    margin-bottom: 36px;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.d-gzUl-1 .cont .cont-hd .icon {
    margin-right: 30px;
    width: 50px;
    height: 52px;
    line-height: 52px;
    font-size: 0;
    flex-shrink: 0
}

.d-gzUl-1 .cont .cont-hd .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-gzUl-1 .cont .cont-hd .title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    flex-grow: 1
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover:before {
    background-color: #006856
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover .time {
    color: #006856
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover .time:before {
    background-color: #006856
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover .title {
    color: #006856
}

.d-gzUl-1>li.on {
    width: 63.2%
}

.d-gzUl-1>li.on .hd {
    display: none
}

.d-gzUl-1>li.on .cont {
    display: block
}

/*!****** lib.css end *******/
/*!****** rel *******/
@media only screen and (min-width: 959px) and (max-width:1920px) {
    .header .nav li>a {
        padding:0 1.822vw
    }
}

@media only screen and (max-width: 1599px) {
    .wp {
        width:90%
    }

    .header {
        padding: 0 3.541vw;
        height: 6.875vw
    }

    .header:after {
        height: 12.08vw
    }

    .header .logo {
        margin-top: 1.562vw;
        width: 25%;
        height: 3.645vw;
        line-height: 3.645vw
    }

    .header .header-con {
        width: 75%
    }

    .header .header-set {
        margin: 0 -.625vw
    }

    .header .header-set .item {
        margin: 0 .625vw
    }

    .header .header-set .item:before {
        left: -.625vw;
        height: .729vw
    }

    .header .header-set .header-lang {
        font-size: 12px
    }

    .header .header-set .header-so {
        width: 2.083vw;
        height: 2.083vw;
        -webkit-background-size: 1.041vw auto;
        background-size: 1.041vw auto
    }

    .header .nav {
        margin: 0 -1.25vw
    }

    .header .nav li>a {
        padding: 0 1.5vw;
        font-size: 16px;
        line-height: 3.125vw
    }

    .header .nav .sub {
        padding: .52vw 0
    }

    .header .nav .sub a {
        padding: .312vw .52vw;
        font-size: 12px
    }

    .footer .footer-1 {
        padding: 1.875vw 0
    }

    .footer .footer-logo {
        height: 3.645vw;
        line-height: 3.645vw
    }

    .footer .footer-2 {
        padding: 2.708vw 0 1.041vw
    }

    .footer .footer-link .title {
        margin-bottom: .52vw;
        font-size: 16px
    }

    .footer .footer-link .cont {
        font-size: 12px
    }

    .footer .footer-copy {
        padding: 1.041vw 0 2.083vw;
        font-size: 12px
    }

    .d-title1 {
        margin-bottom: 1.562vw
    }

    .d-title1 .tit {
        padding: .416vw .833vw;
        min-height: 3.906vw;
        -webkit-background-size: auto 3.906vw;
        background-size: auto 3.906vw
    }

    .d-title1 .tit .cn {
        font-size: 2.5vw
    }

    .d-title1 .tit .en {
        margin-top: .208vw;
        padding-left: 1.302vw;
        font-size: 12px
    }

    .d-title1.column .tit {
        padding: 0 .416vw 1.875vw
    }

    .d-title1.column .tit .cn {
        width: 32px
    }

    .d-title1.column .tit .en {
        margin-left: 8px;
        padding-top: 5vw
    }

    .d-title1.column .tit .en span {
        width: 14px
    }

    .d-title1.column .d-btns1 {
        padding: 0 .416vw
    }

    .d-btns1 .b1 {
        padding-right: 20px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
        font-size: 14px
    }

    .d-btns1.column .b1 {
        padding-bottom: 20px;
        width: 23px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .banner .banner-btns {
        bottom: 1.458vw
    }

    .banner .banner-btns .swiper-next,.banner .banner-btns .swiper-prev {
        width: 2.5vw;
        height: 2.5vw;
        -webkit-background-size: .7vw auto;
        background-size: .7vw auto
    }

    .banner .banner-btns .swiper-mouse {
        margin: 0 1.041vw;
        width: 4vw;
        height: 4vw
    }

    .banner .banner-btns .swiper-mouse:after {
        -webkit-background-size: 1.8vw auto;
        background-size: 1.8vw auto
    }

    .banner .banner-btns .swiper-mouse canvas {
        width: calc(100% + 2px);
        height: calc(100% + 2px)
    }

    .row-ind1 {
        padding: 4.531vw 0 3.854vw
    }

    .d-news1 .news1-col .d-nUl-1 {
        margin-bottom: 1.927vw
    }

    .d-news1 .news1-cor .d-nUl-1 {
        margin-top: 1.927vw
    }

    .d-nUl-1 {
        margin-bottom: -1.562vw
    }

    .d-nUl-1 li {
        margin-bottom: 1.562vw
    }

    .d-nUl-1 .text {
        padding: 1.55vw 1.666vw
    }

    .d-nUl-1 .text .tit {
        font-size: 16px
    }

    .d-nUl-1 .time {
        padding: .364vw 0 .781vw;
        left: 1.197vw;
        top: 1.51vw;
        min-width: 60px
    }

    .d-nUl-1 .time .t1 {
        font-size: 22px
    }

    .d-nUl-1 .time .t2 {
        margin-top: .208vw;
        font-size: 12px
    }

    .d-nUl-2 {
        margin: 0 -.937vw -1.875vw
    }

    .d-nUl-2 li {
        padding: 0 .937vw;
        margin-bottom: 1.875vw
    }

    .d-nUl-2 .con {
        padding: 20px 30px;
        min-height: 8.593vw
    }

    .d-nUl-2 .con:after {
        height: .156vw
    }

    .d-nUl-2 .title {
        font-size: 16px
    }

    .d-nUl-2 .time {
        margin-top: 1.354vw;
        font-size: 12px
    }

    .d-nUl-2 .time i {
        margin: -.3vw .416vw 0 0;
        width: 10px;
        height: 10px
    }

    .d-nUl-2 .con:hover {
        border-radius: 2.083vw 0 0;
        box-shadow: 0 .104vw 1.406vw 0 rgba(36,101,68,.44)
    }

    .row-ind2 {
        padding: 4.479vw 0 12.65vw
    }

    .row-ind2 .d-title1 {
        margin-bottom: 1.875vw
    }

    .d-notice-swiper1 {
        padding-bottom: 3.958vw;
        margin: 0 -2.812vw
    }

    .d-notice-swiper1 .inner {
        padding: 1.666vw 2.291vw 2.187vw
    }

    .d-notice-swiper1 .inner:before {
        top: 1.979vw;
        bottom: 2.187vw
    }

    .d-notice-swiper1 .time .t1 {
        margin: .208vw .416vw 0 0
    }

    .d-notice-swiper1 .time .t1 span {
        width: 14px;
        font-size: 12px
    }

    .d-notice-swiper1 .time .t2 {
        font-size: 13px
    }

    .d-notice-swiper1 .time .t3 {
        font-size: 26px
    }

    .d-notice-swiper1 .time .line {
        margin: .104vw 0 0
    }

    .d-notice-swiper1 .tit {
        margin-top: 1.3vw;
        font-size: 16px
    }

    .d-notice-swiper1 .btn {
        padding: 0 .26vw;
        margin-top: .937vw
    }

    .d-notice-swiper1 .btn span {
        padding: 0 .937vw;
        font-size: 12px;
        line-height: 26px
    }

    .d-notice-swiper1 .inner:hover .bg {
        border-radius: 2.604vw 0
    }

    .d-notice-swiper1 .swiper-btns {
        left: 2.812vw;
        right: 2.812vw;
        height: 3.5vw
    }

    .d-notice-swiper1 .swiper-btns .swiper-next,.d-notice-swiper1 .swiper-btns .swiper-prev {
        width: 3.5vw;
        height: 3.5vw
    }

    .d-notice-swiper1 .swiper-btns .swiper-next:after,.d-notice-swiper1 .swiper-btns .swiper-prev:before {
        width: 104.1vw
    }

    .row-ind3 {
        padding: 1px 0 2.291vw
    }

    .row-ind3 .wp {
        margin-top: -8.645vw
    }

    .d-sR1 {
        border-radius: 5.208vw 0 0
    }

    .d-sR2 {
        padding-right: 3.541vw
    }

    .d-sR-swiper1 {
        margin-top: -5.625vw;
        padding: 2.447vw 2.239vw;
        border-radius: 0 0 3.125vw
    }

    .d-sR-swiper1 .img {
        margin-right: 1.666vw;
        width: 17.44vw
    }

    .d-sR-swiper1 .text {
        width: calc(100% - 19.11vw)
    }

    .d-sR-swiper1 .time .t1 {
        margin: .208vw .416vw 0 0
    }

    .d-sR-swiper1 .time .t1 span {
        width: 14px;
        font-size: 12px
    }

    .d-sR-swiper1 .time .t2 {
        font-size: 13px
    }

    .d-sR-swiper1 .time .t3 {
        font-size: 26px
    }

    .d-sR-swiper1 .tit {
        margin-top: 1.406vw;
        font-size: 16px
    }

    .d-sR-swiper1 .txt {
        margin-top: .989vw;
        font-size: 14px
    }

    .d-sR-swiper1 .arrow {
        margin-top: .312vw
    }

    .d-sR-swiper1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-sR-swiper1 .inner:hover .arrow i {
        -webkit-transform: translate(.26vw);
        -ms-transform: translate(.26vw);
        -o-transform: translate(.26vw);
        transform: translate(.26vw)
    }

    .row-ind4 {
        padding: 2.291vw 0 5.677vw
    }

    .d-aE-swiper1 .text {
        padding: 1.458vw
    }

    .d-aE-swiper1 .tit {
        font-size: 16px
    }

    .d-aEUl-1 {
        margin: 0 -.937vw -1.562vw
    }

    .d-aEUl-1 li {
        padding: 0 .937vw;
        margin-bottom: 1.562vw
    }

    .d-aEUl-1 .mask-bg .line-l:after,.d-aEUl-1 .mask-bg .line-l:before,.d-aEUl-1 .mask-bg .line-r:after,.d-aEUl-1 .mask-bg .line-r:before {
        width: 1.822vw;
        height: 1.979vw
    }

    .d-aEUl-1 .mask-bg .line-l:before {
        left: .625vw;
        top: .625vw
    }

    .d-aEUl-1 .mask-bg .line-l:after {
        left: .625vw;
        bottom: .625vw
    }

    .d-aEUl-1 .mask-bg .line-r:before {
        right: .625vw;
        top: .625vw
    }

    .d-aEUl-1 .mask-bg .line-r:after {
        right: .625vw;
        bottom: .625vw
    }

    .d-aEUl-1 .text {
        padding: 2.291vw 1.979vw
    }

    .d-aEUl-1 .tit {
        font-size: 16px
    }

    .d-aEUl-1 .txt {
        margin-top: 1.041vw;
        font-size: 14px
    }

    .d-aEUl-1 .arrow {
        margin-top: .833vw
    }

    .d-aEUl-1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-aEUl-1 .more {
        padding-right: 20px;
        font-size: 14px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .row-ind5 .ind5-col {
        margin-bottom: -4.9vw;
        padding: 7.968vw 0 0 5vw
    }

    .row-ind5 .ind5-col .d-title1 {
        margin: 0 2.187vw 2.968vw 0
    }

    .d-aFE-swiper1 {
        padding: 2.343vw 2.291vw;
        min-height: 22.03vw
    }

    .d-aFE-swiper1 .time .t1 {
        margin: .208vw .416vw 0 0
    }

    .d-aFE-swiper1 .time .t1 span {
        width: 14px;
        font-size: 12px
    }

    .d-aFE-swiper1 .time .t2 {
        font-size: 13px
    }

    .d-aFE-swiper1 .time .t3 {
        font-size: 26px
    }

    .d-aFE-swiper1 .tit {
        margin-top: 2.083vw;
        font-size: 16px
    }

    .d-aFE-swiper1 .txt {
        margin-top: 1.718vw;
        font-size: 14px
    }

    .d-aFE-swiper1 .arrow {
        margin-top: 2.552vw
    }

    .d-aFE-swiper1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-aFE-swiper1 .inner:hover .arrow i {
        -webkit-transform: translate(.26vw);
        -ms-transform: translate(.26vw);
        -o-transform: translate(.26vw);
        transform: translate(.26vw)
    }

    .d-aFE-swiper1 .swiper-pagination {
        bottom: 2.5vw
    }

    .d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .598vw;
        width: .364vw;
        height: .364vw
    }

    .d-aFE-video1 .play-btn {
        width: 6vw;
        height: 6vw
    }

    .d-aFE-list {
        right: 5vw;
        width: 58vw
    }

    .d-aFE-list .list {
        padding: 1.562vw 1.77vw
    }

    .d-aFEUl-1 {
        margin-bottom: -1.041vw
    }

    .d-aFEUl-1 li {
        margin-bottom: 1.041vw
    }

    .d-aFEUl-1 .time {
        width: 4vw;
        height: 4vw;
        font-size: 12px
    }

    .d-aFEUl-1 .text {
        padding-left: 1.354vw;
        width: calc(100% - 4vw)
    }

    .d-aFEUl-1 .tit {
        font-size: 16px
    }

    .row-ind6 {
        padding: 23.57vw 0 6.25vw
    }

    .row-ind6 .d-title1 {
        height: 20.4vw
    }

    .d-fLUl-1 {
        margin: 0 -.937vw -1.875vw
    }

    .d-fLUl-1 li {
        padding: 0 .937vw;
        margin-bottom: 1.875vw
    }

    .d-fLUl-1 .inner:after {
        left: .937vw;
        top: .937vw;
        right: .937vw;
        bottom: .937vw
    }

    .d-fLUl-1 .tit {
        padding-bottom: .52vw;
        left: 1.875vw;
        top: 2.239vw;
        width: 24px;
        font-size: 20px
    }

    .d-fLUl-1 .tit:after {
        height: 2.604vw
    }

    .d-fLUl-1 .more {
        padding-bottom: 18px;
        right: 1.77vw;
        bottom: 2.187vw;
        width: 14px;
        font-size: 14px;
        background-size: 10px auto
    }

    .d-fLUl-1 .inner:hover .tit:after {
        height: 3.645vw
    }

    .d-fLUl-1 .inner:hover .more {
        -webkit-transform: translateY(-.26vw);
        -ms-transform: translateY(-.26vw);
        -o-transform: translateY(-.26vw);
        transform: translateY(-.26vw)
    }

    .row-ind7 {
        padding: 7.291vw 0 6.25vw
    }

    .row-ind7 .ind7-bg {
        height: 36.56vw
    }

    .row-ind7 .d-title1 {
        top: 7.291vw;
        right: 5vw
    }

    .row-ind7 .d-title1 .d-btns1 {
        padding: 0 1.041vw;
        margin-top: 3.020vw
    }

    .d-aD1 {
        margin-right: 5vw
    }

    .d-aD2 .icon {
        margin: 0 auto .937vw;
        width: 3.125vw;
        height: 3.125vw;
        line-height: 3.125vw
    }

    .d-aD2 .tit {
        font-size: 1.554vw
    }

    .d-aD4 .mask-bg .line {
        left: .833vw;
        top: .833vw;
        right: .833vw;
        bottom: .833vw
    }

    .d-aD4 .tit {
        font-size: 1.35vw
    }

    .ban {
        height: 39.47vw
    }

    .ban .ban-cont {
        padding-left: 5%;
        bottom: 2.708vw
    }

    .ban .ban-cont .title {
        font-size: 2.5vw
    }

    .ban .ban-cont .ban-nav {
        margin: 1.979vw -.26vw -.52vw
    }

    .ban .ban-cont .ban-nav a {
        padding: 0 .26vw;
        margin-bottom: .52vw;
        font-size: 16px
    }

    .row-in1 {
        padding: 2.604vw 0 4.062vw
    }

    .d-title2 {
        margin-bottom: 2.291vw
    }

    .d-title2 .tit span {
        padding: 0 .833vw 0 1.458vw;
        font-size: 2.5vw
    }

    .d-title2 .tit span:after {
        width: 104.1vw
    }

    .d-title2 .cur {
        margin-left: .52vw;
        padding-left: 16px;
        font-size: 14px;
        background-size: 12px auto
    }

    .d-title2 .cur a,.d-title2 .cur span {
        margin: 0 .26vw
    }

    .pages {
        padding-top: 4.322vw
    }

    .pages ul li {
        padding: 0 .26vw
    }

    .pages ul li a,.pages ul li span {
        padding: 0 .416vw;
        font-size: 14px;
        min-width: 1.979vw;
        line-height: 1.875vw
    }

    .d-nUl-3 .inner {
        padding: 1.25vw
    }

    .d-nUl-3 .img {
        margin-right: 1.875vw;
        width: 16.51vw
    }

    .d-nUl-3 .text {
        padding: 1.041vw 0
    }

    .d-nUl-3 .time {
        padding-left: 16px;
        font-size: 14px;
        background-size: 12px auto
    }

    .d-nUl-3 .title {
        margin-top: 1.093vw;
        font-size: 16px
    }

    .d-nUl-3 .txt {
        margin-top: 1.041vw;
        font-size: 14px
    }

    .d-nUl-3 .inner:hover .bg {
        border-radius: 0 0 2.604vw
    }

    .d-nUl-3 .inner:hover .img {
        border-radius: 2.604vw 0 0
    }

    .d-nUl-4 .inner {
        padding: 0 2.083vw 0 3.020vw;
        height: 3.958vw;
        line-height: 3.958vw
    }

    .d-nUl-4 .inner:before {
        left: 1.354vw;
        width: 6px;
        height: 6px
    }

    .d-nUl-4 .time {
        padding-left: 16px;
        margin-left: .781vw;
        font-size: 14px;
        background-size: 12px auto
    }

    .d-nUl-4 .title {
        font-size: 16px
    }

    .d-nUl-4 .inner:hover {
        box-shadow: 0 .156vw .833vw 0 rgba(0,104,86,.5)
    }

    .d-hisUl-1 .inner {
        width: calc(50% + 8.333vw)
    }

    .d-hisUl-1 .text {
        width: 16.66vw
    }

    .d-hisUl-1 .text .year {
        padding-right: 3.281vw;
        font-size: 3.697vw;
        background-size: 2.76vw auto
    }

    .d-hisUl-1 .text .txt {
        margin-top: .937vw;
        font-size: 14px
    }

    .d-hisUl-1 .pic {
        margin-top: .781vw;
        width: calc(100% - 19.06vw)
    }

    .d-hisUl-1 li:first-child .text {
        padding-top: 1.562vw
    }

    .d-hisUl-1 li:nth-child(even) .text .year {
        padding-left: 3.281vw
    }

    .d-hisUl-1 li:nth-child(even) .pic {
        margin-top: .781vw
    }

    .d-intro1 {
        padding-top: 1.041vw;
        font-size: 14px
    }

    .d-intro1 .title {
        margin-bottom: 1.77vw;
        font-size: 1.65vw
    }

    .row-in2 {
        padding-top: 2.708vw;
        padding-left: 5%
    }

    .d-structure1 .title {
        padding: .807vw .52vw;
        font-size: 18px
    }

    .d-structure1 .items.i1 {
        width: 18.22vw
    }

    .d-structure1 .items.i1:before {
        width: 2.447vw
    }

    .d-structure1 .items.i2 {
        padding-left: 2.395vw;
        width: calc(100% - 18.22vw)
    }

    .d-structure1 .items.i2 .item {
        padding: 1.432vw 0;
        padding-left: 2.5vw
    }

    .d-structure1 .items.i2 .item:before {
        width: 2.5vw
    }

    .d-structure1 .items.i2 .item .title {
        padding: .755vw .52vw;
        width: 14.79vw;
        font-size: 16px
    }

    .d-structure1 .items.i2 .cont {
        padding: .937vw 1.77vw;
        width: calc(100% - 14.79vw)
    }

    .d-structure1 .items.i2 .cont:before {
        left: -.937vw;
        width: .937vw
    }

    .d-structure1 .items.i2 .link a {
        font-size: 14px
    }

    .d-leaderUl-1 {
        margin: 0 -1.145vw
    }

    .d-leaderUl-1 li {
        padding: 0 1.145vw;
        margin-bottom: 3.125vw
    }

    .d-leaderUl-1 .inner {
        padding-bottom: 1.666vw
    }

    .d-leaderUl-1 .inner:after {
        left: 1.041vw;
        top: 1.041vw
    }

    .d-leaderUl-1 .left {
        width: 10.83vw
    }

    .d-leaderUl-1 .title {
        padding: .572vw .781vw;
        font-size: 14px;
        min-height: 2.083vw
    }

    .d-leaderUl-1 .title:after {
        width: 1.666vw;
        height: .156vw
    }

    .d-leaderUl-1 .text {
        padding: 2.395vw 1.25vw 0;
        font-size: 14px
    }

    .d-teachUl-1 {
        margin: 0 -.937vw -3.385vw
    }

    .d-teachUl-1 li {
        padding: 0 .937vw;
        margin-bottom: 3.385vw
    }

    .d-teachUl-1 .inner {
        border-radius: 0 0 2.083vw
    }

    .d-teachUl-1 .img {
        width: 10.72vw
    }

    .d-teachUl-1 .text {
        padding: 1.562vw;
        width: calc(100% - 10.72vw)
    }

    .d-teachUl-1 .hd {
        padding-bottom: 1.354vw
    }

    .d-teachUl-1 .name {
        padding-left: 1.145vw;
        font-size: 16px
    }

    .d-teachUl-1 .txt {
        margin-top: .833vw;
        font-size: 14px
    }

    .d-teachUl-1 .arrow {
        margin-top: .312vw
    }

    .d-teachUl-1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-teachUl-1 .inner:hover .arrow i {
        -webkit-transform: translateX(.26vw);
        -ms-transform: translateX(.26vw);
        -o-transform: translateX(.26vw);
        transform: translateX(.26vw)
    }

    .d-teachDt-hd1 {
        margin-bottom: 2.5vw
    }

    .d-teachDt-hd1 .pic {
        width: 14.37vw
    }

    .d-teachDt-hd1 .text {
        padding: 2.291vw 1.666vw
    }

    .d-teachDt-hd1 .hd {
        padding-bottom: 1.979vw
    }

    .d-teachDt-hd1 .hd .name {
        padding-left: 1.145vw;
        font-size: 22px
    }

    .d-teachDt-hd1 .bd {
        margin-top: 1.979vw
    }

    .d-teachDt-hd1 .bd .title {
        font-size: 16px
    }

    .d-teachDt-hd1 .bd .title img {
        margin: -2px .625vw 0 0;
        max-width: 16px
    }

    .d-teachDt-hd1 .bd .txt {
        margin-top: 1.562vw;
        font-size: 14px
    }

    .d-teachDt-bd1 .item+.item {
        margin-top: 2.187vw
    }

    .d-teachDt-bd1 .title span {
        padding-right: .729vw;
        font-size: 16px
    }

    .d-teachDt-bd1 .title span:after {
        width: 104.1vw
    }

    .d-teachDt-bd1 .title img {
        margin: -.104vw .52vw 0 0;
        max-width: 18px
    }

    .d-teachDt-bd1 .txt {
        margin-top: 1.041vw;
        font-size: 14px
    }

    .d-structure2 .title {
        padding: .807vw .52vw;
        min-width: 22.65vw;
        font-size: 16px
    }

    .d-structure2 .items.i1:after {
        height: 2.5vw
    }

    .d-structure2 .items.i2 {
        padding-top: 2.5vw
    }

    .d-structure2 .items.i2:after {
        top: 2.5vw
    }

    .d-structure2 .items.i2 .item {
        padding-top: 2.5vw
    }

    .d-structure2 .items.i2 .item:after {
        height: 2.5vw
    }

    .d-structure2 .items.i2 .title {
        padding: 1.197vw .52vw;
        font-size: 14px
    }

    .d-structure2 .items.i2 .cont {
        padding: 1.562vw 3.020vw
    }

    .d-structure2 .items.i2 .txt {
        font-size: 12px
    }

    .row-jy1 {
        padding: 3.125vw 0 4.687vw
    }

    .d-title3 {
        margin-bottom: 2.083vw
    }

    .d-title3 .tit {
        padding-bottom: .625vw;
        font-size: 2.2vw
    }

    .d-title3 .tit:after {
        width: 1.666vw;
        height: .156vw
    }

    .d-title3 .more {
        font-size: 14px
    }

    .d-title4 {
        margin-bottom: 1.77vw
    }

    .d-title4 .tit {
        padding-left: 1.041vw;
        font-size: 1.9vw
    }

    .d-title4 .tit:before {
        width: .156vw
    }

    .d-title4 .more {
        font-size: 14px
    }

    .d-jy1 .jy1-bd {
        padding-top: 2.395vw
    }

    .d-jy1 .jy1-bd:after {
        left: 4.583vw
    }

    .d-jy1 .jy1-bd .jy1-col .d-title4 {
        padding-left: 6.25vw
    }

    .d-jy1 .jy1-bd .jy1-cor {
        padding: 0 1.354vw
    }

    .d-jy1 .jy1-bd .jy1-cor .d-txtUl-1 {
        padding-top: .312vw
    }

    .d-jy1 .jy1-bt {
        margin-top: -5.729vw;
        height: 11.56vw
    }

    .d-video1 .play-btn {
        width: 5.729vw;
        height: 5.729vw
    }

    .d-txtUl-1 .inner {
        padding-left: 1.145vw;
        height: 4vw;
        line-height: 4vw
    }

    .d-txtUl-1 .inner:before {
        width: .416vw;
        height: .416vw
    }

    .d-txtUl-1 .time {
        margin-left: 1.041vw;
        padding-left: .625vw;
        font-size: 14px
    }

    .d-txtUl-1 .time:before {
        width: .104vw;
        height: .833vw
    }

    .d-txtUl-1 .title {
        font-size: 16px
    }

    .d-imgtxtUl-1 .img {
        height: 2.812vw;
        line-height: 2.812vw
    }

    .row-jy2 {
        padding-top: 4.687vw
    }

    .row-jy2 .d-title3 {
        padding-right: .937vw
    }

    .d-jy2 .jy2-col {
        padding-top: 5.468vw
    }

    .d-imgtxtUl-2 .icon {
        height: 3.5vw;
        line-height: 3.5vw
    }

    .d-imgtxtUl-2 .title {
        margin-top: 1.25vw;
        font-size: 16px
    }

    .jy2-bd-bt {
        height: 13.43vw
    }

    .jy2-bd-bt:after {
        right: -52.08vw;
        height: 13.43vw
    }

    .d-imgtxtUl-1 .img {
        height: 3.5vw;
        line-height: 3.5vw
    }

    .d-imgtxtUl-1 .title {
        margin-top: 1.25vw;
        margin-top: 1.562vw;
        font-size: 16px
    }

    .row-jy3 {
        padding: 3.645vw 0 6.458vw
    }

    .d-gzUl-1 {
        height: 34vw
    }

    .d-gzUl-1 .hd .icon {
        height: 4.2vw;
        line-height: 4.2vw
    }

    .d-gzUl-1 .hd .title {
        margin-top: 1.562vw;
        font-size: 1.65vw
    }

    .d-gzUl-1 .cont {
        padding: 2.395vw
    }

    .d-gzUl-1 .cont .cont-hd {
        margin-bottom: 1.875vw
    }

    .d-gzUl-1 .cont .cont-hd .icon {
        margin-right: 1.562vw;
        width: 3vw;
        height: 3vw;
        line-height: 3vw
    }

    .d-gzUl-1 .cont .cont-hd .title {
        font-size: 1.65vw
    }
.yqlj li{
    width: 48%;
    font-size:18px;
}


}

@media only screen and (max-width: 1199px) {
    .header {
        padding:0 20px
    }

    .header .logo {
        width: 25%
    }

    .header .header-con {
        width: 75%
    }

    .header .nav li>a {
        padding: 0 1.3vw;
        font-size: 14px
    }

    .header .header-set .item:before {
        height: .9vw
    }

    .header .header-set .header-so {
        -webkit-background-size: 1.2vw auto;
        background-size: 1.2vw auto
    }

    .d-title1 {
        margin-bottom: 20px!important
    }

    .d-title1 .tit {
        padding: 4px 10px 10px
    }

    .d-title1 .tit .cn {
        font-size: 24px
    }

    .d-title1 .tit .en {
        margin-top: 4px
    }

    .d-title1.column .tit {
        padding-bottom: 20px
    }

    .banner .banner-btns .swiper-next,.banner .banner-btns .swiper-prev {
        width: 30px;
        height: 30px;
        -webkit-background-size: 9px auto;
        background-size: 9px auto
    }

    .banner .banner-btns .swiper-mouse {
        width: 50px;
        height: 50px
    }

    .banner .banner-btns .swiper-mouse:after {
        -webkit-background-size: 24px auto;
        background-size: 24px auto
    }

    .row-ind1 {
        padding: 60px 0
    }

    .d-nUl-2 .con {
        padding: 15px 20px
    }

    .row-ind2 {
        padding: 60px 0 190px
    }

    .d-notice-swiper1 .swiper-btns {
        height: 34px
    }

    .d-notice-swiper1 .swiper-btns .swiper-next,.d-notice-swiper1 .swiper-btns .swiper-prev {
        width: 34px;
        height: 34px
    }

    .d-notice-swiper1 .swiper-btns .swiper-prev {
        left: 45%
    }

    .d-notice-swiper1 .swiper-btns .swiper-next {
        right: 45%
    }

    .row-ind3 {
        padding: 1px 0 30px
    }

    .row-ind3 .wp {
        margin-top: -130px
    }

    .d-sR-swiper1 {
        margin-top: -80px
    }

    .d-sR-swiper1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .row-ind4 {
        padding: 30px 0 80px
    }

    .d-aEUl-1 .txt {
        height: 3em
    }

    .d-aEUl-1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .row-ind5 .ind5-col {
        padding: 80px 0 0 5vw;
        margin-bottom: -60px
    }

    .d-aFE-swiper1 {
        min-height: 270px
    }

    .d-aFE-swiper1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 4px;
        height: 4px
    }

    .d-aFEUl-1 .time {
        width: 50px;
        height: 50px
    }

    .row-ind6 {
        padding: 280px 0 80px
    }

    .row-ind6 .d-title1 {
        margin: 0;
        height: 240px
    }

    .row-ind7 {
        padding: 90px 0 70px
    }

    .d-aD2 .icon {
        height: 36px;
        line-height: 36px;
        width: 36px
    }

    .d-aD2 .tit {
        font-size: 18px
    }

    .d-aD4 .tit {
        font-size: 16px
    }

    .ban .ban-cont .title {
        font-size: 24px
    }

    .ban .ban-cont .ban-nav a {
        font-size: 14px
    }

    .d-title2 .tit span {
        font-size: 24px
    }

    .pages ul li a,.pages ul li span {
        min-width: 24px;
        line-height: 22px
    }

    .d-nUl-3 .img {
        width: 25%
    }

    .d-nUl-4 .inner {
        height: 50px;
        line-height: 50px
    }

    .d-intro1 .title {
        font-size: 18px
    }

    .d-teachDt-hd1 .pic {
        width: 180px
    }

    .d-title3 .tit {
        font-size: 22px
    }

    .d-title4 .tit {
        font-size: 18px
    }
}

@media only screen and (max-width: 959px) {
    .wp {
        width:100%;
        padding: 0 20px
    }

    .header {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        background: linear-gradient(180deg, #006856, transparent);
    }

    .header .logo {
        margin-top: 10px;
        width: 200px;
        height: 40px;
        line-height: 40px;
        position: relative;
        z-index: 10
    }

    .menuBtn {
        display: block
    }

    .header .header-con {
        padding-top: 60px;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0,94,77,.9);
        z-index: 9;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .header .header-con .scroll {
        padding: 20px 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        overflow-y: auto
    }

    .header .header-con.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .header .header-set {
        margin: 0;
        display: block;
        position: absolute;
        right: 50px;
        top: 10px;
        z-index: 10
    }

    .header .header-set .header-so {
        width: 40px;
        height: 40px;
        -webkit-background-size: 24px auto;
        background-size: 24px auto
    }

    .header .header-con .header-set {
        margin-top: 10px;
        padding: 0 30px;
        line-height: 40px;
        position: static;
        order: 2
    }

    .header .header-con .header-set .header-lang a {
        background-color: #fff;
        color: #006856
    }

    .header .header-con .header-set .header-so {
        display: none
    }

    .header .nav {
        display: block;
        order: 1
    }

    .header .nav li>a {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 1.5;
        position: relative
    }

    .header .nav li>a i {
        display: block
    }

    .header .nav li.on>a i {
        -webkit-transform: translateY(-50%) rotateX(180deg);
        -ms-transform: translateY(-50%) rotateX(180deg);
        -o-transform: translateY(-50%) rotateX(180deg);
        transform: translateY(-50%) rotateX(180deg)
    }

    .header .nav .sub {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .header .nav .sub a {
        text-align: left;
        font-size: 14px;
        padding: 5px 40px
    }

    .pop-search .pop-search-close {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px
    }

    .search-box {
        width: 300px
    }
.footer .footer-copy .fwz {
        margin: 0 auto;
}
    .footer .footer-1 {
        padding: 15px 0
    }

    .footer .footer-logo {
        height: 30px;
        line-height: 30px
    }

    .footer .footer-2 {
        padding: 15px 0 5px;
        display: block
    }

    .footer .footer-link {
        margin-bottom: 15px;
        width: 100%
    }

    .footer .footer-copy {
        padding: 5px 0 15px;
        width: 100%;
        flex-direction: column;
    }

    .d-title1 .tit {
        min-height: 60px;
        -webkit-background-size: auto 60px;
        background-size: auto 60px
    }

    .banner {
        height: 70vw
    }

    .row-ind1 {
        padding: 50px 0
    }

    .d-news1 {
        display: block
    }

    .d-news1 .news1-col,.d-news1 .news1-cor {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column
    }

    .d-news1 .news1-col {
        margin-bottom: 30px
    }

    .d-news1 .news1-col .d-nUl-1 {
        margin: 0 0 10px
    }

    .d-nUl-1 {
        order: 1
    }

    .d-nUl-1 .time {
        padding: 5px 10px 10px;
        left: 15px;
        top: 15px
    }

    .d-nUl-1 .text {
        padding: 10px 15px
    }

    .d-nUl-2 {
        margin-bottom: -10px;
        order: 2
    }

    .d-nUl-2 li {
        margin-bottom: 10px;
        width: 100%
    }

    .d-nUl-2 .con {
        padding: 20px
    }

    .d-news1 .news1-cor .d-nUl-1 {
        margin: 0 0 15px
    }

    .row-ind2 {
        padding: 50px 0 90px
    }

    .d-notice-swiper1 {
        padding-bottom: 50px;
        margin: 0
    }

    .d-notice-swiper1 .slider {
        margin: 0 -2px
    }

    .d-notice-swiper1 .inner {
        padding: 30px
    }

    .d-notice-swiper1 .tit {
        margin-top: 16px
    }

    .d-notice-swiper1 .btn {
        margin-top: 15px
    }

    .d-notice-swiper1 .btn span {
        padding: 0 10px
    }

    .d-notice-swiper1 .swiper-btns .swiper-prev {
        left: 36%
    }

    .d-notice-swiper1 .swiper-btns .swiper-next {
        right: 36%
    }

    .row-ind3 {
        padding: 1px 0 25px
    }

    .row-ind3 .wp {
        margin-top: -40px
    }

    .d-sR2 {
        padding: 30px 0 0;
        display: block
    }

    .d-sR2 .d-title1 {
        width: 100%
    }

    .d-sR-swiper1 {
        margin: 0;
        padding: 15px;
        width: 100%
    }

    .d-sR-swiper1 .inner {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .d-sR-swiper1 .img {
        margin: 0 0 15px;
        width: 100%
    }

    .d-sR-swiper1 .text {
        width: 100%
    }

    .d-sR-swiper1 .tit {
        margin-top: 16px
    }

    .d-sR-swiper1 .txt {
        margin-top: 10px
    }

    .d-sR-swiper1 .arrow {
        margin-top: 8px
    }

    .row-ind4 {
        padding: 25px 0 50px
    }

    .d-aE1 {
        display: block
    }

    .d-aE1 .aE1-col,.d-aE1 .aE1-cor {
        width: 100%
    }

    .d-aE1 .aE1-col {
        margin-bottom: 10px
    }

    .d-aEUl-1 {
        margin: 0 -5px -10px
    }

    .d-aEUl-1 li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .d-aEUl-1 .mask-bg,.d-aEUl-1 .text {
        display: none
    }

    .d-aEUl-1 li.i4 .mask-bg {
        display: block
    }

    .d-aEUl-1 li.i4 .text {
        display: -webkit-flex;
        display: flex
    }

    .d-aEUl-1 li.i4 .inner {
        padding-top: 74.6%
    }

    .row-ind5 {
        display: block
    }

    .row-ind5 .ind5-col,.row-ind5 .ind5-cor {
        width: 100%
    }

    .row-ind5 .ind5-col {
        padding: 50px 0 0 20px;
        margin: 0
    }

    .row-ind5 .ind5-col .d-title1 {
        margin-right: 20px
    }

    .d-aFE-swiper1 {
        padding: 30px;
        margin-left: -20px;
        min-height: 250px
    }

    .d-aFE-swiper1 .tit {
        margin-top: 16px
    }

    .d-aFE-swiper1 .txt {
        margin-top: 10px
    }

    .d-aFE-swiper1 .arrow {
        margin-top: 8px
    }

    .d-aFE-swiper1 .swiper-pagination {
        padding: 0;
        right: 0;
        bottom: 20px;
        text-align: center
    }

    .d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px!important
    }

    .d-aFE-list {
        position: static;
        width: 100%;
        flex-wrap: wrap
    }

    .d-aFE-list .pic {
        width: 100%;
        padding-top: 69.62%;
        position: relative
    }

    .d-aFE-list .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .d-aFE-list .list {
        padding: 20px;
        width: 100%
    }

    .d-aFEUl-1 {
        margin-bottom: -10px
    }

    .d-aFEUl-1 li {
        margin-bottom: 10px
    }

    .d-aFEUl-1 .text {
        padding-left: 15px
    }

    .d-aFE-video1 .play-btn {
        width: 50px;
        height: 50px
    }

    .row-ind6 {
        padding: 50px 0
    }

    .row-ind6 .d-title1 {
        margin: 0!important
    }

    .d-fLUl-1 {
        margin: 0 -5px -10px;
        flex-wrap: wrap;
        width: 78%
    }

    .d-fLUl-1 li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%
    }

    .d-fLUl-1 .inner {
        height: auto;
        padding-top: 177.3%
    }

    .d-fLUl-1 .inner:after {
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px
    }

    .d-fLUl-1 .tit {
        left: 16px;
        top: 20px;
        padding-bottom: 6px
    }

    .d-fLUl-1 .tit:after {
        height: 30px
    }

    .d-fLUl-1 .more {
        right: 16px;
        bottom: 16px
    }

    .d-fLUl-1 .inner:hover .tit:after {
        height: 50px
    }

    .row-ind7 {
        padding: 50px 20px
    }

    .row-ind7 .d-title1 {
        position: relative;
        top: auto;
        right: auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .row-ind7 .d-title1 .d-btns1 {
        margin: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .row-ind7 .ind7-bg {
        height: 100%
    }

    .d-aD1 {
        margin: 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }

    .d-aD1 .item {
        position: relative;
        left: 0!important;
        top: 0!important;
        right: 0!important;
        bottom: 0!important;
        width: 100%!important
    }

    .d-aD1 .item.i2:after,.d-aD1 .item.i4:after {
        padding-top: 40%
    }

    .ban {
        height: 40vw
    }

    .ban .ban-cont {
        display: none
    }

    .row-in1 {
        padding: 40px 0
    }

    .d-title2 {
        margin-bottom: 20px;
        display: block
    }

    .d-title2 .tit span {
        padding: 0 10px 0 15px
    }

    .d-title2 .cur {
        margin: 10px 0 0
    }

    .d-nUl-3 .inner {
        padding: 10px
    }

    .d-nUl-3 .img {
        margin-right: 15px;
        width: 140px
    }

    .d-nUl-4 .inner {
        padding: 0 10px 0 20px
    }

    .d-nUl-4 .time {
        font-size: 12px
    }

    .d-nUl-4 .title {
        font-size: 14px
    }

    .d-hisUl-1 {
        margin-bottom: -10px
    }

    .d-hisUl-1 li {
        margin-bottom: 10px
    }

    .d-hisUl-1 .inner {
        width: 100%
    }

    .d-hisUl-1 .text {
        padding: 10px;
        width: 100px
    }

    .d-hisUl-1 .text .year {
        font-size: 18px
    }

    .d-hisUl-1 .pic {
        margin: 0!important;
        width: calc(100% - 110px)
    }

    .d-intro1 .title {
        margin-bottom: 15px
    }

    .row-in2 {
        padding: 20px 0 0 20px
    }

    .d-structure1 .title {
        padding: 15px
    }

    .d-structure1 .items.i2 .item .title {
        padding: 10px
    }

    .d-structure1 .items.i2 .cont {
        padding: 10px 20px
    }

    .d-structure1 .items.i2 .link a {
        line-height: 2
    }

    .d-leaderUl-1 {
        margin-bottom: -20px
    }

    .d-leaderUl-1 li {
        margin-bottom: 20px;
        width: 100%
    }

    .d-leaderUl-1 .left {
        width: 150px
    }

    .d-leaderUl-1 .title {
        padding: 15px 10px
    }

    .d-leaderUl-1 .text {
        padding: 15px
    }

    .d-title5 {
        margin: 40px 0 20px
    }

    .d-title5 .title span {
        font-size: 20px
    }

    .d-title5 .tips {
        width: 100%;
        text-align: right
    }

    .d-teachUl-1 {
        margin-bottom: -20px
    }

    .d-teachUl-1 li {
        margin-bottom: 20px;
        width: 100%
    }

    .d-teachUl-1 .img {
        width: 140px
    }

    .d-teachUl-1 .text {
        padding: 20px;
        width: calc(100% - 140px)
    }

    .d-teachUl-1 .hd {
        padding-bottom: 10px
    }

    .d-teachUl-1 .txt {
        margin-top: 5px
    }

    .d-teachUl-1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 12px auto;
        background-size: 12px auto
    }

    .d-teachDt-hd1 {
        margin-bottom: 20px;
        display: block;
        border-radius: 0 0 20px
    }

    .d-teachDt-hd1 .pic {
        margin: 0 auto
    }

    .d-teachDt-hd1 .text {
        padding: 20px
    }

    .d-teachDt-hd1 .hd {
        padding-bottom: 15px
    }

    .d-teachDt-hd1 .bd {
        margin-top: 15px
    }

    .d-teachDt-bd1 .txt,.d-teachDt-hd1 .bd .txt {
        margin-top: 10px
    }

    .d-teachDt-bd1 .item+.item {
        margin-top: 20px
    }

    .d-structure2 .title {
        padding: 10px 15px
    }

    .d-structure2 .items.i2 .title {
        padding: 10px
    }

    .d-structure2 .items.i2 .cont {
        padding: 15px 20px
    }

    .row-jy1 {
        padding: 40px 0
    }

    .d-title3 {
        margin-bottom: 30px
    }

    .d-title3 .tit {
        padding-bottom: 10px
    }

    .d-title3 .tit:after {
        width: 20px;
        height: 2px
    }

    .d-title4 {
        margin-bottom: 20px
    }

    .d-title4 .tit {
        padding-left: 15px
    }

    .d-title4 .tit:before {
        width: 2px
    }

    .d-jy1 .jy1-bd {
        padding: 30px 0;
        flex-wrap: wrap
    }

    .d-jy1 .jy1-bd:after {
        right: -20px;
        left: -20px
    }

    .d-jy1 .jy1-bd .jy1-col,.d-jy1 .jy1-bd .jy1-cor {
        width: 100%
    }

    .d-jy1 .jy1-bd .jy1-col {
        margin-bottom: 30px
    }

    .d-jy1 .jy1-bd .jy1-col .d-title4 {
        padding: 0
    }

    .d-video1 .play-btn {
        width: 60px;
        height: 60px
    }

    .d-txtUl-1 .inner {
        padding-left: 15px;
        height: 40px;
        line-height: 40px
    }

    .d-txtUl-1 .inner:before {
        width: 6px;
        height: 6px
    }

    .d-txtUl-1 .time {
        padding-left: 10px;
        margin-left: 15px
    }

    .d-txtUl-1 .time:before {
        width: 2px;
        height: 12px
    }

    .d-jy1 .jy1-bt {
        margin: 0;
        height: 120px
    }

    .d-jy1 .jy1-bt:after {
        left: -20px;
        right: -20px;
        background-color: #f2f8f7
    }

    .d-imgtxtUl-1 li {
        width: 33.33%
    }

    .d-imgtxtUl-1 .img {
        height: 28px;
        line-height: 28px
    }

    .d-imgtxtUl-1 .title {
        margin-top: 10px
    }

    .row-jy2 {
        padding-top: 40px
    }

    .row-jy2 .d-title3 {
        padding: 0;
        position: static;
        width: 100%
    }

    .d-jy2 {
        flex-wrap: wrap
    }

    .d-jy2 .jy2-col,.d-jy2 .jy2-cor {
        padding: 0;
        width: 100%
    }

    .jy2-bd-bt,.jy2-bd-bt:after {
        height: 120px
    }

    .d-imgtxtUl-2 .icon {
        height: 28px;
        line-height: 28px
    }

    .d-imgtxtUl-2 .title {
        margin-top: 10px
    }

    .row-jy3 {
        padding: 40px 0
    }

    .d-gzUl-1 {
        height: auto;
        flex-wrap: wrap
    }

    .d-gzUl-1 li {
        width: 100%!important
    }

    .d-gzUl-1 .hd {
        display: none
    }

    .d-gzUl-1 .cont {
        padding: 30px 20px;
        display: block;
        position: relative
    }

    .d-gzUl-1 .cont .cont-hd {
        margin-bottom: 15px
    }

    .d-gzUl-1 .cont .cont-hd .icon {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .d-gzUl-1 .cont .cont-hd .title {
        font-size: 18px
    }

.d-hisUl-1 li .nopic{
display:none;
}
.d-hisUl-1 li .nopictxt{
width:100%;
height:auto;
}
.yqlj li{
    width: 48%;
font-size:16px;
}
}

/*!****** rel end *******/
.g-nav-m {
    position: relative;
    background-color: #006856;
    color: #fff;
    height: 46px;
    font-size: 18px;
    padding: 0 15px;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    display: none;
    position:relative;
}
.g-nav-m span{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 11px;
    height: 8px;
    background: url(../images/d-down1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.g-nav-m .txt {
    position: relative;
    width: 100%
}

.g-nav-m .txt:after {
   
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 8px;
    background: url(../images/d-down1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.g-nav-m .option {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 10;
    margin: 5px 0;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    font-size: 14px;
    color: rgba(0,0,0,.8);
    line-height: 26px;
    max-height: 288px;
    overflow-y: auto;
    display: none
}

.g-nav-m .option li {
    padding: 5px 15px
}

@media only screen and (max-width: 959px) {
    .g-nav-m {
        margin-bottom:30px;
        display: flex
    }

}
@media only screen and (max-width: 420px) {



.yqlj li a {
    height: 50px;

}
.yqlj li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
}



}
.cont p{
text-indent:2em;
}
.cont img{height:auto !important;max-width:100%;margin: 5px 0px;}
.cont video{
height:auto !important;
max-width:100%;
}
.cont .vsbcontent_img{text-align: center;}
.cont .table{
overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.cont .table table{
    margin: 10px auto;
    width: auto;
    max-width: 1440px;
}

.cont .table p{
text-indent:0px;
}




.gh .items.i2:after{
    content: '';
    position: absolute;
    left: 0%;
    top: 48px;
    right: 0%;
    height: 1px;
    background-color: #006856;

}
.gh .items.i2 .item:after{
height:0;
}
.gh .items.i2 .item{
    width: 100%;
}
.gh .cont p{
text-align:center;
text-indent: 0;
}

.gh .items.i2 .item{
padding-top:0;
}


@media only screen and (max-width: 1599px){
.gh .items.i2:after{
top: 2.5vw;
}
}


.cont iframe{
display:block;
max-width:100%;
margin:0 auto;
}


.cont .info{
    margin-bottom: 34px;
}




.cont img{height:auto !important;max-width:100%;margin: 5px 0px;}
.cont p{text-indent:2em;line-height: 28px;}
.cont video{
height:auto !important;
max-width:100%;
}
.cont .vsbcontent_img{text-align: center;}
.cont .table{
overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.cont .table table{
    margin: 0 auto;
    width: auto;
    max-width: 1440px;
}

.cont .table p{
text-indent:0px;
}


.piclist ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.piclist ul li{
    width: 31.3%;
    margin-bottom: 50px;
}
.piclist .pic{
height:300px;
width:100%;
overflow:hidden;
}
.piclist .pic a{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.piclist .pic a img{
display:none;
}


.piclist ul li:hover a{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


@media only screen and (max-width: 1199px){

.piclist .pic{
height:200px;

}
}


@media only screen and (max-width: 999px){

.piclist .pic{
height:150px;

}
}


@media only screen and (max-width: 768px){

.piclist ul li{
    width: 48%;
}

.footer .footer-link .cont a{
width:33.3%;
}
}

@media only screen and (max-width: 500px){

.piclist .pic{
height:100px;
}
}


@media only screen and (max-width: 400px){
.piclist ul li{

    margin-bottom: 30px;
}
.footer .footer-link .cont a{
width:50%;
}
.piclist .pic{
height:80px;
}
}/*!****** lib.css *******/
*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #444;
    font-size: 12px;
    line-height: 1.5;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ","Microsoft Yahei"
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

em,i {
    font-style: normal
}

input,select,textarea {
    font-size: 12px;
    color: #444;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ","Microsoft Yahei";
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

input[type=button],input[type=reset],input[type=submit],select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #c3cde2
}

::-moz-placeholder {
    color: #c3cde2
}

::-ms-input-placeholder {
    color: #c3cde2
}

select::-ms-expand {
    display: none
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.fix {
    *zoom:1}

.fix:after,.fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.ani {
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.wp {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url(../fonts/SourceHanSerifCN-Bold.ttf)
}

@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../fonts/SourceHanSansCN-Heavy.otf)
}

@keyframes ani_down {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    20% {
        transform: translateY(3px);
        opacity: 1
    }

    80% {
        transform: translateY(10px);
        opacity: 1
    }

    100%,90% {
        transform: translateY(10px);
        opacity: 0
    }
}
.yqlj{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.yqlj li{
    width: 23%;
    font-size: 20px;
    margin-bottom: 40px;
    margin-right: 2%;
}
.yqlj li a{
    height: 60px;
    align-items: center;
    display: flex;
    line-height: 30px;
    transition: .5s;
    border: 1px solid #006752;
    color: #006752;
    padding: 0 15px;
}
.yqlj li a:hover{
color: #fff;
background: #006752;
}
.menuBtn {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: -5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.header {
    padding: 0 3.54%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 132px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    z-index: 100;
    display: -webkit-flex;
    display: flex
}

.header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 232px;
    background: url(../images/header-bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1
}

.header .logo {
    margin-top: 30px;
    width: 30.5%;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    flex-shrink: 0
}

.header .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.header .header-con {
    width: 69.5%
}

.header .header-con .scroll {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.header .header-con .header-set {
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.header .header-set {
    margin: 0 -12px;
    align-items: center;
    display: none
}

.header .header-set .item {
    margin: 0 12px;
    position: relative
}

.header .header-set .item:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .header-set .item:first-child:before {
    display: none
}

.header .header-set .header-lang {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff
}
.header .header-set .header-lang::before{
display:none;
}
.header .header-set .header-lang a {
    color: inherit;
    font-size: inherit;
    min-width: 40px;
    text-align: center
}

.header .header-set .header-lang a:hover {
    color: #bfa23c
}

.header .header-set .header-so {
    width: 40px;
    height: 40px;
    background: url(../images/d-so1.png) center center no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    cursor: pointer
}

.header .nav {
    margin: 0 -24px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .nav li {
    position: relative;
    flex-shrink: 0
}

.header .nav li>a {
    padding: 0 35px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header .nav li>a i {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/d-down1.png) center center no-repeat;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.header .nav .sub {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
    display: none
}

.header .nav .sub a {
    padding: 6px 10px;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header .nav .sub a:hover,.header .nav li.on>a,.header .nav li:hover>a {
    color: #c89e0a
}

.pop-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: none
}

.pop-search .pop-search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1
}

.pop-search .pop-search-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    background: url(../images/d-close1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    cursor: pointer
}

.search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 45px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10
}

.search-box input {
    outline: 0;
    border: none
}

.search-box .inp {
    padding: 0 140px 0 12px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.5) inset;
    font-size: 16px;
    color: #333
}

.search-box .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #016660;
    font-size: 18px;
    color: #fff;
    text-align: center
}

body.scrollDown .header:after {
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.8) 30%,rgba(0,0,0,0) 100%)
}

.footer {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.footer .footer-1 {
    padding: 36px 0;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.footer .footer-logo {
    height: 70px;
    line-height: 70px;
    font-size: 0;
    text-align: center
}

.footer .footer-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.footer .footer-2 {
    padding: 52px 0 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.footer .footer-link {
    width: 51%
}

.footer .footer-link .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700
}

.footer .footer-link .cont {
    font-size: 16px;
    color: #fff;
    line-height: 1.88;
    overflow: hidden
}

.footer .footer-link .cont a {
    float: left;
    min-width: 25%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer .footer-link .cont a:hover {
    color: #bfa23c
}

.footer .footer-copy {
    padding: 20px 0 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.88;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.footer .footer-copy .fwz{
margin-left:30px;
}
.footer .footer-copy .l {
    float: left
}

.footer .footer-copy .r {
    float: right
}

.footer .footer-codes {
    margin: 0 -10px;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.footer .footer-codes .item {
    padding: 0 10px
}

.footer .footer-codes .pic {
    width: 100px;
    overflow: hidden
}

.footer .footer-codes .pig img {
    display: block;
    width: 100%
}

.d-title1 {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.d-title1 .tit {
    padding: 8px 16px;
    line-height: 1.1;
    min-height: 75px;
    background: url(../images/d-tit_bg1.png) left top no-repeat;
    -webkit-background-size: auto 75px;
    background-size: auto 75px
}

.d-title1 .tit .cn {
    font-size: 36px;
    color: #333;
    font-family: SourceHanSerifCN-Bold
}

.d-title1 .tit .cn span {
    color: #016660
}

.d-title1 .tit .en {
    margin-top: 4px;
    padding-left: 25px;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap
}

.d-title1 .d-btns1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.d-title1.white .tit {
    background-image: url(../images/d-tit_bg2.png)
}

.d-title1.white .tit .cn,.d-title1.white .tit .cn span,.d-title1.white .tit .en {
    color: #fff
}

.d-title1.tal {
    justify-content: flex-start
}

.d-title1.column {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.d-title1.column .tit {
    padding: 0 8px 36px;
    line-height: 1;
    background-position: left bottom;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start
}

.d-title1.column .tit .cn {
    width: 36px;
    text-align: center
}

.d-title1.column .tit .en {
    margin: 0;
    padding: 54px 0 0
}

.d-title1.column .tit .en span {
    display: block;
    width: 14px;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-title1.column .d-btns1 {
    padding: 0 8px;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.d-btns1 .b1 {
    padding-right: 28px;
    display: block;
    background: url(../images/d-more_bg1.png) right center no-repeat;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-btns1 .b1:hover {
    color: #016660;
    font-weight: 700
}

.d-btns1.white .b1 {
    color: rgba(255,255,255,.8);
    background-image: url(../images/d-more_bg2.png)
}

.d-btns1.white .b1:hover {
    color: #bb9f3b
}

.d-btns1.column .b1 {
    padding: 0 0 30px;
    width: 23px;
    line-height: 1;
    background-position: left bottom
}

.banner {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.banner .swiper-slide {
    overflow: hidden
}

.banner img,.banner video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out
}

.banner .swiper-slide-active img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01)
}

.banner .banner-btns {
    position: absolute;
    left: 0;
    bottom: 28px;
    right: 0;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .banner-btns .swiper-next,.banner .banner-btns .swiper-prev {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.banner .banner-btns .swiper-prev {
    background-image: url(../images/d-arrow1.png)
}

.banner .banner-btns .swiper-prev:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.banner .banner-btns .swiper-next {
    background-image: url(../images/d-arrow2.png)
}

.banner .banner-btns .swiper-next:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.banner .banner-btns .swiper-mouse {
    margin: 0 20px;
    width: 72px;
    height: 72px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(248,248,248,.2);
    border: 1px solid rgba(248,248,248,.5);
    cursor: pointer
}

.banner .banner-btns .swiper-mouse:after {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    height: 100%;
    background: url(../images/d-mouse1.png) center center no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    animation: 2s linear infinite ani_down
}

.banner .banner-btns .swiper-mouse canvas {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px)
}

.row-ind1 {
    padding: 87px 0 74px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.d-news1 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-news1 .news1-col,.d-news1 .news1-cor {
    width: 48.68%;
    flex-shrink: 0
}

.d-news1 .news1-col .d-nUl-1 {
    margin-bottom: 37px
}

.d-news1 .news1-cor .d-nUl-1 {
    margin-top: 37px
}

.d-nUl-1 {
    margin-bottom: -30px
}

.d-nUl-1 li {
    margin-bottom: 30px
}

.d-nUl-1 .inner {
    display: block;
    padding-top: 57.06%;
    position: relative;
    overflow: hidden
}

.d-nUl-1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-nUl-1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bg2.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 1
}

.d-nUl-1 .text {
    padding: 24px 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.d-nUl-1 .text .tit {
    font-size: 18px;
    color: #f0f0f0;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-nUl-1 .time {
    padding: 7px 0 15px;
    position: absolute;
    left: 23px;
    top: 29px;
    min-width: 70px;
    text-align: center;
    background-color: rgba(1,102,96,.8);
    border-radius: 15px 0;
    z-index: 10;
    color: #fff;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold
}

.d-nUl-1 .time .t1 {
    font-size: 28px
}

.d-nUl-1 .time .t2 {
    margin-top: 4px;
    font-size: 12px
}

.d-nUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-nUl-2 {
    margin: 0 -18px -36px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-nUl-2 li {
    padding: 0 18px;
    margin-bottom: 36px;
    width: 50%;
    flex-shrink: 0
}

.d-nUl-2 .con {
    padding: 20px 30px;
    display: block;
    min-height: 165px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #246544;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.67;
    height: 3.34em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-2 .time {
    margin-top: 26px;
    font-size: 14px;
    color: #246544;
    text-align: right;
    line-height: 1.2
}

.d-nUl-2 .time i {
    margin: -3px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url(../images/d-time1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.d-nUl-2 .con:hover {
    border-radius: 40px 0 0;
    box-shadow: 0 2px 27px 0 rgba(36,101,68,.44)
}

.d-nUl-2 .con:hover .bg,.d-nUl-2 .con:hover:after {
    opacity: 1
}

.d-nUl-2 .con:hover .title {
    color: #016660;
    font-weight: 700
}

.row-ind2 {
    padding: 86px 0 243px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.row-ind2 .d-title1 {
    margin-bottom: 36px
}

.d-notice-swiper1 {
    padding-bottom: 76px;
    margin: 0 -54px;
    position: relative;
    overflow: hidden
}

.d-notice-swiper1 .slider {
    margin-right: -2px;
    position: relative;
    overflow: hidden
}

.d-notice-swiper1 .inner {
    padding: 32px 44px 42px;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .inner:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 38px;
    bottom: 42px;
    width: 1px;
    background-color: rgba(255,255,255,.3)
}

.d-notice-swiper1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .time {
    display: -webkit-flex;
    display: flex;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .time .t1 {
    margin: 4px 8px 0 0;
    position: relative
}

.d-notice-swiper1 .time .t1 span {
    display: block;
    width: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-notice-swiper1 .time .t2 {
    font-size: 18px
}

.d-notice-swiper1 .time .t3 {
    font-size: 36px
}

.d-notice-swiper1 .time .line {
    margin: 2px 0 0;
    width: 12px;
    height: 30px;
    background: url(../images/d-line5.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .tit {
    margin-top: 18px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.67;
    height: 5.01em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .btn {
    padding: 0 5px;
    margin-top: 18px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-notice-swiper1 .btn span {
    padding: 0 18px;
    width: 73%;
    background: linear-gradient(-90deg,rgba(255,255,255,.2) 0,rgba(255,255,255,.03) 97%);
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 35px;
    text-transform: uppercase;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-notice-swiper1 .inner:hover:before {
    display: none
}

.d-notice-swiper1 .inner:hover .bg {
    opacity: 1;
    border-radius: 50px 0
}

.d-notice-swiper1 .inner:hover .time {
    color: #c1990f
}

.d-notice-swiper1 .inner:hover .tit {
    color: #333;
    font-weight: 700
}

.d-notice-swiper1 .inner:hover .line {
    background-image: url(../images/d-line6.png)
}

.d-notice-swiper1 .inner:hover .btn span {
    background: linear-gradient(-90deg,rgba(200,158,10,.8) 0,rgba(255,255,255,.03) 97%)
}

.d-notice-swiper1 .swiper-btns {
    position: absolute;
    left: 54px;
    bottom: 0;
    right: 54px;
    height: 50px;
    overflow: hidden;
    z-index: 10
}

.d-notice-swiper1 .swiper-btns .swiper-next,.d-notice-swiper1 .swiper-btns .swiper-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer
}

.d-notice-swiper1 .swiper-btns .swiper-prev {
    left: 45.5%;
    background-image: url(../images/d-arrow3.png)
}

.d-notice-swiper1 .swiper-btns .swiper-prev:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(255,255,255,.3)
}

.d-notice-swiper1 .swiper-btns .swiper-next {
    right: 45.5%;
    background-image: url(../images/d-arrow6.png)
}

.d-notice-swiper1 .swiper-btns .swiper-next:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(255,255,255,.3)
}

.row-ind3 {
    padding: 1px 0 44px
}

.row-ind3 .wp {
    margin-top: -166px;
    height: 100%;
    position: relative
}

.d-sR1 {
    padding-top: 31.74%;
    position: relative;
    border-radius: 100px 0 0;
    overflow: hidden;
    z-index: 10
}

.d-sR1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-sR2 {
    padding-right: 68px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-sR2 .d-title1 {
    margin: 0;
    width: 34.69%
}

.d-sR-swiper1 {
    margin-top: -108px;
    padding: 47px 43px;
    width: 61.19%;
    border-radius: 0 0 60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 11;
    overflow: hidden
}

.d-sR-swiper1 .slider {
    position: relative;
    overflow: hidden
}

.d-sR-swiper1 .inner {
    display: block;
    z-index: 1;
    overflow: hidden;
    display: -webkit-flex;
    display: flex
}

.d-sR-swiper1 .img {
    margin-right: 32px;
    width: 335px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.d-sR-swiper1 .img:after {
    content: '';
    display: block;
    padding-top: 60.9%
}

.d-sR-swiper1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-sR-swiper1 .text {
    width: calc(100% - 367px);
    flex-grow: 1
}

.d-sR-swiper1 .time {
    display: -webkit-flex;
    display: flex;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-sR-swiper1 .time .t1 {
    margin: 4px 8px 0 0;
    position: relative
}

.d-sR-swiper1 .time .t1 span {
    display: block;
    width: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-sR-swiper1 .time .t2 {
    font-size: 18px
}

.d-sR-swiper1 .time .t3 {
    font-size: 36px
}

.d-sR-swiper1 .time .line {
    margin: 2px 0 0;
    width: 12px;
    height: 30px;
    background: url(../images/d-line5.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-sR-swiper1 .tit {
    margin-top: 27px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-sR-swiper1 .txt {
    margin-top: 19px;
    font-size: 16px;
    color: rgba(255,255,255,.68);
    line-height: 1.88;
    height: 3.76em;
    overflow: hidden
}

.d-sR-swiper1 .arrow {
    margin-top: 6px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-sR-swiper1 .arrow i {
    width: 30px;
    height: 30px;
    background: url(../images/d-arrow7.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-sR-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-sR-swiper1 .inner:hover .arrow i {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    -o-transform: translate(5px);
    transform: translate(5px)
}

.row-ind4 {
    padding: 44px 0 109px;
    overflow: hidden
}

.d-aE1 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.d-aE1 .aE1-col,.d-aE1 .aE1-cor {
    width: 48.68%;
    flex-shrink: 0
}

.d-aE-swiper1 {
    position: relative;
    overflow: hidden
}

.d-aE-swiper1 .inner {
    display: block;
    padding-top: 67.62%;
    position: relative;
    overflow: hidden
}

.d-aE-swiper1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aE-swiper1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aE-swiper1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bg2.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 1
}

.d-aE-swiper1 .text {
    padding: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.d-aE-swiper1 .tit {
    font-size: 18px;
    color: #f0f0f0;
    font-weight: 400;
    line-height: 1.67;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-aE-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-aEUl-1 {
    margin: 0 -18px -30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-aEUl-1 li {
    padding: 0 18px;
    margin-bottom: 30px;
    width: 50%;
    flex-shrink: 0
}

.d-aEUl-1 .inner {
    display: block;
    padding-top: 69.28%;
    position: relative;
    overflow: hidden
}

.d-aEUl-1 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aEUl-1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aEUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(98,86,173,.94);
    z-index: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aEUl-1 .mask-bg .line-l:after,.d-aEUl-1 .mask-bg .line-l:before,.d-aEUl-1 .mask-bg .line-r:after,.d-aEUl-1 .mask-bg .line-r:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 38px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.d-aEUl-1 .mask-bg .line-l:before {
    left: 12px;
    top: 12px;
    background-position: left top;
    background-image: url(../images/d-line1.png)
}

.d-aEUl-1 .mask-bg .line-l:after {
    left: 12px;
    bottom: 12px;
    background-position: left bottom;
    background-image: url(../images/d-line3.png)
}

.d-aEUl-1 .mask-bg .line-r:before {
    right: 12px;
    top: 12px;
    background-image: url(../images/d-line2.png)
}

.d-aEUl-1 .mask-bg .line-r:after {
    right: 12px;
    bottom: 12px;
    background-image: url(../images/d-line4.png)
}

.d-aEUl-1 .text {
    padding: 44px 38px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aEUl-1 .tit {
    font-size: 18px;
    color: #f0f0f0;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-aEUl-1 .txt {
    margin-top: 20px;
    font-size: 16px;
    color: #ddd;
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden
}

.d-aEUl-1 .arrow {
    margin-top: 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-aEUl-1 .arrow i {
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../images/d-arrow7.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aEUl-1 .more {
    padding-right: 30px;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    line-height: 40px;
    background: url(../images/d-more_bg2.png) right center no-repeat;
    -webkit-background-size: 23px auto;
    background-size: 23px auto
}

.d-aEUl-1 li.i3 {
    padding-right: 0;
    width: 59.5%
}

.d-aEUl-1 li.i3 .inner {
    padding-top: 50.5%
}

.d-aEUl-1 li.i3 .txt {
    height: 3em
}

.d-aEUl-1 li.i4 {
    padding-left: 0;
    width: 40.5%
}

.d-aEUl-1 li.i4 .inner {
    padding-top: 75.8%
}

.d-aEUl-1 li.i4 .mask-bg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0,104,86,.9)
}

.d-aEUl-1 li.i4 .mask-bg .line-l,.d-aEUl-1 li.i4 .mask-bg .line-r {
    display: none
}

.d-aEUl-1 li.i4 .text {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1
}

.d-aEUl-1 .inner:hover .mask-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.d-aEUl-1 .inner:hover .text {
    opacity: 1
}

.d-aEUl-1 .inner:hover .more {
    color: #bb9f3b;
    font-weight: 700
}

.row-ind5 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.row-ind5 .ind5-col,.row-ind5 .ind5-cor {
    width: 50%;
    flex-shrink: 0
}

.row-ind5 .ind5-col {
    margin-bottom: -138px;
    padding: 153px 0 0 calc((100vw - 1440px)/ 2);
    position: relative;
    z-index: 10
}

.row-ind5 .ind5-col-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.row-ind5 .ind5-col .d-title1 {
    margin: 0 42px 57px 0
}

.d-aFE-swiper1 {
    padding: 45px 44px;
    min-height: 423px;
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.d-aFE-swiper1 .slider {
    position: relative;
    overflow: hidden
}

.d-aFE-swiper1 .inner {
    display: block
}

.d-aFE-swiper1 .time {
    display: -webkit-flex;
    display: flex;
    color: #246544;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .time .t1 {
    margin: 4px 8px 0 0;
    position: relative
}

.d-aFE-swiper1 .time .t1 span {
    display: block;
    width: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    font-family: SourceHanSerifCN-Bold;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d-aFE-swiper1 .time .t2 {
    font-size: 18px
}

.d-aFE-swiper1 .time .t3 {
    font-size: 36px
}

.d-aFE-swiper1 .time .line {
    margin: 2px 0 0;
    width: 12px;
    height: 30px;
    background: url(../images/d-line8.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .tit {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .txt {
    margin-top: 33px;
    font-size: 16px;
    color: #666;
    line-height: 1.88;
    height: 5.64em;
    overflow: hidden
}

.d-aFE-swiper1 .arrow {
    margin-top: 49px;
    display: -webkit-flex;
    display: flex
}

.d-aFE-swiper1 .arrow i {
    width: 30px;
    height: 30px;
    background: url(../images/d-arrow8.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-swiper1 .inner:hover .tit {
    color: #246544
}

.d-aFE-swiper1 .inner:hover .arrow i {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    -o-transform: translate(5px);
    transform: translate(5px)
}

.d-aFE-swiper1 .swiper-pagination {
    padding-right: 31.81%;
    position: absolute;
    left: 0;
    bottom: 48px;
    right: 0;
    font-size: 0;
    text-align: right;
    z-index: 10
}

.d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 11.5px;
    width: 7px;
    height: 7px;
    background-color: rgba(0,104,86,.5);
    border-radius: 50%;
    opacity: 1
}

.d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #006856
}

.d-aFE-video1 {
    padding-top: 59.38%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.d-aFE-video1 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aFE-video1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    background: url(../images/d-playBtn.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFE-video1:hover .play-btn {
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    -o-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2)
}

.d-aFE-list {
    position: absolute;
    right: calc((100vw - 1440px)/ 2);
    top: 100%;
    width: 918px;
    background-color: #fff;
    z-index: 10;
    display: -webkit-flex;
    display: flex
}

.d-aFE-list .pic {
    width: 43.03%;
    flex-shrink: 0
}

.d-aFE-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aFE-list .list {
    padding: 30px 34px;
    width: 56.97%;
    flex-shrink: 0
}

.d-aFEUl-1 {
    margin-bottom: -20px
}

.d-aFEUl-1 li {
    margin-bottom: 20px
}

.d-aFEUl-1 .inner {
    display: block;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.d-aFEUl-1 .time {
    width: 58px;
    height: 58px;
    background-color: rgba(187,159,59,.1);
    border-radius: 50%;
    font-size: 16px;
    color: #006856;
    font-weight: 700;
    font-family: SourceHanSerifCN-Heavy;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFEUl-1 .text {
    padding-left: 26px;
    width: calc(100% - 58px)
}

.d-aFEUl-1 .tit {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.22;
    max-height: 2.44em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-aFEUl-1 .inner:hover .time {
    background-color: #bb9f3b;
    color: #fff
}

.d-aFEUl-1 .inner:hover .tit {
    color: #bfa23c;
    font-weight: 700
}

.row-ind6 {
    padding: 395px 0 120px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.row-ind6 .wp {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.row-ind6 .d-title1 {
    height: 310px;
    flex-shrink: 0
}

.d-fLUl-1 {
    margin: 0 -18px -36px;
    width: 88.7%;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex
}

.d-fLUl-1 li {
    padding: 0 18px;
    margin-bottom: 36px;
    width: 25%
}

.d-fLUl-1 .inner {
    display: block;
    padding-top: 177.3%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.d-fLUl-1 .inner:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
    border: 1px solid rgba(255,255,255,.4)
}

.d-fLUl-1 .tit {
    padding-bottom: 10px;
    position: absolute;
    left: 36px;
    top: 43px;
    width: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #f0f0f0;
    line-height: 1.03;
    text-align: center;
    z-index: 10
}

.d-fLUl-1 .tit:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 50px;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-fLUl-1 .more {
    padding-bottom: 14px;
    position: absolute;
    right: 34px;
    bottom: 42px;
    width: 18px;
    text-align: center;
    font-size: 16px;
    color: #f0f0f0;
    line-height: 1.03;
    background: url(../images/d-arrow9.png) center bottom no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-fLUl-1 .inner:hover .tit:after {
    height: 70px
}

.d-fLUl-1 .inner:hover .more {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.row-ind7 {
    padding: 140px 0 120px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.row-ind7 .ind7-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 702px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}

.row-ind7 .d-title1 {
    position: absolute;
    top: 140px;
    right: calc((100vw - 1440px)/ 2);
    display: block;
    z-index: 10
}

.row-ind7 .d-title1 .d-btns1 {
    padding: 0 20px;
    margin-top: 58px;
    position: static;
    display: inline-block
}

.d-aD1 {
    margin-right: calc((100vw - 1440px)/ 2);
    position: relative;
    overflow: hidden
}

.d-aD1:after {
    content: '';
    display: block;
    padding-top: 51.35%
}

.d-aD1 .item {
    position: absolute
}

.d-aD1 .item.i1 {
    left: 0;
    top: 0;
    width: 57.2%
}

.d-aD1 .item.i1:after {
    content: '';
    display: block;
    padding-top: 59.88%
}

.d-aD1 .item.i2 {
    left: 57.2%;
    top: 13.7%;
    width: 21.43%
}

.d-aD1 .item.i2:after {
    content: '';
    display: block;
    padding-top: 90.83%
}

.d-aD1 .item.i3 {
    left: 14.29%;
    bottom: 0;
    width: 21.43%
}

.d-aD1 .item.i3:after {
    content: '';
    display: block;
    padding-top: 79.77%
}

.d-aD1 .item.i4 {
    left: 35.72%;
    bottom: 0;
    width: 21.43%
}

.d-aD1 .item.i4:after {
    content: '';
    display: block;
    padding-top: 79.77%
}

.d-aD1 .item.i5 {
    right: 0;
    bottom: 0;
    width: 42.85%
}

.d-aD1 .item.i5:after {
    content: '';
    display: block;
    padding-top: 58.08%
}

.d-aD-swiper1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD-swiper1 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD-swiper1 .pic {
    width: 100%;
    height: 100%
}

.d-aD-swiper1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD2 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD2 .pic {
    width: 100%;
    height: 100%
}

.d-aD2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD2 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,94,77,.8);
    z-index: 1
}

.d-aD2 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-aD2 .icon {
    margin: 0 auto 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center
}

.d-aD2 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-aD2 .tit {
    font-size: 26px;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    font-weight: 400
}

.d-aD3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD3 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD3 .pic {
    width: 100%;
    height: 100%
}

.d-aD3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD4 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD4 .pic {
    width: 100%;
    height: 100%
}

.d-aD4 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-aD4 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187,159,59,.9);
    z-index: 1
}

.d-aD4 .mask-bg .line {
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    background: url(../images/d-line7.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.d-aD4 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-aD4 .tit {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    text-align: center
}

.d-aD-swiper2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-aD-swiper2 .inner {
    display: block;
    width: 100%;
    height: 100%
}

.d-aD-swiper2 .pic {
    width: 100%;
    height: 100%
}

.d-aD-swiper2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ban {
    height: 580px;
    position: relative;
    overflow: hidden
}

.ban .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ban .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.ban .ban-cont {
    padding-left: calc((100% - 1440px)/ 2);
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 40.19%
}

.ban .ban-cont .title {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold
}

.ban .ban-cont .ban-nav {
    margin: 38px -20px -10px;
    font-size: 0;
    display: none;
}

.ban .ban-cont .ban-nav a {
    padding: 0 20px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    /* width: 33.33333333%; */
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}

.ban .ban-cont .ban-nav a.on {
    font-weight: 700;
    text-decoration: underline
}

.ban .ban-cont.black .ban-nav a,.ban .ban-cont.black .title {
    color: #333
}

.main-in {
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.mainIn-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33.23%;
    overflow: hidden
}

.mainIn-bg img {
    display: block;
    width: 100%
}

.row-in1 {
    padding: 50px 0 78px;
    overflow: hidden
}

.d-title2 {
    margin-bottom: 44px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.d-title2 .tit {
    overflow: hidden;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex
}

.d-title2 .tit span {
    padding: 0 16px 0 28px;
    background: url(../images/d-line9.png) left center no-repeat;
    -webkit-background-size: auto 85%;
    background-size: auto 85%;
    font-size: 36px;
    color: #333;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    position: relative
}

.d-title2 .tit span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(0,104,86,.2)
}

.d-title2 .cur {
    margin-left: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    line-height: 2;
    background: url(../images/d-pos1.png) left top no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.d-title2 .cur a,.d-title2 .cur span {
    margin: 0 5px;
    color: inherit;
    font-size: inherit
}

.d-title2 .cur a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-title2 .cur a:hover {
    color: #006856
}

.pages {
    padding-top: 83px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pages ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.pages ul li {
    padding: 0 5px
}

.pages ul li a,.pages ul li span {
    padding: 0 8px;
    display: block;
    font-size: 16px;
    color: #333;
    min-width: 38px;
    line-height: 36px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pages ul li span {
    border: none;
    min-width: 0
}

.pages ul a:hover,.pages ul li.pages-active a {
    background-color: #006856;
    border-color: #006856;
    color: #fff
}

.d-nUl-3 li {
    border-bottom: 1px solid rgba(204,204,204,.3)
}

.d-nUl-3 .inner {
    padding: 24px;
    display: block;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex
}

.d-nUl-3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .img {
    margin-right: 36px;
    width: 317px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .img:after {
    content: '';
    display: block;
    padding-top: 61.83%
}

.d-nUl-3 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .text {
    padding: 20px 0;
    flex-grow: 1
}

.d-nUl-3 .time {
    padding-left: 24px;
    font-size: 16px;
    color: #006856;
    background: url(../images/d-time2.png) left center no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .title {
    margin-top: 21px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.1;
    height: 1.1em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .txt {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(51,51,51,.8);
    line-height: 2;
    height: 4em;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-3 .inner:hover .bg {
    opacity: 1;
    border-radius: 0 0 50px
}

.d-nUl-3 .inner:hover .img {
    border-radius: 50px 0 0
}

.d-nUl-3 .inner:hover .time {
    background-image: url(../images/d-time3.png);
    color: #fff
}

.d-nUl-3 .inner:hover .title {
    font-weight: 700;
    color: #fff
}

.d-nUl-3 .inner:hover .txt {
    color: #e4e4e4
}

.d-nUl-4 li {
    border-bottom: 1px dashed #e5e5e5
}

.d-nUl-4 .inner {
    padding: 0 40px 0 58px;
    display: block;
    height: 76px;
    line-height: 76px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .inner:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #006856;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .time {
    padding-left: 24px;
    margin-left: 15px;
    float: right;
    font-size: 16px;
    color: #666;
    background: url(../images/d-time4.png) left center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-nUl-4 .inner:hover {
    box-shadow: 0 3px 16px 0 rgba(0,104,86,.5);
    background-color: #fff
}

.d-nUl-4 .inner:hover:before {
    background-color: #006856
}

.d-nUl-4 .inner:hover .title {
    color: #006856;
    font-weight: 700
}

.d-nUl-4 .inner:hover .time {
    color: #006856;
    background-image: url(../images/d-time5.png)
}

.d-hisUl-1 li {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start
}

.d-hisUl-1 .inner {
    width: calc(50% + 160px);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-hisUl-1 .text {
    padding: 0 3%;
    background-color: #006856;
    width: 320px;
    flex-shrink: 0;
    order: 2
}

.d-hisUl-1 .text .year {
    padding-right: 63px;
    font-size: 71px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Bold;
    background: url(../images/d-arrow10.png) right center no-repeat;
    -webkit-background-size: 53px auto;
    background-size: 53px auto
}

.d-hisUl-1 .text .txt {
    margin-top: 18px;
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}

.d-hisUl-1 .pic {
    margin-top: 15px;
    width: calc(100% - 366px);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    order: 1
}

.d-hisUl-1 .pic:after {
    content: '';
    display: block;
    padding-top: 63.3%
}

.d-hisUl-1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-hisUl-1 li:first-child .pic {
    margin-top: 0
}

.d-hisUl-1 li:first-child .text {
    padding-top: 30px
}

.d-hisUl-1 li:nth-child(even) {
    justify-content: flex-end
}

.d-hisUl-1 li:nth-child(even) .text {
    order: 1
}

.d-hisUl-1 li:nth-child(even) .text .year {
    padding: 0 0 0 63px;
    background-position: left center;
    background-image: url(../images/d-arrow11.png)
}

.d-hisUl-1 li:nth-child(even) .pic {
    margin: 15px 0 0;
    order: 2
}

.d-intro1 {
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.77
}

.d-intro1 .title {
    margin-bottom: 34px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 1.1;
    text-align: center
}

.row-in2 {
    padding-top: 52px;
    padding-left: calc((100% - 1440px)/ 2)
}

.d-imgs1 {
    padding-top: 50.83%;
    position: relative;
    overflow: hidden
}

.d-imgs1 .item {
    position: absolute;
    overflow: hidden
}

.d-imgs1 .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.d-imgs1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
   
}
.d-imgs1 .i1 .mask-bg {
 background-color: rgba(0, 104, 86, .9);
}
.d-imgs1 .i4 .mask-bg{
    background-color: rgba(187, 159, 59, .9);
}


.xkjs .d-imgs1 .i1 .mask-bg {
background-color: transparent;
}

.xkjs  .d-imgs1 .i4 .mask-bg{
    background-color: transparent;
}
.d-imgs1 .pic {
    display: block;
    width: 100%;
    height: 100%
}

.d-imgs1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-imgs1 .item.i1 {
    right: 51.6%;
    top: 0;
    width: 25.8%
}

.d-imgs1 .item.i1:after {
    content: '';
    display: block;
    padding-top: 65.94%
}

.d-imgs1 .item.i2 {
    right: 25.8%;
    top: 0;
    width: 25.8%
}

.d-imgs1 .item.i2:after {
    content: '';
    display: block;
    padding-top: 65.94%
}

.d-imgs1 .item.i3 {
    right: 0;
    top: 0;
    width: 25.8%
}

.d-imgs1 .item.i3:after {
    content: '';
    display: block;
    padding-top: 131.11%
}

.d-imgs1 .item.i4 {
    right: 0;
    bottom: 0;
    width: 25.8%
}

.d-imgs1 .item.i4:after {
    content: '';
    display: block;
    padding-top: 65.94%
}

.d-imgs1 .item.i5 {
    right: 25.8%;
    bottom: 0;
    width: 25.8%
}

.d-imgs1 .item.i5:after {
    content: '';
    display: block;
    padding-top: 131.11%
}

.d-imgs1 .item.i6 {
    right: 51.6%;
    bottom: 0;
    width: 48.4%
}

.d-imgs1 .item.i6:after {
    content: '';
    display: block;
    padding-top: 70.2%
}

.d-imgs1 .inner:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-structure1 {
    font-size: 0
}

.d-structure1 .items {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.d-structure1 .title {
    padding: 15.5px 10px;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-color: #006856
}

.d-structure1 .title a {
    display: block;
    color: inherit;
    font-size: inherit
}

.d-structure1 .items.i1 {
    width: 350px
}

.d-structure1 .items.i1:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 47px;
    height: 1px;
    background-color: #006856
}

.d-structure1 .items.i2 {
    padding-left: 46px;
    width: calc(100% - 350px)
}

.d-structure1 .items.i2 .item {
    padding: 27.5px 0 27.5px 48px;
    position: relative;
    font-size: 0
}

.d-structure1 .items.i2 .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 1px;
    background-color: #006856
}

.d-structure1 .items.i2 .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #006856
}

.d-structure1 .items.i2 .item .title {
    padding: 14.5px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 284px;
    font-size: 24px
}

.d-structure1 .items.i2 .cont {
    padding: 18px 34px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 284px);
    background-color: rgba(0,104,86,.05);
    position: relative;
    z-index: 1
}

.d-structure1 .items.i2 .cont:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    width: 18px;
    height: 50%;
    background: url(../images/d-triangle1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1
}

.d-structure1 .items.i2 .link a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 2.67
}

.d-structure1 .items.i2 .link a:hover {
    font-weight: 700;
    text-decoration: underline;
    color: #006856
}

.d-structure1 .items.i2 .item:first-child:after {
    top: 50%
}

.d-structure1 .items.i2 .item:last-child:after {
    top: 0;
    bottom: 50%
}

.d-leaderUl-1 {
    margin: 0 -22px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.d-leaderUl-1 li {
    padding: 0 10px;
    margin-bottom: 60px;
    width: 33.33%;
    flex-shrink: 0
}

.d-leaderUl-1 .inner {
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start
}

.d-leaderUl-1 .inner:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    right: 0;
    bottom: 0;
    background-color: rgba(0,104,86,.05);
    z-index: -1
}

.d-leaderUl-1 .left {
    width: 150px;
    background: radial-gradient(circle,#d3d4d8 0,#c0c1c5 100%);
    position: relative;
    flex-shrink: 0
}

.d-leaderUl-1 .left:after {
    content: '';
    display: block;
    padding-top: 133.65%
}

.d-leaderUl-1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.d-leaderUl-1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-leaderUl-1 .title {
    padding: 11px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,104,86,.8);
    min-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.13;
    z-index: 10
}

.d-leaderUl-1 .title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 32px;
    height: 3px;
    background-color: #bb9f3b;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.d-leaderUl-1 .text {
    padding: 0px 16px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.88
}

.d-leaderUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-title5 {
    margin: 70px 0 32px;
    line-height: 43px;
    background-color: rgba(0,103,80,.05);
    border-bottom: 1px solid #006750;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.d-title5 .title {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-title5 .title span {
    padding: 0 59px 0 30px;
    font-size: 24px;
    color: #006750;
    font-weight: 700;
    position: relative
}

.d-title5 .title span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,103,80,.1);
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    transform: skewX(35deg);
    transform-origin: 0 100%
}

.d-title5 .tips {
    padding: 0 32px;
    font-size: 16px;
    color: #333
}

.d-teachUl-1 {
    margin: 0 -18px 0px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-teachUl-1 li {
    padding: 0 18px;
    margin-bottom: 20px;
    width: 33.33%;
    flex-shrink: 0
}

.d-teachUl-1 .inner {
    display: block;
    background-color: #f2f7f6;
    border-radius: 0 0 40px;
    display: -webkit-flex;
    display: flex
}

.d-teachUl-1 .img {
    width: 150px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.d-teachUl-1 .img:after {
    content: '';
    display: block;
    padding-top: 135.92%
}

.d-teachUl-1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-teachUl-1 .text {
    padding: 15px;
    width: calc(100% - 150px);
}

.d-teachUl-1 .hd {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(0,95,80,.15)
}

.d-teachUl-1 .name {
    padding-left: 22px;
    font-size: 24px;
    color: #005f4f;
    font-weight: 700;
    line-height: 1.1;
    border-left: 3px solid #005f50
}

.d-teachUl-1 .txt {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
    line-height: 1.88;
    height: 3.52em;
    overflow: hidden
}

.d-teachUl-1 .arrow {
    margin-top: 6px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-teachUl-1 .arrow i {
    width: 30px;
    height: 30px;
    background: url(../images/d-arrow8.png) center center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-teachUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-teachUl-1 .inner:hover .arrow i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.d-teachDt-hd1 {
    margin-bottom: 48px;
    background-color: rgba(0,104,86,.05);
    border-radius: 0 0 40px;
    display: -webkit-flex;
    display: flex
}

.d-teachDt-hd1 .pic {
    width: 276px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.d-teachDt-hd1 .pic:after {
    content: '';
    display: block;
    padding-top: 135.87%
}

.d-teachDt-hd1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-teachDt-hd1 .text {
    padding: 44px 32px;
    flex-grow: 1
}

.d-teachDt-hd1 .hd {
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(0,95,80,.15)
}

.d-teachDt-hd1 .hd .name {
    padding-left: 22px;
    font-size: 30px;
    color: #005f4f;
    font-weight: 700;
    line-height: 1.1;
    border-left: 3px solid #005f50
}

.d-teachDt-hd1 .bd {
    margin-top: 38px
}

.d-teachDt-hd1 .bd .title {
    font-size: 20px;
    color: #005f4f;
    font-weight: 700;
    line-height: 1.1
}

.d-teachDt-hd1 .bd .title img {
    margin: -2px 12px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 20px
}

.d-teachDt-hd1 .bd .txt {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    line-height: 1.88
}

.d-teachDt-bd1 .item+.item {
    margin-top: 42px
}

.d-teachDt-bd1 .title {
    font-size: 0;
    overflow: hidden
}

.d-teachDt-bd1 .title span {
    padding-right: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #005e4e;
    font-weight: 700;
    line-height: 1.1;
    position: relative
}
.d-teachDt-bd1 .item:nth-child(1) .title span{
    background: url(../images/d-exploration.png);
    background-repeat: no-repeat;
    padding-left: 35px;
}

.d-teachDt-bd1 .item:nth-child(2) .title span{
    background: url(../images/d-gain.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: contain;
}


.d-teachDt-bd1 .item:nth-child(3) .title span{
    background: url(../images/xscg.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: contain;
}
.d-teachDt-bd1 .item:nth-child(4) .title span{
    background: url(../images/d-contact.png);
    background-repeat: no-repeat;
    padding-left: 35px;
}
.d-teachDt-bd1 .title span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2000px;
    height: 1px;
    background-color: rgba(0,95,80,.15)
}

.d-teachDt-bd1 .title img {
    margin: -2px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 34px
}

.d-teachDt-bd1 .txt {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.88
}

.d-structure2 .items {
    font-size: 0;
    text-align: center;
    position: relative
}

.d-structure2 .item {
    position: relative
}

.d-structure2 .title {
    padding: 15.5px 10px;
    min-width: 435px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-color: #006856
}

.d-structure2 .title a {
    display: block;
    color: inherit;
    font-size: inherit
}

.d-structure2 .items.i1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 48px;
    background-color: #006856
}

.d-structure2 .items.i2 {
    padding-top: 48px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-structure2 .items.i2:after {
    content: '';
    position: absolute;
    left: 23.5%;
    top: 48px;
    right: 23.5%;
    height: 1px;
    background-color: #006856
}

.d-structure2 .items.i2 .item {
    padding-top: 48px;
    width: 47%;
    background-color: #f2f7f6;
    flex-shrink: 0
}

.d-structure2 .items.i2 .item:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 48px;
    background-color: #006856
}

.d-structure2 .items.i2 .title {
    padding: 23px 10px;
    display: block;
    font-size: 20px
}

.d-structure2 .items.i2 .cont {
    padding: 30px 58px
}

.d-structure2 .items.i2 .txt {
    font-size: 20px;
    color: #333;
    line-height: 2;
    text-align: left
}

.row-jy1 {
    padding: 60px 0 90px
}

.d-title3 {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.d-title3 .tit {
    padding-bottom: 12px;
    position: relative;
    font-size: 36px;
    color: #333;
    line-height: 1.2;
    font-family: SourceHanSerifCN-Bold
}

.d-title3 .tit:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 3px;
    background-color: #006856;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.d-title3 .more {
    font-size: 16px;
    color: #666;
    line-height: 2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-title3 .more:hover {
    color: #bb9f3b!important
}

.d-title3.white {
    justify-content: space-between;
    align-items: center
}

.d-title3.white .tit {
    color: #fff
}

.d-title3.white .tit:after {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    background-color: #fff
}

.d-title3.white .more {
    color: #fff
}

.d-title3.tal {
    justify-content: space-between;
    align-items: center
}

.d-title3.tal .tit:after {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.d-title4 {
    margin-bottom: 34px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d-title4 .tit {
    padding-left: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    position: relative
}

.d-title4 .tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #fff
}

.d-title4 .more {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-title4 .more:hover {
    color: #c89e0a
}

.d-jy1 {
    position: relative
}

.d-jy1 .jy1-bd {
    padding-top: 46px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.d-jy1 .jy1-bd:after {
    content: '';
    position: absolute;
    left: 88px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #006856;
    z-index: -1
}

.d-jy1 .jy1-bd .jy1-col,.d-jy1 .jy1-bd .jy1-cor {
    flex-shrink: 0
}

.d-jy1 .jy1-bd .jy1-col {
    width: 63.2%
}

.d-jy1 .jy1-bd .jy1-col .d-title4 {
    padding-left: 120px
}

.d-jy1 .jy1-bd .jy1-cor {
    padding: 0 26px;
    width: 35.83%
}

.d-jy1 .jy1-bd .jy1-cor .d-txtUl-1 {
    padding-top: 6px
}

.d-jy1 .jy1-bt {
    margin-top: -110px;
    height: 222px;
    width: 60%;
    float: right;
}

.d-jy1 .jy1-bt:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background-color: rgba(0,104,86,.1);
    z-index: -10
}

.d-video1 {
    padding-top: 57.36%;
    position: relative;
    overflow: hidden
}

.d-video1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

.d-video1 img,.d-video1 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-video1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    background: url(../images/d-playBtn.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-video1:hover .play-btn {
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    -o-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2)
}

.d-txtUl-1 .inner {
    padding-left: 22px;
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden
}

.d-txtUl-1 .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .time {
    margin-left: 20px;
    padding-left: 12px;
    float: right;
    font-size: 14px;
    color: #dfdfdf;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .time:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #dfdfdf;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-txtUl-1 .inner:hover:before {
    background-color: #c1990f
}

.d-txtUl-1 .inner:hover .time {
    color: #c1990f
}

.d-txtUl-1 .inner:hover .time:before {
    border-color: #c1990f
}

.d-txtUl-1 .inner:hover .title {
    color: #c1990f
}

.d-imgtxtUl-1 {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.d-imgtxtUl-1 .inner {
    background-color: #f2f8f7;
    position: relative;
    flex-direction: column;
    justify-content: center
}

.d-imgtxtUl-1 .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 77.93%;
    border-left: 2px dashed rgba(0,104,86,.3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.d-imgtxtUl-1 .img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-imgtxtUl-1 li:first-child .inner:before {
    display: none
}

.d-imgtxtUl-1 .inner:hover .img {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.row-jy2 {
    padding-top: 90px;
    overflow: hidden
}

.row-jy2 .wp {
    height: 100%;
    position: relative
}

.row-jy2 .d-title3 {
    padding-right: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 36.81%;
    z-index: 10
}

.d-jy2 {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex
}

.d-jy2 .jy2-col,.d-jy2 .jy2-cor {
    flex-shrink: 0
}

.d-jy2 .jy2-col {
    padding-top: 105px;
    width: 36.81%
}

.d-jy2 .jy2-cor {
    width: 63.19%
}

.d-imgtxtUl-2 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-imgtxtUl-2 li {
    width: 50%;
    flex-shrink: 0
}

.d-imgtxtUl-2 .inner {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.d-imgtxtUl-2 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-imgtxtUl-2 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.d-imgtxtUl-2 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

.d-imgtxtUl-2 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-imgtxtUl-2 .icon {
    height: 54px;
    line-height: 54px;
    font-size: 0;
    text-align: center
}

.d-imgtxtUl-2 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-imgtxtUl-2 .title {
    margin-top: 24px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    text-align: center
}

.d-imgtxtUl-2 .inner:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-img1 {
    padding-top: 57.47%;
    position: relative;
    overflow: hidden
}

.d-img1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.d-img1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.jy2-bd-bt {
    height: 258px
}

.jy2-bd-bt:after {
    content: '';
    position: absolute;
    right: -1000px;
    bottom: 0;
    left: 0;
    height: 258px;
    background-color: #f2f8f7;
    z-index: -1
}

.jy2-bd-bt .d-imgtxtUl-1 li {
    width: 33.33%
}

.d-imgtxtUl-1 {
    height: 100%;
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-imgtxtUl-1 li {
    width: 30%;
    flex-shrink: 0
}

.d-imgtxtUl-1 .inner {
    display: block;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.d-imgtxtUl-1 .img {
    height: 54px;
    line-height: 54px;
    font-size: 0;
    text-align: center
}

.d-imgtxtUl-1 .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-imgtxtUl-1 .title {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1.2
}

.row-jy3 {
    padding: 70px 0 124px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.d-gzUl-1 {
    height: 522px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex
}

.d-gzUl-1>li {
    width: 18.4%;
    flex-shrink: 0
}

.d-gzUl-1>li>.inner {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.d-gzUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.d-gzUl-1 .hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10
}

.d-gzUl-1 .hd .icon {
    height: 62px;
    line-height: 62px;
    font-size: 0;
    text-align: center
}

.d-gzUl-1 .hd .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-gzUl-1 .hd .title {
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

.d-gzUl-1 .cont {
    padding: 46px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none
}

.d-gzUl-1 .cont .cont-hd {
    margin-bottom: 36px;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.d-gzUl-1 .cont .cont-hd .icon {
    margin-right: 30px;
    width: 50px;
    height: 52px;
    line-height: 52px;
    font-size: 0;
    flex-shrink: 0
}

.d-gzUl-1 .cont .cont-hd .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-gzUl-1 .cont .cont-hd .title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    flex-grow: 1
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover:before {
    background-color: #006856
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover .time {
    color: #006856
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover .time:before {
    background-color: #006856
}

.d-gzUl-1>li:nth-child(2) .d-txtUl-1 .inner:hover .title {
    color: #006856
}

.d-gzUl-1>li.on {
    width: 63.2%
}

.d-gzUl-1>li.on .hd {
    display: none
}

.d-gzUl-1>li.on .cont {
    display: block
}

/*!****** lib.css end *******/
/*!****** rel *******/
@media only screen and (min-width: 959px) and (max-width:1920px) {
    .header .nav li>a {
        padding:0 1.822vw
    }
}

@media only screen and (max-width: 1599px) {
    .wp {
        width:90%
    }

    .header {
        padding: 0 3.541vw;
        height: 6.875vw
    }

    .header:after {
        height: 12.08vw
    }

    .header .logo {
        margin-top: 1.562vw;
        width: 25%;
        height: 3.645vw;
        line-height: 3.645vw
    }

    .header .header-con {
        width: 75%
    }

    .header .header-set {
        margin: 0 -.625vw
    }

    .header .header-set .item {
        margin: 0 .625vw
    }

    .header .header-set .item:before {
        left: -.625vw;
        height: .729vw
    }

    .header .header-set .header-lang {
        font-size: 12px
    }

    .header .header-set .header-so {
        width: 2.083vw;
        height: 2.083vw;
        -webkit-background-size: 1.041vw auto;
        background-size: 1.041vw auto
    }

    .header .nav {
        margin: 0 -1.25vw
    }

    .header .nav li>a {
        padding: 0 1.5vw;
        font-size: 16px;
        line-height: 3.125vw
    }

    .header .nav .sub {
        padding: .52vw 0
    }

    .header .nav .sub a {
        padding: .312vw .52vw;
        font-size: 12px
    }

    .footer .footer-1 {
        padding: 1.875vw 0
    }

    .footer .footer-logo {
        height: 3.645vw;
        line-height: 3.645vw
    }

    .footer .footer-2 {
        padding: 2.708vw 0 1.041vw
    }

    .footer .footer-link .title {
        margin-bottom: .52vw;
        font-size: 16px
    }

    .footer .footer-link .cont {
        font-size: 12px
    }

    .footer .footer-copy {
        padding: 1.041vw 0 2.083vw;
        font-size: 12px
    }

    .d-title1 {
        margin-bottom: 1.562vw
    }

    .d-title1 .tit {
        padding: .416vw .833vw;
        min-height: 3.906vw;
        -webkit-background-size: auto 3.906vw;
        background-size: auto 3.906vw
    }

    .d-title1 .tit .cn {
        font-size: 2.5vw
    }

    .d-title1 .tit .en {
        margin-top: .208vw;
        padding-left: 1.302vw;
        font-size: 12px
    }

    .d-title1.column .tit {
        padding: 0 .416vw 1.875vw
    }

    .d-title1.column .tit .cn {
        width: 32px
    }

    .d-title1.column .tit .en {
        margin-left: 8px;
        padding-top: 5vw
    }

    .d-title1.column .tit .en span {
        width: 14px
    }

    .d-title1.column .d-btns1 {
        padding: 0 .416vw
    }

    .d-btns1 .b1 {
        padding-right: 20px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
        font-size: 14px
    }

    .d-btns1.column .b1 {
        padding-bottom: 20px;
        width: 23px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .banner .banner-btns {
        bottom: 1.458vw
    }

    .banner .banner-btns .swiper-next,.banner .banner-btns .swiper-prev {
        width: 2.5vw;
        height: 2.5vw;
        -webkit-background-size: .7vw auto;
        background-size: .7vw auto
    }

    .banner .banner-btns .swiper-mouse {
        margin: 0 1.041vw;
        width: 4vw;
        height: 4vw
    }

    .banner .banner-btns .swiper-mouse:after {
        -webkit-background-size: 1.8vw auto;
        background-size: 1.8vw auto
    }

    .banner .banner-btns .swiper-mouse canvas {
        width: calc(100% + 2px);
        height: calc(100% + 2px)
    }

    .row-ind1 {
        padding: 4.531vw 0 3.854vw
    }

    .d-news1 .news1-col .d-nUl-1 {
        margin-bottom: 1.927vw
    }

    .d-news1 .news1-cor .d-nUl-1 {
        margin-top: 1.927vw
    }

    .d-nUl-1 {
        margin-bottom: -1.562vw
    }

    .d-nUl-1 li {
        margin-bottom: 1.562vw
    }

    .d-nUl-1 .text {
        padding: 1.55vw 1.666vw
    }

    .d-nUl-1 .text .tit {
        font-size: 16px
    }

    .d-nUl-1 .time {
        padding: .364vw 0 .781vw;
        left: 1.197vw;
        top: 1.51vw;
        min-width: 60px
    }

    .d-nUl-1 .time .t1 {
        font-size: 22px
    }

    .d-nUl-1 .time .t2 {
        margin-top: .208vw;
        font-size: 12px
    }

    .d-nUl-2 {
        margin: 0 -.937vw -1.875vw
    }

    .d-nUl-2 li {
        padding: 0 .937vw;
        margin-bottom: 1.875vw
    }

    .d-nUl-2 .con {
        padding: 20px 30px;
        min-height: 8.593vw
    }

    .d-nUl-2 .con:after {
        height: .156vw
    }

    .d-nUl-2 .title {
        font-size: 16px
    }

    .d-nUl-2 .time {
        margin-top: 1.354vw;
        font-size: 12px
    }

    .d-nUl-2 .time i {
        margin: -.3vw .416vw 0 0;
        width: 10px;
        height: 10px
    }

    .d-nUl-2 .con:hover {
        border-radius: 2.083vw 0 0;
        box-shadow: 0 .104vw 1.406vw 0 rgba(36,101,68,.44)
    }

    .row-ind2 {
        padding: 4.479vw 0 12.65vw
    }

    .row-ind2 .d-title1 {
        margin-bottom: 1.875vw
    }

    .d-notice-swiper1 {
        padding-bottom: 3.958vw;
        margin: 0 -2.812vw
    }

    .d-notice-swiper1 .inner {
        padding: 1.666vw 2.291vw 2.187vw
    }

    .d-notice-swiper1 .inner:before {
        top: 1.979vw;
        bottom: 2.187vw
    }

    .d-notice-swiper1 .time .t1 {
        margin: .208vw .416vw 0 0
    }

    .d-notice-swiper1 .time .t1 span {
        width: 14px;
        font-size: 12px
    }

    .d-notice-swiper1 .time .t2 {
        font-size: 13px
    }

    .d-notice-swiper1 .time .t3 {
        font-size: 26px
    }

    .d-notice-swiper1 .time .line {
        margin: .104vw 0 0
    }

    .d-notice-swiper1 .tit {
        margin-top: 1.3vw;
        font-size: 16px
    }

    .d-notice-swiper1 .btn {
        padding: 0 .26vw;
        margin-top: .937vw
    }

    .d-notice-swiper1 .btn span {
        padding: 0 .937vw;
        font-size: 12px;
        line-height: 26px
    }

    .d-notice-swiper1 .inner:hover .bg {
        border-radius: 2.604vw 0
    }

    .d-notice-swiper1 .swiper-btns {
        left: 2.812vw;
        right: 2.812vw;
        height: 3.5vw
    }

    .d-notice-swiper1 .swiper-btns .swiper-next,.d-notice-swiper1 .swiper-btns .swiper-prev {
        width: 3.5vw;
        height: 3.5vw
    }

    .d-notice-swiper1 .swiper-btns .swiper-next:after,.d-notice-swiper1 .swiper-btns .swiper-prev:before {
        width: 104.1vw
    }

    .row-ind3 {
        padding: 1px 0 2.291vw
    }

    .row-ind3 .wp {
        margin-top: -8.645vw
    }

    .d-sR1 {
        border-radius: 5.208vw 0 0
    }

    .d-sR2 {
        padding-right: 3.541vw
    }

    .d-sR-swiper1 {
        margin-top: -5.625vw;
        padding: 2.447vw 2.239vw;
        border-radius: 0 0 3.125vw
    }

    .d-sR-swiper1 .img {
        margin-right: 1.666vw;
        width: 17.44vw
    }

    .d-sR-swiper1 .text {
        width: calc(100% - 19.11vw)
    }

    .d-sR-swiper1 .time .t1 {
        margin: .208vw .416vw 0 0
    }

    .d-sR-swiper1 .time .t1 span {
        width: 14px;
        font-size: 12px
    }

    .d-sR-swiper1 .time .t2 {
        font-size: 13px
    }

    .d-sR-swiper1 .time .t3 {
        font-size: 26px
    }

    .d-sR-swiper1 .tit {
        margin-top: 1.406vw;
        font-size: 16px
    }

    .d-sR-swiper1 .txt {
        margin-top: .989vw;
        font-size: 14px
    }

    .d-sR-swiper1 .arrow {
        margin-top: .312vw
    }

    .d-sR-swiper1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-sR-swiper1 .inner:hover .arrow i {
        -webkit-transform: translate(.26vw);
        -ms-transform: translate(.26vw);
        -o-transform: translate(.26vw);
        transform: translate(.26vw)
    }

    .row-ind4 {
        padding: 2.291vw 0 5.677vw
    }

    .d-aE-swiper1 .text {
        padding: 1.458vw
    }

    .d-aE-swiper1 .tit {
        font-size: 16px
    }

    .d-aEUl-1 {
        margin: 0 -.937vw -1.562vw
    }

    .d-aEUl-1 li {
        padding: 0 .937vw;
        margin-bottom: 1.562vw
    }

    .d-aEUl-1 .mask-bg .line-l:after,.d-aEUl-1 .mask-bg .line-l:before,.d-aEUl-1 .mask-bg .line-r:after,.d-aEUl-1 .mask-bg .line-r:before {
        width: 1.822vw;
        height: 1.979vw
    }

    .d-aEUl-1 .mask-bg .line-l:before {
        left: .625vw;
        top: .625vw
    }

    .d-aEUl-1 .mask-bg .line-l:after {
        left: .625vw;
        bottom: .625vw
    }

    .d-aEUl-1 .mask-bg .line-r:before {
        right: .625vw;
        top: .625vw
    }

    .d-aEUl-1 .mask-bg .line-r:after {
        right: .625vw;
        bottom: .625vw
    }

    .d-aEUl-1 .text {
        padding: 2.291vw 1.979vw
    }

    .d-aEUl-1 .tit {
        font-size: 16px
    }

    .d-aEUl-1 .txt {
        margin-top: 1.041vw;
        font-size: 14px
    }

    .d-aEUl-1 .arrow {
        margin-top: .833vw
    }

    .d-aEUl-1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-aEUl-1 .more {
        padding-right: 20px;
        font-size: 14px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .row-ind5 .ind5-col {
        margin-bottom: -4.9vw;
        padding: 7.968vw 0 0 5vw
    }

    .row-ind5 .ind5-col .d-title1 {
        margin: 0 2.187vw 2.968vw 0
    }

    .d-aFE-swiper1 {
        padding: 2.343vw 2.291vw;
        min-height: 22.03vw
    }

    .d-aFE-swiper1 .time .t1 {
        margin: .208vw .416vw 0 0
    }

    .d-aFE-swiper1 .time .t1 span {
        width: 14px;
        font-size: 12px
    }

    .d-aFE-swiper1 .time .t2 {
        font-size: 13px
    }

    .d-aFE-swiper1 .time .t3 {
        font-size: 26px
    }

    .d-aFE-swiper1 .tit {
        margin-top: 2.083vw;
        font-size: 16px
    }

    .d-aFE-swiper1 .txt {
        margin-top: 1.718vw;
        font-size: 14px
    }

    .d-aFE-swiper1 .arrow {
        margin-top: 2.552vw
    }

    .d-aFE-swiper1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-aFE-swiper1 .inner:hover .arrow i {
        -webkit-transform: translate(.26vw);
        -ms-transform: translate(.26vw);
        -o-transform: translate(.26vw);
        transform: translate(.26vw)
    }

    .d-aFE-swiper1 .swiper-pagination {
        bottom: 2.5vw
    }

    .d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .598vw;
        width: .364vw;
        height: .364vw
    }

    .d-aFE-video1 .play-btn {
        width: 6vw;
        height: 6vw
    }

    .d-aFE-list {
        right: 5vw;
        width: 58vw
    }

    .d-aFE-list .list {
        padding: 1.562vw 1.77vw
    }

    .d-aFEUl-1 {
        margin-bottom: -1.041vw
    }

    .d-aFEUl-1 li {
        margin-bottom: 1.041vw
    }

    .d-aFEUl-1 .time {
        width: 4vw;
        height: 4vw;
        font-size: 12px
    }

    .d-aFEUl-1 .text {
        padding-left: 1.354vw;
        width: calc(100% - 4vw)
    }

    .d-aFEUl-1 .tit {
        font-size: 16px
    }

    .row-ind6 {
        padding: 23.57vw 0 6.25vw
    }

    .row-ind6 .d-title1 {
        height: 20.4vw
    }

    .d-fLUl-1 {
        margin: 0 -.937vw -1.875vw
    }

    .d-fLUl-1 li {
        padding: 0 .937vw;
        margin-bottom: 1.875vw
    }

    .d-fLUl-1 .inner:after {
        left: .937vw;
        top: .937vw;
        right: .937vw;
        bottom: .937vw
    }

    .d-fLUl-1 .tit {
        padding-bottom: .52vw;
        left: 1.875vw;
        top: 2.239vw;
        width: 24px;
        font-size: 20px
    }

    .d-fLUl-1 .tit:after {
        height: 2.604vw
    }

    .d-fLUl-1 .more {
        padding-bottom: 18px;
        right: 1.77vw;
        bottom: 2.187vw;
        width: 14px;
        font-size: 14px;
        background-size: 10px auto
    }

    .d-fLUl-1 .inner:hover .tit:after {
        height: 3.645vw
    }

    .d-fLUl-1 .inner:hover .more {
        -webkit-transform: translateY(-.26vw);
        -ms-transform: translateY(-.26vw);
        -o-transform: translateY(-.26vw);
        transform: translateY(-.26vw)
    }

    .row-ind7 {
        padding: 7.291vw 0 6.25vw
    }

    .row-ind7 .ind7-bg {
        height: 36.56vw
    }

    .row-ind7 .d-title1 {
        top: 7.291vw;
        right: 5vw
    }

    .row-ind7 .d-title1 .d-btns1 {
        padding: 0 1.041vw;
        margin-top: 3.020vw
    }

    .d-aD1 {
        margin-right: 5vw
    }

    .d-aD2 .icon {
        margin: 0 auto .937vw;
        width: 3.125vw;
        height: 3.125vw;
        line-height: 3.125vw
    }

    .d-aD2 .tit {
        font-size: 1.554vw
    }

    .d-aD4 .mask-bg .line {
        left: .833vw;
        top: .833vw;
        right: .833vw;
        bottom: .833vw
    }

    .d-aD4 .tit {
        font-size: 1.35vw
    }

    .ban {
        height: 39.47vw
    }

    .ban .ban-cont {
        padding-left: 5%;
        bottom: 2.708vw
    }

    .ban .ban-cont .title {
        font-size: 2.5vw
    }

    .ban .ban-cont .ban-nav {
        margin: 1.979vw -.26vw -.52vw
    }

    .ban .ban-cont .ban-nav a {
        padding: 0 .26vw;
        margin-bottom: .52vw;
        font-size: 16px
    }

    .row-in1 {
        padding: 2.604vw 0 4.062vw
    }

    .d-title2 {
        margin-bottom: 2.291vw
    }

    .d-title2 .tit span {
        padding: 0 .833vw 0 1.458vw;
        font-size: 2.5vw
    }

    .d-title2 .tit span:after {
        width: 104.1vw
    }

    .d-title2 .cur {
        margin-left: .52vw;
        padding-left: 16px;
        font-size: 14px;
        background-size: 12px auto
    }

    .d-title2 .cur a,.d-title2 .cur span {
        margin: 0 .26vw
    }

    .pages {
        padding-top: 4.322vw
    }

    .pages ul li {
        padding: 0 .26vw
    }

    .pages ul li a,.pages ul li span {
        padding: 0 .416vw;
        font-size: 14px;
        min-width: 1.979vw;
        line-height: 1.875vw
    }

    .d-nUl-3 .inner {
        padding: 1.25vw
    }

    .d-nUl-3 .img {
        margin-right: 1.875vw;
        width: 16.51vw
    }

    .d-nUl-3 .text {
        padding: 1.041vw 0
    }

    .d-nUl-3 .time {
        padding-left: 16px;
        font-size: 14px;
        background-size: 12px auto
    }

    .d-nUl-3 .title {
        margin-top: 1.093vw;
        font-size: 16px
    }

    .d-nUl-3 .txt {
        margin-top: 1.041vw;
        font-size: 14px
    }

    .d-nUl-3 .inner:hover .bg {
        border-radius: 0 0 2.604vw
    }

    .d-nUl-3 .inner:hover .img {
        border-radius: 2.604vw 0 0
    }

    .d-nUl-4 .inner {
        padding: 0 2.083vw 0 3.020vw;
        height: 3.958vw;
        line-height: 3.958vw
    }

    .d-nUl-4 .inner:before {
        left: 1.354vw;
        width: 6px;
        height: 6px
    }

    .d-nUl-4 .time {
        padding-left: 16px;
        margin-left: .781vw;
        font-size: 14px;
        background-size: 12px auto
    }

    .d-nUl-4 .title {
        font-size: 16px
    }

    .d-nUl-4 .inner:hover {
        box-shadow: 0 .156vw .833vw 0 rgba(0,104,86,.5)
    }

    .d-hisUl-1 .inner {
        width: calc(50% + 8.333vw)
    }

    .d-hisUl-1 .text {
        width: 16.66vw
    }

    .d-hisUl-1 .text .year {
        padding-right: 3.281vw;
        font-size: 3.697vw;
        background-size: 2.76vw auto
    }

    .d-hisUl-1 .text .txt {
        margin-top: .937vw;
        font-size: 14px
    }

    .d-hisUl-1 .pic {
        margin-top: .781vw;
        width: calc(100% - 19.06vw)
    }

    .d-hisUl-1 li:first-child .text {
        padding-top: 1.562vw
    }

    .d-hisUl-1 li:nth-child(even) .text .year {
        padding-left: 3.281vw
    }

    .d-hisUl-1 li:nth-child(even) .pic {
        margin-top: .781vw
    }

    .d-intro1 {
        padding-top: 1.041vw;
        font-size: 14px
    }

    .d-intro1 .title {
        margin-bottom: 1.77vw;
        font-size: 1.65vw
    }

    .row-in2 {
        padding-top: 2.708vw;
        padding-left: 5%
    }

    .d-structure1 .title {
        padding: .807vw .52vw;
        font-size: 18px
    }

    .d-structure1 .items.i1 {
        width: 18.22vw
    }

    .d-structure1 .items.i1:before {
        width: 2.447vw
    }

    .d-structure1 .items.i2 {
        padding-left: 2.395vw;
        width: calc(100% - 18.22vw)
    }

    .d-structure1 .items.i2 .item {
        padding: 1.432vw 0;
        padding-left: 2.5vw
    }

    .d-structure1 .items.i2 .item:before {
        width: 2.5vw
    }

    .d-structure1 .items.i2 .item .title {
        padding: .755vw .52vw;
        width: 14.79vw;
        font-size: 16px
    }

    .d-structure1 .items.i2 .cont {
        padding: .937vw 1.77vw;
        width: calc(100% - 14.79vw)
    }

    .d-structure1 .items.i2 .cont:before {
        left: -.937vw;
        width: .937vw
    }

    .d-structure1 .items.i2 .link a {
        font-size: 14px
    }

    .d-leaderUl-1 {
        margin: 0 -1.145vw
    }

    .d-leaderUl-1 li {
        padding: 0 1.145vw;
        margin-bottom: 3.125vw
    }

    .d-leaderUl-1 .inner {
        padding-bottom: 1.666vw
    }

    .d-leaderUl-1 .inner:after {
        left: 1.041vw;
        top: 1.041vw
    }

    .d-leaderUl-1 .left {
        width: 10.83vw
    }

    .d-leaderUl-1 .title {
        padding: .572vw .781vw;
        font-size: 14px;
        min-height: 2.083vw
    }

    .d-leaderUl-1 .title:after {
        width: 1.666vw;
        height: .156vw
    }

    .d-leaderUl-1 .text {
        padding: 2.395vw 1.25vw 0;
        font-size: 14px
    }

    .d-teachUl-1 {
        margin: 0 -.937vw -3.385vw
    }

    .d-teachUl-1 li {
        padding: 0 .937vw;
        margin-bottom: 3.385vw
    }

    .d-teachUl-1 .inner {
        border-radius: 0 0 2.083vw
    }

    .d-teachUl-1 .img {
        width: 10.72vw
    }

    .d-teachUl-1 .text {
        padding: 1.562vw;
        width: calc(100% - 10.72vw)
    }

    .d-teachUl-1 .hd {
        padding-bottom: 1.354vw
    }

    .d-teachUl-1 .name {
        padding-left: 1.145vw;
        font-size: 16px
    }

    .d-teachUl-1 .txt {
        margin-top: .833vw;
        font-size: 14px
    }

    .d-teachUl-1 .arrow {
        margin-top: .312vw
    }

    .d-teachUl-1 .arrow i {
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: 1.145vw auto;
        background-size: 1.145vw auto
    }

    .d-teachUl-1 .inner:hover .arrow i {
        -webkit-transform: translateX(.26vw);
        -ms-transform: translateX(.26vw);
        -o-transform: translateX(.26vw);
        transform: translateX(.26vw)
    }

    .d-teachDt-hd1 {
        margin-bottom: 2.5vw
    }

    .d-teachDt-hd1 .pic {
        width: 14.37vw
    }

    .d-teachDt-hd1 .text {
        padding: 2.291vw 1.666vw
    }

    .d-teachDt-hd1 .hd {
        padding-bottom: 1.979vw
    }

    .d-teachDt-hd1 .hd .name {
        padding-left: 1.145vw;
        font-size: 22px
    }

    .d-teachDt-hd1 .bd {
        margin-top: 1.979vw
    }

    .d-teachDt-hd1 .bd .title {
        font-size: 16px
    }

    .d-teachDt-hd1 .bd .title img {
        margin: -2px .625vw 0 0;
        max-width: 16px
    }

    .d-teachDt-hd1 .bd .txt {
        margin-top: 1.562vw;
        font-size: 14px
    }

    .d-teachDt-bd1 .item+.item {
        margin-top: 2.187vw
    }

    .d-teachDt-bd1 .title span {
        padding-right: .729vw;
        font-size: 16px
    }

    .d-teachDt-bd1 .title span:after {
        width: 104.1vw
    }

    .d-teachDt-bd1 .title img {
        margin: -.104vw .52vw 0 0;
        max-width: 18px
    }

    .d-teachDt-bd1 .txt {
        margin-top: 1.041vw;
        font-size: 14px
    }

    .d-structure2 .title {
        padding: .807vw .52vw;
        min-width: 22.65vw;
        font-size: 16px
    }

    .d-structure2 .items.i1:after {
        height: 2.5vw
    }

    .d-structure2 .items.i2 {
        padding-top: 2.5vw
    }

    .d-structure2 .items.i2:after {
        top: 2.5vw
    }

    .d-structure2 .items.i2 .item {
        padding-top: 2.5vw
    }

    .d-structure2 .items.i2 .item:after {
        height: 2.5vw
    }

    .d-structure2 .items.i2 .title {
        padding: 1.197vw .52vw;
        font-size: 14px
    }

    .d-structure2 .items.i2 .cont {
        padding: 1.562vw 3.020vw
    }

    .d-structure2 .items.i2 .txt {
        font-size: 12px
    }

    .row-jy1 {
        padding: 3.125vw 0 4.687vw
    }

    .d-title3 {
        margin-bottom: 2.083vw
    }

    .d-title3 .tit {
        padding-bottom: .625vw;
        font-size: 2.2vw
    }

    .d-title3 .tit:after {
        width: 1.666vw;
        height: .156vw
    }

    .d-title3 .more {
        font-size: 14px
    }

    .d-title4 {
        margin-bottom: 1.77vw
    }

    .d-title4 .tit {
        padding-left: 1.041vw;
        font-size: 1.9vw
    }

    .d-title4 .tit:before {
        width: .156vw
    }

    .d-title4 .more {
        font-size: 14px
    }

    .d-jy1 .jy1-bd {
        padding-top: 2.395vw
    }

    .d-jy1 .jy1-bd:after {
        left: 4.583vw
    }

    .d-jy1 .jy1-bd .jy1-col .d-title4 {
        padding-left: 6.25vw
    }

    .d-jy1 .jy1-bd .jy1-cor {
        padding: 0 1.354vw
    }

    .d-jy1 .jy1-bd .jy1-cor .d-txtUl-1 {
        padding-top: .312vw
    }

    .d-jy1 .jy1-bt {
        margin-top: -5.729vw;
        height: 11.56vw
    }

    .d-video1 .play-btn {
        width: 5.729vw;
        height: 5.729vw
    }

    .d-txtUl-1 .inner {
        padding-left: 1.145vw;
        height: 4vw;
        line-height: 4vw
    }

    .d-txtUl-1 .inner:before {
        width: .416vw;
        height: .416vw
    }

    .d-txtUl-1 .time {
        margin-left: 1.041vw;
        padding-left: .625vw;
        font-size: 14px
    }

    .d-txtUl-1 .time:before {
        width: .104vw;
        height: .833vw
    }

    .d-txtUl-1 .title {
        font-size: 16px
    }

    .d-imgtxtUl-1 .img {
        height: 2.812vw;
        line-height: 2.812vw
    }

    .row-jy2 {
        padding-top: 4.687vw
    }

    .row-jy2 .d-title3 {
        padding-right: .937vw
    }

    .d-jy2 .jy2-col {
        padding-top: 5.468vw
    }

    .d-imgtxtUl-2 .icon {
        height: 3.5vw;
        line-height: 3.5vw
    }

    .d-imgtxtUl-2 .title {
        margin-top: 1.25vw;
        font-size: 16px
    }

    .jy2-bd-bt {
        height: 13.43vw
    }

    .jy2-bd-bt:after {
        right: -52.08vw;
        height: 13.43vw
    }

    .d-imgtxtUl-1 .img {
        height: 3.5vw;
        line-height: 3.5vw
    }

    .d-imgtxtUl-1 .title {
        margin-top: 1.25vw;
        margin-top: 1.562vw;
        font-size: 16px
    }

    .row-jy3 {
        padding: 3.645vw 0 6.458vw
    }

    .d-gzUl-1 {
        height: 34vw
    }

    .d-gzUl-1 .hd .icon {
        height: 4.2vw;
        line-height: 4.2vw
    }

    .d-gzUl-1 .hd .title {
        margin-top: 1.562vw;
        font-size: 1.65vw
    }

    .d-gzUl-1 .cont {
        padding: 2.395vw
    }

    .d-gzUl-1 .cont .cont-hd {
        margin-bottom: 1.875vw
    }

    .d-gzUl-1 .cont .cont-hd .icon {
        margin-right: 1.562vw;
        width: 3vw;
        height: 3vw;
        line-height: 3vw
    }

    .d-gzUl-1 .cont .cont-hd .title {
        font-size: 1.65vw
    }
.yqlj li{
    width: 48%;
    font-size:18px;
}


}

@media only screen and (max-width: 1199px) {
    .header {
        padding:0 20px
    }

    .header .logo {
        width: 25%
    }

    .header .header-con {
        width: 75%
    }

    .header .nav li>a {
        padding: 0 1.3vw;
        font-size: 14px
    }

    .header .header-set .item:before {
        height: .9vw
    }

    .header .header-set .header-so {
        -webkit-background-size: 1.2vw auto;
        background-size: 1.2vw auto
    }

    .d-title1 {
        margin-bottom: 20px!important
    }

    .d-title1 .tit {
        padding: 4px 10px 10px
    }

    .d-title1 .tit .cn {
        font-size: 24px
    }

    .d-title1 .tit .en {
        margin-top: 4px
    }

    .d-title1.column .tit {
        padding-bottom: 20px
    }

    .banner .banner-btns .swiper-next,.banner .banner-btns .swiper-prev {
        width: 30px;
        height: 30px;
        -webkit-background-size: 9px auto;
        background-size: 9px auto
    }

    .banner .banner-btns .swiper-mouse {
        width: 50px;
        height: 50px
    }

    .banner .banner-btns .swiper-mouse:after {
        -webkit-background-size: 24px auto;
        background-size: 24px auto
    }

    .row-ind1 {
        padding: 60px 0
    }

    .d-nUl-2 .con {
        padding: 15px 20px
    }

    .row-ind2 {
        padding: 60px 0 190px
    }

    .d-notice-swiper1 .swiper-btns {
        height: 34px
    }

    .d-notice-swiper1 .swiper-btns .swiper-next,.d-notice-swiper1 .swiper-btns .swiper-prev {
        width: 34px;
        height: 34px
    }

    .d-notice-swiper1 .swiper-btns .swiper-prev {
        left: 45%
    }

    .d-notice-swiper1 .swiper-btns .swiper-next {
        right: 45%
    }

    .row-ind3 {
        padding: 1px 0 30px
    }

    .row-ind3 .wp {
        margin-top: -130px
    }

    .d-sR-swiper1 {
        margin-top: -80px
    }

    .d-sR-swiper1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .row-ind4 {
        padding: 30px 0 80px
    }

    .d-aEUl-1 .txt {
        height: 3em
    }

    .d-aEUl-1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .row-ind5 .ind5-col {
        padding: 80px 0 0 5vw;
        margin-bottom: -60px
    }

    .d-aFE-swiper1 {
        min-height: 270px
    }

    .d-aFE-swiper1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }

    .d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 4px;
        height: 4px
    }

    .d-aFEUl-1 .time {
        width: 50px;
        height: 50px
    }

    .row-ind6 {
        padding: 280px 0 80px
    }

    .row-ind6 .d-title1 {
        margin: 0;
        height: 240px
    }

    .row-ind7 {
        padding: 90px 0 70px
    }

    .d-aD2 .icon {
        height: 36px;
        line-height: 36px;
        width: 36px
    }

    .d-aD2 .tit {
        font-size: 18px
    }

    .d-aD4 .tit {
        font-size: 16px
    }

    .ban .ban-cont .title {
        font-size: 24px
    }

    .ban .ban-cont .ban-nav a {
        font-size: 14px
    }

    .d-title2 .tit span {
        font-size: 24px
    }

    .pages ul li a,.pages ul li span {
        min-width: 24px;
        line-height: 22px
    }

    .d-nUl-3 .img {
        width: 25%
    }

    .d-nUl-4 .inner {
        height: 50px;
        line-height: 50px
    }

    .d-intro1 .title {
        font-size: 18px
    }

    .d-teachDt-hd1 .pic {
        width: 180px
    }

    .d-title3 .tit {
        font-size: 22px
    }

    .d-title4 .tit {
        font-size: 18px
    }
}

@media only screen and (max-width: 959px) {
    .wp {
        width:100%;
        padding: 0 20px
    }

    .header {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        background: linear-gradient(180deg, #006856, transparent);
    }

    .header .logo {
        margin-top: 10px;
        width: 200px;
        height: 40px;
        line-height: 40px;
        position: relative;
        z-index: 10
    }

    .menuBtn {
        display: block
    }

    .header .header-con {
        padding-top: 60px;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0,94,77,.9);
        z-index: 9;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .header .header-con .scroll {
        padding: 20px 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        overflow-y: auto
    }

    .header .header-con.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .header .header-set {
        margin: 0;
        display: block;
        position: absolute;
        right: 50px;
        top: 10px;
        z-index: 10
    }

    .header .header-set .header-so {
        width: 40px;
        height: 40px;
        -webkit-background-size: 24px auto;
        background-size: 24px auto
    }

    .header .header-con .header-set {
        margin-top: 10px;
        padding: 0 30px;
        line-height: 40px;
        position: static;
        order: 2
    }

    .header .header-con .header-set .header-lang a {
        background-color: #fff;
        color: #006856
    }

    .header .header-con .header-set .header-so {
        display: none
    }

    .header .nav {
        display: block;
        order: 1
    }

    .header .nav li>a {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 1.5;
        position: relative
    }

    .header .nav li>a i {
        display: block
    }

    .header .nav li.on>a i {
        -webkit-transform: translateY(-50%) rotateX(180deg);
        -ms-transform: translateY(-50%) rotateX(180deg);
        -o-transform: translateY(-50%) rotateX(180deg);
        transform: translateY(-50%) rotateX(180deg)
    }

    .header .nav .sub {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .header .nav .sub a {
        text-align: left;
        font-size: 14px;
        padding: 5px 40px
    }

    .pop-search .pop-search-close {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px
    }

    .search-box {
        width: 300px
    }
.footer .footer-copy .fwz {
        margin: 0 auto;
}
    .footer .footer-1 {
        padding: 15px 0
    }

    .footer .footer-logo {
        height: 30px;
        line-height: 30px
    }

    .footer .footer-2 {
        padding: 15px 0 5px;
        display: block
    }

    .footer .footer-link {
        margin-bottom: 15px;
        width: 100%
    }

    .footer .footer-copy {
        padding: 5px 0 15px;
        width: 100%;
        flex-direction: column;
    }

    .d-title1 .tit {
        min-height: 60px;
        -webkit-background-size: auto 60px;
        background-size: auto 60px
    }

    .banner {
        height: 70vw
    }

    .row-ind1 {
        padding: 50px 0
    }

    .d-news1 {
        display: block
    }

    .d-news1 .news1-col,.d-news1 .news1-cor {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column
    }

    .d-news1 .news1-col {
        margin-bottom: 30px
    }

    .d-news1 .news1-col .d-nUl-1 {
        margin: 0 0 10px
    }

    .d-nUl-1 {
        order: 1
    }

    .d-nUl-1 .time {
        padding: 5px 10px 10px;
        left: 15px;
        top: 15px
    }

    .d-nUl-1 .text {
        padding: 10px 15px
    }

    .d-nUl-2 {
        margin-bottom: -10px;
        order: 2
    }

    .d-nUl-2 li {
        margin-bottom: 10px;
        width: 100%
    }

    .d-nUl-2 .con {
        padding: 20px
    }

    .d-news1 .news1-cor .d-nUl-1 {
        margin: 0 0 15px
    }

    .row-ind2 {
        padding: 50px 0 90px
    }

    .d-notice-swiper1 {
        padding-bottom: 50px;
        margin: 0
    }

    .d-notice-swiper1 .slider {
        margin: 0 -2px
    }

    .d-notice-swiper1 .inner {
        padding: 30px
    }

    .d-notice-swiper1 .tit {
        margin-top: 16px
    }

    .d-notice-swiper1 .btn {
        margin-top: 15px
    }

    .d-notice-swiper1 .btn span {
        padding: 0 10px
    }

    .d-notice-swiper1 .swiper-btns .swiper-prev {
        left: 36%
    }

    .d-notice-swiper1 .swiper-btns .swiper-next {
        right: 36%
    }

    .row-ind3 {
        padding: 1px 0 25px
    }

    .row-ind3 .wp {
        margin-top: -40px
    }

    .d-sR2 {
        padding: 30px 0 0;
        display: block
    }

    .d-sR2 .d-title1 {
        width: 100%
    }

    .d-sR-swiper1 {
        margin: 0;
        padding: 15px;
        width: 100%
    }

    .d-sR-swiper1 .inner {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .d-sR-swiper1 .img {
        margin: 0 0 15px;
        width: 100%
    }

    .d-sR-swiper1 .text {
        width: 100%
    }

    .d-sR-swiper1 .tit {
        margin-top: 16px
    }

    .d-sR-swiper1 .txt {
        margin-top: 10px
    }

    .d-sR-swiper1 .arrow {
        margin-top: 8px
    }

    .row-ind4 {
        padding: 25px 0 50px
    }

    .d-aE1 {
        display: block
    }

    .d-aE1 .aE1-col,.d-aE1 .aE1-cor {
        width: 100%
    }

    .d-aE1 .aE1-col {
        margin-bottom: 10px
    }

    .d-aEUl-1 {
        margin: 0 -5px -10px
    }

    .d-aEUl-1 li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .d-aEUl-1 .mask-bg,.d-aEUl-1 .text {
        display: none
    }

    .d-aEUl-1 li.i4 .mask-bg {
        display: block
    }

    .d-aEUl-1 li.i4 .text {
        display: -webkit-flex;
        display: flex
    }

    .d-aEUl-1 li.i4 .inner {
        padding-top: 74.6%
    }

    .row-ind5 {
        display: block
    }

    .row-ind5 .ind5-col,.row-ind5 .ind5-cor {
        width: 100%
    }

    .row-ind5 .ind5-col {
        padding: 50px 0 0 20px;
        margin: 0
    }

    .row-ind5 .ind5-col .d-title1 {
        margin-right: 20px
    }

    .d-aFE-swiper1 {
        padding: 30px;
        margin-left: -20px;
        min-height: 250px
    }

    .d-aFE-swiper1 .tit {
        margin-top: 16px
    }

    .d-aFE-swiper1 .txt {
        margin-top: 10px
    }

    .d-aFE-swiper1 .arrow {
        margin-top: 8px
    }

    .d-aFE-swiper1 .swiper-pagination {
        padding: 0;
        right: 0;
        bottom: 20px;
        text-align: center
    }

    .d-aFE-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px!important
    }

    .d-aFE-list {
        position: static;
        width: 100%;
        flex-wrap: wrap
    }

    .d-aFE-list .pic {
        width: 100%;
        padding-top: 69.62%;
        position: relative
    }

    .d-aFE-list .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .d-aFE-list .list {
        padding: 20px;
        width: 100%
    }

    .d-aFEUl-1 {
        margin-bottom: -10px
    }

    .d-aFEUl-1 li {
        margin-bottom: 10px
    }

    .d-aFEUl-1 .text {
        padding-left: 15px
    }

    .d-aFE-video1 .play-btn {
        width: 50px;
        height: 50px
    }

    .row-ind6 {
        padding: 50px 0
    }

    .row-ind6 .d-title1 {
        margin: 0!important
    }

    .d-fLUl-1 {
        margin: 0 -5px -10px;
        flex-wrap: wrap;
        width: 78%
    }

    .d-fLUl-1 li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%
    }

    .d-fLUl-1 .inner {
        height: auto;
        padding-top: 177.3%
    }

    .d-fLUl-1 .inner:after {
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px
    }

    .d-fLUl-1 .tit {
        left: 16px;
        top: 20px;
        padding-bottom: 6px
    }

    .d-fLUl-1 .tit:after {
        height: 30px
    }

    .d-fLUl-1 .more {
        right: 16px;
        bottom: 16px
    }

    .d-fLUl-1 .inner:hover .tit:after {
        height: 50px
    }

    .row-ind7 {
        padding: 50px 20px
    }

    .row-ind7 .d-title1 {
        position: relative;
        top: auto;
        right: auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .row-ind7 .d-title1 .d-btns1 {
        margin: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .row-ind7 .ind7-bg {
        height: 100%
    }

    .d-aD1 {
        margin: 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }

    .d-aD1 .item {
        position: relative;
        left: 0!important;
        top: 0!important;
        right: 0!important;
        bottom: 0!important;
        width: 100%!important
    }

    .d-aD1 .item.i2:after,.d-aD1 .item.i4:after {
        padding-top: 40%
    }

    .ban {
        height: 40vw
    }

    .ban .ban-cont {
        display: none
    }

    .row-in1 {
        padding: 40px 0;
        min-height: 500px;
    }

    .d-title2 {
        margin-bottom: 20px;
        display: block
    }

    .d-title2 .tit span {
        padding: 0 10px 0 15px
    }

    .d-title2 .cur {
        margin: 10px 0 0
    }

    .d-nUl-3 .inner {
        padding: 10px
    }

    .d-nUl-3 .img {
        margin-right: 15px;
        width: 140px
    }

    .d-nUl-4 .inner {
        padding: 0 10px 0 20px
    }

    .d-nUl-4 .time {
        font-size: 12px
    }

    .d-nUl-4 .title {
        font-size: 14px
    }

    .d-hisUl-1 {
        margin-bottom: -10px
    }

    .d-hisUl-1 li {
        margin-bottom: 10px
    }

    .d-hisUl-1 .inner {
        width: 100%
    }

    .d-hisUl-1 .text {
        padding: 10px;
        width: 100px
    }

    .d-hisUl-1 .text .year {
        font-size: 18px
    }

    .d-hisUl-1 .pic {
        margin: 0!important;
        width: calc(100% - 110px)
    }

    .d-intro1 .title {
        margin-bottom: 15px
    }

    .row-in2 {
        padding: 20px 0 0 20px
    }

    .d-structure1 .title {
        padding: 15px
    }

    .d-structure1 .items.i2 .item .title {
        padding: 10px
    }

    .d-structure1 .items.i2 .cont {
        padding: 10px 20px
    }

    .d-structure1 .items.i2 .link a {
        line-height: 2
    }

    .d-leaderUl-1 {
        margin-bottom: -20px
    }

    .d-leaderUl-1 li {
        margin-bottom: 20px;
        width: 100%
    }

    .d-leaderUl-1 .left {
        width: 150px
    }

    .d-leaderUl-1 .title {
        padding: 15px 10px
    }

    .d-leaderUl-1 .text {
        padding: 15px
    }

    .d-title5 {
        margin: 40px 0 20px
    }

    .d-title5 .title span {
        font-size: 20px
    }

    .d-title5 .tips {
        width: 100%;
        text-align: right
    }

    .d-teachUl-1 {
        margin-bottom: -20px
    }

    .d-teachUl-1 li {
        margin-bottom: 20px;
        width: 100%
    }

    .d-teachUl-1 .img {
        width: 140px
    }

    .d-teachUl-1 .text {
        padding: 20px;
        width: calc(100% - 140px)
    }

    .d-teachUl-1 .hd {
        padding-bottom: 10px
    }

    .d-teachUl-1 .txt {
        margin-top: 5px
    }

    .d-teachUl-1 .arrow i {
        width: 24px;
        height: 24px;
        -webkit-background-size: 12px auto;
        background-size: 12px auto
    }

    .d-teachDt-hd1 {
        margin-bottom: 20px;
        display: block;
        border-radius: 0 0 20px
    }

    .d-teachDt-hd1 .pic {
        margin: 0 auto
    }

    .d-teachDt-hd1 .text {
        padding: 20px
    }

    .d-teachDt-hd1 .hd {
        padding-bottom: 15px
    }

    .d-teachDt-hd1 .bd {
        margin-top: 15px
    }

    .d-teachDt-bd1 .txt,.d-teachDt-hd1 .bd .txt {
        margin-top: 10px
    }

    .d-teachDt-bd1 .item+.item {
        margin-top: 20px
    }

    .d-structure2 .title {
        padding: 10px 15px
    }

    .d-structure2 .items.i2 .title {
        padding: 10px
    }

    .d-structure2 .items.i2 .cont {
        padding: 15px 20px
    }

    .row-jy1 {
        padding: 40px 0
    }

    .d-title3 {
        margin-bottom: 30px
    }

    .d-title3 .tit {
        padding-bottom: 10px
    }

    .d-title3 .tit:after {
        width: 20px;
        height: 2px
    }

    .d-title4 {
        margin-bottom: 20px
    }

    .d-title4 .tit {
        padding-left: 15px
    }

    .d-title4 .tit:before {
        width: 2px
    }

    .d-jy1 .jy1-bd {
        padding: 30px 0;
        flex-wrap: wrap
    }

    .d-jy1 .jy1-bd:after {
        right: -20px;
        left: -20px
    }

    .d-jy1 .jy1-bd .jy1-col,.d-jy1 .jy1-bd .jy1-cor {
        width: 100%
    }

    .d-jy1 .jy1-bd .jy1-col {
        margin-bottom: 30px
    }

    .d-jy1 .jy1-bd .jy1-col .d-title4 {
        padding: 0
    }

    .d-video1 .play-btn {
        width: 60px;
        height: 60px
    }

    .d-txtUl-1 .inner {
        padding-left: 15px;
        height: 40px;
        line-height: 40px
    }

    .d-txtUl-1 .inner:before {
        width: 6px;
        height: 6px
    }

    .d-txtUl-1 .time {
        padding-left: 10px;
        margin-left: 15px
    }

    .d-txtUl-1 .time:before {
        width: 2px;
        height: 12px
    }

    .d-jy1 .jy1-bt {
        margin: 0;
        height: 120px;
        width: 100%;
    }

    .d-jy1 .jy1-bt:after {
        left: -20px;
        right: -20px;
        background-color: #f2f8f7
    }

    .d-imgtxtUl-1 li {
        width: 33.33%
    }

    .d-imgtxtUl-1 .img {
        height: 28px;
        line-height: 28px
    }

    .d-imgtxtUl-1 .title {
        margin-top: 10px
    }

    .row-jy2 {
        padding-top: 40px
    }

    .row-jy2 .d-title3 {
        padding: 0;
        position: static;
        width: 100%
    }

    .d-jy2 {
        flex-wrap: wrap
    }

    .d-jy2 .jy2-col,.d-jy2 .jy2-cor {
        padding: 0;
        width: 100%
    }

    .jy2-bd-bt,.jy2-bd-bt:after {
        height: 120px
    }

    .d-imgtxtUl-2 .icon {
        height: 28px;
        line-height: 28px
    }

    .d-imgtxtUl-2 .title {
        margin-top: 10px
    }

    .row-jy3 {
        padding: 40px 0
    }

    .d-gzUl-1 {
        height: auto;
        flex-wrap: wrap
    }

    .d-gzUl-1 li {
        width: 100%!important
    }

    .d-gzUl-1 .hd {
        display: none
    }

    .d-gzUl-1 .cont {
        padding: 30px 20px;
        display: block;
        position: relative
    }

    .d-gzUl-1 .cont .cont-hd {
        margin-bottom: 15px
    }

    .d-gzUl-1 .cont .cont-hd .icon {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .d-gzUl-1 .cont .cont-hd .title {
        font-size: 18px
    }

.d-hisUl-1 li .nopic{
display:none;
}
.d-hisUl-1 li .nopictxt{
width:100%;
height:auto;
}
.yqlj li{
    width: 48%;
font-size:16px;
}
}

/*!****** rel end *******/
.g-nav-m {
    position: relative;
    background-color: #006856;
    color: #fff;
    height: 46px;
    font-size: 18px;
    padding: 0 15px;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    display: none;
    position:relative;
}
.g-nav-m span{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 11px;
    height: 8px;
    background: url(../images/d-down1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.g-nav-m .txt {
    position: relative;
    width: 100%
}

.g-nav-m .txt:after {
   
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 8px;
    background: url(../images/d-down1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.g-nav-m .option {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 10;
    margin: 5px 0;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    font-size: 14px;
    color: rgba(0,0,0,.8);
    line-height: 26px;
    max-height: 288px;
    overflow-y: auto;
    display: none
}

.g-nav-m .option li {
    padding: 5px 15px
}

@media only screen and (max-width: 959px) {
    .g-nav-m {
        margin-bottom:30px;
        display: flex
    }

}
@media only screen and (max-width: 420px) {



.yqlj li a {
    height: 50px;

}
.yqlj li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
}



}
.cont p{
text-indent:2em;
}
.cont img{height:auto !important;max-width:100%;margin: 5px 0px;}
.cont video{
height:auto !important;
max-width:100%;
}
.cont .vsbcontent_img{text-align: center;}
.cont .table{
overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.cont .table table{
    margin: 10px auto;
    width: auto;
    max-width: 1440px;
}

.cont .table p{
text-indent:0px;
}




.gh .items.i2:after{
    content: '';
    position: absolute;
    left: 0%;
    top: 48px;
    right: 0%;
    height: 1px;
    background-color: #006856;

}
.gh .items.i2 .item:after{
height:0;
}
.gh .items.i2 .item{
    width: 100%;
}
.gh .cont p{
text-align:center;
text-indent: 0;
}

.gh .items.i2 .item{
padding-top:0;
}


@media only screen and (max-width: 1599px){
.gh .items.i2:after{
top: 2.5vw;
}
}


.cont iframe{
display:block;
max-width:100%;
margin:0 auto;
}


.cont .info{
    margin-bottom: 34px;
}




.cont img{height:auto !important;max-width:100%;margin: 5px 20px 0px 0px;}
.cont p{text-indent:2em;line-height: 28px;}
.cont video{
height:auto !important;
max-width:100%;
}
.cont .vsbcontent_img{text-align: center;}
.cont .table{
overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.cont .table table{
    margin: 0 auto;
    width: auto;
    max-width: 1440px;
}

.cont .table p{
text-indent:0px;
}


.piclist ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.piclist ul li{
    width: 31.3%;
    margin-bottom: 50px;
}
.piclist .pic{
height:300px;
width:100%;
overflow:hidden;
}
.piclist .pic a{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.piclist .pic a img{
display:none;
}


.piclist ul li:hover a{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


@media only screen and (max-width: 1199px){

.piclist .pic{
height:200px;

}
}


@media only screen and (max-width: 999px){

.piclist .pic{
height:150px;

}
}


@media only screen and (max-width: 768px){

.piclist ul li{
    width: 48%;
}
.cont .txt p{text-indent:0;}
}

@media only screen and (max-width: 500px){

.piclist .pic{
height:100px;
}
}


@media only screen and (max-width: 400px){
.piclist ul li{

    margin-bottom: 30px;
}
.piclist .pic{
height:80px;
}
}



.tit11{
    font-size: 26px;
    color: #333;
    position: relative;
    padding-left: 10px;
    line-height: 1.5;
}

.tit11::after{
    content: "";
    position: absolute;
    left: 10px;
    bottom: -5px;
    background: #006750;
    width: 50px;
    height: 5px;
}

@media only screen and (max-width: 1199px){
.tit11{font-size:22px;}
}


.flex{display:flex;justify-content: space-between;}

.wp .inner_left{width: 20%;}

.wp .inner_right {
    width: 75.86%;
}

.leftNav .nav_tit h2{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    background: #016660;
}

.leftNav .lv1 li h2{
    position: relative;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    padding: 14px 32px;
    text-align: center;
    transition: .5s;
}
.leftNav .lv1 li h2 i{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}

.leftNav .lv2{
    display: none;
}
.leftNav .lv2 li {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 10px ;
    text-align: center;
}
.leftNav .lv2 li.active a{
      color: #016660;
}
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li:hover h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv1 li.on h2 ,
.leftNav .lv1 li.active h2 ,
.leftNav .lv1 li:hover h2 {
    color: #016660;
    font-weight: 600;
}

.leftNav .lv2 li:hover{
    color: #016660
}
.leftNav .lv1>li{
    margin-bottom: 10px;
}
.leftNav .lv1{
    padding: 16px 0 ;
    background: #F9F9F9;
}

.leftNav ul li.active .lv2{
display:block;
}
@media only screen and (max-width: 959px){
.wp .inner_left{
display:none;
}
.wp .inner_right{
width:100%;
}
}
