.fl{
	float: left;
}
.fr{
	float: right;
}
.center{
	width: 1100px;
	margin: 0 auto;
}
.contain .breadcrumbs{
	margin-bottom: 25px;
}
.contain .breadcrumbs p a{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-family: MicrosoftYaHei;
}



.contain_cot_right{
	width: 60px;
	height: auto;
	/* float: left; */
	/* margin-right: 30px; */
	position: fixed;
	left: 50%;
	margin-left: 480px;
	/* top: 0px; */
}
.sidebar{
	width:100%;
	position:relative;
}
.sidebar ul{
	width:100%;
	background: #fafafa;
	margin:0 auto;
}
.sidebar ul li{ 
	width:100%;
	height:78px;
	text-align: center;
	border-bottom:1px  solid  #ebebeb;
}
.sidebar ul li a{
	display: block;
}
.sidebar ul li a>div{
	margin:0 auto;
	width:40px;
	height:40px;

}
.sidebar ul li.friend a>div{
	background:url(../icon/friend.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.commenticon a>div{
	background:url(../icon/comment.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.telephone a>div{
	background:url(../icon/telephone.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.return a>div{
	background:url(../icon/return.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.returntop a>div{
	background:url(../icon/returntop.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.friend:hover a>div{
	background:url(../icon/friend_w.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.commenticon:hover a>div{
	background:url(../icon/comment_w.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.telephone:hover a>div{
	background:url(../icon/telephone_w.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.return:hover a>div{
	background:url(../icon/return_w.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li.returntop:hover a>div{
	background:url(../icon/returntop_w.png) no-repeat center center;
	background-size:auto 70%;
}
.sidebar ul li:last-child{
	border-bottom:none;
}
.sidebar ul li img{
	margin:0px auto;
	padding-top:15px;
}
.sidebar ul li:hover{
	background:#0068bd;
}
.sidebar ul li:hover p{
	font-size: 13px;
	margin-top:5px;
	color:#fff;
}
.sidebar ul li p{
	font-size: 13px;
	margin-top:5px;
	color:#9d9d9d;
}
.sidebar ul li span{
	display:block;
	font-size: 13px;
	margin-top:5px;
	color:#9d9d9d;
}
.sidebar ul li.active{
	background:#0068bd;
}
.sidebar ul li.active p{
	color:#fff;
}

/*.triangle{
	display:none;
    width: 0!important;
    height: 0!important;
    border-top: 5px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 5px solid transparent;
    z-index:999;
    position:absolute;
	top:40px;
	left:72px;
}*/

.sidebar .APPtc_cont{
	width: 200px;
	height: 210px;
	background: #fff;
	border: 1px solid #ebebeb;
	text-align: center;
	position: absolute;
	top: 100px;
	left: -210px;
	display: none;
}
.sidebar .APPshare{
	width: 200px;
	height: 210px;
	background: #fff;
	border: 1px solid #ebebeb;
	text-align: center;
	position: absolute;
	top: 0px;
	left: -210px;
	display: none;
}
.sidebar .APPshare canvas{
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 20px;
}
.sidebar .APPtc_cont img{
	width:150px;
	height:150px;
	margin-top:20px;
}
.sidebar .APPtc_cont p{
   color:#000;
	text-align:center;
}
.contain_cot_left{
	width: 1007px;
	height: auto;
	float: left;
}
.serverNews{
	width: 100%;
	height: auto;
	border: 1px solid #f2f2f2;
}
.serverNews h1.title{
	font-size: 24px;
	font-weight: 700;
	line-height: 78px;
	font-family: MicrosoftYaHei;
	color: #2568c1;
	text-align: center;
}
.serverNews .newsResource{
	background-color: #f2f2f2;
	font-size: 12px;
	font-weight: 400;
	line-height: 36px;
	font-family: MicrosoftYaHei;
	color: #a1a1a1;
	text-align: center;
}
.serverNews .newsResource a{
	/*color: #2568c1;*/
	color:#a1a1a1;
}
.serverNews .newsDetail{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.newsDetail>span{
	display: block;
	width: 588px;
	height: 363px;
	margin: 0 auto;
	background-color: lightblue;
	margin-bottom: 15px;
}
.newsDetail>p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	font-family: MicrosoftYaHei;
	color: #515151;
	text-indent: 32px;
}

.comment{
	width: 100%;
	margin: 24px auto;
	border: 1px solid #f2f2f2;
	padding: 20px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.comment_cot{
	width:100%;
	height:auto;
/*	overflow:auto;*/
}
.comment .comment_title{
	width:100%;
	height:40px;
	border-bottom: 1px  solid  #ebebeb;
}
.comment .comment_title  h1{
	float:left;
	height:20px;
	line-height:20px;
	margin-top:10px;
	color:#333;
	font-size:16px;
	padding-left:10px;
	border-left:3px  solid #0068bd;
}
.comment .comment_list{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:30px;
	margin-top:20px;
	border-bottom:1px  solid  #ebebeb;
}
.comment .comment_list .comment_header{
	width:10%;
	text-align:center;
	float:left;
}
.comment .comment_list .comment_header img{
	width:70px;
	height:70px;
	border-radius:35px;
}
.comment .comment_list .comment_content{
	width:87%;
	float:left;
	margin-left:3%;
	position:relative;
}
.comment_content  h1{
	font-weight:normal;
	font-size:14px;
	color:#000;
}
.comment_content  p{
	font-weight:normal;
	font-size:12px;
	color:#666;
	margin-top:5px;

}
.comment_content  h5{
	font-weight:normal;
	font-size:14px;
	color:#333;
	width:85%;
/*	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	margin-top:5px;
}

.textContent p img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.btn{
    width:100%;
	height:100px;
	text-align: center;
	position: relative;
}
.btn button{
	width:300px;
	height:50px;
	margin:30px auto;
	background:#0068bd;
	font-size:14px;
	color:#fff;
	border:0;
	outline:none;
	border-radius: 5px;
}
.morecomment{
	width: 200px;
	height: 200px;
	z-index:999;
	background: #fff;
	text-align: center;
	position: absolute;
	top: -200px;
	left: 50%;
	margin-left: -100px;
}
.morecomment img{
	width:170px;
	height:170px;
	margin:15px auto;
}
#triangle-up {
	width: 0;
	height: 0;
	margin:-5px auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #fff;
}
.tc{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;

}
.tc .hidden{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
}
.tc  img{
	width:200px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-100px;

}