/* common */
.sec {
	padding: 80px 0;
	background: #fff;
}
.sec:nth-child(2n) {
	background: #F9FAFF;
}
.common-title {
	font-size: 36px;
	color: #333;
	line-height: 66px;
	font-weight: 600;
	text-align: center;
}
.common-subtitle {
	font-size: 20px;
	color: #666;
	line-height: 28px;
	margin-top: 10px;
	text-align: center;
}
.sec .sec-con {
	margin-top: 60px;
}
.btn-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-box > a {
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: solid 1px #fff;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
}

.btn-box > a.online_btn {
  color: #fff;
	background: #3161ef;
	margin-left: 25px;
}

.btn-box > a.trial {
  color: #3161ef;
	border-color: #3161ef;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
/* common */

/* banner */
.banner {
	width: 100%;
	height: 600px;
	background: url(../../images/solution/sjxls/banner.png) no-repeat center/cover;
}
.banner .banner-con {
	height: 100%;
	box-sizing: border-box;
	padding-top: 145px;
}
.banner .title {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 66px;
}
.banner .subtitle {
	font-size: 20px;
	margin-top: 22px;
	color: #fff;
	line-height: 27px;
}
.banner .btn {
	display: block;
	width: 147px;
	height: 42px;
	line-height: 42px;
	background: linear-gradient(90deg, #F68050 0%, #F68050 0%, #FFA341 100%, #FFA341 100%);
	text-align: center;
	border-radius: 25px;
	font-size: 20px;
	color: #fff;
	margin-top: 80px;
}
/* banner */

/* sec */
.sec1 .item-box {
	display: flex;
	justify-content: space-between;
}
.sec1 .item-box .item .img-box {
	width: 380px;
}
.sec1 .item-box .item .text {
	margin-top: 13px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	text-align: center;
}
.sec3 .sec-con-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec3 .img-box {
	width: 563px;
}
.sec3 .text-list li {
	height: 73px;
	margin-top: 80px;
	border-left: solid 4px #004BE1;
	padding-left: 5px;
}
.sec3 .text-list li:first-child {
	margin-top: 0;
}
.sec3 .text-list li .title {
	font-size: 18px;
	color: #004BE1;
	font-weight: 600;
	line-height: 28px;
}
.sec3 .text-list li .desc {
	margin-top: 3px;
	color: #666;
	font-size: 16px;
	line-height: 22px;
}
.sec4 .item-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec4 .item-box .item {
	width: 380px;
	height: 120px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	transition: all .3s;
	margin-top: 50px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.sec4 .item-box .item:nth-child(-n+3) {
	margin-top: 0;
}
.sec4 .item-box .item:hover {
	transform: translateY(-20px);
}
.sec4 .item-box .item .img-box {
	width: 80px;
	margin-left: 20px;
	margin-right: 30px;
	flex-shrink: 0;
}
.sec4 .item-box .item .title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 27px;
}
.sec4 .item-box .item .desc {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-top: 6px;
}
.sec5 .item-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec5 .item-box .item {
	margin-top: 20px;
}
.sec5 .item-box .item:nth-child(-n+3) {
	margin-top: 0;
}
.sec5 .item-box .item .img-box {
	width: 386px;
	border-radius: 10px;
	overflow: hidden;
}
.sec5 .item-box .item .text {
	font-size: 24px;
	color: #000;
	line-height: 35px;
	margin-top: 20px;
	text-align: center;
}
/* sec */


/* news_list */
.news_list {
	width: 100%;
	padding: 96px 0 80px;
	box-sizing: border-box;
	background-color: #F9FAFF;
}
.news_list .news_box {
	margin-top: 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.news_list .news_box .bottom_part_L {
	width: 580px;
    margin-right: 40px;
    overflow: hidden;
}
.news_list .news_box .bottom_part_L >img{
    max-width: 100%;
    width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news_list .news_box .bottom_part_L>img:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_list .news_box .bottom_part_R{
    width: calc(100% - 620px);
}
.news_list .news_box .bottom_part_R li {
	margin-top: 12px;
}
.news_list .news_box .bottom_part_R li:hover .title{
	color: #257dff;
}
.news_list .news_box .bottom_part_R li:first-child {
	margin-top: 0;
}
.news_list .news_box .bottom_part_R li .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap	;
}
.news_list .news_box .bottom_part_R li .title span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #DFDFDF;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
	margin-right: 10px;
}
.news_list .news_box .bottom_part_R li:nth-child(1) .title span{
	background: #FD6600;
}
.news_list .news_box .bottom_part_R li:nth-child(2) .title span{
	background: #FE9703;
}
.news_list .news_box .bottom_part_R li:nth-child(3) .title span{
	background: #F3B61E;
}
.news_list .news_box .bottom_part_R li .keywords {
	display: none;
}
.news_list .news_box .bottom_part_R li .descr {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	margin-left: 35px;
}
/* news_list */