
/* ==========
    工程案例详情 - 样式
   ========== */
body {
	overflow-y: scroll;
}

/* 覆盖公共的banner样式 */
header .banner {
	margin-bottom: 26px;
}

.container {
	
}


/* 左侧的面包屑导航 */
.am-breadcrumb {
    padding: .7em .5em;
    margin-bottom: 2rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 85%;
    font-size: 14px;
    padding: 13px 0;
    margin-bottom: 0;
}
.am-breadcrumb>li+li:before {
    content: ">";
    padding: 0 8px;
    color: #ccc;
    color: #232323;
}
.am-breadcrumb>.am-active {
    color: #999;
    color: #1369de;
}
@media screen and (max-width:640px) {
	.am-breadcrumb {
	    padding: .7em .5em;
	    margin-bottom: 2rem;
	    list-style: none;
	    background-color: transparent;
	    border-radius: 0;
	    font-size: 85%;
	    font-size: 12px;
	    font-size: 14px;
	    padding: 9px 0;
	    padding-left: 5px;
	    margin-bottom: 0;
	}
	.am-breadcrumb>li+li:before {
	    content: ">";
	    padding: 0 1px;
	    color: #ccc;
	    color: #232323;
	}
	.breadcrumb-bottom-hr {
		display: none;
	}
	.am-breadcrumb a {
	    color: #1369de;
	}
	.am-breadcrumb a:link, a:visited {
	    color: #1369de;
	}
	   
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}



.container {
	/*margin-bottom: 90px;*/
}
footer {
	margin-top: 200px;
}



/* 内容 */
.content {
	margin-top: 50px;

}
/* 左侧的菜单 */
.content-left {
	float: left;
	width: 18.75%;
	margin-right: 3.1%;
}
.content-left .left-head {
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	background: #1369de;
}
.content-left ul {
	text-align: center;
	font-size: 16px;
	/*font-family: "SimHei";/*黑体*/
}
.content-left ul li {
}
.content-left ul .active a {
	color: #1369de;
	border-bottom: 2px solid #ffc618;
}
.content-left ul li:hover a {
	color: #1369de;
	border-bottom: 2px solid #ffc618;
}
.content-left ul li a {
	display: inline-block;
	padding: 13px 0;
	width: 64px;
	height: 44px;
}


.drop-menu-close-div {
    display: inline-block;
    float: right;
    margin-right: 6%;
}

.drop-menu {
	display: none;
}

@media screen and (max-width:640px) {
	.content {
		margin-top: 30px;
	}
	.content-left {
		float: left;
		float: none;
		width: 18.75%;
		width: 100%;
		margin-right: 0%;
	}
	.content-left .left-head {
		
		display: none;
	}

	.content-left ul {
		text-align: center;
		font-size: 16px;
		/*display: none;*/
		/*font-family: "SimHei";/*黑体*/
	}
	.content-left ul li {
		
		display: none;
	}
	.content-left ul .active {
		display: inline-block;
		display: block;

		margin-bottom: 10px;
	}
	
	.content-left ul li a {
		color: #1369de;
		display: inline-block;
		padding: 13px 0;
		width: 64px;
		height: 44px;
	}
	.content-left ul li:hover a {
		color: #1369de;
		color: #000;
		border-bottom: 0px solid #ffc618;
	}
	.content-left ul .active a {
		color: #1369de;
		/*color: #000;*/
		font-size: 18px;
		width: 80%;
		padding: 0px 0;
		height: 44px;
		border-bottom: 0px solid #ffc618;
	}
	.content-left ul a:link,a:visited  {
		color: #1369de;
		color: #232323;
	}
	.content-left ul a:hover,a:active {
		color: #1369de;
	}
	.content {
		margin-top: 10px;
	}

	.drop-menu {
		display: inline-block;
		float: right;
		margin-top: -54px;
		margin-right: 6%;
	}

}
.content-left-ul-top {
    display: inline-block;
    display: none;
    font-size: 22px;
    padding: 0px 0;
    color: #1369de;
    padding-left: 15px;
    width: 100%;
    height: 44px;
}


/* 右侧的内容 */
.content-right {
	float: left;
	width: 78%;
	display: inline-block;
}
.content-right  {
	float: left;
	width: 78%;
	display: inline-block;
	/*margin-bottom: 40px;*/
	padding-bottom: 80px;
	
	text-align: center;
	font-family: "SimHei";
}

.content-right img {
	display: inline-block;
	margin: 40px auto;
}

.content-right .detail-title {
	font-size: 20px;
	color: #1369de;
}
.content-right .detail-date {
	margin: 20px auto;
	font-size: 14px;
	color: #b7b9bb;
}
.content-right .detail-tag {
	margin: 40px auto 10px;
	font-size: 20px;
	color: #1369de;
	text-align: left;
}


.content-right .text {
	/*margin-top: 50px;*/
	text-align: left;
	font-size: 16px;
	color: #5d5d5d;
	/*text-indent: 32px;*/
}
.content-right .img {

}
.content-right .detail-content {
	padding-bottom: 50px;
	border-bottom: 1px solid #b7b9bb;
}


@media screen and (max-width:640px) {
	.content-right  {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 0px;
		padding: 0px 15px;
	}

	.content-right .detail-title {
		text-align: center;
		font-size: 16px;
		color: #1369de;
	}
	.content-right .detail-date {
		margin: 10px auto;
		font-size: 14px;
		color: #b7b9bb;
	}
	.content-right .text {
		text-align: left;
		font-size: 16px;
		color: #5d5d5d;
		text-indent: 32px;
	}
	.content-right .detail-content {
		padding-bottom: 0px;
		border-bottom: 1px solid #b7b9bb;
	}
	.content-right img {
		width: 100%;
	    display: inline-block;
	    margin: 10px auto;
	    margin: 10px auto;
	}
	.content-right .detail-tag {
	margin: 10px auto 10px;
	font-size: 20px;
	color: #1369de;
	text-align: left;
}
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}



/* 上一篇下一篇 */
.before-after {
	margin-top: 50px;
	/*margin-bottom: 40px;*/
	height: 60px;
	font-family: "SimHei";
	font-size: 20px;
	text-align: left;
	color: #b7b9bb;
}
.before-after p {
	margin-top: 10px;
	cursor: pointer;
}
.before-after p a {
	color: #b7b9bb;
	margin-top: 10px;
	cursor: pointer;
}
.before-after {
	
}

@media screen and (max-width:640px) {
	.before-after {
	    margin-top: 20px;
	    /* margin-bottom: 40px; */
	    height: 60px;
	    font-family: "SimHei";
	    font-size: 16px;
	    text-align: left;
	    color: #b7b9bb;
	}
}



/* 返回列表按钮 */

.content-right .return-btn {
	margin-top: -40px;
	float: right;
	display: inline-block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-radius: 12px;
	background-color: #f4f5f5;
	color: #133d7d;
	text-align: center;
	font-family: "Microsoft YaHei";

}
.content-right .return-btn a {
	color: #133d7d;
}

@media screen and (max-width:640px) {
	.content-right .return-btn {
	    display:  none;
	}
}

@media screen and (max-width:640px) {
	.content {
	    margin-top: 10px;
	    margin-bottom: 50px;
	}
	footer {
		padding: 0px 0;
		margin-top: 0px;
	}

	footer nav {
	    padding: 10px 0;
	    /* margin-top: 26px; */
	}
	.footer-computer-nav {
		display: none;
	}
	.footer-app-nav {
		display: block;
	}
	.footer-app-nav a {
		color: #fff;
	}

	.con-fgs {

	}
	.con-fgs .con-fgs-li-hidden {
		display: none;
	}
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}
@media screen and (max-width:640px) {
	body {
		/*overflow-x: scroll;*/
	}
	.content-left ul a:link, a:visited {
	    color: #fff;
	    color: #1369de;
	}
	a:link, a:visited {
	    text-decoration: none;
	}
	
	.app-copyright-bottom {
		text-align: center;
	    display: block;
	    font-size: 9px;
	    color: #52688b;
	    margin: 15px auto;
	    margin-bottom: 70px;
	}
	
	.page-bottom-btn {
		position: fixed;
		bottom: 30px;
		bottom: 0px;
		left: 4%;
		left: 0;
		display: block;
		width: 92%;
		margin: 0px auto;
		margin-bottom: 0px;
		width: 100%;
		padding: 0 4%;
		padding-top: 10px;
		background: #fff;
	}
	.page-bottom-btn div {
		width: 50%;
		display: inline-block;
	}
	.page-bottom-btn .page-bottom-btn-left {
		width: 48%;
		width: 42%;
		width: 40%;
		padding-left: 2%;
	}
	.page-bottom-btn .page-bottom-btn-right {
		/*margin-left: 2%;*/
		float: right;
		width: 48%;
		width: 42%;
		width: 40%;
		padding-right: 2%;
	}

	.app-go-top {
		display: none;
		position: fixed;
		bottom: 213px;
		right: 10px;
		right: 4%;
		float: right;
		/*right: 207px;*/
		/*bottom: 450px;*/
		font-family: "Microsoft YaHei";
		/*width: 44px;*/
		/*height: 92px;*/
		cursor: pointer;
	}
	.app-go-top img {
		width: 78%;
		width: 100%;
	}
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}

@media screen and (max-width: 640px) {


}

.app-content-btn {
	display: none;
}
@media screen and (max-width: 640px) {
	.page {
	    display: none;
	}
	.app-content-btn {
		display: inline-block;
	}
	.footer-app-nav a {
		color: #fff;
	}
}

@media screen and (max-width: 640px) {
	.app-content-btn {
	    text-align: center;
	}
	.app-content-btn {
	    display: block;
	}
}




