﻿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: 14px;
    font-style: normal;
    line-height: 22px;
    font-weight: normal;
    font-variant: normal;
    color: #323232;
    background: #eee;
    font-weight: 100;
}

body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
img,
td,
div,
video,
input {
    margin: 0;
    padding: 0
}

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;
}

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
}
.dividingLine{
	width: 180px;
	height: 18px;
	background: url("../images/q_img23.png") center no-repeat;
	margin: 0 auto;
}
.animate {
    -webkit-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%!important;
    min-width: 1260px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.head {
    width: 1920px;
    height: 450px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #042f70
}

.head-left {
    background: url(../images/head_bg.png) no-repeat right top;
    height: 450px;
    width: 667px;
    float: left;
    position: absolute;
    z-index: 5
}

.head-nav {
    padding: 1.4% 0 0 2%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 28%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.logo {
    width: 110px;
    height: 50px;
    float: left
}

.head-right {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0
}

.head-right .headul {
    float: right;
    width: 1386px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.head-right .headul.headulAni li {
    -webkit-animation: headulAni 8s linear infinite;
    animation: headulAni 8s linear infinite;
}

@-webkit-keyframes headulAni {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes headulAni {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.head-right .headul li {
    position: absolute;
    left: 0;
    top: 0;
}

.head-right .headul img {
    display: block;
    width: 100%;
    height: 100%;
}

.head-right .videoTwo {
    float: right;
    width: 1386px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.head-right .videoTwo video {
    min-width: 100%;
    min-height: 100%;
}

.head-language {
    color: #fff;
    font-size: 13px;
    float: right;
    padding-right: 18%;
}

.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: 10px;
    /*width: 150px;*/
    float: right;
    padding-right: 90px
}

.nav-lists dt {
    font-size: 18px;
    color: #c1a367;
    margin-bottom: 10px;
}

.nav-lists dd {
    line-height: 22px;
    margin-top: 8px;
}

.nav-lists dd a {
    color: #818dab;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.nav-lists dd a.cut {
    text-decoration: underline;
    color: #fff;
}

.nav-lists dd a:hover {
    color: #fff;
    text-decoration: underline;
}

.content {
    width: 1920px;
    background: url(../images/cont_bg.png) no-repeat;
    position: relative;
    left: 50%;
    margin-left: -960px;
    color: rgba(0, 45, 114, 0.8);
}

.cont-bg {
    background: url(../images/bg_icon.png) no-repeat 490px 313px
}

.content-sub {
    width: 940px;
    margin: 0 auto;
    padding: 150px 0;
    position: relative;
}

.content-sub .qrCode {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -135px;
    text-align: center;
}

.content-sub .qrCode .img {
    background: #fff;
    overflow: hidden;
    width: 232px;
    height: 232px;
    margin-bottom: 15px;
}

.content-sub .qrCode img {
    display: block;
    width: 100%;
    height: 100%;
}

.title-h2 {
    font-size: 52px;
    line-height: 1;
    color: #c1a367;
    font-weight: 400;
    padding-top: 38px;
    padding-bottom: 38px;
    position: relative
}

.title-h2L {
    font-size: 52px;
    line-height: 1;
    color: rgba(0, 45, 114, 1);
    font-weight: 400;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.title-h2:before {
    content: "";
    width: 106px;
    border-bottom: 4px solid #002d72;
    display: block;
    position: absolute;
    top: 0
}

.title-h3 {
    font-size: 22px;
    line-height: 1;
    color: #002d72;
    font-weight: 400;
    margin: 30px 0 25px
}

.title-h4 {
    font-size: 30px;
    line-height: 1;
    color: #002d72;
    font-weight: 400;
    margin: 30px 0 25px
}

.cont-text {
    width: 425px;
    float: left;
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.cont-text {
    width: 505px;
}

.marauto {
    margin: 40px auto 0;
}

.marauto img {
    margin: 0 auto;
}

.cont-textL {
    width: 100%;
    float: left;
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.text-h3 {
    font-size: 18px;
    margin-bottom: -25px;
    margin-top: 15px
}

.text-h3L {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #c1a367;
}

.cont-text p {
    margin-bottom: 30px;
    text-align: justify
}

.cont-s-img {
    width: 396px;
    height: 257px;
    float: right
}

.cont-text p.text-right {
    text-align: right
}

.text-right {
    text-align: right;
}

.cont-bg1 {
    background: url(../images/bg_icon1.png) no-repeat 490px 313px
}

.title-h5 {
    font-size: 18px;
    line-height: 30px;
    color: #002d72;
    font-weight: 400;
    margin: 30px 0 25px
}

.title-h5-img {
    width: 940px;
    height: 501px;
    -webkit-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 490px 280px
}

.news-top {
    margin: 65px 0 50px
}

.news-img {
    width: 337px;
    height: 190px;
    float: left
}

.news-t-r {
    width: 560px;
    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: rgba(0, 45, 114, 0.8);
    margin-bottom: 10px;
    overflow: hidden;
    display: block
}

.t-r-title span {
    float: left;
    width: 520px;
    line-height: 30px
}

.t-r-time {
    color: #002d72;
    padding-left: 27px;
    margin-bottom: 5px
}

.t-r-p {
    color: rgba(0, 45, 114, 0.8);
    padding-left: 27px;
    line-height: 30px
}

.news-ul {
    border-top: 1px solid #c6cfdc
}

.news-ul li {
    height: 79px;
    overflow: hidden;
    border-bottom: 1px solid #c6cfdc;
    position: relative;
    line-height: 79px;
}

.news-ul li a {
    float: left;
    font-size: 18px;
    color: rgba(0, 45, 114, 0.8);
    width: 800px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*line-height: normal;*/
    /*padding-left: 30px;*/
}

.news-ul li a:hover {
    color: #c1a367
}

.news-b {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-weight: 400;
    color: #002d72;
    padding-right: 5px;
}

.news-ul li .user-icon {
    margin-left: 3px;
    margin-top: 35px
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*margin-top: -3.5px;*/
}

.pages {
    text-align: center;
    height: 26px;
    margin-top: 64px
}

.pages a {
    display: inline-block;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    color: #002d72;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle;
}

.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: 18px;
    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 490px 360px
}



.cont-bg4 {
    background: url(../images/bg_icon3.png) no-repeat 490px 80px
}

.cont-bg5 {
    background: url(../images/bg_icon4.png) no-repeat 490px 100px
}

.cont-bg6 {
    background: url(../images/bg_icon4.png) no-repeat 490px 350px
}

.cont-bg7 {
    background: url(../images/bg_icon5.png) no-repeat 490px 280px
}

.cont-bg8 {
    background: url(../images/bg_icon6.png) no-repeat 490px 280px
}

.cont-bg9 {
    background: url(../images/bg_icon7.png) no-repeat 490px 400px
}

.cont-bg10 {
    background: url(../images/bg_icon8.png) no-repeat 490px 300px
}

.cont-bg11 {
    background: url(../images/bg_icon9.png) no-repeat 490px 300px
}

.cont-bg12 {
    background: url(../images/bg_icon10.png) no-repeat 490px 280px
}

.cont-bg13 {
    background: url(../images/bg_icon11.png) no-repeat 490px 430px
}

.cont-bg14 {
    background: url(../images/bg_icon12.png) no-repeat 490px 430px
}

.cont-bg15 {
    background: url(../images/bg_icon13.png) no-repeat 490px 300px
}

.cont-bg3_1 {
    background: url(../images/nicon0.png) no-repeat 490px 360px
}
.cont-bg4_1 {
    background: url(../images/nicon0.png) no-repeat 490px 80px
}

.news-title-h3 {
    font-size: 24px;
    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 5px
}

.news-title-source,
.news-title-time1 {
    color: #002d72;
    text-align: center;
    display: block
}

.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: 940px;
    margin: 50px auto
}

.content-text p {
    margin-top: 30px
}

.p-title {
    font-size: 18px
}

.news-title-time1 {
    font-size: 20px;
    color: rgba(0, 45, 114, 0.8)
}

.p-line {
    border-bottom: 1px solid #c6cfdc
}

.p-title-none {
    margin-bottom: -30px
}

.p-ul {
    margin-top: 30px
}

.p-ul li {
    background: url(../images/icon1.png) no-repeat left 12px;
    padding-left: 20px
}

.join-tab-cont .news-tips {
    margin: 40px 0 60px;
    line-height: 1.6;
    font-size: 16px;
    text-align: justify;
    font-weight: 600;
}

.news-lists {
    width: 100%;
    position: relative;
}

.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 {
    min-height: 140px;
}

.news-sub li:nth-child(4) {
    margin-bottom: 10px;
}

.news-sub li:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.n-sub-date {
    width: 100px;
    height: 100px;
    border: 1px solid #9fb0ca;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: rgba(0, 45, 114, 0.8);
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
}

.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: 705px;
    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: 18px;
    color: rgba(0, 45, 114, 0.8);
    background: url(../images/icon2.png) no-repeat left 8px;
    padding-left: 20px;
    margin-top: 40px;
    display: block;
    line-height: 1.5;
    margin-bottom: 20px
}

.n-sub-right p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px;
    padding-left: 20px;
    text-align: justify;
    margin-bottom: 30px
}

.n-sub-right img {
    max-width: 705px;
    margin-left: 20px
}

.news-more {
    color: #002d72;
    width: 705px;
    height: 70px;
    float: left;
    margin-left: 185px;
    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;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 18px
}

.news-loading {
    -webkit-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)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.click-more {
    cursor: pointer
}

.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: 18px;
    overflow: hidden;
    border-left: 1px solid #002d73;
    border-right: 1px solid #002d73
}

.join-sub {
    width: 340px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.join-sub1 {
    width: 300px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.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: 59px;
    border-bottom: 1px solid #d9dce3;
    overflow: hidden
}

.join-h3,
.join-t-h3 {
    font-size: 18px;
    color: #002d72;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    margin: 78px 0 15px
}

.join-p,
.join-t-h4 {
    color: #c1a367;
    font-size: 24px;
    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: 30px;
    padding: 0 45px 45px;
    position: relative
}

.join-c-h4 {
    font-size: 24px;
    color: #002d72;
    font-weight: 400;
    margin-top: 40px
}

.join-c-h5 {
    font-size: 18px;
    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: 110px;
    margin: 0 65px;
    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: 24px;
    color: #002d72;
    line-height: 1.2;
    width: 160%;
    margin: 39px 0 0 -30%;
}

.join-tab-ul li a {
    color: #9badc8;
}

.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: 35px;
    margin: 0 0 60px
}

.join-tab-cont img {
    margin: 0 auto
}

.join-t-h4 {
    margin: 60px 0 40px
}

.join-label {
    overflow: hidden;
    /*    border-bottom: 1px solid #c1a367;
    border-top: 1px solid #c1a367;*/
}

.join-label span {
    width: 154px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 18px;
    color: #002d72;
    display: block;
    float: left;
    margin: 0 1px
}

.join-label span:nth-child(1) {
    background: url(../images/adm5.png) 10px center no-repeat;
}

.join-label span:nth-child(2) {
    background: url(../images/adm6.png) 10px center no-repeat;
}

.join-label span:nth-child(3) {
    background: url(../images/adm7.png) 10px center no-repeat;
}

.join-label span:nth-child(4) {
    background: url(../images/adm8.png) 10px center no-repeat;
}

.join-label span:nth-child(5) {
    background: url(../images/adm9.png) 10px center no-repeat;
}

.join-label span:nth-child(6) {
    background: url(../images/adm10.png) 10px center no-repeat;
    text-indent: 10px;
}

.example {
    width: 940px;
    height: 450px;
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
}

.example:after {
    width: 843px;
    height: 310px;
    border: 2px solid #c1a367;
    content: "";
    display: block;
    margin: -380px auto 0;
    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: 700px;
    height: 394px;
    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: 14px;
    color: #002d72;
    margin-top: 30px;
    display: none;
    -webkit-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 {
    display: block;
}

.b_prev,
.b_next {
    background: rgba(0, 45, 114, 0.5) url(../images/b-left.png) no-repeat 40px center;
    width: 113px;
    height: 216.7px;
    position: absolute;
    left: 7px;
    top: 114px;
    z-index: 300;
    -webkit-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: rgba(0, 45, 114, 0.5) 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: 77px 0 15px
}

.about-p,
.about-p1,
.about-p2,
.about-p3 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px;
    width: 520px;
    float: left;
    text-align: justify
}

.about-r-img {
    width: 343px;
    height: 416px;
    float: right;
    margin-top: -148px
}

.about-r-img img {
    width: 343px;
    height: 416px
}

.about-r-img:after {
    content: "";
    width: 343px;
    height: 416px;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin: -431px 0 0 10px;
    border-radius: 3px
}

.about-p1 {
    width: 100%;
    margin: 48px 0 0;
    float: none
}

.about-h6,
.history-h6 {
    font-size: 18px;
    margin-top: 50px
}

.about-name {
    width: 550px;
    float: left;
    color: #002d72;
    font-size: 18px;
    line-height: 35px;
    margin-top: 20px
}

.about-name p {
    overflow: hidden
}

.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: 90px
}

.about-r-img1:after {
    margin: -405px 0 0 -15px
}

.about-h5-a {
    float: right;
    margin: 158px 0 50px
}

.about-p2 {
    float: right;
    margin-bottom: 20px
}

.about-p3 {
    margin-bottom: 20px
}

.about-w {
    width: 100%;
    float: none
}

.about-t {
    margin: 20px 0 30px
}

.about-r-img2 {
    margin-top: -250px
}

.join-tab1 {
    margin: 165px 0 0
}

.news-ul li a.pdf-down {
    width: 140px;
    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: 24px;
    color: #002d72;
    font-weight: 400;
    text-align: center;
    line-height: 1
}

.duty-h6 {
    font-weight: 400;
    background-position: 0 10px
}

.duty-p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px;
    margin-bottom: 20px
}

.duty-m {
    margin-top: 80px
}

.duty-img {
    margin: 70px 0;
    overflow: hidden
}

.duty-img img {
    width: 220px;
    height: 165px;
    float: left;
    margin-right: 20px
}

.duty-img img:last-child {
    margin-right: 0
}

.duty-img1 {
    margin: 70px 0 0;
    overflow: hidden
}

.duty-img1 img {
    width: 300px;
    height: 225px;
    float: left;
    margin-right: 20px
}

.duty-img1 img:last-child {
    margin-right: 0
}

.nav-lists1 {
    /*width: 220px*/
}

.layout-sub {
    line-height: 24px;
    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.on {
    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: 18px;
    color: #002d72;
    font-weight: 400;
    margin-top: 35px;
    line-height: 30px
}

.join-close {
    cursor: pointer;
    line-height: 25px;
    overflow: hidden;
    width: 70px;
    position: absolute;
    right: 35px;
    top: 0px
}

.join-icon,
.layout-icon,
.layout-icon1 {
    width: 25px;
    height: 25px;
    background: #002d72 url(../images/icon8.png) no-repeat;
    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-ul a {
    padding: 60px 0 20px;
    display: inline-block;
}

.layout-img {
    /*margin: 60px 0 20px*/
    display: block;
}

.layout-title {
    height: 50px;
    border-left: 5px solid #002d72;
    background: rgba(0, 45, 114, 0.1)
}

.layout-title h3 {
    color: #c1a367;
    font-size: 24px;
    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
}

.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: 18px;
    color: #002d72;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 30px
}

.layout-text p {
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: justify
}

.layout-p {
    padding: 0 30px;
    text-align: justify
}

.layout-l-img {
    width: 300px;
    height: 225px;
    float: left;
    margin: 40px 0
}

.layout-l-img img {
    width: 300px;
    height: 225px
}

.layout-l-img:after {
    /*    content: "";
    width: 324px;
    height: 243px;
    border: 2px solid #c1a367;
    display: block;
    z-index: -1;
    margin: -233px 0 0 -15px;
    border-radius: 3px*/
}

.layout-h4 {
    font-size: 30px;
    font-weight: 400;
    color: #c1a367;
    width: 560px;
    float: right;
    line-height: 1;
    margin-top: 40px
}

.layout-h5 {
    font-size: 18px;
    font-weight: 400;
    color: #c1a367;
    width: 560px;
    float: right;
    line-height: 25px;
    margin: 20px 0 30px
}

.layout-t-p,
.layout-t-p1,
.layout-t-p2 {
    width: 560px;
    float: right;
    line-height: 30px;
    /*background: url(../images/icon1.png) no-repeat left 13px;*/
    padding: 0 0 0 20px !important;
    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: 18px;
    color: #002d72;
    margin: 30px 0 10px;
    font-weight: 400
}

.agro-p,
.agro-p1 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.n-sub-agro h3 {
    font-size: 26px;
    color: #c1a367;
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0 20px
}

.n-sub-agro .n-agro-img a {
    display: inline-block;
    /*margin-right: 30px;*/
}

.n-agro-img img {
    /*float: left;*/
    margin-right: 30px
}

.n-agro-img a:last-child img {
    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
}

.agro-p1 {
    margin-bottom: 15px
}

.layout-t-p1 {
    width: 775px
}

.layout-t-p2 {
    width: 775px;
    background: url(../images/icon2.png) no-repeat left 12px;
    margin-bottom: 0
}

.n-sub-agro {
    width: 775px
}

.agro-a {
    color: #9badc8;
    margin-bottom: 30px;
    display: inline-block
}

.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-iconL1 {
    width: 100px;
    height: 100px;
    background: url(../images/adm0.png) no-repeat;
    display: inline-block;
    margin: -11px;
    background-size: cover;
}

.agro-iconL2 {
    width: 100px;
    height: 100px;
    background: url(../images/adm1.png) no-repeat;
    display: inline-block;
    margin: -11px;
    background-size: cover;
}

.agro-iconL3 {
    width: 100px;
    height: 100px;
    background: url(../images/adm2.png) no-repeat;
    display: inline-block;
    margin: -11px;
    background-size: cover;
}

.lczName {
    margin: 30px 0 20px;
    overflow: hidden;
}

.lczName img {
    float: right;
}

.adm4 {
    margin: 50px 0;
}

.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: url(../images/adm15.png?i=1) 0 0 no-repeat;
    background-size: cover;
}

.agro-bL5 {
    background: url(../images/img86.png) 0 0 no-repeat;
    background-size: cover;
}

.invest-cont {
    width: 1115px;
    height: 555px;
    margin: 180px 0;
    position: relative
}

.invest-text {
    width: 1115px;
    height: 485px;
    background: #002d72;
    padding-top: 70px
}

.i-t-title {
    color: #fff;
    margin-left: 475px;
    height: 22px
}

.i-t-title b {
    font-family: simsun;
    float: left;
    margin-right: 20px
}

.i-t-span {
    float: left;
    font-size: 16px;
    height: 10px;
    border-bottom: 1px solid #274d88;
    width: 390px
}

.i-t-span span {
    background: #002d72;
    padding-right: 20px
}

.i-t-img {
    height: 40px;
    margin: 15px 0 15px 502px;
}

.i-t-img .table {
    height: 22px;
    margin: 4px 0;
}

.i-t-img img {
    float: left;
    margin-right: 20px
}

.i-t-img .table img {
    max-height: 22px;
}

.invest-img {
    width: 901px;
    height: 520px;
    position: absolute;
    left: -482px;
    top: -40px
}

.invest-p {
    width: 418px;
    height: 480px;
    background: rgba(0, 45, 114, 0.4);
    position: absolute;
    right: 0;
    top: 40px;
    padding: 50px 47px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.invest-p h2 {
    font-size: 36px;
    color: #c1a367;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px
}

.invest-p p {
    color: #fff;
    line-height: 28px;
    text-align: justify
}

.culture-img {
    margin-top: 110px
}

.cul-sub {
    border-bottom: 1px solid rgba(159, 176, 202, 0.5);
    width: 705px;
    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: 18px;
    color: #002d72;
    font-weight: 400;
    margin-bottom: 10px;
    background: url(../images/icon1.png) no-repeat left 10px;
    padding-left: 20px;
    width: 705px;
    float: right;
    margin-top: 15px
}

.cul-p {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.cul-sub-p {
    background: url(../images/icon1.png) no-repeat left 13px;
    padding-left: 20px;
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.cul-sub-none {
    border-bottom: none
}

.agro-icon2 {
    width: 100px;
    height: 100px;
    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: 18px;
    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: 30px;
    width: 520px;
    margin-bottom: 30px;
    float: left
}

.history-h6 {
    line-height: 30px
}

.history-img {
    margin-top: -300px
}

.history-ul {
    margin-top: 30px;
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px
}

.history-ul li {
    background: url(../images/icon2.png) no-repeat left 12px;
    padding-left: 20px
}

.join-tab2 {
    margin: 165px 0 0
}

.join-tab2 .join-tab-ul {
    width: 800px
}

.join-tab2 .join-tab-ul li {
    width: 160px;
    margin: 0 20px
}

.join-tab2 .join-tab-ul li p {
    margin: 15px 0 10px;
    width: 100%;
}

.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)
}

.join-h {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon13.png?i=1) 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?i=1) 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: 210px;
    padding: 5px;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.his-imgs li img {
    width: 210px;
    display: block;
}

.his-imgs li p {
    color: rgba(0, 45, 114, 0.8);
    padding: 10px 0 5px;
}

.his-line {
    min-height: 30px
}










/*
.his-line:after {
    content: "";
    border-bottom: 1px solid #9fb0ca;
    width: 23px;
    display: block;
    margin: -13px 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: 480px;
    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: table
}

.rec-r {
    display: table-cell;
    vertical-align: middle;
    color: rgba(0, 45, 114, 0.8);
    padding-left: 20px;
    width: 310px;
}

.rec-sub .rec-r {
    padding-left: 10px;
}

.rec-sub {
    float: left;
    /*margin-right: 30px;*/
    width: 510px;
    font-size: 13px;
}

.rec-h3 {
    font-size: 48px;
    color: #c1a367;
    font-weight: 400;
    line-height: 1;
    margin: 75px 0 35px
}

.rec-p1 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px;
    margin-bottom: 20px
}

.rev-bg1 {
    width: 1920px;
    height: 530px;
    background: url(../images/img72.jpg) no-repeat;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 70px
}

.rev-m {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}

.rev-m-L {
    width: 940px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.rev-m-L .rev-sub-l {
    margin-top: 140px;
    color: rgba(0, 45, 114, 1);
}

.rev-m-L .rev-sub-m {
    /*margin: 110px 42px 0;*/
}

.rev-sub-l {
    width: 300px;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-top: 150px
}

.rev-sub-l p {
    white-space: nowrap;
}

.rev-sub-l h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px
}

.rev-sub-m {
    width: 330px;
    float: left;
    margin: 85px 5px 0;
    text-align: center
}

.rev-sub-m img {
    width: 100%;
    margin-bottom: 40px;
}

.rev-sub-m .ngif {
    line-height: normal;
    width: 100%;
    height: 177px;
    /*overflow: hidden;*/
    margin: 0 auto 60px;
    position: relative;
}

.rev-sub-m .ngif img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -230px;
    width: 600px;
}

.rev-sub-m p {
    font-size: 24px;
    color: #c1a367;
    line-height: 43px
}

.rev-lists {
    width: 430px;
    margin-right: 40px;
    float: left
}

.rev-lists h3 {
    font-size: 24px;
    font-weight: 400;
    color: #c1a367;
    margin-bottom: 50px
}

.rec-r h5 {
    font-size: 16px;
    font-weight: 400;
    color: #002d72
}

.rev-lists .rec-sub {
    float: none;
    margin-bottom: 30px;
    margin-right: 0
}

.rec-icon1 {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon16.png?i=1) 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: 1920px;
    height: 450px;
    background: url(../images/img74L.jpg) no-repeat center right;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 70px;
    overflow: hidden
}

.rev-bg2 .rec-h3 {
    margin-top: 80px
}

.rev-ul li {
    width: 212px;
    float: left;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 33px;
    line-height: 30px;
    margin-right:30px;
    font-size: 18px;
}
.rev-ul li:last-child{
    margin-right: 0px;
}

.rev-ul li:before {
    border-top: 1px solid #fff;
    width: 90px;
    content: "";
    display: block;
    margin-bottom: 30px
}

.rec-h5 {
    font-size: 24px;
    color: #c1a367;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1.6;
}

.rec-p2 {
    width: 400px;
    float: left;
    margin-bottom: 30px;
    margin-right: 70px;
    line-height: 30px;
    color: rgba(0, 45, 114, 0.8);
    position: relative
}

.rec-p2:before {
    content: "";
    display: block;
    background: url(../images/icon2.png) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 12px
}

.rev-bg3 {
    width: 1115px;
    height: 440px;
    background: #002d72;
    position: relative;
    left: -175px;
    margin-top: 70px
}

.rev-img {
    width: 900px;
    height: 520px;
    position: absolute;
    top: -40px;
    right: -490px
}

.rev-text {
    width: 1115px;
    height: 520px;
    background: url(../images/img76.png) no-repeat right top;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 30px;
    padding: 130px 170px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rev-text h2 {
    font-size: 24px;
    color: #c1a367;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 20px
}

.invest-tab-text {
    line-height: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: 100px;
    bottom: -50px;
    font-size: 24px;
}

.invest-tab {
    width: 72px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: -50px
}

.invest-tab span {
    width: 41px;
    height: 41px;
    line-height: 41px;
    border: 2px solid #8fa1bc;
    display: block;
    border-radius: 50%;
    float: left
}

.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;
    text-indent: 8px;
    -webkit-animation: investspan 2s linear infinite;
    animation: investspan 2s linear infinite;
}

@-webkit-keyframes investspan {
    50% {
        text-indent: 20px;
    }
}

@keyframes investspan {
    50% {
        text-indent: 20px;
    }
}

.invest-slide {
    height: 600px;
    margin: 130px 0;
    position: relative
}

.invest-slide .invest-cont {
    margin: 0;
    position: absolute
}

.invest-slide .invest-img {
    -webkit-transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    z-index: 5;
    opacity: 0
}

.invest-slide .invest-text {
    -webkit-transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all .8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    position: absolute;
    z-index: 1;
    opacity: 0
}

.invest-cut .invest-img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.invest-cut .invest-text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.foot {
    background: #002d73;
    height: 175px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center
}

.foot a {
    color: rgba(255, 255, 255, 0.4);
    margin: 15px 10px;
    display: inline-block;
    font-size: 12px
}

.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;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.foot-wx span {
    width: 100px;
    height: 100px;
    -webkit-transform: scale(0);
    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;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-transform-origin: center bottom;
    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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.foot-wx:hover {
    opacity: 1
}

.foot-wx:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: -156px
}

.foot p {
    padding: 15px 0;
    height: 60px;
    line-height: 60px;
}

.lang a {
    padding-bottom: 2px;
    border-bottom: 2px solid transparent
}

.lang a:hover {
    border-bottom: 2px solid #fff
}

.lang {
    float: left
}

.menu-add {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    z-index: 1;
    padding: 10px 30px 5px 0;
    width: 1386px;
    background: url(../images/bgnn.png) right center no-repeat;
}
.navcont .menu-add{
    width: 100%;
}

.navcont .menu-add .add-link{
    right: 84px;
    margin-top: 0;
    top:50%;
    transform: translateY(-50%);
}

.header-L::before,.navcont .menu-add::before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top:100%;
    /* background: linear-gradient(to right, rgba(0, 45, 114, 0) 0%, rgba(0, 45, 114, 0) 40%, rgba(0, 45, 114, 1) 100%); */
    height: 390px;
    opacity: 0;
    visibility: hidden;
    /*background:linear-gradient(to bottom,rgba(0, 45, 114, 1) 0%,rgba(0, 45, 114, 1) 99.5%,rgba(0, 45, 114, 0) 100%)*/
}
.menu-add .add-link .anirl{
    display: flex;
}

.blockImg{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.blockImgC{
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.menu {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
    width: 64px;
    height: 47px;
    background: transparent url(../images/img6.png) 0 0 no-repeat;
    background-size: cover;
    margin-left: 20px;
}
.menu-add .add-link .anirl{
    display: flex;
}
.menu-add .add-link .anirl li{
    margin-left: 10px;
    font-size: 14px;
    position: relative;
}

.menu-add .add-link .anirl li>a{
    border-bottom: 2px solid transparent;
}

.menu-add .add-link .anirl li .item{
    white-space: normal;
    padding:10px;
    position: absolute;
    left: 50%;
    top:80%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.menu-add .add-link{
    margin-top: 10px;
    white-space: nowrap;
    line-height: 1.6;
    color: #fff;
    float: right;
    font-size: 16px;
    position: absolute;
    right: 64px;
    top: 0;
    transition: all 0.8s 0.1s ease-out;
}

.menu-add .add-link .anirl li .item a{
    display: block;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    opacity: 0.7;
}

.menu-add .add-link li>a:hover,.menu-add .add-link .anirl li.hover>a,.menu-add .add-link .anirl li.hover>a:hover{
    border-bottom: 2px solid #fff!important;
}

.header-L.hover,.menu-add.hover{
    background: rgba(0, 45, 114, 1);
    transition: all 0.3s;
}
.header-L.hover::before,.menu-add.hover::before{
    opacity: 1;
    visibility:visible;
    transition: all 0.3s;
}

.menu-add .add-link .anirl li.hover .item{
    opacity: 1;
    visibility: visible;
    transition: all 0.4s 0.1s;
}

.menu-add .add-link .anirl li .item a:hover{
    opacity: 1;
}


.menu {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
    width: 64px;
    height: 47px;
    background: transparent url(../images/img6.png) 0 0 no-repeat;
    background-size: cover;
    margin-left: 20px;
}

/*.menu-add .add-link {
    float: right;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 1.6;
    color: #fff;
    font-size: 18px;
}*/

.menu-add .add-link a {
    margin-right: 10px;
    font-size: 16px;
}

.menu-add a {
    color: #fff;
}

.menu-add .add-link a:hover {
    /* border-bottom: none !important;
    font-weight: normal !important; */
}

.navBar {
    display: none;
    opacity: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1993;
    background: #002D72;
}

.navBar .cloNav {
    z-index: 6;
    position: absolute;
    right: 40px;
    top: 10px;
    background: url(../images/ico3.png);
    width: 35px;
    height: 35px;
    background-size: cover;
}

.navBar .logo {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 4;
}

.navBar .auto {
    width: 100%;
    height: 100%;
}

.navBar .lang {
    position: absolute;
    bottom: 8%;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 6;
    z-index: 8;
}

.navBar .lang span {
    margin: 0 8px;
}

.navBar .lang a {
    color: #fff;
    box-sizing:border-box;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}

.navBar .lang a.firp {
    padding-left: 25px;
    background: url(../images/icon18.png) left center no-repeat;
}

.navBar .lang a.conrs {
    margin: 0 20px
}

.navBar a.on {
    border-bottom: 2px solid #fff;
}

.navBar .lang a:hover {
    border-bottom: 2px solid #fff;
}

.navBar .auto .w700 {
    width: 60%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.navBarShow .auto .w700 {
    opacity: 1;
}

.navBar .auto a {
    color: #fff;
}

.navBar .auto h3 {
    font-size: 20px;
    height: 52px;
    position: relative;
    font-weight: 600;
}

.navBar .auto h3 span.line {
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #fff url(../images/adm19.png) 0 0 no-repeat;
}

.navBar .auto .posl {
    float: left;
}

.navBar .auto .posr {
    float: right;
}

.navBar .auto .w110 {
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -100px;*/
    /*top: 0;*/
}

.navBar .auto li {
    margin-bottom: 30px!important;
}

.navBar .auto .marb80 {
    margin-bottom: 70px;
}

.navBar .auto .marb81 {
    margin-bottom: 90px;
}

.navBar .auto .marb82 {
    /*margin-bottom: 150px;*/
    margin-bottom: 180px;
}

.navBar .auto .marb100 {
    margin-bottom: 90px;
}

.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;
}

.team-list {
    width: 430px;
    float: left
}

.team-img,
.team-img1,
.team-img-r,
.team-img-l {
    width: 300px;
    height: 225px;
    margin-top: 80px
}

.team-img:after,
.team-img1:after,
.team-img-r:after,
.team-img-l:after {
    content: "";
    width: 400px;
    height: 300px;
    /*border: 2px solid #c1a367;*/
    display: block;
    z-index: -1;
    margin: -310px 0 0 -10px;
    border-radius: 3px
}

.team-img img,
.team-img1 img,
.team-img-r img,
.team-img-l img {
    width: 300px;
    height: 225px
}

.team-h2 {
    font-size: 30px;
    color: #c1a367;
    font-weight: 400;
    margin-top: 50px;
    line-height: 1;
    margin-bottom: 20px
}

.team-p {
    font-size: 18px;
    color: #c1a367;
    line-height: 30px
}

.team-p1,
.team-p2 {
    color: rgba(0, 45, 114, 0.8);
    line-height: 30px;
    margin-top: 30px;
    position: relative;
    text-align: justify
}

.team-p1:before,
.team-p2:before {
    width: 5px;
    height: 5px;
    background: url(../images/icon1.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 12px;
    content: ""
}

.team-more {
    color: #002d72;
    width: 100%;
    height: 70px;
    text-align: center;
    margin-top: 60px;
    cursor: pointer
}

.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;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 18px
}

.team-more.autoCtr span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team-all {
    width: 430px;
    padding-left: 20px;
    float: right;
    height: 330px;
    overflow: hidden
}

.team-all.autoHeight {
    height: auto;
}

.team-z-cut {
    height: auto
}

.team-more-cut span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.team-list-r {
    float: right
}

.team-img1:after,
.team-img-r:after {
    margin: -310px 0 0 8px
}

.team-ps {
    min-height: 120px
}

.look {
    margin-top: 50px;
}

.look a {
    color: rgba(0, 45, 114, 1);
    font-size: 16px;
}

.look a:hover {
    text-decoration: underline;
}

.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 {
    margin-left: -20px;
    height: auto;
    overflow: visible;
    width: 570px
}

.team-p2 {
    width: 940px
}

.team-img-l {
    float: left;
    margin-right: 70px;
    margin-top: 60px
}

.team-p2-l {
    margin-left: -370px
}

.team-ps1 {
    min-height: auto
}

.team-none {
    border-bottom: 0
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 992px) {
    .footer-L .linkR {
        float: none;
        text-align: center;
    }
    .footer-L .copy {
        float: none;
        text-align: center;
    }
    .header-L .logo {
        margin-right: 40px;
        margin-bottom: 10px;
    }
    .navBar .auto .w700 {
        white-space: nowrap;
        overflow: visible;
        width: 60%;
    }
    .navBar .auto .posr {
        float: none;
    }
    .navBar .auto .posl {
        float: none;
    }
    .navBar .auto .w110 {
        position: relative;
        margin: 0;
        top: auto;
        left: auto;
    }
    .navBar .table {
        margin: 80px 0;
    }
    .navBar .lang {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .menu-add .add-link a {
        font-size: 14px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .menu-add .add-link a {
        font-size: 12px;
        margin-right: 5px;
    }
}

.companyL {
    color: rgba(0, 45, 114, 0.8);
    font-size: 14px;
    padding-top: 20px;
    line-height: 2;
}

.companyL .p18 {
    color: #002d72;
    font-size: 18px;
    margin: 30px 0 25px;
}

.companyL .p30 {
    font-size: 30px;
    margin: 30px 0 25px;
    color: #002d72;
}

.companyL .marT40 {
    margin-top: 40px;
    color: #002d72;
}

.overHid {
    overflow: hidden;
}

@media screen and (max-height: 800px) {
    .history ul {
        margin-top: 5%;
    }
    .member .lab {
        margin: 2% 0 4%;
    }
    .newsRL .tit {
        font-size: 2.2em;
        margin-bottom: 4%;
    }
    .history ul li .time {
        margin: 2% 0 4%;
        font-size: 1.3em;
    }
    .navBar .auto h3 {
        font-size: 20px;
    }
    .navBar .auto .marb100 {
        margin-bottom: 40px;
    }
    .navBar .auto .marb80 {
        margin-bottom: 55px;
    }
    .navBar .auto .marb81 {
        margin-bottom: 55px;
    }
    .header-L .logo {
        margin-right: 40px;
    }
    .footer-L {
        padding: 10px 35px;
    }
    .history ul li .bcon .txts {
        font-size: 12px;
    }
    .member .p19 img {
        margin-top: 2%;
    }
    .history ul li .txts {
        margin: 5% 0 5%;
    }
    .history ul li .txtb {
        font-size: 1.1em;
    }
    .history ul li .link {
        font-size: 12px;
    }
    .navBar .auto li {
        margin-bottom: 30px;
    }
    .navBar .auto .marb82 {
        margin-bottom: 100px;
    }
    .navBar .lang {
        bottom: 4%;
    }
}

.moneyL {
    padding-left: 475px;
}

.moneyL li {
    width: 560px;
    height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #274d88;
}

.moneyL .lcon {
    line-height: 80px;
    width: 200px;
    color: #fff;
    float: left;
}

.moneyL .lcon a {
    display: inline-block;
}

.moneyL .table {
    width: 120px;
    float: left;
}

.moneyL .table a {
    display: block;
    margin: 0 16px 0 0;
    float: left;
    height: 29px;
}

.moneyL li:nth-child(2) .table a {
    height: 30px;
}

.moneyL li:first-child .table a {
    height: 51px;
}

.moneyL .table img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.moneyL .lcon b {
    font-family: simsun;
    float: left;
    margin-right: 14px;
}

.moneyL .lcon span {
    max-width: 155px;
    float: left;
}

.moneyL li:nth-child(4) span {
    line-height: 1.2;
    margin-top: 24px;
}

.moneyJ {
    padding-left: 475px;
    margin-top: -45px;
}

.moneyJ li {
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #274d88;
    width: 580px;
}

.moneyJ li.h120 {
    height: 120px;
}

.moneyJ li.h120 .lcon {
    line-height: 120px;
}

.moneyJ .lcon {
    line-height: 70px;
    width: 150px;
    color: #fff;
    float: left;
}

.moneyJ .rcon {
    width: 430px;
    float: left;
    height: 100%;
    display: table;
}

.moneyJ .rcon p {
    height: 29px;
    overflow: hidden;
    margin: 6px 0;
    width: 120%;
}

.moneyJ .rcon a {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    float: left;
}

.moneyJ .rcon a:last-child {
    margin-right: 0;
}

.moneyJ .rcon img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.moneyJ .lcon b {
    font-family: simsun;
    float: left;
    margin-right: 14px;
}

.moneyJ .lcon span {
    max-width: 125px;
    float: left;
}

.moneyJ .lcon .mid {
    display: inline;
    line-height: 1.2;
    margin-top: 36px;
}

.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 {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    color: rgba(0, 45, 114, 0.8);
    padding-top: 70px;
    line-height: 24px;
}

.weal .block {
    width: 429px;
    height: 221px;
    background: url(../images/adm18.png) 0 0 no-repeat;
    position: relative;
}

.weal .spanItem {
    width: 350px;
    margin: 0 auto;
    padding-top: 100px;
}

.weal .spanItem .marl70 {
    margin-right: 70px;
}

.weal .spanItem .marl35 {
    margin-right: 35px;
}

.weal .spanItem .w150 {
    width: 140px;
    display: inline-block;
}

.weal .spanItem .mar45 {
    margin-right: 40px;
}

.weal .tico {
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -77.5px;
}

.weal .txt {
    width: 348px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.weal .lblock {
    float: left;
}

.weal .rblock {
    float: right;
}

.info-ul {
    line-height: 30px;
    text-align: justify;
}

.info-ul li {
    text-indent: 30px;
}

.widthAuto {
    width: 100%;
}

.width-auto {
    width: 100%;
}

.lineH30 {
    line-height: 30px;
}

.look {
    text-decoration: underline;
}

.w430 {
    width: 430px;
}

.midA {
    line-height: 1.2;
    display: inline-block;
    max-width: 165px;
    margin-top: 27px;
}

/* xiaodong-修改董事长致辞、管理团队 */
.h_amend .cont-s-img {
    width: 334px;
    height: 456px;
    float: right;
}



.h_amend .team-img-l img {
    width: 248px;
    height: 331px;
}

.h_amend .h_amend-teamH2 {
    margin-top: 170px;
}

.h_amend .h_amend-teamAll {
    float: none;
    margin-top: 140px;
    width: 100%;
    margin-left: 0px;
}

.h_amend .h_amend-teamListAll {
    border-bottom: none;
}

.h_amend-contentSub {
    padding-bottom: 0px;
}

/* 公司创始人 */
.h_amend .h_amendContSimg {
    width: 330px;
    height: 430px;
    margin-top: -125px;
}

.h_originator-teamAll {
    float: left;
   /* width: 447px; */
    width: 510px;
    height: auto;
    padding-top: 20px;
    overflow: inherit;
}

.h_originator-teamAll .team-p1 {
    margin-top: 5px;
}

.h_originator-lczName {
    margin-top: 50px;
}

.h_originator-lczName img {
    float: none;
}

.h_H6 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 45, 114, 0.8);
    margin-top: 30px;
    position: relative;
    text-align: justify;
    margin-bottom: 20px;
}

/* .h_H6:before {
    width: 5px;
    height: 5px;
    background: url(../images/icon1.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 12px;
    content: ""
} */

.h_pb30 {
    padding-bottom: 30px;
}

.h_mar-negative {
    margin-top: -60px;
}

.h_marAuto {
    margin: 0 auto;
}

.h_PC {
    display: block;
}

.h_phone {
    display: none;
}

.h_marT30 {
    margin-top: 30px;
}

.h_W500 {
    width: 500px;
}

.h_W920 {
    width: 920px;
}

.h_PCh60 {
    height: 60px;
}

.qnavBg{
	position: relative;
	padding-top:222px;
}
.qnavBox{
	width: 1920px;
	height: 220px;
	background: url("../images/q_img2.png") top center no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.qnavBox ul{
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
    height: 100%;
}
.qnavBox ul li{
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	display: table;
	box-sizing: border-box;
	padding: 0 50px;
}
.qnavBox ul a{
	display: table-cell;
	font-size: 38px;
	line-height: 40px;
	padding-top: 30px;
	color: #fff;
	opacity: 0.5;
	vertical-align: middle;
}
.qnavBox ul span{
	display: inline-block;
	height: 80px;
	position: relative;
}
.qnavBox ul li span:after{
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background: #c1a367;
	position: absolute;
	top: -20px;
}
.qnavBox ul li:nth-child(1) span:after{
	right: 0;
}
.qnavBox ul li:nth-child(2) span:after{
	left: 0;
}
.qnavBox ul li:hover a,.qnavBox ul li.on a{
	opacity: 1;
}

.qnavBox1{
	width: 100%;
	margin-bottom: 40px;
}
.qnavBox1 ul{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
    height: 100%;
}
.qnavBox1 ul li{
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	display: table;
}
.qnavBox1 ul li.on a{
	color: #c1a367;
}
.qnavBox1 ul a{
	display: table-cell;
	font-size: 30px;
	line-height: 40px;
	padding-top: 30px;
	color: #333;
	vertical-align: middle;
}
.qnavBox1 ul span{
	min-width: 210px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #c1a367;
	position: relative;
}

.qBarBox{
	position: relative;
    height: 1020px;
}
.qBarBox1{
	height: auto;
}
.qBarBg{
	width: 1920px;
	height: 100%;
	background: url("../images/q_img3.png") top center no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.qBarBg1{
	background: none;
	position: relative;
}
.qnavBar{
	width: 1290px;
	padding-top: 65px;
	margin: 0 auto; 
}
.qnavBar>li{
	width: 100%;
	position: relative;
	display: none;
}
.qnavBar>li:nth-child(1){
	display: block;
}
.qnavBar>li .iBg{
	width: 100%;
	display: block;
	margin-top: -1px;
}
.qnavBar>li .txtBox{
	width: 460px;
	position: absolute;
	right: 80px;
	top: 50px;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #002d72;
	z-index: 10;
}
.qnavBar h2{
	font-weight: normal;
	font-size: 36px;
	line-height: 40px;
	color: #002d72;
	text-align: left;
	margin-bottom: 30px;
}
.qnavBar .qIcons{
	width: 100%;
	overflow: hidden;
}
.qnavBar .qIcons li{
	width: 25%;
	height: 254px;
	background: #fff;
	font-size: 0;
	box-sizing: border-box;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	transition: all 0s linear;
}
.qnavBar .qIcons .img{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.qnavBar .qIcons img{
	max-width: 100%;
	max-height: 100%;
}
.qnavBar .qIcons li::after{
	content: "";
	height: 110px;
	border-right: 1px solid #2d64b9;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -55px;
}
.qnavBar .qIcons li:last-child::after{
	display: none;
}

.qnavBar .qIcons a{
	font-size: 16px;
	color: #818dab;
}
.qnavBar .qIcons p{
	color: #c1a367;
	font-size: 20px;
	margin-bottom: 16px;
}
.mr{
	display: block;
}
.xz{
	display: none;
}
.qnavBar .qIcons li.on{background: #002d73;}
.qnavBar .qIcons li.on p{color: #fff;}
.qnavBar .qIcons li.on a{color: #fff;}
.qnavBar .qIcons li.on .mr{display: none;}
.qnavBar .qIcons li.on .xz{display: block;}
.qIcons2{
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}
.qIcons2 li{
	padding: 30px 150px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0s linear;
}
.qIcons2 li::after{
	content: "";
	width: 84%;
	border-bottom: 1px solid #2d64b9;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.qIcons2 li:last-child::after{
	display: none;
}
.qIcons2 .lcon{
	width: 420px;
	font-size: 18px;
	line-height: 20px;
	color: #c1a367;
	margin-right: 20px;
}
.qIcons2 .lcon .txtBox{
	
}
.qIcons2 b{
	
}
.qIcons2 p{
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	display: none;
}
.qIcons2 .more{
	display: block;
	font-size: 16px;
	color: #818dab;
	margin-top: 24px;
}
.qIcons2 .rcon{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 0;
}
.qIcons2 .rcon a{
	width: 33%;
	display: block;
	box-sizing: border-box;
	padding: 10px;
}
.qIcons2 .rcon img{
	max-width: 100%;
	margin: 0 auto;
}
.qIcons2 li.on{background: #002d73;}
.qIcons2 li.on .lcon{color: #fff;} 
.qIcons2 li.on p{color: #fff;} 
.qIcons2 li.on .more{color: #fff;} 
.qIcons2 li.on .mr{display: none;}
.qIcons2 li.on .xz{display: block;}
.content{
	background: none;
}
.mr{
	display: block;
}
.xz{
	display: none;
}
.newList{
	margin-top: 40px;
}
.newList li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d8d8;
	margin-bottom: 60px;
}
.newList li .img{
	width: 260px;
	height: 140px;
	border-radius: 5px;
	position: relative;
	margin-right: 30px;
	overflow: hidden;
}
.newList li img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.newList li .txtBox{
	flex: 1;
	height: 140px;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.newListH3{
	font-size: 24px;
	line-height: 30px;
	color: #494949;
	text-align: left;
	margin-bottom: 6px;
}
.newsDesc{
	font-size: 18px;
	line-height: 22px;
	color: #494949;
	text-align: left;
}
.newListTime{
	font-size: 16px;
	line-height: 18px;
	color: #727272;
	text-align: left;
}

.pageList{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageList a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.pageList a.on,.pageList a:hover{
	color: #fff;
	background: #c1a367;
}
.pageList .prev,.pageList .next{
	display: flex;
	align-items: center;
	justify-content: center;
	background: none !important;
}
.pageList img{
	width: 20px;
	pointer-events: none;
}
.pageList .no{
	opacity: 0.6;
}
.tabNav{
	width: 100%;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
}
.tabNav li{
	width: 270px;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	text-align: center;
	color: #002d73;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
}
.tabNav1 li{
	color: #333;
}
.tabNav li a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tabNav li.on,.tabNav li:hover{
	font-weight: bold;
}
.tabNav1 li.on,.tabNav1 li:hover{
	color: #002d73;
}

.content-sub-bgD{
	background:#fff9f0 url("../images/q_img24.png") top center no-repeat;
	background-size: 100% auto;
}
.buildWork .content-sub{
	padding: 100px 0;
}
.buildWork .desc{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.buildWork .sTitImg{
	width: 600px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 80px;
}
.buildWork .markBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.buildWork .markBox li{
	width: 32%;
	height: 140px;
	border: 2px solid #decaa7;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	font-size: 16px;
	color: #333;
}
.buildWork .markBox li:before{
	content: "";
	border-top: 13px solid #c1a367;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
}
.buildWork .markBox strong{
	font-weight: bold;
	font-size: 30px;
	color: #c1a367;
	margin-bottom: 20px;
}
.buildWork .title-h2{
	margin-top: 166px;
	padding-bottom: 20px;
}
.buildWork .about-p{
	width: 100%;
	font-size: 16px;
	color: #3c3c3c;
}
.buildWork .normalImg{
	width: 100%;
}
.buildWork .txtIcon{
	width: 100%;
	background: #fff;
	margin-top: 80px;
	padding-bottom: 50px;
}
.buildWork .qlist{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 60px;
}
.buildWork .qlist:nth-child(1){
	background: #fff1d7;
}
.buildWork .lextTxt{
	width: 340px;
	color: #333;
}
.buildWork .lextTxt strong{
	display: block;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
.buildWork .lextTxt p{
	font-size: 14px;
}
.buildWork .iconBox{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px 100px;
}
.buildWork .iconBox dd{
	display: flex;
	align-items: center;
	justify-content: center;
}
.buildWork .iconBox img{
	max-width: 100%;
}
.join-t-h4C{
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.join-t-h4C::before,.join-t-h4C::after{
	content: "";
	width: 100px;
	height: 4px;
	margin: 0 20px;
}
.join-t-h4C::before{
	background: linear-gradient(to right,rgba(0,0,0,0),#c6ab76);
}
.join-t-h4C::after{
	background: linear-gradient(to left,rgba(0,0,0,0),#c6ab76);
}
.join-label-iconBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #002c72;
}
.join-label-iconBox li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.join-label-iconBox img{
	width: 50px;
	margin-bottom: 10px;
}
.join-t-h5{
	font-size: 20px;
	line-height: 1.5;
	color: #c1a367;
	text-align: center;
	margin-bottom: 20px;
}
.qsupplementBox{
	width: 100%;
	padding: 40px 0;
	background: linear-gradient(to bottom,#f7e6bf,#fff);
}
.qsupplementBox .pBox{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #002c72;
	line-height: 0.8;
	margin-bottom: 30px;
}
.qsupplementBox .pBox p{
	min-width: 170px;
	line-height: 22px;
	height: 16px;
	text-align: center;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qsupplementBox .pBox p:nth-child(1){
	width: 280px;
}
.qsupplementBox .pBox p:nth-child(3){
	width: 280px;
}
.qsupplementBox .pBox p:nth-child(2){
	width: 180px;
	border-left: 2px solid #002c72;
	border-right: 2px solid #002c72;
	margin: 0 20px;
}
.join-tab-ul1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: -46px;
}
.join-tab-ul1 li{
	width: 86px;
	margin: 0 34px;
}
.join-tab-ul1 li img{
	width: 100%;
	background: #ededed;
}
.join-tab-ul1 li.join-cut .xz{
	display: block;
}
.join-tab-ul1 li.join-cut .mr{
	display: none;
}
.join-tab-cont-imgbox>img{
	width: 100%;
	margin-top: 70px;
}
.qChoseBox{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
}
.qChoseBox::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 26px;
	width: 200px;
	border-top: 2px solid #d7be96;
	margin-left: -100px;
}
.qChoseBox li{
	width: 140px;
	margin: 0 140px;
	cursor: pointer;
	img{
		max-width: 100%;
	}
}
.qChoseBox li.on .mr{display: none;}
.qChoseBox li.on .xz{display: block;}
.fzBox{
	width: 100%;
}
.fzBox>li{
	display: none;
}
.fzBox>li:nth-child(1){
	display: block;
}
.fzBox img{
	width: 100%;
}
.join-tab-cont-imgTxt .small-h3{
	font-size: 20px;
	color: #c1a367;
	text-align: center;
}
.join-tab-cont-imgTxt .imgTxt{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.join-tab-cont-imgTxt .imgTxt .left{
	width: 50%;
	height: 340px;
	background: #c1a367;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.join-tab-cont-imgTxt .imgTxt h2{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.join-tab-cont-imgTxt .imgTxt p{
	color: #fff;
	line-height: 26px;
}
.join-tab-cont-imgTxt .imgTxt .rImg{
	width: 50%;
	height: 340px;
	overflow: hidden;
}
.join-tab-cont-imgTxt .imgTxt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join-tab-cont-imgTxt .iconTxt{
	margin-top: 60px;
}
.join-tab-cont-imgTxt .iconTxt h3{
	
}
.join-tab-cont-imgTxt .iconTxt .iconBox{
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 40px;
}
.join-tab-cont-imgTxt .iconTxt .iconBox li{
	width: 190px;
	height: 120px;
	border-radius: 10px;
	background: #fff;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
}
.join-tab-cont-imgTxt .iconTxt .iconBox img{
	width: 40px;
}
.join-tab-cont-imgTxt .featBox{
	margin-top: 40px;
}
.join-tab-cont-imgTxt .featBox .txtBox{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 40px;
}
.join-tab-cont-imgTxt .featBox .txtBox .lTxt{
	width: 49%;
	height: 260px;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0),#fff);
	box-sizing: border-box;
	padding: 30px 50px;
	padding-bottom: 0;
}
.join-tab-cont-imgTxt .featBox .txtBox .lTxt h4{
	font-size: 18px;
	height: 44px;
	color: #c1a367;
	text-align: center;
	margin-bottom: 20px;
}
.join-tab-cont-imgTxt .featBox .txtBox .lTxt p{
	color: #333;
}
.join-tab-cont-imgTxt .featBox .txtBox .rTxt{
	
}
.join-tab-cont-imgTxt .featBox .txtBox .rTxt h4{
	
}
.join-tab-cont-imgTxt .featBox .txtBox .rTxt p{
	
}
.join-tab-cont-imgTxt .imgTxtBox{
	margin-top: 60px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt{
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	margin-top: 60px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt li{
	color: #333;
	margin-bottom: 40px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt h3{
	margin-right: 50px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt strong,.join-tab-cont-imgTxt .imgTxtBox .titTxt2 strong{
	display: block;
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt strong::before,.join-tab-cont-imgTxt .imgTxtBox .titTxt2 strong::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c1a367;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -3px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt dl{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 40px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt dd{
	width: 28%;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt dd:last-child{
	margin-bottom: 0;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt2{
	color: #333;
	position: relative;
	margin-top: 60px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt2 .txtBox{
	display: -moz-grid;
	display: -webkit-grid;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 50px;
	margin-top: 60px;
	box-sizing: border-box;
	padding-left: 20px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt2 strong{
	display: block;
	margin-bottom: 16px;
}
.join-tab-cont-imgTxt .imgTxtBox .titTxt2 p{
	line-height: 26px;
	margin-bottom: 6px;
}
.join-tab-cont-imgTxt .xczx{
	width: 100%;
	margin-top: 100px;
}
.join-tab-cont-imgTxt .titImg{
	width: 100%;
	margin-bottom: 70px;
}
.fTit{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 20px;
	color: #c1a367;
	font-weight: bold;
	margin-bottom: 50px;
}
.fTit::before,.fTit::after{
	content: "";
	width: 100px;
	height: 1px;
	background: #c1a367;
	margin: 0 10px;
}
.titTxtBox{
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.titTxtBox .titBox{
	width: 35%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	font-size: 18px;
	line-height: 30px;
	color: #c1a367;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0));
	position: relative;
}
.titTxtBox .titBox::before{
	content: "";
	width: 30px;
	height: 50px;
	background: url("../images/qicon7.png") top center no-repeat;
	background-size: contain;
	position: absolute;
	left: 30px;
	top: 0;
}
.titTxtBox .titBox span{
	font-weight: bold;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #c1a367;
}
.titTxtBox .tBox{
	flex: 1;
	height: 100%;
	line-height: 26px;
	box-sizing: border-box;
	padding: 30px;
	background: linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0));
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.titTxtBox .tBox p{
	margin-bottom: 1em;
}
.titTxtBox .scroll{
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.xczx .titTxt{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xczx .titTxt li{
	width: 46%;
}
.xczx .titTxt li .small-h3{
	height: 52px;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xczx .titTxt .txt{
	height: 200px;
	padding: 30px;
	box-sizing: border-box;
	background: linear-gradient(to bottom,rgba(255,255,255,0.8),rgba(255,255,255,0));
	color: #333;
	margin-top: 30px;
}
.join-tab-cont-imgTxt .xczx .imgTxt{
	margin-top: 40px;
}
.titImgTxt{
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.titImgTxt .img{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.titImgTxt .img img{
	max-height: 100%;
}
.titImgTxt li{
	width: 46%;
	margin-bottom: 40px;
}
.titImgTxt .scroll{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	height: 210px;
	color: #333;
	background: linear-gradient(to bottom,rgba(255,255,255,0.8),rgba(255,255,255,0));
}
.titImgTxt dl{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.titImgTxt dl dd{
	position: relative;
	padding-left: 20px;
	line-height: 32px;
}
.titImgTxt dl dd:before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c1a367;
	position: absolute;
	left: 0;
	top: 14px;
}
.pBox{
	line-height: 32px;
}
.pBox p{
	margin-bottom: 30px;
}
.visionBox{
	width:100%;
	margin-top:100px;
	position: relative;
}
.visionBox img{
	width: 100%;
}
.visionBox .txtBox{
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
}
.visionBox .rec-h3{
	color: #9f7b33;
	margin: 0 auto;
	text-align: center;
}
.visionBox p{
	font-size: 18px;
	line-height: 32px;
	color: #9f7b33;
	text-align: center;
	text-shadow: 2px 2px 6px #fff;
	margin-top: 30px;
}
.mainBox ul{
	width: 100%;
	margin-top: 50px;
}
.mainBox li{
	width: 100%;
	min-height: 40px;
	color: #333;
	box-sizing: border-box;
	padding: 20px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*border-bottom: 1px solid #ccc;*/
}
.mainBox strong{
	display: block;
	font-size: 60px;
	line-height: 70px;
	color: #c1a367;
	padding: 0 50px;
	margin-right: 30px;
	position: relative;
}
.mainBox strong::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0),#eee,#eee);
	position: absolute;
	left: 0;
	bottom: -10px;
}
.mainBox p{
	flex: 1;
	line-height: 28px;
	position: relative;
	z-index: 10;
}
.mainBox li::before{
	content: "";
	display: block;
	width: calc(100% - 164px);
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 0;
	bottom: 0;
}
.fzBox p{
	line-height: 28px;
}
.historyList{
	width: 1px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.historyList:before{
	content: "";
	width: 1px;
	height: calc(100% - 30px);
	background: #333;
	position: absolute;
	left: 0;
	top: 0;
}
.historyList li{
	margin-bottom: 30px;
	position: relative;
	top: -20px;
	z-index: 10;
}
.historyList li dd{
	position: relative;
	color: #333;
	line-height: 18px;
}
.historyList li dd:before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #c1a367;
	position: absolute;
}
.historyList li:before{
	content: "";
	width: 10px;
	height: 10px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #c1a367;
	position: absolute;
	top: 10px;
}
.historyList span{
	display: block;
	color: #c1a367;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 16px;
}
.historyList p{
	color: #333;
	line-height: 18px;
}
.historyList li dd{
	margin-bottom: 10px;
}
.historyList li dd:before{
	top: 7px;
}
.historyList li:nth-child(odd){
	width: 340px;
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.historyList li:nth-child(odd) dd{
	padding-left: 10px;
}
.historyList li:nth-child(odd) dd:before{
	left: 0;
}
.historyList li:nth-child(odd):before{
	left: -9px;
}
.historyList li:nth-child(even){
	width: 340px;
	position: relative;
	left: -360px;
	padding-right: 20px;
	text-align: right;
}
.historyList li:nth-child(even) dd{
	padding-right: 10px;
}
.historyList li:nth-child(even) dd:before{
	right: 0;
}
.historyList li:nth-child(even):before{
	right: -9px;
}
.zlList{
	margin-top: 100px;
}
.zlList p{
	text-align: center;
	line-height: 28px;
	margin-bottom: 30px;
}
.zlList ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.zlList li{
	width: 30%;
	height: 220px;
	line-height: 28px;
	box-sizing: border-box;
	padding: 30px 20px;
	background: linear-gradient(to bottom,#fff,#fff,rgba(255,255,255,0));
	position: relative;
}
.zlList li:before{
	content: "";
	width: 50%;
	height: 10px;
	position: absolute;
	left: 25%;
	top: -5px;
	background: linear-gradient(to right,#cbb485,rgba(255,255,255,0));
}
.zlList .scroll{
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.content-sub-esg{
	padding-top: 60px;
}
.content-sub-esg .join-t-h2{
	margin-top: 50px;
}
.pages{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pages a{
	margin: 0 10px;
}
.pages span{
	margin: 0 10px;
}
.pages .m_top{
	background: url("../images/qicon10_1.png") center no-repeat;
	background-size: contain;
}
.pages .m_top:hover{
	background: url("../images/qicon10.png") center no-repeat;
	background-size: contain;
}
.pages .m_prev{
	background: url("../images/qicon11_1.png") center no-repeat;
	background-size: contain;
}
.pages .m_prev:hover{
	background: url("../images/qicon11.png") center no-repeat;
	background-size: contain;
}
.pages .m_next{
	background: url("../images/qicon12_1.png") center no-repeat;
	background-size: contain;
}
.pages .m_next:hover{
	background: url("../images/qicon12.png") center no-repeat;
	background-size: contain;
}
.pages .m_last{
	background: url("../images/qicon13_1.png") center no-repeat;
	background-size: contain;
}
.pages .m_last:hover{
	background: url("../images/qicon13.png") center no-repeat;
	background-size: contain;
}