.zc_homepage_container{
	height: 100%;
    min-width: 1024px;
    min-height: 570px;
    position: relative;
}
.zc_page_header{
	width: 100%;
	padding-left: 40px;
    padding-right: 40px;
    background:transparent;
    height: 54px;
    box-sizing: border-box;
    position:absolute;
}
#zc_homepage_body{
	overflow-y: auto;
	min-height: 516px;
}
.zc_page_header_right .login_btn{
	background-color: #ED6D00;
    color: white;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    width: 64px;
    text-align: center;
    border-radius: 3px;
    margin-top: 13px;
    cursor: pointer;
   /*  margin-right: 20px; */
}
.zc_page_header_right .register_btn{
	background-color: white;
	color: #666;
	font-size: 13px;
    height: 28px;
    line-height: 28px;
    width: 64px;
    text-align: center;
    border-radius: 3px;
    margin-top: 13px;
    cursor: pointer;
}
.header_top_logo img{
	float: left;
    height: 36px;
    margin-top: 8px;
}
.header_top_logo:nth-child(2) img{
	height: 14px;
    margin-left: 30px;
    margin-top: 20px;
}
.zc_page_header_right{
        color: white;
}
.zc_page_header_right .btn{
	padding: 4px 20px;
    margin-top: 7.5px;
    margin-left: 10px;
    outline-color: transparent;
}
.zc_page_header_list ul li{
	float: left;
    color: white;
    margin-right: 15px;
    font-size: 13px;
    height: 54px;
    line-height: 54px;
    cursor:pointer;
/*    padding-left:10px;
    padding-right:10px;*/
}
.zc_page_header_list ul li.selected{
	background-color: #ed6d00;
}
.zyc_submenu_item:hover{
	background-color: #333;
}
/*首页css*/
.zc_container{
	overflow-y: auto;
}
.zc_page_item.first{
	position: relative;
}
.zc_page_item.first>.zc_page_header{
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
.swiper-container {
    /*min-height: 666px;*/
    width: 100%;
    background: #F0F1F2;
}
.swiper-slide{
    background-color: #F0F1F2;
   /* min-height: 666px;*/
}
.zc_page_body.page{
	overflow-x: hidden;
    overflow-y: auto;
}
.zc_page_item.first .swiper-pagination>span.swiper-pagination-bullet{
    border:2px solid #999;
    width: 8px;
    height: 8px;
    background-color:#999;
    opacity: 1;
}
.zc_page_item.first span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: white;
	border:2px solid white;
}
.zc_page_item.first .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:35px;
}
.zc_indexpage_body{
	position: absolute;
    bottom: 40%;
    z-index: 2;
    color: white;
}
.zc_indexpage_body .zc_index_title .zc_circle{
	 width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 6px;
}
.zc_indexpage_body .zc_index_title>li{
	font-size: 35px;
}
.zc_indexpage_body{
	text-align: center;
	width: 100%;
}
.zc_indexpage_queryinput {
	height: 40px;
    width: 300px;
    color: #333;
    font-size: 14px;
}
.zc_indexpage_querycon{
	border-radius: 20px;
    width: 370px;
    overflow: hidden;
    margin: auto;
    padding-left: 20px;
    background-color: white;
    position: relative;
}
.zc_indexpage_query_textareacon{
	display:none;
	position: absolute;
    width: 320px;
    left: 0px;
    background-color: white;
    min-height: 160px;
    bottom: 0px;
    color:#808080;
   /*  box-shadow: 0px 0px 8px 1px #808080 inset; */
    padding: 10px;
    text-align: left;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    border: 1px solid #e1e1e0;
}
#zc_indexpage_querytextarea{
	width:100%;
	resize:none;
	outline: none;
	display:block;
	padding:4px;
	overflow-y: auto;
	color: #666;
    font-size: 13px;
}
.zc_indexpage_querybtn{
	height:40px;
	width: 50px;
	background-color: #ed6d00;
	cursor: pointer;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.zc_indexpage_querybtn img{
	width: 22px;
    padding-top: 9px;
}
.zc_index_title {
	padding-bottom: 70px;
}
.zc_page_manager_title{
    text-align: center;
    font-size: 40px;
    color: #808080;
    line-height: 220px;
}
.zc_liangdian_item{
	width:220px;
	box-shadow: 0px 0px 3px 1px #808080;
	border-radius: 3px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 22px;
}
.zc_liangdian_item:nth-child(1){
	 margin-left: 0px;
}
.zc_liangdian_title{
	color: #ED6D00;
    font-size: 24px;
    font-weight: bold;
    width: 70px;
    text-align: center;
}
.zc_liangdian_header{
	width: 102px;
    margin: auto;
}
.zc_liangdian_body p:nth-child(1){
	color:#4c4c4c;
	font-size: 18px;
	line-height: 40px;
	margin-top: 10px;
}
.zc_liangdian_body p{
	color:#808080;
	font-size:14px;
	text-align: center;
	line-height: 30px;
}
.zc_page_manager{
	min-height: 666px;
}
.zc_page_item{
	min-height: 516px;
	overflow: hidden;
}
.zc_page_manager>ul{
	width: 967px;
    margin: auto;
}
a{text-decoration:none;}
a:visited{border:none;}
#head{
	width:100%;
	height:55px;
	background-color:black;
}
#headMain{
	width:1300px;
	margin: 0 auto;
	height:55px;
}
#middle{
	width:100%;
}
#middleMain{
	margin: 0 auto;
	min-height: 516px;
}
#middleLeft{
	min-height:516px;
	text-align:right;
	line-height:516px;
	height: 100%;
}
#middleRight{
	min-height:516px;
	height: 100%;
}
#middleRight input{
	outline:none;
	border-radius:5px;
	padding:10px;
	border:1px solid #fff;
	margin-left:30px;
	font-size:16px;
}
#textTitle{
	margin-top:160px;
	overflow:hidden;
	line-height:64px;
	font-size:32px;
	color:#4c4c4c;
	text-align:left;
} 
#textTitle b{
	padding-left:30px;
}
#textList{
	padding-left:80px;
	margin-top:30px;
}
#textList li{
	list-style:none;
	font-size:18px;
	height:50px;
	line-height:30px;
	color:#808080;
	text-align: left;
}
#textList li img{
	padding-right:10px;
	float:left;
	margin-top: 8px;
}
.infoBox{
	margin-top:160px;
}
.infoBox input{
	width:200px;
	height:40px;
}
.subjectBox{
	width:434px;
	height:40px;
	margin-top:30px;
}
.messageBox{
	width:434px;
	resize: none;
	outline: none;
	overflow: hidden;
	margin-top:30px;
	margin-left:30px;
	border-radius:5px;
	border:1px solid #fff;
	padding:10px;
	font-size:16px;
}
.sendBtn{
	display:block;
	width:200px;
	height:48px; 
	text-align:center;
	line-height:48px;
	color:white;
	background-color:#ed6d00;
	font-size:16px;
	border-radius:5px;
	margin-top:30px;
	margin-left:30px;
}
#textTitle>b{
	font-weight: 400;
}
.zc_container a:focus,.zc_container a:hover{
	text-decoration:none;
	color:white;
	cursor: pointer;
}
.zc_page_manager_desc #textTitle{
	position: relative;
}
.zc_page_manager_ico img,.zc_page_settlement_ico img{
	position: relative;
}
.zyc_submenu_item>a{
	color: white;
    height: 100%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.login_systemselect>span{
	 height: 24px;
    background-color: white;
    color: #808080;
    width: 160px;
    display: inline-block;
    line-height: 24px;
    padding-left: 25px;
    margin-top: 15px;
    position:relative;
}
.login_systemselect_logo{
	position: absolute;
    right: 8px;
    top: 4px;
}
.login_systemselect .dropdown-menu{
	  padding: 0px;
	 min-width: initial;
    width: 162px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin: 0px;
    margin-top: -1px;
    left: -1px;
    border-top-width: 0px;
}
.login_systemselect  .login_systemselect_logo{
   position: absolute;
    right: 8px;
    top: 4px;
	width:16px;
	height:16px;
   background-image: url('../images/arrow_unselected.png');
}
.login_systemselect.open  .login_systemselect_logo{
	background-image: url('../images/arrow_chose.png');
}
.login_systemselect  .dropdown-menu .power_logo{
	text-align:center;
}
.login_systemselect  .dropdown-menu .power_logo img{
	  width: 20px;
	  padding-top:6px;
}
.login_systemselect  .power_name{
	color:#808080;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login_systemselect .dropdown-menu>li>a{
	padding: 0px;
	line-height:32px;
	margin-bottom:5px;
}
#login-user-status{
	display:none;
}
.zc_page_manager_ico img,.zc_page_settlement_ico img{
	position: relative;
}
.zyc_submenu_item>a{
	color: white;
    height: 100%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
#zc_home_six .zc_index_title{
	color: white;
    margin-left: 0px;
    text-align: center;
    position: relative;
    top: 36%;
}
#zc_home_six .zc_index_title .zc_circle{
	width:10px;
	height:10px;
	margin-bottom: 6px;
	border-radius: 100%;;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
}
#zc_home_six .zc_index_title>li{
	font-size: 35px;
}
#login_status_info_powerlist.dropdown-menu>li>a{
	padding-right:15px;
}
/**/
.zc_indexpage_query_textareacon .token{
	float:left;
	display: inline-block;
	padding: 0 7px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    border-radius: 4px;
    background: #D7D7D7;
    box-sizing: border-box;
    margin: -1px 5px 5px 0;
}
.zc_indexpage_query_textareacon .token-label{
	color:#666;
	display: inline-block;
    max-width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zc_indexpage_query_textareacon .zc_token_input{
	min-width:90px;
	outline: 0;
}
.zc_indexpage_query_textareacon .token-close{
	cursor:pointer;
	display: inline-block;
	 vertical-align: top;
}
.zc_indexpage_query_textareacon .token-close>img{
	float: right;
    margin-top: 5.5px;
    margin-left: 5.5
}
.zc_indexpage_query_textareacon  .zc_token_input{
	height: 24px;
    font-size: 13px;
    min-width: 90px;
    float:left;
}
.zc_indexpage_query_textareacon  .zc_token_input.before-placeholder{
	width: 100%;
}
.zc_indexpage_query_tokencon{
	height: 160px;
	overflow-y: auto;
    margin-bottom: 7px;
}
.zc_indexpage_query_textareacon .token-notice{
	 color: #ccc;
    font-size: 12px;
}
.changeLanguagesss{
	float: right;
	height: 30px;
	width: 100px;
	margin-top: 10px;
	outline:none;
}