/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
/* header S */

#header {}

.header {
    width: 1200px;
    height: 100px;
    margin: 0 auto; background: url(../images/headertop.jpg) no-repeat;
}

.header_log {}

.header_log img {
   
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}


/* header E */

/*top*/
#top {
    height: 30px;
  
    line-height: 30px;background-color: #ececec;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}
/*toproll*/
#toproll {    background: #f5f1f0;
}

.toproll {
    width: 1200px;
    height: 51px;    
    margin: 0 auto;
}
.toproll span{
    float: left;
    line-height: 51px;
    font-weight: bold;
}
.toproll h1 {
    float: left;
    width: 850px;
    line-height: 51px;
}

/* nav S */
.fixed {

          position: fixed;
           top: 0;

           z-index: 1000;
           position: fixed;  
  
    left: 0px;  
    width: 100%;  


}
#nav{ 
}
.nav-search {
    border: 1px solid #efefef;
    width: 275px;
    height: 30px;
    margin: 8px 0 0 0;
}

.nav-search form {
    height: 30px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #04c49f;
    width: 40px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}

#nav {
    background: #009c78;
    height: 46px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 165px;
    line-height: 46px;
    text-align: center;
    position: relative;
}
.nav>li:first-child{background: #04c49f;}
.nav>li:hover{background: #04c49f;}
.nav>li:after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0px;  
}

.nav>li:last-child:after {
    display: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 165px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: rgba(0,0,0,0.6);
}
.nav>li.list .list_ul>li:hover{background: #04c49f;}
.nav>li.list .list_ul>li a {
    color: #fff;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 132px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
   background: rgba(0,0,0,0.6);

    position: relative;
}
.nav>li.list .list_ul>li ul.list_children li:hover{background: #04c49f;}
.nav>li.list .list_ul>li ul.list_children li a {
    color: #fff;
}



.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}

.fullscreen_list_div .fullscreen_list_ul {
    width: 1200px;
    margin: 0 auto;
}

.fullscreen_list_div .fullscreen_list_ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 5px 8px;
    background: #fb503c;
}

.fullscreen_list_div .fullscreen_list_ul li:hover,
.fullscreen_list_div .fullscreen_list_ul li.close {
    background: #fb160e;
    cursor: pointer;
}

.fullscreen_list_div .fullscreen_list_ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
}


/* nav E */


/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    background: #ddd;
    min-width: 1200px;
    position: relative;
    
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}
.index_about_index{ width: 1200px; margin: 0 auto;  padding: 15px; height: 300px;}
.index_about_index_left{width: 453px; height: 312px; float: left;}
.index_about_index_left img{width: 453px; height: 312px; float: left;}
.index_about_index_right{width: 710px; height: 312px;  float: right;}
.index_about_index_right h2{    color: #fb4848;
    font-size: 26px;
    font-family: '微软雅黑'; margin-top: 30px; margin-bottom: 30px;}
   
.index_about_index_right h4{background:#009c78;
  color: #ffffff;
    font-size: 18px;width: 125px; border-radius: 10px;
    font-family: '微软雅黑'; height: 38px; line-height: 38px;  padding-left: 20px;}
.index_title {
   width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}
.index_about_content p{font:400 14px/36px "微软雅黑" !important;}
.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}



/* index about E */
/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #009c78;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*news*/
#newsf{ width: 1180px;  margin: 30px auto 0;}
.news_left{ width: 388px;  float: left;}
.news_center{margin-left:30px;}
.fqw_right{ width: 344px;  float: right;}
.fqw_title{ width: 100%; height: 40px; border-bottom:1px solid #cdcdcd;}
.fqw_title h3{ width: 100px; height: 40px; float: left;  font-size: 18px;  line-height: 40px; font-weight:normal;}
.fqw_title h3 img{ vertical-align:middle;}
.fqw_title span{ display: block; width: 45px; height: 41px; line-height: 40px; text-align: center; float: right;}
.pic_textone{width: 388px; height: 132px; overflow: inherit; margin-top: 20px ;}
.pic_textone img{ width:154px; height:104px;}
.pic_textone dl dd{width: 177px; height: 107px; float: left; margin-left:30px;}
.pic_textone dl dd p{margin-top:5px; width: 177px;}
.pic_textone dl dd span a{color:#F00;}
.pic_textone dl dt{width: 160px; height: 107px; float: left;}
.pic_textone dl dt h3{font-size: 14px; color: #333; font-weight: bold; width: 230px; float: left; line-height: 28px; }
.pic_textone dl dt h3 a{ color: #1d64bc;}
.pic_textone dl dt p{ width: 230px; height: 72px; overflow: hidden; line-height: 24px; float: left; margin: 4px 0px 10px 0px; display: inline;}
.w77{width: 64px; height: 21px; text-align: center;}
.w77 a{color: #1d64bc;}
.news_list{width: 823px; clear: both; margin: 0 auto;}
.news_list ul{ width: 388px;  overflow: hidden; float: left;}
.news_list ul li{width: 388px; height: 35px; line-height: 35px; border-bottom: 1px dashed #dedede; white-space: nowrap;
text-overflow: ellipsis; overflow:hidden;}
.news_list ul li img{ margin-right:5px;}
.news_list ul li span{float: right;}
.news_list ul li a:hover{color: #ff6600;}
.box_hd{
	width:388px;
	
	position:relative;
}
.box_hd_title{
	width:388px;
	height:40px;
	
	font-size: 14px;
	line-height: 40px;
	border-bottom:1px solid #cdcdcd;
	}
#gd_cp{
	width: 40px;
	height: 30px;
	line-height: 30px;
	position:absolute;
	right:9px;
	top:6px;
	font-size: 12px;
	font-weight: normal;
}
#gd_cp a{color:#ff9500;}
#gd_cp_m{
	width: 40px;
	height: 30px;
	line-height: 30px;
	position:absolute;
	right:9px;
	top:6px;
	font-size: 12px;
	font-weight: normal;
}

.fqw_main{ width: 344px;overflow: hidden;}
.qa_M{ width: 344px; float: left;  display: inline;}
.wt_con
{
	width: 344px;
	height: auto;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
.went
{
	width: 312px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.went ul li
{
	width: 312px;
	overflow: hidden;
	margin-top: 15px;
}
.went .wen
{
	width: 312px;
	height: 30px;
	line-height: 30px;
}
.went .da
{
	width: 312px;
	height: auto;
	line-height: 25px;
	margin-top: 5px;
}
.w20{width: 20px; height: 21px; float: left; background: #009c78; margin-top: 5px; color: #fff; text-align: center; line-height: 21px;}
.da20{width: 20px; height: 21px; float: left; background: #49adf4; margin-top: 5px; color: #fff; text-align: center; line-height: 21px;}

.w_title
{
	width: 280px;
	height: 30px;
	float: left;
	color: #333;
	overflow: hidden;
	margin-left: 10px;
}
.da_titile
{
	width: 280px;
	height: auto;
	float: left;
	margin-left: 10px;
}
/*news*/

/*首页展品展示*/
#index-product {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #009c78;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #009c78;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/* index product S */
#demo{overflow:hidden; width:276px; height:620px; margin: 0 auto;}
.main{ }
.left_ser{ 
	
}
.left_ser ul{ 
margin-top: 10px;

  
   }
.left_ser li{background: #009c78;
  
    
      height: 42px;
      border: 1PX solid #ededed;
      margin-bottom: 5PX;
      }
.left_ser li a{ 

         padding-left:15px;
         font: 400 14px/42px "微软雅黑"; color: #ffffff;
   
}
.left_ser li a:hover{
	    background: #009c78;
	    display: block;
	    color: #fff;
}
.main_left {
    width: 260px;
    margin-bottom: 10px;
    padding: 10px;
}
.ser_title{
     color: #fff;
	background-color: #009c78;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 20PX;
	
	
}

.fl {
    float: left;
}
.product_right_title2{ height: 20px;}
.product_right_title{ height:48px; border-bottom:1px dashed #cdcdcd; line-height:48px;width: 905px;
    float: right; margin-top: 10px;}
.product_right_title h3{width:190px; height:48px; background:#009c78; text-align:center; float:left; color:#FFF; font-size:18px;}
.product_right_title span{display:block; float:right; margin-right:10px;}
.product_right_title span a{color:#cdcdcd;}

.index_product ul{  margin: 0; border: 0; padding: 0; }
.index_product li {
    float: left;
    width: 202px;
    margin: 6px;
    text-align: center;
    height: 210px;
    border: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc; padding: 3px;
    }
.index_product li img{ width: 202px !important; height: 180px !important; padding: 2px; }
.index_product li h4{
     font: 400 14px/35px “微软雅黑” ;
   }
.index_product li h4 a{
    
}

/* index product E */

/*case*/
.index_title {
   width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}
.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}

/*case*/
/*index case model S*/
.container {
    width: 1200px;
    margin: 0 auto;
}
.miya_index_case {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
    margin-top: 40px;
}

.miya_index_case_box {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    position: relative;
}

.miya_index_case_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.miya_index_case_info_box {
}

.miya_index_case_sort {
    position: absolute;
    right: 0px;
    top: 10px;
}

.miya_index_case_sort li {
    float: left;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;;
}

.miya_index_case_sort li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #ccc;
}

.miya_index_case_sort li:last-child:after {
    display: none;
}

.miya_index_case_sort li a {
    font-size: 14px;
    color: #666;
    
}

.miya_index_case_info_box img {
   width: 220px !important; height: 180px;
}

.miya_index_case_info_box h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    width: 220px;background: #f7f7f7;
    height: 35px;
    line-height: 35px;
}

.miya_index_case_info_box h4:hover{background: #009c78; color:#fff}

/*index case model E*/
/*link*/
.f_link{width:1200px;margin:0 auto;overflow: hidden;    font-size: 14px;}
.f_link h2{    font-size: 24px; border-bottom: 1px solid #efedff;}
.f_link a{display: inline-block;font-size: 14px;margin:0 10px;line-height: 30px;}
.footer_keywords{width: 1200px; margin: 0 auto; margin-top: 15px; padding-left: 30px;}
.footer_keywords h1{  float: left; font-weight: bold;}
/*link*/
/*首页友情链接*/
.foot_fen{padding: 0px 0px 10px 0px;color: #fff;}
/*footer S*/

#footer {
       background-color: rgb(5, 131, 62);
}

.footer h2{ text-align: center; color: #fff;letter-spacing:2px;font-size: 14px; margin-top: 20px; margin-bottom:10px;}

.footer {
    width: 1200px;
    margin: 0 auto; overflow: hidden;
}

.footer_ul {}

.footer_ul_li {
    float: left;
    color: #fff;
    width: 216px;
    padding-right: 15px;
}
.footer_ul_li:last-child{width: 248px;}
.footer_ul_li_ul p {color: #aaa; font-size: 14px; line-height: 30px;}

.footer_ul_li_ul li:first-child {
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_ul_li_ul li {
    margin-bottom: 5px;
}

.footer_ul_li_ul li a {
    display: block;
    border-bottom: 1px dashed #888;
    line-height: 30px;
    font-size: 12px;
    color: #aaa;
}

.footer_qrcode {
  
    float: right;
}
.footer_qrcode1 {
  
    float: left;
}
.footer_bottom {
    background-color: rgb(8, 96, 48);
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
   
}
.foot_connect{ width: 150px; float: left;}
.footer_bottom a{ color: #ffffff; margin-left: 5px;}
.footer_keywords{width: 1200px; margin: 0 auto; margin-top: 15px; padding-left: 30px;}
.footer_keywords h1{  float: left; font-weight: bold;}
.foot_l{ width: 200px; float: left;}
.foot_c{ width: 300px; float: left; margin-left: 140px; font:400 14px/32px "微软雅黑"; margin-top: 15px;}
.foot_r{ width: 424px; float: right;}
/*footer E*/

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 0 auto 20px;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 10px;
}
.left-box.taocan{text-align: center;}
.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
   font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    text-indent: 10px;
   font-size: 18px;
    background: #009c78;
    height: 36px;
    padding-top: 8px;
    text-align: center;
    overflow: hidden; color: #fff;
}
.anligun h2 {
   font-weight: 400;
    margin-bottom: 8px;
    position: relative;
    text-indent: 10px;
   font-size: 14px;
   
    height: 36px;
    padding-top: 8px;
    text-align: center;
    overflow: hidden;border:1px solid #ecebeb; border-top:0; background: #f7f7f7; width: 276px; color: #000;
}
.anligun h2:hover{background: #009c78; color: #fff;}

.anligun img{}

.left-box h2:before {
   position: absolute;
    content: '';
    width: 3px;
    height: 22px;
   
    top: 10px;
    left: 0px;
}

.left-box ul {

}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 45px;

  border-bottom: 1px solid #e2e2e2;text-align: center;
    background: #f0f0f0;
    background: linear-gradient(to bottom,#f0f0f0,#f0f0f0);
    font-size: 14px;
  
}
.list_children li.propro{background: #f9f9f9 !important;}
.list_children li.propro:hover{background: #f0f0f0; border-bottom: 1px solid #009c78;}
.left-box ul > li:first-child{background: #f0f0f0;}

.left-box ul > li:hover{ background: #e2e2e2;}
.left-box ul > li a {
    text-decoration: none;
    font-size: 14px;
    color: #494949;
    background: url(../images/left_li.gif) left center no-repeat;
    display: inline-block;
    padding-left: 12px;
} 
.page-about-right {
    width: 880px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}
.page-content p{line-height: 35px;}
.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #009c78;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}

/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #009c78;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.message-form button {
    width: 100px;
    height: 30px;
}
.form-group input.form-group_01{padding: 10px; width: 750px; margin-bottom: 10px;}
.form-group input.form-group_02{padding: 10px; width: 750px; margin-bottom: 10px;}

.form-group textarea.form-group_03{padding: 15px; width: 750px; margin-bottom: 10px;float: right;}
.form-group label.form-group_03{ position: absolute; left: 0px; top: 15px;}
#form-group{ position: relative;}

.message-form button {
    width: 300px; text-align: center;
    height: 40px;background: #3a92d9 !important;border-radius:20px ;color: #fff;
}
.button_info{ width: 300px; height: 40px; line-height: 40px; 
color: #fff; margin: 0 auto; margin-top: 15px;  background: #0567c0 !important;border-radius:20px ;}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 300px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list {
}

.sort-product-list li {
    display: inline-block;
    margin: 3px;margin-bottom: 15px;
}
.pro_imginfo{overflow: hidden;}
.sort-product-list li img{ width: 283px;
    height: 228px;transition: all 0.6s;}
.sort-product-list li img:hover{transform: scale(1.4); }
.sort-product-list li a {
    display: block;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 50px;background: #f7f7f7; font-size: 14px;
}
.sort-product-list li a h3:hover{background: #009c78; color: #fff;}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 140px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 150px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px; line-height: 28px;
    left: 150px;
}

/*分页*/

.pagination {
  
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pagination li {
        display: inline-block;
    font-size: 16px;
    border: 1px solid #bdbdbd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.pagination li.active {
    background-color: #018b4f;
    color: #fff;
}
.pagination li a {
    display: block;
    color: #00a0e9;
}

/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #009c78;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;width: 48%;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 300px;
}

.info-product-right {
    width: 880px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}
.info-product-image img {
    height: 350px;
}
.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #009c78;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
.info-content p{ font:400 14px/28px "微软雅黑";}
.left-box-content p{font:400 14px/30px "微软雅黑";}
/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}



/*kf S*/
.kf {
    position: fixed;
    right: -230px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: #009c78;
    z-index: 99999999999;
    _margin-bottom: 0px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;right:-230px;
}

.kf .hoverbtn {
    width: 30px;
    height: 100px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 60%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #009c78;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}

.kf .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.kf .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}

.hoverimg2 {
    background: url(../images/hoverbtnbg1.png) no-repeat;
}

.kf .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 55%;
    *margin-top: -140px;
    margin-top: -280px;
}

.kf .conter .con1 {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 22px;
}

.kf .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 16px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
}

.kf dl .f2 {
    width: 142px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(/image/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(/image/button-custom-qq-h.gif) no-repeat;
}
.kefuQQ span{color: #ffffff;}

.kf .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.kf .qqcall {
    padding: 22px 0px;
    border-bottom: 1px solid #6a6a6a;
}

.kf .qqcall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall {
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #6a6a6a;
}

.kf .weixincall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall .f3 {
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
}

.kf .weixincall .f3 img {
    width: 80px;
    height: auto;
}

.kf .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

.kf .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.kf .dytimer span a {
    color: #fff;
}

.diyou {
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0px;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 2000px;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fn_cle img{height:31px; width:31px;}

/*kf E*/
#footertop{ background: url(/images/footertop.jpg) repeat-x; width: 100%;}
.footertopimg{width: 1200px; margin: 0 auto;}



/*优势 */
.home_rental {
  padding: 80px 0;
}
.home_rental ol {
  margin-top: 15px;
  margin-left: -30px;
}
.home_rental ol li {
  float: left;
  width: 400px;
  height: 255px;
  margin-top: 30px;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
}
.home_rental ol li .img {
  line-height: 0;
}
.home_rental ol li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 25px 0;
}
.home_rental ol li .text .t {
  color: #009242;
  font-size: 39px;
}
.home_rental ol li .text .t span {
  font-size: 20px;
}
.home_rental ol li .text h3 {
  color: #009242;
  font-size: 28px;
  font-weight: normal;
}
.home_rental ol li .text .d {
  color: #ff9000;
  font-size: 14px;
  margin-top: 10px;
}
.home_rental ol li .text a {
  margin-top: 18px;
  display: inline-block;
  background: #ff9000;
  line-height: 36px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}

.home_rental ol li .text a:hover{
	background: #009242;
	transition: all .4s;
}
.home_odds {
  background: url(../images/home_bg2.jpg) no-repeat center center;
  height: 538px;
  padding-top: 73px;
}
.home_odds .title p {
  color: #fff;
}
.home_odds .title p span {
  color: #fff;
}
.home_odds .title h3 {
  color: #fff;
}
.home_odds ol {
  margin-top: 46px;
}
.home_odds ol li {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
  padding: 0 40px;
}
.home_odds ol li .icon {
  line-height: 0;
}
.home_odds ol li .text {
  padding-top: 30px;
}
.home_odds ol li .text h3 {
  font-size: 23px;
  font-weight: normal;
}
.home_odds ol li .text p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.home_case {
  padding: 30px 0;
}
.home_case ol {
  margin-top: 15px;
  margin-left: -30px;
  margin-bottom: 36px;
}
.home_case ol li {
  float: left;
  width: 398px;
  height: 420px;
  margin-left: 30px;
  margin-top: 30px;
  position: relative;
  overflow: hidden; border: 1px solid #e4e3e3;
}
.home_case ol li .img {
  width: 400px;
  height: 420px;
}
.home_case ol li .img img {
  width: 400px;
  height: 400px;
}
.home_case ol li .text {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 260px;
  background: rgba(0, 146, 66, 0.9);
  padding: 14px 60px;
  text-align: center;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: all .3s;
}
.home_case ol li .text h3 {
  font-size: 18px; color: #fff;
}
.home_case ol li .text p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_case ol li .text .bottom {
  margin-top: 28px;
}
.home_case ol li .text .bottom a {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 30px;
  border-radius: 50px;
  padding: 0 20px;
  color: #fff;
  margin: 0 5px;
}
.home_case ol li .text .bottom a:hover {
  background: #009c78;
  border-color: #009c78;
}
.home_case ol li:hover .text {
  transform: translateY(0);
  opacity: 1;
}
.home_case .bottom_btn {
  text-align: center;
}
.home_case .bottom_btn a {
  display: inline-block;
  background: #009c78;
  line-height: 34px;
  border-radius: 50px;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
}
.home_gzt {
  background: url(../images/home_bg.jpg) no-repeat center center / cover;
  height: 271px;
  text-align: center;
  color: #fff;
  padding-top: 105px;
}
.home_gzt p {
  font-size: 26px;
  text-transform: uppercase;
}
.home_gzt h3 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 26px;
  font-weight: normal;
}
.home_customers {
  padding: 80px 0;
  background: #f5f5f5;
}
.home_customers ol {
  margin-top: 45px;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.home_customers ol li {
  float: left;
  width: 20%;
  height: 205px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  position: relative;
}

.home_customers ol li:nth-child(16){
	display: none;
}

.home_customers ol li:hover{
	box-shadow: 0 0 3px 3px #e3e3e3;
	z-index: 9999;
/* 	transition: all .5s; */
}

.home_customers ol li img {
  display: block;
  max-width: 50%;
  max-height: 87%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_service {
  background: #009242;
}
.home_service .img {
  float: left;
  width: 1119px;
  margin-left: -330px;
  line-height: 0;
}
.home_service .text {
  float: right;
  width: 380px;
  padding-top: 80px;
}
.home_service .text .title {
  text-align: left;
}
.home_service .text .title p {
  color: #fff;
}
.home_service .text .title p span {
  color: #fff;
}
.home_service .text .title h3 {
  color: #fff;
}
.home_service .text ol {
  margin-top: 60px;
}
.home_service .text ol li {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.home_service .text ol li .icon {
  float: left;
  width: 76px;
  height: 76px;
  line-height: 0;
}
.home_service .text ol li .t {
  float: right;
  width: 280px;
  color: #ffffff;
  padding-top: 8px;
}
.home_service .text ol li .t h3 {
  font-size: 26px;
  font-weight: normal;
}
.home_service .text ol li .t p {
  margin-top: 5px;
  font-size: 16px;
}
.home_class {
  padding: 80px 0 40px;
}
.home_class ol {
  margin-top: 45px;
}
.home_class ol li {
  float: left;
  margin-bottom: 35px;
  width: 612px;
}
.home_class ol li:nth-child(2n) {
  float: right;
}
.home_class ol li .img {
  line-height: 0;
  widows: 612px;
  height: 385px;
  position: relative;
	    overflow: hidden;
}


.home_class ol li .img img{
	    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
}

.home_class ol li:hover .img img{
	  transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.home_class ol li .img span {
  position: absolute;
  right: 0;
  top: 0;
  background: #009c78;
  line-height: 54px;
  min-width: 135px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.home_class ol li .text {
  padding-top: 15px;
	background: #fff;
}


.BodyCenter{ background: #0b8c11;}
.home_class ol li .text h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_class ol li .text p {
  margin-top: 5px;
  color: #999999;
  font-size: 16px;
}

.w1260 {
    width: 1260px;
    margin: 0 auto;
}
.home_odds .title p {
    color: #fff; text-align: center;
}
.title p {
    color: #333333;
    font-size: 28px;
    text-transform: uppercase;
}
.home_odds .title h3 {
    color: #fff;text-align: center;
}
.title h3 {
    color: #333333;
    font-size: 28px;
    font-weight: normal;
}
.home_odds ol li .text h3 {
    font-size: 23px;
    font-weight: normal; color: #fff;
}
.home_odds ol li {
    float: left;
    width: 18%;
    text-align: center;
    color: #fff;
    padding: 0 40px;
}
.title {
    text-align: center;
}

/*fuwubao*/
#fuwubao{background: #0b8c11; height: 580px;}
.fuwubao_l{ width: 50%; float: left;}
.fuwubao_l img{ width: 100%;}
.fuwubao_r{ width: 50%; float: right; position: relative;}
.fuwubao_r_01 img{position: absolute;left: 130px; top: 60px;}
.fuwubao_r_01 h2{font-size: 20px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 70px; font-weight: bold;}
.fuwubao_r_01 h4{    font-size: 16px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 110px;}
    
.fuwubao_r_02 img{position: absolute;left: 130px; top: 180px;}
.fuwubao_r_02 h2{font-size: 20px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 190px; font-weight: bold;}
.fuwubao_r_02 h4{    font-size: 16px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 230px;}
    
.fuwubao_r_03 img{position: absolute;left: 130px; top: 300px;}
.fuwubao_r_03 h2{font-size: 20px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 310px; font-weight: bold;}
.fuwubao_r_03 h4{    font-size: 16px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 350px;}
    
.fuwubao_r_04 img{position: absolute;left: 130px; top: 420px;}
.fuwubao_r_04 h2{font-size: 20px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 430px; font-weight: bold;}
.fuwubao_r_04 h4{    font-size: 16px;
    color: rgb(255, 255, 255);position: absolute;left: 252px; top: 470px;}
    
    
.liucheng_box {
  margin-top: 60px; width: 1200px; margin: 0 auto;    padding-top: 30px;
}
.liucheng_box ol {
  margin-left: -60px;
}
.liucheng_box ol li {
  float: left;
  width: 270px;
  margin-left: 45px;
}
.liucheng_box ol li .bt {
  background: #17b05b;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  line-height: 46px;
  font-size: 21px;
}
.liucheng_box ol li .bt span {
  float: left;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #333333;
  font-size: 24px;
  margin-right: 30px;
}
.liucheng_box ol li .text {
  width: 206px;
  padding: 15px 0;
  margin: 0 auto;
  background: #f8f8f8;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}


