*{
	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);
}

@media screen and (min-width: 750px){
	.pc{
		display:block;
		width:1903px;
		margin:0 auto;
	}

	.wen-box{
		width:1903px;
		margin:0 auto;
	}

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

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

	.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: 115px;
		margin-left:28rem;
	}

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

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

	.pro-littleBox .pro-img{
		width: 60%;
		float: left;
		margin-left:0;
		margin-top:3rem;
	}

	.pro-img img{
		width:85%;
		height:100%;
	}

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

	.pro-contentBox span{
	    display: block;
		font-weight:400;
	    font-size:1.2rem;
	    line-height:2.1;
	    font-family:'Raleway';
	    width:30rem;
	    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('../../new-images/new4.png');
		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:63.1%;
		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:9.5rem;
		display: block;
	}

	.app-box .app-div1{
		width: 75%;
	    margin: 0 auto;
	    font-size: 1rem;
	    text-transform: uppercase;
	}

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

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

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

	.app-box .app-title{
	    width: 20%;
	    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: 62%;
	    height: auto;
	    margin: 0 auto;
	}

	.app-theme .content1{
		width: 15%;
		float:left;
		margin-top:50px;
		text-align: center;
		margin-left:2rem;
	}

	.content1 .img1{
		width:100%;
	}

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

	.app-theme .content2{
		width: 15%;
		float:left;
		margin-left:8rem;
		margin-top:50px;
		text-align: center;
		font-weight:1rem;
	}

	.content2 .img2{
		width:100%;
	}

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

	.app-theme .content3{
		font-weight:1rem;
		width: 15%;
		float:left;
		margin-left:9rem;
		margin-top:46px;
		text-align: center;
	}

	.content3 .img3{
		width:100%;
	}

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

	.app-theme .content4{
		font-weight:1rem;
		width: 15%;
		float:left;
		margin-left:10rem;
		margin-top:46px;
		text-align: center;
	}

	.content4 .img4{
		width:100%;
	}

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

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

	.work-phone-box{
		display:none;
	}
	
	.work-box .work-box2{
		width:80%;
		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/new-images/new13.jpg");
		width:100%;
		height:35rem;
		background-repeat:no-repeat;
		background-size:100%;
		text-align:left;
		margin:2rem auto;
	}

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

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

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

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

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

	.Re-case{
		width:100%;
	}

	.Re-case .case{
		width:22%;
		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/new-images/new14.jpg);
		width: 100%;
		height:35rem;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.case-back1 .case-content1{
		width:40%;
		float:right;
		margin-top:8rem;
		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: 3rem;
	}

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

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

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

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

	.show1 .show1-l{
		width:47%;
		float:left;
	}

	.show1-l .div1{
		color: #3096d1;
	    font-size: 2rem;
	    margin-left: 26rem;
	    display: block;
	}

	.show1-l .div2{
		line-height: 2;
	    margin-left: 13.5rem;
	    margin-top: 1rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show1-l p{
		width: 60%;
	    line-height: 2;
	    margin-left: 13.5rem;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

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

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

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

	.show2 .show2-l{
		width:47%;
		float:right;
		margin-top:4rem;
	}

	.show2-l .div3{
		color: #3096d1;
	    font-size: 2rem;
	    display: block;
	}

	.show2-l .div4{
		line-height: 2;
	    margin-left: 0rem;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show2-l p{
		width: 60%;
	    line-height: 2;
	    margin-left:1.8rem;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show2 .show2-r{
		width:50%;
		float:left;
		margin-top:4rem;
	}

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

	.show-box .show3{
		width:100%;
		margin:5rem auto;
	}

	.show3 .show3-l{
		width:50%;
		float:left;
		margin-top:0;
	}

	.show3-l .span1{
		color: #3096d1;
	    font-size: 2rem;
	    margin-left: 30rem;
	    display: block;
	}

	.show3-l .span2{
		display: block;
		width: 60%;
	    line-height: 2;
	    margin-left:13.5rem;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show3-l .span3{
		display: block;
		width: 60%;
	    line-height: 2;
	    margin-left:13.5rem;
	    margin-top: 3rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

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

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

	.story .story-box{
		width:50%;
		margin:0 auto;
		position:relative;
	}

	.phone-story{
		display:none;
	}

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

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

	.case-box2 .case-back2{
		background-image: url(../../images/new-images/new19.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: 4rem;
	}

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

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

	.case2-show .show-box2{
		width:63.1%;
		margin:0 auto;
	}

	.show-box2 .case{
		width:100%;
	}

	.case .case-l{
		width:54%;
		float:left;
		position:relative;
		left:6rem;
		top:8rem;
		z-index:99;
	}

	.case-l img{
		width:80%;
	}

	.case .case-r{
		width:46%;
		float:left;

	}

	.case-r .case-content{
		padding:8em 6rem 5rem 10rem;
	    width: 100%;
	    border: 0.2rem solid #fde42b;
	    margin-left: -10rem;
	    margin-top: 4rem;
	    letter-spacing: 0.1rem;
	    font-size: 1rem;
	    line-height: 2;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	}

	.case-content p{
		padding-top: 3rem;
	    letter-spacing: 0.1rem;
	    font-size: 1rem;
	    line-height: 2;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	}

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

	.case2-box .case2{
		width:50%;
		margin:10rem auto;
	}

	.case2 .case2-l{
		width: 60%;
		float: left;
	}

	.case2-l .case2-content{
		padding:6rem 10rem 6rem 3rem;
		width:100%;
		background:#eaf4fa;
	}

	.case2-content .span1{
		color: #3096d1;
	    font-size: 2rem;
	    display: block;
	}

	.case2-content .span2{
		color: #3096d1;
	    font-size: 2rem;
	    display: block;
	    text-transform:uppercase;
	}

	.case2-content .span3{
	    font-size: 1rem;
	    display: block;
	    line-height: 2.2;
	    margin-top: 2rem;
	}

	.case2-content .span4{
	    font-size: 1rem;
	    display: block;
	    line-height: 2.2;
	    margin-top: 2rem;
	}

	.case2 .case2-r{
	    width: 10%;
	    float: right;
	    margin-top: 7rem;
	    margin-right:0;
	    position:relative;
	    right:25rem;
	}

	.case2-r img{
		width:36rem;
	}

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

	.case-box3 .case-back3{
		background-image: url(../../images/new-images/new22.jpg);
		width: 100%;
		height:35rem;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.case-back3 .case-content3{
		width:40%;
		float:right;
		margin-top:12rem;
		text-align: right;
	 	margin-right:10rem;
	}

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

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

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

	.case-content3 .title4{
		font-size:1.6rem;
		color:#fff;
		font-weight:500;
		text-transform:uppercase;
	}

	.case3-show{
		width:100%;
		margin-top:8rem;
		overflow:hidden;
	}

	.case3-show .show-box3{
		width:63.1%;
		margin:0 auto;
		overflow:hidden;
	}

	.show-box3 .case-fea{
		width:100%;
		overflow:hidden;
	}

	.case-fea .fea-l{
	    width: 46%;
	    float: left;
	    margin-top: 4rem;
	    position: relative;
	    left: 5rem;
	    z-index:99;
	}

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

	.case-fea .fea-r{
		width:51%;
		float:left;

	}

	.fea-r .fea-content{
		padding: 6rem 2rem 5rem 8rem;
	    width: 100%;
	    border: 0.2rem solid #fde42b;
	    margin-left:-2rem;
	}

	.fea-content .span1{
		margin-top: -1.2rem;
	    letter-spacing: 0.1rem;
	    font-size: 1rem;
	    line-height: 2;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    display: block;
	}

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

	.fea-show1{
		width:100%;
		overflow:hidden;
	}

	.fea-show1 .fea-box{
		width:63.1%;
		margin:10rem auto;
	}

	.fea-box .fea1{
		width:100%;
		margin:0 auto;
		overflow:hidden;
	}

	.fea1 .fea1-l{
		width:45%;
		float:left;
		line-height: 2.2;
	    margin-left: 0;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

	.fea1-l p{
		width: 100%;
	    line-height: 2.2;
	    margin-left: 0;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

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

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

	.fea-box .fea2{
		overflow:hidden;
		width:100%;
		margin:0 auto;
	}

	.fea2 .fea2-l{
		width:46%;
		float:right;
		line-height: 2.2;
	    margin-left: 0;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

	.fea2-l p{
		width: 79%;
	    line-height:2.2;
	    margin-left: 0;
	    margin-top:2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

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

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

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

	.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: 70%;
	    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/new-images/new26.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:80%;
		margin:0 auto;
		position:unset;
		top:0;
		color:#fff;
		letter-spacing:0.2rem;
		text-align:center; 
		padding-top:4rem;
		font-size: 1rem;
	}

	.al-back2{
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background:url(../../images/new-images/new27.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/new-images/new28.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;
	}

	.phone{
		display:none;
	}
}



@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/new-images/new1.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-img img{
		width:100%;
		height:100%;
	}

	.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:6rem;
		width: 100%;
	    text-align: center;
	    position: relative;
	    margin-bottom: 45px;
	}

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

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

	.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 {
		display: none;
	}

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

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

	.phone-app-box .phone-app-title{
	    width: 55%;
	    margin: 0 auto;
	    text-align: center;
	    padding-top: 50px;
	}

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

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

	.phone-app-theme .app-phone1{
		width:100%;
		margin:0 auto;
	}

	.app-phone1 .phone-content1{
		width:45%;
		float:left;
		text-align: center;
		margin-left: 1rem;
		font-size: 1rem;
    	text-transform: uppercase;
	}

	.phone-content1 .phone-img1{
		width:100%;
	}

	.app-phone1 .phone-content2{
		width:45%;
		float:right;
		text-align: center;
		margin-right: 1rem;
		font-size: 1rem;
    	text-transform: uppercase;
	}

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

	.phone-app-theme .app-phone2{
		width:100%;
		margin:2rem auto;
		overflow:hidden;
	}

	.app-phone2 .phone-content3{
		width:45%;
		float:left;
		text-align: center;
		margin-left: 1rem;
		margin-top:2rem;
		font-size: 1rem;
    	text-transform: uppercase;
	}

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

	.app-phone2 .phone-content4{
		width:45%;
		float:right;
		text-align: center;
		margin-right: 1rem;
		margin-top:2rem;
		font-size: 1rem;
    	text-transform: uppercase;
	}

	.phone-content4 .phone-img4{
		width:100%;
	}

	.work-box{
		display: none;
	}

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

	.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/new-images/new_03.jpg);
		width:68%;
		height:10rem;
		background-size:100% 100%;
		margin-top: 1rem;
		margin-left:0;
	}

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

	.bj1 .work-phone2{
		display: block;
	    width: 83.31px;
	    height: auto;
	    float: left;
	    margin-top: -1.3rem;
	    margin-left: 7.2rem;
	    padding-left: 0;
	    box-sizing: border-box;
	    font-size: 1rem;
	    font-weight: unset;
	    padding-top: 0;
	}

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

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

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

	.bj2 .work-phone5{
		display: block;
	    width: 72.86px;
	    height: auto;
	    float: left;
	    margin-top: 0;
	    margin-left: 5.5rem;
	    padding-left: 0;
	    box-sizing: border-box;
	    font-size: 1rem;
	    font-weight: unset;
	    padding-top: 0;
	    position: relative;
	    bottom: 21px;
	    left: 3%;
	}

	.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: 207px;
	    text-align: center;
	    margin: 0 auto;
	    border: 0.1rem solid #2eaeff;
	    padding: 1rem;
	    word-wrap: break-word;
	    word-break: normal;
	}

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

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

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

	.case-box1 .case-back1{
		background-image:url("../../images/new-images/new14.jpg");
		width:100%;
		height:30vh;
		background-repeat:no-repeat;
		background-size:100% 100%;
	}

	.case-back1 .case-content1{
		width:100%;
		float:right;
		margin-top:2rem;
		text-align: right;
	 	margin-right:1rem;
	}

	.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;
	    display: block;
	}

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

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

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

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

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

	.show1 .show1-l{
		width: 100%;
	    float: left;
	    overflow: hidden;
	}

	.show1-l .div1{
		color: #3096d1;
	    font-size: 2rem;
	    margin-left: 1rem;
	    display: block;
	    width: 231.83px;
	}

	.show1-l .div2{
		line-height: 2;
	    margin-left: 0;
	    margin-top: 1rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	    width: 100%;
	}

	/*.show1-l span{
		color: #3096d1;
	    font-size: 1.9rem;
	    margin-left: 0;
	    display: block;
	}

	.show1-l p{
		width: 100%;
	    line-height: 2;
	    margin-left: 0;
	    margin-top: 1rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}*/

	.show1 .show1-r{
		width:100%;
		float:right;
		margin-top:1rem;
	}

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

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

	.show2 .show2-l{
		width:100%;
		float:right;
		margin-top:2rem;
	}

	.show2-l .div3{
		color: #3096d1;
	    font-size: 2rem;
	    display: block;
	}

	.show2-l .div4{
		line-height: 2;
	    margin-left: 0rem;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show2-l span{
		color: #3096d1;
	    font-size: 1.8rem;
	    margin-left: 0;
	    display: block;
	}

	.show2-l p{
		width: 100%;
	    line-height: 2;
	    margin-left: 0;
	    margin-top: 1rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show2 .show2-r{
		width:100%;
		float:left;
		margin-top:1rem;
	}

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

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

	.show3 .show3-l{
		width:100%;
		float:left;
		margin-top:1rem;
	}

	.show3-l .span1{
		color: #3096d1;
	    font-size: 1.8rem;
	    margin-left:0;
	    display: block;
	}

	.show3-l .span2{
		display: block;
	    width: 100%;
	    line-height: 2;
	    margin-left: 0;
	    margin-top: 1rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show3-l .span3{
		display: block;
	    width: 100%;
	    line-height: 2;
	    margin-left: 0;
	    margin-top: 2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	    text-indent: 1em;
	}

	.show3 .show3-r{
		width:100%;
		float:right;
		margin-top:1rem;
	}

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

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

	.story .story-box{
		width:97%;
		margin:0 auto;
		position:relative;
	}

	.phone-story{
		display:none;
	}

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

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

	.case-box2 .case-back2{
		background-image:url("../../images/new-images/new19.jpg");
		width: unset;
	    height: 16rem;
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	     background-position: center;
	}

	.case-back2 .case-content2{
	    width: 80%;
	    float: left;
	    margin-top:2rem;
	    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;
	    display: block;
	}

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

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

	.case2-show{
		width:100%;
		margin-top:5rem;
		overflow:hidden;
	}

	.case2-show .show-box2{
		width:80%;
		margin:0 auto;
		overflow:hidden;
	}

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

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

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

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

	}

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

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

	.case2-box{
		width:100%;
		margin-top:0;
		overflow:hidden;
	}

	.case2-box .case2{
		width:100%;
		margin:4rem auto;
	}

	.case2 .case2-l{
		width: 100%;
		float: left;
	}

	.case2-l .case2-content{
		padding:0;
		width:78%;
		background:unset;
		margin:0 auto;
	}

	.case2-content .span1{
		color: #3096d1;
	    font-size: 2rem;
	    display: block;
	}

	.case2-content .span2{
		color: #3096d1;
	    font-size: 2rem;
	    display: block;
	}

	.case2-content .span3{
	    font-size: 1rem;
	    display: block;
	    line-height: 2.2;
	    margin-top: 2rem;
	}

	.case2-content .span4{
	    font-size: 1rem;
	    display: block;
	    line-height: 2.2;
	    margin-top: 2rem;
	}

	.case2 .case2-r{
	    width: 91%;
	    float: right;
	    margin-top: 2rem;
	    margin-right: 1.3rem;
	    position: unset;
    	right: unset;
	}

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

	.case-box3{
		width:100%;
		margin-top:4rem;
	}

	.case-box3 .case-back3{
		background-image: url(../../images/new-images/new22.jpg);
	    width: unset;
	    height: 16rem;
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    /* background-position: center;*/
	}

	.case-back3 .case-content3{
		width:100%;
		float:right;
		margin-top:3rem;
		text-align: right;
	 	margin-right:1rem;
	}

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

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

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

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

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

	.case3-show .show-box3{
		width:80%;
		margin:0 auto;
		overflow:hidden;
	}

	.show-box3 .case-fea{
		width:100%;
		overflow:hidden;
	}

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

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

	.case-fea .fea-r{
		width:100%;
		float:left;

	}

	.fea-r .fea-content{
		padding:0;
	    width: 100%;
	    border:unset;
	    margin-left:0;
	}

	.fea-content .span1{
		margin-top:0;
	    letter-spacing: 0.1rem;
	    font-size: 1rem;
	    line-height: 2;
	    color: #333;
	    font-weight: 400;
	    font-family: 'Raleway';
	    display: block;
	}

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

	.fea-show1{
		width:100%;
		overflow:hidden;
	}

	.fea-show1 .fea-box{
		width:80%;
		margin:3rem auto;
	}

	.fea-box .fea1{
		width:100%;
		margin:0 auto;
		overflow:hidden;
	}

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

	.fea1-l p{
		width: 100%;
	    line-height: 2.2;
	    margin-left: 0;
	    margin-top:0;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

	.fea1 .fea1-r{
		width:100%;
		float:right;
	}

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

	.fea-box .fea2{
		overflow:hidden;
		width:100%;
		margin:0 auto;
	}

	.fea2 .fea2-l{
		width:100%;
		float:right;
		line-height: 2.2;
	    margin-left: 0;
	    margin-top: 3rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

	.fea2-l p{
		width: 100%;
	    line-height:2.2;
	    margin-left: 0;
	    margin-top:2rem;
	    color: #333;
	    font-weight: 400;
	    letter-spacing: 2px;
	    font-family: 'Raleway';
	    font-size: 1rem;
	}

	.fea2 .fea2-r{
		width:100%;
		float:left;
	}

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

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

	.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;
	}

	.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/new-images/new26.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(../../images/new-images/new27.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/new-images/new28.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;
	}

	.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;
	}

	.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;
	}
}