@charset utf-8;
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
    font-size: 14px;
    font-style: normal;
    list-style: none;
    text-decoration: none;
}

.container{
    margin: 0 auto;
    width: 1200px;
}

.w1200{ width: 1200px; margin: 0 auto;}
.container_top{
    margin: 0 auto;
    width: 1200px;
}
a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

li:hover{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient:hover{
   transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
}
.clear{clear: both}
body{overflow-x:hidden }
::-moz-selection{background:#0d6441; color:#fff;}
::selection {background:#0d6441; color:#fff;}


/* 网站头部 */
.top{ height: 104px;}
.top .logo{ width: 270px; float: left; display: block;}

.top .logo img{ 
    margin-top:16px;
}


.top .nav{
    height: 104px;
    width:748px;
    float: left;
}
.top .nav li{
    float: left;
    line-height: 104px;
    height: 104px;

}

.top .nav .nLi{ text-align: left; width: 104px; float: left; overflow: hidden;}
.top .nav .nLi a{display: block;height: 104px; line-height: 104px; font-size:15px; }
.top .nav .nLi a span{ font-size: 15px;}
.top .nav .active a{display: block;height: 104px; line-height: 104px; font-size:15px; font-weight: bold; }
.top .nav .active::after a{ content: ""; display: block; position: absolute; height: 5px; width: 80px; background: #0d6441;left: 0; bottom: 0;}
.top .nav .active a span{ color: #0d6441}
.top .nav .nLi ul{ background: rgba(255,255,255,0.7); position: absolute;top: 104px; z-index: 999; display: none; }
.top .nav .nLi ul li{ height: 36px;line-height: 36px; text-align: center;float: none; padding: 0 20px; }
.top .nav .nLi ul li:hover{ background: #fff;}
.top .nav .nLi ul li a{font-size: 14px; display: block; line-height: 36px; font-weight: normal; background: none}


.top_right{ width: 118px; height: 42px; background: #0d6441; border-radius: 21px; float: right; margin-top: 30px; padding-left: 8px;}
.top_right a{ display: block; height: 30px; width: 30px; border-radius: 50%;background: #fff; float:left; margin:6px 3px; text-align: center; line-height: 30px; position: relative; z-index: 998}
.top_right a .top_weixin_1,.top_right a .top_weixin_2{ display: none;}
.top_right a:hover .top_weixin_1{ display: block; position: absolute; z-index: 999; top: 40px; left:0px;}
.top_right a:hover .top_weixin_2{ display: block; position: absolute; z-index: 999; top: 44px; left: -50px; height: 36px;  width: 150px; border: 2px solid #0d6441; text-align: center; line-height: 36px; font-size: 18px;  background: #fff; color: #0d6441; font-weight: bold;}

/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */
/* 轮播图 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 540px;
    background: #000;
    z-index: 99;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 540px;
    overflow: hidden;
    text-align: center;
    line-height: 540px;
}

.fullSlide .bd li >a {
    display: block;
    height: 540px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 46px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin: 4px;
    overflow: hidden;
    background: none;
    line-height: 999px;
    border: 2px solid #fff;

}

.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
}

.fullSlide .prev,.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 10%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 10%;
    background-position: -6px -137px;
}

.banner_bg_top{
    height: 16px;
    background: url(../images/banner_bg_top.png) repeat-x top;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}


.scrollbox{height: 81px; position:absolute; bottom: -50px; z-index: 999; width: 100%; background: #fff; width: 1200px; overflow:  hidden;border: 1px solid #eee;}
#scrollDiv{width:878px;height:81px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv ul{ width: 878px; height: 81px; overflow: hidden;}
#scrollDiv li{height:90px; width:50%; float: left;}
#scrollDiv li p{text-indent: 30px; line-height: 81px; height: 81px;}
#scrollDiv li p span{ color: #999; font-sizse: 14px; float: right; line-height: 81px;}


.scroltit{ width: 192px; height: 81px; float: left; background: #0d6441; position: relative; overflow: hidden;}
.scroltit p{ font-size: 20px; color: #fff; margin-top: 20px; margin-left: 25px;}
.scroltit p span{ font-size: 12px;line-height: 2; display: block; color: #fff;}
.scroltit #but_down{ position: absolute; height: 15px; width: 11px; background: url(../images/lushuihe_4.png) no-repeat left; right: 34px; bottom: 34px; }
.scroltit #but_up{ position: absolute; height: 15px; width: 11px; background: url(../images/lushuihe_4.png) no-repeat right; right: 17px; bottom: 34px; text-indent: 9999px;}
.zuixin_right{ width: 100px;background:url(../images/lushuihe_14.png) no-repeat left center; text-align: center; position: absolute; right: 0; bottom: 0;}
.zuixin_right a{ display: block; height: 81px; width: 100px; line-height: 81px;}

/* 首页关于我们 */
.index_about_main{ height: 540px; background: url(../images/lushuihe_44.jpg) no-repeat bottom center; padding-top: 100px;}
.index_about_main .index_about_left { width: 678px; float: left; }
.index_about_main .index_about_left h2{ font-size: 24px; color:#454545; line-height: 1.5; margin-bottom:8px;}
.index_about_main .index_about_left p{line-height: 30px; color: #666; text-align: justify;}
.index_about_main .index_about_left p img{ float: left;margin-top: 8px; margin-right: 20px;}

.index_about_right{ width: 495px; float: right; margin-top: 24px;}
.index_about_right a{  display: block; width: 160px; height: 310px; float:left; margin-right: 5px;}
.index_about_right a:first-child{ background: #313e83;}
.index_about_right a:nth-child(2){ background: #0263d5;}
.index_about_right a:last-child{ background: #ff9e02;}
.index_about_right a:last-child{ float: right !important; margin-right: none !important;}
.index_about_right a .top_img{ width: 160px; height: 170px; overflow: hidden;}
.index_about_right a .top_img img{ transition: all .4s;}
.index_about_right a:hover .top_img img{ transform: scale(1.04); transition: all .4s;}
.index_about_right a .about_text{ height: 140px; position: relative;}
.index_about_right a .about_text p{ color: #fff; font-size: 18px; padding-top: 45px; margin-left: 20px;}
.index_about_right a .about_text p span{ display: block; color: rgba(255,255,255,0.5); font-size: 12px;}
.index_about_right a .about_text .bottom_about{ position: absolute;  bottom: 0;  height: 24px; width: 100%; line-height: 24px; text-indent: 20px; background: rgba(0,0,0,0.15); color: #fff; font-size: 12px;}
.index_about_right a .about_text .bottom_about span{display: block; height: 24px;  width: 24px; float: right; text-align: center; line-height: 24px; background: rgba(0,0,0,0.2) url(../images/lushuihe_7.png) no-repeat center;  }

.count{ margin-top: 50px;}
.count li{ float: left; width: 299px; border-right: 1px solid #eee; text-align: center;}
.count li:last-child{ border-right: none;}
.count li p{ font-size: 48px; color: #666;} 
.count li p span{ color: #666; font-size: 14px;}
.count li p i{font-style: normal; font-size: 16px; text-align: center; display: block;}



/* 首页产品中心 */
.index_pro_main{height: 640px; background: url(../images/lushuihe_46.jpg) no-repeat fixed center;}
.index_title_1{ text-align: center; padding-top: 80px; overflow: hidden; margin-bottom: 50px;}
.index_title_1 p{ font-size: 24px; color: #fff; background: url(../images/lushuihe_9.png) no-repeat center; text-align: center; height: 45px; line-height: 45px;}
.index_title_1 span{ font-size: 14px; color: #fff; margin-top: 10px; display: block;}
.index_pro_main ul{overflow: hidden; margin-bottom: 40px;}
.index_pro_main ul li{  width:25%; float: left; text-align: center; }
.index_pro_main ul li .index_pro_img{ transition: all .4s; width: 225px; height: 225px; border-radius: 50%; overflow: hidden;  border: 10px solid rgba(255,255,255,0); background: url(../images/lushuihe_8.png) no-repeat center; margin: 0 auto;}
.index_pro_main ul li .index_pro_img img{transition: all .4s; height: 100%; margin-left: -50px;}
.index_pro_main ul li:hover .index_pro_img img{transform: scale(1.04); transition: all .4s;}
.index_pro_main ul li p a{ display: block;  margin-top: 20px; font-size: 18px; color: #fff;}
.index_pro_main .pro_more{ height: 36px; line-height: 36px;width:136px; margin: 0 auto; background:#fff url(../images/lushuihe_15.png) no-repeat 106px 9px; color: #065b39; text-align: center; border-radius: 18px; display: block;}



/* 首页新闻中心 */
.index_new_main{ overflow: hidden; padding: 60px 0;}
.index_news_left{ width: 810px; float: left;}
.index_news_left h3{ height: 54px; line-height: 54px; border-bottom: 1px solid #eee; font-size: 24px;  color: #065b39; margin-bottom: 25px;}
.index_news_left h3 span{ font-size: 18px; color: #e5e5e5; margin-left: 10px;}
.index_news_left .news_first_main{ height:428px; width: 405px; border: 1px solid #eee; float:left;}
.index_news_left .news_first_main .news_first_img{ height: 262px; width: 405px; overflow: hidden; position: relative;}
.index_news_left .news_first_main .news_first_img img{transition: all .4s;}
.index_news_left .news_first_main:hover .news_first_img img{ transform: scale(1.04); transition: all .4s;}
.index_news_left .news_first_main .news_first_img p{ position: absolute;  height: 80px; width: 90px; background: #065b39; color: #fff; line-height: 36px; text-align: center; font-size: 20px; top: 0; left: 0; padding-top: 10px;}
.index_news_left .news_first_main .news_first_img p span{ color: #fff;  text-align: center; font-size: 16px; display: block; line-height: 32px;  width: 100%; border-top: 1px solid rgba(255,255,255,0.2);}
.index_news_left .news_first_main p a{font-size: 18px; padding-left: 20px; line-height: 54px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; width: 100%;}
.index_news_left .news_first_main p a:hover{ color: #065b39}
.index_news_left .news_first_main span.news_first_span{ padding-left: 20px;  line-height: 24px; color: #777; display: block;}
.index_news_left .news_first_main a.index_news_more{display: block;height: 28px;  width: 100px; border-radius: 14px; background: #eee url(../images/lushuihe_16.png) no-repeat 80px 8px; color: #065b39; line-height: 28px;  margin-left: 20px; margin-top: 12px; text-indent: 15px;}
.index_news_left .news_first_main a.index_news_more:hover{background: #065b39 url(../images/lushuihe_6.png) no-repeat 80px 8px; color: #fff;}
.index_news_left ul{ width: 374px; float:right;}
.index_news_left ul li{ width: 374px; border-bottom: 1px dashed #dedede; overflow: hidden; padding-bottom: 15px;}
.index_news_left ul li a{ font-size: 16px; color: #333; line-height: 45px; display: block; padding-top: 5px;}
.index_news_left ul li a:hover{ color: #065b39}
.index_news_left ul li span{ display: block; line-height: 24px; color: #777; font-size: 14px; margin-bottom: 10px;}
.index_news_left ul li i{ color: #777; font-size: 14px; float:left; margin-right: 20px; padding-left: 20px;}
.index_news_left ul li i.date{ background: url(../images/lushuihe_17.png) no-repeat left 3px;}
.index_news_left ul li i.cunt{ background: url(../images/lushuihe_18.png) no-repeat left 3px;}
.index_news_left ul li:last-child{border-bottom: none;}

.index_news_right{ width: 350px; float: right;}
.index_news_right h3{ height: 54px; line-height: 54px; border-bottom: 1px solid #eee; font-size: 24px;  color: #065b39; margin-bottom: 25px; }
.index_news_right h3 span{ font-size: 18px; color: #e5e5e5; margin-left: 10px;}
.index_news_right ul li{ border-bottom: 1px dashed #dedede; overflow: hidden; padding-bottom: 25px;}
.index_news_right ul li a{ font-size: 16px; color: #333; line-height: 24px; margin-top: 25px; display: block;}
.index_news_right ul li a:hover{ color: #065b39}
.index_news_right ul li span{ font-size: 14px; color: #777; display: block; line-height: 30px;}



/* 首页合作伙伴 */
.index_hezuo_main{ height: 470px; background: url(../images/lushuihe_47.jpg) no-repeat center;}
.index_hezuo_main .index_hezuo_title{  overflow: hidden; padding-top: 60px;}
.index_hezuo_main .index_hezuo_title p{ text-align: center; height: 45px; background: url(../images/lushuihe_10.png) no-repeat center; line-height: 45px; color: #065b39; font-size: 24px;}
.index_hezuo_main .index_hezuo_title span{ font-size: 14px; text-align: center; display: block; color: #666; line-height: 42px; } 
.index_hezuo_main ul{ width: 1250px; margin-top: 10px; overflow: hidden; margin-bottom: 30px;}
.index_hezuo_main ul li{ width: 192px; height: 89px; float: left;  margin-right: 10px; margin-bottom: 10px; overflow: hidden;}
.index_hezuo_main ul li img{transition: all .4s;}
.index_hezuo_main ul li:hover img{transform: scale(1.04); transition: all .4s;}
.hezuo_more{ width: 136px; height: 36px; line-height: 36px; color: #065b39; font-size: 16px; display: block; margin: 0 auto; border-radius: 18px; text-indent: 30px; background:#fff url(../images/lushuihe_15.png) no-repeat 110px 10px;}



/* 网站底部 */
.footer .fp-tableCell{display: block!important;}
.footer{width:100%; height:230px!important; background:#333; padding-top: 60px; display: block!important;}
.footer_top{width:100%; height:176px; }
.footer_p{width:auto; float: left;}
.footer_p img{margin-bottom: 30px;}
.footer_p p{font-size: 14px; color: #fff; line-height: 26px;}
.footer_nav{width:256px; height: auto;  float: left; margin-left: 250px;}
.footer_nav a{font-size: 14px; color: #fff; float: left; margin-bottom: 30px; width: 50%}
.footer_right{width:220px; height: 112px; float: right}
.slideTxtBox{ width:100%;}
.slideTxtBox .hd{ height:32px; line-height:32px; width:98px; float: left}
.slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.slideTxtBox .hd ul li{width:100%; height: 32px; color: #fff; margin-bottom: 8px; cursor: pointer}
.slideTxtBox .hd ul li p{width:100%; height: 100%; padding-left: 38px; font-size: 14px; color: #fff;}
.slideTxtBox .hd ul li.on{ background: #0d6441; border-radius: 5px; color: #fff;}
.ks p{background: url(../images/i_ks.png) no-repeat 10px center;}
.wx p{background: url(../images/i_wx.png) no-repeat 10px center;}
.sj p{background: url(../images/i_sj.png) no-repeat 10px center;}
.slideTxtBox .bd{width:112px; height: 112px; float: right}
.slideTxtBox .bd ul{width:100%; height: 100%;}
.slideTxtBox .bd li{width:112px; height: 112px;}
.slideTxtBox .bd li img{width:100%; height: 100%;}
.copy {width: 100%; height: 50px;  color: #ffffff; font-size: 12px; line-height:50px;  border-top: 1px solid #3b3b3b}
.copy_l{float:left; font-size:14px; color:#ffffff}
.copy_l span{color:#027fbf}
.copy_l a{color:#fff}
.copy_l a:hover{color:#d11a2b!important}
.copy_r{float:right; margin-left:15px;}
.footer_zhichi{width:422px; height:45px;  float: right}
.footer_zhichi p{ width:191px; float: left; margin-left: 20px; font-size: 14px; color:#ffffff;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top: 12px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top: 12px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 12px; color: #ffffff;}
.footer_zhichi i{ float: left;}




/* -----------------------------------------------------内页通用样式----------------------------------------------------- */
.top_ny{ height: 300px;  text-align: center; margin-bottom: 49px;}
.top_ny .dzr_nav{ width: 770px; float: right; height: 100px; position: relative; z-index: 999}
.top_ny p.col_name{ color: #fff;  font-size: 36px; margin-top: 100px; height: 72px; line-height: 72px; background: url(../images/inside_page_1.jpg) no-repeat center bottom;}

.about_banner{background: url(../images/inside_page_banner_1.jpg) no-repeat center top;}
.pro_banner{background: url(../images/inside_page_banner_2.jpg) no-repeat center top;}
.shouq_banner{background: url(../images/inside_page_banner_3.jpg) no-repeat center top;}
.news_banner{background: url(../images/inside_page_banner_4.jpg) no-repeat center top;}
.service_banner{background: url(../images/inside_page_banner_5.jpg) no-repeat center top;}
.contact_banner{background: url(../images/inside_page_banner_6.jpg) no-repeat center top;}



.mainlevel{ width: 124px; -moz-border-radius: 0px 0px 6px 6px;-webkit-border-radius: 0px 0px 6px 6px;border-radius:0px 0px 6px 6px; text-align: center; color: #fff; float: left; margin-right: 3px;padding-top: 60px; padding-bottom: 18px;}
.mainlevel a span{ color: #fff; font-size: 16px; padding-top: 60px;}
.nav_ny1{background:#e9a730 url(../images/dzr_ny_1.png) no-repeat center 19px;}
.nav_ny2{background:#23a7dd url(../images/dzr_ny_2.png) no-repeat center 19px;}
.nav_ny3{background:#8fc93e url(../images/dzr_ny_3.png) no-repeat center 19px;}
.nav_ny4{background:#e1ad45 url(../images/dzr_ny_4.png) no-repeat center 19px;}
.nav_ny5{background:#949465 url(../images/dzr_ny_5.png) no-repeat center 19px;}
.nav_ny6{background:#94c954 url(../images/dzr_ny_7.png) no-repeat center 19px;}

.mainlevel ul{display: none; padding-top: 20px; z-index: 999}
.mainlevel ul li a{ line-height: 26px; color: #fff; font-size: 14px;}
.pub_number_ny{ height: 64px !important; line-height: 64px !important; }

/* 左侧栏目树 */
.main_left{ width: 180px; float: left;}
.main_left .col_tree{ width: 180px; border-radius: 6px; background: #f6f6f6; overflow: hidden;  text-align: center; padding-bottom: 8px; margin-bottom: 9px;}
.main_left .col_tree p{font-size: 18px; height: 45px; line-height: 45px; color: #fff; font-weight: bold; background: #0d6441; margin-bottom: 12px;}
.main_left .col_tree a{ display: block; width: 156px; height: 36px; line-height: 36px; background: #fff; color: #333; margin:  0 auto 6px auto; font-size: 14px; }
.main_left .col_tree a:hover,.main_left .col_tree a.on,.main_left .col_tree a:hover,.main_left .col_tree a.active{  color: #0d6441;}
.main_left img{ margin-bottom: 5px;}

/* 右侧内容样式 */
.main_right{ width: 975px; float:right; overflow: hidden; min-height: 500px;}
.main_right p{ line-height: 1.8;}
.main_right .location{ height: 56px; line-height: 56px; text-align: right; border-bottom: 1px solid #eee; color: #666; margin-bottom: 20px;}
.main_right .location span{display: block; font-size: 18px; font-weight: bold; color: #454545; float: left; width: 40%; text-align: left;padding-left: 20px; position: relative;}
.main_right .location span::before{ content: ""; position: absolute; display: block; left: 0; bottom: 17px; height: 20px;  width: 8px;background: #0d6441; border-radius: 3px;}
.main_right .col_title_nr{ height: 56px; line-height: 56px; font-size: 24px; margin: 30px 0; background: url(../images/dzr_ny_10.png) no-repeat bottom left;}
.footer_ny {
    height: 42px;
    background: url(../images/footer_bg.png);
    width: 100%;
    color: #fff;
    font-size: 12px;
}

.footer_ny a{ color: #fff; font-size: 12px;}
.footer_ny p {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
}

.footer_ny ul {
    float: right;
    width: 370px;
}

.footer_ny ul li,.footer_ny ul li span {
    float: left;
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}

.footer_ny p {
    display: inline;
}

.footer_ny ul li a {
    float: right;
    margin-top: 10px;
}

.footer_ny ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-right: 20px;
}

.footer_ny ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../images/vl_hover.png) no-repeat;
}

.footer_ny ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../images/ws.png) no-repeat;
}

.footer_ny ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../images/ws_hover.png) no-repeat;
}
/* -----------------------------------------------------以上为内页通用样式----------------------------------------------------- */


/* 在线招聘内容 */
.jobs_main,.pro_main,.recommend_main{ width: 1000px; overflow: hidden;}
.jobs_main li.job_list{ float: left; width: 312px; height: 146px; background: #f6f6f6;  border-radius: 6px; margin-right: 16px; margin-bottom: 16px; padding: 29px 26px; position: relative;}
.jobs_main li.job_list .job_name{ font-size: 18px; margin-bottom: 10px;}
.jobs_main li.job_list .job_nr{ font-size: 14px; color: #666; line-height: 28px;}
.jobs_main li.job_list .fb_time{ position: absolute; top: 32px; color: #999; right: 26px;}

.jobs_main li a{
    display: block;
    width: 84px;
    height: 29px;
    border: 1px solid #eee;
    border-radius: 6px;
    font-size: 14px;
    /* color: #68747f; */
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 26px;
    bottom: 29px;
    border-color: #eee;
    color: #333;
    background: #fff;
    /* transition: all .3s; */
}

.reveal-modal {
    position: fixed;
    width: 560px;
    height: auto;
    background: #fff;
    z-index: 9999;
    top: 50%!important;
    left: 50%;
    margin: auto;
    border-radius: 6px;
    box-sizing: border-box;
    visibility: hidden;
    padding: 28px 42px 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-bottom: 40px;
    overflow: hidden;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    margin: auto;
    display: none;
    background: rgba(62, 70, 76, 0.1);
}

.close-reveal-modal {
    background: url(../images/close.png) no-repeat center;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.myModel_tit p {
    font-size: 20px;
    color: #68747f;
    margin-bottom: 26px;
}

.job_title_big{ font-size: 18px; height: 80px; border-bottom: 1px dashed #dedede; margin-bottom: 10px; line-height: 36px;}

.reveal-modal .zpgw{ float: left; margin-right: 30px; color: #999;}
.reveal-modal .middle_title{ font-size: 16px; height: 42px; line-height: 42px;  background: url(../images/dzr_ny_11.png) no-repeat bottom left; margin-bottom: 10px;}
.reveal-modal .rz_nr{ color: #666; line-height: 26px; padding-bottom: 10px;}

/* 新闻中心列表页 */
.news_list_ny li{ width: 970px; height:86px; background: #f9f9f9; margin-left: 3px; padding: 25px 0; border-radius: 6px; margin-bottom: 20px;}
.news_list_ny li:hover{ background: #fff;-webkit-box-shadow:0px 0px 2px 2px #f6f6f6; -moz-box-shadow:0px 0px 2px 2px #f6f6f6; box-shadow:0px 0px 2px 2px #f6f6f6; }
.news_list_ny li .news_list_date{ width: 126px;height: 136px; background: url(../images/dzr_ny_12.png) no-repeat right top; float: left; clear: both;}
.news_list_ny li .news_list_date p{ padding-left: 36px; font-size: 18px; color: #999; font-family: Impact; line-height: 26px;}
.news_list_ny li .news_list_date p span{ display: block; font-size: 30px; color: #0d6441; font-family: Impact;  line-height: 36px}
.news_list_nr{ float: left; width: 786px; margin-left: 30px;}
.news_list_nr p{ margin-bottom: 10px;}
.news_list_nr p a{ font-size: 16px; }
.news_list_nr span{ display: block; color: #666; line-height: 30px; text-align: justify;}



/* 产品列表页 */
.picList{ width: 1000px; overflow: hidden;}
.picList li{ width:293px; height: 238px; border:1px solid #eee; border-radius: 6px; float: left; margin-right: 18px; padding: 9px 9px 0 9px; margin-bottom: 18px;}
.picList .img{ width: 293px; height: 190px; overflow: hidden;}


.pro_main li{ width:293px; height: 248px; border:1px solid #eee; border-radius: 6px; float: left; margin-right: 18px; padding: 9px 9px 0 9px; margin-bottom: 18px;}
.pro_main li .pro_img_a{ width: 293px;  height: 190px; overflow: hidden;  display: block; border-radius: 4px;}
.pro_main img{transition: all .2s; height: auto !important; width: 100%;}
.pro_main img:hover{transform: scale(1.1); transition: all .3s;}


.picList li .pro_img_a{ width: 293px;  height: 190px; overflow: hidden;  display: block; border-radius: 4px;}
.picList img{transition: all .2s; height: auto !important; width: 100%;}
.picList img:hover{transform: scale(1.1); transition: all .3s;}
.pro_title p{ float: left; height: 48px; line-height: 48px;}
.pro_title span{ float: right;}
.pro_title span a{ display: block; height: 28px; line-height: 28px; border-radius: 14px; width: 76px;  line-height: 28px; border: 1px solid #0d6441; text-align: center; color: #0d6441; margin-top: 9px;}
.pro_title span a:hover{ background: #0d6441; color: #fff;}


/* 新闻中心详情页 */
.news_detail_title{ font-size: 24px; text-align: center; margin:16px 0; color: #454545}
.news_detail_date{ color: #999; text-align: center; padding-bottom: 14px; border-bottom: 1px solid #eee;}
.news_body{ line-height: 30px;color: #666; text-align: justify; margin-top: 15px; margin-bottom: 30px; }
.news_body *{ color: #666;}
.news_body img{ border-radius:6px; margin-top: 6px;}
.detail_down_up{  background: #f6f6f6; border-radius: 6px; padding: 20px 20px 20px 26px; line-height: 28px; margin-bottom: 40px; position: relative; color: #666;}
.detail_down_up p a{ width: 120px; height: 36px; line-height: 36px; color: #fff; position: absolute; top: 30px; right: 25px; background:#0d6441 url(../images/dzr_ny_13.png) no-repeat 18px center; border-radius: 6px; text-indent: 40px;}
.detail_down_up p a:hover{background: #333 url(../images/dzr_ny_13.png) no-repeat 18px center;}
.recommend_main{ margin-bottom: 40px; overflow: hidden;}
.recommend_main li{ height: 54px; line-height: 54px; background: url(../images/dzr_ny_14.png) no-repeat left center; text-indent: 24px; margin-right: 30px; width: 470px; border-bottom: 1px dashed #eee; float: left;}
.recommend_main li span{ float: right; color: #999;}
.recommend_main li:hover{ background: url(../images/dzr_ny_15.png) no-repeat left center;}




/* 关于我们 */
.about_profile{ height: auto; margin-bottom: 50px;}
.about_profile p{color: #454545; line-height: 24px;}
.about_profile_text{ width: 658px; float: left; text-align: justify; line-height: 32px;  color: #666;}
.about_profile_img{ width:291px;  height: 416px; float: right; }
.about_count{ height: 114px; width: 970px; border-radius: 6px;padding-left: 40px; padding-top: 22px; -webkit-box-shadow:0px 0px 2px 2px #f6f6f6; -moz-box-shadow:0px 0px 2px 2px #f6f6f6; box-shadow:0px 0px 2px 2px #f6f6f6; margin-left: 3px; margin-top: 25px;}
.about_count li{ float: left;  width: 220px; text-align: center;}
.about_count li p{font-size: 36px; font-weight: bold;  color: #0d6441;}
.about_count li p span{font-weight: normal; font-size: 14px; color: #333;}
.about_count li i{line-height: 24px; font-style:normal; text-align: left !important;}
.about_crcm{ height: auto; margin-bottom: 50px;}

.picScroll-left{ width:973px;  overflow:hidden; position:relative;}
.picScroll-left .hd{ overflow:hidden;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block; height: 36px; width: 36px; border: 1px solid #333; border-radius: 6px; cursor: pointer; float: left; margin-right: 7px;}
.picScroll-left .hd .prev{ background: url(../images/dzr_ny_16.png) no-repeat center;}
.picScroll-left .hd .next{ background: url(../images/dzr_ny_17.png) no-repeat center;}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width: 312px; background: #f6f6f6; height: 218px; border-radius: 6px; overflow: hidden; margin-right: 20px; margin-bottom: 20px;}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li em{ height: 176px; width: 100%; display: block; overflow: hidden;}
.picScroll-left .bd ul li img{ height: 100%; width: 100%; transition: all .3s;}
.picScroll-left .bd ul li img:hover{transform: scale(1.2); transition: all .3s;}
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 16px;}

.about_culture{ height: auto; margin-bottom: 50px;}
.about_culture .culture_text{line-height: 36px; color: #666; text-align: justify;}
.about_culture .culture_bg{ height: 273px;  width: 100%; background: url(../images/qywh_bg.png) no-repeat center;}
.about_culture .culture_bg ul{  width: 564px; float: left; margin-left: 200px; margin-top: 60px;}
.about_culture .culture_bg ul li{ font-size: 16px; color: 333;  float: left; width: 236px; margin-bottom: 6px; line-height: 28px;}
.about_culture .culture_bg ul li em{ display: block; color: #666;font-size: 14px; font-style: normal;}

/* 相册效果 */
.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: #111; opacity: 0; z-index: 999999; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.Gallery.show { opacity: 1; }
.g-bottom, .g-left, .g-right, .g-top { z-index: 99; display: block; -webkit-appearance: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.g-top { position: absolute; top: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left.none, .g-right.none { opacity: .3; cursor: not-allowed; }
.g-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left { position: absolute; top: 43%; left: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.g-right { position: absolute; top: 43%; right: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.Gallery img { max-height: 87%; max-width: 99%; }
.Gallery.Gallery-none img { max-height: 100%; max-width: 99%; }
.Gallery-wrap { width: 100%; height: 100%; position: relative; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.g-left:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; left: 16px; top: 50%; margin-top: -1px; }
.g-left:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-top: none; border-right: none; display: block; position: absolute; left: 16px; top: 50%; margin-top: -6px; }
.g-right:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; right: 16px; top: 50%; margin-top: -1px; }
.g-right:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-left: none; border-bottom: none; display: block; position: absolute; right: 16px; top: 50%; margin-top: -6px; }
.g-list { width: 100%; height: 100%; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 0; }
.g-list span { display: inline-block; vertical-align: middle; height: 100%; }
.g-list img { vertical-align: middle; cursor: -webkit-grab; cursor: grab; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; }
.Gallery-wrap.grab .g-list img { cursor: -webkit-grabbing; cursor: grabbing; }
.g-top .g-count { width: auto; height: 100%; position: absolute; left: 0; top: 0; padding: 0 18px; }
.g-top button { height: 45px; width: 45px; border: none; position: absolute; right: 0; top: 0; opacity: .8; background: 0 0; -webkit-tap-highlight-color: transparent; }
.g-top span { display: block; width: 100%; height: 100%; line-height: 45px; color: #fff; }
.g-close { cursor: pointer; }
.g-close:after { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; left: 8px; top: 21px; }
.g-close:before { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; left: 8px; top: 21px; }
.g-top button:hover { opacity: 1; }
.loading { width: 100%; height: 100%; background: #111111; position: absolute; left: 0; top: 0; z-index: 1000; }
.loading s { display: block; width: 30px; height: 30px; background: #0ad1a9; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px; -moz-animation: load 1.5s linear infinite; -webkit-animation: load 1.5s linear infinite; }
.loading p { text-align: center; font-size: 12px; position: relative; top: 50%; margin-top: 25px; }


/* 联系方式 */
.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; }
.contact_icon{ height: 130px; margin-top: 50px; width: 100%;}
.contact_icon li{ width: 25%; text-align: center; float: left;}
.contact_icon p{font-size:16px; line-height: 32px; margin-top: 5px;}
.contact_icon span{ font-size: 14px; color: #666;}


.bottom_weixin {
    position: relative;
    color: #666;
    text-align: center;
    display: block;
    float: right;
}

.bottom_weixin img.qrcode {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: -20px;
    width: 116px;
    max-width: none;
    height: 116px;
    transform: scale(0);
    transform-origin: top;
    opacity: 0;
    border-radius: .25rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.bottom_weixin:hover img.qrcode {
    transform: scale(1);
    opacity: 1;
}

.top_ny p{ font-size: 36px; color: #fff;  text-align: center;  padding-top: 118px;  font-weight: bold;}
.top_ny span{ font-size: 18px; text-align: center; color: #fff;letter-spacing:6px}


.main-r{ width: 975px; margin-top: 60px;}
.mianr-mid > img {
    display: table;
    margin: 20px auto;}

.main-title > h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #313131;
}

.main-title > p {
    color: #dcdcdc;
    font-size: 24px;
    font-weight: bold;
    text-align: center;

}

.main-title > p:after {
    width: 52px;
    height: 2px;
    content: "";
    display: inherit;
    background: #0d6441;
    margin: 0 auto;
    margin-top: 15px;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mianr-mid h4 {
    line-height: 40px;
    background: #0d6441;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 30px 0;
}

p.xq_ny{ font-size: 18px;  width: 100%;background: #0d6441; line-height: 45px; line-height: 45px; margin-bottom: 20px; text-align: center; color: #fff;}

.contact_info{width:935px; height: 350px; background: #eeeeee; padding: 20px; margin-top: 20px; margin-bottom: 40px;}
.contact_nei{ background: #fff; width: 87%; height: 100%; padding: 0px 60px}
.contact_nei ul{width:100%; height: 100%;}
.contact_nei li.leftinfo{width:340px; float: left;margin-top:55px;}
.contact_nei li.centerinfo{float:left;width:330px;margin-top: 48px; }
.contact_nei li.rightinfo{float:right; margin-top: 85px;}
.contact_nei li.leftinfo h2{font-size: 22px; color: #0d6441; font-weight: bold; height: 40px; line-height:40px;}
.contact_nei li.leftinfo h3 span{border-bottom: 2px solid #0d6441; font-size: 16px}
.contact_nei li.leftinfo p{font-size: 14px; color: #666; height: 30px; line-height: 30px}
.contact_nei li.leftinfo p span{font-size:24px;}
.contact_dizhi{ font-size: 12px!important}
.centerinfo img{width:200px; height: 120px; margin: 0px auto 10px; display: block; overflow: hidden}
.centerinfo h2{ font-size: 22px; color: #0d6441; font-weight: bold; height: 40px; line-height:40px; text-align:center}
.centerinfo p{font-size:11px; color: #666; height: 30px; line-height: 30px; border-top: 1px solid #b5b5b5; font-weight: bold; text-align:center}
.rightinfo dl{float: left; width: 128px;height: auto; margin-left: 20px}
.rightinfo dl dt{width:128px; height: 127px; border: 1px solid #eee; padding: 4px; margin-right: 10px;}
.rightinfo dl dt img{width:118px;height: 118px;}
.rightinfo dl dd{ text-align: center; height: 30px; line-height: 30px; color: #666; font-size: 12px}