f-l{
	float: left;
}
.f-r{
	float: right;
}
.head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	/*background: #fff;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.05);*/
	z-index: 20;
}
.w1440{
	margin: 0 auto;
	width: 98%;
}
.plr-20{
	padding: 0 20px;
}
.logo{
	width: 278px;
	height: 64px;
	background: url(../images/logo.png) no-repeat center;
	background-size: contain;
}
.head-r{
	margin-top: 17px;
	padding: 0 16px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	font-size: 12px;
	color: rgba(255,255,255,.5);
	line-height: 30px;
}
.head-r a{
    color: rgba(255,255,255,.5);
}
.head-r a:hover{
	text-decoration: underline;
}
.head-r em{
	margin: 0 8px;
	color: rgba(255,255,255,.5);
}
.head-m{
	margin: 0 auto;
	padding: 0 200px;
	text-align: center;
}
.nav{
	display: inline-block;
	text-align: center;
}
.nav li{
	position: relative;
	display: inline-block;
	padding: 0 24px;
	line-height: 64px;
}
.nav li a{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
    cursor: pointer;
}
.nav li a::after{
	position: absolute;
	left: 0;
	bottom: 15px;
	content: '';
	width: 100%;
	height: 3px;
	background-color: transparent;
	/* opacity: 0;
	    -webkit-transition: opacity .3s,-webkit-transform .3s;
	    -moz-transition: opacity .3s,-moz-transform .3s;
	    transition: opacity .3s,transform .3s;
	    -webkit-transform: translateY(60px);
	    -moz-transform: translateY(60px);
	    transform: translateY(60px);  */
}
/*.nav li:hover{
	color: #fff;
	background-color: #f9f9f9;
}*/
.nav li a:hover::after{
	/* background-color: #2553c6;
	opacity: 1;
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    transform: translateY(0); */
}
.nav li.cur a{
	color: #fff;
}
.nav li.cur a::after{
	opacity: 1;
	/* -webkit-transform: translateY(47px);
	-moz-transform: translateY(47px);
	transform: translateY(47px); */
	background-color: #fff;
}
.nav li .subnav{
	display: none;
    z-index: 2;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #d2d2d2;
    text-align: left;
    z-index: 10;
}
.nav li .subnav dd{
	height: 56px;
    line-height: 56px;
}
.nav li .subnav dd a{
	position: relative;
    display: block;
	padding: 0 24px;
    color: #404040;
    font-weight: normal;
    font-size: 16px;
}
.nav li .subnav dd a:hover{
	background: #f2f2f2;
    text-decoration: none;
    border-bottom: 0;
}
.nav li .subnav dd a::after{
	display: none;
}
.nav li .subnav-more{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/ico_arrow_d_white.png) no-repeat;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}
.nav li:hover .subnav-more{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.head:hover{
    background: #fff;
}
.head:hover .nav li.cur a{
    color: #222;
}
.head:hover .nav li a{
    color: #555;
}
.head:hover .nav li:hover{
    background-color: #f9f9f9;
}
.head:hover .nav li.cur a::after{
    background-color: #2553c6;
}
.head:hover .logo{
    background: url("../images/logo_blue.jpg") no-repeat;
    background-size: contain;
}
.head:hover .nav li .subnav-more{
    background: url(../images/ico_arrow_d.png) no-repeat;
}
.head:hover .head-r{
    border-color:#ccc;
    background-color: #edf2f6;
    color: #222;
}
.head:hover .head-r a:hover{
    color: #222;
}
.head:hover .head-r em{
    color: #6b6d6d;
}
.head:hover .head-r a{
    color: #222;
}


.banner,.service-banner{
	margin-top: 64px;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	display: none;
	width: 30px;
    height: 76px;
}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{
	display: block;
}
.banner .swiper-button-next{
	right: 0;
	background: rgba(255,255,255, 0.1) url("../images/next.png") no-repeat center;
}
.banner .swiper-button-next:hover{
	background: rgba(255,255,255, 0.3) url("../images/next.png") no-repeat center;
}
.banner .swiper-button-prev{
	left: 0;
	background: rgba(255,255,255, 0.1) url("../images/prev.png") no-repeat center;
}
.banner .swiper-button-prev:hover{
	background: rgba(255,255,255, 0.3) url("../images/prev.png") no-repeat center;
}
.banner .swiper-pagination-bullet{
	width: 34px;
    height: 10px;
    background: url(../images/slide.png) no-repeat;
    border-radius: 0;
    /* background: #fff;
    opacity: .3; */
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 20px;
	z-index: 2;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/slide_on.png) no-repeat;
}
.banner .swiper-pagination-bullet:hover{
	background: url(../images/slide_on.png) no-repeat;
}
.box{
	overflow: hidden;
	background: #fff;
}
.box-tit{
	margin: 80px 0 30px;
	text-align: center;
	font-size: 16px;
	color: #282828;
}
.box-tit h3{
	margin-bottom: 10px;
	padding: 0 0 26px;
	background: url(../images/bg_tit.png) no-repeat center bottom;
	font-size: 24px;
	font-weight: bold;
	color: #2d2d2d;
}
.box-cont{
	padding: 0 40px;
}
.introduce{
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
}
.introduce b{
	margin-right: 8px;
	font-weight: bold;
	color: #000;
}
.solution-bg{
	padding: 30px 0 80px;
	border-top: 2px solid #20252e;
	border-bottom: 1px solid #eaebed;
	background-color: #fafafa;
}
.contact-bg{
	background-color: #f3f3f3;
}
.contact-l{
	width: 40%;
	background: #005acd;
}
.contact-r{
	position: relative;
	width: 60%;
	height: 524px;
	background: #f8f8f8 url(../images/mapbg.png) no-repeat right bottom;
}
.btn-see-all{
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 60px;
	background: url(../images/ckbtn.png) no-repeat;
	cursor: pointer;
	z-index: 5;
}
.address-pop{
	display: none;
	overflow: auto;
	position: absolute;
	top: 5%;
	left: 10%;
	bottom: 5%;
	background: #fff;
	padding: 15px 30px;
	width: 560px;
	box-shadow:0 0 5px rgba(0, 0, 0, .2);
	box-sizing: border-box;
    z-index: 23;
}
.address-pop li{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ececec;
	font-size: 12px;
}
.address-pop li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.address-pop li p.blue{
	color: #0073c3;
}
.address-pop li p{
	color: #464646;
	font-size: 12px;
	line-height: 18px;
}
.min-logo{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 61px;
	height: 61px;
	background: url(../images/logo_min.png) no-repeat;
}
.charts{
	width: 100%;
	height: 100%;
}
.contact-swiper .swiper-container{
	position: relative;
	overflow: hidden;
	height: 318px;
}
.contact-swiper .swiper-slide{
	position: relative;
}
.contact-swiper .swiper-slide img{
	width: 100%;
}
.contact-swiper .swiper-slide .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 52px;
	background: rgba(0,0,0,.5);
}
.contact-swiper .swiper-slide .txt{
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 40px;
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	font-size: 14px;
	color: #fff;
	line-height: 52px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.contact-swiper .swiper-button-next,.contact-swiper .swiper-button-prev{
	top: auto;
	bottom: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.contact-swiper .swiper-button-prev{
	left: auto;
	right: 30px;
	background: url(../images/contact_prev.png) no-repeat;
}
.contact-swiper .swiper-button-prev:hover{
	background: url(../images/contact_prev_on.png) no-repeat;
}
.contact-swiper .swiper-button-next{
	right: 0;
	background: url(../images/contact_next.png) no-repeat;
}
.contact-swiper .swiper-button-next:hover{
	background: url(../images/contact_next_on.png) no-repeat;
}
.contact-txt{
	padding-top: 46px;
	height: 160px;
	background: #005acd url(../images/add.png) no-repeat center 145px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.contact-txt b{
	font-size: 40px;
}
.foot{
	margin-top: 1px;
	padding: 40px 0 20px;
	background-color: #282828;
}
.foot .f-l{
	font-size: 14px;
	color: #fff;
}
.foot .f-l p.address{
	margin: 5px 0 12px;
	color: rgba(255,255,255,.3)
}
.foot span{
	margin-right: 8px;
}

.cases{
	border-top: 2px solid #20252e;
}
.cases .layui-tab{
	margin: 0;
}
.cases .layui-tab-title{
	height: 54px;
	border-bottom: 0;
}
.cases .layui-tab-title li{
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	background-color: #fafafa;
	border-bottom: 1px solid #eaebed;
	border-left: 1px solid #eaebed;
	border-right: 1px solid #eaebed;
	line-height: 54px;
	font-size: 16px;
	color: rgba(0,0,0,.5);
}
.cases .layui-tab-title li:first-child{
	border-left: 0;
}
.cases .layui-tab-title li:last-child{
	margin-left: -1px;
	border-right: 0;
}
.cases .layui-tab-title .layui-this{
	background: #fff;
	border-bottom-color: #fff;
	font-weight: bold;
	color: #000;
}
.cases .layui-tab-title .layui-this:after{
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 7px;
	border: 0;
	background: url(../images/cur.png) no-repeat;
}
.cases .layui-tab-title li:hover{
	background-color: #f3f3f3;
	font-weight: bold;
	color: #000;
}
.cases .layui-tab-title .layui-this:hover{
	background-color: #fff;
}
.cases .layui-tab-content{
	padding: 30px 0 0;
}
.yys-list{
	padding: 0 6px 0 40px;
}
.yys-list li{
	float: left;
	padding-right: 34px;
	width: 25%;
	box-sizing: border-box;
}
.yys-list-b{
	padding: 30px;
	height: 280px;
	border:1px solid #f0f0f0;
	border-top: 0;
}
.yys-list-b h3{
	margin-bottom: 16px;
	font-size: 22px;
	color: #000;
}
.yys-list-b h3.mt-40{
	margin-top: 40px;
}
.yys-list-b p,.zhj-list-b p{
	margin-bottom: 20px;
	font-size: 14px;
	color: #a2a2a2;
	line-height: 20px;
}
.yys-list-b dd,.zhj-list-b dd{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #a2a2a2;
	line-height: 24px;
}
.yys-cont:hover{
	border-color: #2e77f1;
	background:-moz-linear-gradient(top,#2e77f1,#3a9efa);
	background:-ms-linear-gradient(top,#2e77f1,#3a9efa);
	background:-o-linear-gradient(top,#2e77f1,#3a9efa);
	background:-webkit-linear-gradient(top,#2e77f1,#3a9efa);
}
.yys-cont:hover .yys-list-b{
	box-shadow: 0 2px 6px rgba(8,8,9,.2);
}
.yys-cont:hover h3,.yys-cont:hover p,.yys-cont:hover dd a{
	color: #fff;
}
.yys-cont:hover .yys-list-b dd,.zhj-cont:hover  .zhj-list-b dd{
    color:#fff
}

.zhj-list{
	padding: 0 10px 0 40px;
}
.zhj-list li{
	float: left;
	padding-right: 20px;
	width: 20%;
	box-sizing: border-box;
}
.zhj-cont{
	border:1px solid #f0f0f0;
}
.zhj-list-t{
	padding: 15px 30px 5px;
	text-align: center;
}
.zhj-list-b h3{
	margin-bottom: 18px;
	font-size: 22px;
	color: #000;
	text-align: center;
}
.zhj-list-b{
	padding: 16px 30px 30px;
	height: 284px;
}
.zhj-cont:hover .zhj-list-b{
	border-color: #2e77f1;
	background:-moz-linear-gradient(top,#2e77f1,#3a9efa);
	background:-ms-linear-gradient(top,#2e77f1,#3a9efa);
	background:-o-linear-gradient(top,#2e77f1,#3a9efa);
	background:-webkit-linear-gradient(top,#2e77f1,#3a9efa);
}
.zhj-cont:hover h3,.zhj-cont:hover p,.zhj-cont:hover dd a{
	color: #fff;
}
.mask{
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    background-color: rgba(34,34,34,.9);
}
.pop{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -680px;
    padding: 30px;
    width: 1360px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 1px;
    z-index: 22;
}
.pop img{
    width: 100%;
}

#app-menu{
	display: none;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 24px;
	height: 24px;
}
#app-menu-close{
	display: none;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 24px;
	height: 24px;
	background: url(../images/gc_menu_close.png) no-repeat;
}
#app-menu-list{
    overflow: auto;
	position: fixed;
    right: 0;
    top: 46px;
    bottom: 0;
    padding: 20px 0;
    width: 70%;
	background-color: #005acd;
    transition: all 1s;
    transform: translateX(150%);
    visibility: hidden;
    opacity: 0;
    filter: blur(30px);
    z-index: 25
}
#app-menu-list.on{
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: blur(0px);
}
#app-menu-list .nav li{
	display: block;
    padding: 0;
	text-align: left;
	line-height: 50px;
}
#app-menu-list .nav li a{
    padding: 0 48px;
	color: #fff;
	font-weight: normal;
}
#app-menu-list .nav li:hover{
    background: transparent;
}
#app-menu-list .nav li a:hover{
    background: rgba(0,0,0,.1);
}
#app-menu-list .nav li a::after{
	display: none;
}
#app-menu-list .nav li.cur a{
	color: #fff;
	font-weight: bold;
}
#app-menu-list .nav li a.app-menu-more{
	/*background: url(../images/arrowai.png) no-repeat right center;*/
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#app-mask{
    display: none;
    position: fixed;
    right: 0;
    top: 46px;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 20;
}
#app-mask.on{
    display: block;
}
.mb-30{
	margin-bottom: 30px;
}

.tuli{
	position: absolute;
	left: 20px;
	bottom:20px;
}
.tuli li{
	padding: 5px;
}
.tuli li span.red{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 21px;
	background: url(../images/point.png) no-repeat;
	background-size: contain;
}
.tuli li span.blue{
	margin:0 8px 0 4px;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #2e77f1;
}

/* add app */
.app-introduction{
	display: none;
	position: relative;
	width: 100%;
	height: 240px;
	background: url(../images/about-process.jpg) no-repeat center;
    background-size: cover;
}
.app-introduction .swiper-container{
	height: 97%;
}
.app-introduction .swiper-slide{
	padding: 70px 140px 0 20px;
	box-sizing: border-box;
}
.app-introduction .swiper-slide h4{
    position: absolute;
    left: 27px;
    top: 30px;
    font-size: 30px;
    color: #fff;
    font-family: "SourceHanSansSC-Regular","微软雅黑";
    z-index: 2;
}
.app-introduction .swiper-slide .line{
	position: absolute;
    top: 50px;
    width: 80px;
    height: 14px;
    background: #2e77f1;
}
.app-introduction .swiper-slide p{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
    font-family: "SourceHanSansSC-Regular","微软雅黑";
}
.app-introduction .swiper-pagination-bullet{
	width: 20px;
	height: 2px;
	border-radius: 0;
}
.app-introduction .swiper-pagination-bullet-active{
	background: #fff;
}



/* 2021  */
/*#video{
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}*/
/*#video{
    position: relative;
    top: 0;
}*/
.video-wrap{
    overflow: hidden;
    position: relative;
	height: 100vh;
    /*height: 780px;*/
    width: 100%;
    /*background: url("../images/bg_banner.png") no-repeat left bottom;
    background-size: cover;*/
}
.video-bg-img{
    position: absolute;
}
.video-wrap::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    /*width: 100%;*/
    left: 120px;
    right: 0;
    height: 100%;
    top: 0;
    background: rgba(1,43,141,1);
    background: -moz-linear-gradient(left,rgba(1,43,141,1) 0%,rgba(1,43,141,0.57) 40%,rgba(1,43,141,0.1) 80%);
    background: -webkit-linear-gradient(left,rgba(1,43,141,1) 0%,rgba(1,43,141,0.57) 40%,rgba(1,43,141,0.1) 80%);
    background: -o-linear-gradient(left,rgba(1,43,141,1) 0%,rgba(1,43,141,0.57) 40%,rgba(1,43,141,0.1) 80%);
    background: -ms-linear-gradient(left,rgba(1,43,141,1) 0%,rgba(1,43,141,0.57) 40%,rgba(1,43,141,0.1) 80%);
    background: linear-gradient(to right,rgba(1,43,141,1) 0%,rgba(1,43,141,0.57) 40%,rgba(1,43,141,0.1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012b8d',endColorstr='#012b8d',GradientType=1);
    z-index: 10;
}
.video-wrap::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 120px;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(1,43,141,1);
}
.video-txt{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 5%;
    transform: translate(0,-50%);
    z-index: 15;
    margin: 0 auto;
    max-width: 1200px;
}
.video-txt p {
    margin: 0;
}


.app-firstscreen{
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    background:#012b8d url("../images/app/bg.jpg") no-repeat bottom center;
    background-size: contain;
}
.app-menu {
    cursor: pointer;
}
.app-menu span {
    margin-bottom: 5px;
    transition: all 0.6s;
    display: block;
    width: 24px;
    background: rgba(255,255,255,.9);
    height: 2px;
}
.app-menu .span3 {
    margin-bottom: 0;
}
.app-menu.on .span1 {
    transform: rotate(45deg) translate(5px,6px);
}
.app-menu.on .span2 {
    transform: rotate(-45deg);
}
.app-menu.on .span3 {
    transform: rotate(-45deg);
    opacity: 0;
}
.app-firstscreen{
    display: none;
}
.layui-tab-bar{
    display: none!important;
}
.desk-code{
    display: block;
}
.app-code{
    display: none;
}
html,body{
    -webkit-text-size-adjust: 100%;
}


@keyframes bounce-down {
      25% {transform: translateY(-3px);}
      50%{transform: translateY(0);}
      75% {transform: translateY(3px);}
      100% {transform: translateY(0);}
}
.animate-bounce-down{
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
}


@media screen and (max-width: 1600px) {
    .video-txt h3 img{
        width: 80%;
    }
    .video-txt p img{
        width: 80%;
    }
}

@media screen and (max-width: 1440px) {
	.w1440{
		width: 100%;
	}
    .video-txt h3 img{
        width: 70%;
    }
    .video-txt p img{
        width: 70%;
    }
    .address-pop{
        left: 12%;
    }
}
@media screen and (max-width: 1366px) {
	.yys-list-b h3{
		margin-bottom: 10px;
	}
	.yys-list-b h3.mt-40{
		margin-top: 20px;
	}
	.solution-bg{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1160px) {
	.banner, .service-banner{
		margin-top: 46px;
	}
    .head:hover{
        background: #012b8d;
    }
    .head:hover .logo{
        background: url(../images/logo.png) no-repeat center;
        background-size: contain;
    }
	.head-r{
		display: none;
	}
	.head-m{
		display: none;
	}
	#app-menu{
		display: block;
        top: 20px;
	}
	.nav li .subnav dd{
		height: 40px;
		line-height: 40px;
	}
    .yys-list{
        padding-left: 15px;
    }
    .yys-list-b{
        padding: 15px;
        height: auto;
    }
    .yys-list-t{
        overflow: hidden;
        height: 150px;
    }
	.yys-list li{
		margin-top: 20px;
		width: 50%;
	}
	.zhj-list li{
		margin-top: 20px;
		width: 33.333%;
	}
	.address-pop{
		left: 10px;
		right: 10px;
		width: auto;
	}
	.nav{
		display: block;
	}
	.nav li .subnav{
		display: block;
        /*padding-left: 30px;*/
		position: relative;
		top: auto;
		width: auto;
		background: transparent;
		box-shadow: none;
		border:0;
	}
    #app-menu-list,#app-mask{
        top: 64px;
    }
	.yys-list-b{
		height: 220px;
	}
	.zhj-list-b{
		height: 244px;
	}

	.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev{
		display: none;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.box-tit{
		margin: 20px 0 10px;
	}
	.box-tit h3{
		font-size: 18px;
	}
	.solution-bg{
		padding:20px 0;
	}
	.yys-list-b h3,.zhj-list-b h3{
		font-size: 16px;
		font-weight: bold;
	}
	.cases .layui-tab-content{
		padding-top: 0;
	}
	.foot {
		padding: 20px 0;
	}
	.foot .f-l p.address{
		margin: 10px 0;
	}
	.foot .f-r,.foot .f-l{
		float: none;
	}
	.foot .f-r{
		margin-top: 10px;
        text-align: center;
	}
	.box-cont{
		padding: 0 18px;
	}
	.tuli{
        left: 15px;
        bottom: 0;
	}
    .tuli li{
        padding-top: 0;
    }
    .btn-see-all{
        top: -12px;
    }
	.introduce-btn{
		display: none;
	}
	.app-introduction{
		display: block;
        height: 190px;
	}
	.img-scroll{
		overflow: auto;
	}
    .video-txt h3 img{
        width: 80%;
    }
    .video-txt p img{
        width: 80%;
    }
}
@media screen and (max-width: 850px){
    .video-txt{
        left:6%;
        transform:translate(0,-30%)
    }
    .video-txt h3{
        padding-left: 5px;
    }
    .video-txt h3 img{
        width: 60%;
    }
    .video-txt p img{
        width: 60%;
    }
    .yys-list li{
        width: 50%;
    }
    .yys-list-b{
        height: 222px;
    }
    .app-introduction .swiper-slide{
        padding-left: 100px;
    }
    .app-introduction .swiper-slide h4{
        left: 103px;
    }
    .app-introduction .swiper-slide p{
        font-size: 1rem;
    }
    .app-introduction .swiper-slide p:last-child{
        width: 50%;
    }
    .contact-r{
        height: 360px;
    }
    .contact-txt{
        padding-top: 0;
        margin-top: -5px;
        height: 97px;
        font-size: 14px;
        background-position: center 59px;
        line-height: 20px;
    }
    .introduce{
        font-size: 0.8rem;
    }
    .box-cont{
        font-size: 0.8rem;
    }
    .yys-list-b p, .zhj-list-b p{
        font-size: 0.8rem;
    }
    .zhj-list-b{
        padding: 16px 15px 30px;
    }
    .contact-swiper .swiper-container{
        height: 268px;
    }
}
@media screen and (max-width: 768px) {
    .head{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        height: 46px;
        transition: all 0.6s;
    }
    .head.on{
        display: block;
        opacity: 1;
        background: #012b8d;
    }
    .logo{
        width: 200px;
        height: 46px;
        background: url(../images/logo.png) no-repeat center;
        background-size: contain;
    }
    #app-menu{
        top: 15px;
    }
    #app-menu-list,#app-mask{
        top: 46px;
    }
    .video-wrap{
        display: none;
    }
    .video-txt{
        left: 2%;
    }
    #video{
        display: none;
    }
    .app-firstscreen{
        display: block;
        text-align: center;
    }
    .app-f-logo{
        visibility: hidden;
        margin: 4rem auto 0.8rem;
        width: 85%;
        /*height: 2.1rem;
        background: url("../images/app/logo.png") no-repeat center;
        background-size: contain;*/
    }
    .app-f-logo img{
        width: 100%;
    }
    .app-line{
        visibility: hidden;
        height: 2rem;
        background: url("../images/app/line.png") no-repeat center;
        background-size: contain;
    }
    .app-txt{
        visibility: hidden;
        margin-top: 0.8rem;
    }
    .app-txt h3{
        margin:0 auto 1rem;
        width: 80%;
    }
    .app-txt h3 img{
        width: 100%;
    }
    .app-txt p{
        font-size: 0.8rem;
        color: rgba(254,254,255,0.3);
        line-height: 2rem;
    }
    .app-go{
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        width: 2rem;
        height: 3rem;
        background: url("../images/app/down.png") no-repeat center;
        background-size: contain;
    }
    .contact-l{
        float: none;
        width: 100%;
    }
    .contact-swiper .swiper-container{
        height: 200px;
    }
    .contact-txt{
        margin-top: 0;
        height: auto;
        padding: 10px 0;
        font-size: 14px;
        background-position: center 145px;
    }
    .contact-r{
        width: 100%;
        height: 350px;
    }
    .address-pop{
        bottom: 10px;
        top: 10px;
    }
    .service-banner{
        display: none;
    }
    .app-service{
        padding-top:46px;
    }
    .head .plr-20{
        padding: 0 10px;
    }
    .yys-cont:hover{
        background: #005acd;
    }
    .app-video-play{
        visibility: hidden;
        margin: 1rem auto 0;
        width: 4rem;
        height: 4rem;
    }
    .playIcon___34cPc {
        cursor: pointer;
        transition: all .3s;
        outline: none;
        fill: #fff;
    }
    .video-ani{
        animation:move 3s 0s infinite;
        -webkit-animation:move 3s 0s infinite;
        transform-origin:bottom;
        -webkit-transform-origin:bottom;
    }
    #app-video-mask{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(34,34,34,.9);
        z-index: 20;
    }
    .app-video-wrap{
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -17vh auto 0 -48vw;
        width: 96vw;
        height: 35vh;
        z-index: 21;
    }
    #app-video-close{
        position: absolute;
        top: -40px;
        right: -10px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background:url("../images/close.png") no-repeat center;
        z-index: 2;
    }
    .box-cont{
        line-height: 20px;
    }
    .foot{
        padding: 10px 0;
    }
    .foot .f-l p{
        line-height: 20px;
    }
    .foot .f-l p.address{
        margin-top: 0;
    }
    .foot .f-l p span.phonepre{
        white-space: pre;
    }
    .desk-code{
        display: none;
    }
    .app-code{
        display: block;
    }
    .solution-bg .box-cont{
        padding: 0 10px;
    }

    .pop{
        overflow: auto;
        margin: -48vh 0 0 -50%;
        padding: 0;
        width: 100%;
        height: 96vh;
    }
    .pop img{
        width: auto;
    }
    .yys-list li{
        padding-right: 10px;
        width: 100%;
    }
    .yys-list-t{
        height: auto;
    }
    .yys-list-b{
        height: auto;
    }
    .app-introduction .swiper-slide{
        padding-left: 20px;
    }
    .app-introduction .swiper-slide h4{
        left: 27px;
    }
    .app-introduction .swiper-slide p:last-child{
        width: 100%;
    }
    .zhj-list{
        padding: 0 15px;
    }
    .zhj-list li{
        padding-right: 0;
        margin-top: 20px;
        width: 100%;
    }
    .zhj-list-b{
        height: auto;
        padding: 15px;
    }
    .app-introduction .swiper-slide p{
        font-size: 12px;
    }
}
@media screen and (max-height: 620px) {
    .app-f-logo{
        margin: 2.8rem auto 0.4rem;
    }
    .app-txt h3{
        margin-bottom: 0.6rem;
        font-size: 1.2rem;
    }
    .app-txt{
        margin-top: 0.6rem;
    }
    .app-firstscreen{
        background-image: url(../images/app/bg_min.jpg);
    }
    .app-txt p{
        line-height: 1.6rem;
        font-size: 0.9rem;
    }
    .zhj-list-b{
        padding: 15px 10px;
    }
    .yys-list-b{
        padding: 15px 10px;
    }
}
@media screen and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .video-wrap{
        display: block;
    }
    .app-firstscreen{
        display: none;
    }
    .yys-list-t{
        overflow: hidden;
        height: 150px;
    }
}


@keyframes move
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    75% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    80% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    85% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    90% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    95% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    75% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    80% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    85% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    90% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    95% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
