a:hover {
    color: #00a44e;
}

a:active {
    color: #00a44e;
}

a:focus,
a:active,
a:hover {
    outline        : 0;
    text-decoration: none;
}

.pagebox a:hover {
    color: #00a44e;
}

.pagebox .cur {
    color           : #fff;
    background-color: #00a44e;
}

.primary-color-hover:hover,
.primary-color {
    color: #00a44e;
}

.primary-bg-color-hover:hover,
.primary-bg-color {
    background-color: #00a44e;
}

.primary-bg-color:hover {
    opacity: .8;
}

.primary-border-color {
    border-color: #00a44e;
}

.nav-wrapper {
    background-color: #00a44e;
}
nav li>a>span {
    color: #fff;
}
nav li:hover>a>span,
nav li.active>a>span {
    color       : #fff;
    border-color: transparent;
}
nav li.active {
    background-color: #028440;
}
body footer .website{
    padding: 20px 0;
    background-color: #00a44e;
}
/**
  侧边栏
  **/
  
.page-list .menu .name {
  background: url(/fcgzy/img/fangchenggang/nav-bg.png) #00a44e no-repeat bottom right;

}




.page-list .menu li.active a {
    color      : #333;
    font-weight: bold;
    border-right: 3px solid #00a44e;
}

/**子导航**/
.nav-wrapper .sub-nav .gulter-20>div a:hover {
    color           : #fff;
    background-color: #00a44e;
}


.page-list .list-block a:hover {
    color           : #fff;
    background-color: #00a44e;
}


.page-search .left .items a.active {
    color           : #fff;
    background-color: #00a44e;
}

.page-search .left .items a.active em {
    font-style: normal;
    color     : #fff;
}

.nav-wrapper .sub-nav .ul li {
    color: #00a44e;

}
.shortline {
	width: 30px;
	height: 4px;
	background: #00a44e;
}



/**样式重写**/
body .banner,
body .banner img {
    height: calc((100vw - 17px) * (520 / 1920));
}

body.index .column .hd {
    line-height: 50px;
    padding-bottom: 10px;
}
body.index .column .news-item-bd .swiper-slide>a span {
    right: 10px;
    color: #999;
}
/**图标类**/
.index .column .icon-title {
    line-height: 40px;
    padding-left: 50px;
    font-size: 20px;
}
/**图标边框类**/
.index .column .icon-border {
    border-left-width: 4px;
    border-left-style: solid;
    line-height: 30px;
    padding-left: 10px;
    font-size: 20px;
}

body.index .news .news-item-bd .swiper-slide > a {
    font-size: 14px;
    padding-right: 20%;
    padding-top: 2%;
    padding-bottom: 2%;
} 

body.index .news .col-lg-24 .news-item-bd .swiper-slide > a  {
    font-size: 16px;
    padding-top: 2.2%;
    padding-bottom: 2.2%;
}
@media (min-width: 1200px) {
    body.index .news .swiper-container, body.index .news img {
        height: calc( 417px * (265 / 380) );
    }

    body.index .news .col-lg-24 .swiper-container, body.index .news .col-lg-24 img {
        height: calc( 610px * ( 385 / 580) );
    }
}

body.index .link {
    padding-top: 40px;
}
body.index .link img {
    max-width: 100%;
    max-height: 70px;
}
body.index .link img:hover {
    box-shadow: 0 0 10px #ddd;
}
body.index .link a {
    display: block;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    background-color: #00a44e;
	color: #FFFFFF;
}

body.index .link a:hover {
	opacity: 0.8;
}

body.index .link a:active {
	opacity: 0.5;
}
@media(max-width: 767px) {
	
	.page-list .menu li.active a {
	  border-right: 0px solid #fff;
	}
}
<!--耗时1762913762.4828秒-->