body{
	font-family: "syht";
}
.banner{
	position: relative;
}
.banner img{
	width:100%;
	display: block;
}
.b1pagination{
	bottom:30px!important;
}
.b1pagination .swiper-pagination-bullet{
	width:10px!important;
	height:10px!important;
	background: #fff!important;
	opacity:0.5!important;
	border-radius: 0%!important;
}
.b1pagination .swiper-pagination-bullet-active{
	width:40px!important;
	height:10px!important;
	background: #fff!important;
	opacity:1!important;
	border-radius:20px!important;
}
.s1{
	padding-top:120px;
	padding-bottom: 100px;
}
.s1left{
	width:50%;
	overflow: hidden;
}
.s1left img{
	width:100%;
	display: block;
	transition:1s;
}
.s1left:hover img{
	transform: scale(1.1);
}
.s1right{
	width:50%;
	padding:30px 60px 0;
	box-sizing:border-box;
}
.stitle{
	width:160px;
	width:auto;
	position: relative;
}
.stline1{
	width:160px;
	position: relative;
	display: flex;
	flex-wrap:wrap;
	justify-content:start;
}
.std1{
	width:6px;
	height:6px;
	border-radius: 5px;
	background: #4096FF;
}
.stl1{
	width:86px;
	height:6px;
	border-radius: 5px;
	background: #4096FF;
	margin-left: 6px;
	transition:1s;
}
.stitle span{
	font-size:40px;
	font-weight: 700;
	color:#333;
	line-height: 1;
	padding: 20px 0 26px;
	display: block;
}
.stline2{
	width:160px;
	position: relative;
	display: flex;
	flex-wrap:wrap;
	justify-content:end;
	position: absolute;
	right: 0;
	bottom: 0;
}
.s1 .stitle{
	width:160px
}
.std2{
	width:6px;
	height:6px;
	border-radius: 5px;
	background: #4096FF;
}
.stl2{
	width:86px;
	height:6px;
	border-radius: 5px;
	background: #4096FF;
	margin-right: 6px;
	transition:1s;
}
.stitle:hover .stl1{
	width:148px;
}
.stitle:hover .stl2{
	width:148px;
}
.s1p1{
	margin:55px 0 100px;
	line-height: 2;
	font-size:14px;
	color:#666;
	font-weight:400;
}
.s1p1 span{
	font-size:18px;
	color:#333;
	font-weight:600;
}
.s1button{
	user-select: none; 
	position: relative;
	display: block;
}
.s1button1{
	user-select: none; 
	position: relative;
	display: block;
	opacity: 1;
}
.s1button2{
	user-select: none; 
	position: absolute;
	top:0;
	display: block;
	opacity: 0;
}
.s1button3{
	user-select: none; 
	position: absolute;
	top:0;
	display: block;
	opacity: 0;
}
.s1button:hover .s1button1{
	opacity: 0;
}
.s1button:hover .s1button2{
	opacity: 1;
}
.s1bottom{
	margin-top:100px;
}
.s1bc{
	width:calc(100% / 3 - 100px / 3);
	position: relative;
	margin-bottom:100px;
	transition:1s;
	background: #FFFFFF;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
}
.s1bcbg{
	display: block;
	display: none;
	width:100%;
}
.s1bctext{
	width:100%;
	position: absolute;
	position: relative;
	top:0;
	z-index:9;
	padding:80px 0 55px;
}
.s1ico{
	display: block;
	margin:0 auto;
	transition:1s;
}
.s1bcp1{
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
	text-align: center;
	font-weight:600;
	color:#333;
}
.s1bcp2{
	font-size:14px;
	text-align: center;
	font-weight:400;
	color:#666;
	max-width:220px;
	margin:0 auto;
}
/*.s1bc:hover .s1ico{
	transform: rotateY(180deg);
}*/
.s1bc:hover{
	transform: translate(0,-20px);
}
@media(max-width: 1000px){
	.s1{
		padding-top: 30px;
		padding-bottom:20px;
	}
	.s1button img{
		max-width:100%;
	}
	.s1left{
		width:100%;
	}
	.s1right{
		width:100%;
	}
	.s1p1{
		margin: 30px 0 30px;
	}
	.s1bottom{
		margin-top:30px;
	}
	.s1bc{
		width:100%;
		margin-bottom: 30px;
	}
	.s1 .stitle{
		margin: 0 auto;
	}
	.stitle span{
		font-size:30px;
		text-align: center;
	}
}
.s2{
	position: relative;
	background-image: url(../image/s2bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100% auto;
	padding:120px 0 80px;
}
.s2 .stitle{
	margin:0 auto 60px;
}
.s2 .stitle span{
	color: #fff;
}
.s2content{
	/* max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	width: 90%; */
	
	position: relative;
	transition:1s;
}
/* .s2cbg{
	width:100%;
	display: block;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
} */
.s2c{
	position: absolute;
	position: relative;
	top:0;
	width:100%;
	z-index:9;
	padding:60px;
	box-sizing:border-box;
	background: #fff;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}
.s2p{
	width:100%;
	font-size:18px;
	color:#333;
	font-weight:600;
	margin-bottom:30px;
}
.s2content:hover{
	transform: translate(0,-30px);
}
.s2c1{
	display: block;
	margin:0 auto;
	max-width:100%;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.s2left{
	width:calc(61.5% - 100px);
	line-height: 2;
	font-size:14px;
	font-weight:400;
	color:#666;
}
.s2right{
	width:38.5%;
}
.s2right img{
	display: block;
	width:100%;
}
@media(max-width:1000px){
	.s2{
		padding: 30px 0 30px;
		background-size:100% 300px;
	}
	.s2cbg{
		display: none;
	}
	.s2c{
		position: relative;
		padding:30px 20px;
		background: #fff;
	}
	.s2text{
		width:100%;
	}
	.s2left{
		width:100%;
	}
	.s2right{
		width:100%;
		margin-top:20px;
	}
	.s2right img{
		width:100%;
	}
	.s2 .stitle{
		margin:0 auto 30px;
	}
}
.s3{
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
	position: relative;
	height:360px;
	width:100%;
	overflow: hidden;
}
.s3img{
	width:100%;
	display: block;
	position: absolute;
	top:0;
	z-index:1;
}
.s3top{
	position: relative;
	padding:115px 0 115px 15%;
	z-index:2;
	color:#fff;
	box-sizing: border-box;
	align-items:center;
}
.s3text{
	max-width:590px;
}
/*.s3p1{
	font-size:40px;
	font-weight:800;
	font-family: "Roboto";
	line-height: 46px;
	margin-bottom:30px;
}*/
.s3p2{
	font-size:14px;
	font-weight:400;
	line-height: 2;
}
@media(max-width:1800px){
	.s3img{
		top:50%;
		transform:translate(-5% ,-50%);
	}

}
@media(max-width:1600px){
	.s3top{
		padding: 115px 0 115px 20%;
	}
}
@media(max-width:1000px){
	.s3{
		padding: 30px 0 30px;
		height:auto;
	}
	.s3top {
	    padding: 30px 20px;
	}
	.s3img{
		display: none;
	}
	.s1button{
		margin:0 auto;
	}
}
.s4{
	padding:120px 0;
}
.s4 .stitle{
	margin:0 auto 60px;
}
.s4c1{
	width:100%;
	padding-top:30px;
	position:relative;
}
.s4c1bg{
	width: 1080px;
	height: 312px;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	background: #E7F4FF;
	background-image: url(../image/s4bg1.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
	padding:50px 0 55px 60px;
}
.s4img1{
	position: absolute;
	right:0;
	top:0;
}
.s4img1 img{
	display: block;
}
.s4p1{
	color:#003EB3;
	font-size:28px;
	font-weight:600;
}
.s4p1 span{
	margin-left: 5px;
	font-size:20px;
}
.s4p2{
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin-top:20px;
	margin-bottom:25px;
    background: linear-gradient(to right,#0943D9,#4096FF);
	width:170px;
	text-align:center;
    line-height:40px;
    height:40px;
    border-radius: 10px;
}
.s4p3{
	color:#333;
	margin-bottom:20px;
	font-size:18px;
	font-weight:600;
	line-height: 1;
}
.s4p3:before{
	content:"";
	display: inline-block;
	position: relative;
	height:20px;
	width:3px;
	background:#1677FF;
	margin-right: 10px;
	top: 4px;
}
.s4p4{
	color:#333;
	font-size:18px;
	font-weight:600;
	line-height: 1;
}
.s4p4:before{
	content:"";
	display: inline-block;
	position: relative;
	height:20px;
	width:3px;
	background:#1677FF;
	margin-right: 10px;
	top: 4px;
}
.s4c2z{
	width:100%;
	margin-top:30px;
}
.s4c2{
	width:48.75%;
	display: block;
	position: relative;
	margin-bottom: 2px;
	transition:1s;
}
.s4c2:hover{
	transform: translate(0px,-5px);
}
.s4c2bg{
	display: block;
	width: 514px;
	height: 150px;
	background: #FFFFFF;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), 0px 0px 10px 0px rgba(53,149,241,0.1);
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	margin-left: 70px;
	margin-top:22px;
	margin-bottom:28px;
	position: relative;
	padding:32px 0 32px 100px;
	box-sizing: border-box;
}
.s4img2{
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}
.s4pa{
	transform: translate(-16px,0px);
	font-family: "syht";
}
.s4pbefore{
	color: #003EB3;
	font-size:28px;
	font-weight: 600;
}
.s4ptitle{
	color: #003EB3;
	font-size:24px;
	font-weight: 600;
}
.s4ptext{
	color: #003EB3;
	font-size:18px;
	font-weight: 600;
	font-family: "Roboto";
}
.s4pline{
	color: #003EB3;
	font-size:24px;
	font-weight: 600;
	
}
.s4pa3{
	color: #333;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}
.s4pa3:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 3px;
    background: #1677FF;
    margin-right: 10px;
    top: 4px;
}
@media(max-width:1000px){
	.s4{
		padding:30px 0;
	}
	.s4 .stitle{
		margin: 0 auto 30px;
	}
	.s4img1{
		/* position: relative; */
		margin:0 auto;
	}
	.s4img1 img{
		margin:0 auto;
		width: 120px;
	}
	.s4c1bg{
		width:100%;
		padding:20px;
		height: auto;
	}
	.s4p3:before{
		display: none;
	}
	.s4p4:before{
		display: none;
	}
	.s4c1{
		margin-top: 0;
	}
	.s4p3{
		font-size:15px;
	}
	.s4p4{
		font-size:15px;
	}
	.s4c2{
		width:100%;
	}
	.s4img2{
		max-width:100px;
	}
	.s4img2 img{
		max-width:100%;
	}
	.s4c2bg{
		width: 100%;
		padding:20px;
		margin-left:0px;
		padding-left: 120px;
		height: auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.s4pbefore{
		display: none;
	}
	.s4pa{
		transform: translate(0px,0px)
	}
	.s4ptitle{
		font-size: 16px;
	}
	.s4ptext{
		font-size: 14px;
	}
	.s4pa3{
		margin:10px 0 0;
		font-size:14px;
	}
	.s4pa3:before{
		display: none;
	}
}
.s5{
	background-image: url(../image/s5bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:120px 0;
}
.s5 .stitle {
    margin: 0 auto 60px;
}
.s5 .stitle span {
    color: #fff;
}
.s5ca{
	display: block;
	width:calc(25% - 18px);
	color:#fff;
}
.s5cimg{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.s5cimg1{
	display: block;
	position: relative;
	width:100%;
}
.s5cimg-mask{
	content:"";
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	flex-direction:column;
	position: absolute;
	top:0;
	left:0;
	right:0;
	height: 100%;
	width:100%;
	background: rgba(0,62,179,0.5);
	backdrop-filter: blur(5px);
	opacity:0;
	transition:1s;
}
.s5button{
	user-select: none; 
	position: relative;
	display: block;
}
.s5button1{
	user-select: none; 
	position: relative;
	display: block;
	left:50%;
	transform:translate(-50%,0);
	opacity: 1;
}
.s5button2{
	user-select: none; 
	position: absolute;
	top:0;
	left:50%;
	transform:translate(-50%,0);
	display: block;
	opacity: 0;
}
.s5button3{
	user-select: none; 
	position: absolute;
	top:0;
	left:50%;
	transform:translate(-50%,0);
	display: block;
	opacity: 0;
}
.s5button:hover .s5button1{
	opacity: 0;
}
.s5button:hover .s5button2{
	opacity: 1;
}
.s5cimg:hover .s5cimg-mask{
	opacity: 1;
}
.s5p1{
	margin-top:30px;
	line-height: 1;
	font-size:28px;
	font-weight: 600;
	text-align: center;
	font-family: "Roboto";
}
.s5p2{
	margin-top:15px;
	line-height: 1;
	font-size:14px;
	font-weight: 400;
	text-align: center;
}
.s5p3{
	font-size: 20px;
	color:#fff;
	font-weight:600;
	text-align: center;
}
.s5p4{
	font-size: 20px;
	color:#fff;
	font-weight:600;
	text-align: center;
}
@media(max-width:1000px){
	.s5{
		padding:30px 0;
	}
	.s5 .stitle {
	    margin: 0 auto 30px;
	}
	.s5ca {
	    width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.s5p1 {
	    font-size: 16px;
	    font-weight: 400;
		margin-top:20px;
	}
}

.s6{
    padding: 120px 0;
	background: #F6FBFE;
}
.s6 .stitle {
    margin: 0 auto 60px;
}
.s6content{
	justify-content:center;
}
.s6a{
	width:calc(25% - 20px);
	width:auto;
	margin:0 15px 30px;
	margin-bottom:30px;
	transition: 1s;
	background: #FFFFFF;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}
.s6a img{
	border-radius: 10px;
}
.s6a:hover{
	transform: translate(0px,-5px);
}
@media(max-width:1000px){
	.s6{
		padding:30px 0;
	}
	.s6 .stitle {
	    margin: 0 auto 30px;
	}
	.s6a {
	    width: 100%;
		margin-bottom: 15px;
	}
	.s6a img{
	    width: 100%;
	}
}
/*内页*/
.ny_banner{
	width:100%;
	position: relative;
}
.ny_banner img{
	display:block;
	width: 100%;
}
.nybannertext{
	position: absolute;
	width:100%;
	top:0;
	box-sizing:border-box;
	padding:12.5% 0 8.333333%;
	color: #fff;
	text-align: center;
}
.nybannerp1{
	font-size:48px;
	font-weight: 600;
}
.nybannerp2{
	font-size:30px;
	font-weight: 400;
	margin-top:15px;
}
@media(max-width:1000px){
	.ny_banner img{
		height:200px;
	}
	.nybannertext{
		padding:20% 0 8.333333%;
	}
	.nybannerp1 {
	    font-size: 30px;
	    font-weight: 600;
	}
	.nybannerp2 {
	    font-size: 18px;
	    font-weight: 400;
	}
}
/*产品*/
.p1{
	position: relative;
	background-image: url(../image/p1bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-size:auto;
	padding: 120px 0;
}
.p1 .stitle{
	margin: 0 auto 80px;
}
.p1img{
	display: block;
	margin:0 auto;
	max-width:100%;
	transition:1s;
}
.p1content:hover .p1img{
	transform: translate(0,-20px);
}
.p1c{
	margin:100px 0 80px;
	text-align: center;
	font-weight: 600;
	font-family: "Roboto";
	font-size: 40px;
	color: #666;
}
@media(max-width:1000px){
	.p1{
		padding:30px 0; 
		background-size: cover;
	}
	.p1 .stitle {
	    margin: 0 auto 30px;
	}
	.p1content{
		padding:0 20px;
	}
	.p1img{
		width:80%;
	}
	.p1c{
		font-size:30px;
	}
}
.p2{
	position: relative;
	background-image: url(../image/p2bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-size:auto;
	padding:120px 0;
}
.p2 .stitle{
	margin: 0 auto 60px;
}
.p2 .stitle span{
	color: #fff;
}
.p2content{
	position: relative;
}
.p2c{
	width:calc(100% / 3 - 20px);
	position: relative;
}

.p2ctext{
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding:110px 0 60px;
	box-sizing:border-box;
	margin-top:84px;
}
.p2cimg{
	position: absolute;
	top:0;
	z-index: 9;
	width:100%;
}
.p2img{
	margin: 0 auto;
	display: block;
	transition:1s;
}
/*.p2c:hover .p2img{
	transform: rotateY(360deg); 
}*/
.p2p1{
	font-weight: 800;
	color: #333;
	font-size: 28px;
	text-align: center;
	padding-bottom: 24px;

}
.p2line{
	width:calc(100% - 80px);
	margin:0 auto;
	height:1px;
	background: #69b1ff;
}
.p2p2{
	margin-top:30px;
	margin-left:40px;
	box-sizing:border-box;
	font-weight: 400;
	font-size: 14px;
	color:#666;
	padding-left: 30px;
	background-image: url(../image/p2icon.png);
	background-repeat: no-repeat;
	background-position:top left;
	background-size:20px 20px;
}
@media(max-width:1000px){
	.p2{
		padding:30px 0; 
		background:#136ef0;
	}
	.p2 .stitle {
	    margin: 0 auto 30px;
	}
	.p2c{
		width:100%;
		margin-bottom:20px;
	}
	.p2content{
		padding:0 20px;
	}
	.p2p1{
		font-size: 20px;
	}
	.p2img{
		width: 150px;
	}
	.p2ctext{
		margin-top: 50px;
	}
	.p2c{
		font-size:30px;
	}
	.p2p2{
		padding-right: 30px;
	}
}
.p3{
	padding:120px 0;
}
.p3wrap{
	max-width:1680px;
}
.p3 .stitle{
	margin:0 auto 60px;
}
.p3right{
	max-width: 1100px;
	width:65.55%;
}
.p3d{
	width:100%;
    transition: 1s;
    background: #FFFFFF;
    box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
    border-radius: 20px 20px 20px 20px;
    opacity:1;
    overflow: hidden;
}
.p3d img{
	display: none;
	width:100%;
}
.p3d img:nth-child(1){
	display: block;
}
.p3left{
	width:34.45%;
	border-radius: 20px 0 0 20px;
	background: #F6FBFE;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:30px 0;
	box-sizing:border-box;
}
.p3text{
	transition:0.5s;
	padding:25px 0 25px 30px;
	color: #333;
	font-size:24px;
	/*background-image:url(../image/p3buttonwhite.png);
	background-repeat:no-repeat;
	background-position:center right;*/ 
	display: flex;
	flex-wrap:wrap;
	justify-content:start;
	background: #FFFFFF;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
	border-radius: 10px 10px 10px 10px;
	margin-left: 64px;
	margin-right: 30px;
	cursor:pointer;
}
.p3text span{
	line-height:30px;
}
.p3text:nth-child(1){
	background:#4096ff;
	color:#fff;
	margin-left:30px;
}
.p3text:nth-child(1) .p3icon{
	filter:brightness(100);
}
.p3text:hover{
	margin-left: 30px;
}
.p3icon{
	display: block;
	margin-right: 30px;
}
@media(max-width:1600px){
	.p3text{
		font-size:20px;
	}
}
@media(max-width:1400px){
	.p3text{
		font-size:16px;
		padding: 20px 0 20px 20px;
	}
}
@media(max-width:1000px){
	.p3{
		padding:30px 0; 
	}
	.p3 .stitle {
	    margin: 0 auto 30px;
	}
	.p3c{
		width:100%;
		margin-bottom:20px;
	}
	.p3left{
		width:100%;
		border-radius:20px;
		background: none;
		padding:0;
	}
	.p3text{
		padding:10px;
		margin:10px 0 0!important;
	}
	.p3right{
		width:100%;
		margin-top:20px;
	}
	.p3d{
		border-radius: 10px;
	}
}
.p4{
	position: relative;
	background-image: url(../image/p4bg.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	padding:120px 0 80px;
}
.p4 .stitle{
	margin: 0 auto 40px;
}
.p4 .stitle span{
	color: #fff;
}
.p4content{
	margin:0 auto;
	display: block;
	max-width: 100%;
	transition:1s;
}
.p4content:hover{
	transform: scale(1.05);
}
@media(max-width:1000px){
	.p4{
		padding:30px 0; 
	}
	.p4 .stitle {
	    margin: 0 auto 30px;
	}
	.p4c{
		width:100%;
		margin-bottom:20px;
	}
}
.p5{
	position: relative;
	padding: 120px 0 0;
}
.p5 .stitle{
	margin: 0 auto 60px;
	width:auto;
}
.p5 .stline2{
	position: absolute;
	right:0;
	bottom:0;
}
@media(max-width:1000px){
	.p5{
		padding:30px 0; 
	}
	.p5 .stitle {
	    margin: 0 auto 30px;
	}
	.p5c{
		width:100%;
		margin-bottom:20px;
	}
	.videocon{
		position: relative!important;
		bottom:0!important;
		margin-top:20px!important;
	}
	.controls{
		height: auto!important;
	}
	#pBar{
		width:100%!important;
	}
	.vtime{
		display: none!important;
	}
}
/*公司介绍*/
.a1{
	padding:120px 0;
	position: relative;
	background-image: url(../image/a1bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
}
.a1left{
	width:50%;
}
.a1left img{
	display: block;
	border-radius: 20px;
}
.a1lefttop{
	width:100%;
}
.a1leftbottom{
	width:100%;
	margin-top: 30px;
}
.a1right{
	width:50%;
	padding:20px 0 0 60px;
	box-sizing:border-box;
}
.a1p1{
	font-size:40px;
	color:#333;
	font-weight: 600;
}
.a1p2{
	font-size:14px;
	color:#666;
	line-height:2.2;
	margin-top:45px;
}
.a1p2 span{
	font-size:18px;
	color:#333;
	font-weight:600;
}
@media(max-width:1000px){
	.a1{
		padding:30px 0; 
	}
	.a1 .stitle {
	    margin: 0 auto 30px;
	}
	.a1c{
		width:100%;
		margin-bottom:20px;
	}
	.a1left{
		width:100%;
	}
	.a1leftbottom{
		margin-top: 0;
	}
	.a1left img{
		width:100%;
		margin-bottom:20px;
	}
	.a1right{
		width:100%;
		padding:0px;
	}
	.a1p1{
		font-size: 30px;
	}
	.a1p2{
		margin-top:30px;
	}
}
.a2left{
	width:34.375%;
	background: #4096ff;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	flex-direction:column;
	padding:0px 8.75% 0 10.7%;
	box-sizing:border-box;
	color:#fff;
}
.a2p1{
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 30px;
}
.a2p2{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 2;
}
.a2right{
	width:65.625%;
}
.a2right img{
	display: block;
	width:100%;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
@media(max-width:1000px){
	.a2left{
		width:100%;
		padding:30px 20px;
	}
	.a2right{
		width:100%;
	}
}
.a3{
	position: relative;
	padding: 120px 0;
}
.a3 .stitle{
	margin: 0 auto 60px;
	width:auto;
}
.a3c{
	width: calc(100% / 3 - 100px / 3);
    position: relative;
    transition: 1s;
    background: #FFFFFF;
    box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    padding: 52px 0 45px;
    box-sizing:border-box;
}
.a3ctext {
    width: 100%;
    text-align: center;
}
.a3img{
	display: block;
	margin:0 auto;
	transition:1s;
}
.a3p1{
	margin-top:15px;
	margin-bottom:20px;
	font-size:20px;
	color:#333;
	font-weight:600;
}
.a3p2{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	font-weight:400;
	font-family:"syht";
}
/*.a3c:hover .a3img{
	transform: rotateY(180deg);
}*/
@media(max-width:1000px){
	.a3{
		padding:30px 0; 
	}
	.a3 .stitle {
	    margin: 0 auto 30px;
	}
	.a3c{
		width:100%;
		margin-bottom:20px;
	}
}
.a4{
	padding:120px 0;
	background-image: url(../image/a4bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-size:100% auto;
}
.a4 .stitle{
	margin:0 0 60px;
}
.a4 .stitle span{
	color: #fff;
}
.a4content{
	position: relative;
	width:100%;
	max-width: 1360px;
	padding:0 20px;
	margin:0 auto;
}
.a4c{
	position: relative;
	box-sizing: border-box;
	padding-left: 60px;
	padding-top: 60px;
	width:76.5%;/*1040*/
	height: 640px;
	background: #fff;
	box-shadow: 4px 13px 35px 0px rgba(166,188,209,0.62);
	border-radius: 20px;
	opacity: 1;
}
.a4text{
	position: relative;
}
.a4p{
	display: none;
}
.a4p:nth-child(1){
	display: block;
}
.a4p1{
	font-size:18px;
	color:#333;
	font-weight:600;
}
.a4p2{
	font-size:14px;
	color:#666;
	font-weight:400;
	margin-top:20px;
	line-height: 2;
	max-width:53%;
	min-height:270px;
}
.a4p3{
	font-size:20px;
	color:#003EB3;
	font-weight:600;
	line-height: 1;
}
.a4p4{
	font-size:14px;
	color:#666;
	font-weight:400;
	margin-top:10px;
	padding-left:20px;
}
.a4key{
	margin-top: 60px;
	justify-content: start;
}
.a4simg{
	margin-right:10px;
	padding:10px;
	border-radius:50%;
	border:2px solid #fff;
	cursor:pointer;
	transition: 1s;
}
.a4simg img{
	display: block;
}
.a4simg:hover{
	border:2px solid #69B1FF;
}
.a4imgclick{
	border:2px solid #1677FF;
}
.a4dimg{
	position: absolute;
	right:0;
	top:-120px;
}
.a4e{
	display: none;
	position: absolute;
	right:0;
	top:0px;
}
.a4e:nth-child(1){
	display: block;
}
.a4e img{
	display: block;
	border-radius: 20px;
}
@media(max-width:1000px){
	.a4{
		padding:30px 0 0; 
		background: #fff url() 0 0 no-repeat;
	}
	.a4 .stitle {
	    margin: 0 auto 30px;
	}
	.a4 .stitle span{
		color:#000;
	}
	.a4c{
		width:100%;
		margin-bottom:20px;
		box-shadow:none;
		background: none;
		height:auto;
	}
	.a4dimg{
		top: 50px;
		right:20px;
	}
	.a4c{
		padding:0px;
	}
	.a4p3,.a4p4{
		display: none;
	}
	.a4e img{
		width:140px;
	}
	.a4key{
		margin-top:30px;
	}
	.a4simg{
		width:25%;
		margin-right:0;
		box-sizing:border-box;
	}
	.a4simg img{
		width:100%;
	} 
}
/*联系我们*/
.c1{
	position: relative;
	padding: 120px 0;
}
.c1 .stitle{
	margin: 0 auto 60px;
	width:auto;
}
.c1content{
	max-width:1360px;
}
.c1top{
	justify-content: center;
}
.c1k{
	padding:15px 50px;
	border-radius: 10px;
	background: #fff;
	font-size:20px;
	color: #999;
	transition:1s;
	margin:0 5px;
	cursor:pointer;
}
.c1k:hover{
	background: #E6F4FF;
	color: #1677FF;
}
.c1kclick{
	background: #4096FF;
	color: #fff;
}
.c1bottom{
	margin-top:70px;
}
.c1c{
	display: none;
}
.c1c:nth-child(1){
	display: block;
}
.c1p1{
	width: 330px;
	height: 200px;
	background: #fff;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	padding-top:30px;
	box-sizing:border-box;
}
.c1p1 img{
	display: block;
	margin:0 auto;
}
.c1pc{
	margin-top: 20px;
	font-size: 18px;
	color: #666;
	text-align: center;
	padding: 0 15px;
}
.c1left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 0;
	box-sizing: border-box;
}
.c1right{
	width:calc(96000% / 1320);
}
.c1right img{
	display: block;
	width:100%;
}
@media(max-width:1000px){
	.c1{
		padding:30px 0 0; 
	}
	.c1 .stitle {
	    margin: 0 auto 30px;
	}
	.c1 .stitle span{
		color:#000;
	}
	.c1k{
		padding:15px;
	}
	.c1k:hover{
		background: #4096FF;
    	color: #fff;
	}
	.c1bottom{
		margin-top:30px;
	}
	.c1left{
		padding:0;
		width:100%;
	}
	.c1p1{
		width:100%;
		margin-bottom:20px;
	}
	.c1c .flex{
		width:100%;
	}
	.c1right{
		width:100%;
		margin-bottom:20px;
	}
}
.roboto{
	font-family:"Roboto";
}
.c2{
	padding:120px 0 0;
	background-repeat: no-repeat;
	background-position:top center;
	background-size:100% auto;
}
.c2 .stitle{
	margin:0 auto 60px;
}
.c2 .stitle span{
	color: #000;
}
.c2keyc{
	justify-content:center;
}
.c2key1{
	margin:0 60px;
	cursor:pointer;
}
.c2key2{
	margin:0 60px;
	cursor:pointer;
}
.c2key1img{
	display: none;
}
.c2key2img{
	display: none;
}
.c2keyon{
	display: block;
}
.c2content{
	margin-top: 0px;
	width:100%;
}

.c2left{
	margin:0 auto;
	display: none;
}
.c2left img{
	display: block;
	margin:0 auto;
}
.c2right{
	margin:0 auto;
	display: none;
}
.c2on{
	display: block;
}
.c2list{
	background: #FCFCFC;
	border-radius: 10px 10px 10px 10px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:30px;
	display: block;
}
.c2title{
	background: #fcfcfc;
	position: relative;
	border-radius: 10px;
	padding:0 30px;
	height:100px;
	transition:1s;
}
.c2title:hover{	
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), 0px 0px 10px 0px rgba(53,149,241,0.1);
}
.c2titlehover{
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), 0px 0px 10px 0px rgba(53,149,241,0.1);
}
.c2p1{
	font-size:24px;
	font-weight:600;
	color: #333;
	line-height: 100px;
}
.c2p2{
	font-size:20px;
	color:#666;
	line-height: 100px;
}
.c2img{
	position: relative;
	top:20px;
	right:-10px;
	transition:1s;
	width:80px;
	cursor:pointer;
}
.c2img1,.c2img2,.c2img3{
	display: block;
}
.c2img1{
	position: absolute;
	top:0;
	opacity: 1;
	z-index:2;
}
.c2img2{
	position: absolute;
	top:0;
	opacity: 0;
	z-index:3;
}
.c2img3{
	position: absolute;
	top:0;
	opacity: 0;
	z-index:4;
}
.c2img:hover .c2img1{
	opacity: 1;
}
.c2img:hover .c2img2{
	opacity: 1;
}
.c2con{
	display: none;
	padding:30px;
	box-sizing:border-box;
	background: #fff;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), 0px 0px 10px 0px rgba(53,149,241,0.1);
}
.c2text{
	margin-bottom: 30px;
	justify-content:start;
	font-size:18px;
	color:#333;
	line-height: 2;
}
.c2text span{
	font-weight:600;
	margin-right: 10px;
	position: relative;
	padding-left: 20px;
}
.c2text span:after{
	content: "";
	display: block;
	width:3px;
	height:20px;
	background: #1677FF;
	position: absolute;
	top:8px;
	left:0;
}
.c2listall{
	display: none;
}
.conbutton{
	margin:30px 0;
	width:240px;
	position: relative;
	left:50%;
	transform: translate(-50%,0px);
}
.conbutton img{
	margin:0 auto;
}
@media(max-width:1000px){
	.c2{
		padding:30px 0 0; 
		background:none;
	}
	.c2 .stitle {
	    margin: 0 auto 30px;
	}
	.c2 .stitle span{
		color:#000;
	}
	.c2key1{
		width:calc(50% - 20px);
		margin: 0 10px;
	}
	.c2key2{
		width:calc(50% - 20px);
		margin: 0 10px;
	}
	.c2key1img{
		width:100%;
	}
	.c2key2img{
		width:100%;
	}
	.c2content{
		margin:20px 0;
	}
	.c2left img{
		width:100%;
	}
	.c2title{
		height:70px;
		box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), 0px 0px 10px 0px rgba(53,149,241,0.1);
		padding:0 0 0 30px;
	}
	.c2p1{
		line-height: 1;
		padding:25px 0px;
		font-size:16px;
		width:100%;
		width:calc(100% - 60px);
	}
	.c2p2{
		line-height: 1;
		padding:5px 0 10px;
		font-size:14px;
		width:100%;
	}
	.c2img{
		position: absolute;
		top:20px;
		right:-30px;

	}
	.c2img1, .c2img2, .c2img3{
		width:40px;
	}
	.c2con{
		padding:30px 20px;
	}
	.c2text{
		margin-bottom:10px;
		font-size:16px;
	}
	.c2p3{
		font-size:14px;
	}
}

/*ocad*/
.indexbanner{
	width:100%
}
.indexbanner img{
	display: block;
	width:100%
}



.pc2{
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position:top center;
	background-size:auto;
	padding:120px 0;
}
.pc2 .stitle{
	margin: 0 auto 60px;
}
.pc2 .stitle span{
	color: #fff;
}
.pc2content{
	position: relative;
}
.pc2content{
	width:100%;
	padding:30px 20px;
	background: #fff;
	box-shadow: 6px 6px 20px 0px rgba(53,149,241,0.15), -6px -6px 20px 0px rgba(53,149,241,0.15);
    border-radius: 20px 20px 20px 20px;
}
.pc2c{
	max-height:1240px;
	padding:50px 100px;
	overflow-x: auto;
}
.pc2content p{
	line-height:2;
}
.pc2p1{
	color:#fff;
	font-size:14px;
	line-height: 2;
	width:100%;
	max-width:1000px;
	margin:0 auto 30px;
}
.pro1{
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position:top center;
	background-size:auto;
	padding:120px 0;
}
.pro1 .stitle{
	margin: 0 auto 60px;
}
.pro1 .stitle span{
	color: #000;
}
.sfzp{
	text-align: center;
}
.sfzp img{
	margin:0 auto;
	display:block;
}
.sfp1{
	margin:30px 0;
	font-size:24px;
	font-weight:600;
	line-height: 2;
}
@media(max-width:1000px){
	.pc2{
		padding:30px 0 0;
	}
	.pc2 .stitle{
		margin: 0 auto 30px;
	}
	.pc2content{
		border-radius:0;
		box-sizing:border-box;
	}
	.pc2c{
		padding:30px 15px 30px 10px;
		max-height:500px;
	}
	.pc2c img{
		max-width:100%;
		height:auto!important;
	}
	.pro1{
		padding:30px 0;
	}
	.sfzp img{
		width:100%;
	}
	.pro1 .stitle{
		margin:0 auto 30px;
	}
}
.show_{
	padding:60px 0;
}
.show_title{
	text-align: center;
	padding:30px 0; 
	border-bottom: 1px dotted #e7e7e7;
}
.show_h3{
	font-size:40px;
	color:#333;
	font-weight:600;
}
.show_p1{
	margin-top:25px;
	font-size:14px;
	color:#666;
	display: block;
}
.show_content{
	max-width: 1000px;
	margin:60px auto;
}
.show_content p{
	line-height: 2;
	color:#666;
	font-size:14px;
	margin-bottom:10px;
	text-indent: 2em;
}
.show_content p img{
	display: block;
	margin:0 auto;
	max-width: 100%;
}
@media(max-width:1000px){
	.show_{
		padding:30px 20px;
	}
}
.ck{
	width:100%;
	text-align: center;
	margin: 0 auto 45px;
	font-size:18px;
	color: #4096FF;
}
.ckal{
	font-size: 28px;
	cursor: pointer;
	padding-bottom:5px;
	border-bottom: 2px solid #4096FF;
}
.p1 .stitle{
	margin: 0 auto 35px;
}
