.index {
    background: url(../images/main.jpg);
    background-size: cover;
    width: 100%;
    min-height: 770px;
    position: relative;
}

.bannerbox .banner-text {
    width: 950px;
    background: rgba(120, 157, 74, 0.7);
    position: absolute;
    top: 470px;
    right: 0;
    padding: 20px;
    z-index: 99;
}

.bannerbox .banner-text h2 {
    width: 690px;
    font-size: 37px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Homebanner {
    width: 100%;
    position: relative;
    min-height: 760px;
    overflow: hidden;
}

.Homebanner ul {
    width: 100%;
    position: absolute;
    height: 760px;
}

.Homebanner ul li {
    width: 100%;
    min-height: 760px;
    position: absolute;
    overflow: hidden;
}

.Homebanner ul li img {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0px;
    display: block;
    margin-left: -960px;
}

.banner {
    width: 100%;
    height: 455px;
    overflow: hidden;
    position: relative;
}

.banner ul {
    width: 400%;
    height: 455px;
}

.banner ul li {
    float: left;
    position: relative;
    width: 25%;
}

.banner img {
    width: 100%;
    height: 455px;
    display: block;
}

.b-text-posi {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.b-text-posi dl {
    margin: 60px 0 0 40px;
    width: 500px;
}

.b-text-posi dl dt {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    position: relative;
}

.b-text-posi dl dt::before {
    content: '';
    width: 280px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.b-text-posi dl dd {
    margin: 0;
}

.b-text-posi dl h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 50px;
    margin: 20px 0;
}

.b-text-posi dl dd a,
.case-content dd a {
    display: inline-block;
    width: 130px;
    font-size: 18px;
    line-height: 36px;
    color: #58595b;
}

.b-text-posi dl dd i,
.case-content dd i {
    font-size: 22px;
    margin-right: 10px;
}

.banner-btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
}

.banner-btn a {
    /* color:#789d4a; */
}

.banner-btn i {
    font-size: 20px;
    font-weight: bold;
    color: #789d4a;
}

.case-content {
    display: flex;
    justify-content: space-between
}

.case-content dl {
    margin: 40px 0 20px 0;
    width: 585px;
    /* float: left; */
}

.case-content dt {
    display: inline-block;
    font-size: 18px;
    color: #789d4a;
    line-height: 36px;
    border-bottom: 3px solid #789d4a;
}

.case-content dd {
    font-size: 30px;
    color: #789d4a;
    line-height: 36px;
    margin: 15px 0;
}


/* about */

.banner-img {
    position: relative;
    width: 100%;
}

.banner-img img {
    width: 100%;
    height: 650px;
    display: block;
}

.banner-img h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -590px;
    color: #ffffff;
    font-size: 40px;
}

.b-text {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.b-text dl {
    color: #ffffff;
    width: 800px;
    margin-top: 250px;
}

.b-text dt {
    font-size: 36px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 40px;
    margin-bottom: 10px;
}

.b-text dd {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding-left: 15px;
    position: relative;
}

.b-text dd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ffffff;
}

.b-text h2 span {
    font-size: 32px;
    display: block;
}

.con-text {
    padding-bottom: 40px;
    padding-top: 40px;
}

.con-text p {
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.con-text p:first-child {
    margin-bottom: 1rem;
}

.b1 {
    display: flex;
    justify-content: space-between;
}

.b1 dl {
    width: 585px;
    background-color: #789d4a;
    margin-top: -440px;
    z-index: 10;
    padding-bottom: 60px;
}

.b1 dl img {
    display: block;
    height: 440px;
    margin-bottom: 60px;
}

.b1 dl dt,
.b1 dl dd {
    margin: 0 60px;
}

.b1 dl dt {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}

.b1 dl dd {
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
}

.fr-text {
    /* float: right; */
    width: 500px;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    padding-top: 90px;
}

.ui-t-con {
    width: 100%;
    margin: 40px 0;
}

.ui-t-con h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px 0;
    font-weight: normal;
}

.ui-t-con p {
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.ui-t-con .read-more-btn a {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.ui-t-con .read-more-btn a::before {
    content: "\e6b1";
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #789d4a;
    font-style: normal;
    margin-right: 3px;
}

.ui-t-con .read-more-btn a:hover {
    color: #58595b;
}

.ui-t-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -350px;
}

.ui-t-box .ui-text-1 {
    width: 470px;
    height: 290px;
    background-color: #f5f6f7;
    margin-bottom: 30px;
    padding: 50px;
    z-index: 10;
}

.ui-t-box .ui-text-1:first-child {
    /* height:350px; */
    background-color: #789d4a;
}

.ui-t-box .ui-text-1:first-child h2,
.ui-t-box .ui-text-1:first-child p {
    color: #ffffff;
}

.ui-t-box .ui-text-1 h2,
.ui-t-box2 dt {
    margin: 0;
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    font-weight: normal;
}

.ui-t-box .ui-text-1 p,
.ui-t-box2 dd {
    margin-top: 30px;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
}

.ui-t-box2 {
    margin: 30px 0;
}

.ui-t-box2 dl {
    width: 570px;
    margin: 0;
}

.ui-t-box2 dd {
    margin: 20px 0 0 0;
}

.ui-t-box2 dl img {
    display: block;
    width: 100%;
}

.gtb-dep-bg {
    background: url(../images/about_img04.jpg)no-repeat center;
    background-size: 100% 100%;
    height: 650px;
}

.gtb-dep-bg .departments {
    height: 650px;
    position: relative;
}

.gtb-dep-bg .departments dl {
    padding: 70px 70px 40px 70px;
    background-color: #789d4a;
    color: #ffffff;
    margin: 0;
    width: 445px;
}

.gtb-dep-bg .departments h2 {
    font-size: 40px;
    color:#ffffff;
    font-weight: normal;
    margin: 0;
    padding:5px 10px;
    background-color: #789d4a;
    position: absolute;
    bottom:-25px;
    left:0;
}

.gtb-dep-bg .departments dt {
    font-size: 26px;
    margin: 30px 0 10px 0;
}

.gtb-dep-bg .departments dd {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}

.gtb-dep-bg .departments dd:before {
    content: "";
    margin-right: 20px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ffffff;
}

.ui-team-b {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ui-team-b .team-t {
    margin-bottom: 50px;
}

.ui-team-b .team-t h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0 20px 0;
    font-weight: normal;
}

.ui-team-b .team-t p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

.ui-team-b .team-tree-like {
    width: 960px;
    height: 170px;
    margin: 0 auto;
}

.ui-team-b dl {
    font-size: 20px;
    color: #ffffff;
}

.ui-team-b span {
    text-align: center;
    display: inline-block;
    width: 130px;
    height: 70px;
    vertical-align: middle;
}

.ui-team-b dt {
    text-align: center;
}

.ui-team-b dd {
    margin: 30px 0 0 0;
    position: relative;
    height: 70px;
}

.ui-team-b dd::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #70ac46;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.ui-team-b dt span {
    text-align: center;
    background-color: #ffbf00;
    line-height: 70px;
}

.ui-team-b dd span {
    background-color: #70ac46;
    padding: 0 5px;
    margin-right: 24px;
    line-height: 26px;
    display: flex;
    align-items: center;
    float: left;
    justify-content: center;
}

.ui-team-b dd span:last-child {
    margin-right: 0;
}

.pr {
    position: relative;
}

.img-bg1 {
    background: url(../images/we_banner_img01.jpg)no-repeat center;
    background-size: 100% 400px;
    height: 400px;
}

.img-bg2 {
    background: url(../images/we_banner_img02.jpg)no-repeat center;
    background-size: 100% 650px;
    height: 650px;
}
.img-bg3 {
    background: url(../images/we_banner_img03.jpg)no-repeat center;
    background-size: 100% 400px;
    height: 400px;
}
.img-bg4 {
    background: url(../images/we_banner_img04.jpg)no-repeat center;
    background-size: 100% 650px;
    height: 650px;
}
.img-bg5 {
    background: url(../images/we_banner_img05.jpg)no-repeat center;
    background-size: 100% 400px;
    height: 400px;
}

.img-bg1 h1,.img-bg3 h1{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -590px;
    color: #ffffff;
    font-size: 40px;
}
.img-bg5 h1{
    padding-top:50px;
    font-size:40px;
    color:#ffffff;
}
.img-bg5 .ui-t-content{
    color:#ffffff;
}

.con-text h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight:normal;
}

.con-text dl {
    margin: 0;
}

.con-text dt,
.con-text dd,.img-bg2 dd,.ui-dl-box dd,.img-bg4 dd {
    font-size: 20px;
    line-height: 32px;
    margin: 8px 0;
}

.con-text dd,.img-bg2 dd,.ui-dl-box dd,.img-bg4 dd {
    padding-left: 25px;
    position: relative;
}

.con-text dd::before,.img-bg2 dd::before,.ui-dl-box dd::before,.img-bg4 dd::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #b0b0b0;
    position: absolute;
    top: 12px;
    left: 5px;
    display: block;
}
.img-bg2 dl{
    color:#ffffff;
    width:1180px;
    margin: 0 auto;
    padding: 200px 10px 0 10px;
}
.img-bg2 dt{
    font-size:36px;
    margin-bottom:20px;
}
.img-bg2 dd::before,.img-bg4 dd::before{
    background-color:#ffffff;
}
.ui-dl-box{
    margin:40px 0 30px 0;
}
.ui-dl-box dt,.asses-h1,.img-bg4 dt,.ui-t-content h1{
    font-size:36px;
    margin-bottom:30px;
}
.asses-h1{
    font-size:36px;
    margin-bottom:40px;
    font-weight:normal;
}
.mar-btm-0{
    margin-bottom:0;
}
.ui-t-content {
    margin:40px 0;
}
.ui-t-content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}
.img-bg4 dl{
    color:#ffffff;
    margin:0;
    padding-top:40px;
}
.img-bg4 dl:first-child{
    padding-top:130px;
}

.ui-t-content h2{
    font-size:30px;
    margin:0;
    padding:10px 0;
}