@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;
}
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: 1200px;
    margin:0 auto;
    height: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    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%;
}

.navBox{
    float: right;
    position: relative;
}
.nav-ul>li{
    position: relative;
    float: left;
    width: 96px;
    line-height: 80px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.nav-ul>li+li {
    margin-left: 45px;
}
.nav-ul>li>a {
    display: block;
}
.nav-ul>li>a:hover,.nav-ul>li>a.active {
    color: #ffffff;
    background: #009f40;
}
.child {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 40px;
    padding-top: 2px;
    text-align: center;
    z-index: 9999;
    display: none;
    box-sizing: border-box;
}
.child ul{
    background-color: #009f40;
}
.child ul li {
    font-size: 14px;
    color: #ffffff;
}
.child ul li a{
    display: inline-block;
}
.child li:hover a{
    background: url(/images/x.png) bottom 8px center repeat-x;
}
.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%;
}
.banner_m{
    display: none;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    background: #000000;
    opacity: 1;
    border: none;
    border-radius: 0;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}
.banner .swiper-pagination-bullet-active {
    background: #009f40;
}
.banner  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.nav {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 99;
    color: #333333;
    text-align: center;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}
.ul{
    padding: 0 20px;
}
.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;
}
.footer {
    color: #ffffff;
    padding: 35px 0;
    background: #009f40;
}
.foot{
    display: flex;
}
.foot1{
    width: 300px;
    color: #ffffff;
}
.foot_tel{
    margin-bottom: 5px;
    padding-left: 50px;
    background: url(/images/tel.png) no-repeat left top 5px;
}
.foot_tel h2{
    font-size: 16px;
    line-height: 24px;

}
.foot_tel h3{
    font-size: 30px;
    font-weight: bold;
}
.foot1_con{
    font-size: 14px;
    line-height: 30px;
}
.foot2{
    width: 64%;
}
.foot2 ul{
    font-size: 0;
}
.foot2 ul li{
    display: inline-block;
    margin-left: 5%;
    vertical-align: top;
}
.foot2 ul li a{
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.foot3{
    max-width: 130px;
}
.foot3 img{
    width: 100%;
    margin-bottom: 10px;
}
.foot3 p{
    font-size: 14px;
    text-align: center;
}
.p50{
    padding: 50px 0;
}
.web{
    display: flex;
    align-items: flex-start;
}
.web_lf {
    width: 240px;
    margin-right: 70px;
    color: #ffffff;
}
.web_lf h3{
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    background: #009f40;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
}
.web_lf a{
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-top: 4px;
    background: #33b266;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;   
}
.web_lf a:hover,.web_lf a.cur{
    background: #009f40;
}
.web_ri{
    width: 74.2%;
}
.tit{
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}
.ab_ti{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.ab_con{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.ab_con img{
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
}
.xw ul li{
    line-height: 30px;
    padding: 10px;
    padding-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.22);
    box-sizing: border-box;
}
.xw ul li a{
    display: flex;
    align-items: center;
}
.xw ul li img{
    width: 380px;
    margin-right: 20px;
}
.xw_ri h3{
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xw_ri p{
    font-size: 14px;
    color: #666666;
}
.xw_ri h5{
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#pages { 
    padding:20px 0 0; 
    font-family:宋体 ;
    text-align: 
    -webkit-center; font-size:14px;
}
#pages a { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#fff; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#333; 
    padding:0 10px
}
#pages a.a1 { 
    width:56px; 
    padding:0 
}
#pages a:hover { 
    background:#f1f1f1; 
    color:#000; 
    text-decoration:none 
}
#pages span { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#009f40; 
    border:1px solid #009f40; 
    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_ti{
    text-align: center;
    margin-bottom: 20px;
}
.show_ti h3{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.show_ti p{
    font-size: 14px;
    color: #666666;
}
.page2{
    margin-top: 30px;
}
.page2 a{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.m30{
    margin-bottom: 30px;
}
.lx{
    margin-bottom: 40px;
}
.lx ul{
    font-size: 0;
}
.lx ul li{
    display: inline-block;
    width: 22.5%;
    text-align: center;
    margin-right: 3.3%;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-sizing: border-box;
    vertical-align: top;
}
.lx ul li:nth-child(4n){
    margin-right: 0;
}
.lx ul li h3{
    font-size: 18px;
    line-height: 49px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
}
.lx_con{
    min-height: 150px;
    padding-top: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.lx_con img{
    height: 48px;
    margin: 0 auto 20px;
}
.lx ul li h5{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    font-weight: bold;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break:break-all;
}
.lx_con strong{
    font-size: 18px;
}
.map{
    width: 100%;
    height: 370px;
}
.jr{
    padding: 46px 25px;
    margin-top: 20px;
}
.jr_z{
    width: 46.5%;
}
.inputGroup {
    display: flex;
    margin-bottom: 10px;
}
.inputGroup h3 {
    width: 105px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
}
.inputGroup input {
    display: block;
    width: 73%;
    line-height: 40px;
    padding-left: 10px;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    background: #e0e0e0;
}
.inputGroup textarea {
    display: block;
    width: 73%;
    min-height: 140px;
    line-height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    background: #e0e0e0;
}
.all-btn1 {
    display: block;
    width: 94px;
    margin-left: 105px;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    background: none;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border: 1px solid #ffffff;
}
.pro ul{
    font-size: 0;
}
.pro ul li{
    position: relative;
    display: inline-block;
    width: 31.8%;
    text-align: center;
    margin-right: 2.3%;
    margin-bottom: 40px;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    vertical-align: top;
}
.pro3 ul li:nth-child(3n){
    margin-right: 0;
}
.pro ul li:hover{
    border: 1px solid #009f40;
}
.pro ul li img{
    width: 100%;
}
.pro ul li h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    background: rgba(59,59,59,0.5);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pro ul li:hover h3{
    background: rgba(0,159,64,0.5);
}
.pro #pages { 
    padding: 0;
}
.kf{
    position: relative;
    margin: 50px 0;
/*    padding: 0 50px;
    background: #f6f6f6;
    border: 1px solid #cccccc;*/
}
.kf img{
    max-width: 100%;
}
.kf_con{
    position: absolute;
    left: 31.4%;
    bottom: 19%;
    display: flex;
    align-items: center;
}
.kf1 a{
    display: block;
    width: 160px;
    height: 40px;
    background: #009f40;
}
.kf1_lf{
    width: 40px;
    height: 100%;
    border-right: 1px solid #ffffff;
    background: url(/images/kf1.png)center center no-repeat;
}
.kf1 h3{
    float: right;
    width: 119px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}
.kf_tel{
    margin-left: 30px;
    padding-left: 50px;
    background: url(/images/kf2.png) no-repeat left center;
}
.kf_tel h2{
    font-size: 18px;
    color: #999999;

}
.kf_tel h3{
    font-size: 18px;
    color: #009f40;
}
.cp{
    margin-bottom: 40px;
}
.cp_left{
    width: 48%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.22);
}
.cp_left img{
    width: 100%;
}
.cp_left .aaz,.cp_left .aay{
    width: 16px;
    height: 32px;
    margin-top: -16px;
    outline: none;
}
.cp_left .aaz{
    background: url(/images/z.png) no-repeat;
    background-size: cover;
    left: 10px;
}

.cp_left .aay {
    background: url(/images/y.png) no-repeat;
    background-size: cover;
    right: 10px;
}
.cp_left .aaz:hover{
    background: url(/images/zz.png) no-repeat;
}
.cp_left .aay:hover{
    background: url(/images/yy.png) no-repeat;
}
.cp_ri{
    width: 47.5%;
}
.cp_ri h3{
    font-size: 24px;
    color: #666666;
    margin-bottom: 20px;
}
.cp_con{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}
.pro_ti{
    border-bottom: 2px solid #009f40;
    margin-bottom: 20px;
}
.pro_ti p{
    width:110px;
    font-size: 20px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    background: #009f40; 
}
.p80{
    padding: 80px 0;
}
.title {
    text-align: center;
    margin-bottom: 35px;
}
.title h3 {
    font-size: 30px;
    color: #333333;
/*    margin-bottom: 5px;*/
}
.title h5 {
    position: relative;
    font-size: 18px;
    color: #999999;
}
.title h5:before,.title h5:after{
    content: "";
    display: inline-block;
    width: 23%;
    height: 2px;
    vertical-align: middle;
    background: #d9dad9;
}
.title h5:before {
    margin-right: 2%;
}
.title h5:after {
    margin-left: 2%;
}
.ind1{
    display: flex;
    align-items: center;
}
.ind1_lf{
    width: 50%;
    margin-right: 3.5%;
}
.ind1_lf img{
    width: 100%;
}
.ind1_ri{
    width: 46.5%;
}
.ind1_con{
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    min-height: 252px;
    margin-bottom: 10px;
}
a.more{
    display: block;
    width: 140px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #009f40;
}
.index2{
    padding: 40px 0 50px;
    background: #f0f0f0;
}
.ind2_ti{
    font-size: 0;
    margin-bottom: 40px;
}
.ind2_ti a{
    display:inline-block;
    width: 18.75%;
    margin-right:1.5625%;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind2_ti a:last-child{
    margin-right: 0;
}
.ind2_ti a.curs{
    color: #ffffff;
    background: #009f40;
}
.ind2_con>ul:first-child {
    display: block;
}
.ind2_con>ul {
    display: none;
}
.ind2_con ul li{
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 20px;
}
.ind2_con ul li:nth-child(4n){
    margin-right: 0;
}
.ind2_con ul li h3 {
    font-size: 14px;
}
.m20{
    margin: 20px auto 0;
}
.index3 ul{
    font-size: 0;
    text-align: center;
}
.index3 ul li{
    position: relative;
    display: inline-block;
    width: 14.1%;
    margin-right: 7.375%;
    cursor: pointer;
}
.index3 ul li:last-child{
    margin-right: 0;
}
.index3 ul li:hover a{
    border: 20px solid rgba(0,159,64,1);
}
.index3 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 20px solid rgba(0,159,64,0.6);
    box-sizing: border-box;
    border-radius: 50%;
}
.index3 ul li h3{
    display: flex;
    align-items: center;
    font-size: 24px;
    width: 48px;
    color: #009f40;
}
.index3 ul li:after {
    position: absolute;
    content: " ";
    top: 50%;
    right: -36%;
    transform: translate(0%,-50%);
    width: 30px;
    height: 58px;
    background: url(/images/jt.png)no-repeat;
    background-size: cover;
}
.index3 ul li:last-child:after{
    display: none;
}
.index4{
    padding: 40px 0;
    background: #f0f0f0;
}
.index4 ul li{
    float: left;
    width: 49%;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.index4 ul li:nth-child(2n){
    float: right;
}
.index4 ul li img{
    width: 100%;
    margin-bottom: 10px;
}
.index4 ul li h3{
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index4 ul li h5{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind5_lf{
    float: left;
    width: 48.75%;
}
.ind5_lf:last-child{
    float: right;
}
.ind5_ti{
    position: relative;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}
.ind5_ti span{
    position: relative;
    background: #ffffff;
    z-index: 99;
    padding-right: 5px;
}
.ind5_ti:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    background: #d9dad9;
}
.ind5_con{
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 5px;
}
.ind5_con img{
    width: 220px;
    margin-right: 20px;
}
.ind5_ri h3{
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind5_ri p{
    font-size: 14px;
    color: #999999;
}
.ind5_ri h5{
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind5_lf ul li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ind5_lf ul li a:hover{
    color: #009f40;
}
.index6{
    padding: 40px 0 70px;
}
.m70{
    margin-bottom: 70px;
}
.lx_lf{
    width: 46%;
    padding-left: 5%;
    box-sizing: border-box;
}
.lx_lf ul li{
    color: #333333;
    padding-left: 90px;
}
.lx_lf ul li+li{
    margin-top: 100px;
}
.lx_lf ul li h3{
    font-size: 18px;
}
.lx_lf ul li h5{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.lx_ri{
    width: 50%;
}
.lx_ri .map{
    width: 100%;
    height: 400px;
}<!--0.00020003318786621-->