@charset utf-8;
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
    list-style: none;
    text-decoration: none;
    box-sizing:border-box;
}

img{border: none;}
em,i{font-style: normal;}
.container{
    margin: 0 auto;
    width: 1200px;
}

.container_top{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
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;
}

.clear{clear: both}
.img_hover img{ width: 100%;transition: all .4s;}
.img_hover:hover img{ transform: scale(1.06); transition: all .4s;}


.head{ height: 36px; background: url(../images/huaheng_1.jpg) no-repeat center;}
.head .left{ float: left; line-height: 36px; color: #fff;  font-size: 14px;}
.head .left span{line-height: 36px; color: #fff;  font-size: 14px;}

.head ul{ float: right;}
.head ul li{float: left; line-height: 36px; position: relative; padding: 0 20px;}
.head ul li a{ color: #fff}
.head ul li img{ transition: all .4s; position: absolute; left: -40px; display: none; z-index: 9999}
.head ul li::after{ content: ""; position: absolute;right: 0; height: 10px; width: 1px; background: #fff; top: 14px;}
.head ul li:hover img{ display: block; top: 36px; }






/* 网站导航 */
.top{ height: 104px;}
.top .logo{ float: left; margin-right: 80px;}
.top .logo img{ margin-top: 23px;}
.top .nav{ float: right; height: 104px;}
.top .nav li.nLi{ height: 104px; line-height: 104px; float: left; margin-right: 30px; position: relative;}
.top .nav li.nLi h3{ position: relative;padding-left: 10px;}
.top .nav li.nLi h3::before{ content: "";position: absolute; left: 0; display: block;top: 52px; height: 4px; width: 4px; background: #dedede;}
.top .nav li.on h3::after{ content: ""; position: absolute; left: 10px; bottom:1px; height: 3px;  width: 60px; background: #64b95e;}
.top .nav li.on h3{ color: #64b95e}


.top .nav li.nLi h3 a{ font-size: 15px; font-weight: normal;}
.top .nav li.nLi .sub{background: #f5f5f5; width: 120px; position: absolute; left: -20px; top: 103px; display: none; z-index: 999}
.top .nav li.nLi .sub li{ height: 36px; line-height: 36px; text-align: center;}
.top .nav li.nLi .sub li:hover{ background: #64b95e;}
.top .nav li.nLi .sub li:hover a{ color: #fff; display: block;}

.top .nav li:nth-child(4) .sub{ width: 220px; left: -65px;}

.top .top_right{ float: right;}
.top .top_right a{ height: 34px; width: 34px; display: block; float: left; margin-left: 10px; margin-top: 27px;position: relative;}
.top .top_right a:nth-child(1){ background: url(../images/xuqi_1.png) no-repeat center;}
.top .top_right a:nth-child(2){ background: url(../images/xuqi_2.png) no-repeat center;}
.top .top_right a img{ display: none; position: absolute; top: 50px; left: 0; z-index: 9999;}
.top .top_right a:hover img{ display: block;}




/* banner */
.slideBox{ overflow: hidden; position: relative; height: 640px;width: 100%;}
.slideBox .bd{ overflow: hidden;}
.slideBox .bd li{ height: 640px; width: 100%;}
.slideBox .hd { position: absolute; width: 100%; height: 20px; bottom: 28px;z-index: 999}
.slideBox .hd ul{ display: table; margin:0 auto;}
.slideBox .hd ul li{ height: 14px; width: 14px; border-radius: 50%; border: 2px solid #fff; margin:0 4px; float: left; cursor: pointer;}
.slideBox .hd ul li.on{ background: #fff;}


/* 首页关于我们 */
.index_about_main{ overflow: hidden; padding: 60px 0;}
.index_about_main .index_about_l{ float: left; width: 43%; padding-top: 20px;}
.index_about_main .index_about_l .abouy_title{  overflow: hidden;}
.index_about_main .index_about_l .abouy_title h3{padding-left: 54px; font-size: 36px; color: #64b95e; background: url(../images/huaheng_pc_1.png) no-repeat left center; font-size: 36px; float: left; line-height: 54px; font-weight: bold; margin-right: 6px;}
.index_about_main .index_about_l .abouy_title span{ float: left; padding-left: 40px; font-size: 36px; font-weight: bold; color: #dfdede; font-family: "Impact"; line-height: 54px; background: url(../images/huaheng_pc_6.png) no-repeat left center;}
.index_about_main .index_about_l  h3{ font-size: 18px; line-height: 3; color: #333; font-weight: normal;}
.index_about_main .index_about_l .index_about_text{ line-height:30px; color: #666;}
.index_about_main .index_about_r{ width: 55%; float: right; }
.index_about_main .index_about_r li{ float: left; height: 310px; width: 24.3%; margin-right: 6px;}
.index_about_main .index_about_r li:last-child{ margin-right: 0;}
.index_about_main .index_about_r li:nth-child(1){ background: #64b95e}
.index_about_main .index_about_r li:nth-child(2){ background: #2485c6}
.index_about_main .index_about_r li:nth-child(3){ background: #a4824a}
.index_about_main .index_about_r li:nth-child(4){ background: #0a8aaa}
.index_about_main .index_about_r li .pic{width: 100%; height: 170px; overflow: hidden;}
.index_about_main .index_about_r li .pic img{ height: 100%;transition: all .4s;}
.index_about_main .index_about_r li:hover .pic img{ transform: scale(1.1); transition: all .4s;}
.index_about_main .index_about_r li .about_img_text{ padding: 0 20px; height: 140px; position: relative;}
.index_about_main .index_about_r li .about_img_text p{ font-size: 16px; color: #fff; line-height: 2; padding-top: 20px;}
.index_about_main .index_about_r li .about_img_text span{ color: #fff; text-transform: uppercase; font-size: 12px;}
.index_about_main .index_about_r li .about_img_text i{ display: block; height: 24px; background: rgba(0,0,0,0.2); position: absolute; bottom: 0; width: 100%; left: 0; line-height: 24px; color: #fff; font-size: 12px; text-indent: 20px;}
.index_about_main .index_about_r li .about_img_text i::after{ content: "+";position: absolute; height: 24px; width: 24px; background: rgba(0,0,0,0.2); right: 0;bottom: 0; text-align: center; color:#fff; text-indent: 0;}

.index_about_count{ height: 164px; width: 100%; margin-top: 30px; position: relative; box-shadow: 0 0 2px 2px rgba(0,0,0,0.08);}
.index_about_count hr{ height: 1px; width: 90%; border: none;left: 5%; position: absolute; top: 122px; background-color:#eee; z-index: -1;}
.index_about_count ul{ display: table; margin: 0 auto;}
.index_about_count ul li{ float: left; text-align: center; padding: 0 30px;}
.index_about_count ul li p{padding-top: 30px; font-size: 32px; color: #454545; font-weight: bold;}
.index_about_count ul li span{ text-align: center; display: block; font-size: 14px; color: #666;}
.index_about_count ul li em{ height: 36px; width: 36px; border-radius: 50%; text-align: center; background: #c8c8c8; display: block; margin: 0 auto; margin-top: 15px;}
.index_about_count ul li em img{margin-top: 8px;}



/* 首页产品展示 */
.index_pro_main{ height: 608px; background: url(../images/huaheng_15.jpg) no-repeat center; padding-top:60px; }
.index_title_1{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.index_title_1 p{ font-size: 36px; color:#333; line-height: 1.8; font-weight: bold;}
.index_title_1 p span{ color: #64b95e}
.index_title_1 em{ display: block; text-align: center; font-size: 28px; color: #dfdede;font-family: "Impact";text-transform: uppercase;}
.index_title_1 i{ display: block; text-align: center; font-size: 14px; color: #666; line-height: 1.8;}

.picScroll-left{ }
.picScroll-left .bd{ overflow:hidden;}
.picScroll-left .bd li{ width: 24%; float: left; background: #fff; margin-right: 17px;}
.picScroll-left .bd li .pic{ height: 210px;overflow: hidden;}
.picScroll-left .bd li .pic img{ width: 100%; transition: all .4s;}
.picScroll-left .bd li:hover .pic img{transform: scale(1.06); transition: all .4s;}
.picScroll-left .bd li p{ line-height:54px; padding: 0 5%; font-size: 16px; color: #454545; transition: all .4s;}
.picScroll-left .bd li p span{ display: block; height: 26px; line-height: 26px; width: 70px;text-align: center; border-radius: 13px; background: #ddd; color: #fff; float: right; margin-top: 14px; font-size: 13px;}
.picScroll-left .bd li:hover p{ background: #64b95e; color: #fff;}
.picScroll-left .bd li:hover p span{ background: rgba(255,255,255,0.3);}

.picScroll-left .hd{ display: table; margin: 0 auto; margin-top: 40px; overflow: hidden; box-shadow: 0 0 2px 2px rgba(0,0,0,0.08); padding: 4px; border-radius: 12px;}
.picScroll-left .hd li{ float: left; height: 17px; border: 2px solid #d7d7d7; border-radius: 50%; width: 17px;margin: 0 3px; background: #efefef; cursor: pointer; line-height: 60px; overflow: hidden;}
.picScroll-left .hd li.on{ background: #64b95e;border: 2px solid #64b95e;}


/* 首页下属企业 */
.index_xiashu_main{ height: 595px; background: url(../images/huaheng_7.jpg) no-repeat center; padding: 70px 0;}
.index_xiashu_main .slideTxtBox{ overflow: hidden;}
.index_xiashu_main .slideTxtBox .hd{float: left; width: 48%;}
.index_xiahsu_title{ overflow: hidden; }
.index_xiahsu_title p{font-size: 36px; font-weight: bold; color: #fff;}
.index_xiahsu_title span{ color: #fff; display: block;font-size: 24px; line-height: 1.8; text-transform: uppercase;}
.index_xiashu_main .slideTxtBox h3{ height: 48px; border-radius: 24px; background: rgba(255,255,255,0.2); line-height: 48px; color: #fff;font-weight: normal; font-size: 18px; width: 540px; text-align: center; margin-top: 10px;}
.index_xiashu_main .slideTxtBox .hd ul{ overflow: hidden; margin-top: 20px;}
.index_xiashu_main .slideTxtBox .hd ul li{ width: 47%; float: left; line-height: 42px; color: #fff; text-indent:14px; background: url(../images/huaheng_pc_3.png) no-repeat center left;}
.index_xiashu_main .slideTxtBox .hd ul li.on{ font-size:17px; font-weight: bold;}
.index_xiashu_main .slideTxtBox .hd .arrow{ display: block; height:48px; margin-top: 20px;}
.index_xiashu_main .slideTxtBox .hd .arrow a{ display: block;height:48px; width: 48px; float: left; cursor: pointer; margin-right: 10px;}
.index_xiashu_main .slideTxtBox .hd .arrow .next{background: url(../images/huaheng_pc_12.png) no-repeat center; }
.index_xiashu_main .slideTxtBox .hd .arrow .prev{background: url(../images/huaheng_pc_11.png) no-repeat center;}

.index_xiashu_main .slideTxtBox .bd{ width: 52%; overflow: hidden; margin-right: 0;}
.index_xiashu_main .slideTxtBox .bd li{ position: relative;}
.index_xiashu_main .slideTxtBox .bd li .pic{ width: 100%; overflow: hidden;}
.index_xiashu_main .slideTxtBox .bd li .pic img{ width: 100%; transition: all .4s;}
.index_xiashu_main .slideTxtBox .bd li:hover .pic img{transform: scale(1.06); transition: all .4s;}
.index_xiashu_main .slideTxtBox .bd li .qixia_wenzi{ position: absolute; height: 244px; width: 100%; background: url(../images/huaheng_pc_4.png) no-repeat bottom; bottom: 0; padding: 0 26px; padding-top: 110px;}
.index_xiashu_main .slideTxtBox .bd li .qixia_wenzi p{ font-size: 24px; color: #fff; line-height: 2;}
.index_xiashu_main .slideTxtBox .bd li .qixia_wenzi span{ color: #fff; line-height: 1.8; text-align: justify; display: block;}


/* 首页新闻资讯 */
.index_news_main{ padding: 60px 0; overflow: hidden;}
.index_news_main .index_news_l{ float: left; width: 33%; background:#64b95e;padding-top: 20px; height: 272px;}
.index_news_main .index_news_l .index_news_title{ width: 84%; margin: 0 auto; overflow: hidden; margin-bottom: 20px; background: url(../images/huaheng_pc_5.png) no-repeat right;}
.index_news_main .index_news_l .index_news_title p{ font-size: 18px; color: #fff; font-weight: bold; line-height: 1.8; text-transform: uppercase;}
.index_news_main .index_news_l .index_news_title span{ color: #fff;display: block; font-weight: bold; line-height: 1.8}
.index_news_main .index_news_l .pic{ width: 80%; margin:0 auto; cursor: pointer;}


.index_news_r{ float: right; width: 65%;}
.index_news_r .index_news_first{ padding: 21px; border: 1px solid #eee; overflow: hidden; position: relative;}
.index_news_r .index_news_first .pic{ float: left; width: 232px;margin-right: 22px; overflow: hidden; height: 164px;}
.index_news_r .index_news_first .pic img{ height: 100%; transition: all .4s;}
.index_news_r .index_news_first:hover .pic img{transform: scale(1.1); transition: all .4s;} 
.index_news_r .index_news_first .right{ float: left; width: 482px;}
.index_news_r .index_news_first p{font-size: 18px; line-height: 2; margin-bottom: 6px; }
.index_news_r .index_news_first span{ display: block; line-height: 30px; color: #787878; text-align: justify; font-size: 14px;}
.index_news_r .index_news_first em{ display: block;font-size: 14px; color: #999; line-height: 3;}
.index_news_r .index_news_first i{display: block; height: 28px; width: 80px; border-radius: 14px;background: #64b95e; line-height: 28px; text-align: center; color: #fff; font-size: 14px; position: absolute; right: 28px; bottom: 34px; text-transform: uppercase;}
.index_news_r .index_news_first:hover{border: 1px solid #64b95e}
.index_news_r .index_news_first:hover p{ color: #64b95e}

.index_news_bottom{ border: 1px solid #eee; padding: 21px; overflow: hidden; margin-top: 10px;}
.index_news_bottom li{ float: left; width: 48%; margin-bottom: 14px;}
.index_news_bottom li:nth-child(2n){ float: right;}
.index_news_bottom li a{ display: block;}
.index_news_bottom li a:hover *{ color: #64b95e}
.index_news_bottom li p{font-size: 16px; color: #333;line-height: 1.8;}
.index_news_bottom li p span{ float: left; display: block;height: 20px; width: 64px; text-align: center; border: 1px solid #64b95e; border-radius: 10px; font-size: 12px; color: #64b95e; line-height: 20px; margin-top: 3px; margin-right: 5px;}
.index_news_bottom li em{ display: block; font-size: 14px; color: #787878; text-align: justify;  line-height: 30px;}




/* 底部图标 */
.foot_icon{ height: 278px; background: url(../images/huaheng_10.jpg) no-repeat center;}
.foot_icon li{ float: left; text-align: center; padding-top:50px; width: 25%;}
.foot_icon li img{}
.foot_icon li p{ font-size: 20px; color: #fff; line-height: 2;}
.foot_icon li span{width: 80%; margin: 0 auto; display: block; line-height: 1.8; font-size: 14px; color: #fff;}


/* 网站底部 */
footer{ height:445px; position: relative; overflow: hidden; padding-top: 40px;}

footer dl{ float: left; margin-right: 60px;}
footer dl dt{ font-size: 18px; color: #454545; line-height: 2; margin-bottom: 10px;}
footer dl dd{ line-height: 2; font-size: 14px;}
footer dl dd a{ color: #787878;}
footer dl h3{ font-size: 16px; font-weight: bold; color: #64b95e; line-height: 2;}
footer dl p{line-height: 2; font-size: 14px; color: #787878; } 
footer .foot_ewm{ width: 232px; background: url(../images/huaheng_12.jpg) no-repeat; height: 264px; padding-top: 40px; float: right;}
footer .foot_ewm .pic{ width: 64%; margin: 0 auto;}
footer .foot_ewm .pic img{ width: 100%;}
footer .foot_ewm p{ font-size: 14px; color: #fff; line-height: 3; text-align: center;}


.copy_bottom{ height: 54px; position: absolute; bottom: 0; background: url(../images/huaheng_13.jpg) no-repeat center;  width: 100%; }

.copyright{height: 54px;  width: 1200px; }
.copyright a{ color: #fff; font-size: 14px;}
.copyright p {
    color: #fff;
    font-size: 14px;
    line-height: 54px;
}

.copyright ul {
    float: right;
}

.copyright ul li,.copyright ul li span {
    float: left;
    color: #fff;
    line-height: 54px;
    font-size: 14px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
    margin-top: 16px;
}

.copyright ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-right: 20px;
}

.copyright ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../images/vl_hover.png) no-repeat;
}

.copyright ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../images/ws.png) no-repeat;
}

.copyright ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../images/ws_hover.png) no-repeat;
}




/* ---------------------------------------------------------------------------内页样式--------------------------------------------------------------------------- */
.inside_banner_about{ height: 360px; background: url(../images/inside_banner_about.jpg) no-repeat center;  position: relative;}
.inside_banner_pro{ height: 360px; background: url(../images/inside_banner_pro.jpg) no-repeat center;  position: relative;}
.inside_banner_fuwu{ height: 360px; background: url(../images/inside_banner_fuwu.jpg) no-repeat center;  position: relative;}
.inside_banner_news{ height: 360px; background: url(../images/inside_banner_news.jpg) no-repeat center;  position: relative;}
.inside_banner_jobs{ height: 360px; background: url(../images/inside_banner_jobs.jpg) no-repeat center;  position: relative;}
.inside_banner_contact{ height: 360px; background: url(../images/inside_banner_contact.jpg) no-repeat center; position: relative;} 
.inside_banner_jmeng{ height: 360px; background: url(../images/inside_banner_jmeng.jpg) no-repeat center;  position: relative;}
.inside_banner_yingy{height: 360px; background: url(../images/inside_banner_yingy.jpg) no-repeat center;  position: relative;}
.inside_banner_chejian{height: 360px; background: url(../images/inside_banner_chejian.jpg) no-repeat center;  position: relative;}
.inside_banner_xiashu{height: 360px; background: url(../images/inside_banner_xiashu.jpg) no-repeat center;  position: relative;}
.inside_banner_shehui{height: 360px; background: url(../images/inside_banner_shehui.jpg) no-repeat center;  position: relative;}




.page_nav{padding:20px 0;overflow:hidden}
.page_nav p{font-size:14px;color:#999;margin-bottom:22px}
.page_nav p i{display:inline-block;margin-right:6px}
.page_nav p b{font-weight:400}
.page_nav p a{color:#999}
.page_nav ul{ width: 75%; float: left;}
.page_nav .location{ width: 25%; float: right;  color: #999; text-align: right; line-height: 46px;}
.page_nav .location img{ margin-right: 8px;}
.page_nav .location a{ color: #999; }
.page_nav .location a:hover{ color: #64b95e;}
.page_nav ul li{float:left;width:14%;text-align:center;line-height:46px;font-size:15px;position:relative;margin-bottom:10px;}
.page_nav ul li a{display:block;border:1px solid #e8e8e8;border-bottom:5px solid #e8e8e8; display: block; height: 46px; line-height: 46px;}
.page_nav ul li a:after{content:"";height:5px;width:0;position:absolute;bottom:0;left:1px;background:#ca6665;transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}
.page_nav ul li a:hover,.page_nav ul li.active a{background:#64b95e;color:#333;color:#fff}
.page_nav ul li a:hover:after,.page_nav ul li.active a:after{width:calc(100% - 2px)}

.about_body{ width: 100%; text-align: justify; padding: 10px 0 30px 0; overflow: hidden;}
.about_body p{line-height: 2; color: #666; margin-bottom: 6px; color: #666}

/* 联系我们 */
#dituContent{ width: 854px; border: 1px solid #e8e8e8; height: 418px; margin-bottom: 30px; float:left;}
#dituContent b{ font-weight: bold; line-height: 24px;}
.contact_fs_main{ height: 418px; width: 300px; background: #fff; border: 1px solid #e8e8e8; border-left: none; float: left; padding-left: 23px;}

.contact_fs_main h3{display: block;font-size: 18px; margin-top: 48px; line-height: 56px; margin-bottom: 10px; position: relative; font-weight: normal;}
.contact_fs_main h3::after{ content: ""; display: block; height: 5px;  width: 32px; background: #64b95e; position: absolute; left:0; bottom: 0; }
.contact_fs_main p{ line-height: 24px;  color: #666;  font-size: 14px;}



/* 新闻资讯列表页 */
.news_first_inside{ height: 200px; padding-bottom: 16px; border-bottom: 1px solid #eee; margin-bottom: 16px;}
.news_first_inside a.news_first_img{ display: block; width: 284px; height: 200px; overflow: hidden; float: left; }
.news_first_inside a.news_first_img img{ width: 100%; height: auto;transition:all 0.4s;}
.news_first_inside:hover a.news_first_img img{transform: scale(1.1); transition: all .4s; }
.news_first_inside:hover a{ color: #64b95e}
.news_first_inside .news_first_right{ width: 884px; float: right; height: 200px;}
.news_first_inside .news_first_right p a{ font-size: 18px; line-height: 64px;}
.news_first_inside .news_first_right .date_cunt{ height: 30px;}
.news_first_inside .news_first_right .date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px;}
.news_first_inside .news_first_right .date_cunt li.date{ background: url(../images/tl_index_20.png) no-repeat left;}
.news_first_inside .news_first_right .date_cunt li.cunt{ background: url(../images/tl_index_21.png) no-repeat left;}
.news_first_inside .news_first_right span{ display:block; line-height: 1.5; color: #666; text-align: justify; font-size: 14px;}
.news_first_inside .news_first_right i{ font-style: normal; display: block; margin-top: 20px; color: #999;}

.inside_news_list{ width: 1300px; overflow: hidden;}
.inside_news_list li{ float: left; width: 588px; height: 142px; margin-right: 22px; margin-bottom: 16px; border-bottom: 1px solid #eee;}
.inside_news_list li:hover{  background: #fafafa;}
.inside_news_list li:hover a{ color: #64b95e}
.inside_news_list li .news_left{ float: left; width: 104px; margin-top: 38px; background: url(../images/hw_top_26.png) no-repeat right center; text-align: center; font-size: 42px; color: #333; line-height: 32px;}
.inside_news_list li .news_left span{ font-size: 14px; color: #666;}
.inside_news_list li .news_right{ width: 434px; padding: 28px 24px 0 24px; float: left; }
.inside_news_list li .news_right a{ font-size: 18px; line-height: 32px;}
.inside_news_list li .news_right p{ font-size: 14px; line-height: 26px; color: #666;}



/* 校园风采 */
.case_list{ width: 1250px; overflow: hidden;}
.case_list li{  width: 286px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; } 
.case_list li .img{ width: 266px;  margin: 0 auto; overflow: hidden; margin-top: 10px; height: 178px;}
.case_list li .img img{ width: 100%; transition: all .4s;}
.case_list li:hover .img img{  transform: scale(1.1); transition: all .4s;}
.case_list li:hover{ border: 1px solid #64b95e}
.case_list li:hover div{ color: #64b95e; }
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 16px;}

/* 相册效果 */
.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.9); 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; }

.inside_page_body{ width: 1300px;}
.pro_list{ width: 1200px; margin-bottom: 20px; overflow: hidden;}



ul.pro_list{ overflow:hidden; zoom:1;  }
ul.pro_list li{ width: 1198px; height: 403px; border: 1px solid #eee; padding-top: 36px; margin-bottom: 15px}
ul.pro_list li .team_pic{ margin-left: 36px; height: 363px; width: 275px; border-radius:10px; overflow: hidden; display: block;  float: left; margin-right: 46px;}
ul.pro_list li .team_pic img{transition: all .4s; width: 100%}
ul.pro_list li .team_pic img:hover{transform: scale(1.1); transition: all .4s;}
ul.pro_list li .team_biref{ width: 355px; float: left;}
ul.pro_list li .team_biref h2{font-size: 24px; line-height: 45px; margin-bottom: 10px;}
ul.pro_list li .team_biref h2 span{font-size: 14px; color: #64b95e;margin-left: 10px; display: inline;}
ul.pro_list li .team_biref span{font-size: 16px;color: #64b95e;line-height: 32px; display: block; margin-top: 20px;}
ul.pro_list li .team_biref p{ line-height: 30px; color: #666; background: url(../images/alice_index_8.jpg) no-repeat 0 14px; padding-left: 10px;}
ul.pro_list li .team_biref em{ line-height: 30px; color: #666; padding-right: 20px; display: block;}
ul.pro_list li .team_img{ float: left;}


.jybz_text{ width: 266px; margin:5px auto 10px; text-align: center;}
.jybz_text p{ font-size: 18px; line-height: 45px; position: relative; margin-bottom: 10px;}
.jybz_text p::after{ content: "";position: absolute; bottom: 0;width: 30px; height: 5px; background:#64b95e;left: 44%; }
.jybz_text span{ font-size: 14px; color: #666; line-height: 24px;}




p.inside_con_title{ font-size: 36px; color: #fff;  padding-top: 180px; line-height: 64px; font-weight: bold;}
.location,.inside_banner .location a{ color: #fff; font-size: 14px;}
.location a:hover{ color: #64b95e}
.inside_con{ height: 72px; line-height: 72px; margin-bottom: 42px; border-bottom: 1px solid #eee;}
.inside_con ul li{ float: left; position: relative; margin: 12px 6px 0 6px;}
.inside_con ul li::before{content: "";position: absolute; height: 15px; width: 1px; background: #dedede; left:-6px; top: 18px;}
.inside_con ul li a{ display: block; height: 48px; line-height: 48px;padding: 0 30px; font-size: 15px; color: #454545}
.inside_con ul li.active a{background: #64b95e; color: #fff;}
.inside_con ul li.active a:hover{background: #64b95e; color: #fff; }
.inside_con ul li.active::before{content: ""; display: none}
.inside_con ul li.active:hover::before{content: ""; display: none}
.inside_con ul li:hover{background: #ddd; color: #fff;}
.inside_con ul li:hover a{ color: #64b95e;}

.inside_body{ min-height: 300px; padding-bottom: 60px; overflow: hidden;}
.inside_body p{line-height: 30px; margin-bottom: 10px; color: #666;}

.inside_news_con{ overflow: hidden;}




/* 新闻详情页 */

.news_detail_left{width: 854px; float: left;}
.news_detail_left h1{ font-size: 30px;font-weight: bold; line-height: 3}
.news_detail_right{ width: 290px; float: right; }
.news_detail_right .prev_next{ width: 234px; border: 8px solid #f1f1f1; float: right; padding: 0 20px; overflow: hidden; box-sizing: content-box;}
.news_detail_right .news_prev{ border-bottom: 1px solid #eee;}
.news_detail_right .prev_next div{ padding-bottom: 20px;}
.news_detail_right div p{ line-height: 36px; font-size: 18px; font-weight: bold; margin-top: 20px;}
.news_detail_right div span{ display: block; line-height: 24px; color: #999; font-size: 14px;}
.news_detail_right .prev_next div a{ display: block; line-height: 24px; font-size: 15px; text-align:justify;}
.news_detail_right .prev_next div a:hover{ color: #64b95e}
.news_detail_right .news_back{ margin-top: 10px;}
.news_detail_right .news_back a{ display: block; height: 45px; line-height: 45px;  background: #eee; color: #333;  width: 100%; text-align: center;}
.news_detail_right .news_back a:hover{ background: #64b95e; color: #fff;}

.index_guige{ width: 842px;height: 330px; overflow: auto;}

.date_cunt{ height: 30px;}
.date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px;}
.date_cunt li.date{ background: url(../images/tl_index_20.png) no-repeat left;}
.date_cunt li.cunt{ background: url(../images/tl_index_21.png) no-repeat left;}
.qixia_img{ padding: 10px 0; text-align: center;}

#map {
    width: 854px;
    border: 1px solid #e8e8e8;
    height: 418px;
    margin-bottom: 30px;
    float: left;
}


.ny_liuyan{width:100%; height: auto; overflow: hidden;  margin-bottom:40px;}
.ny_liuyan h2{font-size: 14px; color: #666; text-align: center; line-height: 24px; font-weight: normal; margin-bottom: 16px;width: 80%; margin: 0 auto; margin-bottom: 20px;}
.ny_liuyan h2 span{ font-weight: bold; color: #64b95e}
.ny_liuyan h4{font-size: 14px; color: #333; text-align: center; line-height: 40px; margin-bottom:10px; font-weight: normal;}
.ny_liuyan input[type="text"]{width:286px; height: 43px; border: 1px solid #ddd; float: left; background: none; font-size: 14px; color: #333; margin-right: 16px; margin-bottom:20px; text-indent: 10px;}
.in_city{margin-right: 0!important}
.ny_liuyan textarea{width:100%; height: 70px; border: 1px solid #ddd;  background: none; font-size: 14px; color: #333; resize: none; text-indent: 10px;}
.ny_liuyan .button{width:139px; height: 42px; background: #64b95e; border-radius: 5px; text-align: center; line-height: 42px; border: 0px; color:#fff; margin:20px auto; display:block; font-size: 14px;}
#feedback_form{ }


.top_lan{ width: 100px; height: 36px;border: 1px solid #64b95e; border-radius: 21px;  float: right; margin-top: 32px; overflow: hidden;}
.top_lan a{ display: block; float: left;line-height: 36px; text-align: center; font-size: 14px;}
.top_lan .lan_2{ width: 50%; background: #fff; color: #64b95e; }
.top_lan .lan_1{ width: 50%; background: #64b95e; color: #fff; }




.index_title_4{ padding-top: 20px; overflow: hidden; margin-bottom: 20px;}
.index_title_4 p{ font-size: 30px; text-align: center;}
.index_title_4 span{font-size: 15px; color: #888;display: block; text-align: center; line-height: 1.8;}

.ny_liuyan{width:100%; height: auto; overflow: hidden;  margin-bottom:40px;}
.ny_liuyan h2{font-size: 14px; color: #666; text-align: center; line-height: 24px; font-weight: normal; margin-bottom: 16px;width: 80%; margin: 0 auto; margin-bottom: 20px;}
.ny_liuyan h2 span{ font-weight: bold; color: #64b95e}
.ny_liuyan h4{font-size: 14px; color: #333; text-align: center; line-height: 40px; margin-bottom:10px; font-weight: normal;}
.ny_liuyan input[type="text"]{width:286px; height: 43px; border: 1px solid #ddd; float: left; background: none; font-size: 14px; color: #333; margin-right: 16px; margin-bottom:20px; text-indent: 10px;}
.in_city{margin-right: 0!important}
.ny_liuyan textarea{width:100%; height: 70px; border: 1px solid #ddd;  background: none; font-size: 14px; color: #333; resize: none; text-indent: 10px;}
.ny_liuyan .button{width:139px; height: 42px; background: #64b95e; border-radius: 5px; text-align: center; line-height: 42px; border: 0px; color:#fff; margin:20px auto; display:block; font-size: 14px;}

.picScroll-ny{ width:1200px;  overflow:hidden; position:relative;  }
.picScroll-ny .hd{ overflow:hidden; height: 44px;  margin:20px auto; display: table;}
.picScroll-ny .hd .prev,.picScroll-ny .hd .next{ width: 42px; height: 42px; display: block; float: left; margin:0 5px; cursor: pointer;}
.picScroll-ny .hd .prev{ background: url(../images/xinbo_18.png) no-repeat center; }
.picScroll-ny .hd .next{ background: url(../images/xinbo_19.png) no-repeat center; }
.picScroll-ny .hd .prevStop{ background-position:-60px 0; }
.picScroll-ny .hd .nextStop{ background-position:-60px -50px; }
.picScroll-ny .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-ny .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
.picScroll-ny .hd ul li.on{ background-position:0 0; }
.picScroll-ny .bd{  }
.picScroll-ny .bd ul{ overflow:hidden; zoom:1; }
.picScroll-ny .bd ul li{overflow:hidden; text-align:center; width: 286px; height: 235px; float: left; margin: 0 8px; border: 1px solid #eee;background: #f5f5f5; transition: all .4s;}
.picScroll-ny .bd ul li:hover{ background: #64b95e; border: 1px solid #64b95e;}
.picScroll-ny .bd ul li:hover .title{ color: #fff}
.picScroll-ny .bd ul li .pic{ width: 100%; height: 190px; overflow: hidden;}
.picScroll-ny .bd ul li .pic img{  width: 100%; transition: all .4s;}
.picScroll-ny .bd ul li:hover .pic img{ transform: scale(1.1); transition: all .4s;}
.picScroll-ny .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-ny .bd ul li .title{ line-height:45px; font-size: 16px;}



.ny_pro_show{width:100%; height: auto; overflow: hidden; margin-top: 55px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:523px; height: auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #eee;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:0px; bottom:15px; z-index:1; width: 80px; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#64b95e ; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h3{ font-size: 36px; width:100%; color: #191919; height: 50px; line-height: 50px; margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_pro_p{color: 666; text-align: justify; font-size: 14px; color: #666; line-height: 24px; margin: 20px 0; padding: 10px 15px; background: #f7f7f7;}
.ny_pro_p p{width:100%; height: 35px;  color: #000000; line-height: 35px; font-size: 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 35px 0 25px}
.ny_pro_a a{width:160px; height: 48px; background: #959595; display: block; overflow: hidden; line-height: 48px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_ddh{float: left; height: 80px; background: url(../images/pro_tel.png) no-repeat left top; padding-left: 58px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #64b95e ; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; display: block; overflow: hidden; margin-top: 65px; margin-bottom:60px;}
.ny_pro_bleft{height: auto; overflow: hidden; float: left; border: 1px solid #eee; width: 1200px;}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h1,.ny_proshow_num h1{ font-size: 30px; color: #313131; font-weight: bold; text-align: center; margin-bottom: 24px;}

.ny_proshow_num table{ margin: 0 auto; width: 94%; border: 1px solid #dedede; }
.ny_proshow_num table *{ font-family: "微软雅黑"!important; border-left-color:none; border-bottom-color: none}
.ny_probt_case li{width:275px; height:244px; float: left; margin-right:22px; margin-bottom: 20px; }
.ny_probt_case li img{width:100%; height: 203px;}
.ny_probt_case li:hover img{ transform:scale3d(1.1,1.1,1); }
.nyprocase-div{ width:275px; height: 203px; overflow: hidden; }
.nyprocase-div img{ transition:.6s; }
.ny_probt_case li:hover .ny_probt_xx h3{ color:#64b95e ; }
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px; border: 1px solid #dcdcdc; padding:0 15px;}
.ny_probt_xx h3{width: 100%; height: 40px;  line-height: 40px; font-size: 14px; color: #313131; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center}
.ny_probt_xx p{ font-size: 13px; color: #313131; width: 100%; height: 25px; line-height:25px; overflow: hidden}
.ny_probt_case li:nth-child(3n){margin-right: 0px;}
.ny_proinput .ny_pro_ft{ margin-bottom: 16px;}
.ny_proinput .ny_pro_ft span{color: #64b95e ;}
.ny_pro_ft{margin-bottom: 16px;}
.ny_pro_bottom ul{width:94%; height: auto; display: block; overflow: hidden; margin-top: 38px; margin: 0 auto; }
.ny_pro_bottom ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_pro_bottom ul li div{ width: 49%; float: left; overflow: hidden; height: 42px; border: 1px solid #dedede;}
.ny_pro_bottom ul li div input{width:100%; height: 100%; border: 0px;text-indent: 10px;}
.li_dh{float: right!important}
.ny_pro_bottom ul li textarea{width:99.7%; height: 88px; border: 1px solid #dedede; resize: none}
.liji_su{width:423px; height:46px; background: #64b95e ; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_pro_bottom{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(../images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 22px 0 30px ;}
.sideMenu h3:first-child{ border-top: 1px solid #e3e3e3;}
.sideMenu h3.on {background: #64b95e  url(../images/h_jian.png) no-repeat 268px center; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:16px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 32px; line-height: 32px; background: url(../images/dian.png) no-repeat left center;  overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_probt{width:94%; height:54px;margin: 0 auto; margin-top: 20px;}
.ny_probt li{width:50%; height:54px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:54px; cursor: pointer; }
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#64b95e ; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#64b95e ;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size: 18px;}

.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 60px; font-size:16px; color:#666; line-height:26px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px;}

.fangan_show{ margin-top:20px;}
.ny_proshow_num table,.ny_proshow_num table tr,.ny_proshow_num table td{border:1px solid #eee;}
.ny_proshow_num p span{ font-size: 14px;color: #64b95e; font-weight: bold; line-height: 48px; text-align: justify; }
.ny_proshow_num p{ width: 94%; margin: 0 auto; color: #666; text-align: justify; text-align: center; font-size: 14px; color: #666;}


.pro_list2{ width: 100%; overflow: hidden;}
.pro_list2 li{  width: 383px; float: left; border: 1px solid #eee; margin-right: 19px; margin-bottom: 20px; overflow: hidden;} 
.pro_list2 li .img{ width: 100%;  margin: 0 auto; overflow: hidden; height:240px; overflow: hidden; }
.pro_list2 li .img img{ width: 100%;transition:all 0.4s;}
.pro_list2 li .hezuo{ height: 118px;}
.pro_list2 li:hover .img img{transform:scale(1.05); transition:all 0.4s;}
.pro_list2 li:hover{ border: 1px solid #64b95e}
.pro_list2 li:hover div{ color: #f57a14}
.pro_list2 li:hover h2{ color: #64b95e;}
.pro_list2 li:nth-child(3n){margin-right: 0;}

.ny_probt h3{ height: 54px; line-height: 54px;border-bottom: 1px solid #eee; padding-top: 6px; text-indent: 20px; position: relative;}
.ny_probt h3::before{ content: ""; display: block; position: absolute; height: 20px; width: 4px; background: #64b95e; left: 0; bottom: 16px;}
.ny_probt h3 span{ color: #ccc; font-weight: bold; text-transform: uppercase; padding-left: 10px;}

.pro_list_inside{ width: 100%; overflow: hidden;}
.pro_list_inside li{  width: 286px; float: left; border: 1px solid #eee; margin-right: 18px; margin-bottom: 20px; overflow: hidden;} 
.pro_list_inside li .img{ width: 100%;  margin: 0 auto; overflow: hidden; overflow: hidden; height: 206px; }
.pro_list_inside li .img img{ width: 100%;transition:all 0.4s;}
.pro_list_inside li .hezuo{ height: 118px;}
.pro_list_inside li:hover .img img{transform:scale(1.05); transition:all 0.4s;}
.pro_list_inside li:hover{ border: 1px solid #64b95e}
.pro_list_inside li:hover div{ color: #f57a14}
.pro_list_inside li:hover h2{ color: #64b95e;}
.pro_list_inside li:nth-child(4n){margin-right: 0;}





.pro_icon{ padding: 0 30px; margin-top: 24px;}
.pro_icon a{display: block;height: 36px; line-height: 36px; width: 120px; border-radius: 18px; text-indent: 40px; float:left;}
.pro_icon a:first-child{ background: #f3f3f3 url(../images/yuanda_index_2.png) no-repeat 20px 11px; margin-right: 15px;}
.pro_icon a:first-child:hover{ background: #64b95e url(../images/yuanda_index_1.png) no-repeat 20px 11px; color: #fff;}
.pro_icon a:nth-child(2){ background: #f3f3f3 url(../images/yuanda_index_3.png) no-repeat 20px 11px; }
.pro_icon a:nth-child(2):hover{background: #64b95e url(../images/yuanda_index_4.png) no-repeat 20px 11px; color: #fff}

.pro_icon_ny { width: 256px; height: 36px; margin: 0 auto;}
.pro_icon_ny p{display: block;height: 36px; line-height: 36px !important; width: 120px; border-radius: 18px; text-indent: 40px; float:left;}
.pro_icon_ny p:first-child{ background: #f3f3f3 url(../images/yuanda_index_2.png) no-repeat 20px 11px; margin-right: 15px;}
.pro_icon_ny p:first-child:hover{ background: #64b95e url(../images/yuanda_index_1.png) no-repeat 20px 11px; color: #fff;}
.pro_icon_ny p:nth-child(2){ background: #f3f3f3 url(../images/yuanda_index_3.png) no-repeat 20px 11px; margin-right: 0;}
.pro_icon_ny p:nth-child(2):hover{background: #64b95e url(../images/yuanda_index_4.png) no-repeat 20px 11px; color: #fff}

.pro_title_ny h2{font-size: 16px;  color: #333;  text-align: center; font-weight: normal; line-height:42px; font-weight: normal;}
.pro_title_ny span{ width: 90%; display: block; margin: 0 auto; line-height: 24px; color: #666; text-align: center; margin-bottom: 10px;}


.zilei_kc{ width: 1200px; margin: 0 auto; margin-top: -20px; margin-bottom: 10px; overflow: hidden;}
.zilei_kc li{ height: 32px; line-height: 32px;  padding: 0 15px; float: left;  border: 1px solid #dedede; margin-right: 10px; margin-bottom: 10px;}
.zilei_kc li a{ display: block;  font-size: 14px; color: #333;}
.zilei_kc li.active{ background: #64b95e; border: 1px solid #64b95e}
.zilei_kc li.active a{ color: #fff;}


.ny_news_xxs{ font-size: 14px; color: #666; line-height: 2;}


.inside_sm{ padding: 16px 25px; background: #f8f8f8; border: 1px solid #eee; margin-bottom: 20px;}
.inside_sm p{font-size: 24px; line-height: 2; color: #333;}
.inside_sm span{ text-align: justify; display: block; line-height: 1.8; font-size: 14px; color: #666;}


.ny_fzlc_info{width:100%; height:auto; overflow:hidden; margin:50px 0 80px; position:relative}
.ny_fzlc_info:after{content:""; width:100%; height:1px; background:#d5d5d5; position:absolute; top:80px; left:0; z-index:0}

.ny_fzlc_info .container{position:relative; z-index:9}
.fzslide h3 {
    font-size: 30px;
    font-weight: normal;
    color: #64b95e;
    padding-bottom: 10px;
}
.fzslide div {
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    line-height: 54px;
}
.fzslide img { display: block;}
.swiper-button-next, .swiper-button-prev{width:52px; height:52px;  border-radius:50%; top:54px; margin-top:0; z-index:999}
.swiper-button-prev{background:#fff url(../images/lc_left.jpg) no-repeat center; left:-10px}
.swiper-button-next{background:#fff url(../images/lc_right.jpg) no-repeat center; right:-10px;}
.swiper-button-next:hover{transition: all 0.4s ease-in-out;}
.swiper-button-prev:hover{transition: all 0.4s ease-in-out;}
.pic_fz{ display: block;}
.pic_fz img{ width: 100%;}



.reveal-modal {
    position: fixed;
    padding: 20px;
    width: 660px;
    height: auto;
    background: #fff;
    z-index: 9999;
    top: 50%!important;
    left: 50%;
    margin: auto;
    box-sizing: border-box;
    visibility: hidden;
    height: 400px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.reveal-modal *{ color: #fff}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    margin: auto;
    display: none;
    background: rgba(0, 0, 0, 0.4);}

.close-reveal-modal {
    background: url(../images/close.png) no-repeat center;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}






























































































