@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    /*解决chrome浏览器下字体不能小于12px*/
}

body {
    overflow-x: hidden;
    font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}


/*设置margin和padding为0*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
a,
img,
input,
select,
button,
textarea {
    background: none;
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var，i {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

em,
i {
    font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type=date],
button,
select,
input[type=text] {
    /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

a,
input[type=text],
select,
input[type=password],
textarea {
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
    content: '.';
    width: 100%;
    height: 0;
    overflow: hidden;
}

.warpper {
    width: 1200px;
    margin: 0 auto;
}

.header .warpper,
.section .warpper {
    width: 1300px;
}

.header {
    height: 100px;
}

.logo {
    float: left;
    padding-top: 10px;
}

.nav {
    float: right;
}

.nav ul {}

.nav ul li {
    float: left;
    width: 100px;
    text-align: center;
    display: inline-block;
    line-height: 100px;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    padding-top: 20px;
    line-height: 74px;
    display: block;
    position: relative;
}

.nav ul li span {
    position: relative;
    display: block;
    z-index: 22;
}

.nav ul li a:after {
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    border-radius: 50%;
    content: '';
    margin: 0 auto;
    position: relative;
    top: -14px;
    opacity: 0;
    position: relative;
}

.nav ul li a:before {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100px;
    height: 0px;
    display: inline-block;
    background: url(../images/snavbg.jpg) no-repeat center top;
    content: '';
    opacity: 0;
}

.nav ul li.cur>a {
    color: #fff;
    transition: all .6s;
}

.nav ul li.cur>a:before {
    opacity: 1;
    top: 0;
    height: 100px;
    transition: all 1s;
}

.nav ul li.cur>a:after {
    opacity: 1;
    transition: all .6s ease-in .3s;
}

.nav ul li dl {
    position: absolute;
    left: 50%;
    margin-left: -88px;
    width: 176px;
    top: 100px;
    z-index: 33;
    background: url(../images/sbg.png) repeat;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.nav ul li dl dd {
    line-height: 36px;
    text-align: center;
}

.nav ul li dl dd a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    height: 36px;
    line-height: 36px;
    padding-top: 0;
}

.nav ul li dd a:hover {
    background: #30960a;
    color: #fff;
}

.banner {
    width: 100%;
    clear: both;
    height: 600px;
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .slides li img {
    display: block;
}

.banner,
.banner .slides,
.banner .slides li {
    width: 100%;
    height: 600px;
}

.banner .slides li {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.flexslider {
    position: relative;
    overflow: hidden;
    /*background:url(../images/loading.gif) 50% no-repeat;*/
}

.slides {
    position: relative;
    z-index: 1;
}

.slides a {
    display: block;
    height: 100%;
}

.slides ul li,
.slides ul li a {
    float: left;
    display: block;
}

.slides ul li {
    background-size: cover;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

.flex-control-nav li {
    display: inline-block;
    width: auto;
    height: 8px;
    margin: 0 7px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 8px;
    line-height: 8px;
    border-radius: 8px;
    font-size: 0px;
    overflow: hidden;
    background: #fff;
}

.flex-control-nav a.flex-active {
    width: 60px;
    background: #07a124;
}

.ititle {
    color: #ffc731;
    font-family: Arial;
}

.ititle em {
    font-size: 30px;
    font-family: 宋体;
    float: left;
    margin-top: 21px;
}

.ititle span {
    font-size: 90px;
    display: block;
    position: relative;
    left: 12px;
    line-height: 90px;
}

.ititle strong {
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

.about {
    position: relative;
    margin-top: 42px;
    height: 656px;
}

.hua {
    position: absolute;
    left: 50%;
    margin-left: 504px;
    bottom: 0;
    z-index: 33;
}

.video {
    width: 1060px;
    position: absolute;
    left: 0;
    top: 52px;
    width: 50%;
    padding-right: 63px;
    overflow: hidden;
    height: 494px;
    z-index: 22;
}

.video img {
    width: 1060px;
    height: 494px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -530px;
}

.aright {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 50%;
    background: url(../images/aright.jpg) no-repeat left top;
    height: 604px;
    padding-top: 52px;
    padding-left: 23px;
    z-index: 11;
}

.ainfo {
    width: 512px;
    padding-left: 97px;
    position: relative;
}

.ainfo .ititle {
    position: absolute;
    right: -170px;
    top: -86px;
    text-align: right;
}

.ainfo .ititle em {
    margin-top: -13px;
}

.atitle {
    border-bottom: solid 1px #e8e7e7;
    padding-bottom: 23px;
    position: relative;
    padding-top: 17px;
}

.atitle:after {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #21a710;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.atitle .lan {
    width: 109px;
    height: 39px;
    border: solid 1px #c3c2c2;
    border-radius: 39px;
    position: absolute;
    right: 0;
    top: 19px;
    line-height: 39px;
    overflow: hidden;
}

.atitle .lan ul {}

.atitle .lan ul li {
    width: 54.5px;
    display: inline-block;
    text-align: center;
}

.atitle .lan ul li a {
    font-size: 18px;
    color: #333;
    display: block;
}

.atitle .lan ul li.cn a {
    font-family: 楷体;
}

.atitle .lan ul li.en a {
    font-family: 宋体;
}

.atitle .lan ul li.cur {
    background: #129f1b;
}

.atitle .lan ul li.cur a {
    color: #fff;
}

.atxt {
    padding-top: 10px;
}

.atxt .desc {
    font-size: 14px;
    line-height: 28px;
    height: 335px;
    overflow: hidden;
}

.atxt .desc p {
    padding-top: 30px;
}

.case {
    background: url(../images/csbg.jpg) no-repeat center top;
    height: 790px;
}

.casetitle {
    text-align: center;
    padding: 30px 0;
}

.casetitle strong {
    display: inline-block;
    font-size: 30px;
    color: #138f03;
    font-weight: bold;
    width: 188px;
    height: 55px;
    background: url(../images/case.png) no-repeat center;
    line-height: 55px;
}

.ctab {
    text-align: center;
}

.ctab ul {
    display: inline-block;
}

.ctab ul li {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 48px;
    border: solid 1px #c7c7c7;
    border-radius: 50px;
    margin: 0 12px;
}

.ctab ul li a {
    font-size: 18px;
    color: #696868;
    display: block;
}

.ctab ul li.cur {
    background: #138f03;
    border: solid 1px #138f03;
}

.ctab ul li.cur a {
    color: #fff;
}

.case .warpper {
    position: relative;
}

.case .ititle {
    position: absolute;
    right: -75px;
    top: 0;
    width: 190px;
}

.case .ititle em {
    margin-top: -21px;
}

.calist {
    margin-top: 36px;
    padding-bottom: 45px;
    height: 552px;
    overflow: hidden;
    position: relative;
}

.calist .con {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 1300px;
}

.calist .con .swiper-container {
    padding-bottom: 45px;
}

.calist .con .swiper-pagination {
    bottom: 0;
}

.calist .con .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #888b87;
    margin: 0 14px;
}

.calist .con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #138f03;
}

.calist .con0 {
    opacity: 1;
    visibility: initial;
}

.calist ul {
    /*margin-right:-13px;*/
}

.calist ul li {
    float: left;
    display: inline-block;
    width: 315px;
    text-align: center;
    background: #fff;
    margin-right: 13px;
    position: relative;
    height: 497px;
    overflow: hidden;
}

.calist ul li a {
    display: block;
}

.calist ul li .img {
    width: 100%;
    height: 298px;
    overflow: hidden;
}

.calist ul li .img img {
    display: block;
    width: 100%;
    height: 298px;
}

.calist ul li .txt {
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    width: 255px;
}

.calist ul li .txt strong {
    font-size: 20px;
    color: #555;
    display: block;
    padding-top: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}

.calist ul li .txt strong:after {
    width: 50px;
    height: 1px;
    display: block;
    content: '';
    margin: 0 auto;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.calist ul li .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding-top: 10px;
    height: 92px;
    overflow: hidden;
}

.calist ul li .txt em {
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #fff;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 0;
    color: #fff;
    font-size: 14px;
}

.calist ul li .txt em i {
    display: inline-block;
    margin-left: 10px;
}

.calist ul li:hover .txt {
    background: #1a5014;
    height: 250px;
    transition: all .6s;
}

.calist ul li:hover .txt strong,
.calist ul li:hover .txt p {
    color: #fff;
}

.calist ul li:hover .txt strong:after {
    background: #fff;
}

.calist ul li:hover .txt em {
    opacity: 1;
    transition: all .6s ease-in .3s;
}

.news {
    padding-bottom: 75px;
}

.news .warpper {
    position: relative;
}

.news .ititle {
    width: 152px;
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 57px;
    z-index: 222;
}

.news .ititle span {
    margin-top: -10px;
}

.news .ititle em {
    float: right;
    margin-top: 41px;
    width: 22px;
    height: 3px;
    display: block;
    background: #ffc731;
    overflow: hidden;
}

.ntitle {
    text-align: center;
    padding: 55px 0;
    border-bottom: solid 1px #f7f7f7;
    position: relative;
}

.ntitle a.more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
}

.ntitle strong {
    display: inline-block;
    width: 194px;
    height: 69px;
    line-height: 69px;
    background: url(../images/news.jpg) no-repeat center top;
    color: #138f03;
    font-size: 30px;
}

.nlist {
    overflow: hidden;
    width: 1300px;
    padding-top: 20px;
}

.nlist ul {
    margin-right: -65px;
    background: url(../images/nbg.jpg) repeat-y 620px top;
    overflow: hidden;
}

.nlist ul li {
    width: 585px;
    float: left;
    display: inline-block;
    border-bottom: dashed 1px #edebeb;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-right: 65px;
}

.nlist ul li a {
    display: block;
    padding: 0 15px;
    background: url(../images/gdot.png) no-repeat left 10px;
}

.nlist ul li .title {
    font-size: 18px;
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.nlist ul li .time {
    font-size: 20px;
    color: #999;
    font-weight: lighter;
    padding: 10px 0;
}

.nlist ul li .desc {
    font-size: 14px;
    line-height: 26px;
    color: #777;
    height: 104px;
}

.nlist ul li .more {
    color: #138f03;
    font-size: 16px;
}

.nlist ul li:hover {
    border-bottom: dashed 1px #138f03;
    transition: all .6s;
}

.design {
    width: 100%;
    height: 500px;
    background: url(../images/desbg.jpg) #f2f2f2 no-repeat right top;
    position: relative;
}

.desimg {
    width: 50%;
    padding-right: 70px;
    left: 0;
    top: 0;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.desimg .img {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.desimg .img ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.desimg img {
    width: 1070px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -535px;
    top: 0;
}

.dscinfo {
    width: 585px;
    position: absolute;
    left: 50%;
    margin-left: 65px;
    height: 500px;
    top: 0;
}

.dscinfo .ititle {
    position: absolute;
    right: -123px;
    top: -40px;
    width: 136px;
}

.dscinfo .ititle span {
    left: -12px;
}

.dscinfo .ititle em {
    width: 22px;
    height: 2px;
    background: #ffc731;
    display: inline-block;
    overflow: hidden;
    margin-top: 25px !important;
}

.dtitle {
    text-align: center;
    padding: 20px 0;
    margin-left: 40px;
}

.dtitle strong {
    font-size: 30px;
    color: #138f03;
    width: 174px;
    height: 45px;
    display: inline-block;
    background: url(../images/show.png) no-repeat center top;
}

.adv {
    padding-bottom: 24px;
    text-align: center;
}

.view {
    width: 585px;
    height: 325px;
}

.viweinfo {
    width: 545px;
    height: 325px;
    background: url(../images/vbg.png) no-repeat left bottom;
    position: relative;
    left: -40px;
    z-index: 222;
}

.view .swiper-button-next,
.view .swiper-button-prev {
    width: 40px;
    height: 100px;
    position: absolute;
    top: 0;
    margin-top: auto;
    left: auto;
    right: -40px;
}

.view .swiper-button-next {
    background: url(../images/right.jpg) no-repeat;
}

.view .swiper-button-prev {
    top: 100px;
    background: url(../images/left.jpg) no-repeat;
}

.view .swiper-container {
    width: 530px;
    height: 310px;
    background: #fff;
    margin-left: 13px;
}

.view ul li {}

.view ul li a {
    display: block;
    padding: 0 30px;
}

.view ul li .title {
    border-bottom: solid 1px #6ab92c;
    padding: 20px 0;
    line-height: 40px;
    font-size: 22px;
    color: #333;
}

.view ul li .title i {
    width: 40px;
    height: 40px;
    background: #6ab92c;
    font-size: 24px;
    font-family: Arial;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
}

.view ul li .desc {
    font-size: 14px;
    line-height: 24px;
    padding-top: 25px;
}

.view ul li .more {
    text-align: right;
    padding-top: 40px;
}

.footer {
    width: 100%;
    height: 394px;
    background: url(../images/fbg.jpg) no-repeat center bottom;
    margin-top: 70px;
}

.ftop {
    padding-top: 130px;
    height: 220px;
}

.ftop,
.ftop a {
    color: #fff;
}

.fnav {
    float: left;
}

.fcon {
    float: right;
}

.fnav dl {
    display: inline-block;
    width: auto;
    height: 200px;
    float: left;
    padding-right: 30px;
}

.fnav dl dt {
    text-align: center;
    padding-bottom: 10px;
}

.fnav dl dt a {
    display: block;
    font-size: 16px;
    width: 100%;
    position: relative;
    padding-bottom: 12px;
}

.fnav dl dt a:after {
    width: 20px;
    height: 1px;
    margin: 0 auto;
    display: block;
    content: '';
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
}

.fnav dl dd {
    line-height: 28px;
}

.fnav dl dd a {
    font-size: 14px;
    display: block;
}

.fcon h3 {
    font-size: 20px;
}

.fcon ul {
    padding-top: 15px;
}

.fcon ul li {
    font-size: 14px;
    line-height: 28px;
}

.fnav dl a:hover {
    color: #6ab92c;
}

.fbot {
    border-top: solid 1px #045314;
    line-height: 40px;
    text-align: center;
    clear: both;
}

.fbot a,
.fbot {
    color: #fff;
}

.inbanner {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
}

.mbg {
    padding-top: 45px;
    overflow: hidden;
}

.mleft {
    float: left;
    background: url(../images/lbg.png) no-repeat center top/cover;
    width: 220px;
    border-radius: 10px;
    overflow: hidden;
}

.mright {
    float: right;
    width: 950px;
}

.location {
    border-bottom: solid 1px #e5e5e5;
    line-height: 45px;
    text-align: right;
}

.location div {
    display: inline-block;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 24px;
}

.location div,
.location div a {
    font-size: 14px;
    color: #999;
}

.ltop {
    height: 60px;
    padding-left: 13px;
    color: #fff;
    background: url(../images/ltbg.jpg) no-repeat left bottom;
}

.ltop strong,
.ltop span {
    display: block;
}

.ltop strong {
    font-size: 18px;
    padding-top: 10px;
}

.ltop span {
    text-transform: uppercase;
}

.lnav {
    padding-bottom: 75px;
}

.lnav ul {}

.lnav ul li {
    line-height: 50px;
    background: url(../images/lbbg.jpg) no-repeat left bottom;
    padding-left: 14px;
}

.lnav ul li a {
    padding-left: 10px;
    display: block;
    background: url(../images/lrow.png) no-repeat left 22px;
    color: #fff;
    font-size: 16px;
}

.lnav ul li.cur {
    background: #c9a90d;
}

.lnav ul li.cur a {}

.rmain {
    padding-top: 33px;
}

.aboutus {}

.aboutus h3 {
    font-weight: normal;
    font-size: 22px;
    color: #0a791f;
    padding-bottom: 24px;
    position: relative;
    background: url(../images/atxt.png) no-repeat right top;
}

.aboutus h3:after {
    width: 50px;
    height: 2px;
    display: block;
    content: '';
    background: #0c7220;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aboutus .info {
    width: 950px;
    margin-top: 30px;
    height: 668px;
    overflow: hidden;
}

.aboutus .info p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
}

.aboutus h4 {
    font-size: 24px;
    color: #09711e;
    text-align: center;
}

.aboutus h4:after {
    width: 50px;
    height: 2px;
    display: block;
    content: '';
    background: #09721e;
    margin: 0 auto;
    margin-top: 20px;
}

.zzjg h5 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 50px;
}


/*企业文化*/

.culture {}

.culture ul {}

.culture ul li {
    height: 205px;
    position: relative;
    background: url(../images/line.jpg) repeat-y center top;
    width: 894px;
    margin: 0 auto;
}

.culture ul li .circle {
    width: 20px;
    height: 20px;
    background: url(../images/circle.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.culture ul li .ctxt {
    background: url(../images/ctxt.png) no-repeat center top;
    width: 395px;
    height: 205px;
    padding-left: 20px;
    position: relative;
}

.culture ul li .ctxt .icon {
    position: absolute;
    right: 63px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
}

.culture ul li:nth-child(n) .ctxt {
    position: absolute;
    left: 0;
    top: 0;
}

.culture ul li:nth-child(2n) .ctxt {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}

.culture ul li .ctxt h4 {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
    padding-top: 30px;
}

.culture ul li .ctxt h4 strong,
.culture ul li .ctxt h4 span {
    display: block;
}

.culture ul li .ctxt h4 strong {
    font-weight: normal;
}

.culture ul li .ctxt h4 span {
    text-transform: uppercase;
}

.culture ul li .ctxt h4:after {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.culture ul li .ctxt .desc {
    font-size: 20px;
    color: #fff;
    padding-top: 30px;
}


/*资质证书*/

.honor {}

.honor .swiper-container {
    padding-bottom: 90px;
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
    width: 100px;
    height: 40px;
    position: absolute;
    top: auto;
    margin-top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
}

.honor .swiper-button-prev {
    background: url(../images/hleft.png) no-repeat left top;
    margin-left: -140px;
}

.honor .swiper-button-next {
    background: url(../images/hright.png) no-repeat left top;
    margin-left: 47px;
}

.honor .swiper-button-prev:hover {
    background-position: left bottom;
}

.honor .swiper-button-next:hover {
    background-position: left bottom;
}

.honor ul li {
    overflow: hidden;
}

.honor ul li a {
    display: block;
}

.honor ul li .img {
    height: 411px;
    line-height: 411px;
    vertical-align: middle;
}

.honor ul li .img img {
    display: inline;
    width: 304px;
    height: auto;
    vertical-align: middle;
}

.honor ul li span {
    display: none;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #0e8124;
    border-bottom: solid 1px #0e791b;
}

.honor ul li.swiper-slide a {
    transform: scale(0.8);
}

.honor ul li.swiper-slide.swiper-slide-active a {
    transform: scale(1);
}

.honor ul li.swiper-slide.swiper-slide-active span {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
}


/*荣誉证书*/

.cerlist {
    position: relative;
}

.cerlist .swiper-container {
    padding-bottom: 90px;
}

.cerlist .swiper-button-next,
.cerlist .swiper-button-prev {
    width: 100px;
    height: 40px;
    position: absolute;
    top: auto;
    margin-top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
}

.cerlist .swiper-button-prev {
    background: url(../images/hleft.png) no-repeat left top;
    margin-left: -140px;
}

.cerlist .swiper-button-next {
    background: url(../images/hright.png) no-repeat left top;
    margin-left: 47px;
}

.cerlist .swiper-button-prev:hover {
    background-position: left bottom;
}

.cerlist .swiper-button-next:hover {
    background-position: left bottom;
}

.cerlist ul li {
    overflow: hidden;
    overflow: hidden;
    float: left;
    width: 378px;
    display: inline-block;
}

.cerlist ul li a {
    display: block;
}

.cerlist ul li img {
    width: 395px;
    height: 270px;
    display: block;
}

.cerlist ul li span {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #0e8124;
    border-bottom: solid 1px #0e791b;
}

.cerlist ul li.swiper-slide a {
    transform: scale(0.8);
}

.cerlist ul li.swiper-slide.swiper-slide-active a {
    transform: scale(1);
}

.cerlist ul li.swiper-slide.swiper-slide-active span {
    display: block;
}


/*办公环境*/

.activity {}

.bimg {
    position: relative;
    width: 950px;
    height: 485px;
    overflow: hidden;
}

.bimg img {
    display: block;
}

.bimg a:hover img {
    transform: scale(1.1);
    transition: .6s all;
}

.bimg span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(40, 146, 7, 0.8);
    font-size: 18px;
}

.simg {
    margin-top: 15px;
    position: relative;
    height: 160px;
}

.simg ul {}

.simg ul li {
    float: left;
    width: 310px;
    height: 160px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    position: relative;
}

.simg ul li a,
.simg ul li span,
.simg ul li img {
    display: block;
}

.simg ul li span {
    display: none;
}

.simg .swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
    width: 40px;
    height: 160px;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    height: 100%;
}

.simg .swiper-button-next {
    background: url(../images/next.png) no-repeat;
    width: 40px;
    height: 160px;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    left: auto;
    right: 0;
    height: 100%;
}


/*工程案例*/

.caselist {
    overflow: hidden;
}

.caselist ul {
    margin-right: -25px;
    margin-top: -25px;
}

.caselist ul li {
    display: inline-block;
    width: 300px;
    float: left;
    margin-right: 25px;
    margin-top: 25px;
}

.caselist ul li a {
    display: block;
}

.caselist ul li .img {
    overflow: hidden;
    height: 225px;
}

.caselist ul li .txt {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    padding: 0 10px;
    border-bottom: solid 1px #e3e3e3;
}

.caselist ul li .txt span {
    font-size: 16px;
    display: block;
    background: url(../images/grr.png)no-repeat right center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 55px;
    overflow: hidden;
}

.caselist ul li:hover .txt {
    color: #09731e;
    border-bottom: solid 1px #09731e;
    transition: all .6s;
}

.caselist ul li:hover .txt span {
    background-image: url(../images/brr.png);
    transition: all .6s;
}

.m-page {
    text-align: center;
    padding-top: 50px;
}

.m-page a {
    display: none;
    font-size: 16px;
    padding: 5px 12px;
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #ddd;
    margin: 0 3px;
    font-size: 16px;
    color: #969292;
}

.m-page a.first,
.m-page a.last,
.m-page a.z-crt {
    display: inline-block;
    background: #09731e;
    border: solid 1px #09731e;
    color: #fff;
}


/*设计展示*/

.deslist {
    overflow: hidden;
}

.deslist ul {
    margin-right: -25px;
    margin-top: -25px;
}

.deslist ul li {
    display: inline-block;
    width: 300px;
    float: left;
    margin-right: 25px;
    margin-top: 25px;
}

.deslist ul li a {
    display: block;
}

.deslist ul li .img {
    overflow: hidden;
    width: 300px;
    height: 300px;
}

.deslist ul li .img img {
    width: 300px;
    height: 300px;
    display: block;
}

.deslist ul li .txt {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    border-bottom: solid 1px #e3e3e3;
    text-align: center;
}

.deslist ul li .txt span {
    font-size: 16px;
}

.deslist ul li:hover .txt {
    color: #09731e;
    border-bottom: solid 1px #09731e;
    transition: all .6s;
}

.deslist ul li:hover .txt span {
    transition: all .6s;
}


/*新闻*/

.newslist {}

.newslist ul li {
    margin-top: 25px;
}

.newslist ul li dl {
    overflow: hidden;
}

.newslist ul li dt {
    float: left;
    width: 282px;
}

.newslist ul li dt a {
    display: block;
}

.newslist ul li dt img {
    width: 282px;
    height: 147px;
    display: block;
}

.newslist ul li dd {
    float: right;
    width: 630px;
}

.newslist ul li dd .title {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist ul li dl dd .time {
    color: #999;
    line-height: 35px;
}

.newslist ul li dl dd .desc {
    font-size: 14px;
    line-height: 26px;
    height: 64px;
    overflow: hidden;
    padding-top: 10px;
}

.newslist ul li dl dd .rmore {
    color: #666;
}

.newslist ul li:hover dl dd .rmore,
.newslist ul li:hover dl dd .title {
    color: #09751e;
}


/*人才理念*/

.concept {
    overflow: hidden;
}

.concept ul {
    display: block;
    text-align: center;
    margin-top: -44px;
}

.concept ul li {
    display: inline-block;
    background: #f8f8f8;
    width: 280px;
    margin: 0 8px;
    margin-top: 44px;
    height: 369px;
    position: relative;
}

.concept ul li .img {
    width: 280px;
    overflow: hidden;
}

.concept ul li .img img {
    display: block;
}

.concept ul li .txt {
    text-align: center;
    padding: 0 15px;
}

.concept ul li .txt strong {
    font-size: 20px;
    color: #333;
    display: block;
    padding-top: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}

.concept ul li .txt strong:after {
    width: 50px;
    height: 1px;
    display: block;
    content: '';
    margin: 0 auto;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.concept ul li .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding-top: 10px;
    height: 92px;
    overflow: hidden;
    text-align: left;
}

.concept ul li:after {
    width: 100%;
    height: 2px;
    background: #09771f;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    left: 50%;
    margin-left: -50%;
}

.concept ul li:hover:after {
    width: 100%;
    transform: scale(1);
    transition: all .6s;
}


/*用人机制*/

.jobtop {
    width: 850px;
    margin: 0 auto;
}

.jizhi {
    width: 850px;
    margin: 0 auto;
    padding-top: 20px;
}

.jizhi ul li {
    line-height: 66px;
    border-bottom: dashed 1px #e1e1e1;
}

.jizhi ul li strong {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.jizhi ul li span {
    font-size: 14px;
    padding-left: 35px;
}


/*招聘信息*/

.jobhead {}

.jobhead table {
    width: 100%;
}

.jobhead table th {
    height: 48px;
    line-height: 48px;
    background: #088d22;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
}

.jobhead table th i {
    margin-right: 15px;
    position: relative;
    top: 10px;
}

.jobbody {}

.jobbody ul {}

.jobbody ul li {
    margin-top: 30px;
    line-height: 48px;
    background: #ddd;
}

.jobbody ul li,
.jobbody ul li a {
    color: #666;
    font-size: 14px;
}

.jobbody ul li:hover {
    background: #058c1b;
}

.jobbody ul li:hover,
.jobbody ul li:hover a {
    color: #fff;
}

.jobbody table {
    width: 100%;
}

.jobbody table tr td {
    text-align: center;
}

.jobbody table tr td:last-child {
    font-size: 16px;
}


/*联系方式*/

.contactus {
    background: url(../images/cleftbg.png) no-repeat left top;
    height: 370px;
    border-radius: 45px;
    overflow: hidden;
}

.conleft {
    color: #fff;
    padding-left: 40px;
    padding-top: 35px;
    float: left;
}

.conleft h3 {
    font-size: 24px;
    line-height: 65px;
}

.conleft ul {}

.conleft ul li {
    font-size: 14px;
    padding-left: 44px;
    line-height: 40px;
    margin-bottom: 10px;
}

.conleft ul li:nth-child(1) {
    background: url(../images/c01.png)no-repeat left center;
}

.conleft ul li:nth-child(2) {
    background: url(../images/c02.png)no-repeat 2px center;
}

.conleft ul li:nth-child(3) {
    background: url(../images/c03.png)no-repeat 1px center;
}

.conleft ul li:nth-child(4) {
    background: url(../images/c04.png)no-repeat 2px center;
}

.conleft ul li:nth-child(5) {
    background: url(../images/c05.png)no-repeat 3px center;
}

.conright {
    float: right;
    width: 489px;
    height: 370px;
}


/*客户留言*/

.msgfrom {}

.msgfrom .row {
    display: inline-block;
    width: 284px;
    line-height: 30px;
    margin-right: 45px;
}

.msgfrom .row.email {
    margin-right: 0;
}

.msgfrom .row strong {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    width: 84px;
}

.msgfrom .row .txt_input {
    width: 198px;
    height: 28px;
    border: solid 1px #ebebeb;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 28px;
    vertical-align: middle;
    border-radius: 5px;
}

.msgfrom .row.desc {
    width: 950px;
    margin-right: 0px;
    padding-top: 55px;
}

.msgfrom .row.desc strong {
    line-height: 275px;
    height: 275px;
}

.msgfrom .row .txt_input.txt_mcon {
    width: 862px;
    height: 275px;
    box-sizing: border-box;
}

.msgfrom .end {
    padding-top: 43px;
    text-align: center;
}

.msgfrom .btnsubmit,
.msgfrom .btnreset {
    width: 118px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 38px;
    border: solid 1px #ebebeb;
    text-align: center;
    font-size: 16px;
    border-radius: 35px;
    cursor: pointer;
    color: #666;
}

.msgfrom .btnsubmit {
    background: #0a781f;
    border: solid 1px #0a781f;
    color: #fff;
}