* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    padding-right: 60px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 23px;
    height: 3px;
    background: #fff;
    border-radius: 0;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.head {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 120px;
    box-shadow: 0 0 10px #ddd;
}

.heads {
    max-width: 1800px;
    margin: auto;
}

.logo {
    float: left;
    height: 120px;
    line-height: 120px;
}

.tel {
    float: right;
    font-size: 20px;
    color: #111111;
    height: 120px;
    line-height: 120px;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 120px;
    line-height: 120px;
    margin-right: 50px;
}

.nav ul li a {
    display: block;
    font-size: 20px;
    color: #111111;
}

.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_02.jpg) center no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 60px;
}

.products {
    max-width: 1400px;
    margin: auto;
}

.title {
    width: 100%;
}

.titlecontainer {
    width: 45%;
    float: left;
}

.titlebox {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    float: left;
    width: 100%;
}

.titlecontainer_fl {
    float: left;
    width: calc(100% - 52px);
}

.maintitle {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

.titles {
    font-weight: bold;
    font-size: 70px;
    color: #fff;
    opacity: 0.1;
    text-transform: capitalize;
    margin-top: -80px;
    padding-left: 20%;
}

.titlecontainer_fr {
    float: right;
}

.productcontainer {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.left_pro {
    float: left;
    background: #f5f5f5;
    padding: 22px 10%;
    width: 60%;
}

.protitle {
    text-align: center;
    font-size: 30px;
    color: #111111;
}

.propic {
    margin-top: 45px;
    text-align: center;
}

.propic img {
    max-width: 100%;
}

.promore {
    margin: 20px auto 0;
    width: 165px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background: #fff url(../images/pmore.png) right 12px center no-repeat;
    padding-left: 15px;
    box-shadow: 0 0 10px #ddd;
    font-size: 20px;
    color: #111111;
}

.promore:hover {
    color: #fff;
    background: #009345 url(../images/pmore_active.png) right 12px center no-repeat;
}

.right_pro {
    float: right;
    width: 39.2%;
}

.right_pro a {
    display: block;
    background: #f5f5f5;
    padding: 14px 10%;
    margin-bottom: 15px;
}

.right_pro a:last-child {
    margin-bottom: 0;
}

.right_pro .propic {
    margin-top: 20px;
}

.case {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_03.jpg) center no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 110px;
}

.cases {
    max-width: 1400px;
    margin: auto;
}

.cases .titlecontainer {
    float: right;
}

.titlecon {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 2;
    margin-top: 20px;
}

.swiper-container.caseswiper {
    margin-top: 30px;
}

.caseswiper img {
    width: 100%;
}

.cases .swiper-pagination {
    width: 100%;
    position: static;
    margin-top: 40px;
}

.cases .swiper-pagination-bullet {
    border-radius: 100%;
    background: #fff;
    border: 2px solid #fff;
    width: 17px;
    height: 17px;
    margin: 0 5px;
}

.cases .swiper-pagination-bullet-active {
    background: #036e3a;
}

.morecase {
    width: 100%;
    height: 1080px;
    background: url(../images/image_04.jpg) center no-repeat;
    padding-top: 340px;
}

.morecases {
    width: 100%;
    height: 400px;
    background: rgba(3, 110, 58, 0.5);
    text-align: center;
    padding-top: 55px;
}

.morecase_title {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}

.morecase_more {
    text-align: left;
    margin: 45px auto 0;
    width: 190px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background: #fff url(../images/pmore.png) right 15px center no-repeat;
    padding-left: 15px;
    font-size: 20px;
    color: #111;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_06.jpg) center no-repeat;
    padding-top: 125px;
    padding-bottom: 145px;
    background-size: cover;
}

.abouts {
    max-width: 1400px;
    margin: auto;
}

.abtop {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 0 45px;
}

.left_ab {
    float: left;
    text-indent: 2em;
    font-size: 18px;
    color: #000;
    line-height: 2.2;
    width: 54.5%;
    margin-top: 35px;
}

.shuju {
    float: left;
    width: 45.5%;
}

.sj {
    width: 50%;
    float: left;
    text-align: center;
    margin: 45px 0;
}

.sj_top {
    font-size: 33px;
    color: #009345;
}

.sj_bot {
    font-weight: bold;
    font-size: 44px;
    color: #009345;
}

.abbot {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.abbots {
    float: left;
    border-radius: 100%;
    width: 14%;
    border: 6px solid #fff;
    padding: 8px;
    margin-right: 7.5%;
    text-align: center;
}

.abbots:nth-child(5n) {
    margin-right: 0;
}

.abbot_container {
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(3, 110, 58, 0.5);
    border-radius: 100%;
}

.abbot_containers {
    display: table-cell;
    vertical-align: middle;
}

.abbot_pic {
    height: 58px;
    line-height: 58px;
}

.abbot_title {
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
}

.new {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_07.jpg) center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.news {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.news .title {
    position: absolute;
    left: 0;
    top: 0;
}

.news .titlecontainer {
    float: right;
    width: 35%;
}

.newcontainer {
    width: 100%;
    overflow: hidden;
}

.left_new {
    float: left;
    width: 54%;
}

.left_new img {
    width: 100%;
}

.news .swiper-button-prev {
    margin-top: 0;
    top: auto;
    bottom: 45px;
    right: 130px;
    left: auto;
    background: url(../images/new-prev.png) center no-repeat;
    width: 58px;
    height: 58px;
}

.news .swiper-button-next {
    margin-top: 0;
    top: auto;
    bottom: 45px;
    right: 0;
    background: url(../images/new-next.png) center no-repeat;
    width: 58px;
    height: 58px;
}

.right_new {
    float: right;
    width: 53.2%;
    margin-left: -7.2%;
    margin-top: 155px;
    position: relative;
    z-index: 9;
}

.newswiper a {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
}

.newtop {
    width: 100%;
    overflow: hidden;
}

.newtitle {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.newdate {
    float: right;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

.newdate span {
    font-size: 36px;
}

.newcon {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 2.5;
    margin-top: 20px;
}

.newmore {
    margin-top: 25px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

.newmore img {
    margin-right: 5px;
    margin-top: -3px;
}

.midcontact {
    width: 100%;
    height: 1080px;
    background: url(../images/image_08.gif) center no-repeat;
    padding-top: 325px;
    background-size: cover;
}

.midcontacts {
    width: 100%;
    height: 430px;
    background: rgba(3, 110, 58, 0.5);
    text-align: center;
    padding-top: 55px;
}

.midcontact_title {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.midcontact_titles {
    font-weight: 300;
    font-size: 34px;
    color: #fff;
    margin-top: 10px;
}

.midcontact_more {
    text-align: left;
    margin: 25px auto 0;
    width: 190px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background: #fff url(../images/pmore.png) right 15px center no-repeat;
    padding-left: 25px;
    font-size: 20px;
    color: #111;
}

.bottom {
    width: 100%;
    overflow: hidden;
}

.bottom img {
    width: 100%;
}

.bottom .swiper-pagination-bullet {
    border-radius: 100%;
    background: #fff;
    border: 2px solid #fff;
    width: 17px;
    height: 17px;
    margin: 0 5px;
}

.bottom .swiper-pagination-bullet-active {
    background: #036e3a;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_11.jpg) center no-repeat;
    background-size: cover;
}

.foots {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 55px;
}

.foot_top {
    width: 100%;
    overflow: hidden;
}

.flogo {
    float: left;
    margin-top: 65px;
}

.ftitle {
    float: left;
    margin-top: 35px;
    margin-left: 70px;
    text-align: center;
}

.fmaintitle {
    font-size: 40px;
    color: #fff;
}

.ftitles {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}

.saoma {
    float: right;
}

.saoma img {
    width: 182px;
}

.foot_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.foot_bots {
    width: 32%;
    margin-right: 2%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
    float: left;
}

.foot_bots:last-child {
    margin-right: 0;
}

.foot_bots_pic {
    height: 35px;
    line-height: 35px;
}

.foot_bots_title {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 13px;
}

.copy {
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    line-height: 75px;
    font-size: 14px;
    color: #fff;
}

.copy a {
    font-size: 14px;
    color: #fff;
    margin-left: 8px;
}

.inbanner img {
    width: 100%;
}

.bread {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    line-height: 65px;
}

.breads {
    max-width: 1400px;
    margin: auto;
}

.breads a,
.breads span {
    font-size: 19px;
    color: #000;
}

.breads img {
    margin-right: 10px;
    margin-top: -6px;
}

.inaboutnav {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 0;
}

.inaboutnav a {
    display: inline-block;
    width: 146px;
    height: 50px;
    line-height: 50px;
    background: #000000;
    font-size: 23px;
    color: #fff;
    margin: 0 4px;
}

.inaboutnav a:hover {
    background: #33a96b;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.inabouts {
    max-width: 1400px;
    margin: auto;
}

.inabout_left {
    float: left;
    width: 50.8%;
}

.inabout_left img {
    width: 100%;
}

.inabout_right {
    float: right;
    width: 47.5%;
}

.inabout_right_title {
    font-size: 32px;
    color: #383838;
}

.inabout_right_con {
    font-size: 14px;
    color: #383838;
    text-indent: 2em;
    line-height: 2.2;
    margin-top: 20px;
}

.inshuju {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #f5f5f5;
    padding: 45px 0;
}

.insj {
    width: 25%;
    float: left;
    text-align: center;
}

.insj_top {
    font-size: 33px;
    color: #009345;
}

.insj_bot {
    font-weight: bold;
    font-size: 44px;
    color: #009345;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 40px;
}

.cultures {
    max-width: 1400px;
    margin: 50px auto 0;
}

.intitle {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
}

.cul {
    float: left;
    width: 14%;
    margin-right: 7.5%;
    text-align: center;
}

.culs {
    border: 6px solid #33a96b;
    padding: 8px;
    border-radius: 100%;
}

.cul:nth-child(5n) {
    margin-right: 0;
}

.cul_container {
    width: 100%;
    height: 100%;
    display: table;
    background: #33a96b;
    border-radius: 100%;
}

.cul_containers {
    display: table-cell;
    vertical-align: middle;
}

.cul_pic {
    height: 58px;
    line-height: 58px;
}

.cul_title {
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
}

.culintro {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    line-height: 1.8;
}

.honor {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    padding: 40px 0;
    background: #f5f5f5;
}

.honors {
    max-width: 1400px;
    margin: 40px auto 0;
}

.honorswiper img {
    width: 100%;
}

.inpronav {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 0;
}

.inpronav a {
    display: inline-block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    background: #000000;
    font-size: 23px;
    color: #fff;
    margin: 0 4px;
}

.inpronav a.active {
    background: #33a96b;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.inproducts {
    max-width: 1400px;
    margin: auto;
}

.inpro {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    float: left;
    background: #f5f5f5;
    padding: 40px 20px;
}

.inpro:nth-child(3n) {
    margin-right: 0;
}

.inpro_pic {
    text-align: center;
    margin-top: 20px;
}

.inpro_pic img {
    max-width: 100%;
}

.inpro_title {
    text-align: center;
    font-size: 28px;
    color: #000;
}

.inpro_more {
    margin: 20px auto 0;
    width: 165px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background: #fff url(../images/pmore.png) right 12px center no-repeat;
    padding-left: 15px;
    box-shadow: 0 0 10px #ddd;
    font-size: 20px;
    color: #111111;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.incases {
    max-width: 1400px;
    margin: 30px auto 0;
}

.incases a {
    display: block;
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.incases a:nth-child(2n) {
    margin-right: 0;
}

.incases a img {
    width: 100%;
}

.detail {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.details {
    max-width: 1400px;
    margin: auto;
    font-size: 16px;
    line-height: 2;
}

.details img {
    width: 100%;
    margin-bottom: 10px;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1400px;
    margin: auto;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1400px;
    margin: 30px auto 40px;
}

.incontact {
    max-width: 1400px;
    margin: 40px auto;
}

.incontact_top {
    width: 100%;
    background: #e8e8e8;
    height: 235px;
    margin-top: 40px;
}

.incontact_top_fl {
    float: left;
    background: #009345;
    width: 30%;
    height: 235px;
    padding: 60px 40px 0;
}

.incontact_top_fr {
    float: left;
    width: 70%;
    height: 235px;
    padding: 40px;
}

.incontact_top_fl_title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.incontact_top_fl_con {
    font-size: 28px;
    color: #fff;
    margin-top: 8px;
}

.incontact_top_fr {
    font-size: 23px;
    color: #000;
    line-height: 2.3;
}

.incontact_bot {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
}

.incontact_bots {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    height: 170px;
    border: 1px solid #f1f1f1;
    line-height: 168px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.incontact_bots:last-child {
    margin-right: 0;
}

.incontact_bots img {
    margin-right: 15px;
    margin-top: -5px;
}

.incontact_bots:hover {
    box-shadow: 0 0 10px #ddd;
}

.feedback {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.feedback_title {
    font-size: 36px;
    color: #000;
}

.feedback form div {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.feedback form div input {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    height: 85px;
}

.feedback form div input:last-child {
    margin-right: 0;
}

.feedback form textarea {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    padding-top: 20px;
    margin-top: 30px;
    height: 585px;
}

.feedback form input[type=submit] {
    width: 550px;
    border: none;
    background: #009345;
    outline: none;
    font-size: 23px;
    margin-top: 30px;
    height: 85px;
    color: #fff;
}