/*
* @Author: Administrator
* @Date:   2020-04-01 10:29:49
* @Last Modified by:   moying328
* @Last Modified time: 2020-04-13 10:58:01
*/
html,body{
	height: auto;
}
.intro .pc{ display: block;}
.intro .model{ display: none;}
.intro .company{
	/*position: relative;*/
	width: 1200px;
	margin: 0 auto;
}
.intro .top_img{
	width: 100%;
	height: 4.29rem;
	background: url(../images/intro_banner.jpg) no-repeat;
	background-size: 100%;
}
.intro .company .intro_logo{
	width: 207px;
	margin: 36px 0 60px 24px;
}
.intro .company p{
	font-size: 15px;
	color: #313131;
	line-height: 34px;
}

.intro .company .about_top{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.intro .company .about_top .left{
	    width: 58%;
}

.intro .company .pic{
	/*position: relative;*/
	width: 1200px;
	margin: 40px 0;
}

/*.intro .company .video{
	position: relative;
	width: 1200px;
	margin: 60px 0;
}
.intro .company .video .play_btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	cursor: pointer;
}
.intro .company .video video{
	width: 100%;
}
.intro .company .video .video_bg{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}*/
.intro .company .num .name{
	font-size: 15px;
	color: #575757;
	padding: 4px 15px;
	background: #f2f2f2;
	border-radius: 20px;
	border-bottom-left-radius: 0;
}
.intro .company .num .text{
	display: inline-block;
	font-size: 90px;
	font-weight: bold;
	color: #b81b22;
}
.intro .company .num .text1,.intro .company .num .text3{
	width: 110px;
}
.intro .company .num .text2{
	width: 165px;
}
.intro .company .num .text4{
	width: 220px;
}
.intro .company .num li{
	float: left;
	margin-right: 70px;
	font-size: 20px;
	color: #313131;
}
.intro .company .num li:last-child{
	margin-right: 0;
}
.intro .company .num li>div{
	height: 100px;
	line-height: 100px;
	font-weight: bold;
}
.intro .company .para img{
	width: 100%;
}
.intro .company .p1{
	margin-top: 50px;
}
.intro .company .p1 img{
	margin: 44px 0 70px;
}
.intro .company .para span{
	color: #313131;
	font-weight: bold;
}
.intro .company .outer{
	display: flex;
	flex-wrap: wrap;
}
.intro .company .p2{
	margin-top: 45px;
}
.intro .company .p2 .top{
	background: url(../images/intro_img2.jpg) no-repeat top center;
	width: 1200px;
	/*height: 367px;*/
	background-size: 100% auto;
	padding-top: 282px;
	margin-bottom: 97px;
	display: flex;
	flex-wrap: wrap;
}
.intro .company .p2 .top .para_img{
	/*float: left;*/
	width: 353px;
	height: 214px;
	margin-left: 60px;
}
.intro .company .p2 .top .con
{
	color: #313131;
	font-size: 15px;
	margin-top:120px;
	padding-left: 30px;
	width: 63%;
}
.intro .company .p2 .top .con span
{
	font-weight: bold;
}
.intro .company .p2 .bottom .para_img{
	width: 412px;
	margin-right: 30px;
}
.intro .company .p2 .bottom .con{
	/*display: flex;
	flex-wrap: wrap;*/
	width:758px;
	padding-top: 20px;
	/*align-items: center;*/
}
/*.intro .company .p2 ul{
	float: right;
	position: relative;
	margin-top: 60px;
}*/
/*.intro .company .p2 ul li{
	
	margin-bottom: 25px;
	background-image: url(../images/round_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	z-index: 999;
	position: relative;
}
.intro .company .p2 ul li>div{
	font-size: 15px;
	color: #313131;
	line-height: 24px;
	background-color: #eaeaea;
	text-indent: 6px;
}
.intro .company .p2 ul li>div span{
	color: #313131;
    font-weight: bold;
}
.intro .company .p2 ul li:last-child{
	margin-bottom: 0;
}
.intro .company .p2 ul:before{
	position: absolute;
	left: 6px;
	top: 50%;
	content: '';
	display: inline-block;
	width: 1px;
	height: 80%;
	transform: translateY(-50%);
	background: #d6d6d6;
}*/
.intro .company .p3 .para_box{
	width:100%;
/*	float: right;*/
}
.intro .company .p3 .para_img{
	width: 49%;
	/*float: left;*/
}
.intro .company .p3 .para_img.video_box{
	height: 300px;
	position: relative;
	overflow: hidden;
}
.intro .company .p3 .img0{
	width: 705px;
	margin-right: 14px;
}
.intro .company .p3 .img1{
	width: 480px;
}

.intro  .para_img.video_box .play{
	display: block;
    width: .6rem;
    height: .6rem;
    background: url(../images/inner_video_btn.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -.3rem;
    margin-top: -.3rem;
    cursor: pointer;
}
.intro  .para_img.video_box .video_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
.intro  .para_img.video_box video {
    width: 100%;
    object-fit: fill;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.intro .company .para{
	margin-top: 40px;
	width: 100%;
}
.intro .company .para .para_text{
	position: relative;
	margin-bottom: 50px;
	width: 90%;
}

	
.intro .company .para .para_box .p_bottom{
	margin-bottom: 28px;
}
.intro .company .para .para_text .text_bg{
	/*display: inline-block;*/
	font-size: 40px;
	font-weight: bold;
	color: #f0f0f0;
	line-height: 36px;
	/*padding: 0 15px;*/
}
.intro .company .p8 .para_text .text_bg:nth-child(2){
	display: none;
}
.intro .company .para .para_text .text_bg em{
	font-style: normal;
	/*float: right;*/
}
.intro .company .para .para_text .text_title{
	position: absolute;
	bottom: -32px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 10px 22px;
	background: #b81b22;
	border-radius: 40px;

}
.intro .company .para .para_text .text_title.left-bottom-no{
	border-bottom-left-radius: 0;
}
.intro .company .para .para_text .text_title.right-bottom-no{
	border-bottom-right-radius: 0;
}
.intro .company .para .para_text .text_title.left-top-no{
	border-top-left-radius: 0;
}
.intro .company .para .para_text .text_title.fl{
	left: 0;
}
.intro .company .para .para_text .text_title.fr{
	left: 0;
}

.intro .company .para .para_img img{
	width: 100%;
}
.intro .company .para.p2 .para_img img:nth-child(2){
	display: none;
}
.intro .company .p4{
	width: 100%;
}
.intro .company .p4 .para_box{
	/*width: 48%;
	float: left;*/
	width: 100%;
}
.intro .company .p4 .para_text{
	/*text-align: right;*/
}
.intro .company .p4 .para_img{
	/*width: 50%;
	float: right;*/
	margin-top: 24px;
}


.intro .company .p5{
	width: 100%;
	justify-content: space-between;
	/*width: 53%;
	float: left;*/
	/*padding-top: 66px;*/
}
.intro .company .p5 .para_box{
	background: url(../images/intro_img6.png) no-repeat top right;
	width: 552px;
	height: 235px;
	padding-top: 10px;
}
.intro .company .p5 .para_img{
	margin-top: 44px;
}

.intro .company .p5 .con{
	width: 609px;
}


.intro .company .p6{
	/*float: right;
	width: 36%;*/
	width: 100%;
}
.intro .company .p6 .para_box{
	width: 100%;
	margin-bottom: 36px;
}
.intro .company .p6 .para_img{
	width: 100%;
	margin-bottom: 40px;
}
.intro .company .p6 .para_text{
	margin-top: 44px;
	/*text-align: right;*/
}
.intro .company .p7 .para_box{
	width: 100%;
}
.intro .company .p7 .para_img{
	margin: 28px 0;
	width: 100%;
}
.intro .company .p8 .para_text{
	text-align: right;
}
.intro .company .p9{
	margin-bottom: 134px;
}

/* code */
.code .act{
    /*position: relative;*/
    width: 1200px;
    margin: 0 auto;
}
.code .top_img{
	width: 100%;
    height: 4.3rem;
    background: url(../images/code_banner.jpg) no-repeat;
    background-size: 100%;
}
.code .act .code_logo {
    width: 207px;
    margin: 36px 0 60px 24px;
}
.code .act .para .para_text {
    position: relative;
    margin-bottom: 60px;
}
.code .act .para .para_text .text_bg {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #f0f0f0;
    line-height: 36px;
    padding: 0 15px;
}
.code .act .para .para_text .text_title {
    position: absolute;
    left: 0;
    bottom: -42px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    padding: 12px 26px;
    background: #b81b22;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 94px;
    box-shadow: 9px 13px 1px #d9d9d9;
    text-align: center;
}
.code .act .para .line{
	position: relative;
	width: 85%;
	height: 2px;
	background: #b81b22;
	display: inline-block;
	bottom: 35px;
	float: right;
}
.code .act .para .line em{
	position: absolute;
	top: -66px;
	right: 0;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	color: #ebcdce;
}
.code .act .para .line a{
	position: absolute;
	display: inline-block;
	width: 38px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #b81b22;
	text-align: center;
	top: 0;
	right: 16px;
	font-size: 22px;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	cursor: pointer;
}
.code .act .para .para_box{
	margin-bottom: 30px;
	margin-top: 60px;
}

.code .item .item_title{
	margin-bottom: 26px;
}
.code .item .item_title .order_num{
	display: inline-block;
	width: 60px;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	margin-right: 12px;
	font-size: 20px;
	color: #fff;
	background: url(../images/num_bg.png) no-repeat;
}
.code .item .item_title .text{
	font-size: 18px;
	font-weight: bold;
	color: #b81b22;
}
.code .item .item_title .starts{
	padding-left: 30px;
	background: url(../images/starts.png) no-repeat left center;
}
.code .item p{
	font-size: 15px;
	color: #313131;
	line-height: 36px;
	margin-bottom: 15px;
}
.code .item .secondary{
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	color: #313131;
	background: #c9c9c9;
	text-align: center;
	border-radius: 20px;
	border-bottom-right-radius: 0;
	margin-bottom: 6px;
	margin-right: 12px;
}
.code .item ul{
	margin-bottom: 34px;
}
.code .item ul li{
	font-size: 15px;
	color: #313131;
	line-height: 36px;
}
/* footer{
	margin-top: 1rem;
	background: #f8f8f8;
}
footer .friendship {
	margin: 0;
  padding: 0.46rem 1.16rem;
}
.footer_box{
	margin: 0;
	padding: 0.18rem 1.16rem 0.72rem;
} */
@media (max-width: 1300px){
	.intro .company .p2 ul{
		float: left;
	}
}

@media (max-width: 1200px){
	/*.intro .company{
		width: 90%;
	}*/
	.intro .company .section_title{
		
	}
	.intro .company .nav_list{
		width: 92%;
		margin: 0.7rem auto;
	}
	.intro .company .num li{
		margin-right: 0.4rem;
	}
	.intro .company .video{
		width: 100%;
	}

	.code .act{
		width: 90%;
	}

}
@media (max-width: 900px){
	.intro .pc{ display: none;}
	.intro .model{ display: block;}
	.index .BMap_pop{z-index: 10000;}
	.intro .company{
		width: 100%;
		position: relative;
	}
	.intro .top_img{
		height: 4.34rem;
		background: url(../images/intro_banner_mobile.jpg) no-repeat;
		background-size: 100%;
	}
	.intro .company p{
		padding: 0 0.3rem;
		font-size: 0.22rem;
		line-height: 0.5rem;
		color: #424242;
		letter-spacing: -0.012rem;
	}
	.intro .company .num{
		padding: 0.34rem 0.34rem 0;
	}
	.intro .company .num .name{
		display: inline-block;
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.intro .company .num .text{
		font-size: 1.26rem;
	}
	.intro .company .num li：first-child{
		margin-bottom: 0.9rem;
	}
	.intro .company .num li:nth-child(2){
		margin-right: 0;
		/*margin-bottom: 0.9rem;*/
	}
	.intro .company .about_top{ margin-bottom: 0.28rem;}
	.intro .company .pic{width: 100%;margin: 0.6rem 0 0.38rem;}
	.intro .company .pic img{width: 100%;}
	.intro .company .p2 .top{width: 100%; background-image: url(../images/intro_img2_m.jpg);}
	.intro .company .para{
		margin-top: 0.4rem;
		
	}
	.intro .company .about_top .left{
		width: 100%;
	}
	.intro .company .num{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.intro .company .p9{
		margin-bottom: 0;
	}
	/*.intro .company .p2 .para_img img:first-child{
		display: none;
	}*/
	.intro .company .outer{
		width: 100%;
	}
	.intro .company .para.p2 .para_img img:nth-child(2){
		display: inline-block;
	}
	.intro .company .para .para_img{
		width: 100%;
		margin-top:0 ;
	}
	.intro .company .p2 .top .para_img{
		width: 2.99rem;
		/*padding: 0 0.34rem;*/
		height: 3.23rem;
		margin-top: 0;
		margin-left:0.42rem;
	}
	.intro .company .p2 .bottom .para_img{
		width: 6.7rem;
		margin:0 auto;
	}
	.intro .company .p2 .top .con{
		width: 4.08rem;
		margin-top:0.5rem;
		padding-left:0;
	}
	.intro .company .p2 ul li>div{
		font-size: 0.22rem;
		color: #313131;
		line-height: 0.34rem;
		padding: 0.08rem 0.1rem;
		text-indent: 0;
	}
	.intro .company .p2 ul{
		padding: 0 0.34rem;
	}
	.intro .company .p2 ul li{
		padding-left: 0.34rem;
	}
	.intro .company .p2 ul:before{
		left: 0.44rem;
	}
	.intro .company .p3 .para_img.video_box{height: 4.2rem;}
	.intro .para_img.video_box .video_bg{
	    width: auto !important;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.intro .para_img.video_box video{height: 100%;}
	.intro .company .p3 .para_box{
		width: 100%;
	}
	.intro .company .p3 .img0{
		width: 6.7rem;
		margin: 0 auto;
		/*margin-right: 0;*/
		margin-bottom: 0.32rem;
		margin-top: 0.2rem;
	}
	.intro .company .p3 .img1{
		width: 6.7rem;
		margin: 0 auto;

	}
	.intro .company .para .para_text{
		margin-left: 0.34rem;
		margin-right: 0.34rem;
	}
	.intro .company .para .para_text .text_bg{
		font-size: 0.5rem;
		line-height: 0.5rem;
		padding: 0 0.15rem;
	}
	.intro .company .para .para_text .text_title{
		font-size: 0.22rem;
		bottom: -0.38rem;
		padding: 0.1rem 0.22rem;
	}
	.intro .company .p4 .para_box{
		width: 100%;
		margin-top: 0.56rem;
		margin-bottom: 0.42rem;
	}
	.intro .company .para .para_text{
		margin-bottom: 0.6rem;
	}
	.intro .company .p5{
		width: 100%;
		margin-top: 0.69rem;
	}
	.intro .company .p5 .para_box{
		background-size: 4rem auto;
		padding-top:0;
		height: 3rem;
		width: 6.7rem;
	}
	.intro .company .p6 .para_box{
		width: 100%;
		margin-bottom: 0;
	}
	.intro .company .p6 .para_img{
		width: 100%;
		margin: 0.5rem 0;
		/*margin-left: 0.34rem;*/
	}
	.intro .company .p6{
		position: relative;
		width: 100%;
	}
	.intro .company .p6 .para_text{
		/*position: absolute;
		top: 0;
		right: 0;*/
		margin-top: 0.4rem;
	}
	.intro .company .p7{
		margin-bottom: 1.26rem;
	}
	.intro .company .p7 .para_img{
		margin: 0.28rem 0;
	}
	.intro .company .p8 .para_text .text_bg:first-child{
		display: none;
	}
	.intro .company .p8 .para_text .text_bg:nth-child(2){
		display: inline-block;
	}
	.intro .company .num .text1, .intro .company .num .text3{
		width: 1.5rem;
	}
	.intro .company .num .text2{
		width: 2.25rem;
	}
	.intro .company .num .text4{
		width: 3rem;
	}
	.intro .company .intro_logo{
		width: 2.07rem;
		margin: 0.36rem 0 0.6rem 0.84rem;
	}
	.intro .company:before{
		top: -0.58rem;
	    width: 2.86rem;
	    height: 0.68rem;
	    left: 0.4rem;
	}
	.intro .company .num li{
		margin-right:0;
		font-size: 0.2rem;
		width: 50%;
		padding-left: 0.26rem;
	}
	.intro .company .video{
		width: 100%;
		position: relative;
	}
	.intro .company .video .play_btn{
		width: 0.9rem;
		height: 0.9rem;
	}
	.intro .company .num li>div{
		height: 1rem;
		line-height: 1rem;
	}
	.intro .company .video{
		margin: 0.6rem 0;
	}
	.intro .company .p1 img{
		margin: 0.6rem 0;
	}
	.intro .company .p2 ul{
		margin-top: 0.96rem;
	}
	.intro .company .p2 .top{
		margin-bottom: 0.22rem;
		height: auto;
		padding-top:2.39rem;
		
		
	}
	.intro .company .p2 .pic{
		margin-bottom: 0.2rem;
	}
	.intro .company .para .para_box .p_bottom{
		margin-bottom: 0;
	}

	/* code */
	.code .top_img{
		height: 4.3rem;
	    background: url(../images/code_banner_mobile.jpg) no-repeat;
	    background-size: 100%;
	}
	.code .act .code_logo {
	    width: 2.07rem;
	    margin: 0.36rem 0 0.6rem 0.84rem;
	}
	.code .act .para .para_text .text_bg{
		font-size: 0.24rem;
		line-height: 0.36rem;
    padding: 0 0.15rem;
	}
	.code .act .para .para_text .text_title{
		font-size: 0.26rem;
		min-width: 1.14rem;
		padding: 0.16rem 0.28rem;
		bottom: -0.6rem;
		border-radius: 0.3rem;
		border-top-left-radius: 0;
    border-bottom-right-radius: 0;
		box-shadow: 0.18rem 0.18rem 1px #d9d9d9;
	}
	.code .act{
		position: relative;
		width: 6.7rem;
	}
	.code .act .para .line{
		width: 4.6rem;
	}
	.code .act .para .line em{
		font-size: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
		top: -0.66rem;
	}
	.code .act:before{
		top: -0.58rem;
	    width: 2.86rem;
	    height: 0.68rem;
	    left: 0.4rem;
	}
	.code .act .para .line a{
		right: 0.22rem;
		width: 0.54rem;
		height: 0.54rem;
		line-height: 0.54rem;
	}
	.code .item .item_title .order_num{
		width: 0.78rem;
		height: 0.46rem;
		line-height: 0.46rem;
		font-size: 0.24rem;
		background-size: 100%;
		text-indent: 0.16rem;
		margin-right: 0.16rem;
	}
	.code .item .item_title .text{
		font-size: 0.24rem;
	}
	.code .act .para .para_text{
		margin-bottom: 1.2rem;
	}
	.code .act .para .para_box{
		margin-bottom: 0;
		margin-top: .6rem;
	}
	.code .item p{
		font-size: 0.22rem;
		color: #424242;
		line-height: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.code .item .item_title{
		margin-bottom: 0.36rem;
	}
	.code .act .para{
		padding-top: 0.1rem;
	}
	.code .item .secondary{
		font-size: 0.22rem;
		color: #313131;
		width: .40rem;
		height: .40rem;
		margin-bottom: 0.18rem;
		/*border-radius: .2rem;*/
		line-height: .4rem;
		margin-right: .12rem;
	}
	.code .item .item_title .starts{
		padding-left: 0.44rem;
		background-size: 0.27rem 0.27rem;
	}
	.code .item ul li{
		font-size: 0.22rem;
		color: #424242;
		line-height: 0.48rem;
	}
	.code .item ul{
		margin-bottom: 0.4rem;
	}

}
