
.container1{margin-top: 120px;}

.container_main{position: relative;}
.container_main .pos_bg{position: absolute;left: 0;top: 0;width: 45%;height: 95%;background: url(../images/about-us/bg2.png) left top no-repeat;background-size: 100% auto;z-index: -1;}
.main_title{font-size: 30px;font-weight: bold;text-align: center;}
.bg_block{width: 75px;height: 8px;margin: 10px auto 0;background: linear-gradient(82deg, #6582FF 0%, #00C5FF 100%);}
/* 第二部分 */
.content_inner2{max-width: 1200px;margin: 50px auto 0;}
.content_inner2 p{margin-bottom: 15px;line-height: 25px;font-size: 16px;}
.content_inner2 p:last-child{margin-bottom: 0;}

@media screen and (max-width: 1000px) {
	
	.container1{margin-top:60px;}

	.container_main .pos_bg{width: 100%;height: 95%;}
	.main_title{font-size: 1.5rem;}
	.bg_block{width: 50px;height: 5px;}
	/* 第二部分 */
	.container2{margin-top: 2rem;}
	.content_inner2{display: block;max-width: 100%;margin: 2rem auto 0; padding:0 1.5rem;}
	.content_inner2 p{margin-bottom: 1rem;line-height:1.6;font-size: .8rem;}
	.content_inner2 p:last-child{margin-bottom: 0;}

}