.clear {
    clear: both;
}

body {
    padding-top: 160px;
}

.navbar {
    height: 160px;
}
.navbar-black {
    color: black;
}
.navbar-black a {
    display: block;
    color: black;
    line-height: 50px;
}
.navbar-white {
    color: white;
}
.navbar-white a {
    display: block;
    color: white;
    line-height: 50px;
}
.navbar td {
    width: 25%;
    text-align: center;
}
.navbar td.split {
    width: 1px;
}
.navbar .logo {
    float: left;
    margin-left: 15px;
    width: 100px;
    height: 100px;
    background: url(../images/logo.png) center no-repeat;
    background-size: contain;
}
.navbar .en {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    line-height: 28px;
    color: black;
    text-align: center;
    border: 2px solid #e17e8f;
    border-radius: 5px;
}
.navbar .en:hover {
    text-decoration: none;
}
.navbar-white .en {
    color: white;
}
.navbar .menu {
    display: block;
    float: right;
    margin-top: 2px;
    width: 50px;
    height: 28px;
    background: url(../images/btn_menu.png) center no-repeat;
}

.projectlist {
    padding: 0 12px;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 250px;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(80,117,187,.9);
}
.projectlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.projectlist ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed rgba(255,255,255,.9);
    font-size: 16px;
    color: white;
    text-align: center;
}
.projectlist ul li a {
    display: block;
    color: white;
    text-align: center;
}
.projectlist ul li a:hover {
    text-decoration: none;
}
.projectlist .search {
    margin: 0 -12px;
}
.projectlist .search input[type=text] {
    float: left;
    width: 260px;
    height: 50px;
    border-width: 0;
    background-color: transparent;
    text-align: center;
}
.projectlist .search input[type=text]::-ms-input-placeholder{text-align: center;color: white;}
.projectlist .search input[type=text]::-webkit-input-placeholder{text-align: center;color: white;}
.projectlist .search input[type=button] {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/btn_search.png);
    border-width: 0;
}







.pro_list {
    margin: 0 -15px;
}
.pro_list > .pro_item {
	background-color: transparent;
}
.pro_list > .pro_item > .pro_content {
	margin: 0 auto;
	padding-top: 15px;
}
.pro_list > .pro_item > .pro_content > .pro_intro {
    margin: 0 15px;
}
.pro_list > .pro_item > .pro_content > .pro_info {
    float: left;
    padding: 10px 0;
    width: 350px;
    height: 120px;
    overflow: hidden;
    background-color: #394865;
    color: white;
    text-align: center;
    line-height: 1.8;
}
.pro_list > .pro_item > .pro_content > .pro_info > .pro_title {
	font-size: 28px; font-weight:bold;
}
.pro_list > .pro_item > .pro_content > .pro_info > .pro_jzmj {
	font-size: 12px;
}
.pro_list > .pro_item > .pro_content > .pro_info > .pro_address {
	font-size: 12px;
}
.pro_list > .pro_item > .pro_content > .pro_intro {
	position: relative;
	float: right;
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.6;
	border: 1px solid #e0dcdc;
	border-left-width: 0;
}
.pro_list > .pro_item > .pro_content > .pro_piclist {
    padding: 15px;
    padding-top: 0;
}
.pro_list > .pro_item > .pro_content > .pro_piclist .pro_pic {
    display: block;
	margin-top: 15px;
	width: 100%;
	height: 80px;
}
.pro_list > .pro_item > .pro_content > .pro_jd {
	line-height: 60px;
	text-align: center;
}
.pro_list > .pro_item > .pro_content > .pro_jd > a {
	color: #bf5142;
	font-size: 14px;
	line-height: 24px;
	padding-left: 28px;
	background: url(../images/icon_view.png) left no-repeat;
}

.pro_list > .pro_item:nth-child(odd) {
	background-color: #f5f5f5;
}
.pro_list > .pro_item:nth-child(even) {
	background-color: white;
}

.pro_list > .pro_item:nth-child(odd) > .pro_content > .pro_info {
	float: left;
}
.pro_list > .pro_item:nth-child(odd) > .pro_content > .pro_intro {
	float: right;
	border-left-width: 0;
	border-right-width: 1px;
}
.pro_list > .pro_item:nth-child(even) > .pro_content > .pro_info {
	float: right;
}
.pro_list > .pro_item:nth-child(even) > .pro_content > .pro_intro {
	float: left;
	border-left-width: 1px;
	border-right-width: 0;
}
.btn_view_weekly {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 103px;
    height: 31px;
	background: url(../images/btn_view_weekly.png) center no-repeat;
	cursor: pointer;
}
#menu {
    position: fixed;
    left: 0;
    bottom: -1000px;
    width: 100%;
    min-height: 350px;
    background: rgba(42,56,100,.9);
    transition: all 0.2s ease-in-out;
    z-index: 1031;
    padding:15% 5%;
    text-align: center;
}
#menu.active {
    bottom: 0;
    transition: all 0.2s ease-in-out;
}

#menu .title {
    line-height: 60px;
    font-size: 18px;
    color: #bf5142;
}

#menu .close {
    position: absolute;
    top:7%;
    left:50%;
    margin-left:-10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../styles/images/btn_close.png) center;
    background-size: contain;
}

#menu .links {
    width: 100%;
    line-height: 32px;
    font-size: 12px;
}
#menu .links th {
    /*width: 80px;*/
    text-align: center;
}
#menu .links th a {
    font-size: 14px;
    color: white;
}
#menu .links td a {
    font-size: 12px;
    color: #8b91aa;
    margin-right: 25px;
}

.passform {
    width: 270px;
    height:40px;
}
.passform .pass_text {
    float: left;
    padding: 0 15px;
    width: 200px;
    height:40px;
    text-align: center;
    border-width: 0;
    color: black;
}
.passform .pass_btn {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/pic_57.png) center no-repeat;
    background-size: cover;
    border-width: 0;
}

#div_show_complain {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 350px;
    background: rgba(57,72,100,.9);
    transition: all 0.2s ease-in-out;
	z-index: 2002;
	display: none;
}
#div_show_complain .close {
	float: right;
	margin: 15px;
	display: block;
    width: 32px;
    height: 32px;
    background: url(../images/btn_close.png) center;
    background-size: contain;
}
