*{
    margin:0;
    padding: 0;
}
/*首页内容*/
.in_banner{
    position: relative;
}
.in_banner img{
    display: block;
    width: 100%;
}
.in_bannerimg{
    overflow: hidden;
}
.in_bannerimg a{
    float: left;
    width: 100%;
    display: none;
    position: relative;
}
.in_bannerimg a.on{
    display: block;
}
.in_banner img{
    width: 100%;
    display: block;
}

.in_bannerimg a img{
    width: 100%;
    display: block;
}
/*轮播资料跟随*/
.in_bannerimg a div{
    width: 1155px;
    height: 38px;
    padding: 26px 0;
    padding-left: 45px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    color: #FFFFFF;
    line-height: 1.4;
}
.in_bannerimg a:nth-child(1) div{
    background: rgba(156,190,54,0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #9CBE36;
}
.in_bannerimg a:nth-child(2) div{
    background: rgba(156,190,54,0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #9CBE36;
}
.in_bannerimg a:nth-child(3) div{
    background: rgba(214,127,24,0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #D67F18;
}
.in_bannerimg a:nth-child(4) div{
    background: rgba(214,127,24,0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #D67F18;
}
.in_bannerimg a:nth-child(5) div{
    background: rgba(47,150,202,0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=90);
    background: #2F96CA;
}
.in_bannerimg a div::before, .in_bannerimg a div::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.in_bannerimg a div>h2,
.in_bannerimg a div>span{
    display: block;
    float: left;
}
.in_bannerimg a div>h2{
    width: 160px;
    font-size: 39.21px;
    position: relative;
    line-height: 1;
    font-weight: 100;
}
.in_bannerimg a div>h2:before{
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 1px;
    height: 36px;
    background-color: #FFFFFF;
}
.in_bannerimg a div>span{
    margin-left: 20px;
    font-size: 13px;
    line-height: 22px;
}
.in_bannerbtn{
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35.5px;
    display: none;
}
.in_bannerbtn div{
    width: 71px;
    height: 71px;
    cursor: pointer;
    /*background:rgba(255,255,255,0.8) none repeat scroll 0 0 !important;/!*实现FF背景透明，文字不透明*!/*/
    /*filter:Alpha(opacity=80);*/
    /*background:#FFFFFF;/!*实现IE背景透明*!/*/
    margin-left: 10%;
    margin-top: -35.5px;
    position: relative;
    background: url("/statics/images/fuhua/ad_ctr.png")no-repeat top center;
    background-position:  0 0;
}
.in_bannerbtn div.fr{
    margin-right: 10%;
    background-position:  0 -71px;
}
#in_bannerlist {
    width: 1200px;
    overflow: hidden;
    position: absolute;
    bottom:108px;
    left:50%;
    margin-left: -600px;
    text-align: right;
}
#in_bannerlist li{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
    cursor:pointer;
    position: relative;
    background: rgba(0,0,0,0.35) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=35);
    background: #000000;
}
#in_bannerlist li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 28px;
    margin-top: -14px;
    margin-left: -15.5px;
    background: url("/statics/images/fuhua/ico.png")no-repeat top center;
    background-position: -92px -2px;
    background-size: 532px;

}
/*float: right;顺序倒着在*/
#in_bannerlist li:nth-child(1):before{
    background-position: -92px -2px;
}
#in_bannerlist li:nth-child(2):before{
    background-position: -150px 0;
}
#in_bannerlist li:nth-child(3):before{
    background-position: -205px 0;
}
#in_bannerlist li:nth-child(4):before{
    background-position: -265px 0;
}
#in_bannerlist li:nth-child(5):before{
    background-position: -322px 0;
}
#in_bannerlist li:nth-child(1).on{
    background: rgba(156,190,54,1) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #9CBE36;
}
#in_bannerlist li:nth-child(2).on{
    background: rgba(156,190,54,1) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #9CBE36;
}
#in_bannerlist li:nth-child(3).on{
    background: rgba(214,127,24,1) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #D67F18;
}
#in_bannerlist li:nth-child(4).on{
    background: rgba(214,127,24,1) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #D67F18;
}
#in_bannerlist li:nth-child(5).on{
    background: rgba(47,150,202,1) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #2F96CA;
}

/*内容部分*/
.fh_warp{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.fh_warp.fh_warpbom{
    margin-bottom: 0;
}
.in_fhwarpone{
    position: relative;
    margin-top: 27px;
}
.news_gd {
    width: 100%;
    height: 53px;
    line-height: 53px;
    background-color: #E7E7E7;
    position: relative;
}
.news_gd:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 28px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("/statics/images/fuhua/ico.png")no-repeat center top;
    background-position: 1px -43px;
    z-index: 2;
}
.news_gd:after{
    content: "最新公告";
    position: absolute;
    top: 0;
    left: 58px;
    width: 79px;
    height: 53px;
    line-height: 53px;
    color: #FFFFFF;
    font-size: 14px;
}
.news_gd li {
    color: #999;
    display: block;
    height: 53px;
    line-height: 53px;
}
.news_gd span {
    display: inline-block;
    width: 79px;
    padding-left: 58px;
    color: #029140;
    font-size: 14px;
    font-weight: bold;
    height: 53px;
    line-height: 53px;
    position: relative;
    background-color: #029140;
}
.news_gd li a {
    color: #666;
    font-size: 14px;
    height: 53px;
    line-height: 53px;
    margin-left: 20px;
}
.index_warpbuchongcenfr span{
    color: #df3434;
}
.news_gd_btn{
    width: 25px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 20px;
}
.news_gd_btn div{
    width: 25px;
    height: 15px;
    background: url("/statics/images/fuhua/ico.png") no-repeat top center;
    margin-top: 6px;
    cursor: pointer;
}
.news_gd_btn div:nth-child(1){
    background-position: 3px -71px;
    margin-top: 10px;
}
.news_gd_btn div:nth-child(2){
    background-position: 3px -92px;
}
.in_fhwarptwo{
    margin-top: 48px;
}
.in_fhwarptwo::before, .in_fhwarptwo::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.in_fhwarptwo li{
    width: 366px;
    float: left;
    line-height: 1.4;
    margin-right: 51px;
    overflow: hidden;
    position: relative;
}
.in_fhwarptwo li:nth-child(3n){
    margin-right: 0;
}
.in_fhwarptwo li a{
    display: block;
    width: 100%;
    color: #333333;
    font-size: 16px;
}
.in_fhwarptwo li h2{
    font-size: 20px;
    font-weight: 100;
    color: #339900;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_fhwarptwo li h2:hover{
    color: #029140;
    /*text-decoration: underline;*/
}
.in_fhwarptwo li img{
    display: block;
    width: 100%;
    height: 261px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_fhwarptwo li:hover img{
    position: relative;
    /*left: -10px;*/
    box-shadow: 19px 15px 30px rgba(216,216,216,0.1);
    transform:translate3d(0,-2px,0);
    -webkit-box-shadow: 19px 15px 30px rgba(216,216,216,0.1);
    -webkit-transform:translate3d(0,-2px,0);
    -moz-box-shadow: 19px 15px 30px rgba(216,216,216,0.1);
    -moz-transform:translate3d(0,-2px,0);
    -o-box-shadow: 19px 15px 30px rgba(216,216,216,0.1);
    -o-transform:translate3d(0,-2px,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_fhwarptwo li h3{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_fhwarptwo li h3:hover{
    color: #029140;
    text-decoration: underline;
}
.in_fhwarptwo li p{
    /*text-indent: 2em;*/
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    height: 62px;
    overflow: hidden;
}
/*轮播*/
.fh_warp_banner2{
    margin-top: 20px;
}
.in_banner2{
    width: 100%;
    position: relative;
}
.in_banner2 img{
    width: 100%;
}
.in_banner2img{
    overflow: hidden;
}
.in_banner2img a img{
    display: block;
    width: 100%;
}
.in_banner2img a{
    float: left;
    display: none;
    width: 100%;
}
.in_banner2img a.on{
    display: block;
}
.in_banner2btn {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 0;
    margin-left: 0 !important;
    background-color: #90b533;
    height: 45px;
    line-height: 45px;
}
.in_banner2btn li{
    width: 9px;
    height: 9px;
    border-radius:50%;
    background-color: #cfcfcf;
    display: inline-block;
    margin: 0 8px;
    cursor:pointer;
}
.in_banner2btn li.on{
    background-color: #029140;
}
/*选项卡新增样式*/
.fuhua_abtn{
    width: 100%;
    margin-top: -40px;
    margin-bottom: 40px;
}
.fuhua_abtn div{
    margin-bottom: 30px;
    width: 100%;
    padding: 2px;
    text-align: center;
    background-color: #308933;
}
.fuhua_abtn div::before, .fuhua_abtn div::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.fuhua_abtn a{
    display: block;
    color: #ffffff;
    float: left;
    position: relative;
    padding: 12px;
    font-size: 14px;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 14%;
}
.fuhua_abtn a.on{
    color: #308933;
    background-color: #ffffff;
}
.fuhua_abtn hr{
    border: none;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}
.fuhua_abtn a.on:before{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #308933;
}
/*关于福华*/
.Bread_crumbs{
    color: #767676;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 22px;
    margin-bottom: 40px;
}
.Bread_crumbs:before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 13px;
    background: url("/statics/images/fuhua/ico.png")no-repeat top center;
    background-position: -12px -153px;
}
.Bread_crumbs a{
    margin-left: 6px;
    margin-right: 6px;
    color: #767676;
    font-size: 14px;
}
.adout_onecen{
    width: 100%;
    margin: 0 auto;
	
}
.adout_cen{
    margin-bottom: 0;
}
.adout_cen h3{
    color: #333333;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-indent: 0;
}
.adout_onecen h3{
    text-align: center;
}
.adout_onecen ul{
    margin-bottom: 100px;
}
.adout_onecen ul::before, .adout_onecen ul::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.adout_onecen ul li:nth-child(1){
    width: 0;
    float: left;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
}
.adout_onecen ul li:nth-child(1) img{
    display: block;
    margin-bottom: 20px;
}
.adout_onecen ul li:nth-child(2){
    width: 843px;
    float: none;
    padding-left: 40px;
    /*border-left: 1px solid #e7e7e7;*/
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin: 0 auto;
}
.adout_onecen ul li:nth-child(2) strong{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 30px;
}
.adout_onecen ul li:nth-child(2) div{
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}
.adout_onecen ul li:nth-child(2) p{
    text-align: right;
}
.adout_onecen ul li:nth-child(2) p>img{
    display: inline-block;
    margin-left: 10px;
}
.adout_twocen{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.adout_twoleft{
    width: 280px;
    float: left;
}
.adout_twoleft img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.adout_tworightbox{
    width: 838px;
    float: right;
    height: 643px;
    position: relative;
}
/*滚动条*/
.scrollTopbox{
    width:20px;
    height:643px;
    background:#f7f7f7;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #e8e8e8;
    overflow: hidden;
}
.scrollTopcen{
    width:18px;
    height:20px;
    background:#e8e8e8;
    position:absolute;
    top:0;
    left:0;
}

/*滚动......end*/
.adout_tworightbox_cen{
    height: 643px;
    overflow:auto;
}
.adout_tworightbox_cen ul{
    width: 760px;
    /*border-left: 1px solid #e8e8e8;*/
    position: relative;
}
.adout_tworightbox_cen ul:before{
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
}
.adout_tworightbox_cen ul li{
    padding-left: 107px;
    position: relative;
    font-size: 16px;
    color: #303030;
    margin-bottom: 40px;
    line-height: 1.8;
}
.adout_tworightbox_cen ul li>span{
    display: block;
    font-size: 24.26px;
    color: #029140;
    position: absolute;
    left: 35px;
    top: -4px;
}
.adout_tworightbox_cen ul li:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #FFFFFF;
    border: 3px solid #029140;
    z-index: 2;
}
.adout_tworightbox_cen ul li:last-child{
    margin-bottom: 0;
}
.adout_cen_top{
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.adout_cen_top .left{
    width: 630px;
	float: left;
	font-size: 16px;
	line-height: 1.8;
}
.adout_cen_top .left>div{
	height: 340px;
	overflow: auto;
	text-align:left;
}
.adout_cen_top .left>a{
	display: none;
	color: #339900;
}
.adout_cen_top .left>div>a{
	 float: right;
	color: #339900;
	margin-right: 4%;
	font-size: 14px;
	margin-top: 1%;
}
.adout_cen_top .left>div h3 a{
	float: right;
	color: #339900;
	margin-right: 4%;
	margin-top: 1.5%;
	font-size: 14px;
}

.adout_cen_top .left div{
    font-size: 16px;
    text-indent: 2em;
}
.adout_cen_top .right{
    width: 530px;
    float: right;
}
.adout_threecen .in_fhwarptwo li:nth-child(2){
    width: 782px;
    margin-right: 0;
}
.adout_threecen .in_fhwarptwo li:nth-child(3){
    margin-right: 51px;
}
.adout_threecen .in_fhwarptwo li:nth-child(5){
    margin-right: 0;
}

.adout_threecen .in_fhwarptwo li{
    height: 366px;
}
.adout_cen .in_fhwarptwo li{
    margin-bottom: 20px;
    height: 390px;
}
.adout_cen .in_fhwarptwo.in_fhwarptwotop li{
    height: 432px;
}
.adout_cen .in_fhwarptwo.in_fhwarptwotop li span{
    display: block;
    text-align: right;
    color: #029140;
}
.adout_fourcen{
    margin-bottom: 100px;
}
.adout_certificate {

}
.adout_certificate li{
    width: 344px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 3;
    margin-right: 84px;
    margin-bottom: 40px;
}
.adout_certificate li div{
    width:344px;
    height: 235px;
    border: 2px solid #cfcfcf;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 100px;
}
.adout_certificate li img{
    display: block;
    margin: 0 auto;
}
.adout_certificate li:nth-child(3n){
    margin-right: 0;
}
/*fenye*/
.paging{
    text-align: right;
    clear: both;
    padding-top: 30px;
}
.paging a{
    background-color: #FFFFFF;
    color: #3f3f3f;
    border: 1px solid #bfbfbf;
    padding: 5px 15px;
    margin: 0 2px;
    font-size: 12.18px;

}
.paging a.on{
    color: #FFFFFF;
    background-color: #58b580;
    border: 1px solid #58b580;
}
.adout_fivcen img{
    display: block;
    margin: 0 auto;
}
.adout_fivcen ul{

}
.adout_fivcen ul li{
    width: 123px;
    padding: 15px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    float: left;
    margin-left: 35px;
}
.adout_fivcen ul li img{
    display: block;
    width: 123px;
    height: 87px;
    background-color: #a7a7a7;
    margin-top: 15px;
}
.adout_sexul{

}
.adout_sexul li{
    width: 100%;
    padding-bottom: 58px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 58px;
}
.adout_sexul li a{
    display: block;
    cursor: default;
}
.adout_sexul li::before, .adout_sexul li::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }

.adout_sexul li .left{
    width: 366px;
}
.adout_sexul li .left>img{
    display: block;
    width: 100%;
}
.adout_sexul li .right{
    width: 802px;
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: #333333;
}
.adout_sexul li .right div{
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
}
.adout_sexul li .right h3{
    color: #029140;
    line-height: 1;
    text-indent: 0;
}
.adout_sexul li .right div:last-child{
    margin-top:0;
}
.adout_sexul li:nth-child(odd) .left{
    float: left;
}
.adout_sexul li:nth-child(even) .left{
    float: right;
}
.adout_sexul li:nth-child(odd) .right{
    float: right;
}
.adout_sexul li:nth-child(even) .right{
    float: left;
    text-align: right;
}







/*商务服务*/
.service_cen{

}
.service_cen ul{

}
.service_cen ul li::before, .service_cen ul li::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.service_cen ul li{
    width: 100%;
    height: 235px;
    margin-bottom: 20px;
}
.service_cen ul li .left{
    width: 414px;
    height: 235px;
    background-color: #58b580;
    text-align: center;
}
.service_cen ul li .left h3{
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 58px;
}
.service_cen ul li .left h3>a{
    color: #FFFFFF;
    font-size: 24px;
}
.service_cen ul li .left span{
    display: block;
    margin: 0 auto;
    width: 149px;
    height: 42px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    line-height: 42px;
    font-size: 14px;
}
.service_cen ul li .right{
    width: 786px;
}
.service_cen ul li .right img{
    display: block;
    width: 100%;
    height: 100%;
}
.service_cen ul li:nth-child(odd) .left{
    float: left;
}
.service_cen ul li:nth-child(even) .left{
    float: right;
}
.service_cen ul li:nth-child(odd) .right{
    float: right;
}
.service_cen ul li:nth-child(even) .right{
    float: left;
}
/*企业文化*/
.qywh_cenone{

}
.qywh_cenone ul{

}
.qywh_cenone ul::before, .qywh_cenone ul::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.qywh_cenone ul li{
    width: 366px;
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-right: 51px;
    margin-bottom: 30px;
}
.qywh_cenone ul li img{
    display: block;
    width: 100%;
    height: 262px;
}
.qywh_cenone ul li:nth-child(3n){
    margin-right: 0;
}
.qywh_cenone ul li h2{
    font-weight: 100;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qywh_centhree_top{

}
.qywh_centhree_top h2{
    font-size: 22px;
    font-weight: 100;
    color: #333333;
}
.qywh_centhree_top h2:hover{
    color: #029140;
    text-decoration: underline;
}
.qywh_centhree_top img{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.qywh_centhree_cen{

}
.qywh_centhree_cen::before, .qywh_centhree_cen::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.qywh_centhree_cen div{
    width: 50%;
    height: 224px;
    float: left;
    position:relative;
}
.qywh_centhree_cen div:nth-child(1){
    background: url("/statics/images/fuhua/qywh_24bg.jpg")no-repeat top center;
    color: #FFFFFF;
}
.qywh_centhree_cen div:nth-child(1):before{
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #58b580;
    border-bottom: 8px solid transparent;
    z-index: 2;
}
.qywh_centhree_cen div:nth-child(2){
    background-color: #029140;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}
.qywh_centhree_cen div span{
    display: block;
    font-size: 20px;
    margin-top: 40px;
    margin-left: 50px;
}
.qywh_centhree_cen div h1{
    font-size: 33px;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 50px;
}
.qywh_centhree_cen div p{
    font-size: 16px;
}
.qywh_centhree_cen div p:first-child{
    margin-top: 40px;
}
.qywh_centhree_btm{
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 70px;
}
.qywh_centhree_btm::before, .qywh_centhree_btm::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.qywh_centhree_btm li{
    width: auto;
    max-width: 271px;
    min-height: 180px;
    font-size: 16px;
    float: left;
    padding-right: 48px;
    border-right: 1px solid #e7e7e7;
    margin-right: 48px;
    line-height: 1.8;
}
.qywh_centhree_btm li:nth-child(4n){
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    float: right;
}
.qywh_centhree_btm li h2{
    font-weight: 100;
    color: #333333;
    font-size: 20px;
    position: relative;
    line-height: 1;
    margin-bottom:45px;
}
.qywh_centhree_btm li h2:before{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 52px;
    height: 5px;
    background-color: #58b580;
}
.adout_cen_top.new_cen_top{
    padding-bottom: 50px;
}
.new_cen_top h6{
    font-size: 20px;
    font-weight: 100;
}
.new_cen_top span{
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
}
.new_ulone{
    margin-top: 60px;
}
.new_ulone li::before, .new_ulone li::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.new_ulone li{
    width: 100%;
    height: 222px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.new_ulone li div:nth-child(1){
    width: 310px;
    float: left;
}
.new_ulone li div:nth-child(1) img{
    display: block;
    width: 100%;
}
.new_ulone li div:nth-child(2){
    width: 834px;
    height: 100%;
    float: right;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
}
.new_ulone li div h2{
    font-size: 20px;
    text-indent: 0;
    /*margin-top: 20px;*/
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.new_ulone li div span{
    display: block;
    font-size: 16px;
    text-indent: 0;
    margin-bottom: 22px;
}
.new_ulone li div p{
    text-indent: 2em;
    font-size: 16px;
    color: #333333;
}
/*主营业务*/
.zyyw_cen .new_cen_top h6{
    color: #089444;
    margin-bottom: 15px;
    text-indent: 0;
}
.zyyw_cen .adout_cen_top .left div{
    /*margin-bottom: 20px;*/
}
.zyyw_cen .adout_cen_top .right{
    /*margin-top: 66px;*/
}
.zyyw_herf{
    margin-top: 30px;
}
.zyyw_herf li{
    margin-top: 10px;
}
.zyyw_herf li::before, .zyyw_herf li::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.zyyw_herf:nth-child(1){
    margin-top: 30px;
}
.zyyw_herf li a{
    display: block;
    float: left;
    width: 188px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #089444;
    color: #089444;
    font-size: 14px;
}
.zyyw_herf li div{
    width: 850px;
    height: 68px;
    float: left;
    line-height: 68px;
    padding-left: 45px;
    border: 1px solid #089444;
    color: #089444;
    font-size: 14px;
    margin-left: 20px;
}
.zyyw_herf li>span{
    display: block;
    width: 61px;
    height: 62px;
    float: right;
    background-color: #FFFFFF;
    border: 1px solid #089444;
    padding: 4px;
}
.zyyw_herf li div>span{
    display: inline-block;
    position: relative;
    padding-left: 45px;
}
.zyyw_herf li div>span:nth-child(2){
    margin-left: 100px;
}
.zyyw_herf li div>span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background: url("/statics/images/fuhua/ico.png")no-repeat top center;
}
.zyyw_herf li div>span:nth-child(1):before{
    background-position: -63px -140px;
}
.zyyw_herf li div>span:nth-child(2):before{
    background-position: -111px -140px;
}
.zyyw_btm{
    margin-top: 40px;
}
.zyyw_btm h3 a{
    font-size: 22px;
    color: #333333;
}
.zyyw_btm h3 a:hover{
    color: #089444;
    text-decoration: underline;
}
.zyyw_btm ul::before, .zyyw_btm ul::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.zyyw_btm ul li{
    width: 297px;
    float: left;
    position: relative;
    font-size: 16px;
    color: #333333;
    margin-right: 4px;
}
.zyyw_btm ul li:nth-child(4n){
    margin-right: 0;
}
.zyyw_btm ul li img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.zyyw_btm ul li a{
    font-size: 16px;
}
.zyyw_btm ul li a:hover{
    /*color: #089444;*/
    /*text-decoration: underline;*/
 }
.zyyw_btm ul li div{
    font-size: 16px;
    color: #333333;
}
.zyyw_btm ul li div:hover{
    color: #089444;
    text-decoration: underline;
}
.contact_cenone{
    margin: 0 auto;
}
.contact_cenone ul li{
    height: 130px;
    overflow: hidden;
    padding-left: 167px;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    transition: all 1s;
    -moz-transition: all 1s;  /* Firefox 4 */
    -webkit-transition: all 1s;   /* Safari 和 Chrome */
    -o-transition: all 1s;
    cursor: pointer;
}
.contact_cenone ul hr{
    border: none;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin-top: 48px;
    margin-bottom: 48px;
}
.contact_cenone ul li .time{
    width: 110px;
    height: 105px;
    background-color: #029140;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
}
.contact_cenone ul li .time span{
    display: block;
    font-size: 20px;
    margin-top: 25px;
}
.contact_cenone ul li .contact_btn{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: url("/statics/images/fuhua/z_jia.png")no-repeat top center;
}
.contact_cenone ul li h5{
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1;
}
.contact_cenone ul li h5 span{
    font-size: 18px;
    margin-left: 50px;
    margin-right: 50px;
}
.contact_cenone ul li div{
    font-size: 16px;
    margin-left: 20px;
}
.contact_cenone ul li.on .contact_btn{
   background: url("/statics/images/fuhua/z_j.png")no-repeat top center;
}
.contact_cenone ul li.on{
    height: auto;
}
.contact_centwo .right .in_banner2{
    /*margin-top: 70px;*/
}
.contact_centwo .adout_cen_top .left p{
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    color: #029140;
    margin-bottom: 10px;
    text-indent: 0;
}
.contact_centwo .adout_cen_top .left p:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #029140;
}
.contact_centwo .in_fhwarptwo{
    margin-bottom: 0;
}
.contact_centwo .in_fhwarptwo li{
    width: 573px;
    float: left;
    margin-right: 54px;
    margin-bottom: 0;
    height: auto;
}
.contact_centwo .in_fhwarptwo li:nth-child(2n){
    margin-right: 0;
}
.contact_form h3{
    text-align: center;
}
.contact_form form .text{
    width: 275px;
    height: 43px;
    line-height: 43px;
    padding-left: 18px;
    background-color: #eeeeee;
    font-size: 16px;
    margin-right: 5px;
}
.contact_form form .text:nth-child(4n){
    margin-right: 0;
}
.contact_form form .textarea{
    width: 1182px;
    padding-top: 18px;
    padding-left: 18px;
    background-color: #eeeeee;
    font-size: 16px;
    margin-top: 18px;
    min-height: 109px;
}
#submit{
    display: block;
    width: 160px;
    height: 43px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 43px;
    background-color: #029140;
    margin: 0 auto;
    margin-top: 18px;
    cursor: pointer;
}

.contact_call{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e7e7e7;
}
.contact_call li{
    float: left;
    padding-left: 81px;
    position: relative;
    font-size: 13px;
}
.contact_call li:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 64px;
    height: 64px;
    border-radius: 50px;
}
.contact_call li:nth-child(1):before{
    top: -3px;
    background: url("/statics/images/fuhua/contact_ico1.jpg")no-repeat top center;
}
.contact_call li:nth-child(2):before{
    background: url("/statics/images/fuhua/contact_ico2.jpg")no-repeat top center;
}
.contact_call li:nth-child(3):before{
    background: url("/statics/images/fuhua/contact_ico3.jpg")no-repeat top center;
}
.contact_call li:nth-child(4):before{
    background: url("/statics/images/fuhua/contact_ico4.jpg")no-repeat top center;
}
.contact_call li span{
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 5px;
}
.contact_call li:nth-child(1){
    width: 264px;
    margin-right: 50px;
}
.contact_call li:nth-child(3){
    margin-left: 120px;
}
.contact_call li:nth-child(4){
    float: right;
}
.contact_ip{
    margin-top: 80px;
}
.contact_ip li{
    width: 355px;
    height: 150px;
    float: left;
    border: 2px solid #029140;
    padding: 36px 0 36px 35px;
    margin-right: 9px;
    margin-bottom: 12px;
}
.contact_ip li:nth-child(3n){
    margin-right: 0;
}
.contact_ip li h5{
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 15px;
}
.contact_ip li span{
    display: block;
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.5;
}
.contact_ip li span:nth-child(2){
    height: 38px;
}

/*新闻三级*/
.article_new{
    line-height: 1.8;
    width: 900px;
    margin: 0 auto;
}
.article_new h2{
    font-size: 22.28px;
    text-align: center;
}
.article_new span{
    display: block;
    font-size: 16px;
    text-align: center;
}
.article_new .text{
    margin-top: 44px;
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: 3px solid #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
    margin-bottom: 40px;
    font-size: 16px;
    text-indent: 2em;
	text-align:left;
}
.article_new .text div{
    font-size: 16px;
    margin-bottom: 5px;
}
/*.article_new .text div:nth-child(2){
    text-align: center;
    margin: 60px auto;
}*/
.article_new .text>img{
    display: block;
	 width: 100%;
}
.article_new .text div img{
	 display: block;
	 width: auto;
	 margin:0 auto;
}
.article_new_paging span{
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333333;
}
.article_new_paging span a{
    font-size: 14px;
    color: #333333;
}
@media (max-width: 1920px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 2560px;
        margin-left: -326px;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        margin: 0 auto;
    }
}
@media (max-width: 1680px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 2560px;
        margin-left: -440px;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        left: -137px;
    }
}
@media (max-width: 1600px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 2560px;
        margin-left: -480px;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        left: -177px;
    }
}
@media (max-width: 1440px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 2560px;
        margin-left: -560px;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        left: -256px;
    }
}
@media (max-width: 1366px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 2560px;
        margin-left: -597px;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        left: -294px;
    }
}
@media (max-width: 1360px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 2560px;
        margin-left: -600px;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        left: -298px;
    }
}
@media (max-width: 1280px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 2560px;
        margin-left: -640px;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        left: -294px;
    }
}
@media (max-width: 1150px){
    .in_banner.in_bannerjtjj {
        position: relative;
        width: 100%;
    }
    .in_banner.in_bannerhome a img {
        position: relative;
        width: 1920px;
        left: -379px;
    }
}


.z_about{
    width: 843px;
    overflow: hidden;
    margin: 0 auto;
	font-size:16px
}
.z_about img{
     margin-bottom: 30px;
}
.z_about p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}
.z_ln  li{
    width: 570px !important;
    margin-right: 0px !important;
}
.z_ln  li:nth-child(2){
    float: right;
}

.z_hc,.z_hc ul{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}
.z_hc ul li{
    width: 575px;
    float: left;
    margin-bottom: 30px;
}
.z_hc ul li:nth-child(2n){
    float: right;
}

.z_hc ul li .one{
   width: 339px;
   height: 196px;
   float: left;
}
.z_hc ul li .one img{
    width: 339px;
    height: 196px;
}
.z_hc ul li .two{
   width: 200px;
   float: right;
}
.z_hc ul li .two h3{
    font-size: 16px;
    color: #606060;
    margin-bottom: 15px;
}
.z_hc ul li .two p{
    color: #606060;
    font-size: 12px;
    line-height: 24px;
}
.z_hc ul li .two .more{
    display: block;
    width: 82px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #308a33;
    color: #308a33;
    border-radius: 5px;
    margin-top: 15px;
}
.z_list_t p{
    width: 730px;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
}

.z_list{
    width: 975px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.details_produ_t{
    width: 850px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.details_produ_t ul img{
    width: 850px;
    height: 490px;
}
.details_produ_c {
    position: relative;
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 13;
  }
  .details_produ_c .details_produ_u {
    overflow: hidden;
    width: 10000px;
}
.details_produ_c .details_produ_u li {
    float: left;
    width: 206px;
    height: 119px;
    margin-right: 15px;
}
.details_produ_c .details_produ_u .on {
   border: 1px solid #308a33;
}
.details_produ_c .details_produ_u li img {
    width: 206px;
    height: 119px;
}
.details_bannerbtn{
     width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
} 
.details_bannerbtn div{
   width: 31px;
   height: 31px;
   border-radius: 50%;
   border: 1px solid #c2c2c2;
   color: #c2c2c2;
   cursor: pointer;
}
.details_bannerbtn div:nth-child(1) {
    float: left;
    margin-left: 0%;
    position: relative;
    top: 0px;
}
.details_bannerbtn div:nth-child(1):before{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #000;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}
.details_bannerbtn div:nth-child(1):hover:before{
    border-right: 10px solid #1b4b1d;
}
.details_bannerbtn div:nth-child(2):hover:before{
    border-left: 10px solid #1b4b1d;
}
.details_bannerbtn div:hover{
    border: 1px solid #308a33;
}


.details_bannerbtn div:nth-child(1):after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}
.details_bannerbtn div:nth-child(2):before{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}
.details_bannerbtn div:nth-child(2):after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}
.details_bannerbtn div img {
    width: 33px;
    height: 115px;
}
.details_bannerbtn div:nth-child(2) {
    float: right;
    margin-right: 0%;
    position: relative;
    top: 0px;
}
.z_xz{
    display: block;
    width: 345px;
    height: 45px;
    line-height: 45px;
    background-color: #308a33;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    background-image: url(/statics/images/fuhua/z_xz.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 140px;
    text-indent: 170px;
    margin-top: 55px;
    margin-bottom: 100px;
}
.z_list_u,.z_list_u ul{
    width: 100%;
    overflow: hidden;
}
.z_list_u ul li{
    float: left;
    margin-bottom: 50px;
	overflow:hidden;
}
.z_list_u ul li img{
	width: 376px;
    height: 521px;
    padding-top: 12px;
    padding-bottom: 24px;
    padding-left: 84px;
    padding-right: 84px;
    border: 1px solid #e5e5e5;
}
.z_list_u ul li h3{
    text-align: center;
    font-size: 14px;
    color: #200606;
    line-height: 86px;
}
.z_list_u ul li:nth-child(2n){
    float: right;
}
.z_list_u ul li a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #308a33;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    background-image: url(/statics/images/fuhua/z.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 240px;
    text-indent: 270px;
}

.z_dsz{
    width: 843px;
    margin: 0 auto;
    margin-bottom: 30px;
}
