.indexabout a {
	background: #015f25;
}

.slideBox1 .newsmore {
	color: #015f25;
}

.yb_bar .yb_top {
	background-color: #015f25;
}

.yb_bar .yb_phone {
	background-color: #015f25;
}

.yb_bar .yb_QQ {
	background-color: #015f25;
}

.yb_bar .yb_ercode {
	background-color: #015f25;
}

.slideBox1 .prev,
.slideBox1 .next {
	background-color: #015f25;
}

.slideBox .hd ul .on {
	background-color: #015f25;
}

#sideMenu {
	color: #015f25;
}

.mxphonenav {
	background: #015f25;
}

.tzggtit {
	background: #015f25;
}

.toptab a:hover {
	color: #015f25;
}

.youshilistpart:hover .yslistpartimg {
	background: #015f25 !important;
}

.tzggtit span {
	color: #015f25;
}

.ymtitle .current_page_item a,
.ymtitle .current-cat a,
.sidbarcontact a:hover {
	color: #015f25 !important;
	border: none;
	font-weight: bold;
}

.proxiangqing {
	color: #015f25;
}

.showpage a:hover {
	background: #015f25;
	color: #fff;
	border-color: #015f25
}

#showsum span.sel {
	border: 1px solid #015f25;
}

.sb-search-input {
	color: #015f25 !important;
}

#showsum1 span.sel {
	border: 1px solid #015f25;
}

.sb-search-input {
	color: #015f25 !important;
}

.xgpro {
	color: #015f25 !important;
}

.downloadlistpart a:hover {
	color: #015f25 !important;
}

.conbottom a {
	color: #015f25;
}

.ymtitle li a:hover {
	color: #015f25;
	font-weight: bold;
}

.bread a {
	color: #015f25;
}

.page_navi a:hover,
.page_navi .current {
	color: #fff;
	background: #015f25;
	border: 1px solid #015f25;
}

.lefttime .year {
	color: #015f25;
}

.newstag a {
	color: #015f25;
}

#vfb-4 {
	color: #fff;
	background: #015f25;
	border: 1px solid #015f25;
}


/*首页产业园动态*/
.news-title{margin: 12px 0;}
.newsneilist.index .newslistpart{
	padding: 20px 0;
}
.newsneilist.index img{
	height: 152px;
}

.newsneilist.index .newszy{
	margin-bottom: 10px;
}
.process{
	height: 798px;
}

/*首页子菜单*/
.mxnav .menu-item{
	position: relative;
}
.mxnav .menu-item ul {
    position: absolute;
    top: 26px;
    left: 0;
    line-height: 26px;
    display: none;
    background: #015f25;
}
.mxnav .menu-item ul:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	left: 0;
	background: transparent;
}
.mxnav .menu-item ul li {
    display: block;
}
.mxnav .menu-item ul a {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    transition: 0.4s;
    letter-spacing: 1px;
    padding: 4px 12px;
    z-index: 999;
}

.mxnav .menu-item ul a:hover {
    color: #015f25;
    background: #e5e5e5;
}
        
.mxnav .menu-item:hover ul{
	display: block;
}

/*新闻动态+人才招聘*/
.ibox-inner {
    width: 80%;
    margin: 0px auto;
    max-width: 1712px;
    background: #fff;
}

    .ibox-inner .ibox-new-l {
        float: left;
        display: block;
        width: 66.66%;
        height: 317px;
        overflow: hidden;
    }

    .ibox-inner .ibox-new-r {
        float: left;
        display: block;
        width: 33.33%;
        height: 317px;
    }

.ibox-join {
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

    .ibox-join a:link, .ibox-join a:visited {
        color: #fff;
    }

    .ibox-join a:active, .ibox-join a:hover {
        color: #fff;
    }

    .ibox-join .img {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-transition: all 4s linear;
        transition: all 4s linear;
    }

    .ibox-join .nbox {
        display: block;
        position: absolute;
        left: 10%;
        top: 60px;
        width: 90%;
    }

        .ibox-join .nbox .num {
            margin-right: 10px;
            font-size: 72px;
            line-height: 1;
            font-family: arial, helvetica, sans-serif;
        }

        .ibox-join .nbox .num, .ibox-join .nbox .c {
            display: inline-block;
            text-align: left;
        }

        .ibox-join .nbox .t1 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.5;
        }

        .ibox-join .nbox .t2 {
            font-size: 14px;
            font-weight: bold;
        }

    .ibox-join .ilink {
        z-index: 4;
    }

.btnMore {
    position: absolute;
    display: block;
    left: 30px;
    bottom: 30px;
    height: 42px;
    width: 170px;
    line-height: 38px;
    text-align: center;
    opacity: 0;
    border: 2px solid #015f25;
    z-index: 6;
}

    .btnMore:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #015f25;
        z-index: -1;
        position: absolute;
        left: 0;
        bottom: 0px;
        transform-origin: 100%;
        -webkit-transform-origin: 100%;
        -webkit-transition: -webkit-transform .42s cubic-bezier(.4,0,.2,1);
        transition: transform .42s cubic-bezier(.4,0,.2,1);
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        visibility: hidden\9;
    }

.ibox-join:hover .btnMore, .checkInProcess .btnMore {
    opacity: 1;
    visibility: visible\9;
}

    .ibox-join .btnMore .txt, .checkInProcess .btnMore .txt {
        color: #015f25;
        padding: 0px 42px 0 0px;
        background: url(../images/btn_m1.png) no-repeat scroll right center; /*transition: 0.3s; -webkit-transition: 0.3s;*/
    }

    .ibox-join .btnMore:hover, .checkInProcess .btnMore:hover {
        border-color: #015f25;
    }

        .ibox-join .btnMore:hover:before, .checkInProcess .btnMore:hover:before {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            transform-origin: 0;
            -webkit-transform-origin: 0;
            visibility: visible\9;
        }

        .ibox-join .btnMore:hover .txt, .checkInProcess .btnMore:hover .txt {
            color: #fff;
            background-image: url(../images/btn_m2.png); /*background-position: 100% center;*/
        }

.ibox-join:hover .img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
}

.slideBox1 {
    background: #fff;
}

    .slideBox1 .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        left: 30px;
        bottom: 50px;
        z-index: 1;
    }

        .slideBox1 .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox1 .hd ul li {
                float: left;
                margin: 0 5px;
                width: 14px;
                height: 14px;
                line-height: 14px;
                border-radius: 50%;
                ;
                text-align: center;
                background: #fff;
                cursor: pointer;
            }

            .slideBox1 .hd ul .on {
                background-color: #015f25;
            }

.ibox-inner .parttitle {
    padding-top: 20px;
    padding-left: 20px;
}

/*企业入住*/
.partnerIbox a:link, .partnerIbox a:visited {
    color: #666;
}

.partnerIbox a:active, .partnerIbox a:hover {
    color: #08358b;
}

.partnerIbox {
    margin-bottom: 18px;
    background-color: #fff;
    padding-bottom: 55px;
}

    .partnerIbox .title {
        margin: 0px auto;
        width: 98%;
        padding: 20px 0px;
    }

        .partnerIbox .title .zh {
            font-size: 30px;
            float: left;
            line-height: 1.2;
        }

.partnerI-line {
    border-top: 1px solid #e3e3e3;
    height: 0px;
    margin-bottom: 55px;
    overflow: hidden;
    line-height: 0;
}

.partnerIdemo {
    margin: 0px auto;
    overflow: hidden;
    height: 180px;
}

    .partnerIdemo .item {
        margin: 0px 10px;
    }

        .partnerIdemo .item a {
            overflow: hidden;
            display: block;
            position: relative;
        }

        .partnerIdemo .item img {
            max-width: 100%;
            display: block;
            margin: 0px auto;
            -webkit-transition: 0.6s;
            transition: 0.6s;
        }

    .partnerIdemo .slick-arrow {
        width: 34px;
        height: 34px;
        top: -90px;
        z-index: 200;
        border-radius: 50%;
        border: 1px solid #3c1605;
    }

    .partnerIdemo .item:hover img {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

.partner-btn {
    float: right;
    display: block;
}

.prevpartner, .nextpartner {
    cursor: pointer;
    float: left;
    display: block;
    border-radius: 50%;
    margin-left: 15px;
    width: 36px;
    height: 36px;
    border: 2px solid #7b7b7b;
}

.prevpartner {
    background: url(../images/imgl1.png) no-repeat scroll center center;
}

.nextpartner {
    background: url(../images/imgr1.png) no-repeat scroll center center;
}

    .prevpartner:hover, .nextpartner:hover {
        border-color: #325a9c;
    }

.prevpartner:hover {
    background-image: url(../images/imgl2.png);
}

.nextpartner:hover {
    background-image: url(../images/imgr2.png);
}

/*checkInProcess 企业入驻流程图片*/
.checkInProcess {
    position: relative;
}