@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0
}
body,button,input,select,textarea {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}
address,cite,dfn,em,var {
    font-style: normal
}
code,kbd,pre,samp {
    font-family: courier new, courier, monospace
}
small {
    font-size: 12px
}
ul, ol {
    list-style: none
}
a {
    text-decoration: none
}
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
}
.hidden {
    display: none
}
.invisible {
    visibility: hidden
}
.noBg {
    background: none !important
}
.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}
.clearfix {
    zoom: 1
}

html {
    overflow-y: scroll
}

a:link, a:visited {
    text-decoration: none
}
a:hover, a:active {
    text-decoration: underline
}
a {
    color: #555
}
a:hover {
    color: #f60
}
.left {
    float: left
}
.right {
    float: right
}
#clear {
    clear: both;
}
.c-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.just-betw {
    justify-content: space-between;
}
.align-baseline{
    align-items: baseline;
}




/* ================== */
.topArea {
    height: 105px;
    background: url(../images/topArea.gif) repeat-x;
}
.bg-topArea {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
.wel {
    width: 283px;
    float: right;
    color: #999999;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.wel a {
    color: #999999;
}
.r-arte {
    float: right;
    z-index: 11;
}
.header {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}
.logo {
    float: left;
    margin: -14px 0 0 10px;
}
.logo img {
    vertical-align: bottom;
}
.search {
    width: 224px;
    height: 26px;
    float: right;
    border: 1px solid #cccccc;
    margin: 35px 20px 10px 0;
}
.search_input {
    width: 200px;
    float: left;
}
.search_input input {
    background: none;
    border: none;
    height: 26px;
    line-height: 26px;
    text-indent: 5px;
    color: #9f9f9f;
    width: 200px;
}
.search_bt {
    width: 24px;
    float: right;
}
.wx {
    position: relative;
    float: right;
    z-index: 1;
    padding: 35px 50px 0 0;
    z-index: 120;
}
.weibo {
    float: left;
    padding-left: 9px;
    height: 24px;
    width: 110px;
    line-height: 24px;
}
.wxewm {
    float: right;
    height: 24px;
    line-height: 24px;
    padding-left: 1px;
    width: 20px;
}
.ewmthumb {
    position: relative;
    z-index: 0;
}
.ewmthumb:hover {
    background-color: transparent;
    z-index: 50;
}
.ewmthumb span {
    position: absolute;
    background-color: lightyellow;
    padding: 1px;
    left: -1000px;
    border: 0px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.ewmthumb span img {
    position: absolute;
    /* padding: 2px; */
    border: 1px solid #CFDCDC;
}
.ewmthumb:hover span {
    visibility: visible;
    top: 17px;
    left: -90px;
}

/* 导航 */
.navbox {
    min-height: 45px;
    _height: 45px;
    clear: both;
    background: #2ea450
}
.navBar {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    background: #2ea450;
    color: #333;
}
.nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}
.nav a {
    color: #fff;
}
.nav h3 {
    font-size: 100%;
    font-weight: normal;
    width: 100%;
}
.nav li.m {
    float: left;
    position: relative;
    z-index: 1;
    width: 12.5%;
}
.nav h3 a {
    display: block;
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.nav .sub {
    display: none;
    position: absolute;
    left: -3px;
    top: 45px;
    z-index: 1;
    width: 100%;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}
.nav .sub li {
    text-align: center;
    margin-bottom: -1px;
    width: 100%;
}
.nav .sub li a {
      display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 2px 10px;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav .sub li a:hover {
    color: #2ea450;
}
.nav li.on h3 a{
   color: #fff;
}
.nav .block {
    height: 5px;
    width: 140px;
    background: #2ea450;
    position: absolute;
    left: 0;
    top: 40px;
    overflow: hidden;
}

/*banner*/
.slide_box {
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 300px;
    clear: both;
    text-align: center;
    margin: 5px auto 0;
}
.slide2 {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    height: 300px;
}
#slide3wrap_box {
    height: 134px
}
#slide2wrap_box {
    height: 134px
}
.slide2 .item {}
.slide2 .item img {
    width: 1000px;
    height: 300px;
    border: 0px;
}
.slide_btn2 .btn_prevon2 {
    background: url(../images/prev1.png) no-repeat;
    float: left;
    width: 33px;
    cursor: pointer;
    height: 33px
}
.slide_btn2 .btn_prevoff2 {
    background: url(../images/prev2.png) no-repeat;
    float: left;
    width: 33px;
    cursor: pointer;
    height: 33px
}
.slide_btn2 .btn_nexton2 {
    background: url(../images/next1.png) no-repeat;
    float: left;
    width: 33px;
    cursor: pointer;
    height: 33px
}
.slide_btn2 .btn_nextoff2 {
    background: url(../images/next2.png) no-repeat;
    float: left;
    width: 33px;
    cursor: pointer;
    height: 33px
}
.slide_btn2 {
    margin: 2px auto;
    /*width:240px;*/
    position: absolute;
    left: 445px;
    top: 260px;
}
.clearfix:unknown {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    content: "."
}
.clearfix {
    zoom: 1;
}
.slide_dot2 {
    float: left;
    margin: 5px 10px;
    width: 90px;
}
.slide_dot2 span {
    background: url(../images/point.png) no-repeat;
    float: left;
    margin: 0px 2px;
    overflow: hidden;
    cursor: pointer;
}
.slide_dot2 .dot_list {
    width: 18px;
    height: 18px
}
.slide_dot2 .current {
    background-position: -21px -0px
}


/* flexslider */
.flexslider {
    position: relative;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
    margin: 2px 0 5px;
    clear: both;
}
.slides {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: auto;
}
.slides li {
    width: 100%;
    text-align: center;
}
.slides li img {
    width: 100%;
}
.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
}
.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}
.flex-control-nav .flex-active {
    background-position: 0 0;
}
.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 40%;
}
.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.flex-direction-nav li a.flex-prev {
    left: 20px;
    background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
    right: 20px;
    background: url(../images/next.png) center center no-repeat;
}



/* index */
.main {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    background: #fff;
}
.main:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
}
.main_bottom {
    width: 100%;
    max-width: 1000px;
    height: 0px;
    clear: both;
    background: #fff;
}
.z_con2_c1_y {
    float: left;
    width: 620px;
    height: 300px;
    color: #333;
    padding-left: 30px;
}


#case {
    width: 1000px;
    margin: 10px 0 0 0
}
#case .hd {
    height: 30px;
    line-height: 30px;
    border-bottom: 1PX solid #DDD;
}
#case .caseList {
    margin-top: 5px;
}
#case .caseList ul.list {
    margin-top: 10px
}
#case .caseList ul.list li {
    background: url(../images/t_bg.gif) no-repeat;
    /*width:177px; height:177px;*/
    padding: 5px 10px 10px;
    overflow: hidden;
    float: left;
    /*margin-left:15px;*/
    margin-right: 1px;
    display: inline;
    position: relative;
    margin-bottom: 10px;
}
#case .caseList ul.list li img {
    display: block;
    width: 166px;
    height: 141px;
}
#case .caseList ul.list li p {
    /*margin-top:5px; */
    line-height: 22px;
    text-align: center;
}
#case .caseList ul.list li p a {
    font-weight: bold
}
#case .caseList ul.list li div {
    background: url(../images/t_bg.gif) no-repeat -194px 0;
    width: 177px;
    height: 177px;
    padding: 5px 9px 9px 9px;
    ;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    display: inline-block;
    opacity: 0;
    filter: Alpha(opacity=0);
    color: #fff
}
#case .caseList ul.list li div span {
    color: #fff;
}
#case .caseList ul.list li div a {
    color: #fff
}
#case .caseList ul.list li div a:hover {
    text-decoration: underline
}
.z_info {
    float: left;
    width: 48%;
    padding-right: 2%;
    color: #333;
    margin-top: 10px;
}
.z_info_show {
    height: 30px;
    border-bottom: 1px solid #DDD;
    line-height: 30px;
    font-size: 13px;
    font-family: "微软雅黑";
    color: #666;
}
.z_info_show .tt {
    color: #2E7FB9;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.z_info_show .more {
    /*width: 60px;*/
    display: inline;
    float: right;
}
.z_info_show .more a {
    font-size: 10px;
}
.z_info_content {
    /*height:250px;*/
    overflow: hidden;
    padding-top: 10px;
}
.z_info_cons {
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.z_info_cons img{
    max-width: 45%;
    float: left;
    margin-right: 20px;
}
.z_info_cons p {
    line-height: 30px;
    color: #333;
    text-indent: 2em;
}
.z_info_cons p img {
    padding: 2px;
    border: 1px solid #CFDCDC;
}



.honor1 {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.z_honor1 {
    float: left;
    padding-top: 5px;
    width: 40%;
}
.z_honor1 img {
    border: 1px solid #CCCCCC;
    padding: 2px;
}
.y_honor1 {
    color: #525252;
    float: left;
    line-height: 25px;
    padding-top: 5px;
    width: 60%;
}
.honor_pic_tag {
    border-bottom: 1px #CCCCCC solid;
}
.honor_pic_tag .item{
    height: 34px;
    border: 1px transparent solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    position: relative;
}
.honor_pic_tag .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
}
.honor_pic_tag .item:hover{
    text-decoration: none;
}
.honor_pic_tag .item.active{
     border: 1px #ccc solid;
     color: #007b03;
}
.honor_pic_tag .item.active::after{
     opacity: 1;
}
.honor_pic {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}
.honor_pic_list{
    display: none;
}
.honor_pic_list.active{
    display: block;
}
.z_news {
    width: 48%;
    padding-left: 2%;
    float: left;
    margin-top: 10px;
}
.z_news_t {
    width: 100%;
    border-bottom: 1px solid #DDD;
    line-height: 30px;
    font-family: "微软雅黑";
    color: #2F6846;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.z_news_t a {
    width: 50px;
    display: inline;
    float: right;
    font-size: 10px;
    font-weight: normal;
    padding-right: 5px;
}
.z_news_m {
    width: 100%;
    padding-top: 5px;
    float: left;
    padding-bottom: 5px;
}
.z_news_m_show {
    width: 98%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ddd;
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
}
.z_news_m_show {
    height: 30px;
    line-height: 30px;
    background: url(../images/newsdoc.gif) no-repeat 0 13px;
    padding-left: 10px;
}
.z_news_m_show a {
    width: 60%;
    overflow: hidden;
    display: block;
    float: left;
}
.z_news_m_show span {
    float: right;
    color: #999;
}
#product_i {
    width: 100%;
    margin: 10px auto 0;
    padding-top: 10px;
    float: left;
    color: #333333;
}
#product_i .hd {
    height: 30px;
    border-bottom: 1px solid #DDD;
    line-height: 30px;
    color: #666;
}
#product_i .hd .more {
    /*width: 60px;*/
    display: inline;
    float: right;
}
#product_i .hd .more a {
    font-size: 10px;
}
#tags {
    padding: 0px;
    margin: 0px 0px 0px 20px;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: "微软雅黑";
}
#tags LI {
    float: left;
    margin-right: 5px;
    list-style-tyle: none;
    height: 30px;
    line-height: 30px;
}
#tags LI A {
    padding: 0px 20px;
    background: #819f55;
    float: left;
    color: #fff;
    height: 30px;
    text-decoration: none;
}
#tags LI.emptyTag {
    background: none transparent scroll repeat 0% 0%;
    WIDTH: 4px
}
#tags LI.selectTag {
    background: #FFFFFF;
    margin-bottom: -2px;
    position: relative;
    height: 34px;
    border: 1px #CCCCCC solid;
    border-bottom: none;
}
#tags LI.selectTag A {
    background: #FFFFFF;
    COLOR: #000000;
    line-height: 34px;
    height: 34px;
}
#tagContent {
    /*padding:1px; border-top: #ccc 1px solid;*/
    background-color: #fff
}
.swiper_lists p {
    line-height: 1.72;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
}
.swiper_lists .img {
       padding: 2px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 126px;
    position: relative;
}
.swiper_lists .img img{
    max-width: 100%;
    max-height: 100%;
}
.mt10{
    margin-top: 10px;
}
.tagContent {
    padding: 10px 0 0;
    width: 100%;
    color: #474747;
}

/* about */
.about {
    width: 100%;
    max-width: 1000px;
    padding: 20px 0 40px;
    margin: 20px auto 0;
    background: #fff;
}
.about:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
}
.about_bottom {
    width: 100%;
    max-width: 1000px;
    height: 0px;
    clear: both;
    background: #fff;
}
.con_l {
    width: 25%;
    max-width: 230px;
    overflow: hidden;
    float: left;
}
.con_r {
    width: 73%;
    max-width: 740px;
    padding-right: 2%;
}
.pro_fb {
    border-bottom: 1px solid #CFDCDC;
    margin: 5px 0 20px;
    padding-bottom: 10px;
    width: 100%;
}
.pro_tit {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #2ea450;
    font-size: 16px;
    line-height: 1.875;
    margin: 15px 0;
}
.jobinfo_pic img {
     max-width: 54%;
    float: right;
    margin-left: 20px;
}
.contact_top_tit{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.contact_map{
    width:100%;
    height:300px;
    border:#ccc solid 5px; 
    margin-top:20px;
}
.OtherWrap {
    width: 100%;
}
.OtherWrap p {
    color: #525252;
    line-height: 30px;
}
.OtherWrap p img {
    padding: 2px;
    border: 1px solid #CFDCDC;
    box-sizing: border-box;
    max-width: 100%;
}
.jobcontent {
    float: left;
    margin: 5px 0 20px;
    padding-bottom: 10px;
    width: 100%;
}
#about_left {
    float: left;
    width: 230px;
}
#about_menu_top {
    background: url("../images/about_menu_top.jpg") no-repeat scroll center top transparent;
    float: left;
    height: 55px;
    width: 215px;
}
#about_menu_top .title {
    color: #FFFFFF;
    font-size: 14px;
    padding: 19px 0 0 60px;
}
#about_menu_list {
    background: url("../images/about_menu_list.jpg") repeat-y scroll 0 0 transparent;
    float: left;
    width: 215px;
}
#about_menu_list ul {
    list-style: none outside none;
}
#about_menu_list ul li {
    background: url(../images/about_menu_list_li.jpg) no-repeat scroll center top transparent;
    line-height: 32px;
    padding-left: 60px;
    padding-right: 30px;
    box-sizing: border-box;
}
#about_menu_list ul li a {
    color: #000000;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}
#about_menu_list ul li a:link {
    color: #000000;
}
#about_menu_list ul li a:visited {
    color: #000000;
}
#about_menu_list ul li a:hover {
    color: #000000;
}
#about_menu_list ul li.yes a {
    color: #2c764a;
    font-weight: bold;
    line-height: 32px;
}
#about_menu_list ul li.yes a:link {
    color: #2c764a;
}
#about_menu_list ul li.yes a:visited {
    color: #2c764a;
}
#about_menu_list ul li.yes a:hover {
    color: #2c764a;
}
#about_menu_list ul li.yes ul li a {
    color: #494949;
    font-weight: normal;
    line-height: 22px;
}
#about_menu_list ul li.yes ul li a:link {
    color: #494949;
}
#about_menu_list ul li.yes ul li a:visited {
    color: #494949;
}
#about_menu_list ul li.yes ul li a:hover {
    color: #494949;
}
#about_menu_list ul li ul {
    list-style: none outside none;
}
#about_menu_list ul li ul li {
    background: url("../images/about_menu_list_li_li.jpg") no-repeat scroll center top transparent;
    font-weight: normal;
    line-height: 22px;
}
#about_menu_list ul li ul li a {
    font-weight: normal;
    line-height: 22px;
    padding-left: 75px;
}
#about_menu_list ul li ul li.yes a {
    color: #2c764a;
    font-weight: bold;
}
#about_menu_list ul li ul li.yes a:link {
    color: #2c764a;
}
#about_menu_list ul li ul li.yes a:visited {
    color: #2c764a;
}
#about_menu_list ul li ul li.yes a:hover {
    color: #2c764a;
}
#about_menu_list ul li.yes ul li.yes ul li a {
    color: #494949;
    font-weight: normal;
}
#about_menu_list ul li.yes ul li.yes ul li a:link {
    color: #494949;
}
#about_menu_list ul li.yes ul li.yes ul li a:visited {
    color: #494949;
}
#about_menu_list ul li.yes ul li.yes ul li a:hover {
    color: #494949;
}
#about_menu_list ul li ul li ul {
    list-style: disc outside none;
    padding-left: 19px;
}
#about_menu_list ul li ul li ul li {
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
    line-height: 22px;
}
#about_menu_list ul li ul li ul li a {
    font-weight: normal;
    line-height: 22px;
    padding-left: 0;
}
#about_menu_list ul li.yes ul li.yes ul li.yes a {
    color: #1B88D4;
    font-weight: bold;
}
#about_menu_list ul li.yes ul li.yes ul li.yes a:link {
    color: #1B88D4;
}
#about_menu_list ul li.yes ul li.yes ul li.yes a:visited {
    color: #1B88D4;
}
#about_menu_list ul li.yes ul li.yes ul li.yes a:hover {
    color: #1B88D4;
}
#about_menu_bottom {
    background: url("../images/about_menu_bottom.jpg") no-repeat scroll center top transparent;
    float: left;
    height: 105px;
    width: 215px;
}


/* contact */
.lxwm {
    margin: 30px auto;
    overflow: hidden;
    width: 1050px;
}
.lxwm_l {
    float: left;
    /*height: 388px; width: 505px;*/
    width: 520px;
    height: 395px;
    border: #d9d9d9 solid 10px;
}
.lxwm_r {
    float: right;
    width: 480px;
}
.lxwm_r_tab {
    width: 480px;
}
.lxwm_r_tab2 {
    width: 100%;
    margin-top: 10px;
}
.lxwm_r_tab2_bt {
    width: 50%;
    margin-bottom: 10px;
}
.lxwm_r_tab2_nr {
    width: 99%;
    height: 120px;
    background: #d9d9d9;
    margin-bottom: 10px;
}
.lxwm_r_tab2 .inpt {
    width: 96%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #CFDCDC;
    color: #666666;
    padding: 0 2%;
}
.lxwm_r_tab2 .texat {
    width: 98%;
    height: 120px;
    line-height: 25px;
    border: 1px solid #CFDCDC;
    color: #666666;
    padding: 0 1%;
}
.lxwm_r_tab2 .btnt {
    margin: 10px 15px 10px 0;
    padding: 5px 30px;
    background: #2ea450;
    border: 0;
    color: #fff;
    cursor: pointer;
}
.lxwm_r_tab2 .restt {
    margin: 10px 20px;
    padding: 5px 30px;
    background: #2ea450;
    border: 0;
    color: #fff;
    cursor: pointer;
}



/* product */
.productWrap {
    /*background:#f6f6f6;*/
    padding: 0 10px 10px;
    width: 100%;
    overflow: hidden;
}
.productWrap li {
    float: left;
}
.imglist {
    width: 105%;
}
.imglist li {
    padding: 10px 20px 10px 1px;
}
.imglist li a {
    display: block;
}
.imglist li img {
    padding: 2px;
    border: 1px solid #717171;
    background: #FFFFFF;
}

/*.imglist li img a:hover{padding:2px; border:2px solid #717171; background:#000000;}*/
.imglist li p {
    text-align: center;
    padding: 10px 0;
}
.con_con_pro {
    /*margin-bottom:20px;*/
    width: 100%;
}
.con_con_pro img {
    border: 1px solid #eaeaea;
    padding: 2px;
    max-width: 100%;
}
.con_con_pro_1 {
    line-height: 32px;
    padding-left: 10px;
    /*padding-top: 20px;*/
    width: 100%;
}
.pro1 {
    width: 100%;
    min-height:200px;
    float: left;
    /*padding-left:10px; padding-top:10px;*/
    margin-bottom: 10px;
}
.z_pro1 {
    width: 100%;
    float: left;
    padding-top: 5px;
}
.z_pro1 img {
    width: 600px;
    max-width: 100%;
    border:2px solid #ece9e9; 
    display:block; 
    padding:5px;
}
.y_pro1 {
    width: 100%;
    float: left;
    line-height: 25px;
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #2c764a;
}
.pro_pic {
    width: 100%;
    /*padding-top:20px;*/
}
.pro_title {
    width: 150px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #2c764a;
    color: #fff;
    margin: 15px 0px;
    display: inline-block;
}
.pro_description img {
    max-width: 100%;
}

/*.pro_title a:hover,.pro_title a.current{ background-color:#06c; color:#fff;}*/
.pro_conten {
    display: block;
    margin-bottom: 30px;
}
.pro_bt {
    width: 100%;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    color: #525252;
}
.pro_nr {
    width: 100%;
    margin-top: 20px;
}
.pro_nr p {
    line-height: 25px;
    color: #525252;
    text-indent: 2em;
}
#hx_pro {
    width: 100%;
}
#hx_pro li {
    float: left;
    width: 23.5%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
}
#hx_pro li:nth-child(4n) {
    margin-right: 0;
}
#hx_pro li .ltit {
    float: left;
    width: 100%;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#hx_pro li .ltit a:hover {
    color: #0062bf;
    text-decoration: none;
}
#hx_pro ul .add-texts {
    border: 1px solid #d0d0d0;
    padding: 5px;
    display: block;
}
#hx_pro ul .add-imgs {
    height: 118px;
    overflow: hidden;
    position: relative;
}
#hx_pro ul .add-imgs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 100000px;
}

/*-news-*/
.news {
    width: 100%;
}
.news ul {
    padding-bottom: 20px;
    width: 100%;
}
.news li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    padding: 0 5px 0 15px;
    background: url(../images/newsdoc.gif) no-repeat 0 13px;
    width: 97%;
}
.news li a {
    color: #000000;
    max-width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_det {
    padding: 22px 5px 26px;
    color: #000000;
}
.news_det .tt {
    height: 70px;
    display: block;
    text-align: center;
    margin: 15px 0;
    color: #000;
}
.news_det .tt b {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.news_det .con img {
    max-width: 100%;
}
.news_det p {
    line-height: 22px;
}
.join {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.join .join_btn {
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    color: #fff; 
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}
.join .join_btn:last-child{
    margin-right: 0;
}
.join .join_btn:hover{
    color: #fff;
}
.join_us_btn{
    background: #007b03;
}
.return_btn{
    background: #999;
}
.join a {
    color: #333333;
}
.join a:hover {
    color: #000000;
    text-decoration: underline;
}

/* box */
#box {
    width: 100%;
    margin: 10px auto;
}
#container {
    position: relative;
    height: 312px;
    background: #FCFCFC;
}
#container .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 492px;
    height: 310px;
    overflow: hidden;
    background: #FAFAFA;
    border: 1px solid #ddd;
    z-index: 1;
    opacity: 1;
}
#container .item .pic {
    float: left;
    width: 210px;
    height: 280px;
    display: inline;
    margin: 15px;
}
#container .item .pic img {
    width: 210px;
    height: 280px;
    vertical-align: top;
}
#container .item .txt {
    float: left;
    width: 250px;
    margin-top: 12px;
}
#container .item .txt .tt {
    font-size: 14px;
    font-weight: 700;
}
#container .item .txt .ms {
    height: 24px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}
#control {
    height: 37px;
    text-align: center;
    background: url(../images/js_bg.png) no-repeat;
}
#control span {
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    display: inline-block;
    background-color: #FEFEFE;
    border: 1px solid #BCC1C5;
    margin: 13px 2px 2px;
}
#control span.active {
    background-color: #848484;
    border: 1px solid #6E6E6E;
}


.footer {
    background: url(../images/ft.jpg) repeat-x;
    color: #1b1b1b;
    line-height: 24px;
    font-family: arial;
}
.footer:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both
}
.ft-wrap {
    width: 100%;
    max-width: 1000px;
    min-height: 50px;
    _height: 50px;
    margin: 0 auto;
    height: 50px;
}
.footer .copyright {
    float: left;
    padding: 15px 0;
    width: 400px;
}
.footer .link {
    float: right;
    padding-top: 15px;
    line-height: 24px;
}
.footer .other {
    float: right;
    padding-top: 5px;
    line-height: 24px;
}
.footer a {
    color: #fff
}


/*-分页-*/
.zipage, .zi_page {
    clear: both;
    width: auto;
    /*height:30px;*/
    text-align: center;
    padding: 30px 0px 10px;
}
.zipage span {
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    background-color: #fff;
    color: #007b03;
    border: 1px solid #007b03;
    margin-right: 5px;
}
.zipage li {
    display: block;
    margin-top: 5px;
}
.zipage a {
    color: #000000;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    color: #343434;
    margin-right: 5px;
    border: 1px solid #515254;
    background-color: #fff;
}
.zipage a:hover {
    background-color: #007b03;
    color: #fff;
    padding: 1px 5px 1px 5px;
    font-weight: bold;
    text-decoration: none;
}
.zi_page a:hover {
    text-decoration: underline;
}
.pre_list {
    clear: both;
    width: 100%;
    height: 20px;
    padding-top: 5px;
    border: 1px dashed #999999;
    background-color: #c7f4ff;
    margin: 20px auto;
}
.pre_list .p {
    display: block;
    width: 300px;
    float: left;
    font-weight: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    padding-left: 10px;
}
.pre_list .n {
    display: block;
    width: 300px;
    float: right;
    text-align: right;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    padding-right: 10px;
}
.pre_list a {
    color: #333333;
}
.pre_list a:hover {
    color: #000000;
    text-decoration: underline;
}
.pro_sx {
 background-color: #C7F4FF;
    border: 1px dashed #999999;
    clear: both;
    margin: 20px auto;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.pro_sx strong {
       color: #000000;
    display: block;
    float: left;
    font-weight: normal;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    width: 45%;
    white-space: nowrap;
}
.pro_sx span {
    color: #000000;
    display: block;
    float: right;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
   width: 45%;
}
.pro_sx a {
    color: #333333;
}
.pro_sx a:hover {
    color: #000000;
    text-decoration: underline;
}
#head_r {
    float: right;
    text-align: right;
    padding-top: 8px;
    width: 90px;
    position: absolute;
    right: 5px;
    vertical-align: middle;
    display: none;
}
#head_r img {
    vertical-align: middle;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 5px;
    float: right;
    width: 25px;
    margin-right: 5px;
}
#path {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #E1E1E1;
}
#path_l {
    float: left;
    color: #009CDC;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
#path_r {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
}
#relative {
    width: 100%;
    clear: both;
}
#allmenu {
    width: 98%;
    z-index: 10;
    background: #2ea450;
    opacity: 1;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 1%;
}
#allmenu a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #2ea450;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #16943a;
    float: left;
    color: #FFF;
}
#allmenu a:hover {
    background: #0c9433;
}
#allmenu a:liks {
    background: #2ea450;
}
.en_icon {
    height: 25px;
    padding: 0 3px 0 3px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    float: right;
    display: block;
    margin-top: 8px;
}


/* 百度地图 */
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}
.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}


@media only screen and (max-width:800px) {
    .topArea {
        display: none;
        height: 0px !important;
    }
    .bg-topArea {
        display: none;
    }
    .wx {
        display: none;
    }
    .nav .sub {
        visibility: hidden;
    }
    .header {
        margin: 0px auto;
        height: 50px;
        width: 98%;
    }
    .header logo {
        width: 50%;
        max-width: 230px;
        margin: 0px;
    }
    .header logo img {
        width: 100%;
    }
    .header .search {
        width: 48%;
        max-width: 220px;
        float: right;
    }
    .search_input {
        width: 100%;
    }
    .search_bt {
        float: right;
        margin-top: -26px;
    }

    #hx_pro ul .add-imgs {
        height: 80px;
    }
    .main {
        width: 96%;
        margin: auto;
    }
    .z_info {
        width: 100%;
        margin: auto;
        float: none;
        margin-bottom: 10px;
        padding: 0px;
    }
    .z_news {
        width: 100%;
        margin: auto;
        float: none;
        padding: 0px;
    }
    .customer {
        display: none;
        visibility: hidden;
    }
    .footer {
        width: 98%;
        margin: auto;
    }
    .footer .copyright {
        width: 100%;
        text-align: center;
        float: none;
    }
    .footer .link {
        display: none;
    }
    .con_l {
        float: none;
        clear: both;
        width: 96%;
        margin: auto;
        padding: 0px;
        max-width: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .con_r {
        float: none;
        clear: both;
        width: 96%;
        margin: auto;
        padding: 0px;
        max-width: none;
        overflow: hidden;
    }
    #about_menu_top {
        background: none;
        float: none;
        width: 100%;
        padding: 0px;
        color: #2ea450;
        font-size: 18px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: auto;
    }
    #about_left {
        width: 100%;
    }
    .about {
        margin: 0px;
    }
    #about_menu_top .title {
        color: #2ea450;
        font-size: 22px;
        padding: 0px;
        font-family: "Microsoft Yahei";
        text-align: center;
    }
    #about_menu_list {
        background: none;
        width: 100%;
        text-align: center;
    }
    #about_menu_list ul {
        display: flex;
        flex-wrap: wrap;
    }
    #about_menu_list ul li {
        background: none;
        border: 1px solid #ddd;
        line-height: initial;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    #about_menu_list ul li:nth-child(2n){
        margin-right: 0;
    }
    #about_menu_list ul li a {
        padding: 0;
        height: 34px;
        line-height: 34px;
    }
    #about_menu_bottom {
        background: none;
        height: 0px;
    }
    .pro_fb {
        display: none;
    }

    #tags {
        margin: 0px;
    }
    .news {
        width: 100%;
    }
    .news li {
        overflow: hidden;
    }
    .news .left {
        max-width: 100%;
    }
    .news .right {
        width: 100%;
        display: block;
        overflow: hidden;
        float: none;
        color: #999;
    }
    .pro li {
        width: 33%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .pro li img {
        width: 98% !important;
        height: auto !important;
        margin: 0px;
        padding: 0px;
    }
    .z_pro1 img, .pro_conten img {
        max-width: 98% !important;
        height: auto !important;
        padding: 0px !important;
    }
    #hx_pro li{
        width: 49%;
        margin-right: 2%;
    }
     #hx_pro li:nth-child(2n){
        margin-right: 0;
     }
     .jobcontent td:last-child{
        display: none;
     }
}
@media only screen and (max-width:600px) {
    .topArea {
        display: none;
        height: 0px;
    }
    .bg-topArea {
        display: none;
    }
    .wx {
        display: none;
    }
    .navbox {
        display: none;
        visibility: hidden;
        height: 0px;
        overflow: hidden;
    }
    .nav .sub {
        visibility: hidden;
    }
    .header {
        margin: 0px auto;
        width: 98%;
        border-bottom: 2px solid #2ea450;
        padding-bottom: 5px;
    }
    .header .logo {
        width: 40%;
        max-width: 230px;
        margin: 0px !important;
        float: left;
    }
    .header .logo img {
        height: 50px;
        margin-top: 2px;
    }
    .header .search {
        width: 48%;
        max-width: 220px;
        float: right;
        display: none;
    }
    .search_input {
        width: 100%;
    }
    .search_bt {
        float: right;
        margin-top: -26px;
    }

    #head_r {
        display: block;
    }
    .flex-direction-nav {
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 25%;
        display: none;
    }
    .z_honor1 {
        width: 100%;
        float: none;
    }
    .z_honor1 img {
        width: 98%;
    }
    .y_honor1 {
        width: 100%;
        float: none;
    }
    .news {
        width: 100%;
    }
    .news li {
        overflow: hidden;
        background: url(../images/newsdoc.gif) no-repeat 0 15px;
        height: auto;
        line-height: 25px;
        padding-bottom: 5px;
        padding-top: 5px;
        height: auto;
    }
    .news_det img {
        max-width: 100%;
    }
    .pro_sx {
        display: none;
    }
    .pro li {
        width: 45%;
        margin: 0px;
        padding: 2.5%;
        text-align: center;
        height: auto;
    }
    .pro li img {
        width: 98% !important;
        height: auto !important;
        margin: 0px;
        padding: 0px;
    }
    .pro li span {
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        display: block;
        width: 100%;
    }
    .pro li span {
        padding-top: 5px;
    }
}
@media screen and (max-width:360px) {
    .search {
        display: none;
    }
    #search02 {
        clear: both;
        padding: 2%;
        width: 96%;
        z-index: 10;
        background: #333;
        opacity: 1;
        text-align: center;
        border-bottom: 1px solid #555;
    }
    #search02 .ss_input {
        outline: none;
        border: 0px none;
        width: 99%;
        background: #fff;
        height: 30px;
        line-height: 30px;
        padding-left: 1%;
    }
    #search02 .ss_an {
        float: right;
        position: relative;
        margin-top: -30px;
        height: 30px;
        width: 60px;
        background: #f50;
        border: none;
        cursor: pointer;
        color: #fff;
    }
    #search02 .ss_an:hover {
        background: #f30;
    }
    .navBar {
        display: none;
        height: 0px;
    }
    .z_info_cons {
        height: 167px;
        overflow: hidden;
    }

    .main {
        width: 96%;
        margin: auto;
    }
    .z_info {
        width: 100%;
        margin: auto;
        float: none;
        margin-bottom: 10px;
        padding: 0px;
    }
    .z_news {
        width: 100%;
        margin: auto;
        float: none;
        padding: 0px;
        border-top: 1px solid #ddd;
        margin-top: 20px;
        clear: both;
    }
    .customer {
        display: none;
        visibility: hidden;
    }
    .footer .copyright {
        width: 100%;
        text-align: center;
        float: none;
        display: none;
    }
}



.z_info_shows {
    border-bottom: 1px solid #DDD;
    padding: 5px 0;
    box-sizing: border-box;
    color: #666;
    font-family: "微软雅黑";
}
.z_info_shows_l_tit{
    color: #2F6846;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.z_info_shows_l_desc{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    font-weight: bold;
    letter-spacing: 1px;
}
.z_info_shows_l_desc::before{
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background: #2F6846;
    margin: 0 6px;
}
.more_btn{
    font-size: 10px;
    color: #333;
}


/* 暂无图片 */
.bg {
    overflow: hidden;
    position: relative;
}
.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}

/* 到顶 */
.totop{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2ea450;
    position: fixed;
    right: 1%;
    bottom: 50px;
    border-radius: 3px;
    z-index: 9999;
    opacity: 0;
    transition: all .4s;
}
.totop.show{
    opacity: 1;
}

/* 在线客服 */
.customer{
    width: 140px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
}
.customer_tit{
   color: #eb6100;
   text-align: center;
   font-weight: 600;
   font-size: 13px;
}
.customer_line{
    background: linear-gradient(to left, #fcb46d 25%, #afa295 25% 50%, #7093af 50% 75%, #fcb46d 75%);
    margin: 5px 0 10px;
    width: 100%;
    height: 1px;
}
.customer_icon{
    width: 100%;
    display: flex;
    justify-content: center;
}
.customer_icon img{
    max-width: 100%;
}
.kefu_btn{
    background: #f9f9f9;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d3d3;
    font-size: 12px;
    margin: 10px 0;
    height: 20px;
}
.kefu_tit{
    text-align: center;
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 600;
}
.kefu_phone{
    color: #2ea450;
    text-align: center;
    line-height: 1.875;
}

.banner {
    max-width: 1000px;
    margin: 0 auto;
}
.banner img{
    max-width: 100%;
}
.banner .swiper-button-prev,  .banner .swiper-button-next{
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .15);
}
.banner .swiper-button-prev::after,  .banner .swiper-button-next::after{
    font-size: 18px;
    color: #fff;
}