.section-news-1 .news-1-top {
	height: 100px;
	margin-bottom: 30px;
	position: relative;
}
.section-news-1 .news-1-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.section-news-1 .news-1-img1 {
	background-image: url('../img/bg/news_bg_01.jpg');
}
.section-news-1 .news-1-img2 {
	background-image: url('../img/bg/news_bg_02.jpg');
}
.section-news-1 .news-1-img3 {
	background-image: url('../img/bg/news_bg_03.jpg');
}
.section-news-1 .news-1-title {
	color: #FFF;
	font-size: 25px;
	line-height: 27px;
	padding: 34px;
	font-weight: 600;
	left: 0;
	top: -10px;
	height: 120px;
	width: 120px;
	position: absolute;
	background-color: rgba(22, 142, 252, .85);
}
.section-news-1 .news-1-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	max-height: 120px;
}
.news-1-list li {
	line-height: 30px;
}
.news-1-list li a {
	color: #555;
	text-decoration: none;
}
.news-1-list li a span {
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}
.news-1-list li a:hover span {
	color: #168efc;
}
.news-1-list li a i {
	color: #AAA;
	font-size: 12px;
	font-style: normal;
	float: right;
}

.product-main {
	border-radius: 3px;
	background-color: #FFF;
}

.product-main .product-left {
	background: linear-gradient(45deg, #07b5fb 3%, #02a0fa 55%, #118efc 91%) !important;
	min-height: 470px;
	border-radius: 3px 0 0 3px;
	padding: 30px 30px 0;
	position: relative;
	overflow: hidden;
}
.product-main .product-left h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 20px;
	font-family: Ubuntu, sans-serif;
}
.product-main .product-left h2 p {
	font-size: 14px;
	opacity: 0.5;
	margin: 0;
}
.product-main .product-left p {
	color: #fff;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
}
.product-main .product-left img {
	position: absolute;
	bottom: -20px;
	width: 200px;
	height: 160px;
	left: 0;
	transition: all .5s;
}
.product-main .product-left .btn-white {
	margin-top: 20px;
	background-color:#fff;
	color:#1e88e5;
	display: block;
	border-radius: 2px;
}
.product-main .product-right {
	min-height: 431px;
	border-right: 1px #f8f8f8 solid;
}
.product-main .product-right:last-child {
	border-right: 0 none;
}
.product-main .product-right .plan {
	text-align: center;
	padding:0 20px;
	min-height: 500px;
}
.product-main .product-right .plan-title {
	padding: 30px 0 0;
	margin: 0 20px;
	font-family: Ubuntu, sans-serif;
}
.product-main .product-right .plan-title h3 {
	font-family: Ubuntu, sans-serif;
	margin: 0;
	color: #333;
	font-size: 22px;
}
.product-main .product-right .plan-title strong {
	font-size: 32px;
	color: #1e88e5;
	font-weight: 500;
}
.product-main .product-right .plan-title strong small {
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}
.product-main .product-right .plan-text {
	color: #888;
	line-height: 24px;
}
.product-main .product-right .item-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.product-main .product-right .plan ul li {
	line-height: 24px;
	border-top: 1px #eee dotted;
	padding: 8px 0;
	font-size: 13px;
}
.product-main .product-right .btn-primary {
	border-radius: 3px;
	border: 1px solid #138efc;
	background-color: #138efc;
}
.product-main .product-right .btn-primary:active,
.product-main .product-right .btn-primary:focus,
.product-main .product-right .btn-primary:hover {
	border: 1px solid #02a9fb;
	background-color: #02a9fb;
}
section.product.space2x {
    background-color: #f5f7fa;
}