/* 1 */
li {
	list-style: none;
}
img{max-width: 100%;}
.section {
	padding: 100px 0;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	display: block;
}


.box {
	width: 1200px;
	margin: 0 auto;
}
.pc_none{
	display: none !important;
}
.pc_show{
	display: flex !important;
}
.svg_title{
	width: 100%;
	text-align: center;
}
.svg_title img{
	 height: 64.5px;
}

.section .sub_title {
	margin-bottom: 55px;
	font-size: 36px;
	font-weight: 550;
	color: #333333;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.section .sub_title::after {
	content: '';
	display: block;
	width: 90px;
	top: 24px;
	height: 2px;
	position: absolute;
	right: 690px;
	background: -webkit-linear-gradient(45deg, #fff 0%, #F12A47 100%);
	background: -o-linear-gradient(45deg, #fff 0%, #F12A47 100%);
	background: linear-gradient(45deg, #fff 0%, #F12A47 100%);
}
.section .sub_title::before {
	content: '';
	display: block;
	width: 90px;
	top: 24px;
	height: 2px;
	position: absolute;
	left: 690px;
	background: -webkit-linear-gradient(45deg, #F12A47 0%, #fff 100%);
	background: -o-linear-gradient(45deg, #F12A47 0%, #fff 100%);
	background: linear-gradient(45deg, #F12A47 0%, #fff 100%);

}
@media (max-width:1200px) {
	.section .sub_title::after{
		display: none;
	}
	.section .sub_title::before{
		display: none;
	}
}

.section .functions {
	padding-top: 110px;
}

.section .functions .list {
	position: relative;
	height: 651px;
	background: url(../images/img2/features_bg8744.png) center center no-repeat;
}

.section .functions .list li {
	width: 310px;
	list-style: none;
	position: absolute;
	display: flex;
	align-items: center;
}
.section .functions .list li .content{
	width: 214px;
}

.section .functions .list li .content p {
	font-size: 20px;
	font-weight: 550;
	color: #333333;
	line-height: 28px;
	margin-bottom: 10px;
}

.section .functions .list li .content span {
	color: #666666;
	line-height: 20px;
}

.section .functions .list li .icon {
	width: 88px;
	margin-right: 8px;
	object-fit: cover;
}

.section .functions .list li:nth-child(1) {
	top: -45px;
	left: 464px;
}

.section .functions .list li:nth-child(2) {
	top: 182px;
	left: 125px;
}
.section .functions .list li:nth-child(3) {
	top: 429px;
	left: 125px;
}

.section .functions .list li:nth-child(4) {
	top: 182px;
	left: 750px;
}

.section .functions .list li:nth-child(5) {
	top: 429px;
	left: 750px;
}

/* 2 */
.section.blue {
	background-color: #F6FAFF;
}

.section .content_box {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section .content_box .img {
	width: 630px;
	border-radius: 10px;
}

.section .content_box .list {
	padding-top: 35px;
}

.section .content_box .list li {
	margin-bottom: 32px;
}

.section .content_box .list li p {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 550;
	color: #333333;
	line-height: 25px;
}

.section .content_box .list li span {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

/* 3 */
.SY{
	color: #333333;
}
.SY .box p {
	font-size: 16px;
	text-align: center;
}

.SY .box .mo_mb_40 {
	margin:20px 0 45px;
	font-size: 16px;
}
.SY .box .SY_title{
	color: #F12A47;
	font-size: 18px;
	margin-bottom: 4px;
}

.content_SY {
	display: flex;
	flex-wrap: wrap;
}

.content_SY div {
	width: 25%;
	margin: 15px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	
}

.content_SY div img {
	width: 100%;
	border-radius: 10px;
}

/* 4 */
.medium .box .sub_title{
	margin-bottom: 0px;
}
.medium .box .head_text{
	font-size: 16px;
	text-align: center;
	color: #333333;
	margin: 20px 0 45px;
	
}
.medium .content_GG{
	margin-top: 68px;
	display: flex;
	justify-content: space-around;
}
.medium .content_GG div{
	cursor: pointer;
	width: 270px;
	border-radius: 20px;
	padding: 40px 24px 20px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 18px 0 rgb(0 0 0 / 6%);
	transition: transform .2s linear,-webkit-transform .2s linear;
}
.medium .content_GG div:hover{
	transform: scale(1.1);
}
.medium .content_GG div p:nth-of-type(1){
	font-size: 18px;
	text-align: left;
	color: #F12A47;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	
}
.medium .content_GG div p:nth-of-type(2){
	font-size: 14px;
	color: #666;
	line-height: 23px;
	margin-bottom: 12px;
}

/* 5 */
.section.gray {
	background-color: #FCFCFC;
}

.section .merit_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	margin: 60px 0;
	width: 1200px;
}

.section .merit_list>li {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 384px;
	height: 200px;
	margin: 15px 0;
	padding: 0 20px;
	background: url(../images/img2/card_bg85b1.png) 100% 100%;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}

.section .merit_list>li .icon {
	width: 58px;
	height: 58px;
}

.section .merit_list>li .content {
	margin-left: 24px;
	width: 262px;
}

.section .merit_list>li .content p {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 550;
	color: #333;
	line-height: 25px;
}

.section .merit_list>li .content li {
	display: block;
	line-height: 24px;
	list-style: disc;
	font-size: 14px;
	color: #666666;
}


/* 6 */
.section_slogan {
	padding: 49px 0;
	background: url(//assets.shangzhibo.tv/assets/bga85b.png) center center;
}

.section_slogan .sub_title {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 550;
	color: #FFF;
	line-height: 50px;
	text-align: center;
}

.section_slogan .tips {
	margin-bottom: 34px;
	font-size: 20px;
	color: #FFF;
	line-height: 28px;
	text-align: center;
}

.banner {
	height: 450px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}


.banner.service {
	background-image: url(../images/service.jpg);
}

.banner .container {
	padding-top: 172px;
	color: #FFFFFF;
}

.banner .container p:nth-of-type(1) {
	font-size: 50px;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.banner .container p:nth-of-type(2) {
	opacity: 0.5;
	height: 28px;
	font-size: 20px;
	letter-spacing: 2px;
}

.bottom {
	width: 100%;
	height: 340px;
	background: url(../images/img2/img2.jpg) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	background-size: cover;
}

.bottom_box {
	text-align: center;
}

.bottom_box>p {
	color: #fff;
}

.bottom_box>p:nth-of-type(1) {
	margin-bottom: 32px;
	line-height: 70px;
}
.bottom_box>p:nth-of-type(2) {
	opacity: 0.8;
	font-size: 18px;
}

.bottom_title {
	font-size: 45px;
}

.bottom_p {
	font-size: 16px;
}

.bottom_btn {
	display: block;
	background-color: #fff;
	color: #076DFB;
	font-size: 16px;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 30px auto 10px;
	border-radius: 5px;
	cursor: pointer;
}
.content_SY div.show_pc {
		display: flex;
	}
.content_SY div.show_mobel ,.show_mobel{
	display: none;
}
@media screen and (max-width:768px) {
	.show_pc {
		display: none!important;
	}
	.content_SY div.show_mobel {
		display: flex;
	}
	.pc_none{
		display: block !important;
	}
	.pc_show{
		display: none !important;
	}
	.svg_title img{
		height: 33.5px;
	}
	/* 1 */

	.section.large {
		padding: 40px 16px;
	}

	.box {
		width: 100%;
		margin: 0 auto;
	}

	.section .functions {
		padding-top: 0px;
	}

	.section .sub_title {
		margin-bottom: 0px;
		font-size: 28px;
	}
	

	.section .functions .list {
		position: relative;
		background: none;
		height: 100%;
	}

	.section .functions .list li {
		position: static;
		display: flex;
		align-items: center;
		margin: 20px auto;
		width: 100%;
	}
	.section .functions .list li .content{
		width: 100%;
	}
	.section .functions .list li .icon {
		width: 70px;
		margin-right: 15px;
	}

	/* 2 */
	.section.blue {
		padding: 40px 16px;
	}

	.section .content_box {
		display: block;
		padding-top: 35px;
	}
	.section .content_box .list{
		margin-bottom: 15px;
		text-align: center;
	}
	.section .content_box .img {
		width: 100%;
	}

	/* 3 */
	.section.SY{
		padding-top: 40px;
		padding: 40px 16px;
	}
	.SY .box p{
		line-height: 24px;
	}
	.SY .box p:nth-of-type(2){
		margin: 0;
	}
	.SY .box p.mo_mb_40{
		margin-bottom: 20px;
	}
	
	.content_SY div{
		width: 50%;
		
	}
	/* 4 */
	.medium .content_GG{
		margin-top: 20px;
		display: block;
		box-sizing: border-box;
	}
	.medium .box .head_text{
		
	}
	.medium .box p:nth-of-type(2){
		margin-bottom: 40px;
	}
	.medium .content_GG div{
		width: 100%;
		margin: 20px auto;
	}
	.medium .content_GG div:hover{
		transform:none;
	}
	.medium .content_GG div p:nth-of-type(1) {
		margin-bottom: 10px;
	}
	/* 5 */
	.section.gray {
		padding: 40px 16px;
	}
	.section.gray .sub_title{
		margin-bottom: 10px;
	}
	.section .merit_list {
		width: 100%;
		display: block;
		margin: 40px 0;
		padding: 0 16px;
	}

	.section .merit_list>li {
		width: 100%;
		height: 100%;
		padding: 20px ;
		background: none;
		border-radius: 8px;
	}

	.section .merit_list>li .icon {
		width: 58px;
		height: 58px;
	}

	.section .merit_list>li .content {
		margin-left: 24px;
		width: 100%;
	}

	.section .merit_list>li .content p {
		margin-bottom: 16px;
		font-size: 18px;
		font-weight: 550;
		color: #333;
		line-height: 25px;
	}

	.section .merit_list>li .content li {
		display: block;
		line-height: 24px;
		list-style: disc;
	}

	/* 6 */
	.section_slogan {
		padding: 30px 0;
		background: url(//assets.shangzhibo.tv/assets/bga85b.png) center center;
	}

	.section_slogan .sub_title {
		margin-bottom: 15px;
		font-size: 30px;
	}

	.section_slogan .tips {
		font-size: 18px;
	}
	
	.bottom{
		height: 240px;
	}
	.bottom_box>p:nth-of-type(1){
		font-size: 22px;
		margin-bottom: 10px;
	}

}
