* {
    box-sizing: border-box;
    outline: 0
}

body {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    min-width: 1260px;
    font-family: "Microsoft YaHei", "arial"
}

img {
    max-width: 100%
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

a:hover {
    color: #6ebd46
}

textarea {
    -webkit-appearance: none
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'], input[type='button'] {
    padding: 0;
    color: #666;
    margin: 0;
    outline: none
}

@font-face {
    font-family: "avgr45w";
    src: url("../font/avgr45w.woff2") format("woff2"), url("../font/avgr45w.woff") format("woff"), url("../font/avgr45w.ttf") format("truetype"), url("../font/avgr45w.eot") format("embedded-opentype"), url("../font/avgr45w.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "ITC AVANT GARDE GOTHIC LT MEDIUM";
    src: url("../font/ITC AVANT GARDE GOTHIC LT MEDIUM.woff2") format("woff2"), url("../font/ITC AVANT GARDE GOTHIC LT MEDIUM.woff") format("woff"), url("../font/ITC AVANT GARDE GOTHIC LT MEDIUM.ttf") format("truetype"), url("../font/ITC AVANT GARDE GOTHIC LT MEDIUM.eot") format("embedded-opentype"), url("../font/ITC AVANT GARDE GOTHIC LT MEDIUM.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    width: 1260px;
    margin: 0 auto;
    position: relative
}

.top {
    height: 48px;
    padding-top: 9px;
    text-align: right;
    border-bottom: solid 1px #ededed;
    background: #fff
}

.top a {
    border-radius: 100%;
    display: inline-block;
    background: #6ebd46
}

.top .tel {
    color: #999;
    font-size: 20px;
    vertical-align: top;
    padding-right: 25px;
    line-height: 30px;
    font-family: helvetica
}

.top .tel img {
    margin-right: 5px;
    margin-top: -2px
}

.top .search {
    float: right;
    height: 30px;
    width: 30px;
    margin-left: 4px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background: #6ebd46;
    border-radius: 50px
}

.top .search .input-text {
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 50px 0 10px;
    background: none;
    height: 30px;
    line-height: 30px
}

.top .search .search-btn {
    width: 30px;
    height: 30px;
    border: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #6ebd46;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background-position: center center;
    background-image: url(index-icon3.png)
}

.top .search .search-btn:hover {
    background-image: url(index-icon3.png)
}

.top .search:hover {
    width: 200px;
    border-color: #7a9602
}

.top .input-text::-webkit-input-placeholder {
    color: #fff
}

.top .input-text:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.top .input-text::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.top .input-text:-ms-input-placeholder {
    color: #fff
}

.header {
    background: #fff
}

.header .logo {
    float: left
}

.nav {
    float: right;
    margin-top: 15px
}

.nav li {
    float: left;
    width: 120px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-left: 5px;
    position: relative
}

.nav li:before {
    top: -24px;
    left: 0;
    content: "";
    width: 100%;
    height: 90px;
    z-index: 20;
    opacity: 0;
    display: none \9;
    border-radius: 10px;
    position: absolute;
    background: #f6aa00;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out
}

.nav li a {
    z-index: 21;
    position: relative;
    display: block
}

.nav li i {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #c6c6c6;
    padding-top: 5px;
    font-family: arial
}

.nav li span {
    display: inline-block
}

.nav li .icon-baby {
    font-size: 32px
}

.nav li .icon-yuesao2, .nav li .icon-lingdang, .nav li .icon-custom-service {
    font-size: 24px
}

.nav li:hover:before {
    opacity: 1;
    height: 106px;
    display: block \9
}

.nav li:hover .menulist {
    display: block
}

.nav li:hover a {
    color: #fff
}

.nav li:hover a span, .nav li:hover a i {
    color: #fff
}

.nav li.active:before {
    opacity: 1;
    height: 106px;
    display: block \9
}

.nav li.active a {
    color: #fff
}

.nav li.active a span, .nav li.active a i {
    color: #fff
}

.menulist {
    display: none;
    position: absolute;
    top: 63px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    padding-top: 35px;
    z-index: 2;
    background: url("top.png") no-repeat 35px 28px
}

.menulist ul {
    background: url("bg3.png") repeat center center;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px
}

.menulist ul li {
    line-height: 39px;
    margin-left: 0;
    width: 140px;
    font-size: 14px;
    float: none
}

.menulist ul li a {
    display: block;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px
}

.menulist ul li:hover a {
    background: #f3ab1d;
    font-weight: bold;
    border-radius: 10px
}

.menulist ul li:hover:before {
    display: none
}

.footer {
    padding-top: 77px;
    line-height: 32px;
    padding-bottom: 60px;
    background: #fff url(index-bg.jpg) no-repeat top center
}

.footer li {
    width: 16.6%;
    float: left;
    border-left: solid 1px #f0f0f0
}

.footer li h3 {
    margin-bottom: 10px;
    color: #6ebd46;
    font-size: 20px;
    font-weight: normal;
    padding-left: 30px
}

.footer li h3 img {
    margin-right: 5px
}

.footer li a {
    display: block;
    padding-left: 58px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.footer li:first-child {
    border: 0
}

.links {
    padding: 15px 0;
    border-top: solid 1px #f0f0f0;
    background: #fff
}

.links span {
    position: relative
}

.links span:before {
    content: "";
    top: -7px;
    left: 0;
    width: 57px;
    height: 7px;
    position: absolute;
    background: url(index-icon4.jpg) no-repeat
}

.links a {
    padding: 0 13px;
    display: inline-block
}

.copy {
    color: #fff;
    padding: 25px 0;
    text-align: center;
    background: #6ebd46
}

.copy a {
    color: #fff
}

.copy a:hover {
    text-decoration: underline
}

.index-title {
    color: #7b7b7b;
    text-align: center;
    background: url(index-news-img4.png) no-repeat top center
}

.index-title .font30 {
    color: #333;
    font-size: 30px;
    line-height: 100px
}

.index-title span {
    font-weight: bold;
    font-family: arial;
    color: #f6aa00;
    padding: 0 25px 0 45px;
    display: inline-block
}

.index-more {
    display: block;
    width: 163px;
    height: 61px;
    color: #fff;
    text-align: center;
    margin: 40px auto 50px auto;
    background: url(index-img5.png) no-repeat center center
}

.index-more span {
    padding-top: 31px;
    padding-right: 65px;
    display: inline-block
}

.index-more:hover {
    color: #fff;
    opacity: .8
}

.banner-box {
    position: relative
}

.banner-box {
    height: 803px;
    position: relative;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium"
}

.banner {
    width: 100%;
    height: 803px;
    overflow: hidden;
    position: relative
}

.banner > ul {
    width: 1920px;
    height: 803px;
    margin-left: -960px;
    left: 50%;
    position: absolute;
    top: 0
}

.banner > ul > li {
    width: 1920px;
    height: 803px;
    position: absolute;
    left: 0;
    top: 0
}

.banner > ul > li .textbox {
    width: 680px;
    top: 260px;
    left: 0;
    color: #fff;
    z-index: 1;
    left: 50%;
    margin-left: -600px;
    position: absolute
}

.banner > ul > li .textbox .text01 {
    font-weight: bold;
    font-size: 66px;
    line-height: 70px
}

.banner > ul > li .textbox .text02 {
    font-size: 16px;
    color: #fcf9f7;
    padding: 30px 0 12px 0;
    border-bottom: solid 3px #6ebd46
}

.banner > ul > li .textbox .text03 {
    opacity: .7;
    padding-top: 10px
}

.banner > ul > li .textbox-2 {
    width: 410px;
    height: 285px;
    left: 50%;
    top: 172px;
    color: #6ebd46;
    margin-left: -450px;
    position: absolute;
    padding: 35px 25px 0 25px;
    background: url(banner-bg.png) no-repeat top center
}

.banner > ul > li .textbox-2 .text01 {
    font-size: 42px;
    line-height: 50px;
    font-weight: bold
}

.banner > ul > li .textbox-2 .text02 {
    font-size: 31px;
    line-height: 40px
}

.banner > ul > li .textbox-2 .text03 {
    color: #fff;
    width: 312px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 31px;
    background: #f3ab1d;
    text-align: center;
    border-radius: 30px
}

.banner > ul > li .textbox-2 .text03 img {
    margin-top: 4px;
    vertical-align: top
}

.banner > ul > li .textbox-2 .text03 span {
    font-size: 22px;
    font-family: "ITC AVANT GARDE GOTHIC LT MEDIUM"
}

.banner > ul > li .textbox-2 .text04 {
    font-size: 16px;
    margin-top: 15px;
    padding-right: 15px;
    font-family: "Noto Sans CJK SC Light"
}

.banner > ul > li .textbox-3 {
    width: 485px;
    left: 50%;
    top: 248px;
    color: #fff;
    margin-left: 150px;
    min-height: 180px;
    padding: 30px 55px;
    position: absolute;
    border-radius: 100px;
    background: url(banner-bg2.png) repeat
}

.banner > ul > li .textbox-3 .text01 {
    font-size: 46px;
    font-weight: bold;
    line-height: 56px
}

.banner > ul > li .textbox-3 .text02 {
    padding-left: 5px;
    letter-spacing: 6px;
    font-family: arial
}

.banner > ul > li .textbox-3 .text03 {
    color: #fff;
    width: 312px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 31px;
    background: #f3ab1d;
    text-align: center;
    border-radius: 30px
}

.banner > ul > li .textbox-3 .text03 img {
    margin-top: 4px;
    vertical-align: top
}

.banner > ul > li .textbox-3 .text03 span {
    font-size: 22px;
    font-family: "ITC AVANT GARDE GOTHIC LT MEDIUM"
}

.btnbn {
    position: relative;
    z-index: 999;
    width: 1260px;
    margin: 0 auto;
    text-align: right
}

.btnbn span {
    cursor: pointer;
    font-family: arial;
    text-align: center;
    line-height: 15px;
    vertical-align: top;
    margin: 0 25px;
    display: inline-block
}

.btnbn span b {
    width: 17px;
    height: 30px;
    padding-top: 15px;
    font-weight: normal;
    display: inline-block;
    position: relative
}

.btnbn span b.two {
    padding-top: 1px
}

.btnbn span i {
    right: 0;
    display: none;
    position: absolute
}

.btnbn span.btncur i {
    display: block
}

.btnbn span.btncur b {
    color: #fff;
    font-weight: bold
}

.btnbn span.btncur b:before {
    content: "";
    width: 17px;
    height: 17px;
    top: 14px;
    left: 0;
    z-index: -1;
    background: #f6aa00;
    border-radius: 100%;
    position: absolute
}

.btnbn span.btncur b.two:before {
    top: 0
}

.index-service-2 {
    height: 204px;
    color: #fff;
    padding-top: 55px;
    overflow: hidden;
    background: url(index-bg6.jpg) no-repeat top center
}

.index-service-2 .title {
    font-size: 26px;
    padding-top: 30px;
    float: left;
    display: inline-block;
    line-height: 30px
}

.index-service-2 ul {
    width: 1200px;
    float: left
}

.index-service-2 ul li {
    width: 109px;
    float: left;
    padding: 20px 0;
    font-size: 16px;
    margin-left: 40px;
    text-align: center;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}

.index-service-2 ul li span {
    display: block
}

.index-service-2 ul li span img {
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out
}

.index-service-2 ul li .t1 {
    margin-top: 8px;
    font-family: "Î¢Ü›ÕýºÚów";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index-service-2 ul li .t2 {
    font-family: arial;
    font-size: 17px;
    font-weight: bold
}

.index-service-2 ul li:hover, .index-service-2 ul li.cur {
    background: #f6aa00;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px
}

.index-service-2 ul li:hover span img, .index-service-2 ul li.cur span img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.index-team {
    height: 570px;
    overflow: hidden;
    margin-top: -1px;
    position: relative;
    background: url(index-bg5.jpg) no-repeat
}

.index-team .roll-2 {
    margin-top: 65px
}

.index-team .roll-2 .slick-prev, .index-team .roll-2 .slick-next {
    border: 0;
    width: 38px;
    height: 38px;
    margin-top: -73px;
    border-radius: 100%;
    border: solid 1px #e7e7e7
}

.index-team .roll-2 .slick-prev {
    left: -60px;
    background: url(index-arrow5.png) no-repeat center center
}

.index-team .roll-2 .slick-next {
    right: -60px;
    background: url(index-arrow6.png) no-repeat center center
}

.index-team .roll-2 .slick-prev:hover {
    border-color: #f6aa00;
    background: url(index-arrow5-hover.png) no-repeat #f6aa00
}

.index-team .roll-2 .slick-next:hover {
    border-color: #f6aa00;
    background: url(index-arrow6-hover.png) no-repeat #f6aa00
}

.index-team dl {
    margin: 0 15px;
    padding: 30px;
    height: 295px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in
}

.index-team dl img {
    display: inline-block
}

.index-team dl:hover {
    background: url(index-pic2.jpg) no-repeat top center
}

.index-team dl:hover dd .t1, .index-team dl:hover dd .t2 {
    color: #fff
}

.index-team dd {
    z-index: 99999;
    position: relative
}

.index-team dd .t1 {
    font-size: 20px;
    color: #333;
    height: 24px;
    overflow: hidden;
    margin-top: 25px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-team dd .t2 {
    height: 48px;
    margin-top: 10px;
    overflow: hidden
}

.index-aunt {
    height: 885px;
    padding-top: 60px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(index-bg4.jpg);
    overflow: hidden
}

.index-aunt .roll {
    margin-top: 60px
}

.index-aunt .roll .slick-dots {
    right: -200px;
    width: 20px;
    height: 120px;
    top: 150px;
    position: absolute;
    display: none !important
}

.index-aunt .roll .slick-dots li {
    margin-top: 5px
}

.index-aunt .roll .slick-dots li:nth-child(2) {
    right: 17px
}

.index-aunt .roll .slick-dots li:nth-child(3) {
    right: 30px
}

.index-aunt .roll .slick-dots li:nth-child(4) {
    right: 30px;
    margin-top: 10px
}

.index-aunt .roll .slick-dots li:nth-child(5) {
    right: 10px
}

.index-aunt .roll .slick-dots li:nth-child(6) {
    right: -15px;
    margin-top: 0
}

.index-aunt .roll .slick-dots li.slick-active button {
    background: none;
    border: solid 2px #6ebd46
}

.index-aunt .roll .slick-prev, .index-aunt .roll .slick-next {
    width: 38px;
    height: 38px;
    border: solid 1px #fff;
    border-radius: 100%
}

.index-aunt .roll .slick-prev {
    left: -70px;
    background: url(index-arrow3.png) no-repeat center center
}

.index-aunt .roll .slick-prev:hover {
    border-color: #f6aa00;
    background-color: #f6aa00
}

.index-aunt .roll .slick-next {
    right: -70px;
    background: url(index-arrow4.png) no-repeat center center
}

.index-aunt .roll .slick-next:hover {
    border-color: #f6aa00;
    background-color: #f6aa00
}

.index-aunt dl:hover {
    background: #f6aa00
}

.index-aunt dl:hover dt img {
    border-color: #f9d58e;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.index-aunt dl:hover dd .t1, .index-aunt dl:hover dd .t2, .index-aunt dl:hover dd .t3, .index-aunt dl:hover dd .t4 {
    color: #fff
}

.index-aunt dl:hover dd .t3 {
    color: #f6aa00;
    background: #fff;
    border-color: #fff;
    font-weight: bold
}

.index-aunt dl:hover dd .t4 {
    background: url(index-aunt-img6.png) no-repeat center left
}

.index-aunt dl {
    height: 469px;
    margin: 0 8px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 40px 40px 0 40px;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out
}

.index-aunt dl img {
    display: inline-block
}

.index-aunt dt {
    width: 229px;
    height: 229px;
    position: relative
}

.index-aunt dt img {
    border-radius: 100%;
    border: solid 6px #d3ebc7;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}

.index-aunt dd .t1 {
    height: 24px;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin: 25px 0 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-aunt dd .t2 {
    height: 24px;
    overflow: hidden
}

.index-aunt dd .t3 {
    height: 32px;
    line-height: 28px;
    width: 109px;
    display: block;
    color: #6ebd46;
    border-radius: 30px;
    margin: 15px auto;
    border: solid 1px #6ebd46
}

.index-aunt dd .t4 {
    font-size: 16px;
    color: #6ebd46;
    font-family: helvetica;
    text-align: left;
    padding-left: 20px;
    margin-left: 45px;
    background: url(index-aunt-img5.png) no-repeat center left
}

.index-service {
    height: 810px;
    padding-top: 40px;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(index-bg3.jpg)
}

.index-service .index-title {
    background: url(index-news-img6.png) no-repeat top center;
    color: #fff
}

.index-service .index-title p {
    color: #fff
}

.index-service .index-title span {
    color: #fff;
    padding-left: 40px;
    padding-right: 0
}

.index-service .content {
    height: 590px;
    margin-top: 54px
}

.index-service .content li {
    width: 33.33333%;
    float: left;
    height: 70px;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    background: #f6aa00;
    text-align: center;
    cursor: pointer;
    border-left: solid 1px #fff
}

.index-service .content .active {
    background: #fff;
    color: #6ebd46
}

.index-service .content .last {
    border-top-right-radius: 65px
}

.index-service .content .active1 {
    border-left: 0;
    border-top-left-radius: 65px
}

.index-service .content .tabbox {
    height: 521px;
    background: #fff;
    width: 1259px;
    padding: 80px 90px 0 40px
}

.index-service .content .tabbox .list {
    display: none
}

.index-service .content .tabbox .pic {
    float: left;
    border-bottom-left-radius: 20px
}

.index-service .content .tabbox .text {
    width: 610px;
    float: right
}

.index-service .content .tabbox .text .t1 {
    color: #333;
    font-size: 24px;
    font-weight: bold
}

.index-service .content .tabbox .text .t2 {
    color: #cbcbcb;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px
}

.index-service .content .tabbox .text .t3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px
}

.index-service .content .tabbox .text .t4 {
    font-size: 17px;
    color: #6ebd46;
    font-family: "Futura Md BT"
}

.index-service .content .tabbox .text .t4 img {
    vertical-align: top;
    margin-top: 5px
}

.index-service .content .tabbox .text .ta-p {
    max-height: 72px;
    overflow: hidden
}

.index-service .content .tabbox .text .index-more {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    font-size: 16px
}

.index-customer {
    height: 945px;
    padding-top: 80px;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(index-bg2.jpg)
}

.index-customer .leftbox {
    width: 800px;
    float: left;
    margin-top: 50px
}

.index-customer .leftbox dl:first-child {
    margin-top: 0
}

.index-customer .leftbox dl:hover dd {
    border-color: #f6aa00
}

.index-customer .leftbox dl:hover dd:before {
    background: url(index-arrow2.png) no-repeat
}

.index-customer .leftbox dl:hover dt img {
    border-color: rgba(255, 255, 255, 0.95);
    opacity: .6
}

.index-customer .leftbox dl {
    margin-top: 24px
}

.index-customer .leftbox dt {
    width: 148px;
    height: 148px;
    float: left;
    position: relative
}

.index-customer .leftbox dt img {
    border-radius: 100%;
    border: solid 6px #fff;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    border: solid 6px rgba(255, 255, 255, 0.5)
}

.index-customer .leftbox dd {
    width: 610px;
    float: left;
    margin-left: 35px;
    background: #fff;
    position: relative;
    border: solid 4px #fff;
    border-radius: 10px;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    padding: 25px 60px 20px 60px
}

.index-customer .leftbox dd:before {
    content: "";
    left: -21px;
    top: 50px;
    width: 21px;
    height: 29px;
    position: absolute;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    background: url(index-arrow.png) no-repeat
}

.index-customer .leftbox dd h3 {
    height: 24px;
    font-size: 18px;
    color: #6ebd46;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative
}

.index-customer .leftbox dd h3:before {
    content: "";
    width: 8px;
    height: 8px;
    top: 10px;
    left: -20px;
    position: absolute;
    background: #a8d790
}

.index-customer .leftbox dd h3 span {
    height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:400px;
    float:left;
}
.index-customer .leftbox dd h3 b{
    float:right;
    font-weight: normal;
    font-size:14px;

}
.index-customer .leftbox dd h3 b a{
    display: block;
    max-width:75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#f6aa00;
}

.index-customer .leftbox dd p {
    height: 72px;
    overflow: hidden
}

.index-customer .rightpic {
    width: 432px;
    float: right;
    height: 526px;
    margin-top: 50px
}

.index-customer .rightpic .pic {
    width: 432px;
    height: 526px;
    float: left;
    position: relative
}

.index-customer .rightpic .pic img {
    border-radius: 5px
}

.index-customer .rightpic .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff
}

.index-customer .rightpic .slick-dots li.slick-active button {
    width: 13px;
    height: 13px;
    background: #f6aa00
}

.index-news {
    padding-top: 50px;
    overflow: hidden
}

.index-news li:first-child {
    margin-left: 0
}

.index-news li {
    width: 406px;
    height: 480px;
    margin-left: 20px;
    margin-top: 40px;
    float: left;
    padding: 35px;
    background: #fffcf8
}

.index-news li .title {
    height: 48px;
    font-size: 18px;
    overflow: hidden;
    font-weight: normal
}

.index-news li .title a {
    color: #333
}

.index-news li .text {
    height: 48px;
    margin-top: 10px;
    overflow: hidden
}

.index-news li .time {
    color: #a3a3a3;
    font-family: arial;
    padding-left: 53px;
    margin-top: 25px;
    position: relative
}

.index-news li .time:before {
    content: "";
    width: 2px;
    height: 106px;
    left: 40px;
    z-index: 1;
    top: 0;
    position: absolute;
    background: #6ebd46;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

.index-news li .time p:first-child {
    font-size: 30px;
    line-height: 30px
}

.index-news li .pic {
    width: 340px;
    height: 204px;
    margin-top: 15px;
    overflow: hidden;
    position: relative
}

.index-news li .pic img {
    border-radius: 5px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

.index-news li:hover .time:before {
    background: #f6aa00
}

.index-news li:hover .title a {
    color: #6ebd46
}

.index-news li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.fudong {
    top: 30%;
    right: 20px;
    z-index: 999;
    position: fixed
}

.fudong ul {
    position: relative
}

.fudong li {
    margin-top: 2px;
    position: relative;
    background: #6ebd46
}

.fudong li .tel {
    left: -160px;
    top: 0;
    height: 64px;
    width: 159px;
    color: #fff;
    display: none;
    line-height: 64px;
    position: absolute;
    text-align: center;
    font-family: arial;
    font-size: 20px;
    background: #f6aa00
}

.fudong li .weixin {
    top: -50px;
    left: -160px;
    z-index: 9;
    padding: 10px;
    color: #fff;
    display: none;
    position: absolute;
    line-height: 40px;
    text-align: center;
    background: #f6aa00
}

.fudong li .weixin:before {
    content: "";
    right: -6px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f6aa00
}

.fudong li .qq {
    left: -160px;
    top: 0;
    height: 64px;
    width: 159px;
    color: #fff;
    display: none;
    line-height: 64px;
    position: absolute;
    text-align: center;
    font-family: arial;
    font-size: 16px;
    background: #f6aa00
}

.fudong .topslr {
    margin-top: 0;
    height: 40px;
    border-top: solid 2px #4d9b25;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.fudong li:hover {
    background-color: #f6aa00
}

.fudong li:hover .weixin, .fudong li:hover .tel, .fudong li:hover .qq {
    display: block
}

.pic1 {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic2 {
    width: 100%;
    overflow: hidden;
    position: relative
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

@font-face {
    font-family: "HelveticaNeue ThinCond";
    src: url("../font/HelveticaNeue ThinCond.woff2") format("woff2"), url("../font/HelveticaNeue ThinCond.woff") format("woff"), url("../font/HelveticaNeue ThinCond.ttf") format("truetype"), url("../font/HelveticaNeue ThinCond.eot") format("embedded-opentype"), url("../font/HelveticaNeue ThinCond.svg") format("svg")
}

@font-face {
    font-family: "AvantGarde Book";
    src: url("../font/AvantGarde Book.woff2") format("woff2"), url("../font/AvantGarde Book.ttf") format("truetype"), url("../font/AvantGarde Book.eot") format("embedded-opentype")
}

@font-face {
    font-family: "FuturaBT Medium";
    src: url("../font/FuturaBT Medium.woff2") format("woff2"), url("../font/FuturaBT Medium.woff") format("woff"), url("../font/FuturaBT Medium.ttf") format("truetype"), url("../font/FuturaBT Medium.eot") format("embedded-opentype"), url("../font/FuturaBT Medium.svg") format("svg")
}

.inbanner {
    overflow: hidden;
    width: 100%;
    height: 462px;
    position: relative;
    z-index: 1
}

.inbanner .inbanner-slick {
    height: 462px;
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px
}

.current {
    min-height: 70px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;

}

.current .container {
    position: relative;
    min-height: 70px
}

.current .current-left {
    float: left;
    line-height: 25px;
    padding: 22px 0;
    margin-right: 53px
}

.current .current-right {
    float: right;
    font-family: "HelveticaNeue ThinCond", arial;
    text-transform: uppercase;
    font-size: 18px;
    color: #999;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 18px
}

.second-nav {
    float: left;
    width: 1000px
}

.second-nav ul li {
    float: left;
    width: 103px;
    font-size: 16px;
    line-height: 69px;
    text-align: center;
    margin-right: 20px;
    position: relative
}

.second-nav ul li:before {
    top: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 69px;
    z-index: 20;
    opacity: 0;
    display: none \9;
    border-radius: 10px;
    position: absolute;
    background: #f6aa00;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out
}

.second-nav ul li a {
    z-index: 21;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.second-nav ul li:hover {
    font-weight: bold
}

.second-nav ul li:hover:before {
    opacity: 1;
    height: 90px;
    display: block \9
}

.second-nav ul li:hover a {
    color: #fff
}

.second-nav ul li.active {
    font-weight: bold
}

.second-nav ul li.active:before {
    opacity: 1;
    height: 90px;
    display: block \9
}

.second-nav ul li.active a {
    color: #fff
}

.content {
    min-height: 500px
}
.about{
    clear: both;
}
.about1 {
    padding: 64px 0 86px 0;
    overflow: hidden;
    line-height: 24px
}

.about1 .about1-title {
    background: url("about1.png") no-repeat 10px center;
    font-size: 27px;
    color: #6ebd46;
    height: 66px;
    padding-top: 35px;
    margin-bottom: 15px
}

.about1 .about-info {
    margin-top: 48px;
    overflow: hidden;
    margin-bottom: 46px
}

.about1 .about-info .al {
    float: left;
    width: 369px
}

.about1 .about-info .al .at {
    height: 220px;
    text-align: center;
    padding-top: 30px;
    background: #6ebd46
}

.about1 .about-info .al .at .pic1 {
    height: 90px;
    margin-bottom: 15px
}

.about1 .about-info .al .at h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal
}

.about1 .about-info .al .at span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    opacity: .5
}

.about1 .about-info .al .ar {
    background: #f3ab1d
}

.about1 .about-info .ac {
    float: left;
    width: 522px
}

.about1 .about1-bottom {
    color: #6ebd46;
    font-size: 16px
}

.about2 {
    padding: 75px 0;
    overflow: hidden;
    height: 681px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(about2.jpg)
}

.about2 .about2-title {
    text-align: center
}

.about2 .about2-title h3 {
    font-size: 40px;
    color: #6ebd46;
    font-weight: normal;
    line-height: 52px
}

.about2 .about2-title span {
    background: url("line.png") no-repeat center center;
    color: #c2c2c2;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-family: arial
}

.about2 ul {
    margin: 97px auto 0 auto;
    text-align: center
}

.about2 ul li {
    display: inline-block;
    text-align: center;
    width: 188px;
    margin: 0 51px
}

.about2 ul li .about2-top {
    height: 214px;
    margin-bottom: 10px;
    background: url("a2bg.png") no-repeat center center;
    -webkit-transition: .5s;
    transition: .5s
}

.about2 ul li .pic1 {
    height: 140px;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s
}

.about2 ul li h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 57px
}

.about2 ul li p {
    line-height: 22px;
    color: #666;
    font-size: 14px;
    padding: 0 10px
}

.about2 ul li:hover .about2-top {
    background: url("a2bgh.png") no-repeat center center
}

.about2 ul li:hover .pic1 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.about3 {
    padding: 45px 0;
    overflow: hidden
}

.about3 .about3-title {
    text-align: center
}

.about3 .about3-title h3 {
    font-size: 40px;
    color: #6ebd46;
    font-weight: normal;
    line-height: 52px
}

.about3 .about3-title span {
    background: url("line1.png") no-repeat center center;
    color: #c2c2c2;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-family: arial
}

.about3 ul {
    margin: 65px -15px 0 -15px;
    overflow: hidden
}

.about3 ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 25px
}

.about3 ul li .honor-top {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    position: relative;
    padding-right: 65px;
    padding-bottom: 4px
}

.about3 ul li .honor-top h3 {
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.about3 ul li .honor-top span {
    font-size: 14px;
    color: #666;
    float: right;
    font-family: "AvantGarde Book", arial;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px
}

.about3 ul li p {
    float: right;
    font-size: 14px;
    line-height: 22px;
    padding: 0 13px;
    border-radius: 12px;
    background: #6ebd46;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%
}

.about3 ul .n4 p {
    background: #f3ab1d
}

.about4 {
    overflow: hidden
}

.about4 .pro-min {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 350px;
    position: relative
}

.about4 .pro-min .getIndex {
    display: inline-block;
    *float: none;
    *display: inline;
    zoom: 1;
    text-align: center
}

.about4 .pro-min .getIndex .item {
    background: url("h1bg.png") no-repeat bottom center;
    width: 307px;
    height: 230px;
    padding: 18px 24px 21px 22px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.about4 .pro-min .getIndex .item i {
    display: block;
    width: 261px;
    height: 191px;
    position: relative
}

.about4 .pro-min .getIndex .item i .middleCenter {
    top: auto
}

.about4 .pro-min .getIndex .item i .bg {
    background: url(black2.png) repeat;
    background: none rgba(0, 0, 0, 0.4);
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms
}

.about4 .pro-min .getIndex .item i .il, .about4 .pro-min .getIndex .item i .ir {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
    border-radius: 3px
}

.about4 .pro-min .getIndex .item i .il {
    height: 3px;
    width: 0;
    margin: -1px 0 0 -15px
}

.about4 .pro-min .getIndex .item i .ir {
    height: 0;
    width: 3px;
    margin: -15px 0 0 -1px
}

.about4 .pro-min .getIndex h3 {
    text-transform: uppercase;
    line-height: 48px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal
}

.about4 .pro-min .getIndex:hover .item i .bg {
    opacity: 1;
    visibility: visible
}

.about4 .pro-min .getIndex:hover .item i .il {
    width: 30px
}

.about4 .pro-min .getIndex:hover .item i .ir {
    height: 30px;
    transition: 400ms ease 200ms;
    -webkit-transition: 400ms ease 200ms
}

.about4 .pro-min .getIndex:hover h3 {
    color: #6ebd46
}

.about4 .pro-min .slick-prev {
    background: url(left.png) no-repeat center center !important;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 135px;
    cursor: pointer;
    z-index: 2;
    left: -55px
}

.about4 .pro-min .slick-prev:hover {
    background: url(lefth.png) no-repeat center center !important
}

.about4 .pro-min .slick-next {
    background: url(right.png) no-repeat center center !important;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 135px;
    cursor: pointer;
    z-index: 2;
    right: -55px
}

.about4 .pro-min .slick-next:hover {
    background: url(righth.png) no-repeat center center !important
}

.about4 .pro-min .slick-prev:before, .about4 .pro-min .slick-next:before {
    content: ""
}

.join {
    clear:both;
    overflow: hidden
}

.join ul {
    margin: 70px -10px 45px -10px;
    overflow: hidden
}

.join ul li {
    margin: 0 10px 19px 10px;
    width: 616px;
    display: inline-block;
    background: #6ebd46;
    border-radius: 10px;
    vertical-align: top
}

.join ul li .pic1 {
    height: 288px;
    width: 616px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.join ul li .pic1 img {
    -webkit-transition: .5s;
    transition: .5s
}

.join ul li .join-info {
    padding: 20px 20px 37px 20px
}

.join ul li .join-info h3 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 39px;
    padding-bottom: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dashed #fff
}

.join ul li .join-info .join-p {
    padding-top: 13px;
    padding-bottom: 24px;
    overflow: hidden
}

.join ul li .join-info .join-p span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 17px
}

.join ul li .join-info .join-p p {
    line-height: 22px;
    color: #fff
}

.join ul li .join-info .join-line {
    height: 1px;
    width: 324px;
    background: #fff
}

.join ul li .join-info .join-phone {
    background: url("join1.png") no-repeat center left;
    color: #fff;
    font-family: "FuturaBT Medium", arial;
    font-size: 17px;
    padding-left: 36px;
    margin-top: 13px;
    margin-bottom: 14px
}

.join ul li .join-info .join-email {
    color: #fff;
    background: url("join2.png") no-repeat left 3px;
    padding-left: 36px
}

.join ul li .join-info .join-email p {
    font-size: 16px
}

.join ul li .join-info .join-email p a {
    font-family: arial;
    color: #fff
}

.join ul li .join-info .join-email b {
    font-size: 14px;
    font-weight: normal
}

.join ul li:hover .pic1 img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.contact1 {
    height: 480px;
    margin-top: 70px;
    border-bottom: 3px solid #f3ab1d;
    border-radius: 10px
}

.contact2 {
    padding: 46px 0 20px 0;
    overflow: hidden
}

.contact2 .contact-title {
    font-size: 22px;
    color: #6ebd46;
    font-weight: bold;
    margin-bottom: 14px
}

.contact2 .contact-line {
    height: 1px;
    background: #e4e4e4;
    width: 384px
}

.contact2 .contact-p {
    padding-top: 5px;
    overflow: hidden
}

.contact2 ul {
    float: left;
    width: 780px;
    margin-top: 25px
}

.contact2 ul li {
    float: left;
    width: 50%;
    margin-bottom: 35px
}

.contact2 ul li p img {
    margin-right: 11px
}

.contact2 .contact-wx {
    width: 145px;
    height: 170px;
    background: #f3ab1d;
    border-radius: 10px;
    padding-top: 13px;
    float: right;
    margin-right: 55px
}

.contact2 .contact-wx .pic1 {
    width: 115px;
    height: 115px;
    margin: 0 auto
}

.contact2 .contact-wx h3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 40px
}

.message {
    clear:both;
    overflow: hidden;
    margin: 70px 0 0 0
}

.message .online {
    padding-left: 355px;
    padding-top: 67px;
    margin-bottom: 47px;
    padding-bottom: 70px;
    background: url("message.png") no-repeat center center
}

.message .online p {
    font-size: 16px;
    line-height: 22px
}

.message ul {
    overflow: hidden;
    margin-top: 31px
}

.message ul li {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.message ul li input {
    outline: 0;
    border: 1px solid #fdeed2;
    width: 381px;
    height: 46px;
    line-height: 46px;
    padding: 0 33px;
    font-size: 16px;
    color: #666;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    border-radius: 30px;
    background: #fdeed2;
    font-family: "microsoft yahei"
}

.message ul li textarea {
    outline: 0;
    border: 1px solid #fdeed2;
    width: 535px;
    height: 152px;
    line-height: 30px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 20px;
    font-size: 16px;
    color: #666;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    background: #fdeed2;
    font-family: "microsoft yahei"
}

.message ul .text {
    margin-right: 0;
    width: 535px;
    float: none
}

.message input:focus, .message textarea:focus {
    -webkit-transition: border linear .2s, box-shadow linear .5s;
    transition: border linear .2s, box-shadow linear .5s;
    outline: 0;
    border: 1px solid #f6aa00;
    background: #fdeed2
}

.message ul li.yanzhen {
    float: none;
    width: 535px;
    position: relative;
    overflow: hidden;
    margin-bottom: 29px
}

.message ul li.yanzhen input {
    width: 381px;
    float: left
}

.message ul li.yanzhen a {
    height: 40px;
    line-height: 40px;
    float: left
}

.message ul li.yanzhen span {
    display: block;
    float: left;
    line-height: 49px;
    font-size: 14px;
    color: #959595;
    margin-left: 16px;
    overflow: hidden
}

.message .message-submit {
    text-align: center;
    width: 400px;
    margin-right: 0
}

.message .message-submit input {
    width: 181px;
    border: 0;
    padding: 0;
    float: left;
    font-size: 16px;
    color: #fff;
    background: 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    line-height: 46px;
    height: 46px;
    border-radius: 30px;
    background: #6ebd46;
    margin-right: 5px
}

.message .message-submit input#quxiao {
    background: #e6e6e6;
    color: #666
}

.message .message-submit input#quxiao:hover {
    background: #f6aa00;
    color: #fff
}

.message .message-submit input:hover {
    background: #65b13e;
    color: #fff
}

.news {
    clear:both;
    overflow: hidden
}

.news-top {
    margin-top: 70px;
    overflow: hidden;
    margin-bottom: 22px
}

.news-top .news-one {
    float: left;
    width: 853px;
    margin-right: 17px;
    position: relative;
    border-radius: 10px;
    height: 483px
}

.news-top .news-one .pic1 {
    width: 853px;
    height: 483px
}

.news-top .news-one .pic1 img {
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-top .news-one .news-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px 10px 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.news-top .news-one .news-info h3 {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 130px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-top .news-one .news-info h3 span {
    font-family: "AvantGarde Book", arial;
    font-size: 16px;
    display: block;
    float: right;
    background: url("yan.png") no-repeat center right;
    padding-right: 45px;
    position: absolute;
    right: 10px;
    bottom: 0
}

.news-top .news-one .news-info p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    height: 0;
    overflow: hidden;
    width: 750px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-top .news-one:hover .pic1 img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.news-top .news-one:hover .news-info {
    background: url("bg.png") repeat center center
}

.news-top .news-one:hover .news-info h3 {
    margin-bottom: 10px
}

.news-top .news-one:hover .news-info p {
    height: 40px
}

.news-top ul {
    width: 390px;
    float: left
}

.news-top ul li {
    width: 390px;
    position: relative;
    margin-bottom: 19px
}

.news-top ul li .pic1 {
    width: 390px;
    height: 232px
}

.news-top ul li .pic1 img {
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-top ul li .news-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px 10px 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.news-top ul li .news-info h3 {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-top ul li .news-info p {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    height: 0;
    overflow: hidden;
    width: 350px;
    -webkit-transition: .5s;
    transition: .5s
}

.news-top ul li:hover .pic1 img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.news-top ul li:hover .news-info {
    background: url("bg.png") repeat center center
}

.news-top ul li:hover .news-info h3 {
    margin-bottom: 10px
}

.news-top ul li:hover .news-info p {
    height: 40px
}

.news-bottom {
    overflow: hidden;
    padding-top: 7px;
    background: #fffbf3;
    padding-bottom: 100px
}

.news-bottom ul {
    overflow: hidden;
    margin-bottom: 42px
}

.news-bottom ul li {
    overflow: hidden;
    height: 117px;
    border-bottom: 1px solid #d2d2d2;
    -webkit-transition: .5s;
    transition: .5s
}

.news-bottom ul li a {
    display: block;
    padding: 21px 0;
    overflow: hidden
}

.news-bottom ul li .date {
    font-family: "AvantGarde Book", arial;
    float: left;
    overflow: hidden;
    width: 60px;
    text-align: center;
    margin-right: 167px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #6ebd46
}

.news-bottom ul li .date h3 {
    font-size: 46px;
    font-weight: normal;
    line-height: 50px
}

.news-bottom ul li .date span {
    font-size: 14px;
    display: block
}

.news-bottom ul li .news-title {
    line-height: 75px;
    height: 75px;
    font-size: 16px;
    color: #333;
    margin-right: 23px;
    background: url("more.png") no-repeat center right;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news-bottom ul li:hover {
    background: url("bg1.png") no-repeat center center;
    border-bottom: 1px solid #fff
}

.news-bottom ul li:hover .date {
    margin-left: 70px;
    margin-right: 97px;
    color: #fff
}

.news-bottom ul li:hover .news-title {
    color: #fff;
    background: url("moreh.png") no-repeat center right
}

.new .footer {
    background: url(index-bgh.jpg) no-repeat top center
}

.page {
    text-align: center;
    overflow: hidden
}

.page a {
    display: inline-block;
    line-height: 29px;
    width: 29px;
    color: #666;
    height: 29px;
    margin: 0 3px;
    font-size: 16px;
    text-align: center;
    background: url("pagebg.png") no-repeat center center;
    font-family: "FuturaBT Medium", arial
}

.page a:hover {
    background: url("pagebgh.png") no-repeat center center;
    color: #fff
}

.page .num1 {
    vertical-align: middle;
    background: url("page1.png") no-repeat center center;
    width: 15px;
    margin: 0
}

.page .num1:hover {
    background: url("page1.png") no-repeat center center
}

.page .num2 {
    vertical-align: middle;
    background: url("page2.png") no-repeat center center;
    margin: 0;
    width: 15px
}

.page .num2:hover {
    background: url("page2.png") no-repeat center center
}

.page .num3 {
    vertical-align: middle;
    background: url("page3.png") no-repeat center center;
    margin: 0;
    width: 15px
}

.page .num3:hover {
    background: url("page3.png") no-repeat center center
}

.page .num4 {
    vertical-align: middle;
    background: url("page4.png") no-repeat center center;
    margin: 0;
    width: 15px
}

.page .num4:hover {
    background: url("page4.png") no-repeat center center
}

.page .cpb {
    background: url("pagebgh.png") no-repeat center center;
    color: #fff
}

.news-show {
    clear:both;
    padding: 60px 0;
    overflow: hidden
}

.news-show .ns-left {
    float: left;
    width: 840px
}

.news-show .ns-left .news-h1 {
    color: #6ebd46;
    font-size: 22px;
    margin-bottom: 10px
}

.news-show .ns-left .news-h2 {
    color: #666;
    font-size: 14px
}

.news-show .ns-left .news-h2 b {
    font-weight: normal;
    font-family: "FuturaBT Medium", arial;
    margin-right: 5px
}

.news-show .ns-left .news-p {
    padding: 25px 0;
    overflow: hidden
}

.news-show .ns-right {
    float: right;
    width: 380px
}

.news-show .ns-right .ns-top {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #6ebd46;
    padding-left: 30px
}

.news-show .ns-right .ns-bottom {
    padding-bottom: 33px;
    overflow: hidden;
    background: #fffcf9
}

.news-show .ns-right ul {
    padding: 19px 33px 17px 33px;
    overflow: hidden
}

.news-show .ns-right ul li {
    margin-bottom: 15px;
    overflow: hidden
}

.news-show .ns-right ul li .pic1 {
    width: 316px;
    height: 188px
}

.news-show .ns-right ul li .pic1 img {
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 10px
}

.news-show .ns-right ul li h3 {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    width: 248px;
    height: 48px;
    overflow: hidden;
    margin-top: 17px;
    margin-bottom: 10px
}

.news-show .ns-right ul li .date {
    font-family: "AvantGarde Book", arial;
    color: #999;
    background: url("line.jpg") no-repeat center right
}

.news-show .ns-right ul li .date b {
    font-weight: normal;
    text-transform: uppercase
}

.news-show .ns-right ul li:hover .pic1 img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.news-show .ns-right ul li:hover h3 {
    color: #6ebd46
}

.news-show .ns-right .return {
    padding: 0 33px 0 33px
}

.news-show .ns-right .return a {
    display: block;
    font-size: 16px;
    color: #666
}

.prev-next {
    margin-top: 32px;
    padding: 18px 0 0 0;
    overflow: hidden;
    border-top: 1px solid #dcdcdc
}

.prev-next ul {
    float: left
}

.prev-next ul li a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 14px
}

.prev-next ul li a:hover {
    color: #6ebd46
}

.evaluation {
    clear:both;
    padding: 56px 0;
    overflow: hidden
}

.evaluation ul {
    margin-bottom: 22px;
    overflow: hidden
}

.evaluation ul li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 18px;
    padding-bottom: 29px
}

.evaluation ul li .pic1 {
    float: left;
    width: 104px;
    height: 104px;
    border: 4px solid #b6dea2;
    border-radius: 50%;
    margin-right: 20px
}

.evaluation ul li .pic1 img {
    -webkit-transition: .5s;
    transition: .5s
}

.evaluation ul li .evaluation-info {
    float: left;
    width: 1130px
}

.evaluation ul li .evaluation-info .ev-top {
    position: relative;
    padding-top: 28px
}

.evaluation ul li .evaluation-info .ev-top .ev-title h3 {
    font-size: 20px;
    color: #6ebd46;
    font-weight: normal;
    position: relative;
    padding-right:200px;
}
.evaluation ul li .evaluation-info .ev-top .ev-title h3 b{
    float:right;
    font-weight: normal;
    font-size:14px;
    position: absolute;
    top:0;
    right:0;
}
.evaluation ul li .evaluation-info .ev-top .ev-title h3 b a{
    display: block;
    width:186px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#f6aa00;
}

.evaluation ul li .evaluation-info .ev-top .ev-title span {
    font-size: 12px;
    color: #333;
    font-family: "AvantGarde Book", arial
}

.evaluation ul li .evaluation-info .ev-top .ev-star {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    bottom: 5px
}

.evaluation ul li .evaluation-info .ev-top .ev-star span {
    background: url(star.png) no-repeat center center;
    width: 92px;
    display: block;
    float: right;
    height: 23px;
    margin-left: 2px;
    margin-right: 12px
}

.evaluation ul li .evaluation-info .ev-top .ev-star span b {
    background: url(star1.png) no-repeat center left;
    display: block;
    width: 92px;
    height: 23px
}

.evaluation ul li .evaluation-info .ev-bottom {
    padding-top: 15px;
    overflow: hidden
}

.evaluation ul li .evaluation-info .ev-bottom i {
    background: url("evbg.png") no-repeat center center;
    width: 13px;
    height: 9px;
    display: block;
    margin-left: 35px;
    -webkit-transition: .5s;
    transition: .5s
}

.evaluation ul li .evaluation-info .ev-bottom .ev-p {
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding: 28px 17px 38px 17px;
    border-radius: 10px;
    background: #fff8e8;
    -webkit-transition: .5s;
    transition: .5s
}

.evaluation ul li .evaluation-info .ev-info {
    color: #f3ab1d;
    font-size: 14px;
    margin-top: 26px
}

.evaluation ul li .evaluation-info .ev-huifu {
    color: #666;
    font-size: 14px;
    margin-top: 4px
}

.evaluation ul li .evaluation-info .ev-huifu b {
    color: #6ebd46;
    font-family: "FuturaBT Medium", arial;
    font-size: 16px;
    font-weight: normal
}

.evaluation ul li:hover .pic1 img {
    opacity: .6
}

.evaluation ul li:hover .evaluation-info .ev-bottom i {
    background: url("evbgh.png") no-repeat center center
}

.evaluation ul li:hover .evaluation-info .ev-bottom .ev-p {
    background: #f4dba2;
    color: #8b6b22
}

.story {
    clear:both;
    padding: 15px 0 47px 0;
    overflow: hidden
}

.story ul {
    margin-bottom: 36px;
    overflow: hidden
}

.story ul li {
    overflow: hidden;
    padding: 45px 0 38px 0;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #e5e5e5
}

.story ul li .date {
    font-family: "AvantGarde Book", arial;
    float: left;
    overflow: hidden;
    width: 81px;
    text-align: center;
    margin-right: 18px;
    color: #fff;
    background: #6ebd46;
    -webkit-transition: .5s;
    transition: .5s
}

.story ul li .date h3 {
    font-size: 46px;
    font-weight: normal;
    line-height: 76px
}

.story ul li .date span {
    font-size: 14px;
    display: block;
    line-height: 22px;
    border-top: 1px solid #fff
}

.story ul li .pic1 {
    width: 316px;
    height: 187px;
    float: left;
    margin-right: 50px
}

.story ul li .pic1 img {
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.story ul li .story-info {
    float: left;
    width: 790px
}

.story ul li .story-info h3 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.story ul li .story-info p {
    line-height: 26px;
    color: #666;
    font-size: 14px;
    height: 52px;
    overflow: hidden
}

.story ul li .story-info span {
    width: 109px;
    height: 32px;
    line-height: 32px;
    background: #6ebd46 url("more1.png") no-repeat 81px center;
    display: block;
    margin-top: 41px;
    padding-left: 20px;
    border-radius: 30px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.story ul li:hover {
    background: #fff8e8;
    border-bottom: 1px solid #fff
}

.story ul li:hover .date {
    background: #f3ab1d
}

.story ul li:hover .pic1 img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.story ul li:hover .story-info h3 {
    color: #f3ab1d;
    text-decoration: underline;
    font-weight: bold
}

.story ul li:hover .story-info span {
    background: #f3ab1d url("more1.png") no-repeat 81px center
}

.faq {
    clear:both;
    padding-bottom: 106px
}

.job {
    margin-top: 70px;
    overflow: hidden;
    padding-bottom: 40px
}

.job dl {
    overflow: hidden;
    width: 100%
}

.job dl dt {
    display: block;
    margin-bottom: 18px;
    border-radius: 50px
}

.job dl dt span {
    display: block;
    float: left;
    font-weight: normal
}

.job dl dt .wen {
    width: 47px;
    height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #6ebd46;
    background: url("w.png") no-repeat center center;
    margin-left: 19px;
    margin-right: 14px
}

.job dl dt .faq-info {
    width: 1000px;
    font-size: 16px;
    color: #333;
    border-left: 1px solid #fff;
    padding-left: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.job dl dt .info {
    width: 25px;
    margin-right: 31px;
    float: right;
    background: url("jia.png") no-repeat center center;
    height: 69px
}

.job dl .list_dt {
    cursor: pointer;
    height: 69px;
    line-height: 69px;
    -webkit-transition: width 2s;
    transition: width 2s;
    background: #fff
}

.job dl .list_dt .subnav {
    display: block
}

.job .list_dt {
    color: #555;
    cursor: pointer;
    position: relative
}

.job .list_dt:hover {
    background: #6ebd46;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear
}

.job .list_dt:hover .wen {
    color: #fff;
    background: url("wh.png") no-repeat center center
}

.job .list_dt:hover .faq-info {
    color: #fff
}

.job .list_dt:hover .info {
    background: url("jia.png") no-repeat center center
}

.job #open {
    background: #6ebd46;
    margin-bottom: 0
}

.job #open .wen {
    color: #fff;
    background: url("wh.png") no-repeat center center
}

.job #open .faq-info {
    color: #fff
}

.job #open .info {
    background: url("jian.png") no-repeat center center
}

.job .list_dd {
    display: none;
    margin-bottom: 18px
}

.job .jobsub {
    line-height: 22px;
    position: relative;
    overflow: hidden;
    background: #fff
}

.job .jobsub span {
    display: block;
    float: left;
    width: 47px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #f3ab1d;
    background: url("da.png") no-repeat center center;
    margin-left: 19px;
    margin-right: 14px
}

.job .jobsub p {
    float: left;
    border-left: 1px solid #f2f2f2;
    width: 1115px;
    padding: 25px 25px 25px 14px;
    line-height: 22px;
    color: #666;
    min-height: 116px
}

.faqbody {
    background: #fafafa
}

.faqbody .footer {
    background: #fff url(index-bg7.jpg) no-repeat top center
}

.people {
    clear:both;
    padding: 61px 0;
    overflow: hidden
}

.people ul {
    overflow: hidden;
    margin: 0 -6px 27px -6px
}

.people ul li {
    height: 472px;
    margin: 0 4px 21px 4px;
    text-align: center;
    float: left;
    border-radius: 10px;
    padding: 40px 40px 0 40px;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    width: 310px;
    background: url("pbg.png") no-repeat top left
}

.people ul li .pic1 {
    width: 229px;
    height: 229px;
    border-radius: 100%;
    border: solid 6px #d3ebc7;
    position: relative;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}

.people ul li .t1 {
    height: 24px;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin: 25px 0 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.people ul li .t2 {
    height: 24px;
    overflow: hidden
}

.people ul li .t3 {
    height: 32px;
    line-height: 30px;
    width: 109px;
    display: block;
    padding-left: 18px;
    text-align: left;
    color: #6ebd46;
    border-radius: 30px;
    margin: 15px auto;
    border: solid 1px #6ebd46;
    background: url("more2.png") no-repeat 80px center
}

.people ul li .t4 {
    font-size: 16px;
    color: #6ebd46;
    font-family: "FuturaBT Medium", arial;
    text-align: left;
    padding-left: 20px;
    margin-left: 45px;
    background: url(index-aunt-img5.png) no-repeat center left
}

.people ul li:hover {
    background: url("pbgh.png") no-repeat top left
}

.people ul li:hover .pic1 {
    border-color: #f9d58e;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.people ul li:hover .t1, .people ul li:hover .t2, .people ul li:hover .t3, .people ul li:hover .t4 {
    color: #fff
}

.people ul li:hover .t3 {
    color: #f6aa00;
    border-color: #fff;
    font-weight: bold;
    background: #fff url("more2h.png") no-repeat 80px center
}

.people ul li:hover .t4 {
    background: url(index-aunt-img6.png) no-repeat center left
}

.people-show {
    clear:both;
    padding: 60px 0 88px 0;
    overflow: hidden
}

.people-show .people-top {
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 4px #fcfcfc;
    margin-bottom: 40px
}

.people-show .people-top .pic1 {
    margin: 26px 95px 26px 26px;
    border-radius: 10px;
    width: 371px;
    height: 466px;
    float: left
}

.people-show .people-top .pt-info {
    float: left;
    width: 766px;
    height: 520px;
    overflow: auto;
    background: #fffcf6;
    padding-bottom: 30px
}

.people-show .people-top .pt-info .pt-title {
    overflow: hidden;
    line-height: 31px;
    padding: 35px 56px 32px 56px
}

.people-show .people-top .pt-info .pt-title h3 {
    font-size: 24px;
    color: #666;
    float: left;
    font-weight: normal
}

.people-show .people-top .pt-info .pt-title span {
    font-size: 14px;
    color: #666;
    display: block;
    float: left;
    padding-top: 5px
}

.people-show .people-top .pt-info .pt-bottom p {
    height: 40px;
    line-height: 40px;
    padding-left: 58px
}

.people-show .people-top .pt-info ul {
    overflow: hidden
}

.people-show .people-top .pt-info ul li {
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 58px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.people-show .people-top .pt-info ul .p4 {
    background: #fff9ee
}

.people-show .people-top .pt-info .zixun {
    width: 160px;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background: #f3ab1d url("zixun.png") no-repeat 24px center;
    margin-left: 58px;
    display: block;
    font-weight: bold;
    padding-left: 51px;
    margin-top: 34px
}

.people-show .people-top .pt-info .zixun:hover {
    background: #6ebd46 url("zixun.png") no-repeat 24px center
}

.people-show .people-bottom {
    border: 1px solid #ededed;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 26px
}

.people-show .people-bottom ul li {
    padding: 42px 44px;
    overflow: hidden
}

.people-show .people-bottom ul li .pic1 {
    width: 105px;
    height: 105px;
    float: left
}

.people-show .people-bottom ul li .peo-info {
    float: left;
    width: 900px;
    padding: 12px 20px 0 46px
}

.people-show .people-bottom ul li .peo-info h3 {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    margin-bottom: 12px
}

.people-show .people-bottom ul li .peo-info .peo-p {
    font-size: 14px;
    color: #666;
    line-height: 20px
}

.people-show .people-bottom ul .aihao {
    background: #fff7e7
}

.related-people {
    padding-top: 38px;
    overflow: hidden;
    height: 638px;
    background: #fffdfc
}

.related-people .re-title {
    text-align: center
}

.related-people .re-title h3 {
    font-size: 40px;
    color: #6ebd46;
    font-weight: normal;
    line-height: 52px
}

.related-people .re-title p {
    font-size: 16px;
    color: #c2c2c2;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    background: none
}
.related-people .re-title p:before{
    content:'';
    display: inline-block;
    width:205px;
    height:1px;
    background: #efefef;
    vertical-align: middle;
    margin-right:50px;
}
.related-people .re-title p:after{
    content:'';
    display: inline-block;
    width:205px;
    height:1px;
    background: #efefef;
    vertical-align: middle;
    margin-left:50px;
}
.related-people .roll {
    margin-top: 52px;
    position: relative
}

.related-people .roll .slick-prev, .related-people .roll .slick-next {
    width: 38px;
    height: 38px;
    border: solid 1px #e8e8e8;
    border-radius: 100%
}

.related-people .roll .slick-prev {
    left: -70px;
    background: url(index-arrow5.png) no-repeat center center !important
}

.related-people .roll .slick-prev:hover {
    border-color: #f6aa00;
    background: #f6aa00 url(index-arrow5-hover.png) no-repeat center center !important
}

.related-people .roll .slick-next {
    right: -70px;
    background: url(index-arrow6.png) no-repeat center center !important
}

.related-people .roll .slick-next:hover {
    border-color: #f6aa00;
    background: #f6aa00 url(index-arrow6-hover.png) no-repeat center center !important
}

.related-people .roll .item {
    height: 472px;
    margin: 0 4px 0 4px;
    text-align: center;
    float: left;
    border-radius: 10px;
    padding: 40px 40px 0 40px;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    width: 310px;
    background: url("pbg.png") no-repeat top left
}

.related-people .roll .item .pic1 {
    width: 229px;
    height: 229px;
    border-radius: 100%;
    border: solid 6px #d3ebc7;
    position: relative;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}

.related-people .roll .item .t1 {
    height: 24px;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin: 25px 0 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.related-people .roll .item .t2 {
    height: 24px;
    overflow: hidden
}

.related-people .roll .item .t3 {
    height: 32px;
    line-height: 30px;
    width: 109px;
    display: block;
    padding-left: 18px;
    text-align: left;
    color: #6ebd46;
    border-radius: 30px;
    margin: 15px auto;
    border: solid 1px #6ebd46;
    background: url("more2.png") no-repeat 80px center
}

.related-people .roll .item .t4 {
    font-size: 16px;
    color: #6ebd46;
    font-family: "FuturaBT Medium", arial;
    text-align: left;
    padding-left: 20px;
    margin-left: 45px;
    background: url(index-aunt-img5.png) no-repeat center left
}

.related-people .roll .item:hover {
    background: url("pbgh.png") no-repeat top left
}

.related-people .roll .item:hover .pic1 {
    border-color: #f9d58e;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.related-people .roll .item:hover .t1, .related-people .roll .item:hover .t2, .related-people .roll .item:hover .t3, .related-people .roll .item:hover .t4 {
    color: #fff
}

.related-people .roll .item:hover .t3 {
    color: #f6aa00;
    border-color: #fff;
    font-weight: bold;
    background: #fff url("more2h.png") no-repeat 80px center
}

.related-people .roll .item:hover .t4 {
    background: url(index-aunt-img6.png) no-repeat center left
}

.peobody .footer {
    background: #fff url(index-bg9.jpg) no-repeat top center
}

.project {
    clear:both;
    padding: 61px 0;
    overflow: hidden
}

.project ul {
    background: url("pjbg.png") repeat-y top center;
    overflow: hidden
}

.project ul li {
    overflow: hidden;
    margin-bottom: 47px
}

.project ul li .pic1 {
    width: 607px;
    height: 402px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.project ul li .pic1 img {
    -webkit-transition: .5s;
    transition: .5s
}

.project ul li .project-info {
    width: 570px;
    padding-top: 44px
}

.project ul li .project-info .pic2 {
    width: 81px;
    height: 81px;
    -webkit-transition: .5s;
    transition: .5s
}

.project ul li .project-info h3 {
    color: #6ebd46;
    font-size: 28px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    margin-top: 7px
}

.project ul li .project-info span {
    color: #333;
    font-size: 18px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 6px
}

.project ul li .project-info .t2 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin-top: 12px
}

.project ul li .project-info .t3 {
    height: 32px;
    line-height: 30px;
    width: 109px;
    display: block;
    padding-left: 18px;
    text-align: left;
    color: #fff;
    border-radius: 30px;
    margin: 15px 0;
    border: solid 1px #6ebd46;
    -webkit-transition: .5s;
    transition: .5s;
    background: #6ebd46 url("more1.png") no-repeat 80px center
}

.project ul li .project-info .t4 {
    font-size: 16px;
    color: #6ebd46;
    font-family: "FuturaBT Medium", arial;
    text-align: left;
    padding-left: 20px;
    margin-top: 17px;
    background: url(index-aunt-img5.png) no-repeat center left
}

.project ul li:hover .pic1 img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.project ul li:hover .project-info .t3 {
    border: solid 1px #f3ab1d;
    background: #f3ab1d url("more1.png") no-repeat 80px center
}

.project ul .even .pic1 {
    float: left
}

.project ul .even .project-info {
    float: right
}

.project ul .odd .pic1 {
    float: right
}

.project ul .odd .project-info {
    float: left
}

.projectbody .project {
    background: url("project.jpg") no-repeat bottom center;
    padding-bottom: 124px;
    overflow: hidden
}

.projectbody .footer {
    background: #fff url(index-bg8.jpg) no-repeat top center
}

.project-show {
    clear:both;
    padding: 61px 0;
    overflow: hidden
}

.project-show .project-top {
    overflow: hidden;
    margin-bottom: 83px
}

.project-show .project-top .project-left {
    width: 607px;
    height: 402px;
    overflow: hidden;
    margin-right: 70px;
    float: left
}

.project-show .project-top .project-left .pic1 {
    width: 607px;
    height: 402px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.project-show .project-top .project-right {
    float: left;
    width: 583px;
    height: 402px;
    overflow: auto
}

.project-show .project-top .project-right h3 {
    color: #6ebd46;
    font-size: 28px;
    font-weight: normal;
    overflow: hidden;
    line-height: 40px;
    margin-top: 7px
}

.project-show .project-top .project-right span {
    color: #333;
    font-size: 18px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 6px
}

.project-show .project-top .project-right .t2 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    margin-top: 12px
}

.project-show .project-top .project-right .t4 {
    font-size: 16px;
    color: #6ebd46;
    font-family: "FuturaBT Medium", arial;
    text-align: left;
    padding-left: 20px;
    margin-top: 17px;
    background: url(index-aunt-img5.png) no-repeat center left
}

.project-show .project-top .project-right .zixun {
    width: 160px;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background: #f3ab1d url("zixun.png") no-repeat 24px center;
    display: block;
    font-weight: bold;
    padding-left: 51px;
    margin-top: 34px
}

.project-show .project-top .project-right .zixun:hover {
    background: #6ebd46 url("zixun.png") no-repeat 24px center
}

.project-show .project2 {
    padding: 66px 0 99px 0;
    overflow: hidden;
    background: url("project2.jpg") no-repeat top center
}

.project-show .project2 .project-title {
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden
}

.project-show .project2 .project-title h3 {
    font-size: 40px;
    color: #6ebd46;
    font-weight: normal;
    line-height: 52px
}

.project-show .project2 .project-title p {
    font-size: 16px;
    color: #c2c2c2;
    text-transform: uppercase;
    background: url("line02.png") no-repeat center center
}

.project-show .project2 .project-bottom ul {
    margin: 0 -14px;
    overflow: hidden
}

.project-show .project2 .project-bottom ul li {
    padding: 22px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    width: 402px;
    min-height: 569px;
    background: #fff
}

.project-show .project2 .project-bottom ul li .pic1 {
    width: 358px;
    height: 204px;
    border-radius: 10px;
    margin-bottom: 23px
}

.project-show .project2 .project-bottom ul li .pic1 img {
    -webkit-transition: .5s;
    transition: .5s
}

.project-show .project2 .project-bottom ul li h3 {
    line-height: 37px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin: 0 15px 13px 15px;
    border-radius: 50px;
    padding: 0 10px
}

.project-show .project2 .project-bottom ul li .je-p {
    margin: 0 15px;
    overflow: hidden
}

.project-show .project2 .project-bottom ul li:hover .pic1 img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.project-show .project2 .project-bottom ul .p1 h3 {
    background: #f3af27
}

.project-show .project2 .project-bottom ul .p2 h3 {
    background: #fb3449
}

.project-show .project2 .project-bottom ul .p3 h3 {
    background: #6ebd46
}

.project-show .project3 {
    padding: 72px 0 78px 0;
    overflow: hidden;
    background: url("project3.jpg") no-repeat bottom center
}

.project-show .project3 .project-title {
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden
}

.project-show .project3 .project-title h3 {
    font-size: 40px;
    color: #6ebd46;
    font-weight: normal;
    line-height: 52px
}

.project-show .project3 .project-title p {
    font-size: 16px;
    color: #c2c2c2;
    text-transform: uppercase;
    background: url("line01.png") no-repeat center center
}

.project-show .project3 ul {
    margin: 0 -14px
}

.project-show .project3 ul li {
    width: 406px;
    min-height: 360px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 31px 10px;
    padding-top: 44px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    vertical-align: top
}

.project-show .project3 ul li .pic1 {
    width: 105px;
    height: 105px;
    margin: 0 auto
}

.project-show .project3 ul li .p3-info {
    margin-top: 37px;
    overflow: hidden;
    padding: 0 60px
}

.project-show .project3 ul li .p3-info h3 {
    font-family: "avgr45w", arial;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    margin-bottom: 17px
}

.project-show .project3 ul li .p3-info p {
    line-height: 22px
}

.project-show .project3 ul li:hover {
    margin-top: -10px
}

.project-show .project3 ul .p31 {
    border-top: 4px solid #f3af27
}

.project-show .project3 ul .p32 {
    border-top: 4px solid #fb3449
}

.project-show .project3 ul .p33 {
    border-top: 4px solid #6ebd46
}

.project4 {
    padding: 72px 0 78px 0;
    overflow: hidden;
    background: url("project4.jpg") no-repeat top center
}

.project4 .project-title {
    text-align: center;
    margin-bottom: 54px;
    overflow: hidden
}

.project4 .project-title h3 {
    font-size: 40px;
    color: #6ebd46;
    font-weight: normal;
    line-height: 52px
}

.project4 .project-title p {
    font-size: 16px;
    color: #c2c2c2;
    text-transform: uppercase;
    background: url("line01.png") no-repeat center center
}

.project4 ul {
    margin: 0 -15px;
    overflow: hidden
}

.project4 ul li {
    width: 615px;
    height: 175px;
    margin: 0 15px 31px;
    float: left
}

.project4 ul li .pic1 {
    width: 172px;
    height: 175px;
    border-radius: 50%;
    z-index: 2;
    float: left;
    -webkit-transition: .5s;
    transition: .5s
}

.project4 ul li .p4-info {
    border: 1px solid #f2f2f2;
    -webkit-transition: .5s;
    transition: .5s;
    height: 175px;
    width: 614px;
    margin-left: -172px;
    position: relative;
    z-index: 1;
    float: left;
    border-radius: 100px;
    padding: 36px 55px 10px 199px;
    background: #fff
}

.project4 ul li .p4-info h3 {
    font-size: 20px;
    color: #6ebd46;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px
}

.project4 ul li .p4-info p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden
}

.project4 ul li:hover .pic1 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.project4 ul li:hover .p4-info {
    border: 3px solid #f6aa00;
    padding: 34px 55px 10px 197px
}
.contact{
    clear:both;
}
#map img {
    max-width: inherit;
    max-height: inherit
}

#map div:nth-child(1) {
    border-radius: 7px 0 0 0
}

#map div:nth-child(3) {
    border-radius: 0 7px 0 0
}

#map div:nth-child(3) div {
    border-radius: 7px
}

#map div:nth-child(5) {
    border-radius: 0 0 0 7px
}

#map div:nth-child(5) div {
    border-radius: 7px
}

#map div:nth-child(7) {
    border-radius: 0 0 7px 0
}

#map div:nth-child(7) div {
    border-radius: 7px
}

@media (max-width: 1280px) {
    body {
        min-width: 1250px;
        overflow-x: hidden
    }

    .container {
        width: 1250px
    }

    .index-service-2 ul {
        width: 1193px
    }

    .index-service .content .tabbox {
        width: 1249px
    }

    .index-news li {
        margin-left: 15px
    }

    .project-show .project-top .project-right {
        width: 570px
    }

    .project-show .project2 .project-bottom ul {
        margin: 0 -10px
    }

    .project-show .project2 .project-bottom ul li {
        margin: 0 9px
    }

    .project-show .project3 ul li {
        width: 400px
    }

    .project4 ul li {
        width: 605px
    }

    .project4 ul li .p4-info {
        width: 605px
    }

    .people ul li {
        width: 307px
    }

    .people-show .people-top .pt-info {
        width: 755px
    }

    .evaluation ul li .evaluation-info {
        width: 1120px
    }

    .story ul li .story-info {
        width: 780px
    }

    .about1 .about-info .ac {
        width: 510px
    }

    .about1 .about-info .al .at {
        height: 210px
    }

    .join ul li {
        width: 610px
    }

    .join ul li .pic1 {
        width: 610px;
        height: 284px
    }

    .news-top .news-one {
        margin-right: 7px
    }

    .related-people .roll .item {
        background: url(pbg1.png) no-repeat top left
    }

    .related-people .roll .item:hover {
        background: url(pbg1h.png) no-repeat top left
    }
}
.index-customer .leftbox dd h3 span a{color:#a8d790 }