﻿*,
::before,
::after {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #333;
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    /*清除移动浏览默认的样式*/
    -webkit-appearance: none;
}


.fl {
    float: left;
}

.fr {
    float: right;
}


#fenzhan { background: #0e7f54; width:100%;margin:auto auto;height:35px;line-height:35px;}
#fenzhan .fl { font-size: 14px; color: #fff; line-height: 30px; }
#fenzhan .fr { font-size: 14px; color: #000; line-height: 30px; font-weight:bold;}
#fenzhan .fl ul { margin-left: 5px; }
#fenzhan .fl ul li { float: left; display: block; margin-left: 15px; }
#fenzhan .fl ul li a:hover { color: #ffff00; }
.layout { width: 1220px; position: relative; margin: 0 auto; }
.fl{float:left;}
.clearfix{clear:both;}


/*清除浮动*/

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.inner {
    width: 1280px;
    margin: 0 auto;
}

.minH {
    min-height: calc(100vh - 177px);
    padding: 68px 0;
}

.pad {
    padding: 80px 0;
}

.bg {
    background: #f5f5f5;
}

.bg.innerBg {
    background: #0e7f54;
    padding: 34px 0;
}

.bg.innerBg .footCopy {
    color: #fff;
}

/*  */
.indTit {
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}

.indTit::before {

    height: 5px;
    border-top: 1px solid #d7d9db;
    border-bottom: 1px solid #d7d9db;
    margin: 0px auto;
    max-width: 350px;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 24px;
    z-index: 0;
    content: '';
}

.indTit h3 {
    width: 180px;
    height: 48px;
    line-height: 48px;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    text-align: center;
    position: relative;
    background: #0e7f54;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 500;

}

.indTit h3::before {
    width: 10px;
    height: 48px;
    line-height: 48px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    border-width: 0 0 48px 24px;
    border-color: transparent transparent #0e7f54 transparent;
    border-style: solid;

}

.indTit h3::after {
    width: 10px;
    height: 48px;
    line-height: 48px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    border-width: 48px 24px 0 0;
    border-color: #0e7f54 transparent transparent transparent;
    border-style: solid;
}

/* indMore */
.indMore .more {
    text-transform: uppercase;
    font-weight: bold;
    color: #0e7f54;
    text-decoration: underline;
}

/*============
    page
=================*/
.page {
    clear: both;
    margin: 68px auto 0;
    text-align: center;
}

.page ul li {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 6px 12px;
    background: #fff;
}

.page ul li.active {
    background: #0e7f54;
    border: 1px solid #0e7f54;
}

.page ul li.active a {
    color: #fff;
}

.page ul li a {
    font-size: 12px;
    color: #666666;
}

.page ul li:hover {
    border: 1px solid #0e7f54;
    background: #0e7f54;
    cursor: pointer;
}

.page ul li:hover a {
    color: #fff;
}



/* ============
    header
================================================ */
header {
    position: relative;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .06);
}

header .inner {
    position: relative;
}

.headLogo {
    display: inline-block;
    width: 182px;
    margin-top: 8px;
}

.headLogo img {
    width: 100%;
}

.headNav li {
    display: inline-block;
}

.headNav a {
    line-height: 2.8;
    font-size: 16px;
    padding: 10px 14px;
    font-weight: bold;
    letter-spacing: 0.68px;
    display: block;
}

.headNav a:hover {
    color: #0e7f54;
}

/* ============
    footer
================================================ */
footer {
    border-top: 2px solid #eaeaea;
    padding: 42px 0 20px;
}

.footLink {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 24px;
    color: #999999;
    margin-bottom: 20px;
}

.footLink a {
    font-size: 14px;
    color: #999999;
}

.footLink span {
    font-size: 12px;
    margin: 0 12px;
    color: #999999;
}

.footCopy {
    color: #999999;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}

/* ============
    index
================================================ */
/* banner */
.banDemo_img {
      height: calc(100vh - 84px);
    width: 100%;
    overflow: hidden;
}

.banDemo_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banDemo .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 470px;
    width: 40px;
    height: 48px;
    padding: 10px;
    display: block;
    background-color: #fff;
    background-image: url(../images/pre.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 999;

}


.banDemo .slick-prev {
    right: 40px;
}

.banDemo .slick-next {
    background-color: #0484CF;
    background-image: url(../images/next_h.png);
    right: 0;
}


.banDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.banDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.banDemo .slick-list .slick-track {
    height: 100%;
}

.banDemo .slick-slide {
    float: left;
    min-height: 1px;
}

.banDemo .slick-dots {
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 9990;
    width: 100%;
    text-align: center;
}

.banDemo .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 8px;
    border-radius: 50%;
    background: #fff
}

.banDemo .slick-dots li.slick-active {
    background: #0e7f54;
}

/* index - 1 */
.indOne_item:nth-child(2n) .indOne_img {
    float: right;
}

.indOne_a {
    display: block;
    float: left;
    width: 50%;
    background: #fff;
    height: 280px;
}

.indOne_img {
    display: inline-block;
    width: 50%;
    height: 280px;
    overflow: hidden;
}

.indOne_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.48s;
}

.indOne_txt {
    float: right;
    width: 50%;
    padding: 38px;
}

.indOne_txt h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indOne_txt img {
    WIDTH: 60PX;
}

.indOne_txt p {
    margin-top: 28px;
    line-height: 1.8;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indOne_a:hover .indOne_txt h4 {
    color: #0e7f54;
}

.indOne_a:hover .indOne_img div {
    transform: scale(1.1);
}

/* index - 2 */
.indTwo {
    position: relative;
}

.indTwo_box {
    margin-left: -1%;
    margin-right: -1%;
}

.indTwo_item {
    float: left;
    width: 48%;
    margin: 1%;
    display: block;
    background: #fff;
    position: relative;
}

.indTwo_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    height: 100%;
    transition: all 0.48s;
}

.indTwo_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indTwo_info {
    width: calc(100% - 228px);
    padding: 12px 20px;
}

.indTwo_info>span {
    color: #999;
    font-size: 12px;
    line-height: 2;
}

.indTwo_info h4 {
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indTwo_info p {
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.indTwo_item:hover .indTwo_info h4 {
    color: #0e7f54;
}

/* index - 3 */
.indThr_a {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 20px;

}

.indThr_a>div {
    box-shadow: 5px 5px 15px #ccc;
}

.indThr_img {
    height: 218px;
    padding: 0 5px;
}

.indThr_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indThr_txt {
    text-align: center;
    padding: 20px 8px;
}

.indThr_txt span {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    margin: 0 auto 12px;
    line-height: 2;
}

.indThr_txt p {
    font-size: 14px;
    color: #666666;
    line-height: 1.68;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}

.indThr_a:hover .indThr_txt span {
    color: #0e7f54;
}

/* index - 4 */
.indFor {
    position: relative;
}

.indFor_box {
    margin-top: 48px;
}

.indFor_a {
    display: block;
    position: relative;
    float: left;
    width: 49%;
    margin-left: 2%;
}

.indFor_a:last-child {
    margin-top: 38px;
}

.indFor_a:last-child::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.indFor_a.first {
    margin: 0;
}

.indFor_a.first .indFor_img {
    height: 416px;
    width: 100%;
}

.indFor_a.first .indFor_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.48);
    padding: 16px 24px 24px;
}

.indFor_a.first .indFor_txt h3 {
    color: #fff;
}

.indFor_a.first .indFor_txt p {
    -webkit-line-clamp: 2;
    height: 56px;
    color: #fff;
    opacity: 0.8;
}

.indFor_img {
    width: 38%;
    height: 188px;
    float: left;
}

.indFor_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indFor_txt {
    width: 58%;
    float: right;
}

.indFor_txt h3 {
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.indFor_txt p {
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 112px;
}

.indFor_a:hover .indFor_txt h3 {
    color: #0e7f54;
}

/* index - 5 */
.indFive {
    position: relative;
}

.indFive_box {
    margin-left: -1%;
    margin-right: -1%;
}

.indFive_a {
    float: left;
    width: 23%;
    margin: 1%;
    text-align: center;

}

.indFive_img {
    display: inline-block;
    position: relative;
    z-index: 99;
    width: 164px;
    height: 148px;
    overflow: hidden;
    margin: 0 auto -74px;
}

.indFive_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indFive_txt {
    text-align: center;
    padding: 0 22px;
    background: #fff;
    padding-top: 82.5px;
    padding-bottom: 40px;
    display: block;
    border: 1px solid #e2e2e2;
}

.indFive_txt h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indFive_txt p {
    color: #555;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 100px;
}

.indFive_a:hover .indFive_txt h3 {
    color: #0e7f54
}

/* index - 6 */
.indLast {
    position: relative;
}

.indLast_l {
    display: inline-block;
    width: calc(100% - 400px);
}

.indLast_a {
    display: block;
    height: 128px;
    margin-bottom: 12px;
    background: #fff;
    color: #333;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #dedede;
}

.indLast_a:last-child {
    margin-bottom: 0;
}

.indLast_time {
    vertical-align: top;
    width: 138px;
    display: inline-block;
    text-align: center;
    padding-top: 18px;
}

.indLast_time span {
    font-size: 56px;
    font-weight: normal;
    line-height: 56px;
    margin-top: 18px;
    font-family: Arial;
    color: #333;
}

.indLast_time p {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    font-family: Arial;
    color: #333;
}

.indLast_txt {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 186px);
}

.indLast_txt h3 {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 27px 0 12px;
    display: block;
    font-weight: bold;
}

.indLast_txt p {
    line-height: 1.5;
    max-height: 52px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.indLast_r {
    width: 368px;
    height: 408px;
    float: right;

}

.indLast_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indLast_img div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 7px 12px;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indLast_a:hover .indLast_txt h3 {
    color: #0e7f54
}

/* ============
    inner
================================================ */
.bzInner {
    min-height: calc(100vh - 253px);
    padding: 68px 0 108px;
    background: #f8f8f8;
}

.bzInner_box {
    position: relative;
}

.bzInner_l {
    display: inline-block;
    width: calc(100% - 380px);
    background: #fff;
    padding: 28px 28px 54px;
}

.bzInner_l_bg {
    background: #fff;
    padding: 28px;
}

.bzInner_r {
    float: right;
    width: 348px;
}

.bzHot {
    background: #fff;
    width: 100%;
}

.bzHot .indTit::before {
    top: auto;
    bottom: 0;
}

.bzHot .indTit span {
    color: #0e7f54;
    line-height: 4;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}


.bzHot ul {
    padding: 0 30px 42px;
}

.bzHot li {
    margin-top: 14px;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 10px;
}

.bzHot ul li .bzHot_span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-top: 4px;
    background: #ccc;
    color: #fff;
    text-align: center;
    vertical-align: top;

}

.bzHot ul li .bzHot_a {
    width: calc(100% - 20px);
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.25px;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    white-space: nowrap;
}

.bzHot ul li .bzHot_a:hover {
    color: #0e7f54;
}

.bzHot ul li .bzHot_show {
    background: #0e7f54;
}

/* case */
.case .indThr_a {
    margin: 24px 0;
}

/* zhuanjia */
.zhuanjia .indFive_a {
    margin-top: 38px;
}

/* industry */
.industry .indTwo_info {
    padding: 28px 24px;
}

/* tuozhan */
.tuozhan .indFor_box {
    margin: 0;

}

.tuozhan .indFor_a {
    margin-left: 0;
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.tuozhan .indFor_a:last-of-type {
    margin-bottom: 0;
}

/* manage */
.manage .indLast_l {
    width: 100%;
}

.manage .indLast_a {
    height: 168px;
    padding-top: 28px;
    border: 0;
    border-bottom: 2px solid #eee;
}
/*news-info*/
.info-detail * {
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
    text-indent: 2em !important;
    margin: 20px auto !important;
    line-height: 2 !important;
    display: block !important;
    text-align: left !important;
}
.box_1226{
       width: 1200px;
    margin: 48px auto 0;
    background: #fafafa;
    padding: 28px 36px;
}
.new-ifos {
    width: 100%;
    padding: 0 0 50px;
}

.new-ifos .w1200 {
    background: #fff;
    padding: 60px 0;
    box-shadow: 0 0 10px #eee;
}

.new-ifos .info-head {
    width: 1100px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 20px;
    font-family: "微软雅黑";
}

.new-ifos .info-date {
    width: 100%;
    font-family: arial;
    text-align: center;
    font-size: 16px;
}

.new-ifos .info-detail {
    width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    padding: 20px 0 0;
    line-height: 28px;
}

.info-detail img{
    display: block;
    max-width: 100%;
}
.pre-after {
    width: 1100px;
    position: relative;
    margin: 50px auto 0;
}

.pre-after .fl {
    width: 800px;
    font-size: 14px;
    line-height: 28px;
}

.pre-after a {
    color: #666;
}
.pre-after p:hover{
    opacity: 0.8;
}
.pre-after .fr {
    float: right;
    font-size: 14px;
    padding-left: 46px;
    border: 1px solid #8c8c8c;
    padding: 7px 40px;
}

.pre-after .fr:hover {
    opacity: 0.6;
}
/*news-info  end*/



.indTwonew_box {
    margin-left: -1%;
    margin-right: -1%;
}

.indTwonew_item {
    float: left;
    width: 48%;
    margin: 1%;
    display: block;
    background: #fff;
    position: relative;
}

.indTwonew_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    height: 100%;
    transition: all 0.48s;
}

.indTwonew_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indTwonew_info {
    width: calc(100% - 18px);
    padding: 12px 20px;
}

.indTwonew_info>span {
    color: #999;
    font-size: 12px;
    line-height: 2;
}

.indTwonew_info h4 {
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indTwonew_info p {
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.indTwonew_item:hover .indTwonew_info h4 {
    color: #0e7f54;
}

