@charset "utf-8";

/*html{ 
 -webkit-filter: grayscale(100%); 
 -moz-filter: grayscale(100%); 
 -ms-filter: grayscale(100%); 
 -o-filter: grayscale(100%);
 filter: grayscale(100%); 
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
 filter:gray;
 } */
* {
    font-family: Tahoma, Helvetica, Arial, '微软雅黑', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
article,
aside,
footer,
header,
nav,
section,
menu,
figure,
figcaption,
dialog {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li {
    list-style: none;
}

fieldset,
img,
dialog {
    border: 0;
    vertical-align: middle;
}

input,
textarea {
    outline-style: none;
}

textarea {
    resize: none;
}

article,
aside,
footer,
header,
nav,
section,
menu {
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}
.fn-left {
    float:left;
}
.fn-right {
    float:right;
}
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.fn-clear {
    zoom: 1
}
.ell {    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.mt20 {
    margin-top: 20px !important;
}
body {
    position: relative;
    overflow-x: hidden;
}
body::after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=#fff, endcolorstr=#5eb5eb, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=#fff, endcolorstr=#5eb5eb, gradientType=0);
    /*IE8*/
    background: #fff;
    /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #fff, #5eb5eb);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#5eb5eb));
    background: -o-linear-gradient(top, #fff, #5eb5eb);
}

.container {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
.ind-wrap {
    background: #fff;
}
.pageAll {
    width: 1000px;
    height: auto;
    background-color: #ffffff;
    margin: 0 auto;
}

.top {
    background-color: #fff;
}

.top-box {
    height: 100px;
    line-height: 100px;
}

.top .logo {
    display: inline-block;
    height: 100px;
    line-height: 100px;
}

.top .logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.top-right {
    float: right;
}

.top .top-right a {
    display: inline-block;
    padding-left: 35px;
    margin-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.sethome {
    background-image: url(../images/home-icon.png);
}

.joincollection {
    background-image: url(../images/collection-icon.png);
}

.topline {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.topline img {
    position: relative;
    left: 50%;
    width: auto;
    height: 500px;
    transform: translateX(-50%);
}


/*导航*/

.nav {
    background: #1c68c1;
}

.nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    height: 50px;
    line-height: 50px;
    flex: 1;
}

.menu ul {
    height: 100%;
}

.menu a {
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.menu a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #fff;
    transform: translateY(-50%);
}

.menu a:first-child::after {
    display: none;
}

.menu a .box {
    display: inline-block;
    width: auto;
    position: relative;
}

.menu a .box.on::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background-color: #ff7200;
}

.search {
    position: relative;
    width: 280px;
    height: 36px;
    background: #fff;
}

.search .text {
    width: 190px;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    color: #666;
    border: none;
}

.search .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 36px;
    border: none;
    background: #ff7200 url('../images/search-icon.png') no-repeat center center;
}
/* 轮播 */

.ind-left {
    width: 845px;
}
.ind-right {
    width: 407px; 
}
.ind-imgnews {
    height: 450px;
}
.flexslider {
    border: none !important;
    box-shadow: none !important;
    background-color: none !important;
}
#slider,
#slider .flex-viewport {
    width:675px;
    height: 450px !important;
}
#slider .slides > li{
    position: relative;
    height: 450px;
}

#slider .slides > li a {
    display: block;
} 
#slider.flexslider .slides img {
    height: 450px;
}
#slider .slides > li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(78, 152, 253, 0.4);
}
#carousel,#carousel .flex-viewport {
    width: 160px;
    height: 450px !important;
}
.carousel li{
    margin-bottom: 3px;
    margin-right: 0 !important;
    height: 110px;
}
#carousel.flexslider .slides img {
    height: 110px;
}
/* 通知公告 */
.ind-new-title {
    height: 50px;
    position: relative;
}
.ind-new-title span{
    display: inline-block;
    min-width: 140px;
    padding:0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #1c68c1;
}

.more{
    position: absolute;
    right: 20px;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #666;
}

.ind-new-cont {
    height: 398px;
    border: 1px solid #ddd;
}
.ind-new-cont ul {
    padding: 15px 10px 15px 10px;
}
.ind-new-cont ul li {
    color:#666;
    text-align: right;
    line-height: 36px;
}
.ind-new-cont ul li a,
.tab-cont ul li a {
    display: inline-block;
    text-align: left;
    width: 75%;
}
/* tab */
.tab-title {
    position: relative;
}
.tab-title span {
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #1c68c1;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.tab-title span.on {
    color: #fff;
    background-color: #1c68c1;
}
.tab-title span .more {
    display: none;
}

.tab-title span.on .more {
    display: block;
}

.company-new-cont .tab-cont,
.ind-public-cont .tab-cont {
    height: 204px;
}
.tab-cont {    
    border: 1px solid #ddd;
}
.tab-cont ul {
    padding: 10px 15px;
}
.tab-cont ul li {        
    color:#666;
    text-align: right;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #999999;
    background:url(../images/news-icon.png) no-repeat left center;
}
.tab-cont ul li:last-child {
    border: none;
}
.tab-cont ul li a {
    text-indent: 16px;
    text-align: left;
}
.tab-cont {
    display: none;
}
.ind-public-cont .tab-cont ul li a {
    width: 95%;
}
/* 每月之星 */
.ind-star {
    width: 300px;
}
.star-title {
    height: 50px;
    margin-bottom: 3px;
}
.star-title span{
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #ddd;
}
.star-title span.on{
    color: #fff;
    background: #1c68c1;
}
.ind-star-cont {
    padding: 19px;
    height: 259px;
    background: url(../images/star-bg.jpg) no-repeat left top;
}
.ind-star-cont .tab-cont {
    border: none;
}
.star-cont {    
    height: 119px;
}
.star-avatar {
    width: 97px;
    height: 119px;
    margin-right: 15px;
}
.star-infor {
    width: 150px;
    line-height: 25px;
    font-size: 16px;
}
/* 常见解答 */
.ind-answer-title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #072875;
}
.ind-answer-link {
    padding-bottom: 17px;
    border-bottom: 1px dashed #ddd;
}
.ind-answer-link a {
    padding-right: 50px;
}
.ind-answer-list li {
    height: 40px;
    line-height: 40px;
    padding-left: 22px;
    background: url(../images/question-icon.png) no-repeat 8px center;
}
/* 公租房服务指南 */
.ind-guide {
    width: 100%;
}
.ind-guide-item {
    display: block;
    width: 170px;
    height: auto;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-position: left top;
}
.ind-guide-item cite {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.ind-guide-item:first-child{
    margin-left: 9px;
}
.ind-guide-item.guide1 {
    background-image: url(../images/guide-bg1.jpg);
}
.ind-guide-item.guide2 {
    background-image: url(../images/guide-bg2.jpg);
}
.ind-guide-item.guide3 {
    background-image: url(../images/guide-bg3.jpg);
}
.ind-guide-item.guide4 {
    background-image: url(../images/guide-bg4.jpg);
}
.ind-guide-item.guide5 {
    background-image: url(../images/guide-bg5.jpg);
}
.ind-guide-item.guide6 {
    background-image: url(../images/guide-bg6.jpg);
}
/* 项目展示 */
.ind-project-cont {
    padding: 20px 10px;
}
.ind-project-item {
    position: relative;
    width: 310px;
    height: 250px;
    display: block;
    overflow: hidden;
    margin-left: 6px;
}
.ind-project-item::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 1000%;
    background:rgba(0, 0, 0, 0.4);
}
.ind-project-item:first-child {
    margin-left: 0;    
}
.ind-project-img {
    width: 100%;
    height: 100%;
}
.ind-project-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
}
.ind-project-infor {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
}
.ind-project-infor h2 {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ind-project-infor p {
    font-size: 16px;
    line-height: 24px;
    color: #666 !important;
}
.ind-project-infor p span {    
    color: #666 !important;
}
/* 友情链接 */
.ind-link  {
    height: 60px;
    line-height: 60px;
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=#00b7ff, endcolorstr=#007ce5, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=#00b7ff, endcolorstr=#007ce5, gradientType=0);
    /*IE8*/
    background: #fff;
    /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #00b7ff, #007ce5);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00b7ff), to(#007ce5));
    background: -o-linear-gradient(top, #00b7ff, #007ce5);
}
.ind-link-title {
    width: 104px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.ind-link-cont {
    padding: 10px 0;
    height: 40px;
}
.ind-link-cont a {
    display: inline-block;
    width: 224px;
    height: 40px;
    overflow: hidden;
    margin-right: 7px;
}

.footer {
    height: auto;
    line-height: 36px;
    font-size: 16px;
    color: #e2f9ff;
    text-align: center;
}
.footer-nav {
    padding: 20px 20px 45px;
    color: #fff;
    background-color: #fff;
}
.nav-item {
    width: 100px;
    padding-right: 20px;
    text-align-last: left;
}

.nav-item a {
    position: relative;
    color: #333;
}
.nav-item dt {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1;
}
.select-box  {
    margin-right: 90px;
}
.footer-select {
    width: 290px;
    height: 40px;
    line-height: 40px;
    background-color: #999;
    border-color: #999;
    margin-bottom: 20px;
    color: #fff;
    outline: none;
    padding:0 10px;
}
.footer-select option {
    padding: 20px;
    background: #fff;
    color: #333;
}
.whole_up {
    font-size: 16px;
    color:#333;
    text-align-last: left;
    padding: 30px 0;
}
.whole_up span {
    padding: 0 15px;
}
/* 面包屑 */
.bread {
    height: 80px;
    line-height: 80px;
    color: #333;
    font-size: 18px;
}
.bread a {
    font-size: 18px;
}
.bread a,
.bread span {
    padding: 0 5px;
}
.list-main {
    padding-bottom: 20px;
    background: #fff;
}
.list-left {
    width: 200px;
}
.sideTit {      
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center; 
    color: #fff;
    background-color: #1c68c1;
  }
  .list-left {
    width: 200px;
  }
  .sideMenu{
    border: 1px solid #ededed;
  }
  .sideMenuNav li{
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0 20px;
    border-bottom:1px solid #ebebeb;
  }
  .sideMenuNav li:last-child {
      border: none;
  }
  .sideMenuNav li a{ 
    display: block;     
    font-size:18px;  
  }
  .sideMenuNav li.on {
    /* border-left: 4px solid #ff7200; */
  }
  .sideMenuNav li:hover a,
  .sideMenuNav li.on a{    
    color: #ff7200;
  }
.list-right {
    width: 980px;    
    min-height: 600px;
    padding: 10px 40px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.list-news-titile {
    padding-left: 30px;
    border-bottom: 1px solid #ddd;
}
.list-news-titile span {
    display: inline-block;
    font-size: 20px;
    color: #1c68c1;
    height: 82px;
    line-height: 82px;
    position: relative;
}
.list-news-titile span::after {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 2px;
    background-color: #1c68c1;
}
.list-news-list ul {
    padding: 20px 0;
}
.list-news-list ul li {
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #666;
    text-align: right;
    border-bottom: 1px dashed #ddd;
    background:url(../images/news-icon.png) no-repeat 8px center;
}
.list-news-list ul li a {
    font-size: 16px;
    text-indent: 30px;
    text-align: left;
}
.empty {
    font-size: 18px;
    text-align: center;
}
.list-img-box  {
    padding: 20px;
}
.list-img-news-item {
    padding: 20px 40px;
    border-bottom: 1px dashed #d9d9d9;
}
.list-img-news-list {
    padding: 20px;
}
.list-img-news-item a {
    display: block;
}
.list-img-news-item-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.list-img-news-item-desc {
    line-height: 2;
}
.list-img-news-item-info {
    width: 840px;
}
.list-img-news-item-img {
    margin-left: 40px;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.list-img-news-item-img img {
    width: 100%;
    height: auto;
}
/* 内容页 */
.article-title-box {
    padding:20px 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.article-title {
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
}
.article-infor {
    color: #888;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}
.article-cont {
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    color: #666 !important;
}
.article-cont p {
    text-indent: 2em;
    margin: 10px 0 20px;
}
.article-cont span {    
    color: #666 !important;
}
.article-cont figure {
	text-align: center;
}
.article-cont img {
	width:700px;
	height:auto;
}
/*在线留言*/
.message-tit {
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#015293;
	border-bottom:1px solid #ddd;
}
.message-tit span {
	display:inline-block;
	text-align:center;
	padding:0 15px;
	width:auto;
	border-bottom:2px solid #328ccb;
}
.mes-cont form {
	width:100%;
	font-size:16px;
	line-height:40px;
	margin-top:20px
}
.mes-cont form textarea {
	margin:0 0!important;
	padding:20px 20px 20px 20px;
	width:919px;
	height:300px;
	border:solid 1px #ddd;
	border-radius:5px
}
.mes-cont form div {
	padding-left:10px;
	margin-bottom:30px
}
.btn-form {
	padding:5px;
	text-align:center
}
#tijiao,.reset {
	background:#1c68c1;
	line-height:40px;
	color:#fff;
	border:0;
	width:30%;
	margin-left:12%
}
.mes-cont {
	padding:20px 0
}
.form-group {
	margin:0px;
	padding:0px;
	width:540px;
	float:left;
}
.form-group label {
	display:block;
	float:left;
	width:100px;
	text-align:justify;
	text-align-last:justify;
	color:#333;
	padding-right:15px;
}
.formInpub input,.formInpub select {
	line-height:30px;
	width:299px;
	height:30px;
	margin-right:2%;
	font-size:14px;
	border:solid 1px #ddd;
	border-radius:2px;
	padding-left:10px;
	float:left;
}
div.formInpub .error {
	float:none;
	display:block;
	width:130px;
	text-align-last:auto;
	color:red;
	float:left;
}
.msg_tit {
	width:100%;
}
.msg_tit input {
	width:832px;
}
