html, body {
    position: relative;
    height: 100%;
    width: 100%;
}
.bgfff {
    background-color: #fff;
}

.bgf7 {
    background-color: #f7f7f7;
}

.bgf2 {
    background-color: #f2f2f2;
}

.img {
    width: 100%;
    font-size: 0;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.bluebtn {
    display: inline-block;
    padding: 0 24px;
    border-radius: 50px;
    background: #6eb2ff;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.bluebtn:hover {
    background: #396fac;
}

body{
    font-family: "wenyue";
    font-weight: normal;
    background: #fff;
}
.app-container {

}

.app-header {
    position: fixed;
    padding: 0 50px;
    width: 100%;
    background: #000;
    z-index: 100;
    width: 100%;
    line-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-link {
    padding: 0 15px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    line-height: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.center-txt-wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.center-txt {
	height: 183px;
	z-index: 100;
}

.logo-link img {
    height: 53px;
    vertical-align: middle;
}

.navbar li {
    position: relative;
    float: left;
    font-family:'WenYue'
}

.navbar li a {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: "微软雅黑"
}
.navbar li a:after{
    position: absolute;
    content: "";
    bottom: 18px;
    height: 1px;
    background: #fef45c;
    left: 38px;
    right: 38px;
    border-radius: 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 
/*.navbar li:hover a:after, */
.navbar li.active a:after{
    -webkit-transform: scale(1,2);
    transform: scale(1,2);
}
.navbar li a img{
    vertical-align: middle;
}
.-title{
    font-weight: 900!important;
}
.app-header .icon-wx{
    display: inline-block;
    padding-right:40px; 
    height: 80px;
    line-height: 80px;
}
.app-header .icon-wx img{
    vertical-align: middle;
    width: 28px;
}
.hq-ewm{
    visibility: hidden;
    position: absolute;
    right: 43px;
    top: 80px;
    width: 120px;
    height: 120px;
    z-index: 100;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.hq-ewm img{
    width: 100% !important;
}
.app-header .icon-wx:hover .hq-ewm{
    visibility: visible;
}
.mobile-menu{
    display: none;
    float: right;
    padding-top: 25px; 
    width: 30px;
    height: 54px;
    box-sizing: content-box;
    transition: .3s linear;
    box-sizing: border-box;
    transition: .3s linear;
}
.mobile-menu span {
    display: block;
    margin: 5px 0;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}
.mm-rotate {
  /*transform: rotate(-90deg);*/
  /*transform-origin: 50% 50%;*/
}
.nav-wrap{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    background: #000; 
    z-index: 100;
}
.nav-wrap ul{
    padding: 40px 0;
}
.nav-wrap ul li,
.nav-wrap ul .menu-a{
    display: block;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.nav-wrap ul .menu-a .under_line{
    width: 0%;
    height: 1px;
    margin: 0 auto;
    background-color: #fef45c;
    transition: width .3s ease-in-out;
}
.nav-wrap ul li:hover .under_line,
.nav-wrap ul li.active .under_line{
    width: 100%;
}
.main-container{
    padding-top: 80px;
}
.home-banner{
    position: relative;
    background-size: 100% 100%;
}

.home-banner1{
    position: relative;
}

.banner-bg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.home-banner .download-link{
    position: absolute;
    bottom: 10%;
    right: 10%;
    text-align: right;
}

.wrap-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: -80px;
}

.zhuanshu{
	display: inline-block;
	width: 65%;
}

.download-link1{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 63px;
		
}

.a-link{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;	
	width: 240px;
	height: 80px;
	background: #000000;
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	position: relative;
}

.a-link:hover .qrcode-square{
	visibility: visible;
}

.qrcode-square{
	visibility: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 248px;
	position: absolute;
	top: calc(100% + 24px);
	left: 0;
	padding-top: 10px;
}

.qrcode-square::before{
	content: '';
	border: 10px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: -11px;
	left: 115px;
}


.qrcode-img{
	display: inline-block;
	width: 240px;
	height: 240px;
	border: 20px solid #FFFFFF;
	border-radius: 20px;
}

.icon-plant{
	display: inline-block;
	width: 42px;
	height: 50px;
	
}

.download-infos{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	
}

.a-lin{
	margin-left: 15px;
	
}

.download-line{
	height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 5px;
	
}

.main-phone{
	display: inline-block;
	width: 100vw;
	height: 100vh;
	position: relative;
	background-image: url(../images/quanhu_img/phone-bg@2x.png);
	background-repeat: repeat-y;
	background-size: contain;
}

.phone-bg{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
}

.phone-content{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 100px;	
}

.phone-txt{
	display: inline-block;
	width: 75.5%;
	
}

.phone-down{
	width: 68%;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;	
	margin-top: 122px;
}



.home-banner .download-link a:first-child{
    margin-right: 5%;
}
.home-banner .download-link img{
    font-size: 0;
    width: 25%;
    min-width: 120px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s-desc{
    padding-top: 20px;
    font-size: 24px;
    text-align: center;
}


.home-item .title{
    font-family: "WenYue";
    font-size: 36px;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
}
#lxwm{
    z-index: 99;
}

.animate-in .ani-title{
    font-family: "WenYue";
}
.rw-list,
.yx-list{
    margin: 0 auto;
    width: 75%;
}
.rw-list-section{
    padding-top: 100px !important;
}
.fp-tableCell{
    /*padding-top:  100px;*/
}
#xgn .title,
#xgn .s-desc{
    display: none;
}
.footer{
    padding: 60px 0 150px 0;
    background: #000;
    text-align: center;
    font-family: "微软雅黑"

}
.footer .service-list li{
    display: inline-block;
    width: 15%;
}
.footer .service-list li a{
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.footer .service-list li .s-title{
    padding-bottom: 15px;
    font-weight: 900;
    font-size: 16px;
}
.subtitle{
    font-family: "微软雅黑";
}
@media (max-width: 628px){
    .app-header{
        padding: 0 30px;
    }
    .t-menu {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        clear: both;
        background: #000;
    }
    .navbar li:hover a:after,
    .navbar li.active a:after {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .t-menu li,
    .t-menu li a{
        padding: 0 !important;
        width: 100%;
        text-align: center;
    }
    .navbar li a:after{
        left: 0;
        right: 0;
    }
    .icon-wx{
        display: none !important;
    }
    .mobile-menu{
        display: block;
    }
    .home-banner{
        position: relative;
        background-size: 100% 100%;
    }
    .home-banner .download-link {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media (max-width: 414px){
    .app-header{
        padding: 0 10px;
    }
    .logo-link{
        height: 40px;
        line-height: 40px;
    }
    .logo-link img{
        height: 28px;
    }
    .navbar li a{
        line-height: 30px;
    }
    .app-header .icon-wx{
        padding-right: 15px;
        height: 30px;
        line-height: 30px;
    }
    .app-header .icon-wx img{
        width: 16px;
    }
    .app-header .icon-wx .hq-ewm{
        right: 15px;
        top: 30px;
    }
    .mobile-menu{
        padding: 14px 10px 0; 
        width: 17px;
        height: 30px;
        box-sizing: content-box;
        transition: .3s linear;

    }
    .mobile-menu span{
        margin: 2px 0;
    }
    .sequence-prev,
    .sequence-next{
        display: none !important;
    }
    .rw-list,
    .yx-list{
        width: 85%;
        margin-top: 0%;
    }
    .contact-info{
        width: 80% !important;
        font-size: 12px !important;
    }
    .t-menu{
        top: 30px;
        background-color: rgba(0,0,0,0.8);
        /*bottom: 0;*/
    }
    .navbar li a{
        font-size: 16px;
        line-height: 60px;
    }
    .navbar li a:after{
        bottom: 0;
    }
    #xgn .title,
    #xgn .s-desc{
        display: block;
    }
    .footer .service-list li{
        padding-bottom: 30px;
        display: block;
        width: 100%;
    }
}
.rw-item{
    position: relative;
    margin: 8%;
    margin-bottom: 20%;
    padding: 1%;
    box-shadow: 0 0 6px #ddd;
}
.rw-item:after,.yx-item:after{
    /*position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed #3699ff;
    background: rgba(22,208,55,0.15);
    z-index: -1;
    visibility: hidden;*/
}
.rw-item:nth-child(6n){
    margin-right: 0;
}
.rw-item:hover:after,
.yx-item:hover:after{
   visibility: visible;
}
.rw-list,.yx-list{
    padding: 5% 1% 5% 1%;
    overflow: hidden;
}
.rw-item img,.yx-list img{
    width: 100%;
}
.rw-item .rw-info{
    padding-top: 5px;
    font-size: 12px;
    font-weight:600;
    color: #000;
}
.rw-item .rw-info p{
    padding: 2px 0;
}
.yx-item {
    position: relative;
    margin: 3%;
    padding: 1%;
    box-shadow: 0 0 6px #ddd;
    
}
.yx-item:nth-child(3n){
    margin-right: 0;
}
.yx-item .yx-info{
    padding: 20px 10px;
}
.yx-item .yx-info .label{
    padding: 1% 5%;
    font-size: 14px;
    color: #fff;
    background: #fe5d67;
    border-radius: 10px;
}
.yx-item .yx-info .name{
    padding: 10px 0;
    font-weight: 600;
}
.yx-item .yx-info .desc{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
   text-overflow:ellipsis;
}
.cxcy{
    position: absolute;
    content: "";
    bottom: 18px;
    height: 2px;
    background: #fef45c;
    left: 38px;
    right: 38px;
    border-radius: 2px;
}
.contact-info{
    margin: 0 auto;
    padding-top: 5%;
    text-align: left;
    width: 27%;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
.contact-info div{
    padding: 20px 0;
}
.contact-info .time{
    padding-left: 40px;
}
.contact-info .time span{
    color: #666;
}
.contact-info .address{
    padding-left: 40px;
    background: url(../images/icon_dt.png) no-repeat left center;
    background-size: 20px 28px;
}
.contact-info .tel{
    padding-left: 40px;
    background: url(../images/icon_dh.png) no-repeat left center;
    background-size: 22px 22px;
}
.contact-info .email{
    padding-left: 40px;
    background: url(../images/icon_email.png) no-repeat left center;
    background-size: 28px 20px;
}
/*隐私协议*/
.xieyi-page,
.about-us-page{
    padding: 80px 24px 24px;
    font-family: "微软雅黑";
}
.xieyi-page .s-title{
    padding: 30px 0;
    font-size: 32px;
    color: #fef45c;
}
.qq-content h2{
    padding-bottom: 20px;
    font-size: 30px;
}
.qq-content p{
    line-height: 1.8;
    font-size: 14px;
}
.gz-content h2{
    padding: 30px 0;
}
.gz-content p{
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 414px){
    .xieyi-page,
    .about-us-page{
        padding-top: 30px;
    }


}