@charset "utf-8";
/* CSS Document */
BODY { font-family:Assistant;}

.con_02{background:url(../images/index_09.jpg) no-repeat top center;margin-top:0px;padding-top:100px;padding-bottom:80px;width:100%; overflow:hidden;}
.con_02 .about .about_l{width:45%;float:left;border:10px solid #fff;}
.con_02 .about .about_l img{width:100%;height:425px;}
.con_02 .about .about_r{width:50%;float:right;}
.con_02 .about .about_r h1{font-size:40px;font-weight:bold;color:#fff; font-family:Abel; text-transform:uppercase; margin-top:40px;}
.con_02 .about .about_r h2{font-size:34px;font-weight:bold;color:#75afc8;padding-top:5px; font-family:Abel;}
.con_02 .about .about_r i{width:64px;background:#75afc8;height:3px; display:block;margin-top:22px;}
.con_02 .about .about_r .txt{font-size:16px;line-height:28px;color:#ffffff;padding-top:35px;min-height:180px; font-family:Assistant;}
.con_02 .about .about_r .more{width:156px;height:38px;line-height:38px;text-align:center;border:1px solid #fff;color:#fff;font-size:16px; margin-top:20px;}
.con_02 .about .about_r a .more  { font-family:Assistant;}

.con_02 ul{margin-top:80px;}
.con_02 ul li{width:21.5%;margin:0 1%;border:1px solid #fff;text-align:center;height:120px;float:left;padding:0 0.5%;}
.con_02 ul li h1{font-size:50px;color:#75afc8; padding-top:13px; font-family:Assistant; font-weight:900;}
.con_02 ul li h1 span{font-size:16px;font-weight:normal;}
.con_02 ul li p{font-size:16px;color:#ffffff;line-height:22px;}
.cle{ clear:both;
	height:0px;}
	
	.wm {
    margin: 0 5%;
}

.moblierwm{ margin:30px 0px 0px 0px;}

.wma {
    margin: 7%;
}


.cplist{ margin:0px 3% 3%; display:flex;  justify-content: space-between; flex-wrap: wrap; margin-bottom:120px;}
.cplista{ width:23%; margin:10px;  
   
  
    position: relative;
    transition: all .7s ease-in-out;
    
    box-shadow: 0px 0px 10px rgb(102 102 102 / 20%);
	padding:15px; box-sizing:border-box;
	margin-bottom:30px;

} 

.indexA-ag {
    font-size:18px;
    color: #0093b4; font-weight:bold;
}

.indexA-ag a{color: #0093b4; }

.indexA-agbtable {
    margin: 20px 0px;
}
.indexA-agbtable {
    border: 1px solid;
    border-color: #e4e4e4;
    border-left: 0px;
    border-right: 0px;
}
.indexA-agbtable {
    border-collapse: collapse;
    width: 100%;
}
table {
    border-collapse: collapse;
    width: 100%;
}


.indexA-agbtable tr {
    height: 40px;
    line-height: 40px;
}
.indexA-agbtable td {
    border: 1px solid;
    border-color: #e4e4e4;
    border-left: 0px;
    border-right: 0px;
    text-align:left;
	padding:5px 20px;
}

.indexA-ag1a{ display:block; margin:5px 0px;}
.indexA-ag1a .indexA-ag1 {
    font-size: 14px;
    color: #999999;
    margin-top: 3px;
}

.indexA-ag1a  .indexA-ag1 span {
    display: inline-block;
    width: 15px;
    height: 12px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px;
    transition: all 1s;
    background: url(../images/xc.png) right center/cover;
}

.cplista:hover{ display:block; background:#0093b4; color:#fff;}
.cplista:hover .indexA-ag a{color: #fff; }
.cplista:hover .indexA-agbtable td a{ color:#FFF;}

.cplista:hover .indexA-ag1{
	color: #fff !important;
}
.cplista:hover .indexA-ag1 span{
	width: 25px;
	background: url(../images/xc1.png) right center/cover;
	transition: all 1s;
}
.cplista:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    background: #0d7651;
    height: 4px;
    opacity: 1;
}

.cplista:nth-child(2n):before {
    background: #37d0c3 !important;
}





.cplista:nth-child(3n):before {
    background: #91cd03 !important;
}
.cplista:nth-child(4n):before {
    background: #00a9e0 !important;
}


.con_02en{width:100%;min-width:;overflow:hidden; margin:auto;}
.con_02en .title{}
.con_02en .title span{ display:inline-block;background:#fff;height:35px;line-height:35px;padding:0 20px;font-size:30px;color:#03434e;} 
.con_02en ul{margin-top:30px;}
.con_02en ul li{float:left; width:18.5%; margin:10px; }
.con_02en ul li dl dt{width:244px;height:180px;overflow:hidden;border:1px solid #ddd;}
.con_02en ul li dl dt img{width:244px;height:180px; transition:all 1s;}
.con_02en ul li:hover dl dt img{ transform-origin:center center; transform:scale(1.1,1.1);}
.con_02en ul li dl dd{ padding:10px 0px; margin:0px; text-align:center; height:36px; line-height:36px;  width:244px;}
.con_02en ul li a{font-size:16px;}

.con_02en .more{background-color:#4e8ba4;
background-image:-webkit-gradient(linear, left top, left bottom, from(#4e8ba4), to(#226f8f));
background-image:-webkit-linear-gradient(90deg, #4e8ba4, #226f8f);
background-image:-moz-linear-gradient(90deg, #4e8ba4, #226f8f);
background-image:-ms-linear-gradient(90deg, #4e8ba4, #226f8f);
background-image:-o-linear-gradient(90deg, #4e8ba4, #226f8f);
background-image:linear-gradient(90deg, #4e8ba4, #226f8f);
border-top-left-radius: 0px; border-bottom-right-radius: 0px;width:152px;height:40px;line-height:40px;text-align:center;color:#fff;margin:40px auto 0;
margin-bottom:100px;
}

.con_02en .more a{ color:#fff;}

.con_02en .more:hover{color:#fff;background-color:#eab411;
background-image:-webkit-gradient(linear, left top, left bottom, from(#eab411), to(#d03601));
background-image:-webkit-linear-gradient(90deg, #eab411, #d03601);
background-image:-moz-linear-gradient(90deg, #eab411, #d03601);
background-image:-ms-linear-gradient(90deg, #eab411, #d03601);
background-image:-o-linear-gradient(90deg, #eab411, #d03601);
background-image:linear-gradient(90deg, #eab411, #d03601);}
.con_02en .more:hover a{color:#fff;}


.con_04{width:100%;overflow:hidden;background:#fff;padding:50px 0;}
.con_04 img{height:250px;margin:0 10px;}

.section-title strong {
    color: #2a5aa2;
}

.section-title p {
    margin: 0;
    font-size: 0;
    margin-top: 20px;
}

.section-title span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    padding: 0 20px;
}

.section-title span:before {
    right: 100%;
}
.section-title span:before, .section-title span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #2a5aa2;
    margin-top: -1px;
}

.section-title span:after {
    left: 100%;
}
.section-title span:before, .section-title span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #2a5aa2;
    margin-top: -1px;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
}



#bottom{background:#2c2c2c;width:100%;min-width:;overflow:hidden;color:#acacac;padding-top:68px;}
#bottom a:hover{color:#fff;}
#bottom .lm_t{font-size:24px;color:#fff;padding-bottom:24px;}
#bottom .box{line-height:32px;font-size:16px; color:#fff;}
.bot_contact{width:450px;}
.bot_contact .tel{background:url(../images/index_08.jpg) no-repeat top left;padding-left:52px;height:44px;line-height:44px;font-size:32px;font-weight:bold;}
.bot_contact .link{padding-top:15px;}
.bot_contact .link img{padding-right:10px;}
.bot01{width:275px;}
#bottom ul{line-height:28px;font-size:16px;}
.wmbot {
    margin: 0 auto;
    width: 1280px;
}
.bot {
    border-top: 1px solid #565656;
    margin-top: 36px;
    text-align: center;
    font-size: 14px;
    height: 62px;
    line-height: 62px;
}

















#c_product_list_142-16935456208930 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    padding-left: 0px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    margin-bottom: 20px;
    border-color: rgba(229,229,229,1);
    border-style: solid;
    border-width: 0px;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.42,0,1,1)
}

#c_product_list_142-16935456208930 {
    min-height: 300px;
    display-radio: 1;
    padding-top: 20px;
    padding-bottom: 50px
}

#c_product_list_142-16935456208930 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_142-16935456208930 .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    background-color: ;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%; color:#666; font-size:17px;
    padding-right:5%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.42,0,1,1)
}

#c_product_list_142-16935456208930 .e_container-10 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_142-16935456208930 .e_text-11 {
    display-radio: -webkit-box;
    font_radio: 2;
    text-align: center;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.42,0,1,1); font-weight:900; 
	
	
	
}
#c_product_list_142-16935456208930 .e_text-11 a {color:#009631;}
#c_product_list_142-16935456208930 .e_container-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_product_list_142-16935456208930 .e_container-12 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%; position:relative; overflow:hidden;
}

#c_product_list_142-16935456208930 .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 70%;
    display-radio: flex;
    background-color: rgba(54,116,142,0.8);
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1;
    right: auto;
    bottom: 0;
    height: auto; color:#fff;
}
#c_product_list_142-16935456208930 .e_container-13 a { color:#fff;}

#c_product_list_142-16935456208930 .e_container-13 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_142-16935456208930 .e_line-14 {
    display-radio: 1;
    border-top-color: rgba(255,255,255,1);
    border-top-style: solid;
    border-top-width: 2px;
    width: 40px;
    margin-left: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    display: none
}

#c_product_list_142-16935456208930 .e_text-15 {
    line-height: normal;
    display-radio: 1;
    font_radio: 2;
    color: rgba(255,255,255,1);
    font-size: 15px;
    display: none
}

#c_product_list_142-16935456208930 .e_container-2:hover .e_line-14 {
    display: block
}

#c_product_list_142-16935456208930 .e_container-2:hover .e_text-15 {
    display: block
}

#c_product_list_142-16935456208930 .e_container-13 .p_item {
    display-radio: 1
}

#c_product_list_142-16935456208930 .e_container-2:hover .e_container-13 {
    display-radio: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: auto;
    right: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    height: 70%
}

#c_product_list_142-16935456208930 .e_container-2:hover .e_container-10 {
    display-radio: 1;
    background-color:;
}

#c_product_list_142-16935456208930 .e_container-2:hover .e_text-11 {
    display-radio: 1;
    color: rgba(255,255,255,1)
}

#c_product_list_142-16935456208930 .e_image-9 {
    overflow: hidden
}

#c_product_list_142-16935456208930 .e_image-9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.5s
}

#c_product_list_142-16935456208930 .e_container-2:hover .e_image-9 img {
    transform: scale(1.1)
}

#c_product_list_142-16935456208930 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_product_list_142-16935456208930 .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_product_list_142-16935456208930 .e_loop-1 .p_page {
    text-align: center
}

#c_product_list_142-16935456208930 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_product_list_142-16935456208930 .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_product_list_142-16935456208930 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_product_list_142-16935456208930 .e_loop-1 .p_s_option {
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect ul,li {
    list-style: none
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_product_list_142-16935456208930 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_product_list_142-16935456208930 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_product_list_142-16935456208930 .e_loop-1 .input-check,#c_product_list_142-16935456208930 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_product_list_142-16935456208930 .e_loop-1 .position-left {
    display: flex
}

#c_product_list_142-16935456208930 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_product_list_142-16935456208930 .e_loop-1 .position-top {
}

#c_product_list_142-16935456208930 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_product_list_142-16935456208930 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_product_list_142-16935456208930 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_product_list_142-16935456208930 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_product_list_142-16935456208930 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_product_list_142-16935456208930 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_product_list_142-16935456208930 .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_filter_result {
    display: inline-block
}

#c_product_list_142-16935456208930 .e_loop-1 .p_contclear {
    cursor: pointer
}

#c_product_list_142-16935456208930 .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_product_list_142-16935456208930 .e_loop-1 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_product_list_142-16935456208930 .e_loop-1 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_product_list_142-16935456208930 .e_loop-1 .p_filter_result {
    display: none
}

#c_product_list_142-16935456208930 .e_loop-1 .p_contclear {
    display: none
}

#c_product_list_142-16935456208930 .e_loop-1 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_product_list_142-16935456208930 .e_loop-1 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_product_list_142-16935456208930 .e_loop-1 .p_categoryActive {
    color: #409EFF
}

#c_product_list_142-16935456208930 .e_loop-1 {
    display-radio: 1;
    max-width: 1600px;
    width: ;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 768px) {
    #c_product_list_142-16935456208930 .e_loop-1 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }
}

@media screen and (min-width: 769px) {
    #c_product_list_142-16935456208930 .e_loop-1 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4)
    }
}











/*hekh s*/


.con_06{padding-top:40px;padding-bottom:30px;}
/*åˆä½œå®¢æˆ·*/
.hzkh .wenzi h2{ text-transform:capitalize;font-size:40px;text-align:center;font-family: HelveticaLTStd-BoldCond;color:#000; font-family:Abel;

}
.hzkh .wenzi h2 span{ color:#009631; }
.hzkh ul li{ border-top-right-radius: 40px; border-bottom-left-radius: 40px;float:left; width:22%; background:#f7f7f7; padding-bottom:30px;margin-left:1.5%; margin-right:1.5%;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; margin-top:40px;}
.hzkh ul li:hover{transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-moz-transform: translate(0,-5px);
-o-transform: translate(0,-5px);
-ms-transform: translate(0,-5px);box-shadow: 0 1px 10px rgba(0,0,0,0.2);}
.hzkh_bj{ padding:30px;}
.hzkh_miao{ font-size:16px; line-height:25px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden; height:150px;}
.hzkh_miao2{ font-size:16px; line-height:25px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden; height:280px;}
.hzkh_gw{margin-top:20px;color:#4e8ba4;font-weight:bold;}
.hzkh_dz{ margin-top:15px;}
.hzkh_xm{ margin-left:10px; margin-top:5px;}
.hzkh_xm h3{ font-size:20px; color:#009631; font-weight:bold; margin-top:5px;}
.hzkh_xm h2{ font-size:15px; font-weight:normal}

.hzkh_pic{ width:60px; height:60px; border-radius:50px; overflow:hidden}
.hzkh_pic img{ width:60px; height:60px;}


/*hzkh e*/







#bottom{background: url(../images/footbg.jpg) no-repeat center top #009631;width:100%;overflow:hidden;padding-top:80px;color:#b9b9b9;margin-top:0px; font-family:Assistant;}
#bottom .lm_t{font-size:26px;color:#fff; margin-top:30px; font-weight:700;}
#bottom a{color:#fff}
#bottom a:hover{color:#fff;}
#bottom ul{margin-top:12px;}
#bottom ul li{line-height: 37px;}
#bottom ul li a {font-size:16px;
text-overflow: ellipsis;
display: /*-webkit-box*/;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 32px;
line-height: 32px;

}
.bot_01{width:25%;float:left;padding-right:2%;}
.bot_01 .box{margin-top:0px;line-height:30px;font-size:16px;}
.bot_nav{width:45%;float:left;margin-left:5%;border-right:1px solid #404041;}
.bot_02{width:20%;float:left;padding-left:3%;border-left:1px solid rgba(255,255,255,.3);}
.bot_03{width:20%;float:left;}
.bot_04{width:25%;float:right;}
.bot_04 .box{margin-top:22px;line-height:34px;}
.bot_04 .box img{ vertical-align:middle;}

.bot2{line-height:30px;width:100%;overflow:hidden;color:#fff;padding:20px 0;margin-top:40px;text-align:center;background-color:#009631;border-top:1px solid rgba(255,255,255,.3);}
.bot2 a{color:#fff !important;}
.bot2 a:hover{color:#fff !important;}
.seo_fromBtn { display:none !important;}
