/*
* @Author: Joan
* @Date:   2018-06-12 11:31:11
 * @Last Modified by:   Joan
 * @Last Modified time: 2018-07-16 17:20:01
*/
.static-adv {
	height: 584px;
	width: 100%;
	position: relative;
}
.static-adv__ul {
	width: 100%;
	height: 100%;
}
.static-adv__li {
	background: url("../images/case-banner.jpg") no-repeat center center;
	height: 100%;
	text-align: center;
}

.adv__bannerOpreate {
	/*position: absolute;
	top: 186px;
	left: 50%;
	margin-left: -538px;
	z-index: 10;*/
	padding-top: 224px;
}
.adv__bannerOpreate h1 {
	color: #fff;
	font-size: 48px;
	padding-bottom: 40px;
}
/*.adv__bannerOpreate hr {
	width: 80px;
	margin: 22px 0;
	border: none;
	border-top: 3px solid rgba(255, 255, 255, 0.65);
}
.adv__bannerOpreate h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 75px;
}*/
.adv__bannerOpreate button {
	display: inline-block;
	width: 240px;
	height: 60px;
	font-size: 24px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: normal;
}
#news-content {
	min-height: 600px;
}
.news-nav {
	padding: 45px 0px 18px;
}

.news-nav ul {
	overflow: hidden;
}

.news-nav ul li {
	text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 1px solid #f0f4f7;
    color: #7d889c;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
	min-width: 90px;
	transition: all .2s;
}

.news-nav ul li a {
	color: #606c82;
	transition: all .2s;
}

.news-nav ul li:hover {
	background: #21a8df;
	color: #fff;
}
.news-nav ul li:hover a {
	color: #fff;
}
.news-nav ul li.active {
	background: #21a8df;
	color: #fff;
}
.news-nav ul li.active a {
	color: #fff;
}
.news-nav ul li.active:hover {
	background: #21a8df;
	color: #fff;
}
.cleanfix::after{
	clear: both;
	display: block;
	content: ''
}
.case-content ul{
	margin-left: -20px;
    margin-right: -20px
}
.case-content li {
	float: left;
	width: 360px;
	margin-bottom: 50px;
	padding: 0px 20px;
}
.case-content li::after {
	display: block;
	clear: both;
	content: '';
}
.case-content li a {
	display: block;
	padding: 16px;
	border-radius: 4px;
	transition: all .2s;
}
.case-content li:hover a {
	box-shadow: 0px 0px 20px rgba(114, 127, 148, 0.16);
}
.case-content li img {
	width: 330px;
	height: 240px;
	margin: auto;
}
.case-content li p {
    color: #7d889c;
    font-size: 14px;
	padding-top: 20px;
}

.case-content li h2 {
	color: #7d889c;
	font-size: 14px;
	padding-top: 11px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news__pages {
	text-align: center;
	margin: 60px auto 60px;
	overflow: hidden;
}
.news__pages li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d3dae2;
	padding: 0;
	color: #606c82;
	float: none;
	transition: all 0.3s;
	margin-right: 20px;
}
.news__pages li a {
	padding-right: 0;
	display: block;
	/*overflow: visible;*/
	color: #606c82;
}
.news__pages li:hover {
	border: 1px solid #21a8df;
}
.news__pages li.active {
	border: 1px solid #21a8df;
	background: #21a8df;
	color: #fff;
}
.news__pages li.active a{
	color: #fff;
}
.feature7 {
	background: #f0f4f7;
	height: 260px;
	text-align: center;
}
.feature7 h2 {
	font-size: 24px;
	color: #606c82;
	padding-bottom: 42px;
	padding-top: 60px;
}
.feature7 button {
	/* width: 240px;
	height: 60px;
	font-size: 24px; */
}

/*案例详情*/
.case-detail-content {
	overflow: hidden;
	padding-top: 74px;
	padding-bottom: 100px;
}
.case-detail-content .case-detail-left,
.case-detail-content .case-detail-right {
	float: left;
}

.case-detail-content .case-detail-left {
	width: 900px;
	padding-right: 45px;
	padding-top: 60px;
}

.case-detail-content .case-detail-right {
	width: 300px;
	padding-top: 30px;
}

.case-detail-left .crumbs {
	font-size: 14px;
	color: #606c82;
	padding-bottom: 15px;
}

.case-detail-left h1 {
	font-size: 30px;
	color: #2f3849;
	padding-bottom: 30px;
	font-weight: bold;
}
.case-detail-left .time {
	font-size: 14px;
	color: #606c82;
	padding-bottom: 20px;
}
.case-detail-left .next-and-last-box {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f0f4f7;
	color: #606c82;
	overflow: hidden;
}
.case-detail-left .next-and-last-box p:first-child {
	float: left;
}
.case-detail-left .next-and-last-box p:last-child {
	float: right;
}
.case-detail-left .content {
	min-height: 400px;
	text-align: left;
	color: #606c82;
	line-height: 30px;
	font-size: 16px;
}
.case-detail-left .content img {
	display: block;
	padding-bottom: 60px;
}

.case-detail-right {
}
.case-detail-right .case-list-box1,
.case-detail-right .case-list-box2 {
	padding-top: 45px;
}

.case-detail-right h3 {
	font-size: 18px;
	color: #2f3849;
	padding-bottom: 10px;
	font-weight: bold;
}
.case-detail-right ul li {
	color: #606c82;
	border-bottom: 1px solid #f0f4f7;
	height: 50px;
	line-height: 50px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.case-detail-right .top-one {
	color: #21a8df;
}

.case-placeholder-img-catalog {
	background: #f7f7f7;
	margin: 20px 0;
	height: 0;
	padding: 8px 0;
}
.case-placeholder-img-title {
	background: #f7f7f7;
	height: 14px;
	width: 121px;
}
.float-right{
	float: right;
}