
.cn{
    display: block;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    margin-left: 20px;
    padding-left: 26px;
    background: url(../images/cn.jpg) no-repeat left center;
}

.btn-group{
    display:inline-block;
}
.btn-default{
    padding:0 10px;
}

.head_top{
    background-color: #373937;
}


.head_top .we{
    color: #b6b6b6;
    font-size: 12px;
    float: left;
    line-height: 42px;
}


.head_top .tel{
    color: #f4f7f4;
    line-height: 42px;
    padding-left: 30px;
    float: right;
    background: url(../images/tel.png) no-repeat left center;
}

.head{
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    /*top: 42px;*/
    background:rgba(238,238,238,0.95);
    height: 95px;
    z-index: 10000;
}



.head .nav{
    margin-top: 29px;
    float: right;
}

.head .nav .lis1{
    position: relative;
    left: 0;
    top: 0;
    float: left;
}

.head .nav li .typea{
    display: block;
    width: 128px;
    text-align: center;
    line-height: 38px;
    color:#797979;
    border-radius: 19px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.head .nav li a:hover,
.head .nav li a.hover{
    color: #fff;
    background-color: #7cd882;
}

.head .nav .sub_col{
    position: absolute;
    left: 0;
    top: 38px;
    width: 128px;
    z-index: 100000;
    background: rgba(238,238,238,0.95);
    /*border: 1px solid #7cd882;*/
    border-top: none;
    display: none;
    padding-top: 20px;
}
.head .nav ul{
    overflow: visible;
}
.head .nav .sub_col a{
    display: block;
    color: #333333;
    line-height: 30px;
    
    text-align: center;
}

.head .h{
    height: 500px;
}


/* index banner 轮播部分  */

.fullSlide {
    width: 1920px;
    position: relative;
    height: 729px;
    overflow: hidden;
    z-index: 1000;
    left: 50%;
    margin-left: -960px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
    position: absolute;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 729px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 729px;
}

.fullSlide .hd {
    width: 1920px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
}

.fullSlide .hd ul {
    text-align: center;
    margin: 0 auto;
    /*margin-left: -35.5px;*/
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    margin: 12px;
    overflow: hidden;
    background: #b5dcbd;
    filter: alpha(opacity=50);
    opacity: 0.8;
    line-height: 999px;
    border-radius: 50%;
}

.fullSlide .hd ul .on {
    background: #51b948;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 52px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    /*background: url(../images/first.png) -126px -137px #000 no-repeat;*/
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    font-size: 60px;
    font-family:"宋体";
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}



/*首页产品展示*/


.pro_index{
    padding-top: 58px;
    padding-bottom: 62px;
    background-color: #f4f7f4;
}

.pub_tit p{
    text-align: center;
}

.pub_tit .pub_titcn{
    font-size: 24px;
    color:#303632;
}
.pro_index .pro_list{
    overflow: auto;
    padding-top: 72px;
}
.pub_tit .pub_titen{
    color: #656665;
    font-family: "Arial";
    padding-top: 10px;
}

.pro_index .pro_l{
    height: 510px;
    width: 388px;
    float: left;
}
.pro_index .pro_l li{
    margin-right: 18px;
    list-style: none;
   margin-bottom: 20px;

}
.pro_index .pro_l li a{
    display: block;
    width: 388px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    box-shadow: 0 0 18px #d8e5d7;
}
.pro_index .pro_l img{
    width: 388px;
    height: 234px;
    border-radius: 5px;
}


.pro_index .pro_list li p{
    color: #494d4b;
    font-size: 16px;
    padding-left: 28px;
    line-height: 52px;
    width: 360px;
    display:none;

}


@keyframes myfirst{
   from {width: 360px;height: 0px;top:234px}
    to { width:360px;height: 52px;top:183px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
   from { width:360px;height: 0px;top:234px;}
    to { width: 360px;height:52px;top:183px;}
}

.pro_index .pro_list a:hover .pro_tit{
    display: block;
    width: 360px;
    position: absolute;
    left: 0;
    top: 183px;
    animation:myfirst 0.5s;
    -moz-animation:myfirst 0.5s; /* Firefox */
    -webkit-animation:myfirst 0.5s; /* Safari and Chrome */
    -o-animation:myfirst 0.5s; /* Opera */
    background-color: #fff;
     border-radius: 0 0 5px 5px;
}

.pro_index .pro_c{
    margin: 0 18px;
}

.pro_index .pro_c a{
    display: block;
    height: 488px;
    position: relative;
    overflow: hidden;
}
.pro_index .pro_c img{
    border-radius: 5px;
    width: 388px;
    height: 488px;
}


@keyframes my{
   from {width: 360px;height: 0px;top:488px}
    to { width:360px;height: 52px;top:436px;}
}

@-webkit-keyframes my /* Safari and Chrome */
{
   from { width:360px;height: 0px;top:488px;}
    to { width: 360px;height:52px;top:436px;}
}

.pro_index .pro_c a:hover .pro_tit3{
    display: block;
    width: 360px;
    position: absolute;
    left: 0;
    top: 436px;
    animation:my 0.5s;
    -moz-animation:my 0.5s; /* Firefox */
    -webkit-animation:my 0.5s; /* Safari and Chrome */
    -o-animation:my 0.5s; /* Opera */
    background-color: #fff;
     border-radius: 0 0 5px 5px;
}


/*  经营范围 index   */

.scope {
    padding-top:60px;
    background-color: #7ed883;
    height: 684px;
}

.scope .pub_tit p{
    color: #fff;
}

.poster-main{
    margin: 0 auto;
}

/*关于我们*/

.ab_index{
  
    padding-top: 166px;
    background: url(../images/bj.jpg) no-repeat top center;
}
.ab_index .main{
    display: block;
    height: 256px;
    margin-bottom: 150px;
}

.ab_index .lan{
    height: 82px;
    padding-left: 110px;
   
}
.ab_index .lan_ab{
     background: url(../images/ab_icon.png) no-repeat left center;
}
.ab_index .lan p{
    color: #7cd781;
}
.ab_index .lan .tit_cn{
    font-size: 24px;
    padding-top: 15px;
}
.ab_index .content{
    margin-top: 32px;
    line-height: 24px;
    color: #a5a5a5;
    height: 142px;
}
.ab_index .pub_main{
    width: 348px;
    height: 256px;
    
}
.ab_index .pub_img img,
.ab_index .pub_img{
    width: 702px;
    height: 256px;
   
}



.ab_index .content li a{
    padding-left: 10px;
    display: block;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    background: url(../images/menu_bg.png) no-repeat left center;
}

.ab_index .content li a:hover{
    color: #7cd781;
}

.ab_index .lan_news{
    background: url(../images/news_icon.png) no-repeat left center;
}
.ab_index .lan_ser{
    background: url(../images/ser_icon.png) no-repeat left center;
}







/*企业简介*/

.index_sum{
    padding-top: 72px;
    height: 418px;
    background:url(../images/bj2.jpg) no-repeat center;
}
.index_sum .pub_tit p{
    color: #fff;
}
.index_sum .sum_con{
    padding: 36px 38px;
    background-color: #fff;
    color: #878a86;
    line-height: 24px;
}
.index_sum .sum_main{
    position: relative;
    margin-top: 70px;
}
.index_sum .icon{
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px;

    background: url(../images/sum_icon.png) no-repeat center;
}

.footer{
    padding-top: 42px;
    background-color: #343936;
    padding-bottom: 40px;
}
.footer .name{
    width: 517px;
}

.footer .fo_logo{
    float: left;
    width: 80px;
    height: 80px;
}
.footer .com_name span{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 80px;
    padding-left: 20px;
}
.footer .com_name {
    overflow: hidden;
}
.footer .record,
.footer .cop{
   color: #b5bcb8; 
   margin-top: 16px;
   line-height: 24px;
}
.footer .qd{
    margin-top: 16px;
    width: 100px;
    height: 130px;
    padding-left: 20px;
}
.footer .qd img{
    width: 100px;
    height: 100px;
}
.footer .qd p{
    text-align: center;
    color: #b5bcb8; 
    padding-top: 10px;
}


.index_pub1 {
    width: 400px;
    float: left;
}
.index_pub .tit{
    font-size: 24px;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 20px;
    line-height: 24px;
    background: url(../images/foo_icon.png) no-repeat left top;
}

.index_pub .con_con{
    line-height: 24px;
    color: #b5bcb8;
    padding-left: 20px;
}

.index_pub2{
    width: 283px;
    float: right;

}

/*  关于我们 */

.ab_con{
    padding-top: 88px;
    background: url(../images/ab_bj.png) no-repeat center;
}

.pub_con .tit{
    color: #303632;
    font-size: 24px;
    padding-bottom: 14px;
    text-align: center;
    background: url(../images/tit_icon.png) no-repeat center bottom;
}


.pub_con .icon{
    height: 108px;
    margin-top: 48px;
    
}
.pub_con .ab_icon{
    background: url(../images/ab_icon2.png) no-repeat center;
}
.pub_con .news_icon {
 
    background: url(../images/news_icon2.png) no-repeat center;
}
.pub_con .str_icon {
 
    background: url(../images/str_icon.png) no-repeat center;
}

.pub_con .join_icon {
 
    background: url(../images/join_icon.png) no-repeat center;
}

.pub_con .con_icon {
 
    background: url(../images/con_icon.png) no-repeat center;
}
.ab_con .con{
    margin-top: 58px;
    line-height: 30px;
    padding-bottom: 86px;
    width: 1200px;
}
.ab_con .con p{
    width: 1200px;
}
.ab_con .con img{
    box-shadow: 0 0 10px #bbbaba;
}



.ab_list{
    width: 1920px;
    height: 512px;
    padding-top: 78px;
    background-color: #f2f4f6;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.ab_list .tit{
    font-size: 24px;
    color: #383838;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 14px;
 background: url(../images/tit_icon.png) no-repeat center bottom;

}

.ab_list .div a{
    display: block;
    width: 304px;
    height: 334px;
    background-color:#fff;
    padding-top: 10px;
    box-shadow: 0 0 5px #e0e2e4;
   

}
.ab_list .div span{
    display: block;
    width: 135px;
    height: 29px; 
    position: absolute;
    left: 50%;
    margin-left: -67px;
    top: -12px;
     background:url(../images/ab_aa.png) no-repeat top center;
}
.ab_list .div img{
    width: 284px;
     height: 284px;
     margin:0 10px;
}

.ab_list .div1{
   position: absolute;
   left: 144px;
   top: 140px;
   z-index: 1000;
transform:rotate(10deg);
-ms-transform:rotate(10deg); /* Internet Explorer */
-moz-transform:rotate(10deg); /* Firefox */
-webkit-transform:rotate(10deg); /* Safari 和 Chrome */
-o-transform:rotate(10deg); /* Opera */
}

.ab_list .div2{
   position: absolute;
   left: 410px;
   top: 70px;

}

.ab_list .div3{
    position: absolute;
    left: 690px;
    top: 230px;
    z-index: 1000;
    transform:rotate(-16deg);
-ms-transform:rotate(-16deg); /* Internet Explorer */
-moz-transform:rotate(-16deg); /* Firefox */
-webkit-transform:rotate(-16deg); /* Safari 和 Chrome */
-o-transform:rotate(-16deg); /* Opera */
}


.ab_list .div4{
    position: absolute;
    left: 982px;
    top: 138px;
    transform:rotate(-6deg);
-ms-transform:rotate(-6deg); /* Internet Explorer */
-moz-transform:rotate(-6deg); /* Firefox */
-webkit-transform:rotate(-6deg); /* Safari 和 Chrome */
-o-transform:rotate(-6deg); /* Opera */
}

.ab_list .div5{
    position: absolute;
   right: 350px;
    top: 226px;
    transform:rotate(4deg);
-ms-transform:rotate(4deg); /* Internet Explorer */
-moz-transform:rotate(4deg); /* Firefox */
-webkit-transform:rotate(4deg); /* Safari 和 Chrome */
-o-transform:rotate(4deg); /* Opera */
}


.ab_list .div6{
    position: absolute;
    right:126px;
    top: 86px;
    transform:rotate(-14deg);
-ms-transform:rotate(-14deg); /* Internet Explorer */
-moz-transform:rotate(-14deg); /* Firefox */
-webkit-transform:rotate(-14deg); /* Safari 和 Chrome */
-o-transform:rotate(-14deg); /* Opera */
}



/*产品中心*/

.pro{
    padding-top: 86px;
}


/*产品右侧*/

.product .clearfix {
    width: 182px;
}


.left .tit {
    font-size: 18px;
    font-family: "微软雅黑 Light";
    color: #242424;
}

.left .tit_e {
    font-size: 14px;
    color: #989898;
}

.left_list {
    margin-top: 16px;
}

.side .left {
    /*padding-left: 38px;*/
    width: 232px;
    float: left;
}

.left_title {
    border-bottom: 1px solid #cacccb;
}

.product .clearfix li {
    background-color: #eeeeee;
}

.left {
    width: 182px;
}

.left_b a {
    display: block;
}

.left_b>li {
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

.left_b>li>.tA>a {
    overflow: hidden;
    border-top: 1px solid #cacccb;
    position: relative;
    z-index: 0;
    color: #808080;
    background-color: #eeeeee;
}

.left_b>li>.tA>a>p {
    text-align: left;
    line-height: 31px;
    padding-left: 12px;
    float: left;
    color: #666666;
}

.left_b>li>.tA>span {
    position: absolute;
    z-index: 1;
    top: 0px;
    cursor: pointer;
    line-height: 31px;
    right: 10px;
    font-size: 24px;
    color: #808080;
    font-family: 宋体;
    display: block;
    width: 31px;
    text-align: center;
}

.left_b>li>.tA:hover>a,
.left_b>li>.tA.leftHover>a {
    background: url("../images/left_icon.png") no-repeat 0 center;
    background-color: #7cd882;
    color: #fff;
}

.left_b>li>.tA:hover>a>p,
.left_b>li>.tA.leftHover>a>p {
    color: #fff;
}

.left_b>li>.tA:hover>span,
.left_b>li>.tA.leftHover>span {
    color: #fff;
}

.subItem {}

.subItem>li {
    position: relative;
}

.subItem>li>a>p {
    width: 100px;
    text-align: left;
    font-size: 12px;
    color: #333333;
    line-height: 31px;
    padding-left: 60px;
    float: left;
    font-family: "SimSun";
    margin-left: 8px;
    border-top: 1px solid #ffffff;
}

.subItem>li>a {
    overflow: hidden;
    position: relative;
    z-index: 0;
    left: 0;
}

.subItem>li>a:hover,
.subItem>li>a.Hhover {
    background: url('../images/pro_icon.png') no-repeat 50px center;
}

.subItem>li>a:hover,
.subItem>li:hover>span,
.subItem>li>a.Hhover,
.subItem>li.Hhover>span {}

.subItem>li>span:hover {
    color: #808080;
}

.subItem>li>span {
    position: absolute;
    top: 0;
    line-height: 39px;
    right: 14px;
    z-index: 1;
    font-size: 18px;
    color: #333333;
    font-family: 宋体;
}

.left_b .left_tit {
    display: block;
    line-height: 31px;
    padding-left: 34px;
    font-size: 16px;
    background-color: #7cd882;
    margin-bottom: 3px;
    color: #fff;
}

.product {
    padding-top: 50px;
    padding-bottom: 100px;
}
.product .left .contect_box {
    padding-left: 20px;
    background-color: #eeeeee;
    margin-top: 22px;
    /*padding-bottom: 10px;*/
}

.product .left .contect_box p {
    font-size: 12px;
 
    line-height: 22px;
}

.product .left .contect_box .info_pub {
    font-size: 16px;
    color: #a80915;
    font-weight: bold;
    line-height: 54px;
    font-family: "Adobe 黑体 Std R";
       padding-left: 30px;
}

.pro_con {
    /*margin-top: 56px;*/
}

.pro_con .pro_ul {
    width: 896px;
    margin: 0 auto;
}

.pro_con .pro_ul img {
    border: 1px solid #cccccc;
}

.pro_con .pro_ul a {
    display: block;
}

.pro_con .pro_ul .pro_title {
    line-height: 50px;
    text-align: center;
    margin-right: 18px;
}

.pro_con .pro_ul li {
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
}

.pro_con .pro_ul .mr0 {
    margin-right: 0;
}

.pro_con .pro_ul a:hover {
    color: #7cd882;
}
.product .left .contect_box p:last-child{
    padding-bottom: 10px;
}


.pro_read {
    padding-top: 60px;
    padding-bottom: 100px;
}

.pro_read .img{
    margin: 0 auto;
    width: 600px;

}


.pro_read .title{
    font-size: 16px;
    color: #7cd882;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.pro_read .read{
    width: 1000px;
    margin: 0 auto;
}
.pro_read  .conr{
    margin: 0 auto;
    padding: 20px 10px;

}


/*技术实力*/
.streng{
    padding-top: 86px;
    padding-bottom: 40px;
}
.str{
    padding-top: 24px;
    background-color: #f8f8f8;
    margin-bottom: 60px;
}
.str .str_l{
    width:372px;
    padding-left: 50px;
    float: left;
}

.str .num{
    font-size: 48px;
    color: #7cd882;
    float: left;

} 

.str .str_con{
    float: right;
    width: 310px;
}

.str .str_con .tit{
    font-size: 18px;
     color: #7cd882;
     padding-top: 10px;
 }
.str .str_con .str_list{
    padding-top: 20px;
    line-height: 24px;
    color: #797979;
}

.str .str_c{
    float: left;
    height: 160px;
    width: 160px;
    margin-left: 100px;
    margin-top: 66px;
    background: url(../images/str.png) no-repeat ;
}

.str .str_r{
    width: 420px;
    height: 200px;
    float: right;
    background-color: #fff;
}
.str .str_r img{
    width: 414px;
    height: 194px;
    margin: 3px;
}



/*新闻中心*/


.news{
    padding-top: 90px;
    padding-bottom: 42px;
}

 .news_list{
    padding-bottom: 124px;
 }
 .news_list ul{
    border: 1px solid #eeeeee;
    margin-bottom: 60px;
   
}
.news_list li{

    background-color: #f7f7f7;
}

 .news_list li a{
    display: block;
    height: 140px;
    overflow: auto;
   padding-left: 26px;
   padding-top: 20px;
   border-bottom: 1px solid #eeeeee;

}
 .news_list li a:hover .tit{
    color: #7cd882;
 }
.news_list li img{
    width: 175px;
    height: 115px;
    border: 3px solid #eeeeee;
    float: left;
}
.news_main{
    float: left;
    width: 944px;
    padding-left: 40px;
}

.news_list .tit{
    font-size: 18px;
    color: #303632;
    padding-bottom: 10px;
}


.news_list .news_main .con{
    line-height: 24px;
    color: #6c6c6c;
}
.news_list .time{
    padding-top: 10px;
    color: #67756c;
}
.news_list li:nth-child(even){
    background-color: #ffffff;
}
.cc_mt{
    background-color: #f2f2f2;
    border-bottom: 1px solid #eeeeee;
}

.guild {
    padding-top: 46px;
    padding-bottom: 10px;

    border-bottom: 1px solid #77ce8a;
}
.guild a{
    color: #6dbd72;
    font-size: 20px;
}

.new_read{
    padding-top: 70px;
    padding-bottom: 120px;
}
.new_read .tit{
    font-size: 24px;
    color: #545454;
    text-align: center;
}
.new_read .time{
    font-size: 12px;
    color: #545454;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.new_read .time span{
    display: block;
    line-height: 24px ;

}

.new_read .con{
    line-height: 24px;
}




/*招聘*/

.join{
    padding-top: 90px;
    padding-bottom: 44px;
}
.join_list{
    padding-bottom: 112px;
}

.join_list ul{
    border: 1px solid #ebebeb;
}
.join_list li{
    line-height: 72px;
    background-color: #f2f2f2;
    overflow: auto;
    border-bottom: 1px solid #ebebeb;
}

.join_list .li_tit span{
    color:#3d3636;
    font-size: 18px;
}
.join_list li span{
    
    display: block;
    float: left;
    width: 146px;
    height: 72px; 
    text-align: center;
}
.join_list .li_list{

}
.join_list li .sp1{
   margin-right: 100px;
}
.join_list li .sp2{
    margin-right: 44px;
}
.join_list li .sp3{
    margin-right: 26px;
}
.join_list li .sp4{
    margin-right: 94px;
}

.join_list li .sp5{
    margin-right: 30px;
}


.join_list li a{
    display: block;
    margin: 0 auto;
   width: 84px;
    line-height: 32px;
    background-color: #7cd882;
    border-radius: 4px;
    width: 84px;
    height: 32px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.join_list .li_list{
    background-color: #fff;
}
.join_list .li_list:nth-child(even){
    background-color: #f9f9f9;
}


.join_con{
    padding-top: 20px;
    padding-bottom: 88px;
}
.join_con .h{
      border: 1px solid #e4e7e3;
}
.join_con .tit{
    font-size: 16px;
    color: #504746;
    line-height: 44px;
    background-color: #f3f9f2;
    padding-left: 36px;
     border-bottom: 1px solid #e4e7e3;
}


.join_con .con{
    padding-bottom: 64px;
    overflow: auto;
  
}
.join_con .con .con_l{
    width: 600px;
   
    float: left;
    padding-top: 110px;
    padding-left: 34px;
}
.join_con .con .con_l p{
    line-height: 30px;
}

.join_con .con .con_r{
    float: left;
    padding-top:70px;
    padding-left: 50px;
    line-height: 30px;
}



.contact {
    padding-top: 90px;
    padding-bottom: 60px;
}


.contact .ab_icon{
    background: url(../images/contact.png) no-repeat center;
}



.manager{
    margin-top: 76px;
    padding-top: 70px;
    padding-bottom: 42px;
    background-color: #f8f8f8;
}
.manager .tit{
    text-align: center;
    font-size: 24px;
    color: #303632;
    padding-bottom: 10px;
    background: url(../images/tit_icon.png) no-repeat bottom center;
}

.manager .man_list{
    margin-top: 40px;
}



.manager .ml{
    margin-left: 2px;
}


.manager .man_list input{
    width: 382px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 14px;

}

.manager .pub_name{
    font-size: 16px;
    line-height: 34px;
}

.manager .mr{
    margin-left: 94px;
}


.manager textarea{
    display: block;
    width: 676px;
    height: 224px;
    padding: 10px 10px;
    font-size: 18px;
    font-family: "微软雅黑";
    border: 1px solid #e6e6e6;
}



.manager .sub input{
    margin-top: 20px;
    width: 128px;
    line-height: 48px;
    background:none;
    border: 1px solid #7cd882;
    border-radius: 4px;
    color: #7cd882;
    font-size: 16px;
    float: right;
    outline-style: none;
    cursor: pointer;
}




/*厂房设备*/

.honor{
    padding: 100px 0px;
}

.honor li{
   float: left;
   margin-bottom: 20px;
   margin-right: 50px;

}

.honor li a{
    display: block;
    border: 1px solid #cccccc;
}

.base{
      padding: 100px 0px;
}