/*顶部导航部分开始*/
.pa-nav{
	width: 100%;
	height: 30px;
	background: #eeeeee;
}
.pa-nav-login{
	float: left;
}
.pa-nav-other{
	float: right;
}
.pa-nav-other>ul{
	margin-right: -20px;
}
.pa-nav a{
	font-size: 12px;
    color: #333;
}
.pa-nav-btn{
	position: relative;
	display: inline-block;
    height: 30px;
    line-height: 30px;    
}
.pa-nav-btn:hover{
	color: #EB5405;
}
.pa-other-btn:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
    width: 20px;
    height: 27px;      
    background: url(../image/index/pa-nav-icon.png) no-repeat;   
}
.pa-nav-icon{
	margin-left:18px;
	margin-right: 18px;
}
.otherList{
	float: left;
	margin-right: 20px;
}
.pa-nav-appBtn:before{
	background-position-y: -34px;
}
.pa-nav-cusBtn:before{
	background-position-y: -68px;
}
.pa-nav-cnBtn:before{
	background-position-y: -102px;
}
/*顶部导航部分结束*/
/*头部二级导航部分开始*/
.pa-header{
    position: relative;
	width: 100%;
	border-bottom: 1px solid #eb5405;
	background: #00091C;
}
.pa-logo{
	float: left;
    height: 58px;
    margin-right: 60px;
}
.pa-logo img{
    margin-top: 14px;
}
.pa-head-nav{
	float: left;
}
.phone-icon{
	display: none;
}
.head-navList{
	position: relative;
	float: left;
	margin-right: 20px;
	height:60px;
}

.head-navList.lan{
	display: none;
}

.pa-hdn-link{
	display: block;
	height: 58px;
	line-height: 58px;
	color: #e9e9ea;
	font-size: 14px;
	cursor: pointer;
}
.pa-hdn-link:hover{
	color: #EB5405;
}
.pa-hdn-active>a{
	color: #EB5405 !important;
}
/*头部二级导航部分结束*/
/*下拉框*/
.underCtn{
	display: none;
	position: absolute;
	top: 59px;
	left: 0px;
	width: 235px;
	height: auto;
	z-index: 0;
}
.estateList{
	width: 100%;
	/*height: 40px;*/
	border-bottom: 1px solid #EB5405;
	background: #192132;
	cursor: pointer;
	text-align: center;
}
.underList3{
	/* display: none; */
	background: #fff;
	line-height: 30px;
}
.underList3 li{
	border-top: 1px solid #d8d8d8;
    /* border-bottom: 1px solid red; */
    margin-top: 1px;
}
.underList3 li a{
	font-size: 14px;
	color: #333;
}
.underList3 li a:hover{
	color: #EB5405;
}
.underList3_li1_special{
	line-height: 20px;
}
/*.estateList:first-child{
	height: 72px;
	background: #fff;
}*/
.estateList:hover .estate-intro{
	color:#EB5405;
}
.border_bottom{
	border-bottom: 2px solid #EB5405;
}
.border_b_z{
	border-bottom: 0 !important;
}

.estate-intro{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	position:relative;
}
.estate-intro a{
	font-size: 14px;
	color: #fff;
}
.estate-intro i{
	display: none;
	width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 16px;
    background: url(../image/index/to-bottom.png) no-repeat center center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-size: cover;
}
.rotate180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.pa-nav-active{
	color:#EB5405;
}

/* 语言切换 */
.langsChange{
	float: left;
	height: 58px;
	line-height: 58px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 26px;
	background: url('../image/icon-language-add.png') left center no-repeat;
}
.langsChange:hover{
	color: #EB5405;
}

@media only screen and (max-width: 1000px) {
	.pa-header{
		height: 70px;
	}
	.pa-logo{
		height: 70px;
		margin-left: 15px;
	}
	.pa-logo>img{
		margin-top: 26px;
	}
	.pa-head-nav{
		display: none;
	}
	.pa-nav{
		display: none;
	}
	.wrapper{
		width: 100%;
	}
	.phone-icon{
		display: block;
		position: absolute;
	    right: 15px;
    	top: 22px;
	}
	.pa-head-nav{
		position: absolute;
	    width: 100%;
	    /* height: auto; */
	    background: #000;
	    top: 72px;
	    z-index: 5;
	}
	.head-navList{
		width: 100%;
	    height: auto;
		border-bottom: 1px solid #EB5405;	    
	}


	/* 2018-07-26 */
	.head-navList.lan{
		display: block;
	}

	.head-navList.lan a{
		font-size: 24px;
		color: #fff;
		line-height: 58px;
	}

	.head-navList.lan i{
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url('../image/icon_lan_mobile.png') center no-repeat;
		margin: 0 20px;
	}

	.head-navList.lan span{
		color: #fff;
		font-size: 24px;
		line-height: 58px;
	}

	.head-navList.lan span.partition{
		margin: 0 20px;
	}

	/* end */
	.pa-hdn-link{
		box-sizing: border-box;
	    padding-left: 20px;
		font-size: 24px;
	}
	.estate-intro a{
		font-size: 20px;
	}
	.underCtn {
		position: static;
	    width: 100%;
	    height: auto;
	}
	.estateList{
		height: auto;
	}
	.estate-intro{
		height: 60px;
	    line-height: 60px;
	    font-size: 20px;
	}
	.underList3{
		display: block;
		line-height: 60px;
	}
	.underList3 li a {
    	font-size: 18px;
	}
	.estate-intro i {
	    width: 16px;
	    height: 8px;
	    right: 20px;
	    top: 50%;
	    margin-top: -4px;
	}
}
