@charset "UTF-8";
/*公用的*/
/* CSS Document */
/* CSS Document */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {  margin: 0;  padding: 0;  }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,
 menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;  padding: 0;  border: 0;
    /*font: 12px/1.5 "Microsoft Yahei","微软雅黑",Arial,"Hiragino Sans GB",verdana ,Mongolian Baiti,inherit;  vertical-align: baseline;*/
    font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
*{  font-size: 12px;  margin: 0;  padding: 0;
    /*font-family: "微软雅黑"*/
}
body {overflow-x: hidden;  background-color: #ffffff;  color: #333;}
img {  display: block;  border: none;  }
ol, ul {  list-style: none;  }
input, select, textarea {  outline: none;  border: none;  background: none; }
textarea {  resize: none; }
img, input, label {  vertical-align: middle;  }
a {  color: #a0a0a0;  text-decoration: none;  -webkit-transition: all 0.5s;  -moz-transition: all 0.5s;  -ms-transition: all 0.5s;  -o-transition: all 0.5s;  transition: all 0.5s;  }
.fl{  float:left;  }
.fr{  float:right;  }
.relative {  position: relative;  }
.absolute {  position: absolute;  }
.clearfix {  zoom: 1;  }
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.cleara::before, .cleara::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.ot {  -moz-transition: opacity 0.3s linear 0s;  -webkit-transition: opacity 0.3s linear 0s;  transition: opacity 0.3s linear 0s;  }
.clear {  display: block !important;  clear: both !important;  float: none !important;  margin: 0 !important;  padding: 0 !important;  height: 0;  line-height: 0;  font-size: 0;  overflow: hidden;  }
.comWith {  width: 1200px;  margin: 0 auto;  }
.comWith::before, .comWith::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.centum{width: 100%;background-color: #ffffff;position: relative}
.animate {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.animate2 {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
}
.animate2ms {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/*头部内容*/
#header_box{
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
#header_box.show{
    position: fixed;
}
.header{
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    top: 0;
    left: 0;
    z-index: 8;
    display: block;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
/*#header_box.show .header{*/
    /*display: none;*/
/*}*/
.headertop{
    background-color: #bebebc;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    padding: 7px 0;
    margin-top: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
#header_box.show .headertop {
    margin-top: -33px;
}
.headertop a{
    font-size: 12px;
    color: #FFFFFF;
}
.headercen{
    width: 100%;
    background-color: #FFFFFF;
}
.headercen .comWith{
    height: 93px;
    position: relative;
    z-index:11;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
#header_box.show .headercen{
    box-shadow: 0px 3px 19px rgba(0,0,0,0.5);
    transform: translate3d(0,0,0);
    -webkit-box-shadow: 0px 3px 19px rgba(0,0,0,0.5);
    -webkit-transform: translate3d(0,0,0);
    -moz-box-shadow: 0px 3px 19px rgba(0,0,0,0.5);
    -moz-transform: translate3d(0,-0,0);
    -o-box-shadow: 0px 3px 19px rgba(0,0,0,0.5);
    -o-transform: translate3d(0,0,0);
}
#header_box.show .headercen .comWith{
    height: 70px;
}

.logo {
    width: 143px;
    display: block;
    margin-top: 20px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.headercen .right{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -28px;
}
#header_box.show .headercen .comWith .logo{
    margin-top: 12px;
}
.headercen .right .language{
    display: inline-block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    position: relative;
    margin-right: 40px;
    top: -28px;

}
.headercen .right .language:after{
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #d4d4d4;
}

.headercen .right .language>a{
    display: block;
    width: 90px;
    margin-left: 0;
    height: 20px;
    position: relative;
    top: 0;
    float: right;
}
.headercen .right .language > a > img {
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
}
.headercen .right .language>p{
    visibility: hidden;
    width: 60%;
    position: absolute;
    top: 35px;
    right: 0;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    z-index: 10;
    background-color: #FFFFFF;
}
.headercen .right .language>p:before{
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #d4d4d4;
}
.headercen .right .language>p:after{
    content: "";
    position: absolute;
    top: -9px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.headercen .right .language>p>a{
    display: block;
    width: 100%;
    float: none;
    padding: 5px 0;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}
.headercen .right .language>p>a:last-child{
    border-bottom: none;
}
.headercen .right .language>p>a>img{
    display: inline-block;
    margin: 0 auto;
    margin-right: 6px;
}
.headercen .right>.call{
    display: inline-block;
    /*width: 21px;*/
    /*height: 20px;*/
    /*position: relative;*/
    /*background: url("/statics/images/fuhua/ico.png")no-repeat top center;*/
    border: 1px solid #cfcfcf;
    padding: 1px;
}
/*.headercen .right>.call.callone{*/
    /*background-position: -3px -3px;*/
/*}*/
.headercen .right>.call.calltwo{
    margin-left: 20px;
}
/*.headercen .right>.call>p{*/
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 0;*/
    /*width: 81px;*/
    /*height: 81px;*/
    /*z-index: 10;*/
    /*display: none;*/
/*}*/
/*.headercen .right>.callone>p{*/
    /*background: url("/statics/images/fuhua/in_weixin.jpg")no-repeat top center;*/
/*}*/
/*.headercen .right>.calltwo>p{*/
    /*background: url("/statics/images/fuhua/in_weiobo.jpg")no-repeat top center;*/
/*}*/
/*.headercen .right>.call:hover p{*/
    /*display: block;*/
/*}*/
/*导航栏nav*/
.header_btm{
    width: 100%;
    background-color: #308933;
    height: 35px;
}
.header_btm .comWith{
    position: relative;
}
.header_btm::before, .header_btm::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.header_btm ul{
    float: left;
    position: relative;
    top: 0;
    height: 100%;
}
.header_input{
    float: right;
    width: 195px;
    height: 24px;
    position: relative;
    opacity: 0;
}
.header_input input[type="text"]{
    width: 96%;
    padding-left: 4%;
    height: 100%;
    background-color: #FFFFFF;
}
.header_input:before{
    /*content: "";*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*right: 5px;*/
    /*width: 21px;*/
    /*height: 17px;*/
    /*background: url("/statics/images/fuhua/ico.png")no-repeat top center;*/
    /*background-position: -64px -6px;*/
}
.header_input input[type="submit"].button{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 21px;
    height: 17px;
    background: url("/statics/images/fuhua/ico.png")no-repeat top center;
    background-position: -64px -6px;
}
.header_btm ul::before, .header_btm ul::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.header_btm ul li{
    width: 143px;
    float: left;
    line-height: 1;
    height: 100%;
    background-color: #308933;
}
.header_btm ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}
.header_btm ul li:hover{
    /*background: rgba(255,255,255,0.8) none repeat scroll 0 0 !important;*/
    /*filter: Alpha(opacity=80);*/
    /*background: #FFFFFF;*/
}
.header_btm ul li:hover>a{
    /*color: #77b02a;*/
    color: #DBDBDB;
}
.header_btm ul li.on>a{
    color: #DBDBDB;
}
/*.header_btm ul li.on{*/
    /*background: rgba(255,255,255,0.8) none repeat scroll 0 0 !important;*/
    /*filter: Alpha(opacity=80);*/
    /*background: #FFFFFF;*/
/*}*/
/*悬浮导航栏*/
#header_fexd{
    width: 100%;
    height:auto;
    position: absolute;
    /*top: -400px;*/
    left: 0;
    bottom: 0;
    /*background-color: #58b580;*/
    /*background-color: #BEBEBC;*/
    /*background-color: #f1f1f1;*/
    z-index: -1;
    /*margin-top: 157px;*/
    display: none;
}

#header_box.show #header_fexd{
    /*display: none !important;*/
    margin-top: 103px;
}
.header_fexd .fh1_menu_section{
    display: none;
    margin-top:-335px;
    opacity: 0;
    background-color: #FFFFFF;
    border-bottom: 5px solid #77b02a;
    width: 605px;
}
.header_fexd .fh1_menu_section.open{
    display: block;
    opacity: 1;
}
.menu_left{
    width: 143px;
    height: 200px;
    float: left;
    padding-top: 10px;
    background-color: #f1f1f1;
}
.menu_left li{
    width: 100%;
    margin-bottom: 8px;
}
.menu_left li a{
    display: block;
    font-size: 14px;
    width: 100%;
    color: #333333;
    text-align: center;
}
.menu_left li:hover a{
    color: #58b580;
    /*border-bottom: 1px solid #333333;*/
}
/*新增样式*/
.menu_leftbgwitht .menu_left{
    width: 100%;
    float: none;
    margin-top: 2%;
}
.menu_leftbgwitht .menu_rihgt_div{
    display: none;
}
.menu_leftbgwitht .menu_left::before, .menu_leftbgwitht .menu_left::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.menu_leftbgwitht .menu_left li{
    width: 179px;
    float: left;
    background-color: #FFFFFF;
    padding: 15px 25px;
    margin-right: 13px;
    overflow: hidden;
}
.menu_leftbgwitht .menu_left li:nth-child(5n){
    margin-right: 0;
}
.menu_leftbgwitht .menu_left li>a{
    display: block;
    color: #5a5a5a;
}
.menu_leftbgwitht .menu_left li img{
    display: block;
    width: 100%;
    margin: 10px auto;
}
.menu_leftbgwitht .menu_left li h2{
    color: #333333;
    font-size: 14px;
}
.menu_leftbgwitht .menu_left li p{
    text-indent: 2em;
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    height: 64px;
    overflow: hidden;
}

.header_btm .con{
    position: absolute;
    top: -17px;
    right: 0;
    width: 0;
    height: 56px;
}
.menu_rihgt{
    float: right;
    margin-top: 15px;
    line-height: 1.3;
    display: none;
}
.menu_rihgt.on{
    display: block;
}
.menu_rihgt li{
    width: 200px;
    float: left;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 14px;
    height: 190px;
    overflow: hidden;
}
.menu_rihgt li a{
    display: block;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
}
.menu_rihgt li h6{
    font-weight: 100;
    font-size: 16px;
}
.menu_rihgt li img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
/*修改样式*/
.header_fexd .fh1_menu_section:nth-child(2){
    margin-left: 143px;
}
.header_fexd .fh1_menu_section:nth-child(3){
    margin-left: 286px;
    border-bottom: none;
    background: none;
}
.header_fexd .fh1_menu_section:nth-child(4){
    margin-left: 429px;
}
.header_fexd .fh1_menu_section:nth-child(5){
    margin-left: 572px;
}
.header_fexd .fh1_menu_section:nth-child(6){
    margin-left: 253px;
}
.header_fexd .fh1_menu_section:nth-child(7){
    margin-left: 395px;
}
.header_fexd .fh1_menu_section.open{
    display: block;
    opacity: 1;
}



.header_fexd .fh1_menu_section:nth-child(6) .menu_rihgt{
    float: left;
}
.header_fexd .fh1_menu_section:nth-child(6) .menu_left{
    float: right;
}
.header_fexd .fh1_menu_section:nth-child(6) .menu_rihgt li{
    margin-left: 20px;
    margin-right: 0;
}
.header_fexd .fh1_menu_section:nth-child(7) .menu_rihgt{
    float: left;
}
.header_fexd .fh1_menu_section:nth-child(7) .menu_left{
    float: right;
}
.header_fexd .fh1_menu_section:nth-child(7) .menu_rihgt li{
    margin-left: 10px;
    margin-right: 0;
}




/*底部内容*/
.footer{
    width: 100%;
    margin: 0 auto;
    height: 316px;
    background-color: #E7E7E7;
}
.footer ul{
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: center;
}
.footer ul::before, .footer ul::after {  content: '.';  display: block;  height: 0;  clear: both;  overflow: hidden;  }
.footer ul li{
    height: 57px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 40px;
}
.footer ul li:nth-child(7n){
    margin-right: 0;
    padding-right: 0;
}
.footer ul li a{
    display: block;
    color: #333333;
    font-size: 15px;
}
.footer ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 57px;
    background-color: #dcdcdc;
}
.footer ul li:nth-child(7n):before{
    display: none;
}
.footer ul li:hover a{
    color: #029140;
    text-decoration: underline;
}
.f_link{
	width:1090px;
    margin: 0 auto;
	overflow:hidden;
    margin-bottom: 60px;
	float:left;
}
.f_link_p {
	display:block;
	width:100px;
	float:left;
	font-size:15px;
	color:#333333;
	line-height:45px;
	
}
.f_link h3{
    font-size: 14px;
    color: red;
    float: left;
    width: 100px;
}
.f_link div{
    width: 100%;
    float: left;

}
.f_link div a{
   display: block;
   float: left;
   padding: 0 10px; 
}

/*图片位置*/
.footer ul li span{
    display: block;
    width: 50px;
    height: 40px;
    background: url("/statics/images/fuhua/ico.png")no-repeat top center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer ul li:nth-child(1) span{
    background-position: -39px -70px;
}
.footer ul li:nth-child(2) span{
    background-position: -100px -72px;
}
.footer ul li:nth-child(3) span{
    background-position: -163px -70px;
}
.footer ul li:nth-child(4) span{
    background-position: -242px -70px;
}
.footer ul li:nth-child(5) span{
    background-position: -310px -70px;
}
.footer ul li:nth-child(6) span{
    background-position: -383px -71px;
 }
.footer ul li:nth-child(7) span{
    background-position: -455px -69px;
  }
.copyright ,
.copyright2{
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.copyright2 a{
    font-size: 12px;
    color: #999999;
    margin-right: 30px;
}
/*右边悬浮栏*/
#right_iconbox {
    /*display: none;*/
    width: 48px;
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 999;
}
#right_iconbox a {
    display: inline-block;
}
#right_iconbox a > div {
    display: inline-block;
    margin: -5px 0 0 0 !important;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: relative;
}
.icon_top {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 0;
    background-color: #029140;
}
.icon_news {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 -48px;
    background-color: #029140;
}
.icon_emails {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 -96px;
    background-color: #029140;
}
.icon_tels {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 -144px;
    background-color: #029140;
}
.icon_top:hover {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 0;
    background-color: #029140;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.icon_news:hover {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 -240px;
    background-color: #029140;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.icon_emails:hover {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 -288px;
    background-color: #029140;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.icon_tels:hover {
    background: url(/statics/images/fuhua/icon_all.png) no-repeat 0 -336px;
    background-color: #029140;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.js-feedbackk,.js-feedbackk1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=7);
    background: #000000;
    z-index: 1000;
    display: none;
}
.tel_tanchu {
    padding: 15px 80px 15px 40px;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -61px;
    display: block;
    z-index: 1000;
    border-radius: 8px;
    background-color: #edebeb;
    border: #ccc 1px solid;
    color: #333;
    font-size: 16px;
}
.fancybox-close{
    display: inline;
    position: absolute;
    right: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1003;
    background: url("/statics/images/fuhua/icon_pupup_close.png") no-repeat center center !important;
    top: 4px;
}
.tel_line {
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.tel_texindet {
    float: none;
    width: 120px;
}
.tel_texindet a{
    color: #333;
    font-size: 16px;
    margin-left: 10px;
}
.tel_texindet a:hover{
    color: #029140;
}
.js-feedback {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=7);
    background: #000000;
    z-index: 1000;
    display: none;
}
.js-feedback-form{
    position: absolute;
    width: 541px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -285.5px;
    margin-top: -200px;
    display: block;
    z-index: 1000;
    background-color: #edebeb;
    border-radius: 8px;
    max-width: 768px;
    padding: 10px 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
}
.one_line2, .one_line {
    padding: 5px 0 !important;
}
.one_line2 h2 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333;
}
.one_line {
    font-size: 16px;
}
.one_line .radio:first-child {
    margin-left: 0 !important;
}
.one_line .radio {
    margin: 0 0 0 15px !important;
}
.one_line label {
    font-weight: normal;
}
.f00 {
    color: #F00;
}
.one_line .userid {
    width: 500px;
    height: 36px;
    line-height: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding-left: 10px;
    background-color: #FFFFFF;
}
.placeholder {
    font-weight: normal !important;
    color: #aaa !important;
}
.one_line ul{
    margin-bottom: 50px;
}
.one_line ul li {
    display: block;
    float: left;
    line-height: 100%;
    height: 38px;
    overflow: hidden;
    margin: 5px 0;
    list-style: none !important;
}
.one_line ul li:nth-child(1){
    width: 58.33333333%;
}
.one_line ul li:nth-child(2){
    width: 41.66666667%;
}
.one_line ul li .gongsi {
    margin-left: 10px;
    width: 292px;
    height: 36px;
    line-height: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding-left: 10px;
    background-color: #FFFFFF;
}
.one_line ul li .tel {
    margin-left: 10px;
    width:185px;
    height: 36px;
    line-height: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding-left: 10px;
    background-color: #FFFFFF;
}
.one_line .liuyanbox {
    float: none !important;
}
.one_line .liuyanbox .liuyan {
    margin-left: 6px;
    width: 500px;
    height: 60px;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding-left: 10px;
    background-color: #FFFFFF;
}
.fk_tj {
    height: 44px;
    padding-left: 10px;
    margin-top: 10px;
}
.fk_tj a {
    color: #fff;
    text-decoration: none;
}
.reg_tj {
    background-color: #C30;
    border: none;
    border-radius: 4px;
    width: 120px;
    padding: 8px 30px;
    cursor: pointer;
    color: #fff;
}
#fancybox-close{
    display: inline;
    position: absolute;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1003;
    background: url("/statics/images/fuhua/icon_pupup_close.png") no-repeat center center !important;
}