body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;outline: none;box-sizing: border-box;}
body{background:#fff;color:#333;}
ul,ol,li{list-style-type:none;}
select,input,img{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333;}
dl,dt,dd{margin: 0;}

ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.header{
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	zoom: 1;
	transition-duration: 0.5s;
}
.header:after{
	display: block;
	content: '';
	clear: both;
}
.logo{
	float: left;
	width: 306px;
	position: relative;
}
.logo-menu{
	width: 100%;
	padding: 10px 20px;
	zoom: 1;
	position: relative;
	z-index: 99;
}
.logo-menu:after{
	display: block;
	content: '';
	clear: both;
}
.logo-img{
	float: left;
}
.logo-w{
	display: block;
}
.logo-b{
	display: none;
}
.menuBtn{
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 4px;
	margin-left: 17px;
	position: relative;
	cursor: pointer;
}
.menuBtn span{
	position: absolute; 
	left: calc((100% - 25px) / 2); 
	top: calc((100% - 5px) / 2); 
	width: 30px; 
	height: 3px; 
	background-color: #fff;
	transition-duration: 0.5s;
}
.menuBtn span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.menuBtn span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
/*.menuBtn span:nth-child(3){width:20px;}*/
.show span:nth-child(1){
	transform: rotate(45deg);
    width: 30px;
}
.show span:nth-child(2){
	transform: rotate(-45deg);
    width: 30px;
}
.show span:nth-child(3){
	opacity: 0;
}

.head-proMenu{
	position: absolute;
	width: 306px;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(83,94,106,0.3);
	padding-top: 110px;
	padding-left: 20px;
	z-index: 90;
}
.head-proTitle{
	margin-bottom: 20px;
}
.head-proTitle span{
	font-size: 18px;
	color: #ffffff;
	padding-left: 30px;
	line-height: 28px;
	position: relative;
}
.head-proTitle span:before{
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	background: url(/images/header-p.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.head-proMenu ul{
	width: 100%;
	height: calc(100% - 48px);
}
.head-proMenu ul li{
	width: 100%;
	height: 9.09%;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.head-proMenu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
}
.head-proMenu ul li a span{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.head-proMenu ul li a:after{
	display: block;
	content: '';
	width: 9px;
	height: 15px;
	background: url(/images/header-jt.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top:-7px;
	transition-duration: 0.5s;
}
.head-proMenu ul li a:hover:after{
	right: 20px;
}

.header-tel{
	float: left;
	width: 216px;
	height: 40px;
	border-radius: 40px;
	background: #ee7c00;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	margin-left: 45px;
}
.header-tel span{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 38px;
	position: relative;
}
.header-tel span:before{
	display: block;
	content: '';
	width: 27px;
	height: 24px;
	background: url(/images/tel.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.header-menu{
	float: left;
	margin-left: 85px;
}
.header-menu ul li{
	float: left;
	margin-right: 60px;
	padding: 18px 0;
	position: relative;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li>a{
	display: block;
	font-size: 18px;
	line-height: 44px;
	color: #FFFFFF;
	position: relative;
}
.header-menu ul li>a:before{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #0166ff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.5s;
}
.active-menu>a:before{
	width: 100% !important;
}
.header-menu ul li:hover>a:before{
	width: 100%;
}
.menu-icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.menu-icon img{
	position: absolute;
}
.menu-icon img:nth-child(1){
	left: -1px;
	top: -1px;
}
.menu-icon img:nth-child(2){
	right: -1px;
	top: -1px;
}
.menu-icon img:nth-child(3){
	left: -1px;
	bottom: -1px;
}
.menu-icon img:nth-child(4){
	right: -1px;
	bottom: -1px;
}

.header-menu ul li:hover .menu-icon{
	display: block;
}
.header-menu ul li:hover>a{
	outline: 1px solid rgba(255,255,255,0.1);
}
.down-menu{
	width: 160px;
	position: absolute;
	/*background: rgba(255,255,255,0.62);*/
	top: 100%;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition-duration: 0.5s;
	z-index: 94;
}
.header-menu ul li:hover .down-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.down-menu:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.5);
	/*filter: blur(1px);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 5px;
}
.down-menu dl{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.down-menu dl dd{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	box-sizing: border-box;
	border-radius: 5px;
}
.down-menu dl dd:last-child{
	margin-right: 0;
}
.down-menu dl dd a{
	display: block;
	color: #fff;
	padding-left: 30px;
	position: relative;
}

.down-menu dl dd:hover{
	background: #ee7c00;
}

.on{
	background: #FFFFFF;
}
.on .logo-w{
	display: none;
}
.on .logo-b{
	display: block;
}
.on .menuBtn span{
	background: #333333;
}
.show span{
	background: #ffffff !important;
}
.show .logo-w{
	display: block !important;
}
.show .logo-b{
	display: none !important;
}
.on .header-menu ul li>a{
	color: #333333;
}


.home-banner{
	position: relative;
}
.home-banner img{
	display: block;
	width: 100%;
}
.bannerSwiper{
	width: 100%;
	overflow: hidden;
}
.bannerSwiper .swiper-slide img{
	display: block;
	width: 100%;
}
.banner-video{
	display: block;
	width: 100%;
}
.bannerSwiper .swiper-pagination{
	bottom: 0.2rem;
}
.bannerSwiper .swiper-pagination-bullet{
	opacity: 1 !important;
	background: #fff !important;
}
.bannerSwiper .swiper-pagination-bullet-active{
	background: #4381d7 !important;
}


.digital-pavilion{
	padding-top: 0.5rem;
	background: #FFFFFF;
}
.home-comTitle{
	padding-bottom: 0.24rem;
	border-bottom: 2px solid #b3b3b3;
	margin-bottom: 0.7rem;
	text-align: center;
	position: relative;
}
.home-comTitle:before{
	display: block;
	content: '';
	width: 1.64rem;
	height: 0.04rem;
	background: #4381d7;
	position: absolute;
	bottom: -0.02rem;
	left: 50%;
	margin-left: -0.82rem;
}
.comTitle-nr{
	display: block;
}
.comTitle-nr h3{
	font-size: 0.4rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
}
.comTitle-nr span{
	display: block;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	margin-top: 0.06rem;
}

.accordion{width: 100%;height:5.67rem;overflow: hidden;position:relative; width:100%; margin:0 auto; }
/*.accordion:after{content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #fff; }*/
.accordion._create:after{ display: none; }
.accordion__ul{ display:flex;flex-wrap: nowrap; list-style: none;margin: 0;padding: 0;width:100%;height:5.67rem;overflow:hidden;position:absolute;left:0;top:0; }
.accordion__li{width: 20%; display:block;list-style: none;margin: 0;padding: 0;height:5.67rem;float:left;overflow: hidden; transition: all 0.3s ease-out; margin-right:1px; position:relative; cursor: pointer;}
.accordion__img{ display: block;height: 100%; cursor: pointer;}
.accordion__li:hover{
	width: 36%;
}
.wenben{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(19,32,49,0.38);
	width: 100%;
	height: 100%;
}
.text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 0.3rem;
	transition-duration: 0.5s;
}
.text h3{
	font-size: 0.34rem;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.2rem;
	transition-duration: 0.5s;
}
.text p{
	width: 100%;
	height: 0;
	overflow: hidden;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1.8;
	text-align: justify;
}
.accordion__li:hover .text{
	top: 50%;
}
.accordion__li:hover .text h3{
	text-align: left;
}
.accordion__li:hover .text p{
	height: 2.6rem;
}

.home-app{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
    background: #FFFFFF;
}
/*.home-appBox{
	margin-bottom: 60px;
}*/
.appSwiper{
    width: 100%;
    padding: 0 0 1rem;
}

.appSwiper .swiper-slide{
   	background: none !important;
    width: 5.5rem;
    /*height: 403px;*/
    overflow: hidden;
}
.appSwiper .swiper-slide-shadow-left{
	display: none;
}
.appSwiper .swiper-slide-shadow-right{
	display: none;
}
.appSwiper .swiper-slide a{
	background: none !important;
}
.appSwiper .swiper-slide img{
    display: block;
    width: 100%;
    border-radius: 12px;
}
.appSwiper .swiper-slide p{
	font-size: 0.18rem;
	color: #333;
	line-height: 1.4;
	text-align: center;
	margin-top: 0.04rem;
	display: none;
}
.appSwiper .swiper-slide-active p{
	display: block;
}

.home-appLc ul li{
	float: left;
	width: 16.6666%;
	padding: 0 0.15rem;
	text-align: center;
}
.home-appLc ul li img{
	display: block;
	margin: 0 auto;
	width: 0.54rem;
}
.home-appLc ul li h4{
	font-size: 0.2rem;
	color: #333333;
	font-weight: normal;
	margin: 0.1rem 0;
}
.home-appLc ul li p{
	font-size: 0.15rem;
	color: #777777;
	line-height: 1.6;
}

.home-about{
	padding-top: 0.5rem;
	padding-bottom: 0.9rem;
}
.home-aboutBox{
	padding: 0 0.45rem;
	display: flex;
}
.home-about-fl{
	width: 50%;
	padding-right: 0.35rem;
}
.home-about-fr{
	width: 50%;
	padding-left: 1.5rem;
}
.aboutSwiper{
    width: 100%;
    /*padding: 50px 0;*/
}
.home-about-nav{
	padding-top: 0.15rem;
	margin-bottom: 0.4rem;
}
.home-about-title{
	display: block;
	width: 2.65rem;
	/*height: 78px;*/
	/*background: url(/images/h-about-i1.png) no-repeat;
	background-size: 100% 100%;*/
	font-size: 0.36rem;
	color: #333333;
	font-weight: bold;
	/*text-align: center;*/
	line-height: 0.4rem;
	position: relative;
	z-index: 4;
}
.home-about-fl h3{
	font-size: 0.48rem;
	color: #dee5ea;
	line-height: 0.48rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -0.55rem;
	position: relative;
	z-index: 2;
}
.about-line{
	display: block;
	width: 1.04rem;
	height: 0.04rem;
	background: #ee7c00;
	margin-bottom: 0.3rem;
}
.home-about-fl h4{
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.home-about-fl p{
	font-size: 0.16rem;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
}
.home-about-fl a{
	display: block;
	width: 2.26rem;
	height: 0.56rem;
	background: #4381d7;
	font-size: 0.16rem;
	color: #ffffff;
	text-align: center;
	line-height: 0.56rem;
	margin-top: 0.45rem;
}


.aboutSwiper .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.9);
}
.aboutSwiper .swiper-slide-active,.aboutSwiper .swiper-slide-duplicate-active{
  transform: scale(1);
}
.aboutSwiper .swiper-slide img{
    display: block;
    width: 100%;
}

.home-partner{
	padding: 0.8rem 0 0.6rem;
	background: url(/images/parnter-bg.jpg) no-repeat center center;
	background-size: cover;
}
.home-partner .home-comTitle{
	border-bottom: 2px solid rgba(255,255,255,0.35);
}
.home-partner .comTitle-nr h3{
	color: #FFFFFF;
}
.home-partner .comTitle-nr span{
	color: #FFFFFF;
}
.partner-content{
	padding: 0 1rem;
}
.partner-content ul li{
	float: left;
	width: 23.5%;
	height: 0.64rem;
	background: #FFFFFF;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	text-align: center;
	line-height: 0.64rem;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.partner-content ul li:nth-child(4n){
	margin-right: 0;
}
.partner-content ul li img{
	max-width: 96%;
	max-height: 98%;
	display: block;
	margin: 0 auto;
	transition-duration: 0.5s;
}
.partner-content ul li:hover img{
	animation: icon-bounce 1 .5s;
}

.home-news{
	padding-top: 0.8rem;
}
.home-news-box{
	padding: 0.25rem 0.3rem 0.45rem;
	background: #f8f8f8;
}
.home-news-box ul li{
	float: left;
	width: 32%;
	height: 3.7rem;
	background: #FFFFFF;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.home-news-box ul li:nth-child(3){
	margin-right: 0;
}
.home-news-info{
	width: 100%;
	padding: 0 0.35rem 0;
	position: absolute;
	bottom: 0;
	z-index: 10;
}
.home-news-message{
	margin-bottom: 0.3rem;
}
.home-news-message h3{
	font-size: 0.22rem;
	color: #333333;
	font-weight: bold;
	line-height: 0.26rem;
	margin-bottom: 0.35rem;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-news-message p{
	font-size: 0.16rem;
	line-height: 2;
	color: #333333;
	transition-duration: 0.5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.home-news-date{
	padding: 0.25rem 0 0.8rem;
	border-top: 1px solid #dbdbdb;
	zoom: 1;
	transition-duration: 0.5s;
}
.home-news-date:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-date span{
	float: left;
	font-size: 0.16rem;
	color: #333333;
	transition-duration: 0.5s;
}
.home-news-date a{
	float: right;
	font-size: 0.16rem;
	color: #333333;
	transition-duration: 0.5s;
}

.home-news-img{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4;
	transition-duration: 0.5s;
}
/*.home-news-img img{
	display: block;
	width: 100%;
}*/
.home-news-box ul li:hover .home-news-message h3{
	color: #4381d7;
}
/*.home-news-box ul li:hover .home-news-message p{
	display: none;
}
.home-news-box ul li:hover .home-news-date{
	padding: 25px 0 30px;
}
.home-news-box ul li:hover .home-news-date span{
	color: #FFFFFF;
}
.home-news-box ul li:hover .home-news-date a{
	color: #FFFFFF;
}
.home-news-box ul li:hover .home-news-img{
	top: 0;
}*/

.footer{
	background: #333333;
}
.footer-top{
	padding: 0.5rem 1rem 0.1rem;
	display: flex;
}
.footer-company{
	width: 23.25%;
}
.footer-company h3{
	font-size: 0.28rem;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 0.34rem;
	padding-left: 0.4rem;
	position: relative;
	margin-bottom: 0.2rem;
}
.footer-company h3:before{
	display: block;
	content: '';
	width: 0.32rem;
	height: 0.31rem;
	background: url(/images/foot-i01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.16rem;
}
.footer-company p{
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1.6;
	margin-bottom: 0.1rem;
	opacity: 0.87;
}
.footer-menu{
	width: 76.75%;
	padding-left: 5%;
	display: flex;
}
.footer-menuList h3{
	font-size: 0.22rem;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	margin-bottom: 0.15rem;
}
.footer-menuBox{
	zoom: 1;
}
.footer-menuBox:after{
	display: block;
	content: '';
	clear: both;
}
.footer-menuList:nth-child(1){
	width: 32%;
}
.footer-menuList:nth-child(2){
	width: 21%;
}
.footer-menuList:nth-child(3){
	width: 32%;
}
.footer-menuList:nth-child(4){
	width: 15%;
}
.footer-menuList:nth-child(1) .footer-menuBox ul{
	float: left;
}
.footer-menuList:nth-child(1) .footer-menuBox ul:nth-child(1){
	margin-right: 0.4rem;
}
.footer-menuList:nth-child(3) .footer-menuBox ul{
	float: left;
}
.footer-menuList:nth-child(3) .footer-menuBox ul:nth-child(1){
	margin-right: 0.4rem;
}
.footer-menuBox ul li{
	font-size: 0.17rem;
	color: #ffffff;
	line-height: 0.28rem;
	margin-bottom: 0.1rem;
}
.footer-menuBox ul li a{
	color: #ffffff;
	opacity: 0.72;
	transition-duration: 0.5s;
}
.footer-menuBox ul li a:hover{
	opacity: 1;
}
.footer-ewm{
	width: 100%;
}
.footer-ewm img{
	display: block;
	width: 100%;
}
.footer-bottom{
	padding: 0.3rem 1rem;
	zoom: 1;
}
.footer-bottom:after{
	display: block;
	content: '';
	clear: both;
}
.beian{
	float: left;
}
.beian p{
	font-size: 0.17rem;
	color: #ffffff;
	line-height: 0.42rem;
	opacity: 0.74;
}
.other-link{
	float: right;
	zoom: 1;
}
.other-link:after{
	display: block;
	content: '';
	clear: both;
}
.other-link p{
	float: left;
	font-size: 0.17rem;
	color: #ffffff;
	line-height: 0.42rem;
	opacity: 0.74;
}
.select{
	width: 2.2rem;
	height: 0.42rem;
	border-radius: 8px;
	background: rgba(255,255,255,0.13);
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0 0.1rem;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.17rem;
    color: #FFFFFF;
    background: url(/images/foot-jt.png) no-repeat scroll 94% center rgba(255,255,255,0.13);
    background-size: 0.1rem 0.08rem;
}
.select option{
	font-size: 0.17rem;
    padding-left: 0.1rem;
    color: #999999;
    line-height: 1.4;
}

.xs-top{display: none;}
.logo-mobile{
	width: 41%;
    float: left;
    margin-top: 10px;
    margin-left: 3%;
}
.logo-mobile a{
	display: block;
}
.logo-mobile a img{
	display: block;
}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #FFFFFF;}
.mobile-inner-header-icon{color: #094a7c;background: #FFFFFF; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #333333;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#333333; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(/images/jia1.png) no-repeat 96% center;
  color:#fff;
}

.currentDt1{
	background: url(/images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:#333333;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(/images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}


@media only screen and (max-width: 769px){
	.xs-top{
		display: block;
	}
	.header{
		display: none;
	}
	.head-proMenu{
		display: none;
	}
	.bannerSwiper{
		margin-top: 50px;
	}
	.comTitle-nr h3 {
	    font-size: 24px;
	    /*line-height: 32px;*/
	}
	.comTitle-nr span{
		font-size: 16px;
		/*line-height: 26px;*/
		margin-top: 0;
	}
	.home-comTitle{
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.home-comTitle:before{
		width: 82px;
		height: 4px;
		bottom: -2px;
		margin-left: -41px;
	}
	.accordion{
		height: auto;
	}
	.accordion__ul{
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		flex-wrap: nowrap;
	}
	.accordion__li{
		width: 100% !important;
		height: auto;
		margin-bottom: 10px;
	}
	.accordion__img{
		width: 100%;
	}
	.text{
		top: 0;
		transform: translateY(0);
		left: 0;
		padding: 20px 10px;
		height: 100%;
	}
	.text h3{
		font-size: 24px;
		text-align: left;
		margin-bottom: 10px;
	}
	.text p{
		height: auto;
		font-size: 14px;
	}
	.appSwiper{
		padding: 0 0 45px;
	}
	.appSwiper .swiper-slide {
	    width: 250px;
	    height: 156px;
	}
	.home-appLc ul li{
		width: 50%;
		margin-bottom: 10px;
	}
	.home-appLc ul li img {
	    width: 40px;
	}
	.home-appLc ul li h4 {
	    font-size: 18px;
	    margin: 10px 0;
	}
	.home-appLc ul li p{
		font-size: 14px;
	}
	.home-app{
		padding-bottom: 0;
	}
	.home-aboutBox{
		display: block;
		padding: 0 10px;
	}
	.home-about-fl{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.home-about-title {
	    width: 150px;
	    font-size: 20px;
	    line-height: 30px;
	}
	.home-about-nav{
	    padding-top: 0;
	    margin-bottom: 20px;
	}
	.home-about-fl h3{
	    font-size: 20px;
	    line-height: 24px;
	    margin-top: -32px;
	}
	.about-line{
		width: 90px;
    	height: 2px;
    	margin-bottom: 20px;
	}
	.home-about-fl h4{
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.home-about-fl p{
		font-size: 16px;
		line-height: 1.6;
	}
	.home-about-fl a{
		width: 140px;
    	height: 44px;
    	font-size: 16px;
    	line-height: 44px;
    	margin-top: 30px;
	}
	.home-about-fr{
		width: 100%;
		padding-left: 0;
	}
	.home-about{
		padding-bottom: 30px;
	}
	.home-partner{
		padding: 40px 0;
	}
	.partner-content{
		padding: 0 10px;
	}
	.partner-content ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.partner-content ul li:nth-child(2n){
		margin-right: 0;
	}
	.home-news{
		padding-top: 50px;
	}
	.home-news-box ul li{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.home-news-box{
		padding: 20px 10px;
	}
	.home-news-info{
		padding: 20px;
		position: relative;
		bottom: auto;
	}
	.home-news-img{
		position: relative;
		height: auto;
		top: 0;
	}
	.home-news-message h3 {
	    margin-bottom: 10px;
	    font-size: 18px;
	    line-height: 1.4;
	}
	.home-news-message p{
		font-size: 16px;
	    line-height: 1.6;
	}
	.home-news-date{
		padding: 15px 0;
	}
	.home-news-date span{
		font-size: 16px;
	}
	.home-news-date a{
		font-size: 16px;
	}
	.footer-top{
		
		padding: 20px 10px;
		display: block;
	}
	.footer-company{
		width: 100%;
	}
	.footer-company h3{
	    font-size: 22px;
	}
	.footer-menu{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.footer-menuList:nth-child(-n + 3){
		display: none;
	}
	.footer-menuList:nth-child(4){
		width: 100%;
	}
	.footer-ewm{
		width: 120px;
	}
	.footer-bottom{
		padding: 20px 10px;
	}
	.beian p{
		width: 100%;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.other-link{
		width: 100%;
	}
	
	
}



@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

















