*{
	padding:0;
	margin:0;
}

body{
	height:100%;
	width:100%;
}

.flowdown{
	opacity: 0;
    transition: all 0.5s ease-in;
    transform: translate(0px, 100px);
}

.flowdown.fchecked{
	opacity: 1;
	transform: translate(0, 0px);
}

/*.back{
	opacity: 0;
    transition: all 0.5s ease-in;
    transform: translate(0px, 100px);
}

.back.fchecked{
	opacity: 1;
	transform: translate(0, 0px);
}*/

.flowleft{
	opacity: 0;
    transition: all 0.5s ease-in;
    transform: translate(-100px, 0px);
}

.flowleft.fchecked{
	opacity: 1;
	transform: translate(0, 0px);
}

/*.MyNav{
	opacity: 0;
    transition: all 0.5s ease-in;
    transform: translate(-100px, 0px);
}

.MyNav.fchecked{
	opacity: 1;
	transform: translate(0, 0px);
}*/

.flowright{
	opacity: 0;
    transition: all 0.5s ease-in;
    transform: translate(100px, 0px);
}

.flowright.fchecked{
	opacity: 1;
	transform: translate(0, 0px);
}

/*.MyTitle{
	opacity: 0;
    transition: all 0.5s ease-in;
    transform: translate(100px, 0px);
}

.MyTitle.fchecked{
	opacity: 1;
	transform: translate(0, 0px);
}*/

@media screen and (min-width: 750px){

	.pc{
		display:block;
		width:1903px;
		margin:0 auto;
	}

	.app-phone-box{
		display: none;
	}

	.phone{
		display:none;
	}

	.wen-box{
		width:1903;
	}

	.wen-box .wen-back{
		background-image:url("../../images/wen1_02.jpg");
		width:1903px;
		height:40rem;
		background-repeat:no-repeat;
		background-size:100% 100%;
		margin:0 auto;
	}

	.wen-back span{
	    color: #ffffff;
		font-size: 52px;
	    font-weight: bold;
	    line-height: 1.1;
	    letter-spacing: 6px;
	}

	.wen-back a{
		border: 1px solid #fff;
	    border-radius:99px;
	    padding:5px 20px;
	    margin-right: 15px;
	    color:#fff;
	    text-decoration:none;
	    letter-spacing:2px;
        line-height: 5;
	}

	.wen-back .wen-title{
		width:50%;
		margin:0px auto;
		padding: 160px;
		margin-left:25rem;
	}

	.pro-box{
		width:100%;
		margin-top:8rem;
	}

	.pro-box .pro-littleBox{
		width:1200px;
		margin:0 auto;
		overflow:hidden;
	}

	.pro-littleBox .pro-img{
		width: 65%;
		float: left;
		margin-left:0;
	}

	.pro-littleBox .pro-contentBox{
		display:block;
	    width: 33.6%;
	    float: right;
	    margin-right:0;
        margin-top:0.6rem;
	}

	.pro-contentBox span{
	    display: block;
		font-weight:400;
	    font-size:1.2rem;
	    line-height:2.1;
	    font-family:'Raleway';
	    width: 28rem;
	    margin: 6rem auto;
	    text-indent: 2rem;
	}

	.video-box{
		margin-top:8rem;
		width: 100%;
	    text-align: center;
	    position: relative;
	    margin-bottom: 45px;
	}

	/*.video-back{
		background:url('<?php echo $videoImg['guid']; ?>');
		width: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 22vw;
		background-size: 100%;
		z-index: 1
	}*/

	.box{
		overflow: hidden;
	    width: 100%;
	    margin-top: 10rem;
	}

	.t-box{
		width:1200px;
		height:auto;
		margin:0 auto;
		text-align:center;
	}

	.t-box .title{
		width:100%;
		text-align:left;
		margin:0 auto;
		margin-bottom:6rem;
	}

	.title .title1{
		color:#fde100;
		font-size:2rem;
		text-transform: uppercase;
		display: block;
	}

	.title .title2{
		color:#3096d1;
		font-size:3rem;
	}

	.t-box .content-box{
		width:100%;
	}

	.t-box .content1{
		overflow: hidden;
	    width: 100%;
	    margin: 0 auto;
	    box-sizing: border-box;
	    display: block;
	}

	.content1 .content1-l{
		width:11%;
		float:left;
		margin-left:28rem;
	}

	.content1-l img{
		width:100%;
	}

	.content1 .content1-r{
		width:51%;
		float:right;
		margin-right:0;
		margin-top:0;
		text-align:left;
	}


	.content1-r .ch{
	    color: #3096d1;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1.6rem;
	}

	.content1-r .ch-title{
		color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    line-height: 1.5;
	    margin-top: 1rem;
	    font-size: 1rem;
	    display: block;
		width: 100%;
	}

	.t-box .content2{
		overflow:hidden;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
		display:block;
	}

	.content2 .content2-l{
		width:20%;
		float:left;
		margin-top:0;
		margin-left:14.6rem;
	}

	.content2-l img{
		width:100%;
	}

	.content2 .content2-r{
		width:58%;
		float:right;
		margin-top:5rem;
		text-align:left;
		margin-right:0;
	}

	.content2-r .ch{
	    color: #3096d1;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1.6rem;
	}

	.content2-r .ch-title{
		color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    line-height: 1.5;
	    margin-top: 1rem;
	    font-size: 1rem;
	    display: block;
		width: 100%;
	}

	.t-box .content3{
		overflow:hidden;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
		display:block;
	}

	.content3 .content3-l{
		width:25%;
		float:left;
		margin-left:0;
	}

	.content3-l img{
		width:100%;
	}

	.content3 .content3-r{
		width:70%;
		float:right;
		margin-top:9rem;
		text-align:left;
		margin-right:0;
	}

	.content3-r .ch{
	    color: #3096d1;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1.6rem;
	}

	.content3-r .ch-title{
		color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    line-height: 1.5;
	    margin-top: 1rem;
	    font-size: 1rem;
	    display: block;
		width: 100%;
	}

	.app-box{
		width:100%;
		margin-top:200px;
	}

	.app-box .app-back{
		background-image:url("../../images/wenbj.jpg");
		width:100%;
		height:45rem;
		background-repeat:no-repeat;
		background-size:100% 100%;
	}

	.app-box .app-title{
	    width: 1522px;
	    margin: 0 auto;
	    text-align: center;
	    padding-top: 50px;
	    font-size: 3rem;
	    font-weight: bold;
	    line-height: 1.8;
	    text-transform: uppercase;
	}

	.app-title span{
		font-size:3rem;
		font-weight:bold;
		line-height:1.8;
		text-transform: uppercase;
	}

	.app-box .app-theme{
		width: 1200px;
	    height: auto;
	    margin: 0 auto;
	}

	.app-theme .content1{
		width: 25%;
		float:left;
		margin-top:50px;
		text-align: center;
		font-size: 1rem;
    	text-transform: uppercase;
	}

	.content1 .img1{
		width:100%;
	}

	.content1 span{
		font-size:1rem;
		text-transform: uppercase;
	}

	.app-theme .content2{
		width: 25%;
		float:left;
		margin-left:147px;
		margin-top:50px;
		text-align: center;
		font-size: 1rem;
    	text-transform: uppercase;
	}

	.content2 .img2{
		width:100%;
	}

	.content2 span{
		font-size:1rem;
		text-transform: uppercase;
	}

	.app-theme .content3{
		width: 25%;
		float:left;
		margin-left:147px;
		margin-top:50px;
		text-align: center;
		font-size: 1rem;
    	text-transform: uppercase;
	}

	.content3 .img3{
		width:100%;
	}

	.content3 span{
		font-size:1rem;
		text-transform: uppercase;
	}

	.work-box{
		width:100%;
		margin-top:200px;
		text-align:center;
	}

	.work-phone-box{
		display:none;
	}
	
	.work-box .work-box2{
		width:1500px;
		margin:0 auto;
	}

	.work-box2 .title-box{
		width:100%;
		text-align:left;
	}

	.title-box .work-title{
	    color: #fde100;
	    font-size: 2rem;
	    text-transform: uppercase;
	    display:block;
	}

	.title-box .work-title2{
		color: #3096d1;
		font-size: 3rem;
	}

	.work-box .work-back{
		background-image:url("../../images/wen1_27.jpg");
		width:100%;
		height:35rem;
		background-repeat:no-repeat;
		background-size:100%;
		text-align:left;
		margin:0 auto;
	}

	.work-back .work1{
		display: block; 
		width:5%;
		height:auto;
		float:left;
		margin-top:2.3rem;
		margin-left:4.2rem;
		padding-left:0;
		box-sizing:border-box;
		font-size:1rem;
		font-weight:bold;
		padding-top:0;
	}

	.work-back .work2{
		display: block; 
		width:7%;
		height:auto;
		float:left;
		margin-top:2.5rem;
		margin-left:13rem;
		box-sizing:border-box;
		font-size:1rem;
		font-weight:bold;
		padding-top:0;
	}

	.work-back .work3{
		display: block; 
		width:7%;
		height:auto;
		float:left;
		margin-top:2.5rem;
		margin-left:11rem;
		box-sizing:border-box;
		font-size:1rem;
		font-weight:bold;
		padding-top:0;
	}

	.work-back .work4{
		display: block; 
		width:5%;
		height:auto;
		float:left;
		margin-top:2.5rem;
		margin-left:10rem;
		box-sizing:border-box;
		font-size:1rem;
		font-weight:bold;
		padding-top:0;
	}

	.work-back .work5{
		display: block; 
		width:5%;
		height:auto;
		float:left;
		margin-top:2.5rem;
		margin-left:12rem;
		box-sizing:border-box;
		font-size:1rem;
		font-weight:bold;
		padding-top:0;
	}

	.Re-case{
		width:100%;
	}

	.Re-case .case{
		width:418.66px;
		text-align:center;
		margin:0 auto;
		border:1px solid #2eaeff;
		padding:1rem;
	}

	.case .title1{
		color: #fde100;
	    font-size: 2rem;
	    text-transform: uppercase;
	    display: block;
	}

	.case .title2{
		color: #3096d1;
		font-size: 3rem;
	}

	.case-box1{
		width:100%;
		margin-top:8rem;
	}

	.case-box1 .case-back1{
		background-image: url(../../images/wen1_34.jpg);
		width: 100%;
		height:35rem;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.case-back1 .case-content1{
		width:40%;
		float:right;
		margin-top:10rem;
		text-align: right;
	 	margin-right:10rem;
	}

	.case-content1 .title1{
		color: #fde100;
	    font-size: 2rem;
	    text-transform: uppercase;
	    display:block;
	}

	.case-content1 .title2{
		color: #3096d1;
		font-size: 2rem;
		display:block;
	}

	.case-content1 .title3{
		font-size:3rem;
		color:#fff;
		font-weight:500;
		display:block;
		margin-top: 2rem;
	}

	.case-content1 .title4{
		font-size:1.6rem;
		color:#fff;
		font-weight:500;
	}

	.case-show1{
		width:100%;
		margin-top:8rem;
	}

	.case-show1 .show-box{
		width:1332px;
		margin:0 auto;
	}

	.show-box .show1{
		width:100%;
		margin:0 auto;
	}

	.show1 .show1-l{
		width:31%;
		float:left;
		line-height: 3;
	    margin-left: 14rem;
	    margin-top: 6rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

	/*.show1-l p{
		width: 60%;
	    line-height:3;
	    margin-left:14rem;
	    margin-top: 6rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}*/

	.show1 .show1-r{
		width:50%;
		float:right;
	}

	.show1-r img{
		width:100%;
	}

	.show-box .show2{
		overflow:hidden;
		width:100%;
		margin:0 auto;
	}

	.show2 .show2-l{
		width:39.82%;
		float:right;
		font-size: 1rem;
	    line-height: 3;
	    margin-left: 0;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    margin-right: 5rem;
	}

	/*.show2-l p{
		width: 60%;
		font-size: 1rem;
	    line-height: 3;
	    margin-left:3rem;
	    margin-top:1rem;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	}*/

	.show2 .show2-r{
		width:50%;
		float:left;
	}

	.show2-r img{
		width:100%;
	}

	.story{
		width:100%;
		margin-top:10rem;
	}

	.story .story-box{
		width:951px;
		margin:0 auto;
		position:relative;
	}

	.phone-story{
		display:none;
	}

	.story-box .story-back{
		width:100%;
		height:17rem;
		background:url(../../images/wen1_44.jpg);
		background-repeat:no-repeat;
		background-size:100% 100%;
	}

	.story-back .story-title1{
		width:24%;
		display:block;
    	padding-top:9rem;
	    padding-left:1.5rem;
	    font-size:1rem;
	    text-align: center;
	}

	.story-back .story-title2{
	    position: absolute;
	    bottom: 10rem;
	    left: 18rem;
	    width: 17%;
		display: block;
		font-size:1rem;
		text-align: center;
	}

	.story-back .story-title3{
	    position: absolute;
	    bottom:3rem;
		left:31rem;
	    width: 19%;
		display: block;
		font-size:1rem;
		text-align: center;
	}

	.story-back .story-title4{
	    position: absolute;
	    bottom:9.5rem;
		left:44rem;
	    width:22%;
		display: block;
		font-size:1rem;
		text-align: center;
	}

	.case-box2{
		width:100%;
		margin-top:10rem;
	}

	.case-box2 .case-back2{
		background-image: url(../../images/wen1_47.jpg);
		width: 100%;
		height:34rem;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.case-back2 .case-content2{
		width:40%;
		float:left;
		margin-top:10rem;
		text-align: left;
	 	margin-left:15rem;
	 	margin-right:0;
	}

	.case-content2 .title1{
		color: #fde100;
	    font-size: 2rem;
	    text-transform: uppercase;
	    display:block;
	}

	.case-content2 .title2{
		color: #3096d1;
		font-size: 2rem;
	}

	.case-content2 .title3{
		font-size:3rem;
		color:#fff;
		font-weight:500;
		display: block;
    	margin-top: 3rem;
	}

	.case-content2 .title4{
		font-size:1.6rem;
		color:#fff;
		font-weight:500;
	}

	.case2-show2{
		width:100%;
		margin-top:4rem;
		overflow:hidden;
	}

	.case2-show2 .show2-box{
		width:1484.33px;
		margin:0 auto;
		overflow:hidden;
	}

	.show2-box .show3{
		width:100%;
	}

	.show3 .show3-l{
		width:60%;
		float:left;
		position:relative;
		left:1rem;
		top:5rem;
		z-index:99;
	}

	.show3-l img{
		width:100%;
	}

	.show3 .show3-r{
		width:40%;
		float:left;

	}

	.show3-r .content4{
		padding:10rem 9rem 7rem 8rem;
		width:100%;
		border: 0.2rem solid #fde42b;
	    margin-left:-5rem;
	    margin-top: 3rem;
	    letter-spacing: 0.1rem;
	    font-size: 1rem;
	    line-height: 2;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	}

	.content4 span{
		color: #3096d1;
		font-size: 2rem;
	}

	.content4 p{
		margin-top:0rem;
	    letter-spacing: 0.1rem;
	    font-size: 1rem;
	    line-height: 2;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	}

	.case-show3{
		overflow:hidden;
		width:100%;
	}

	.phone-show{
		display:none;
	}

	.case-show3 .show3-box{
		background:url(../../images/wen1_53.jpg);
		width:100%;
		height:52rem;
		background-repeat:no-repeat;
		background-size:100% 100%;
		margin-top: 10rem;
	}

	.show3-box .show3-content{
		width:20%;
		position:relative;
		left:32rem;
		top:5rem;
	}

	.show3-content .PCshow-title1{
		font-size: 2rem;
	    color: #3096d1;
	    font-weight: 300;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    display:block;
	}

	.show3-content .PCshow-title2{
		font-size: 2rem;
	    color: #3096d1;
	    font-weight: 300;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	}

	.show3-content .PCshow-title3{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-family: 'Raleway';
	    line-height: 2;
	    font-weight: 400;
	    display: block;
    	margin-top: 3rem;
	}

	.show3-content .PCshow-title4{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    line-height: 2;
	    display: block;
    	margin-top: 2rem;
	}

	.show3-content .PCshow-title5{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    line-height: 2;
	    display: block;
    	margin-top: 2rem;
	}

	.show3-content .PCshow-title6{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    line-height: 2;
	    display: block;
    	margin-top: 2rem;
	}

	.al-title{
		width:100%;
		margin-top:10rem;
	}

	.al-title span{
		color:#fff;
		background:#fde100;
		font-size:1.5rem;
		margin-left:55rem;
		padding:0.2rem 0.9rem;
	}

	.test-box{
		width:100%;
		margin-top:3rem;
	}

	.phone-box{
		display:none;
	}

	.test-box .business_case_box{
	    width: 1332.09px;
	    height: 252px;
	    background-color: #e1e0df;
	    padding:2rem 1rem;
	    margin: 0 auto;
	    box-sizing: border-box;
	}

	.business_case_box #buss{
		width: 100%;
		height: 100%;
	}

	.swiper-container {
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    overflow: hidden;
	    list-style: none;
	    padding: 0;
	    z-index: 1;
	}

	.business_case_link{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration:none;
	}

	/*.al-back{
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background:url(../images/al1.jpg);
	    background-size:100% 100%;
	}*/

	.al-back .business_case_ltitle{
		position: absolute;
		bottom: 0px;
		left: 0px;
		color: #fff;
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
		opacity: 0;
		transition: all .5s ease-in;
	}

	.al-back span{
		display:block;
		width:70%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:4rem;
		font-size: 1.2rem;
	}

	.al-back2{
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background:url(../../../../uploads/2021/03/202103236-520x293.jpg);
	    background-size:100% 100%;
	}

	.al-back2 .business_case_ltitle{
		position: absolute;
		bottom: 0px;
		left: 0px;
		color: #fff;
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
		opacity: 0;
		transition: all .5s ease-in;
	}

	.al-back2 span{
		display:block;
		width:70%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:5rem;
		font-size: 1rem;
	}

	.al-back3{
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background:url(../../images/al3.jpg);
	    background-size:100% 100%;
	}

	.al-back3 .business_case_ltitle{
		position: absolute;
		bottom: 0px;
		left: 0px;
		color: #fff;
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
		opacity: 0;
		transition: all .5s ease-in;
	}

	.al-back3 span{
		display:block;
		width:70%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:5rem;
		font-size:1rem;
	}

	.wen-foot{
		width:100%;
		margin-top:0;
		overflow:hidden;
	}

	.wen-foot .wen-foot-box{
		width:60%;
		margin:0 auto;
	}

	.wen-foot-box .wen-foot-title{
		width: 100%;
	    float: left;
	    display: inline;
	    font-weight: bold;
	    color: #4d4d4d;
	    line-height: 30px;
	    font-size: 16px;
	    padding-top: 0;
	    border-top: unset;
	    margin-bottom: 2rem;
	}

	.wen-foot-title span{
		color: #ff6600;
	}

	.wen-foot-title a{
		text-decoration:none;
	}

	.wen-foot-title b{
		color: #ff6600;
	}
} 

@media screen and (max-width: 750px){

	.pc{
		display:none;
	}

	.phone{
		display:block;
	}

	.wen-box{
		width:100%;
		background:#eee;
		margin-top: -2rem;
	}

	.wen-box .wen-back{
		background-image:url("../../images/wen1_02.jpg");
		width:100%;
		height:16rem;
		background-repeat:no-repeat;
		background-size:100% 100%;
	}

	.wen-back span{
	    color: #ffffff;
		font-size:2rem;
	    font-weight: bold;
	    line-height: 0;
	    letter-spacing:2px;
	    margin-top:2rem;
	}

	.wen-back a{

        display: block;
        color:#fff;
	    margin-right: 8px;
	    padding: 2px 10px;
	    border: 1px solid;
	    border-radius: 99px;
	    font-size: 16px;
	    line-height: 1.625;
	    /* -webkit-transition: all .3s; */
	    transition: all .3s;
	    text-decoration: none;
	    /* color: inherit; */
	    margin-bottom: 15px;
	}

	.wen-back .wen-title{
		padding: 15px 15px;
    	width: 100%;
	}

	.pro-box{
		width:100%;
		margin-top:3rem;
	}

	.pro-box .pro-littleBox{
		width:80%;
		margin:0 auto;
		overflow:hidden;
	}

	.pro-littleBox .pro-img{
		width: 100%;
		float: left;
	}

	.pro-littleBox .pro-contentBox{
		display: block;
	    width: 100%;
	    float: left;
	    margin-right: 12%;
	    margin-top: 4%;
	}

	.pro-contentBox span{
		font-weight: 400;
	    font-size: 1rem;
	    line-height: 1.8;
	    font-family: 'Raleway';
	    display: block;
	    width: 100%;
	    margin: 0;
	    text-indent: 2rem;
	    color:#333;
	}

	.video-box{
		margin-top:4rem;
		width: 100%;
	    text-align: center;
	    position: relative;
	    margin-bottom: 45px;
	}

	.video-back{
		background:url('../../images/wen1_09.jpg');
		width: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		height:9rem;
		background-size: 100%;
		z-index: 1
	}

	.box{
		width: 100%;
	    overflow: hidden;
	    margin-top: 3rem;
	}

	.t-box{
		width:80%;
		height:auto;
		margin:0 auto;
		text-align:center;
	}

	.t-box .content-box{
		width:95%;
		margin:3rem auto;
	}

	.t-box .title{
		width:100%;
		text-align:left;
		margin:0 auto;
		margin-bottom:5vw;
		margin-left:0;
	}

	.title .title1{
		color:#fde100;
		font-size:1rem;
		text-transform:uppercase;
		display: block;
	}

	.title .title2{
		color:#3096d1;
		font-size:1.9rem;
	}

	.t-box .content1{
		width:100%;
		box-sizing:border-box;
		display:block
	}

	.content1 .content1-l{
		width: 100%;
	    float: left;
	    margin-left:0rem;
	    margin:0 auto;
	}

	.content1-l img{
		width:45%;
	}

	.content1 .content1-r{
		width: 100%;
	    float: left;
	    margin-right: 0;
	    margin-top:1rem;
	    text-align:left;
	}

	.content1-r .ch{
	    color: #3096d1;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1.4rem;
	}

	.content1-r .ch-title{
		color: #333;
	    font-weight: unset;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    line-height: 1.5;
	    margin-top: 1rem;
	    font-size: 1rem;
	    display: block;
	    width: 100%;
	}

	.t-box .content2{
		overflow:hidden;
		width:100%;
		margin:1rem auto;
		box-sizing:border-box;
		display:block;
	}

	.content2 .content2-l{
		width: 50%;
	    float: left;
	    margin-top: 40px;
	    margin-left:4.5rem;
	}

	.content2-l img{
		width:87%;
	}

	.content2 .content2-r{
		width: 100%;
	    float: left;
	    margin-top:1rem;
	    text-align: left;
	    margin-right:0;
	}

	.content2-r .ch{
	    color: #3096d1;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-weight: 400;
	    font-size: 1.4rem;
	}

	.content2-r .ch-title{
		color: #333;
	    font-weight: unset;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    line-height: 1.5;
	    margin-top: 1rem;
	    font-size: 1rem;
	    display: block;
	    width: 100%;
	}

	.t-box .content3{
		overflow:hidden;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
		display:block;
	}

	.content3 .content3-l{
		width: 50%;
	    float: left;
	    margin-left:5.2rem;
	    background:unset;
	    margin-top:1rem;
	}

	.content3-l img{
		width:85%;
	}

	.content3 .content3-r{
	    width: 100%;
		float: left;
		margin-top:1rem;
		text-align: left;
		margin-right: 0;
	}

	.content3-r .ch{
	    color: #3096d1;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-weight: 400;
	    font-size: 1.4rem;
	}

	.content3-r .ch-title{
		color: #333;
	    font-weight: unset;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    line-height: 1.5;
	    margin-top: 1rem;
	    font-size: 1rem;
	    display: block;
	    width: 100%;
	}

	.app-box{
		width:100%;
		margin-top: 3rem;
		display: none;
	}
	
	.app-phone-box{
		display: block;
		width:100%;
		margin-top:2rem;
	}

	.app-phone-box .app-phone-back{
	    width: 100%;
	    height: 49rem;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background: #fde100;
	}

	.app-phone-back .app-phone-title{
		width: 50%;
	    margin: 0 auto;
	    text-align: center;
	    padding-top: 50px;
	    font-size: 1.9rem;
	    font-weight: unset;
	    line-height: 1.8;
	    text-transform: uppercase;
	}

	.app-phone-back .app-phone-theme{
		width:100%;
		margin-top:3rem;
	}

	.app-phone-theme .div-center{
		width:40%;
		margin:0 auto;
		text-align: center;
	}

	.div-center .phone-img1{
		width:100%;
	}

	.div-center span{
		font-size: 1rem;
		text-transform: uppercase;
	}

	.app-phone-theme .div-down{
		width:100%;
		margin-top:2rem;
		text-align: center;
	}

	.div-down .phone-content2{
		width:40%;
		float:left;
		margin-left:1rem;
	}

	.phone-content2 span{
		font-size: 1rem;
		text-transform: uppercase;
	}

	.phone-content2 .phone-img2{
		width:100%;
	}

	.div-down .phone-content3{
		width:40%;
		float:right;
		margin-right:1rem;
	}

	.phone-content3 span{
		font-size: 1rem;
		text-transform: uppercase;
	}

	.phone-content3 .phone-img3{
		width:100%;
	}

	.app-box .app-back{
		background-image: unset;
	    width: 100%;
	    height:103rem;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background: #fde100;
	}

	.app-box .app-title{
	    width: 50%;
	    margin: 0 auto;
	    text-align: center;
	    padding-top: 50px;
	    font-size: 1.9rem;
	    font-weight: bold;
	    line-height: 1.8;
	    text-transform: uppercase;
	}

	.app-title span{
		font-size:2rem;
		font-weight:unset;
		line-height:1.8;
		text-transform: uppercase;
	}

	.app-box .app-theme{
		width: 62%;
	    height: auto;
	    margin: 0 auto;
	}

	.app-theme .content1{
		width: 100%;
	    float: none;
	    margin-top: 50px;
	    text-align: center;
	}

	.content1 span{
		font-size: 1rem;
		text-transform:uppercase;
	}

	.app-theme .content2{
	    width: 100%;
	    float: none;
	    margin-left: 0;
	    margin-top: 50px;
	    text-align: center;
	}

	.content2 span{
		font-size: 1rem;
		text-transform:uppercase;
	}

	.app-theme .content3{
		width: 100%;
	    float: none;
	    margin-left: 0;
	    margin-top: 50px;
	    text-align: center;
	}

	.content3 span{
		font-size: 1rem;
		text-transform:uppercase;
	}

	.work-box{
		width:100%;
		margin-top: 10vh;
		text-align:center;
		display:none;
	}

	.work-phone-box{
		display:block;
		width:100%;
		margin-top:3rem;
	}

	.work-phone-box .work-phone-box2{
		width:80%;
		margin:0 auto;
	}
	
	.work-phone-box2 .phone-title{
		color: #fde100;
		margin-left:1rem; 
	    font-size: 1.2rem;
	    text-transform: uppercase;
	}

	.phone-title .work-phone-title2{
		color: #3096d1;
		font-size:1.9rem;
	}

	.work-phone-box2 .work-phone-bj{
		width:100%;
		margin-top:3rem;
	}

	.work-phone-bj .bj1{
		background:url(../../images/wen-phone-nj1.jpg);
		width:75%;
		height:10rem;
		background-size:100% 100%;
		margin-top: 1rem;
		margin-left:0;
	}

	.bj1 .work-phone1{
		display: block;
	    width: 33%;
	    height: auto;
	    float: left;
	    margin-top: -1rem;
	    margin-left: 1.2rem;
	    padding-left: 0;
	    box-sizing: border-box;
	    font-size: 1rem;
	    font-weight: unset;
	    padding-top: 0;
	}

	.bj1 .work-phone2{
		display: block;
	    width: 43%;
	    height: auto;
	    float: left;
	    margin-top:-18px;
	    margin-left:25px;
	    padding-left: 0;
	    box-sizing: border-box;
	    font-size: 0.95rem;
	    font-weight: unset;
	    padding-top: 0;
	}

	.work-phone-bj .bj2{
		background:url(../../images/wen-phone-nj2.jpg);
		width:100%;
		height:10rem;
		background-size:100% 100%;
		margin: 2rem auto;
		margin-left:1.2rem;
	}

	.bj2 .work-phone3{
		display: block;
	    width: 32%;
	    height: auto;
	    float: left;
	    margin-top: -1rem;
	    margin-left: 0;
	    padding-left: 0;
	    box-sizing: border-box;
	    font-size: 0.9rem;
	    font-weight: unset;
	    padding-top: 0;
	}

	.bj2 .work-phone4{
		display: block;
	    width: 20%;
	    height: auto;
	    float: left;
	    margin-top: -1rem;
	    margin-left: -0.5rem;
	    padding-left: 0;
	    box-sizing: border-box;
	    font-size: 0.9rem;
	    font-weight: unset;
	    padding-top: 0;
	}

	.bj2 .work-phone5{
		display: block;
	    width: 23%;
	    height: auto;
	    float: left;
	    margin-top: -1rem;
	    margin-left: 2.6rem;
	    padding-left: 0;
	    box-sizing: border-box;
	    font-size: 0.9rem;
	    font-weight: unset;
	    padding-top: 0;
	}

	.work-phone-box2 .ide{
		width:100%;
		height:auto;
		margin:0 auto;
	}

	.ide img{
		width:100%;
		height:auto;
	}

	.Re-case{
		width:100%;
		margin-top:1rem;
	}

	.Re-case .case{
		width: 70%;
	    text-align: center;
	    margin: 0 auto;
	    border: 0.1rem solid #2eaeff;
	    padding: 1rem 3rem;
	}

	.case .title1{
	    color: #fde100;
	    font-size: 1.2rem;
	    text-transform: uppercase;
	    display: block;
	}

	.case .title2{
		color: #3096d1;
		font-size:1.9rem;
	}

	.case-box1{
		width:100%;
		margin-top:5vh;
	}

	.case-box1 .case-back1{
		background-image:url("../../images/wen1_34.jpg");
		width:100%;
		height:14rem;
		background-repeat:no-repeat;
		background-size:100% 100%;
	}

	.case-back1 .case-content1{
		width:100%;
		float:right;
		margin-top:4rem;
		text-align: right;
	 	margin-right: 15vw;
	}

	.case-content1 .title1{
		color: #fde100;
	    font-size: 1.2rem;
	    font-weight: unset;
	    text-transform: uppercase;
	    display: block;
	}

	.case-content1 .title2{
		color: #3096d1;
	    font-size: 1.9rem;
	    font-weight: unset;
	}

	.case-content1 .title3{
		font-size:1.2rem;
		color:#fff;
		font-weight:unset;
	    display: block;
    	margin-top: 2rem;
	}

	.case-content1 .title4{
		font-size:1.2rem;
		color:#fff;
		font-weight:unset;
	}

	.case-show1{
		width:100%;
		margin-top:0;
	}

	.case-show1 .show-box{
		width:80%;
		margin:0 auto;
	}

	.show-box .show1{
		width:100%;
		margin:0 auto;
	}

	.show1 .show1-l{
		width: 100%;
		float: none;
		font-size: 1rem;
	    line-height: 2;
	    margin-left: 0;
	    margin-top: 5vh;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    letter-spacing: 0.5rem;
	}

	/*.show1-l p{
		width: 100%;
		font-size: 1rem;
	    line-height: 1.5;
	    margin-left: 0;
	    margin-top: 5vh;
	    color: #000;
	    font-weight:300;
	    font-family: 'Raleway';
	    letter-spacing:0.5rem;
	}*/

	.show1 .show1-r{
		width: 100%;
		float: none;
		margin-top:2vh;
	}

	.show1-r img{
		width:100%;
	}

	.show-box .show2{
		overflow:hidden;
		width:100%;
		margin:2vh auto;
	}

	.show2 .show2-l{
		width: 100%;
		float: none;
		font-size: 1rem;
	    line-height: 2;
	    margin-left: 0;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    margin-right: 5rem;
	}

	.show2-l p{
		width: 100%;
		font-size: 1rem;
	    line-height: 1.5;
	    margin-left: 0;
	    margin-top: 0;
	    color: #000;
	    font-weight:300;
	    font-family: 'Raleway';
	    letter-spacing:0.5rem;
	}

	.show2 .show2-r{
		width: 100%;
		float: none;
		margin-top:2vh;
	}

	.show2-r img{
		width:100%;
	}

	.story{
		width:100%;
		margin-top:10vh;
		display:none
	}

	.phone-story{
		display:block;
		width:100%;
		margin-top:3rem;
	}

	.phone-story .phone-story-box{
		width:100%;
		margin:0 auto;
	}

	.phone-story-box .phone-story-back{
		width:100%;
		height:8rem;
		background:url(../../images/wen1_44.jpg);
		background-repeat:no-repeat;
		background-size:100% 100%;
	}

	.phone-story-back .phone-story-title1{
		display:block;
		position: relative;
	    top:4.3rem;
	    width: 25%;
	    text-align: center;
	    font-size:1rem;
	}

	.phone-story-back .phone-story-title2{
		display:block;
		position: relative;
	    top:1rem;
	    left:8.4rem;
	    text-align: center;
	    width:22%;
	    font-size:1rem;
	}

	.phone-story-back .phone-story-title3{
		display:block;
		position: relative;
	    top:3rem;
	    left: 49vw;
	    text-align: center;
	    width:24%;
	    font-size:1rem;
	}

	.phone-story-back .phone-story-title4{
		display:block;
		position: relative;
	    top:-1.5rem;
	    left: 73vw;
	    text-align: center;
	    width:24%;
	    font-size:1rem;	
	}

	.case-box2{
		width:100%;
		margin-top:5vh;
	}

	.case-box2 .case-back2{
		background-image:url("../../images/wen1_47.jpg");
		width:100%;
		height:30vh;
		background-repeat:no-repeat;
		background-size:100% 100%;
	}

	.case-back2 .case-content2{
	    width: 80%;
	    float: left;
	    margin-top:3rem;
	    text-align: left;
	    margin-right: 0;
	    margin-left:2rem;
	}

	.case-content2 .title1{
		color: #fde100;
	    font-size: 1.2rem;
	    font-weight:unset;
	    text-transform:uppercase;
	    display: block;
	}

	.case-content2 .title2{
		color: #3096d1;
	    font-size:1.9rem;
	    font-weight:unset;
	}

	.case-content2 .title3{
		font-size: 1.2rem;
	    color: #fff;
	    font-weight:unset;
	    display: block;
    	margin-top: 2rem;
	}

	.case-content2 .title4{
		font-size:1.2rem;
	    color: #fff;
	    font-weight:unset;
	}

	.case-show2{
		width:100%;
		margin-top:2rem;
	}

	.case-show2 .show2-box{
		width:80%;
		margin:0 auto;
	}

	.show2-box .show3{
		width:100%;
		overflow: hidden;
    	margin-top: 3rem;
	}

	.show3 .show3-l{
		width:100%;
		float:left;
		position:relative;
		left:0;
		top:0;
	}

	.show3-l img{
		width:100%;
	}

	.show3 .show3-r{
		width:100%;
		float:left;

	}

	.show3-r .content4{
		padding: 0;
	    width: 88%;
	    border:unset;
	    margin-left: 0;
	    margin: 1rem auto;
	    letter-spacing: 0.1rem;
	    font-size: 1rem;
	    line-height: 2;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	}

	.content4 span{
		font-size:1.9rem;
		color: #3096d1;
	    font-weight:unset;
	    letter-spacing:0;
	    font-family: 'Raleway';
	}

	.content4 p{
		margin-top:0;
	    letter-spacing: 0.2rem;
	    font-size:1rem;
	    color:#333;
	    font-weight:300;
	    font-family: 'Raleway';
	    line-height: 1.5;
	}

	.case-show3{
		overflow:hidden;
		width:100%;
		display:none;
	}

	.phone-show{
		display:block;
		width:100%;
		margin-top:0;
	}

	.phone-show .phone-box{
		width:80%;
		margin:0 auto;
	}

	.phone-box .phone-content-box{
		width:100%;
		height:100%;
		margin:0 auto;
	}

	.phone-content-box .phone-l{
		width:100%;
		height:auto;
		float:left;
	}

	.phone-l img{
		width:100%;
		height:auto;
	}

	.phone-content-box .phone-r{
		width:100%;
		height:auto;
		float:left;
	}

	.phone-r .phone-content{
		width: 90%;
		margin: 1rem auto;
	}

	.phone-content .show-title1{
		font-size:1.9rem;
	    color: #3096d1;
	    font-weight:unset;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	}

	.phone-content .show-title2{
		font-size:1.9rem;
	    color: #3096d1;
	    font-weight:unset;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	}

	.phone-content .show-title3{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-weight: 300;
	    font-family: 'Raleway';
	    line-height: 1.5;
	}

	.phone-content .show-title4{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-weight: 300;
	    font-family: 'Raleway';
	    line-height: 1.5;
	}

	.phone-content .show-title5{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-weight: 300;
	    font-family: 'Raleway';
	    line-height: 1.5;
	}

	.phone-content .show-title6{
		letter-spacing: 0.2rem;
	    font-size: 1rem;
	    color: #333;
	    font-weight: 300;
	    font-family: 'Raleway';
	    line-height: 1.5;
	}

	.al-title{
		width:100%;
		margin-top:4rem;
	}

	.al-title span{
		color:#fff;
		background:#fde100;
		font-size:1.5rem;
		margin-left:8rem;
		padding:0.2rem 0.9rem;
	}

	.test-box{
		width:100%;
		margin-top:3rem;
		display:none;
	}

	.phone-box{
		display:block;
		width:100%;
		margin-top:2rem;
	}

	.phone-box .phone-box2{
		width: 80%;
	    height: 252px;
	    background-color: #e1e0df;
	    padding:2rem 1rem;
	    margin: 0 auto;
	    box-sizing: border-box;
	}

	.al-back span{
		display:block;
		width:70%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:5rem;
		font-size: 1rem;
	}

	.phone-box2 #buss2{
		width: 100%;
		height: 100%;
	}

	.swiper-container {
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    overflow: hidden;
	    list-style: none;
	    padding: 0;
	    z-index: 1;
	}

	.phone-box2 .phone-link{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration:none;
	}

	.phone-link .phone-back1{
		width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background:url(../../images/al1.jpg);
	    background-size:100% 100%;
	}

	.phone-link .phone-back2{
		width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background:url(../../../../uploads/2021/03/202103236-520x293.jpg);
	    background-size:100% 100%;
	}

	.phone-link .phone-back3{
		width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background:url(../../images/al3.jpg);
	    background-size:100% 100%;
	}

	.phone-back1 span{
		display:block;
		width:70%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:4rem;
		font-size: 1.1rem;
	}

	.phone-back2 span{
		display:block;
		width:70%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:4rem;
		font-size: 1.1rem;
	}

	.phone-back3 span{
		display:block;
		width:70%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:4rem;
		font-size:1.1rem;
	}

	.wen-foot{
		width:100%;
		margin-top:2rem;
		overflow:hidden;
	}

	.wen-foot .wen-foot-box{
		width:88%;
		margin:0 auto;
		overflow:hidden;
	}

	.wen-foot-box .wen-foot-title{
		width: 100%;
		float: left;
		display: inline;
		font-weight:bold;
		color: #4d4d4d; 
		line-height: 30px; 
		font-size: 16px;
		padding-top: 0;
		border-top:unset;
		margin-bottom:2rem;
	}

	.wen-foot-title span{
		color: #ff6600;
	}

	.wen-foot-title a{
		text-decoration:none;
	}

	.wen-foot-title b{
		color: #ff6600;
	}
}