﻿body {
    background-image: url(/images/1-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}



.header {
    padding: 50px 0; 
}
.header .container {
    position: relative;
}
.header-left {
    color: white;
    float: left;
}
.header-left h1 {
    font-size: 40px;
    margin: 0 0 10px 0;
}
.header-left p {
    font-size: 16px;
}
.header-right {
    float: right;
    position: relative;
    margin-top: 20px;
}
.header-right input {
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 75px 0 15px;
    border: none;
    outline: none;
}
.header-right .search-button {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #0288d1;
    color: white;
    text-align: center;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.header-right .search-button:hover {
    background: #00669c;
}
.good-for-people {
    position: absolute;
    top: -40px;
    right: 15px;
    height: 20px;
    line-height: 20px;
    background: transparent;
    border: none;
    outline: none;
    color: white;

}




/* news
********************************************************************************/
.news .container {
    background: rgba(255,255,255, 0.6);
    border-radius: 5px;
}
.news-nav {
    float: left;
    border-right: 1px dashed white;
    padding: 0 15px;
}
.news-nav ul li {
    height: 60px;
    line-height: 60px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #0288d1;
    margin: 15px 0;
    color: #0288d1;
    text-align: center;
    font-size: 22px;
    transition: all 0.2s;
    cursor: pointer;
}
.news-nav ul li:hover, .news-nav ul li.active {
    background: #0288d1;
    color: white;
}
.news-content__wrap {
    float: left;
    padding: 0 15px;
}
.news-content__item {
    display: none;
}
.news-content__item.active {
    display: block;
}


/* 工作动态 */
.news-work__header {
    height: 75px;
    line-height: 75px;
}
.news-work__header h3 {
    float: left;
    font-size: 22px;
    color: #373a3c;
}
.news-work__header a{
    float: right;
}


/* carousel   轮播图 */
.news-work__carousel {
	width: 500px;
	height: 300px;
	overflow: hidden;
	position:relative;
	float: left;
}
.news-work__carousel img {
	width: 500px;
	height: 300px;
}
.news-work__carousel .hd {
	position:absolute;
	bottom:12px;
	right:15px;
	z-index:20;
}
.news-work__carousel .hd li{
	width:11px;
	height:11px;
	display: inline-block;
	margin:0 6px;
	border-radius:50%;
	background:#fff;
    cursor: pointer;
}
.news-work__carousel .hd li.on{
	background:#da221a;
}
.news-work__carousel .mask{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 38px;
	background: rgba(0,0,0,0.6);
	z-index: 15;
}
.news-work__carousel .bd li{
	position:relative;
}
.news-work__carousel .bd p{
	height:48px;
	line-height:48px;
	padding:0 10px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:15px;
	color:#fff;
	z-index:20;
}



.news-work__list {
    float: left;
    margin-left: 15px;
    width: 420px;
}
.news-work__list li {
    width: 100%;
    margin-bottom: 17px;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.news-work__list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2196f3;  
    background: -webkit-linear-gradient(to right, #2196f3, #29b6f6);
    background: linear-gradient(to right, #2196f3, #29b6f6); 
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* 其他新闻模块 */
.news-content__item-left {
    float: left;
    width: 700px;
    padding-right: 15px;
}
.news-content__item-left_header h3 {
    height: 75px;
    line-height: 72px;
    font-size: 22px;
    float: left;
}
.news-content__item-left_header a {
    float: right;
    height: 75px;
    line-height: 75px;
}
.news-content__item-left_list li {
    width: 100%;
    margin-bottom: 17px;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.news-content__item-left_list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2196f3;  
    background: -webkit-linear-gradient(to right, #2196f3, #29b6f6);
    background: linear-gradient(to right, #2196f3, #29b6f6); 
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-content__item-right {
    float: left;
    width: 235px;
    height: 100%;
    margin: 20px 0;
    border-left: 1px dashed white;
}
.news-content__item-right ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 180px;
    margin: 17px auto 0 auto;
    color: white;
    background: #0288d1; 
    /* border: 1px dashed #0288d1; */
    border-radius: 5px;
    text-align: center;
}




/* banner
********************************************************************************/
.banner {
    margin-top: 15px;
}
.banner img {
    border-radius: 5px;
}





/* green 佛山绿道
********************************************************************************/
.green .container {
	margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.green ul li {
    float: left;
}
.green ul li:not(:last-child) {
    border-right: 1px dashed white;
}
.green ul li a {
    width: 299px;
    height: 140px;
    line-height: 25px;
    text-align: center;
    padding-top: 35px;
    display: block;
    color: white;
    background: rgba(255,255,255, 0.6);
    transition: all 0.3s;
}
.green ul li:nth-of-type(1) a {
    background: rgba(150, 240, 191, 0.6);
}
.green ul li:nth-of-type(2) a {
    background: rgba(105, 219, 235, 0.6);
}
.green ul li:nth-of-type(3) a {
    background: rgba(88, 131, 197, 0.6);
}
.green ul li:nth-of-type(4) a {
    background: rgba(133, 134, 238, 0.6);
}
.green ul li a:hover {
    background: rgba(11, 199, 190, 0.6);
    color: white;
}



/* footer
********************************************************************************/
.footer {
    padding-bottom: 30px;
}
.footer .container {
    background: rgba(255,255,255,0.6);
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px 0;
}
.footer-wrap__item {
    float: left;
    width: 295px;
}
.footer-text {
    padding-left: 20px;
    line-height: 26px;
}
.footer-wrap__item2 {
    text-align: center;
}
.footer-wrap__item2 img{
    display: inline-block;
}

.footer-wrap__item3 {
    text-align: center;
}
.footer-wrap__item3 img {
    display: inline-block;
}
.footer-cop {
    text-align: center;
}

