*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 2.13333333333333vw;
	overflow-x: hidden;
}
a{
	text-decoration:none;

}
.red{
	color: #FF1919;
}
.content{
	width: 100%;
	background: #FFF;
}
.top{
	width: 100%;
	height: 7rem;
	display: flex;
	margin-bottom: 4.125rem;
}
.top .logo{
	width: 11.25rem;
	height: 7rem;
	margin: 0 auto;
}

.profile{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
}
.profile .title{
	/*font-size: 2.25rem;*/
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 3rem;
}
.profile .text{
	font-size: 1.375rem;
	white-space: normal;
	width: 40.75rem;
	text-align: center;
}
.video{
	width: 100%;
	height: 17.5rem;
	margin-top: 6.875rem;
	display: flex;
	background-image: url(../images/web/banner1.png);
	background-repeat: no-repeat;
	background-size: 100% 12.375rem;
	background-position: center bottom;
}
.video .box{
	width: 25rem;
	height: 17.5rem;
	position: relative;
	margin: 0 auto;
}
.video .box .outline{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.videobox{
	width: 24.75rem;
	height: 14.5rem;
	position: absolute;
	z-index: 1000;
	left: 1px;
	top: 1rem;
}
.videobox video{
	width: 100%;
	height: 100%;
}
.banner_img{
	width: 100%;
}
.project{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.project .header{
	margin: 2.625rem;
	margin-top: 3.125rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.header .title{
	font-size: 2rem;
	font-weight: bold;
}
.header .text{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 1.25rem;
	text-align: center;
}
.header .b{
	width: 3.75rem;
	border-bottom: 3px solid #F30404;
	position: absolute;
	bottom: -0.625rem;
}
.header .text p{
	display: inline-block;
	margin: 0 0.625rem;
}
.header .border{
	width: 7.5rem;
	border-top: 1px solid #000;
}
.main{
	font-size: 1.5rem;
	color: rgba(0,0,0,0.6);
	text-align: center;
	white-space: nowrap;
	line-height: 2.75rem;
	margin-bottom: 1.875rem;
	font-weight: Regular;
}
.p1 .img{
	width: 37.5rem;
	height: 25rem;
	margin: 1.875rem;
}
.p1 .detail{
	width: 100%;
	text-align: left;
	margin-bottom: 1.875rem;
}
.p1 .detail .title{
	font-size: 1.75rem;
	line-height: 3rem;
}
.p1 .detail .text{
	line-height: 2rem;
	font-size: 1.5rem;
	color: rgba(0,0,0,0.8);
}



.p2{
	
}
.p2 .tabbox{
	width: 100%;
	height: 6.875rem;
	font-size: 1.5rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.p2 .tabbox .tab{
	padding:0 1.5rem;
	height: 3.125rem;
	line-height: 3.125rem;
	color: rgba(0,0,0,0.8);
	border-radius: 1.5rem;
}
.p2 .tabbox .active{
	background-color: #F30404;
	color: #FFF;
}
.p2 .showbox{
	width: 44.5rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.p2 .box{
	width: 13.75rem;
	height: 18.75rem;
	display: inline-block;
	margin-right: 0.62rem;
	margin-bottom: 1rem;
	/* border: 1px solid #999999; */
	float: left;
}
.p2 .box:last-child{
	margin-right: auto;
}
.p2 .box:nth-child(3n){
	margin-right:0;
}

.p2 .imgbox{
	width: 100%;
	height: 13.75rem;
	background-color: #F4F4F4;
	/* background-image: radial-gradient(#FFF,#999); */
	display: flex;
	align-items: center;
	justify-content: center;
}
.p2 .imgbox .img{
	height: 10rem;
}
.p2 .infobox{
	width: 100%;
	height: 3.5rem;
	/* background-color: #F30404; */
	/* color: #FFF; */
	line-height: 3.125rem;
	font-size: 1.125rem;
	text-align: center;
	white-space: nowrap;
}
.p2 .name{
	font-size: 1.625rem;
}


.p3{
	
}
.p3 .tabbox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 21.875rem;
	text-align: center;
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
}
.p3 .tabbox .img{
	width: 10rem;
	height: 10rem;
}
.p3 .tabbox .title{
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 5.5rem;
	height: 5.5rem;
}
.p3 .text{
	width: 31.25rem;
	line-height: 2rem;
}
.p3 .tabbox:first-child,.p3 .tabbox:first-child .text{
	/* width: 30rem; */
}

.p4{
}
.p4 .window{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.p4 .list{
	width: 50%;
	height: 23.4375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	text-align: center;
}
.p4 .list .title{
	font-size: 1.75rem;
	line-height: 3.75rem;
	height: 3.75rem;
}
.p4 .list .text{
	width: 20.625rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.p4 .list .imgbox{
	width: 100%;
	height: 12.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p4 .list:nth-child(1){
	background: url(../images/web/4-1.png) no-repeat;
	background-size: 100% 100%;
}
.p4 .list:nth-child(2){
	background: url(../images/web/4-2.png) no-repeat;
	background-size: 100% 100%;
}
.p4 .list:nth-child(3){
	background: url(../images/web/4-3.png) no-repeat;
	background-size: 100% 100%;
}
.p4 .list:nth-child(4){
	background: url(../images/web/4-4.png) no-repeat;
	background-size: 100% 100%;
}
.p4 .list:nth-child(5){
	background: url(../images/web/4-5.png) no-repeat;
	background-size: 100% 100%;
}
.p4 .list:nth-child(6){
	background: url(../images/web/4-6.png) no-repeat;
	background-size: 100% 100%;
}

.p4 .list:nth-child(1) .img{
	width: 10.25rem;
	height: 9.375rem;
}
.p4 .list:nth-child(2) .img{
	width: 16rem;
	height: 11.875rem;
}
.p4 .list:nth-child(3) .img{
	width: 18.25rem;
	height: 10.375rem;
}
.p4 .list:nth-child(4) .img{
	width: 18.25rem;
	height: 9rem;
}
.p4 .list:nth-child(5) .img{
	width: 17.375rem;
	height: 9.75rem;
}
.p4 .list:nth-child(6) .img{
	width: 12.5rem;
	height: 11.25rem;
}

.p5{
	
}
.p5 .window{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.p5 .imgbox{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
.p5 .img{
	width: 100%;
	height: 11.25rem;
}
.p5 .big{
	width: 28.5rem;
	height: 13.25rem;
}
.p5 .small{
	width: 17.625rem;
	height: 13.25rem;
}
.p5 .imgbox .text{
	width: 100%;
	height: 1.875rem;
	color: #FFF;
	background: #E00000;
	font-size: 1.375rem;
	line-height: 1.875rem;
	text-align: center;
}

.p6{
	
}
.p6 .window{
	width: 100%;
	height: 22.5rem;
	background:url(../images/pc/bg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 1.875rem;
}
.p6 .showbox{
	width: 100%;
	height: 11.25rem;
	margin-top: 2.5rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	left: -4.125rem;
	margin-bottom: 2.5rem;
}
.p6 .img{
	width: 8.25rem;
	height: 11.25rem;
	margin-right: 1.125rem;
}
.p6 .main P{
	color: #FFF;
	font-size: 1.75rem;
	line-height: 2.75rem;
}

.p7{
	
}
.p7 .window{
	width:43.75rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.p7 .list{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 7.25rem;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.8);
	margin-bottom: 1.875rem;
	white-space: nowrap;
}
.p7 .list:last-child{
	margin-right: auto;
}
.p7 .img{
	height: 4.125rem;
	margin-bottom: 1.125rem;
}

.p8{
	
}
.p8 .window{
	width: 43.75rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.p8 .list{
	width: 33%;
	display: flex;
	flex-direction: column;
}
.p8 .list .num{
	font-size: 1.875rem;
	color: #F30404;
}
.p8 .list .title{
	font-size: 1.625rem;
	line-height: 3rem;
	font-weight: bold;
}
.p8 .list .text{
	font-size: 1.25rem;
	opacity: 0.8;
}
.p8 .box{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.875rem;
}
.p8 .img{
	width: 7.5rem;
	height: 7.5rem;
}

.p9{
	
}
.p9 .main{
	width: 43.75rem;
	white-space: normal;
	line-height: 2.5rem;
	font-size: 1.375rem;
	text-align: left;
	text-indent: 2.75rem;
	color: #000;
}

.foot{
	background-color: #000;
	width: 100%;
	height: 24.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	font-size: 1.25rem;
	position: relative;
}
.foot .companyinfo{
	width: 43.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 2.75rem;
	white-space: nowrap;
	font-size: 1.5rem;
}
.foot .phone{
	position: absolute;
	top: 4rem;
	left: 30.5rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 3.75rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.foot .phone .ico{
	width: 4.375rem;
	height: 3.75rem;
	margin-right:1rem;
}
.foot .phone .text{
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	color: #FA2020;
	font-weight: bold;
}
.foot .wx{
	width: 6.875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
}
.foot .wx .img{
	width: 6.875rem;
	height: 6.875rem;
}
.foot .bottom{
	width: 100%;
	font-size: 0.875rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0.875rem;
}



.corporate{
	width: 100%;
}
.corporate .projectbox{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.corporate .tabbox{
	max-width: 21.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5rem;
	margin-bottom: 5rem;
	color: rgba(0,0,0,0.9);
}
.corporate .img{
	width: 7.5rem;
	height: 7.5rem;
	margin-bottom: 1.75rem;
}
.corporate .title{
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 1.375rem;
}

.device_info{
	width: 100%;
	height: 9.375rem;
	background-color: #E00000;
	color: #FFF;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
}
.device_info .tabbox{
	width: 33%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 1.125rem;
}
.device_info .title{
	font-size: 2.25rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.sidebox{
	width: 7rem;
	position: fixed;
	right: 0;
	top: 18rem;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sidebox .box{
	position: relative;
	width:8rem;
	height: 8rem;
	/*border-bottom: 1px solid #F5F5F5;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*background:#E00000;*/
	/*color: #FFF;*/
	line-height: 2rem;
	font-size: 0.825rem;
	border: none;
}
.sidebox .box .ico{
	width:100%
}
.sidebox .box .alertbox{
	position: absolute;
	right: 5.5rem;
	top: 0;
	/* width: 10.375rem; */
	/* height: 10rem; */
	border-radius: 0.625rem;
	background: #FFFFFF;
	display: none;
	padding: 1rem;
	box-shadow: 2px 2px 2px 2px #00000008,
	-2px -2px 2px 2px #00000008;
}
.sidebox .box:hover .alertbox{
	display: flex;
	flex-direction: column;
	color: #00000050;
}
.alertbox .triangle{
	width: 0;
	height: 0;
	border-left: 1rem solid #FFF;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	position: absolute;
	top: 2rem;
	right: -0.5rem;
}
.alertbox .wx{
	width: 7rem;
	height: 7rem;
}
.alertbox p{
	/* width: 17.5rem; */
	white-space: nowrap;
	text-align: left;
}
.alertbox .red{
	font-weight: bold;
}
.sideBtnBox{
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../images/btn-bg.png");
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.sideBtnBox .box{
    width: 100%;
    margin: 20px;
}
.sideBtnBox a{
    display: block;
    text-align: center;
}
.sideBtnBox .box .bottom{
    margin: 0 auto;
    color: #ffffff;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 4rem;
    font-size: 16px;
    font-weight: bold;
    background: #ff1919;
    border: none;
    box-shadow: 2px 2px 5px #000;
    border-radius: 3rem;
}
.call-list .tel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-list .tel .ico{
    margin-right: 5px;
}
.videomsk{
	width: 100%;
	height: 12rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.pause{
	display: none;
}
video::-webkit-media-controls-timeline {
                    display: none;
            }