﻿html {
    -webkit-text-size-adjust: none
}

body {
        font-family: 微软雅黑, "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 22px;
    font-style: normal;
    line-height: 1.6;
    font-weight: normal;
    font-variant: normal;
    color: rgba(0, 45, 114, 0.8);
    background: #eee
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 45, 114, 0.8);
}

body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
img,
td,
div,
input {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    outline-style: none;
    color: #323232;
    text-decoration: none;
    border: 0
}

a:hover {
    text-decoration: none;
    color: #c1a367
}

input,
select,
textarea {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #323232;
    outline: none
}

input {
    border: 0;
    padding: 0 5px;
    line-height: 22px
}

textarea {
    padding: 5px;
    resize: none
}

img {
    border: 0;
    display: block
}

li {
    list-style-type: none;
    vertical-align: 0
}

.hidden {
    display: none !important
}

.fleft {
    float: left
}

.fright {
    float: right
}

.pos_r {
    position: relative
}

.pos_a {
    position: absolute
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0
}

.animate {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc
}

:-moz-placeholder {
    font-size: 14px;
    color: #ccc
}

::-moz-placeholder {
    font-size: 14px;
    color: #ccc
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #ccc
}

.wrap {
    width: 100%;
    min-width: 750px;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden
}

.head {
    width: 750px;
    height: 438px;
    position: relative;
    left: 50%;
    margin-left: -375px;
    margin-top: 122px;
    background: #042f70;
    overflow: hidden;
}

.head-left {
    background: url(../images/head_bg.png) no-repeat right center;
    height: 438px;
    width: 247px;
    float: left;
    position: absolute;
    z-index: 5;
    opacity: 0.6;
}

.head-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 122px;
    box-sizing: border-box
}

.logo {
    width: 152px;
    height: 68px;
    float: left;
    margin: 28px 0 0 45px
}

.nav-click {
    width: 79px;
    height: 60px;
    background: url(../images/nav.png) no-repeat;
    float: right;
    margin: 30px 40px 0 0
}

.nav-cont_lists {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background: #002d73;
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    opacity: 0
}

.nav-cont_cut {
    right: 0;
    opacity: 1
}

.nav-logo {
    height: 180px
}

.nav-ul {
    margin-left: 100px;
    -webkit-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .4s;
    -moz-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .4s;
    transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .4s;
    opacity: 0
}

.nav-cont_cut .nav-ul {
    margin-left: 145px;
    opacity: 1
}

.nav-ul li {
    margin-bottom: 40px
}

.nav-ul li h3 {
    font-size: 32px;
    font-weight: 400;
    height: 64px;
}

.nav-ul li h3:after {
    width: 68px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    margin-top: 20px
}

.nav-ul li h3 a {
    color: #fff;
    height: 42px;
    line-height: 42px;
}

.nav-sub a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    line-height: 62px;
    display: block
}

.nav-sub a.on {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.8);
}

.nav-sub_logo {
    width: 183px;
    height: 81px;
    float: left;
    margin: 40px 0 0 40px
}

.nav-sub_close {
    width: 52px;
    height: 52px;
    background: url(../images/nav_close.png) no-repeat;
    float: right;
    margin: 40px 40px 0 0;
    cursor: pointer
}

.index_banner {
    width: 100%;
    height: 438px;
    float: right;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ban_hd {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    text-align: center
}

.ban_hd ul {
    display: inline-block;
    height: 10px;
    padding: 3px 5px;
    font-size: 0;
    vertical-align: top
}

.ban_hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: none;
    margin: 0 3px;
    vertical-align: top;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%
}

.ban_hd ul .on {
    background: #042f70
}

.ban_bd {
    position: relative;
    z-index: 0
}

.ban_bd li {
    position: relative
}

.ban_bd li img {
    width: 100%
}

.ban_bd li a {
    -webkit-tap-highlight-color: transparent
}

.head-right {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.head-right img {
    float: right
}

.head-language {
    color: #fff;
    font-size: 30px;
    padding-bottom: 80px;
    text-align: center;
}

.head-language a {
    color: #fff;
    margin: 0 10px;
    padding-bottom: 3px;
    display: inline-block;
    white-space: nowrap
}

.head-language a.cut:after,
.head-language a:hover:after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 2px solid #fff
}

.nav-lists {
    margin-top: 45px;
    width: 150px;
    float: right;
    padding-right: 90px
}

.nav-lists dt {
    font-size: 30px;
    color: #c1a367;
    margin-bottom: 25px
}

.nav-lists dd {
    line-height: 60px
}

.nav-lists dd a {
    color: #818dab;
    font-size: 18px;
    display: inline-block;
    position: relative
}

.nav-lists dd a:hover:after,
.nav-lists dd a.cut:after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 2px solid #818dab;
    position: absolute
}

.content {
    width: 750px;
    background: url(../images/cont_bg.png) no-repeat;
    position: relative;
    left: 50%;
    margin-left: -375px
}

.cont-bg {
    background: url(../images/bg_icon.png) no-repeat 70px 313px
}

.content-sub {
    width: 750px;
    margin: 0 auto;
    padding: 110px 70px;
    box-sizing: border-box
}

.title-h2 {
    font-size: 60px;
    line-height: 1;
    color: #c1a367;
    font-weight: 400;
    padding-top: 38px;
    position: relative
}

.title-h2:before {
    content: "";
    width: 106px;
    border-bottom: 4px solid #002d72;
    display: block;
    position: absolute;
    top: 0
}

.title-h4 {
    font-size: 30px;
    line-height: 1;
    color: #002d72;
    font-weight: 400;
    margin: 30px 0 25px
}

.cont-text {
    width: 100%;
    float: left;
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px
}

.text-h3 {
    font-size: 30px;
    color: #c1a367;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 15px
}

.cont-text p {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: justify
}

.cont-s-img {
    width: 610px;
    float: none;
    margin: 48px 0
}

.cont-text p.text-right {
    text-align: right
}

.cont-bg1 {
    background: url(../images/bg_icon1.png) no-repeat 70px 313px
}

.title-h5 {
    font-size: 24px;
    line-height: 40px;
    color: #002d72;
    font-weight: 400;
    margin: 30px 0 25px
}

.title-h5-img {
    width: 610px;
    -moz-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
    margin-top: 100px
}

.cont-bg2 {
    background: url(../images/bg_icon2.png) no-repeat 70px 280px
}

.news-top {
    margin: 65px 0 50px
}

.news-img {
    width: 610px;
    height: 458px;
    float: left
}

.news-t-r {
    width: 610px;
    float: right
}

.user-icon {
    width: 7px;
    height: 7px;
    background: #002d72;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
    float: left;
    margin-top: 13px
}

.t-r-title {
    font-size: 18px;
    color: #002d72;
    margin-bottom: 10px;
    overflow: hidden;
    display: block
}

.t-r-title span {
    float: left;
    width: 583px;
    line-height: 40px;
    font-size: 24px
}

.t-r-time {
    color: #002d72;
    padding-left: 27px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 22px
}

.t-r-p {
    color: rgba(0, 45, 114, 0.8);
    padding-left: 27px;
    line-height: 40px;
    font-size: 22px;
    text-align: justify
}

.news-ul {
    border-top: 1px solid #c6cfdc
}

.news-ul li {
    height: 79px;
    line-height: 79px;
    overflow: hidden;
    border-bottom: 1px solid #c6cfdc
}

.news-ul li a {
    float: left;
    font-size: 24px;
    color: rgba(0, 45, 114, 0.8);
    width: 450px
}

.news-ul li a:hover {
    color: #c1a367
}

.news-b {
    float: right;
    font-weight: 400;
    color: #002d72;
    padding-right: 5px;
    font-size: 22px
}

.news-ul li .user-icon {
    margin-left: 3px;
    margin-top: 35px
}

.pages {
    text-align: center;
    height: 65px;
    margin-top: 64px
}

.pages a {
    display: inline-block;
    line-height: 65px;
    text-align: center;
    width: 65px;
    height: 65px;
    color: #002d72;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 22px
}

.pages a:hover,
.pages a.cut {
    color: #fff;
    background: #c1a367
}

.pages a.prev-a,
.pages a.next-a {
    font-family: simsun;
    background: #002d72;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.pages a.prev-a:hover,
.pages a.next-a:hover {
    background: #c1a367
}

.cont-bg3 {
    background: url(../images/bg_icon3.png) no-repeat 70px 360px
}

.cont-bg4 {
    background: url(../images/bg_icon3.png) no-repeat 70px 80px
}

.cont-bg5 {
    background: url(../images/bg_icon4.png) no-repeat 70px 100px
}

.cont-bg6 {
    background: url(../images/bg_icon4.png) no-repeat 70px 350px
}

.cont-bg7 {
    background: url(../images/bg_icon5.png) no-repeat 70px 280px
}

.cont-bg8 {
    background: url(../images/bg_icon6.png) no-repeat 70px 400px
}

.cont-bg9 {
    background: url(../images/bg_icon7.png) no-repeat 70px 400px
}

.cont-bg10 {
    background: url(../images/bg_icon8.png) no-repeat 70px 300px
}

.cont-bg11 {
    background: url(../images/bg_icon9.png) no-repeat 70px 300px
}

.cont-bg12 {
    background: url(../images/bg_icon10.png) no-repeat 70px 280px
}

.cont-bg13 {
    background: url(../images/bg_icon11.png) no-repeat 70px 430px
}

.cont-bg14 {
    background: url(../images/bg_icon12.png) no-repeat 70px 430px
}

.cont-bg15 {
    background: url(../images/bg_icon13.png) no-repeat 70px 300px
}

.news-title-h3 {
    font-size: 30px;
    line-height: 1.3;
    color: rgba(0, 45, 114, 0.8);
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px
}

.news-title-time {
    color: #002d72;
    text-align: center;
    padding: 10px 0 15px;
    font-size: 22px
}

.news-title-source,
.news-title-time1 {
    color: #002d72;
    text-align: center;
    display: block;
    font-size: 22px
}

.news-title-source:after,
.news-title-time1:after {
    content: "";
    width: 106px;
    border-bottom: 4px solid #002d72;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px
}

.content-text {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.content-text img {
    max-width: 610px;
    margin: 50px auto
}

.content-text p {
    margin-top: 30px;
    font-size: 22px;
    line-height: 40px;
    text-align: justify
}

.p-title {
    font-size: 30px !important
}

.news-title-time1 {
    font-size: 20px;
    color: rgba(0, 45, 114, 0.8)
}

.p-line {
    border-bottom: 1px solid #c6cfdc
}

.p-ul {
    margin-top: 30px
}

.p-ul li {
    background: url(../images/icon1.png) no-repeat left 12px;
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: justify
}
.news-tips {
    margin: 40px 0 60px;
    line-height: 40px;
    font-size: 24px;
    text-align: justify;
}
.news-lists {
    width: 100%;
    position: relative;
}

.news-lists:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.news-line {
    border-left: 1px solid #9fb0ca;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    z-index: -1;
    background: url(../images/icon2.png) no-repeat center bottom
}

.news-line b {
    width: 7px;
    height: 7px;
    background: url(../images/icon2.png) no-repeat;
    position: absolute;
    left: -4px;
    bottom: 0
}

.news-sub li {
    overflow: hidden
}

.n-sub-date {
    width: 100px;
    height: 100px;
    border: 1px solid #9fb0ca;
    background: #fff;
    border-radius: 50%;
    font-size: 22px;
    color: rgba(0, 45, 114, 0.8);
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.n-sub-date span {
    display: block;
    border-bottom: 1px solid #9fb0ca;
    width: 80px;
    margin: 0 auto
}

.n-sub-date:after {
    content: "";
    border-bottom: 1px solid #9fb0ca;
    width: 23px;
    display: block;
    margin: -41px 20px 0 122px
}

.n-sub-right,
.n-sub-agro {
    width: 445px;
    margin-left: 63px;
    float: left
}

.n-sub-right:after {
    border-bottom: 1px solid rgba(159, 176, 202, 0.5);
    content: "";
    display: block;
    width: 90%;
    margin-top: 35px;
    margin-left: 20px
}

.sub-t-a,
.duty-h6 {
    font-size: 30px;
    color: #c1a367;
    margin-top: 30px;
    display: block;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify
}

.n-sub-right p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    font-size: 22px;
    text-align: justify;
    margin-bottom: 30px
}

.n-sub-right img {
    max-width: 445px
}

.news-more {
    color: #002d72;
    width: 445px;
    height: 70px;
    float: left;
    margin-left: 165px;
    text-align: center;
    margin-top: 75px
}

.news-more span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #002d72;
    border-radius: 50%;
    color: #fff;
    font-family: simsun;
    font-size: 20px;
    transform: rotate(90deg);
    margin-top: 18px
}

.news-loading {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 50px;
    height: 50px;
    display: inline-block
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.click-more {
    cursor: pointer;
    font-size: 22px
}

.join-h2,
.join-t-h2 {
    font-size: 36px;
    color: #c1a367;
    line-height: 1;
    font-weight: 400;
    text-align: center
}

.join-dl {
    margin-top: 65px;
    border-radius: 5px;
    overflow: hidden
}

.join-dl dt {
    background: #002d73;
    line-height: 59px;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    border-left: 1px solid #002d73;
    border-right: 1px solid #002d73
}

.join-sub {
    width: 300px;
    padding-left: 45px;
    box-sizing: border-box;
    float: left
}

.join-sub1 {
    width: 300px;
    padding-left: 45px;
    box-sizing: border-box;
    float: left;
    display: none
}

.join-sub2 {
    width: 149px;
    text-align: center;
    float: left
}

.join-dl dd {
    border-left: 1px solid #d9dce3;
    border-right: 1px solid #d9dce3;
    color: #002d72
}

.join-dl dd .join-sub {
    cursor: pointer
}

.join-title {
    line-height: 30px;
    border-bottom: 1px solid #d9dce3;
    overflow: hidden;
    font-size: 22px;
    padding: 10px 0
}

.join-h3,
.join-t-h3 {
    font-size: 24px;
    color: #002d72;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    margin: 78px 0 15px
}

.join-p,
.join-t-h4 {
    color: #c1a367;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 1
}

.join-p-img {
    width: 268px;
    height: 268px;
    margin: 50px auto 0
}

.join-cont {
    border-bottom: 1px solid #d9dce3;
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    padding: 0 45px 45px;
    position: relative;
    font-size: 22px;
    text-align: justify
}

.join-c-h4 {
    font-size: 30px;
    color: #002d72;
    font-weight: 400;
    margin-top: 40px
}

.join-c-h5 {
    font-size: 24px;
    color: #002d72;
    font-weight: 400;
    margin: 30px 0 15px
}

.join-line {
    border-bottom: 1px solid #002d72;
    position: relative;
    z-index: -1
}

.join-line:after,
.join-line:before {
    width: 7px;
    height: 7px;
    background: url(../images/icon2.png) no-repeat;
    position: absolute;
    left: 0;
    top: -3px;
    content: ""
}

.join-line:before {
    left: auto;
    right: 0
}

.join-tab-ul {
    width: 720px;
    margin: -50px auto 0
}

.join-tab-ul li {
    width: 130px;
    margin: 0 35px;
    float: left;
    text-align: center;
    cursor: pointer
}

.join-tab-ul li span {
    width: 100px;
    height: 100px;
    border: 1px solid #9fb0ca;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%
}

.join-i {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon3.png) no-repeat
}

.join-i1 {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon5.png) no-repeat
}

.join-bg1 {
    background-position: 0 0 !important
}

.join-bg2 {
    background-position: -236px 0 !important
}

.join-bg3 {
    background-position: -477px 0 !important
}

.join-tab-ul li.join-cut .join-i {
    background: url(../images/icon4.png) no-repeat
}

.join-tab-ul li.join-cut .join-i1 {
    background: url(../images/icon6.png) no-repeat
}

.join-tab-ul li.join-cut span {
    background: #002d72
}

.join-tab-ul li p {
    font-size: 30px;
    color: #002d72;
    line-height: 1;
    margin: 39px 0 29px
}

.join-tab-ul li a {
    color: #9badc8
}

.join-tab .join-tab-ul li a {
    display: none
}

.join-tab1 .join-tab-ul li a {
    display: block
}

.join-tab-ul li a b {
    font-family: simsun;
    font-weight: 400;
    padding-right: 5px
}

.join-tab-ul li a:hover {
    color: #c1a367
}

.join-t-h2 {
    margin: 110px 0 45px
}

.join-t-h3 {
    line-height: 40px;
    margin: 0 0 60px;
    font-size: 24px
}

.join-tab-cont img {
    margin: 0 auto;
    width: 610px
}

.join-t-h4 {
    margin: 60px 0 40px
}

.join-label {
    overflow: hidden
}

.join-label span {
    width: 201px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 24px;
    color: #002d72;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;
    border-bottom: 1px solid #c1a367;
    margin: 0 1px;
    text-indent: 10px;
}

.join-label span:nth-child(1) {
    background: #fff url(../images/adm5.png) 20px center no-repeat;
}

.join-label span:nth-child(2) {
    background: #fff url(../images/adm6.png) 20px center no-repeat;
}

.join-label span:nth-child(3) {
    background: #fff url(../images/adm7.png) 20px center no-repeat;
}

.join-label span:nth-child(4) {
    background: #fff url(../images/adm8.png) 20px center no-repeat;
}

.join-label span:nth-child(5) {
    background: #fff url(../images/adm9.png) 20px center no-repeat;
}

.join-label span:nth-child(6) {
    background: #fff url(../images/adm10.png) 15px center no-repeat;
}

.example {
    width: 610px;
    height: 450px;
    margin: 60px auto 0;
    position: relative
}

.example:after {
    width: 687px;
    height: 281px;
    border: 2px solid #c1a367;
    content: "";
    display: block;
    margin: -369px 0 0 -40px;
    z-index: -1;
    border-radius: 3px
}

.example .roundabout-holder {
    height: 450px;
    margin: 0 167px 0 173px
}

.example .roundabout-moveable-item {
    position: relative;
    cursor: pointer;
    width: 610px;
    height: 343px;
    text-align: center;
    line-height: 30px;
    font-size: 28px
}

.example img {
    width: 100%;
    height: 100%
}

.example .roundabout-in-focus img {
    width: 100%;
    height: 100%
}

.example p {
    text-align: center;
    font-size: 10px;
    color: #002d72;
    margin-top: 30px;
    display: block;
    opacity: 0.1;
    -webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.example .roundabout-in-focus {
    cursor: auto;
    z-index: 10000
}

.example .roundabout-in-focus p {
    color: #002d72;
    opacity: 1;
    font-size: 22px
}

.b_prev,
.b_next {
    background: url(../images/b-left.png) no-repeat 40px center;
    width: 113px;
    height: 216.7px;
    position: absolute;
    left: 7px;
    top: 114px;
    z-index: 999;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    cursor: pointer
}

.b_next {
    left: auto;
    right: 7px;
    background: url(../images/b-right.png) no-repeat 30px center;
    cursor: pointer
}

.b-pn-all {
    opacity: 0
}

.about-h5,
.about-h6,
.history-h6,
.about-h5-a {
    font-size: 30px;
    color: #002d72;
    font-weight: 400;
    width: 520px;
    line-height: 1;
    float: left;
    margin: 48px 0 25px
}

.about-p,
.about-p1,
.about-p2,
.about-p3 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    width: 100%;
    font-size: 22px;
    float: left;
    text-align: justify
}

.about-r-img {
    width: 610px;
    height: 740px;
    float: right;
    margin-top: 67px;
}

.about-r-img img {
    width: 610px;
    height: 740px
}

.about-r-img:after {
    content: "";
    width: inherit;
    height: inherit;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin: -730px 0 0 10px;
    border-radius: 3px
}

.about-p1 {
    width: 100%;
    margin: 48px 0 0;
    float: none
}

.about-h6,
.history-h6 {
    font-size: 30px;
    width: 610px;
    margin-top: 50px
}

.about-name {
    width: 610px;
    float: left;
    color: #002d72;
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px
}

.about-name p {
    overflow: hidden;
    margin-top: 30px
}

.about-name p.about-m {
    margin-top: 30px
}

.about-name span {
    float: left
}

.about-name b {
    font-weight: 400;
    float: left;
    width: 415px
}

.about-r-img1 {
    float: left;
    margin-top: 0;
    margin-bottom: 65px
}

.about-r-img1:after {
    margin: -447px 0 0 -15px
}

.about-h5-a {
    float: right;
    margin: 100px 0 50px;
    color: #c1a367;
    font-size: 48px;
    width: 610px
}

.about-p2 {
    float: right;
    margin-bottom: 20px
}

.about-p3 {
    margin-bottom: 20px
}

.about-w {
    width: 100%;
    float: none;
    font-size: 22px;
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    margin-top: 0
}

.about-t {
    margin: 20px 0 30px
}

.about-r-img2 {
    margin-bottom: 30px
}

.join-tab1 {
    margin: 165px 0 0
}

.news-ul li a.pdf-down {
    width: 160px;
    float: left
}

.user-icon1 {
    width: 35px;
    height: 35px;
    background: #002d72 url(../images/icon7.png) no-repeat;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 20px
}

.news-ul li a:hover .user-icon1 {
    background: #c1a367 url(../images/icon7.png) no-repeat
}

.duty-h4 {
    font-size: 30px;
    color: #002d72;
    font-weight: 400;
    text-align: center;
    line-height: 1
}

.duty-h6 {
    font-weight: 400;
    background-position: 0 15px;
    font-size: 24px
}

.duty-p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: justify
}

.duty-m {
    margin-top: 80px
}

.duty-img {
    margin: 70px auto;
    overflow: hidden;
    width: 480px
}

.duty-img img {
    width: 220px;
    height: 165px;
    float: left;
    margin: 0 10px 20px
}

.duty-img img:last-child {
    margin-right: 0
}

.duty-img1 {
    margin: 70px 0 0;
    overflow: hidden
}

.duty-img1 img {
    width: 190px;
    float: left;
    margin-right: 20px
}

.duty-img1 img:last-child {
    margin-right: 0
}

.nav-lists1 {
    width: 220px
}

.layout-sub {
    line-height: 30px;
    margin-top: 10px
}

.nav-lists dd .layout-sub a {
    display: block;
    font-size: 14px
}

.nav-lists dd .layout-sub a.sub-cut {
    color: #c1a367
}

.nav-lists dd .layout-sub i {
    font-family: simsun;
    font-style: normal;
    padding-right: 10px
}

.nav-lists dd .layout-sub a:hover {
    color: #c1a367
}

.nav-lists dd .layout-sub a:hover:after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 0;
    position: absolute
}

.layout-h6,
.agro-h6 {
    font-size: 30px;
    color: #002d72;
    font-weight: 400;
    margin-top: 35px;
    line-height: 40px;
    text-align: justify
}

.join-close {
    cursor: pointer;
    line-height: 25px;
    overflow: hidden;
    width: 100px;
    position: absolute;
    right: 35px;
    top: 10px
}

.join-icon,
.layout-icon,
.layout-icon1 {
    width: 25px;
    height: 25px;
    background: #002d72 url(../images/icon8.png) no-repeat center center;
    display: inline-block;
    border-radius: 50%;
    float: left
}

.join-close span,
.layout-close span,
.layout-open span {
    float: left;
    padding-right: 15px;
    color: #002d72
}

.layout-img {
    margin: 60px 0 20px
}

.layout-title {
    height: 50px;
    border-left: 5px solid #002d72;
    background: rgba(0, 45, 114, 0.1)
}

.layout-title h3 {
    color: #c1a367;
    font-size: 30px;
    padding-left: 25px;
    line-height: 50px;
    font-weight: 400;
    float: left
}

.layout-close,
.layout-open {
    cursor: pointer;
    line-height: 25px;
    overflow: hidden;
    float: right;
    padding: 12.5px 10px 12.5px 0;
    font-size: 22px
}

.layout-icon1 {
    background: #002d72 url(../images/icon9.png) no-repeat
}

.layout-cont {
    border-bottom: 1px solid #c6cfdc;
    padding: 28px 0;
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.layout-text h3 {
    font-size: 30px;
    line-height: 40px;
    color: #002d72;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 30px
}

.layout-text p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 40px;
    padding: 0 30px;
    text-align: justify;
    box-sizing: border-box
}

.layout-p {
    padding: 0 30px;
    text-align: justify;
    font-size: 22px;
    line-height: 40px
}

.layout-l-img {
    width: 610px;
    height: 458px;
    float: left;
    margin: 40px 0 30px
}

.layout-l-img img {
    width: 610px;
    height: 458px
}

.layout-l-img:after {
    content: "";
    width: 610px;
    height: 458px;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin: -447px 0 0 -15px;
    border-radius: 3px
}

.layout-h4 {
    font-size: 48px;
    font-weight: 400;
    color: #c1a367;
    float: left;
    line-height: 1;
    margin-top: 40px;
    padding-right: 20px
}

.layout-h5 {
    font-size: 24px;
    font-weight: 400;
    color: #c1a367;
    width: 445px;
    float: right;
    line-height: 40px;
    margin: 38px 0 30px
}

.layout-t-p,
.layout-t-p1,
.layout-t-p2 {
    width: 610px;
    font-size: 22px;
    float: right;
    line-height: 40px;
    text-align: justify;
    color: rgba(0, 45, 114, 0.8);
    margin-bottom: 20px
}

.layout-b {
    border-bottom: 1px solid #c6cfdc;
    padding: 28px 0
}

.agro-img {
    margin-top: 40px
}

.agro-h3 {
    font-size: 24px;
    color: #002d72;
    margin: 30px 0 20px;
    font-weight: 400
}

.agro-p,
.agro-p1 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    font-size: 22px;
    text-align: justify
}

.n-sub-agro h3 {
    font-size: 30px;
    color: #c1a367;
    font-weight: 400;
    line-height: 1.3;
    margin: 32px 0 20px
}

.n-agro-img img {
    float: left;
    margin-right: 50px
}

.n-agro-img img:last-child {
    margin-right: 0
}

.agro-line {
    padding-top: 60px;
    border-bottom: 1px solid #c6cfdc;
    overflow: hidden
}

.agro-icon {
    width: 100%;
    height: 100%;
    background: url(../images/icon10.png) no-repeat;
    display: block
}

.agro-lists .n-sub-date {
    padding: 0
}

.agro-bg2 {
    background-position: 0 -166px
}

.agro-bg3 {
    background-position: 0 -332px
}

.agro-bg4 {
    background-position: 0 -498px
}

.agro-bg5 {
    background-position: 0 -664px
}

.agro-h6 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px
}

.agro-p1 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 40px
}

.layout-t-p1 {
    width: 445px;
    font-size: 22px;
    line-height: 40px
}

.layout-t-p2 {
    width: 445px;
    background: none;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 40px
}

.n-sub-agro {
    width: 445px
}

.agro-a {
    color: #c1a367;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 24px
}

.agro-a b {
    font-family: simsun;
    font-weight: 400;
    padding-right: 5px
}

.agro-a:hover {
    color: #c1a367
}

.agro-icon1 {
    width: 100%;
    height: 100%;
    background: url(../images/icon11.png) no-repeat;
    display: block
}

.agro-b2 {
    background-position: 0 -222px
}

.agro-b3 {
    background-position: 0 -473px
}

.agro-b4 {
    background-position: 0 -720px
}

.agro-b5 {
    background-position: 0 -968px
}
.agro-bL1 {
    background: url(../images/adm12.png) 0 0 no-repeat;
    background-size: cover;
}
.agro-bL2 {
    background: url(../images/adm13.png) 0 0 no-repeat;
    background-size: cover;
}
.agro-bL3 {
    background: url(../images/adm14.png) 0 0 no-repeat;
    background-size: cover;
}
.agro-bL4 {
    background: transparent;
    background-size: cover;
}
.agro-bL5 {
    background: url(../images/p54.png) 0 0 no-repeat;
    background-size: cover;
}
.invest-cont {
    width: 1115px;
    /*height: 910px;*/
    height: 1140px;
    margin: 130px 0;
    position: relative
}

.invest-text {
    width: 1115px;
    /*height: 485px;*/
    background: rgba(0, 45, 114, 0.8);
    padding: 40px 0px;
    position: relative;
    z-index: 6;
    top: 120px
}

.i-t-title {
    color: #fff;
    margin-left: 63px;
    height: 22px
}

.i-t-title b {
    font-family: simsun;
    float: left;
    margin-right: 20px
}

.i-t-span {
    float: left;
    font-size: 22px;
    height: 10px;
    border-bottom: 1px solid #274d88;
    width: 500px
}

.i-t-span span {
    padding-right: 20px;
    background: rgba(0, 45, 114, 0.9)
}

.i-t-img {
    height: 36px;
    margin: 15px 0 15px 90px
}

.i-t-img img {
    float: left;
    margin-right: 20px
}

.invest-img {
    width: 901px;
    height: 639px;
    position: absolute;
    left: -221px;
    top: -40px
}

.invest-img img {
    height: 639px
}

.invest-p {
    width: 750px;
    height: 639px;
    background: rgba(0, 45, 114, 0.6);
    position: absolute;
    right: 0;
    top: 0px;
    padding: 72px 65px 0;
    box-sizing: border-box
}

.invest-p h2 {
    font-size: 36px;
    color: #c1a367;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 27px
}

.invest-p p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    position: absolute;
    font-size: 22px;
    top: 780px;
    width: 610px;
    text-align: justify
}

.culture-img {
    margin-top: 110px
}

.cul-sub {
    border-bottom: 1px solid rgba(159, 176, 202, 0.5);
    width: 445px;
    margin-left: 63px;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 35px
}

.cul-sub h3 {
    font-size: 30px;
    color: #c1a367;
    font-weight: 400;
    line-height: 1;
    margin: 40px 0 20px
}

.cul-h5 {
    font-size: 24px;
    color: #002d72;
    font-weight: 400;
    margin-bottom: 20px;
    background: url(../images/icon1.png) no-repeat left 10px;
    padding-left: 20px;
    width: 445px;
    float: right;
    margin-top: 25px
}

.cul-p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    font-size: 22px;
    text-align: justify
}

.cul-sub-p {
    background: url(../images/icon1.png) no-repeat left 13px;
    padding-left: 20px;
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    font-size: 22px
}

.cul-sub-none {
    border-bottom: none
}

.agro-icon2 {
    width: 100%;
    height: 100%;
    background: url(../images/icon12.png) no-repeat;
    display: block
}

.agro-k2 {
    background-position: 0 -165px
}

.agro-k3 {
    background-position: 0 -330px
}

.title-sign {
    font-size: 22px;
    color: #002d72;
    width: 520px;
    margin-bottom: 50px;
    float: left;
    text-align: right;
}

.history-p,
.rec-p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    font-size: 22px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    text-align: justify
}

.history-h6 {
    line-height: 40px;
    font-size: 30px;
    width: 610px;
    color: #c1a367
}

.history-img {
    margin-top: -300px
}

.history-ul {
    margin-top: 30px;
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.history-ul li {
    font-size: 22px;
    line-height: 40px;
    text-align: justify;
    border-bottom: 1px solid #d6dae1;
    margin: 0 -15px 35px;
    padding: 0 15px 35px;
    position: relative;
}

.history-ul.circle li {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 35px;
    padding: 0 0 35px 20px;
}

.history-ul.circle li:before {
    display: block;
    content: "";
    background: #002D72;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}

.join-tab2 {
    margin: 165px 0 0
}

.join-tab2 .join-tab-ul {
    width: 610px
}

.join-tab2 .join-tab-ul li {
    width: 130px;
    margin: 0 10px
}

.join-tab2 .join-tab-ul li p {
    margin: 15px 0 10px;
    display: none
}

.join-tab2 .join-tab-ul li b {
    font-size: 22px;
    color: #c1a367;
    font-weight: 400;
    margin-top: 25px;
    display: block
}

.join-tab2 .join-tab-ul li i {
    font-style: normal;
    color: rgba(0, 45, 114, 0.8);
    display: none
}

.join-tab2 .join-tab-ul li .join-h {
    display: block
}

.join-h {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon13.png) no-repeat
}

.join-sh1 {
    background-position: 3px -3px !important
}

.join-sh2 {
    background-position: -205px -3px !important
}

.join-sh3 {
    background-position: -413px -3px !important
}

.join-sh4 {
    background-position: -622px -3px !important
}

.join-tab2 .join-tab-ul li.join-cut .join-h {
    background: url(../images/icon14.png) no-repeat
}

.n-sub-year {
    width: 100px;
    height: 100px;
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 100px
}

.his-imgs {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 50px
}

.his-imgs li {
    width: 348px;
    padding: 5px;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.his-imgs li img {
    width: 348px;
    height: 230px
}

.his-imgs li p {
    color: rgba(0, 45, 114, 0.8);
    padding: 10px 0 5px;
    min-height: 44px
}

.his-line {
    min-height: 30px
}

.his-line:after {
    content: "";
    border-bottom: 1px solid #9fb0ca;
    width: 23px;
    display: block;
    margin: -18px 0 0 -40px
}

.his-lists .n-sub-date:after {
    margin-top: -47px
}

.his-lists {
    padding-bottom: 80px
}

.rec-h2 {
    margin-bottom: 60px
}

.rec-img {
    margin-top: -208px
}

.rec-p {
    width: 100%;
    text-align: justify
}

.rec-icon {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon15.png) no-repeat
}

.rec-s1 {
    background-position: 0 0
}

.rec-s2 {
    background-position: -293px 0
}

.rec-l {
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #9fb0ca;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%
}

.rec-sub {
    display: block;
    margin-bottom: 69px
}

.rec-r {
    display: block;
    vertical-align: middle;
    color: rgba(0, 45, 114, 0.8);
    font-size: 22px;
    line-height: 35px;
    margin-top: 10px
}

.rec-sub {
    float: left;
    width: 305px;
    text-align: center
}

.rec-num {
    border-top: 1px solid #d6dae1;
    margin: 0 -15px;
    padding: 62px 15px 0
}

.rec-num span {
    font-size: 30px;
    color: #c1a367;
    border-bottom: 2px solid #c1a367;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px
}

.rec-h3 {
    font-size: 48px;
    color: #c1a367;
    font-weight: 400;
    line-height: 1;
    margin: 48px 0 35px
}

.rec-p1 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: justify
}

.rev-bg1 {
    width: 750px;
    height: 650px;
    background: url(../images/img72n.jpg) no-repeat center top;
    position: relative;
    left: 50%;
    margin-left: -375px;
    margin-top: 70px
}
.rev-bgL {
    width: 750px;
    height: 650px;
    position: relative;
    left: 50%;
    margin-left: -375px;
}
.ngif{width: 555px;height: 219px;margin: 0 auto 40px;position: relative;overflow: hidden;}
.ngif img{
    width: 160%;
    height: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;transform: translate(-50%,-50%);
}
.rev-m {
    width: 700px;
    margin: 0 auto
}

.rev-sub-l {
    width: 210px;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    line-height: 32px;
    text-align: center;
    margin-top: 250px;
    /*margin-right: -150px*/
}
.rev-sub-l p br{
    display: none;
}

.rev-sub-l h2 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.rev-sub-m {
    width: 280px;
    float: left;
    margin-top: 60px;
    text-align: center
}
.rev-sub-m img{
    max-width: 160%;
    margin: 0 0 20px -30%;
}

/*.rev-sub-m img {
    width: 555px;
    height: 219px;
    margin-bottom: 40px
}*/

.rev-sub-m p {
    font-size: 24px;
    color: #c1a367;
    line-height: 43px
}

.rev-lists {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 20px
}

.rev-lists h3 {
    font-size: 30px;
    font-weight: 400;
    color: #c1a367;
    margin-bottom: 50px
}

.rec-r h5 {
    font-size: 24px;
    font-weight: 400;
    color: #002d72
}

.rev-lists .rec-sub {
    float: none;
    display: table;
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
    text-align: left
}

.rev-lists .rec-sub .rec-l {
    /*display: table-cell*/
}

.rev-lists .rec-sub .rec-r {
    display: table-cell;
    padding-left: 20px
}

.rec-icon1 {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon16.png) no-repeat
}

.rec-k1 {
    background-position: 0 0
}

.rec-k2 {
    background-position: 0 -131px
}

.rec-k3 {
    background-position: 0 -262px
}

.rec-icon2 {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon17.png) no-repeat
}

.rec-q1 {
    background-position: 0 0
}

.rec-q2 {
    background-position: 0 -131px
}

.rec-q3 {
    background-position: 0 -262px
}

.rev-bg2 {
    width: 750px;
    height: 639px;
    background: url(../images/img74n.jpg) no-repeat 0 top;
    position: relative;
    left: 50%;
    margin-left: -375px;
    margin-top: 70px;
    overflow: hidden
}

.rev-bg2 .rec-h3 {
    margin-top: 175px
}

.rev-ul li {
    width: 100%;
    float: left;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    line-height: 40px;
    font-size: 22px
}

.rec-h5 {
    font-size: 30px;
    color: #c1a367;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 50px
}

.rec-p2 {
    width: 100%;
    text-align: justify;
    font-size: 22px;
    float: left;
    margin: 0 -15px 35px;
    line-height: 40px;
    color: rgba(0, 45, 114, 0.8);
    position: relative;
    border-bottom: 1px solid #d6dae1;
    padding: 0 15px 35px
}

.rec-other {
    border-top: 0;
    padding: 30px 15px 0
}

.rev-bg3 {
    width: 750px;
    height: 850px;
    position: relative;
    left: -70px;
    margin-top: 70px;
    padding-bottom: 300px
}

.rev-img {
    width: 750px;
    height: 639px;
    position: absolute;
    top: -40px;
    right: 0
}

.rev-text {
   /* width: 685px;
    height: 500px;
    background: url(../images/img76.png) repeat right top;
    position: absolute;
    left: 0;
    top: 160px;
    color: #fff;
    line-height: 30px;
    padding: 140px 100px 0 70px;
    box-sizing: border-box*/
}
.rev-text {
    width: 685px;
    height: 432px;
    background: url(../images/img76.png) repeat right top;
    position: absolute;
    left: 0;
    top: 20px;
    color: #fff;
    line-height: 30px;
    padding: 140px 100px 0 70px;
    box-sizing: border-box;
}
.rev-text h2 {
    font-size: 30px;
    color: #c1a367;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px
}

.rev-text p {
    font-size: 22px;
    color: rgba(0, 45, 114, 0.8);
    width: 610px;
    line-height: 40px;
    margin-top: 300px;
    text-align: justify
}

.invest-tab {
    width: 72px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: -50px
}

.invest-tab span {
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    border: 2px solid #8fa1bc;
    display: block;
    border-radius: 50%;
    float: left;
    background: #eee
}

.invest-tab span.invest-span {
    margin-left: -18px;
    background: #002d72;
    border: 2px solid #002d72;
    color: #fff;
    font-size: 24px;
    font-family: simsun;
    font-weight: 700;
    cursor: pointer
}
.invest-tab-text {
    position: absolute;
    bottom: -80px;
    left: 300px;
    height: 45px;
    line-height: 45px;
}
.invest-slide {
    /*height: 910px;*/
    height: 1200px;
    margin: 130px 0;
    position: relative
}

.invest-slide .invest-cont {
    margin: 0;
    height: 639px;
    position: absolute
}

.invest-slide .invest-img {
    -webkit-transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transform: translateX(-1000px);
    height: 639px;
    z-index: 5;
    opacity: 0;
    left: -221px
}

.invest-slide .invest-img img {
    height: 639px;
    max-width: none;
    margin-left: 150px;
}

.invest-slide .invest-text {
    -webkit-transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transform: translateX(1500px);
    position: absolute;
    z-index: 6;
    opacity: 0;
    background: rgba(0, 45, 114, 0.8);
    top: 120px
}

.invest-cut .invest-img {
    transform: translateX(0);
    opacity: 1
}

.invest-cut .invest-text {
    transform: translateX(0);
    opacity: 1
}

.invest-slide .invest-p {
    width: 750px;
    top: 0;
    height: 639px;
    padding: 72px 65px 0
}

.invest-slide .invest-p p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    position: absolute;
    font-size: 22px;
    top: 780px;
    width: 610px
}

.invest-slide .invest-tab {
    bottom: -80px
}

.foot {
    background: #002d73;
    /*height: 163px;*/
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 20px
}

.foot a {
    color: rgba(255, 255, 255, 0.4);
    margin: 15px 10px;
    display: inline-block;
    font-size: 20px
}

.foot a:hover {
    color: #fff
}

.foot-wx {
    background: url(../images/foot_icon.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: .5;
    position: relative;
    top: 25px;
    -webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.foot-wx span {
    width: 100px;
    height: 100px;
    transform: scale(0);
    display: block;
    position: absolute;
    top: -120px;
    left: -46px;
    padding: 8px;
    background: #fff;
    -webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transform-origin: center bottom
}

.foot-wx span:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    padding: 6px;
    background: inherit;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg)
}

.foot-wx:hover {
    opacity: 1
}

.foot-wx:hover span {
    transform: scale(1);
    top: -156px
}

.foot p {
    padding: 15px 0;
    font-size: 18px
}

.team-list {
    width: 610px;
    float: left
}

.team-img,
.team-img1,
.team-img-r,
.team-img-l {
    width: 610px;
    height: 458px;
    margin-top: 80px
}


/*.team-img:after,
.team-img1:after,
.team-img-r:after,
.team-img-l:after {
    content: "";
    width: 610px;
    height: 458px;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin: -451px 0 0 -10px;
    border-radius: 3px
}*/

.team-img img,
.team-img1 img,
.team-img-r img,
.team-img-l img {
    width: 610px;
    height: 458px
}

.team-h2 {
    font-size: 48px;
    color: #c1a367;
    font-weight: 400;
    margin-top: 50px;
    line-height: 1;
    margin-bottom: 20px;
    float: left;
    padding-right: 20px
}

.team-p {
    font-size: 24px;
    color: #c1a367;
    line-height: 40px
}

.team-p1,
.team-p2 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 40px;
    margin-top: 20px;
    position: relative;
    /*text-align: justify*/
}

.team-more {
    color: #002d72;
    width: 100%;
    height: 70px;
    text-align: center;
    margin-top: 60px;
    cursor: pointer;
    font-size: 22px
}

.team-more span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #002d72;
    border-radius: 50%;
    color: #fff;
    font-family: simsun;
    font-size: 20px;
    transform: rotate(90deg);
    margin-top: 18px
}

.team-all {
    width: 610px;
    font-size: 22px;
    line-height: 40px;
    float: right;
    height: 450px;
    overflow: hidden
}

.team-z-cut {
    height: auto
}

.team-more-cut span {
    transform: rotate(-90deg)
}

.team-list-r {
    float: right
}

.team-img1:after,
.team-img-r:after {
    margin: -451px 0 0 8px
}

.team-ps {
    min-height: 90px;
    float: left;
    margin-top: 45px;
    /*width: 445px*/
}

.team-line {
    border-bottom: 2px solid #bec7d5;
    margin-top: 55px
}

.team-img-r {
    float: right;
    margin-left: 70px;
    margin-top: 60px
}

.team-list-all {
    width: 100%;
    border-bottom: 1px solid #bec7d5;
    padding-bottom: 50px
}

.team-all-r {
    height: auto;
    overflow: visible;
    width: 610px
}

.team-p2 {
    width: 610px
}

.team-img-l {
    float: left;
    margin-right: 70px;
    margin-top: 60px
}

.team-p2-l {
    margin-left: 0
}

.team-ps1 {
    min-height: auto
}

.team-none {
    border-bottom: 0
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.cell {
    display: table-cell;
    vertical-align: middle
}

.lang a {
    padding-bottom: 2px;
    border-bottom: 2px solid transparent
}

.lang a:hover {
    border-bottom: 2px solid #fff
}

.lang {
    float: left
}

.menu {
    position: absolute;
    right: 20px;
    top: 30px;
    padding: 0;
    margin: 0;
    width: 66px;
    height: 45px;
    background: transparent url(../ind-images/img6.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 110
}

.navBar {
    display: none;
    opacity: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 198;
    background: #002D72
}

.navBar .cloNav {
    z-index: 6;
    position: absolute;
    right: 2%;
    top: 2.5%;
    background: url(../ind-images/ico3.png);
    width: 35px;
    height: 35px;
    background-size: cover
}

.navBar .logo {
    position: absolute;
    left: 2%;
    top: 2.5%;
    z-index: 4
}

.navBar .auto {
    width: 100%;
    height: 100%
}

.navBar .lang {
    position: absolute;
    bottom: 110px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 99
}

.navBar .lang a {
    color: #fff;
    padding-bottom: 2px
}

.navBar a.on {
    border-bottom: 2px solid #fff
}

.navBar .lang a:hover {
    border-bottom: 2px solid #fff
}

.navBar .auto .w700 {
    width: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.navBarShow .auto .w700 {
    opacity: 1
}

.navBar .auto a {
    color: #fff
}

.navBar .auto h3 {
    font-size: 24px;
    height: 52px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px
}

.navBar .auto h3:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.navBar .auto .posl {
    float: left
}

.navBar .auto .posr {
    float: right
}

.navBar .auto .w110 {
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 0
}

.navBar .auto li {
    margin-bottom: 40px
}

.navBar .auto .marb80 {
    margin-bottom: 95px
}

.navBar .auto .marb105 {
    margin-bottom: 105px
}

.navBar .auto .item a {
    margin-top: 12px;
    display: block;
    font-size: 14px;
    line-height: 18px
}

.navBar .auto .item a:hover {
    text-decoration: underline
}

.navBar .back {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #002D72;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.navBarShow .back {
    -webkit-animation: tranx .3s .1s ease-in forwards;
    animation: tranx .3s .1s ease-in forwards;
    display: block;
    opacity: 1
}

.navBarShow {
    display: block;
    opacity: 1
}

.content-sub-bg {
    background-size: 86% auto
}

.cont-bg15 .rec-img {
    display: none
}

.rev-bg2 .rec-num {
    border-top: 0
}

.rev-bg2 .rec-h3 {
    margin-top: 48px
}

.cont-bg14 .history-img {
    display: none
}

.culture-line {
    width: 36px;
    border-bottom: 1px solid #c1a367;
    margin-top: 50px
}

.culture-h2 {
    font-size: 30px;
    color: #c1a367;
    margin: 40px 0 30px;
    line-height: 1
}

.culture-p {
    line-height: 40px;
    font-size: 22px;
    color: rgba(0, 45, 114, 0.8);
    margin: 0 -15px;
    padding: 0 15px 30px;
    border-bottom: 1px solid rgba(159, 176, 202, 0.5)
}

.culture-p-o {
    border-bottom: 0;
    padding-bottom: 0
}

.cont-bg11 .n-sub-agro h3,
.cont-bg12 .n-sub-agro h3 {
    margin-top: 36px
}

@media (max-width: 1500px) {
    .nav-lists {
        padding-right: 120px
    }
}

.lczName {
    overflow: hidden;
    margin: 40px 0 20px;
}

.lczName img {
    float: right;
}

.text-right {
    text-align: right;
}

.look {
    margin-top: 20px;
}

.look a {
    color: rgba(0, 45, 114, 0.8);
    text-decoration: underline;
}

.qrCode {
    margin: 40px auto 0;
    width: 230px;
    text-align: center;
}

.qrCode .img {
    margin-bottom: 20px;
}

.qrCode img {
    width: 100%;
}

.newwahter {
    text-align: center;
}

.newwahter span {
    font-size: 18px;
    color: rgba(0, 45, 114, 0.8);
    /* background: url(../images/icon2.png) no-repeat left 8px; */
    padding-left: 42px;
    margin: 0 15px;
    margin-top: 20px;
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}

.newwahter .adn2 {
    background: url(../images/adn2.png) left center no-repeat;
}

.newwahter .adn3 {
    background: url(../images/adn3.png) left center no-repeat;
}

.newwahter .adn4 {
    background: url(../images/adn4.png) left center no-repeat;
}

.weal {
    padding-top: 70px;
}

.weal .lblock,
.weal .rblock {
    margin-bottom: 90px;
}

.weal .block {
    border: 1px solid #C1A367;
    position: relative;
    border-radius: 6px;
}

.weal .spanItem {
    padding: 100px 30px 30px;
}

.weal .spanItem span {
    display: inline-block;
}

.weal .tico {
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -77.5px;
    width: 155px;
}

.weal .marl70 {
    margin-right: 105px;
}

.weal .marl35 {
    margin-right: 90px;
}

.weal .w150 {
    width: 280px;
}

.weal .txt {
    margin-top: 20px;
}

.weal .tico img {
    width: 100%;
}

.moneyJ {
    margin-left: 20px;
    color: #fff;
}

.moneyJ li {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
/*.moneyJ li:nth-child(1) .lcon div,.moneyJ li:nth-child(4) .lcon div,.moneyJ li:nth-child(5) .lcon div{line-height: 60px;}
.moneyJ li:nth-child(1) .lcon div span,.moneyJ li:nth-child(4) .lcon div span,.moneyJ li:nth-child(5) .lcon div span{line-height: normal;}
.moneyJ li:nth-child(2) .lcon div,.moneyJ li:nth-child(3) .lcon div{
    line-height: 114px;
}
.moneyJ li:nth-child(3) .lcon div span{
    line-height: normal;
}
.moneyJ li:nth-child(2) .lcon div span{
    line-height: normal;
    margin-top: 30px;
}*/

.moneyJ .lcon {
    width: 175px;
    float: left;
}
.moneyJ .lcon div{overflow: hidden;line-height: 30px;display: flex;align-items: center;}
.moneyJ .rcon {
    float: left;
    padding-left: 35px;
    position: relative;
}

.moneyJ .rcon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, .6);
}

.moneyJ .lcon b {
    font-family: simsun;
    float: left;
    margin-right: 20px;
}

.moneyJ .lcon span {
    float: left;
    width: 115px;
}

.moneyJ .rcon p {
    
    overflow: hidden;
    margin: 6px 0;
}

.moneyJ .rcon a {
    display: block;
    margin: 0 15px 0 0;
    float: left;
    height: 30px;
}
.moneyJ .rcon a img{height: 100%;}
.moneyJ .rcon a:last-child {
    margin-right: 0;
}

.moneyL {
    margin-left: 60px;
    color: #fff;
}

.moneyL li {
    overflow: hidden;
    margin-bottom: 20px;
}


.moneyL .lcon {
    width: 270px;
    float: left;

}
.moneyL .lcon div{overflow: hidden;display: flex;
    align-items: center;
    height: 70px;}
.moneyL .table {
    float: left;
    padding-left: 55px;
    position: relative;
    height: 70px;
    display: table;
    width: auto;
}

.moneyL .table:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, .6);
}

.moneyL .lcon b {
    font-family: simsun;
    float: left;
    margin-right: 20px;
}

.moneyL .lcon span {
    float: left;
}

.moneyL .table p {
    
    overflow: hidden;
    margin: 6px 0;
}
.moneyL li:first-child .table a {
    height: 60px;
}
.moneyL li:nth-child(2) .table a {
    height:40px;
}
.moneyL .table a {
    display: block;
    margin: 0 15px 0 0;
    float: left;
    height: 50px;
}
.moneyL .table a img{height: 100%;}
.moneyL .table a:last-child {
    margin-right: 0;
}
.title-h2L{font-size: 40px;
    line-height: 1;
    color: rgba(0, 45, 114, 1);
    font-weight: 400;
    position: relative;
    text-align: center;
    margin-bottom: 60px;}
.agro-iconL2 {
    width: 100px;
    height: 100px;
    background: url(../images/adm1.png) no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.agro-iconL1 {
    width: 100px;
    height: 100px;
    background: url(../images/adm0.png) no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.agro-iconL3 {
    width: 100px;
    height: 100px;
    background: url(../images/adm2.png) no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.h1140{height: 1140px;}

/* xiaodong-修改董事长致辞、管理团队 */
.h_team-after:after {
    content: "";
    width: 610px;
    height: 458px;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin: -475px 0 0 10px;
    border-radius: 3px;
}

.h_amendTeamPs {
    margin-left: 50px;
}

.h_amend-teamAll .team-p1 {
    display: block;
}

.h_amendTeamImgL {
    text-align: center;
    text-align: -webkit-center;
}

.h_amendTeamImgL:after {
    content: "";
    width: 606px;
    height: 404px;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin-top: -425px;
    border-radius: 3px;
}

.h_amendTeamImgL img {
    width: 331px;
    height: 442px;
}

.h_amend-teamListAll {
    border-bottom: none;
}

.h_margin {
    margin-top: -90px;
    margin-left: 170px;
}

/* 公司创始人 */
.h_originTeamPs {
    margin-top: 0px;
    margin-bottom: 100px;
    width: 450px;
}

.h_amendContSimg {
    width: 551px;
    height: 383px;
}

.h_priginatorAfter:after {
    content: "";
    width: 540px;
    height: 383px;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin: -460px 0 0 60px;
    border-radius: 3px;
}

.h_originator-teamAll {
    padding-top: 80px;
    box-sizing: border-box;
}

.h_H6 {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 45, 114, 0.8);
    margin: 30px 0px;
    position: relative;
    text-align: justify;
}

.lineH30 {
    line-height: 40px;
}

.h_marAuto {
    margin: 0 auto;
}

.h_PC {
    display: none;
}

.h_phone {
    display: block;
}

.h_mobW610 {
    width: 610px;
}

.h_mobMarL0 {
    margin-left: 0px;
}

.h_mobMarTL0 {
    margin-top: 0px;
    margin-left: 0px;
}