@charset "utf-8";

/* CSS Document */

.clear {
    clear: both;
}

.clearboth:after,
.clearBoth:after {
    content: "";
    display: block;
    clear: both;
}

body {
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
    list-style: none;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

ul li {
    list-style: none;
}

img {
    display: block;
    border: 0px;
    width: auto;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

i {
    font-style: inherit;
}

ul {
    -webkit-padding-start: 0px;
}

* {
    list-style: none;
}

textarea,
select,
option,
input {
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

.wrap {
    width: 100%;
    height: 100%;
}

.main {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 999999;
    /*    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);*/
    background-color: #ffffff;
}

.logo {
    float: left;
    height: 100%;
}

.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.en {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0;
    margin-left: 20px;
}

.en a {
    display: inline-block;
    width: 50%;
    width: 42px;
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 1px solid #a0a0a0;
}

.en a.cn {
    color: #ffffff;
    background: #52ab40;
    border-right: none;
}

.header .search {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 90px;
}

.header .search form {
    height: 38px;
    border: 1px solid #a0a0a0;
}

.header .search input {
    float: left;
    display: block;
    padding-left: 10px;
    width: 208px;
    line-height: 36px;
    box-sizing: border-box;
    border: none;
}

.searSelect {
    float: left;
    width: 70px;
    height: 100%;
    color: #999999;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    z-index: 99;
}

.searSelect span {
    position: relative;
    display: block;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    padding: 0 20px 0 0;
    background: url(../images/x.png)right 10px center no-repeat;
}

.searSelect ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    display: none;
    border: 1px #ddd solid;
}

.searSelect ul li {
    line-height: 40px;
    border-top: 1px solid #f5f5f5;
    color: #666;
    font-size: 14px;
}

.header .search button {
    float: right;
    width: 46px;
    display: block;
    border: none;
    height: 100%;
    background-color: #52ab40;
    background-image: url(../images/sousuo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.navBox {
    float: right;
    /*    padding-left: 6%;*/
}

.nav-ul>li {
    position: relative;
    float: left;
    color: #333333;
}

.nav-ul>li+li {
    margin-left: 35px;
}

.nav-ul>li>a {
    display: block;
    line-height: 120px;
    font-size: 16px;
}

.nav-ul>li:hover,
.nav-ul>li>a.active {
    background: url(../images/hx.png) center bottom 20px repeat-x;
}

.child {
    padding: 30px 25px;
    background-color: #f3f3f3;
    position: absolute;
    top: 100%;
    left: 0;
    width: 480px;
    margin-left: -210px;
    z-index: 9999;
    display: none;
    box-sizing: border-box;
}

.child img {
    float: left;
    width: 240px;
}

.child_ri {
    width: 160px;
}

.child_ri h3 {
    font-size: 18px;
    line-height: 30px;
    color: #52ab40;
    margin-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;
}

.child_ri h3 span {
    position: relative;
}

.child_ri h3 span:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #52ab40;
}

.child li a {
    display: block;
    font-size: 14px;
    line-height: 25px;
}

.child li a:hover {
    color: #52ab40;
}

.nav-ul>li:hover .child {
    display: block;
}

.menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.menu img {
    display: block;
    width: 100%;
    max-height: 100%;
}

.m {
    display: none;
}

.banner img,
.banner2 img {
    width: 100%;
}

.aa .aaz,
.aa .aay {
    width: 26px;
    height: 45px;
    margin-top: -22px;
    outline: none;
}

.aa .aaz {
    background: url(../images/z.png) no-repeat;
    background-size: cover;
    left: 8%;
}

.aa .aay {
    background: url(../images/y.png) no-repeat;
    background-size: cover;
    right: 8%;
}

.nav {
    width: 50%;
    position: fixed;
    right: 0;
    top: 90px;
    z-index: 9;
    background: #ffffff;
    height: 100%;
    padding: 0 3%;
    transform: translate(100%, 0px);
    transition: all 0.5s;
    box-sizing: border-box;
}

.ul {
    padding: 10px 0;
}

.l {
    position: relative;
}

.a {
    font-size: 18px;
    width: 100%;
    line-height: 60px;
    display: block;
    box-sizing: border-box;
}

.levelu {
    display: none;
}

.levell {
    line-height: 50px;
}

.levela {
    font-size: 16px;
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.head_fix {
    display: none;
}

.footer {
    color: #ffffff;
    background: #333333;
}

.foot {
    padding: 90px 0 70px;
    border-bottom: 1px solid #484848;
}

.link {
    margin-bottom: 60px;
}

.link h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.link_con {
    font-size: 0;
}

.link_con a {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #dbdada;
    margin-right: 7px;
    background: url(../images/s.png)right center no-repeat;
    padding-right: 10px;
}

.link_con a:last-child {
    background: none;
}

.foot_con {
    display: flex;
    justify-content: space-between;
}

.foot1 {
    position: relative;
    display: table;
    width: 54%;
    margin-right: 5.5%;
}

.foot1 li {
    display: table-cell;
    padding-right: 15px;
}

.foot1 h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.foot1 li a {
    display: block;
    color: #dbdada;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

.foot3 {
    width: 140px;
}

.foot3 img {
    width: 100%;
}

.foot3 p {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.foot2 {
    width: 30%;
    margin-right: 20px;
}

.foot_tel {
    margin-bottom: 15px;
    padding-left: 50px;
    background: url(../images/tel.png)left center no-repeat;
}

.foot_tel h3 {
    font-size: 14px;
}

.foot_tel p {
    font-size: 24px;
}

.foot2_con {
    font-size: 16px;
    line-height: 32px;
}

.cop {
    font-size: 14px;
    line-height: 26px;
    padding: 35px 0;
}

.subnav {
    border-bottom: 1px solid #dcdcdc;
}

.subnav .main {
    font-size: 0;
}

.subnav a {
    display: inline-block;
    width: 135px;
    font-size: 18px;
    line-height: 65px;
    color: #333333;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}

.subnav a:first-child {
    border-left: 1px solid #dcdcdc;
}

.subnav a.cur {
    background: url(../images/hx.png) center bottom repeat-x;
}

.about {
    padding: 75px 0;
}

.tit {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.about img {
    width: 44%;
}

.ab_ri {
    width: 53%;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.ry {
    padding: 75px 0 30px;
}

.ry_con ul {
    font-size: 0;
}

.ry_con ul li {
    display: inline-block;
    width: 23.25%;
    margin-right: 2.33%;
    margin-bottom: 30px;
    vertical-align: top;
}

.ry_con ul li:nth-child(4n) {
    margin-right: 0;
}

.ry_con ul li img {
    max-height: 271px;
    max-width: 100%;
    margin: 0 auto;
}

.ry_con ul li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.p75 {
    padding: 75px 0;
}

.cj {
    border-radius: 12px;
    margin-bottom: 35px;
}

.sideMenu h3 {
    position: relative;
    font-size: 20px;
    color: #666666;
    height: 75px;
    line-height: 75px;
    background-color: #52ab40;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #dae8d7;
    border-radius: 12px;
}

.sideMenu h3 span {
    position: absolute;
    width: 99.5%;
    height: 100%;
    right: 0;
    top: 0;
    padding-left: 20px;
    border-radius: 12px;
    background-color: #f3f3f3;
    background-image: url(../images/jt.png);
    background-position: right 30px center;
    background-repeat: no-repeat;
}

.sideMenu ul {
    color: #666666;
    line-height: 32px;
    font-size: 16px;
    padding: 25px 30px;
    box-sizing: border-box;
    display: none;
}

.sideMenu .open h3 span {
    color: #ffffff;
    background-color: #52ab40;
    background-image: url(../images/jt1.png);
}

.lx_lf {
    width: 65%;
}

.lx_lf .map {
    width: 100%;
    height: 520px;
}

.lx_ri {
    width: 31.25%;
}

.lx_ri h1 {
    font-size: 28px;
    color: #52ab40;
    font-weight: bold;
    margin-bottom: 20px;
}

.lx_tel {
    margin-bottom: 45px;
    padding-left: 60px;
    background: url(../images/tel1.png)left center no-repeat;
}

.lx_tel h3 {
    font-size: 14px;
    color: #333333;
}

.lx_tel p {
    font-size: 24px;
    color: #52ab40;
}

.lx_con {
    margin-bottom: 100px;
    padding-left: 20px;
    border-left: 1px #b7b7b7 solid;
    color: #333333;
    font-size: 16px;
    line-height: 32px;
}

.lx_ewm {
    display: flex;
    align-items: center;
}

.lx_ewm img {
    width: 120px;
    margin-right: 20px;
}

.lx_ewm p {
    font-size: 14px;
    color: #333333;
}

.p60 {
    padding: 60px 0 70px;
}

.web {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.web_lf {
    width: 290px;
    margin-right: 3.125%;
}

.web_ti {
    height: 90px;
    padding-left: 40px;
    margin-bottom: 8px;
    background: #289312;
}

.web_ti h5 {
    font-size: 52px;
    line-height: 90px;
    color: rgba(152, 210, 140, 0.18);
    font-weight: bold;
    text-transform: uppercase;
}

.web_ti h3 {
    font-size: 28px;
    color: #ffffff;
    margin-top: -58px;
    z-index: 2;
    position: relative;
}

.web_xw li a {
    display: block;
    font-size: 20px;
    line-height: 65px;
    color: #ffffff;
    background: #a0a0a0;
    padding-left: 40px;
    margin-bottom: 2px;
}

.web_xw li a.cur,
.web_xw li a:hover {
    background: #52ab40;
}

.web_ri {
    width: 78.75%;
}

.webnav {
    line-height: 59px;
    padding-top: 30px;
    border-bottom: 1px dashed #d1d1d1;
}

.webnav h3 {
    float: left;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #289312;
}

.tit_nav {
    font-size: 12px;
    color: #999999;
}

.xw {
    padding-top: 60px;
}

.xw ul li {
    padding-bottom: 40px;
}

.xw ul li+li {
    border-top: 1px solid #dfdfdf;
    padding-top: 40px;
}

.xw ul li a {
    display: flex;
    align-items: flex-start;
}

.xw_img {
    width: 262px;
    margin-right: 30px;
}

.xw_img img {
    width: 100%;
}

.xw_ri {
    flex: 1;
}

.xw_ri h3 {
    font-size: 20px;
    color: #0f0f0f;
    margin-bottom: 10px;
}

.xw_ri p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 35px;
}

.xw_des {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xw #pages {
    padding-top: 55px;
}

#pages {
    padding: 10px 0 0;
    font-family: 宋体;
    text-align: -webkit-center;
    font-size: 14px;
}

#pages a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
}

#pages a.a1 {
    width: 70px;
    padding: 0
}

#pages a:first-child {
    width: 50px !important;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background: #52ab40;
    border: 1px solid #52ab40;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

#pages .noPage {
    display: inline-block;
    width: 56px;
    height: 30px;
    line-height: 30px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.show {
    margin-top: 50px;
    border: 1px solid #d1d1d1;
    padding: 40px 3.5% 0;
}

.show_con {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.show_con h3 {
    font-size: 18px;
    color: #52ab40;
    font-weight: bold;
}

.page2 {
    padding: 25px 0;
    margin-top: 40px;
    border-top: 1px solid #d1d1d1;
}

.page2 a {
    float: left;
    width: 49%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page2 a:nth-child(2) {
    float: right;
    text-align: right;
}

.tit p {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

.sq {
    padding: 75px 0 85px;
}

.sq img {
    width: 49.56%
}

.sq_ri {
    width: 47.5%;
}

.tex {
    float: left;
    width: 48.6%;
}

.tex:nth-child(2n) {
    float: right;
}

.sq_ri h3 {
    font-size: 16px;
    line-height: 45px;
    color: #333333;
}

.input-text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    padding-left: 15px;
    margin-bottom: 55px;
    border: 1px solid #bababa;
    background: none;
    box-sizing: border-box;
}

.tex1 {
    display: block;
    width: 100%;
    min-height: 140px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 45px;
    border: 1px solid #bababa;
    background: none;
    box-sizing: border-box;
}

.sub {
    display: block;
    width: 246px;
    font-size: 16px;
    line-height: 68px;
    color: #ffffff;
    text-align: center;
    border: none;
    background: #52ab40;
}

.xz ul li {
    float: left;
    width: 49%;
    border: 1px solid #bababa;
    margin-bottom: 30px;
}

.xz ul li:nth-child(2n) {
    float: right;
}

.xz ul li a {
    position: relative;
    display: block;
    padding: 40px 5.7%;
}

.xz ul li a h3 {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
    background: url(../images/xz.png)right center no-repeat;
}

.xz ul li a h3 img {
    margin-right: 25px;
}

.cx {
    width: 100%;
    max-width: 1330px;
    padding: 40px 2.8%;
    border: 1px solid #bababa;
    margin: 0 auto;
}

.cx_lf {
    width: 51.6%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cx_lf img {
    max-width: 100%;
    margin: 0 auto;
}

.cx_ri {
    width: 43.5%;
}

.cx_ri img {
    margin-bottom: 40px;
}

.cx_text {
    display: block;
    padding-left: 20px;
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #bababa;
}

.cx_sub {
    display: block;
    width: 130px;
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    border: none;
    background: #52ab40;
    margin-bottom: 60px;
}

.tips h3 {
    font-size: 20px;
    color: #e91010;
    margin-bottom: 10px;
}

.tips_con {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    margin-bottom: 20px;
}

.top img {
    width: 41.5%;
}

.top_ri {
    width: 55%;
    padding-right: 50px;
}

.top_ri h4 {
    color: #52ab40;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.top_con {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 20px;
}

.down {
    padding: 50px 5%;
    margin-top: 20px;
    overflow: hidden;
    background: #f1f1f1;
}

.tsjy {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.down .box {
    float: left;
    width: 24.2%;
    margin-right: 1%;
}

.down .box h5 {
    color: #3d3d3d;
    font-size: 14px;
}

.down .box input,
.down textarea,
.down .box select {
    color: #b3b3b3;
    font-size: 14px;
    padding: 10px 20px;
    border: 2px #ddd solid;
    margin: 15px 0 0px 0;
    width: 100%;
    height: 50px;
    line-height: 30px;
}

.down .box select {}

.down .box.bx-4 {
    margin-right: 0;
}

.down .area {
    width: 100%;
    margin-top: 30px;
    float: left;
}

.down .area textarea {
    height: 100px;
    width: 100%;
}

.down button {
    width: 180px;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    margin: 25px 10px 0 0;
    border: none;
    background: #52ab40;
}


/*.down button:hover {
    background: #f60;
}*/

.down .box input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.down textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.cp {
    padding: 60px 0 50px;
}

.oneN>li {
    margin-top: 8px;
}

.oneN>li>h3 {
    position: relative;
    display: block;
    padding-left: 40px;
    line-height: 64px;
    background-color: #52ab40;
    background-image: url(../images/yy.png);
    background-position: right 35px center;
    background-repeat: no-repeat;
}

.oneN>li.active>h3 {
    background-image: url(../images/yy1.png);
}

.oneN>li>h3 a {
    color: #fff;
    font-size: 20px;
}

.oneN li.active>.twoN {
    display: block;
}

.twoN {
    display: none;
}

.twoN a {
    display: block;
    padding-left: 40px;
    font-size: 18px;
    color: #333333;
    line-height: 52px;
    margin-top: 3px;
    background-color: #f0f0f0;
    background-image: url(../images/yyy.png);
    background-position: right 35px center;
    background-repeat: no-repeat;
}

.twoN a:hover,
.twoN a.active {
    background-color: #e5f8e1;
}

.pro ul {
    font-size: 0;
}

.pro ul li {
    display: inline-block;
    width: 49.2%;
    margin-right: 1.6%;
    border: 1px solid #bababa;
    margin-top: 30px;
    vertical-align: top;
}

.pro ul li:nth-child(2n) {
    margin-right: 0;
}

.pro ul li h5.biaoti1 {
    display: inline-block;
    width: 45%;
}

.pro ul li a {
    display: block;
    padding: 30px 8%;
}

.pro ul li h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pro ul li h5 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index1 {
    padding: 70px 0 20px;
    background: url(../images/index1.png)top center no-repeat;
    background-size: cover;
}

.title {
    text-align: center;
    margin-bottom: 35px;
}

.title h3 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 5px;
}

.title h5 {
    position: relative;
    font-size: 16px;
    color: #333333;
}

.title h5:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    width: 48px;
    height: 1px;
    background: #52ab40;
}

.title h5:after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-left: 10px;
    width: 48px;
    height: 1px;
    background: #52ab40;
}

.index1_ti {
    border-bottom: 1px solid #d7d7d7;
}

.index1_ti ul {
    font-size: 0;
    text-align: center;
}

.index1_ti ul li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px;
    color: #333333;
    margin: 0 3%;
}

.index1_ti ul li a {
    display: block;
}

.index1_ti ul li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #52ab40;
    transition: transform .4s;
    transform: scale(0, 1);
    transform-origin: right;
}

.index1_ti ul li.curs {
    color: #52ab40;
}

.index1_ti ul li.curs:after {
    transform: scale(1);
    transform-origin: left;
}

.ind1_con {
    margin-top: 55px;
}

.ind1_con ul {
    display: none;
}

.ind1_con ul:first-child {
    display: block;
}

.ind1_con ul li {
    float: left;
    width: 33.3%;
    min-height: 205px;
    margin-bottom: 4%;
    padding: 20px 2.5%;
    /*min-height: 205px;*/
}

.ind1_con ul li h3 {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ind1_img {
    width: 40px;
}

.ind1_con ul li h3 img {
    max-width: 90%;
    max-height: 32px;
    /*    margin-right: 15px;*/
}

.ind1_con ul li h3 img.i2 {
    display: none;
}

.box1 {
    font-size: 0;
    min-height: 84px;
    margin-bottom: 10px;
}

.box1 a {
    display: inline-block;
    width: 50%;
    padding-right: 1%;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more {
    font-size: 12px;
    color: #ffffff;
    opacity: 0;
}

.ind1_con ul li:hover {
    background: #52ab40;
}

.ind1_con ul li:hover h3 {
    color: #ffffff;
}

.ind1_con ul li:hover .box1 a {
    color: #ffffff;
}

.ind1_con ul li:hover .more {
    opacity: 1;
}

.ind1_con ul li:hover h3 img.i2 {
    display: block;
}

.ind1_con ul li:hover h3 img.i1 {
    display: none;
}

.index2 {
    padding-top: 55px;
}

.index2 ul {
    font-size: 0;
}

.index2 ul li {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.index2 ul li img {
    width: 100%;
}

.hg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 70px 14%;
    opacity: 0;
    transform: scale(0.6);
    visibility: hidden;
    transition: all .5s ease;
    background: rgb(82, 171, 64, 0.89);
}

.hg h3 {
    font-size: 20px;
}

.hg h5 {
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0;
}

.index2 ul li:hover .hg {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.index3 {
    padding: 80px 0;
}

.index3 ul {
    font-size: 0;
}

.index3 ul li {
    display: inline-block;
    width: 23.75%;
    color: #fdfffc;
    padding: 40px 3.4%;
    margin-right: 1.66%;
    background: #333333;
    min-height: 415px;
    vertical-align: top;
}

.index3 ul li:nth-child(4) {
    margin-right: 0;
}

.index3 ul li:hover {
    background: #52ab40;
}

.index3 ul li img {
    height: 80px;
    margin-bottom: 25px;
}

.index3 ul li h3 {
    font-size: 20px;
    line-height: 30px;
}

.ind3_con {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    height: 233px;
    overflow: auto;
}
.ind3_con::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.index4 {
    padding-bottom: 70px;
}

.index4 ul {
    font-size: 0;
}

.index4 ul li {
    display: inline-block;
    width: 23.75%;
    margin-right: 1.66%;
    vertical-align: top;
}

.index4 ul li:nth-child(4) {
    margin-right: 0;
}

.ind4_ti {
    font-size: 28px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.ind4_ti a {
    float: right;
    display: block;
    font-size: 14px;
    color: #52ab40;
}

.ind4_one {
    margin-bottom: 15px;
}

.ind4_one img {
    float: left;
    width: 53%;
}

.ind4_ri {
    width: 42%;
    padding-top: 10px;
}

.ind4_ri h3 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind4_ri h5 {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ind4_two a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    padding-left: 10px;
    background: url(../images/fk.png)left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind4_two a span {
    float: right;
    color: #999999;
}