﻿@import url("mobile_system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center; width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage .CMS_ConGoPage_page{display:none;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Microsoft YaHei';
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000000;
    display: inline-block;
}
.clear{
    clear: both;
}
img{
    border: none;
    vertical-align: bottom;
}
/*导航*/
.m_header{ height:60px; background:#fff; width:100%; position:fixed;top: 0;left: 0;z-index: 999;border-bottom: 1px solid #eee;}
.m_logo_box{ width:105px; height:40px;position:absolute; left:15px; top:10px;}
.m_nav_btn{background:url(//filecdn.ify.cn/skin/mrfa408/img/menu-icon.png) no-repeat right center; width:50px; height:60px; line-height:60px; position:absolute; top:0; right:15px;}
.m_nav_btn a{width: 50px;height: 60px;display: inline-block;}

.banner{
    width: 100%;
    padding-top: 60px;
}
.banner img{
    width: 100%;
}
/*banner分页*/
.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #45b035;
    border: 1px solid #45b035;
}


.main{
    width: 100%;
}
.main .main-content{
   padding: 5% 3%;
}
.main .main-content .title{
     position: relative;
     height: 100px;
}
.main .main-content .title .top-title{
    width: 240px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #45b035;
    border-bottom: 1px solid #cccccc;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    text-transform: uppercase;
    font-family: 'Arial';
}
.main .main-content .title .bottom-title{
    width: 70px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-top: 3px solid #45b035;
    position: absolute;
    left: 50%;
    top: 49px;
    margin-left: -40px;
    text-transform: uppercase;
    color: #00479d;
}

/*产品列表*/
.product-info{
    width: 100%;
    margin: 20px 0 0;
}
.product-info li{
    float: left;
    width: 48.5%;
    border: 1px solid #d2d2d2;
    margin-right: 3%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-info li.last-li{
    margin-right:0;
}
.product-info li .pro-box{
    padding: 10px;
    display: inline-block;
}
.product-info li .pro-box .pro-img{
    width: 100%;
}
.product-info li .pro-box .pro-img img{
    width: 100%;
}
.product-info li .pro-box .pro-title{
    line-height: 30px;
    font-size: 16px;
}
.product-info li .pro-box .pro-info{
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #737373;
}
.product-info li .pro-box .a-more1{
    color: #45b035;
}


/*首页产品分类*/
.index-pro{
    width: 100%;
}
.index-pro li{
    width: 33.33%;
    text-align: center;
    float: left;
    margin: 15px 0;
}
.index-pro li a{
    width: 100%;
}
.index-pro li p{
    margin-top: 15px;
}

/*首页新闻*/
.news{
    width: 100%;
}
.news-left{
    width: 100%;
    margin-bottom: 25px;
}
.news .news-left .news-img{
    width: 100%;
}
.news .news-left .news-img img{
    width: 100%;
}
.news .news-left .news-conrent{
    margin-top: 10px;
}
.news .news-left .news-conrent .news-title{
    height: 35px;
    line-height: 35px;
}
.news .news-left .news-conrent .news-info{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #737373;
}
.news .news-left .news-conrent .read-more{
    display: inline-block;
    color: #45b035;
    margin-top: 10px;
}
.main .main-content .news-right{
    width: 100%;
}
.news-right li{
    padding: 10px;
    border-top: 1px solid #d2d2d2;
}
.news-right .last-li{
    border-bottom: 1px solid #d2d2d2;
}
.news-right li .r-left{
    float: left;
    width: 70px;
}
.news-right li .r-left .rl-top{
    width: 70px;
    font-size: 24px;
    overflow: hidden;
}
.news-right li .r-left .rl-bottom{
    width: 65px;
    height: 19px;
    font-size: 12px;
    text-align: right;
}
.news-right li .r-right{
    margin-left: 80px;
}
.news-right li .r-right .rr-title{
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 5px;
}
.news-right li .r-right .rr-content{
    height: 40px;
    line-height: 20px;
    color: #737373;
    overflow: hidden;
}


/*底部*/
.footer{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    font-size: 12px;
    color: #626262;
    border-top: 3px solid #45b035;
}


/*内页*/
.inner-img{
    width: 100%;
    padding-top: 60px;
}
.inner-img img{
    width: 100%;
}
.main .main-content .menu{
    text-align: center;
}
.main .main-content .menu .left_menu{
    display: inline-block;
    *display:inline; 
	*zoom:1; 
}
.left_menu ul{
    overflow: hidden;
}
.left_menu li{
    float: left;
}
.left_menu li a{
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    padding: 0 10px;
}
.left_menu li .on{
    color: #ffffff;
    background: #45b035;
    border: none;
    height: 30px;
    line-height: 30px;
}


/*新闻列表*/
.news-list{
    width: 100%;
    margin-top: 20px;
}
.news-list  li{
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
}
.news-list .last-li{
    border-bottom: 1px solid #d2d2d2;
}
.news-list li .r-left{
    float: left;
    width: 70px;
}
.news-list li .r-left .rl-top{
    width: 70px;
    font-size: 24px;
}
.news-list li .r-left .rl-bottom{
    width: 65px;
    height: 19px;
    font-size: 12px;
    text-align: right;
}
.news-list li .r-right{
   margin-left: 80px;
}
.news-list li .r-right .rr-title{
    line-height: 20px;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.news-list li .r-right .rr-content{
    height: 40px;
    line-height: 20px;
    color: #737373;
    overflow: hidden;
}


/*关于我们*/
.about{
    width: 100%;
    margin-top: 20px;
}
.about p{
    font-size: 16px;
   line-height: 28px;
}
.about img{
    max-width: 100%;
}
.about .main-title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}


/*分页*/
.page-main{
    width: 100%;
}
.page-main .page{
    margin: 20px auto;
    text-align: center;
}
.page-main .page span{
    font-size: 12px;
    margin-right: 10px;
}
.page-main .page span a{
    font-size: 12px;
    color: #757575;
}
.page-main .page .JZD_PAGE_PREVIOUS{
    display: inline-block;
    width: 60px;
    height: 23px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 25px;
    color: #757575;
}
.page-main .page .JZD_PAGE_NEXT{
    display: inline-block;
    width: 70px;
    height: 23px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 25px;
    color: #757575;
}
.page-main .page .JZD_PAGE_SHUZIYE{
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 22px;
}
.page-main .page .JZD_PAGE_GONG ,.JZD_PAGE_ZONGSHU,.JZD_PAGE_TIAOJILU,.JZD_PAGE_YECI,.JZD_PAGE_NUMBER,.JZD_PAGE_XIEGANG,.JZD_PAGE_YE,.JZD_PAGE_FIRST,.JZD_PAGE_LAST,.JZD_PAGE_ZHUANGDAO,.JZD_PAGE_SELECT,.JZD_PAGE_SELECT_YE{
    display: none;
}
.page-main .page .JZD_PAGE_DISABLED{
    background: #45b035;
    color: #fff;
    border-color: #45b035;
}


/*联系我们*/
.contact-info{
    width: 100%;
}
.contact-info .ci-map{
    width: 100%;
    height: 300px;
}
.contact-info .ci-info{
    width: 100%;
    margin-top: 20px;
}
.contact-info .ci-info .ci-title{
    font-size: 22px;
    height: 50px;
    line-height: 50px;
}
.contact-info .ci-info .ci-content{
    margin-top: 5px;
}
.contact-info .ci-info .ci-content li{
    margin-top: 10px;
}
.contact-info .ci-info .ci-content li i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.contact-info .ci-info .ci-content li .icon-address{
    width:16px ;
    height:16px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/home.png) center center no-repeat;
}
.contact-info .ci-info .ci-content li .icon-pc{
    width:15px ;
    height:16px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/pc.png) center center no-repeat;
}
.contact-info .ci-info .ci-content li .icon-fax{
    width:15px ;
    height:16px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/fax.png) center center no-repeat;
}
.contact-info .ci-info .ci-content li .icon-email{
    width:15px ;
    height:11px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/mail.png) center center no-repeat;
}
.contact-us .con-title {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
.contact-us .con-info li{
    width: 100%;
    margin: 10px 0;
}
.contact-us .con-info li .ipt-left{
    float: left;
    width: 70px;
    text-align: right;
    line-height: 25px;
}
.contact-us .con-info li .ipt-right{
    margin-left: 70px;
}
.contact-us .con-info li .ipt-right input ,textarea{
    width: 100%;
    background: #fafafa;
    border: 1px solid #959595;
}
.contact-us .con-info li .ipt-right input{
    height: 25px;
    line-height: 25px;
}
.contact-us .con-info li .ipt-right textarea{
    height: 100px;
}
.contact-us .btn{
    text-align: center;
    margin: 20px 0;
}
.contact-us .btn input{
    width: 100px;
    height: 25px;
    border-radius: 10px;
    border: none 0;
    color: #ffffff;
}
.contact-us .btn .ipt-sub{
    background: #45b035;
    margin-right: 10px;
}
.contact-us .btn .ipt-ret{
    background: #999999;
}

/*精品案例*/
.case-list{
    width: 100%;
    margin-top: 20px;
}
.case-list li{
    width: 100%;
    margin-bottom: 20px;
}
.case-list li a{
    width: 100%;
}
.case-list .case-l{
    width: 150px;
    height: 102px;
    float: left;
}
.case-list .case-l img{
    width: 150px;
    height: 102px;
}
.case-list .case-r{
   margin-left: 160px;
}
.case-list .case-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.case-list .case-date{
    font-size: 12px;
    color: #959595;
    margin-bottom: 5px;
}
.case-list .case-info {
    font-size: 12px;
    color: #828282;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
}
.case-list .case-more {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    color: #45b035;
}


/*人才招聘*/
.join-more{
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
}
.join-more a{
    font-weight: bold;
    color: #45b035;
}

.join-table{
    width: 100%;
    margin-top: 20px;
}
.join-table .w1200{
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.join-table .w1200 .table-magin{
    margin: 10px 2% 30px;
}
.join-table .w1200 table{
    width: 100%;
}
.join-table .w1200 table tr th{
    border-bottom: 1px solid #b5b5b5;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.join-table .w1200 table tr td{
    border-bottom: 1px solid #b5b5b5;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.join-table .w1200 table tr td i{
    display: inline-block;
    width:13px ;
    height:7px ;
    background: url(//filecdn.ify.cn/skin/mrfa408/img/down-icon.png) no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
.join-table .w1200 table tr .th1{
    width: 25%;
}
.join-table .w1200 table tr .th2{
    width: 20%;
}
.join-table .w1200 table tr .th3{
    width: 20%;
}
.join-table .w1200 table tr .th4{
    width: 35%;
}
.join-table .w1200 table .hide-tr{
    background: #eeeeee;
    display: none;
}
.join-table .w1200 table .hide-tr td{
    line-height: 30px;
    padding: 20px;
    text-align: left;
}

/*资质荣誉*/
.honor-list{
    width: 100%;
    margin-bottom: 30px;
}
.honor-list li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
}
.honor-list li.last-li{
    margin-right: 0;
}
.honor-list .honor-img{
    width:100%;
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor-list .honor-img img{
    width: 100%;
}
.honor-list .honor-title{
    text-align: center;
    color: #5d5d5d;
    margin-top: 10px;
}

/*菜单*/
.cbp-spmenu-left {width: 50%;height: 100%; overflow-y:scroll;top: 60px;z-index: 1000;	position: fixed;left: -50%; display:block; background:#45b035;}
.cbp-spmenu-left.cbp-spmenu-open {left: 0px;}
.menu_box{ width:100%; height:100%; background:#45b035; overflow-y:scroll}
.cd_box{ width:100%;}
.logo_box{ width:100%; height:80px; background:#fff; text-align:center;}
.logo_box img{ width:100%; height:80px;}
.nav_list{ width:100%;}
.nav_list li{ width:100%; font-size:16px;}
.nav_list li span{ padding:0 1rem; border-bottom:solid 1px #55DD42; display:block;height: 3rem;line-height:3rem}
.nav_list li a{ color:#FFF;font-size: 16px;width: 85%;}
.nav_list li dd{ margin-left:1rem;padding-left:2rem;height: 2.5rem;line-height: 2.5rem;border-bottom:solid 1px #55DD42;}
.nav_list li dd:last-child{border-bottom:none;}
.nav_list li dd a{font-size: 14px;}
.sub_nav{display: none;}
.cbp-spmenu-left i{display: inline-block;}
.icon-close{width:16px ;height:16px ;background: url(//filecdn.ify.cn/skin/mrfa408/img/menu-close.png) no-repeat;margin-top: 13px;}
.menu-icon-down{width:12px ;height:6px ;background: url(//filecdn.ify.cn/skin/mrfa408/img/menu-down.png) no-repeat;margin-top: 18px;}
.menu-icon-right{width:6px ; height:12px ;background: url(//filecdn.ify.cn/skin/mrfa408/img/menu-right.png) no-repeat;margin-top: 15px;}