/*------------------------分割线-------------------------------------*/
/*computer bigthan1200 start*/
/* 设置箭头可见性 */
.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev {
	/* opacity: 0; */
	transition: opacity 0.3s;
	margin-top: -40px;
	width: 26px;
	height: 80px;
	background-size:20px 20px;
	background-color: rgba(0, 0, 0, 0.2);
	filter: grayscale(1) brightness(5);
	border-radius: 4px;
}

/* 鼠标悬停时显示箭头 */
.swiper-container:hover .swiper-button-next, 
.swiper-container:hover .swiper-button-prev {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.top100{
	margin: 0 auto;
	width: 80%;
	max-width: 1180px;
	/* height:184px; */
}
.top100 img{
	width: 100%;
	height: 100%;
}

.notice{
	display: block;
	color:red;
	font-size: 1.5em;
	padding: 10px;
		
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #eee;
	text-decoration: none;
}
.btn_guideIsShow{
	cursor:pointer;
}

li a{
	cursor:pointer!important;
}
.showonphone {
	display: none;
}
.showonphone a {
	position: relative;
}
.showonphone a .icon {
	float: right;
	margin-top: 4px;
	font-size: 12px;
}
.header{
	width: 100%;
	height: 60px;
}
.headerContain{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: #3c3c3c;
}
header {
	width: 100%;
	max-width: 1200px;
}
header:after{
	content: "";
	height: 1px;
	background: cornflowerblue;
}
header h1 a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 10px;
	/* width: 192px; */
	height: 60px;
	box-sizing: border-box;
}
header h1 a img{
	height: 68%;
}
h1 {
	margin: 0px;
}
.nav_onphone {
	display: none;
	color: #333333;
	line-height: 60px;
	padding-right: 15px;
}
.showonpc{
	float: right;
	/*display: inline-block;*/
}
.guide_list>li {
	position: relative;
	display: inline;
	float:left;
	border-bottom: 2px solid transparent;
}
/*.guide_list{
	overflow: hidden;
}*/
.guide_list:before,.guide_list:after{
	content: "";
	display: block;
	clear: both;
}
.guide_list>li>a{
	display: block;
	width: 100%;
	padding: 0px 15px;
	font-size: 16px;
	color: #333;
	line-height: 58px;
	color: #fff;
}
.guide_list>li.active,
.guide_list>li:hover{
	border-bottom: 2px solid #fa9938;
}
.guide_list>li.active>a,
.guide_list>li:hover>a{
	color: #fa9938;
}
.guide_list>li.imgMenu{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
.guide_list>li img{
	height: 40px;
}
.guide_list>li:hover .child{
	display: block;
}
.guide_list>li>.child{
	display: none;
	margin: 0px auto;
	position: absolute;
	top: 58px;
	z-index: 9;
	width: 120px;
	text-align: center;
	padding: 20px 0;
	background-color: #ccc;
	box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.1);
}
.guide_list>li>.image{
	width: 160px;
	padding: 0;
}
.guide_list>li img.magua{
	width: 100%;
	height: auto;
}
.guide_list>li>.child li{
	line-height: 30px;
}
.guide_list>li>.child li:hover{
	background: #fa9938;
}
.guide_list>li>.child li:hover a{
	color: #fff;
}
.am-nav>li>.imgMenu{
	width: 100%;
	padding: 0.4em 1em;
}
.am-nav>li>.imgMenu img{
	width: 45px;
}
.am-nav>li>.child{
	margin: 0;
	padding: 0.4em 0;
	width: 100%;
	background-color: #eee;
}
.am-nav>li>.child>li{
	padding: 0 1em;
}
.am-nav>li>.child>li>a{
	display: block;
}
.am-nav>li>.child>li.am-active,
.am-nav>li>.child>li:hover{
	background: #fa9938;
}
.am-nav>li>.child>li.am-active a,
.am-nav>li>.child>li:hover a{
	color: #fff;
}
.am-nav>li>.child>li>a{
	line-height: 26px;
	font-size: 16px;
}

.guide_list>li div.popover-menu {
	position: absolute;
	top: 30px;
	left: -53px;
	width: 207px;
	background: url(../img/nav_popover.png);
	display: none;
	z-index: 100;
	padding: 39px 28px 0px 20px;
}
.guide_list>li div.popover-menu li {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.guide_list>li .popover-menu li:hover {
	background-color: #FA9938;
}
.guide_list>li .popover-menu li:hover a {
	color: #fff;
}
.guide_list>li .popover-menu li a {
	font-size: 14px;
	color: #666666;
}
.login{
	margin-right: 20px;
	float: right;
	height: 80px;
	line-height: 80px;
	color: #fa9938;	
}
.login:hover{
	color: #ea7e12;
	
}
.login i{
	display: none;
}
header .icon-category,header .icon-denglu{
		color: #fa9938;
	}
.login span{
	font-size: 17px;
}
.tel {
	line-height: 80px;
	color: #F99337;
	font-size: 16px;
}
.tel.showonpc{
	float: right;
}
.tel .icon {
	float: left;
	display: inline-block;
	font-size: 20px;
	color: #F99337;
	padding-right: 12px;
	width: 30px;
}
.navList{
	display: none;
}

#gongao {
	color:red;
	font-size: 1.5em;
	padding: 10px;
		
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
		
}

#gongao #scroll_div{
	width:100%;
	margin:0 auto;
	white-space: nowrap;
	overflow:hidden;
}

#gongao #scroll_begin,
#gongao #scroll_end {
	display: inline
}

.bannerContainer{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.banner-bg{
	width: 100%;
}
.banner {
	position: relative;
	width: 100%;
	float: left;
}
.banner img {
	float: left;
	width: 100%;
}
.banner-index{
	float: left;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner-index img{
	float: none;
	display: block;
	margin: 45px auto;
	width: auto;
	height: 50px;
}
.swiper-wrapper{
	width: 100%;
}

.banner .swiper-wrapper>li>.imghref,.banner-index .swiper-wrapper>li>.imghref{
	display: block;
	width: 100%;
}
.banner .swiper-wrapper li>a:before,
.banner .swiper-wrapper li>a:after,
.banner-index .swiper-wrapper li>a:before,
.banner-index .swiper-wrapper li>a:after{
	content: '';
	display: block;
	clear: both;
}
.banner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.94);
	width: 45px;
	height: 5px;
	border-radius: 1px;
}
.banner .swiper-pagination-bullet-active {
	background: #fff;
}
.banner-index .swiper-pagination-bullet {
	width: 45px;
	height: 3px;
	background: #999;
	opacity: 1;
	border-radius: 1px;
}
.banner-index .swiper-pagination-bullet-active {
	background: #f76a01;
}

.downloadmethods{
	margin-left: 15px;
	float: right;
	width: 255px;
	height: 403px;
	padding: 0px 10px;
	border: 1px solid rgba(169, 169, 169, 0.36);
	background-color: #fff;
}
.qrcode-contain{
	margin: 0 auto;
	width: 220px;
}
.method-qrcode{
	border-bottom:1px solid rgba(169, 169, 169, 0.36);
	padding-bottom: 5px;
}
.method-qrcode .qrcode{
	text-align: center;
	display: inline-block;	
	padding-right: 10px;
}
.method-qrcode .qrcode:last-child{
	text-align: center;
	display: inline-block;	
	padding-right: 0px;
}

.downloadmethods h5{
	color: #FA9338;
	line-height: 40px;
}
.method-download{
	position: relative;
}
.method-download .download-more{
	position: absolute;
	color: #333;
	top: 0px;
	right: 0px;
	font-size: 12px;
	line-height: 40px;
}
.download-more .icon-more{
	font-size: 14px;
}
.method-download .download-more:hover{
	color: #fa9338;
}
.method-download .download-more:hover .icon-more{
	color: #fa9338;
}
.method-download .download,.method-download .register{
	display: block;
	font-size: 16px;
	padding-left: 35px;
	background: url(../img/download_xilian.png) no-repeat left center;
	background-size: 32px 32px;
}
.download-lable{
	display: block;
	font-size: 16px;
	padding-left: 35px;
	background: url(../img/download_xilian.png) no-repeat left center;
	background-size: 32px 32px;
	line-height: 35px;
}
.method-download .download{
	display: inline-block;
	
}
.method-download .download:link{
	
	color: #000;
	
}

.method-download .download:visited{
	
	color: #000;
	
}
.method-download .download-btn{
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	padding: 0px 10px;
	color: #FA9338;
	margin-left: 10px;
}

.method-download .download-btn:hover{
	color: #fff;
	background-color: #FA9338;
}

.method-download .download:hover,.method-download .register:hover {
	color: #fa9338;
}

.video-wrap{
	margin-top: -15px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.video-wrap h3{
	width: auto;
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 90px;
	color: #1D2D52;
	font-size: 28px;
	text-align: center;
}

.video{
	display: block;
	width: 800px;
	height: 490px;
	margin: 20px auto; 
}

.sectionContainer {
	overflow: hidden;
	background: #f2f2f2 url(../img/section_bj.jpg) center bottom no-repeat;
}
#data{
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	width: 700px;
	margin: auto;
	padding-bottom: 30px;
	font-size: 18px;
	text-align: center;
	color: #239ddc;
}
#data h5{
	font-size: 22px;
	line-height: 48px;
}
.product{
	width: 1170px;
	margin-top: 0px;	
}
.product-wrap{
	padding: 30px 0;
}
.product .title{
	font-size: 28px;
	margin-bottom: 0;
	line-height: 120px;
	text-align: center;
	width: 100%;
}

.product-wrap .goto{
	display: inline-block;
	width: 130px;
	padding: 0;
	font-size: 16px;
	line-height: 36px;
	color: #239ddc;
	border: 2px solid #239ddc;
	border-radius: 3px;
	transition: all .5s;
}
.product-wrap .goto:hover{
	color: #fff;
	background: #239ddc;
}

.product-wrap .title{
	text-align: center;
	line-height: 70px;
	color: #333;
}

.product_title{
	text-align: center;
	line-height: 70px;
	color: #239ddc;
}

.product-wrap .platform,
.product-wrap .community{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}
.product-wrap .community{
	padding: 40px;
	padding-left: 120px;
}
.product-wrap .community li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 63%;
}
.product-wrap .community li.qrcode{
	width: 230px;
	text-align: center;
}
.community li .community-details .community-details-etc{
	line-height: 36px;
}
.product-wrap .platform .platform-line{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 2px;
	height: 120px;
	margin-left: -1px;
	background: #ecf5ff;
}
.product-wrap .platform li{
	width: 33.33%;
	text-align: center;
}
.product-wrap .platform li img{
	margin: 20px auto;
}
.product-wrap .min-height{
		min-height: 75px;
	}
.product-wrap .platform li p{
	width: 100%;
	margin: auto;
	font-size: 16px;
	color: #666;
}
.product-wrap .platform li .platform-btn{
	display: flex;
	justify-content: space-around;
	width: 300px;
	margin: 10px auto;
}
.product-wrap .platform li .platform-btn a{
	display: block;
	width: 110px;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	color: #239ddc;
	border: 2px solid #239ddc;
	border-radius: 3px;
	transition: all .5s;
}
.product-wrap .platform li .platform-btn a.is-disabled{
	border: 2px solid transparent;
}
.product-wrap .platform li .platform-btn a:hover{
	color: #fff;
	background: #239ddc;
}
.product-wrap .platform li .platform-btn a.is-disabled:hover{
	color: #239ddc;
	background: transparent;
}

.more_project {	
	font-size: 18px;
	right: 0px;
	top: 10px;
	color: #333;
	font-weight: 400;
}
.more_project:hover {
	color: #fa9338;	
}
.product_list li{
	float: left;
	margin-bottom: 20px;
	border-radius: 4px;
	text-align: center;
}

.product_list li a{
	display: inline-block;
	width: 100%;
	height: 100%;	
}

.product_list li a img{
	transition: .5s;
}

.product_list li a:hover img{
	transform: translateY(-10px);
}

.product_list .product_nongxin,.product_list .product_shapan {
	margin-right: 0px;
	
}
.product_liulanqi,.product_banquan,.product_nongdi,.product_nongxin{
	width: 33.33%;
	padding-right: 10px;
	
}
.product_shop,.product_shapan{
	width: 50%;
	padding-right: 10px;
}
.product_liulanqi a{
	background: #E0E5F3;
}
.product_banquan a{
	background: #E3EEE8;
}
.product_nongdi {
	padding-right: 0px;;
}
.product_nongdi a{
	background:#EFE2F2;	
}
.product_nongxin a{	
	background: rgba(183, 205, 229, 0.39);
}
.product_shop a{
	background: #F5E9E5;
}

.product_shapan {
	padding-right: 0px;
}
.product_shapan a{	
	background:#E0E5F3;
}
.product a {
	display: block;
	width: 100%;
	padding-bottom: 20px;
	height: 100%;
}
.product_nongdi img{	 
	max-width: 250px; 
}
.product_shop img,.product_shapan img{
	width: 25%;
}
.product .theme {
	font-size: 16px;
	color: #333333;
}
.product .function {
	font-size: 17px;
	color: #999999;
}

.product_block {
	width: 25%;
	padding-right: 10px;	
}

.product_block a img{
	margin: 20px 0px;
	width: 80px;  
	
	vertical-align:middle;
	
}

.product_block a{
	transition: 0.5s;
}

.product_block a .function{
	font-size: 14px;
	color: #666;
	padding: 15px 10px 10px;
}

.product_block  a:hover{	
	transform: translateY(-15px);
}

.product_block a .theme{	
	z-index: 90;
}
.product_block  a:hover .theme{	
	z-index: 100;
}
.product_block  a:hover img{	
	transform: none!important;
}

.league {
	margin-top: 88px;
	width: 1200px;
	padding-bottom: 120px;
}
.league.project{
	margin: 0 auto;
	padding-bottom: 0;
}
.league.partner{
	margin-top: 240px;
}
.league .title {
	color: #1D2D52;
	text-align: center;
	font-size: 28px;
	margin-bottom: 0px;
	line-height: 110px;
}

.league .product_title{
	text-align: center;
	line-height: 70px;
	color: #239ddc;
	
}

.league.project .title{
	margin-bottom: 20px;
	line-height: 40px;
}
.league.partner .title{
	margin-bottom: 30px;
}
.league .league_list{
	display: block;
	margin-bottom: 0px;
	text-align: center;
}
.league_lists{
	margin: 0 auto;
	height: 184px;
	white-space: nowrap;
	overflow: hidden;
}
.league_lists .league_list{
	position: relative;
	width: 3259px;/*增加合作方 设置该宽度nx192-5 */
	display: inline-block;
	overflow: hidden;
}
.league.project .project-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.league.project .project-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 49%;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 50px rgba(15,129,235,.1);
	min-height: 251px;
}
.league.project .project-img{
	width: 40%;
}
.league.project .project-img img{
	width: 100%;
}
.league.project .project-details{
	width: 55%;
}
.league.project .project-details h3{
	font-size: 20px;
	font-weight: 400;
}
.league.project .project-details p{
	padding-top: 15px;
	font-size: 15px;
	text-align: justify;
}
.league .league_list li {
	float: left;
	width: 184px;
	height: 184px;
	margin-right: 8px;
	/* border: 1px solid rgb(206, 200, 203);
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: #404040 -2px 2px 5px; */
	border: 1px solid #000;
}
.league .league_list li a {
	position: relative;
	display: block;
	float: left;
	width: 182px;
	height: 182px;
	text-align: center;
	font-size: 12px;
	/* color: #fff; */
	color: #000;
}
.league .league_list li a img,.league .league_list li a p{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.league .league_list li a p{
	top: 80%;
}
.league .league_list li:last-of-type {
	margin-right: 0px;
}
.news {
	position: relative;
	padding: 80px 30px;
	/* background: url(../img/news_bg.png) center bottom no-repeat; */
	/* background:url(../img/inside/new-background.png) center bottom no-repeat; */
	background: url(../img/2023/news-bg.png) center bottom no-repeat;
	background-size: cover;
}
.newscontent {
	padding: 40px;
	width: 85%;
	max-width: 1100px;
	background: rgba(0,0,0,0.2);
}
.newscontent .more:hover{
	color: #3C3C3C;	
}
h2 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 32px;
}
.news .zh_c {
	padding-left: 46px;
	background: url(../img/new_ico.gif) no-repeat 0 10px;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}
.news .zh_en {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}
.more {
	position: absolute;
	font-size: 18px;
	right: 0px;
	top: 10px;
	color: #fff;
	font-weight: 400;
}
.more .icon-more{
	font-size: 14px;
	color: #fff;
}
.newscontent .more:hover{
	color: #fa9338;
}
.newscontent .more:hover .icon-more{
	color: #fa9338;
}
.news_left {
	position: relative;
	width: 50%;
}
.newsPic{
	height: 322px;
	overflow: hidden;
}
.news_left .tip {
	padding-left: 18px;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 22px;
	line-height: 55px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_right {
	width: 45%;
	font-size: 18px;
	position: relative;
}
.news_right ul {
	margin-bottom: 0px;
}
.news_right li {
	line-height: 46px;
}
.news_right a {
	position: relative;
	display: block;
	width: 100%;
	padding-right: 110px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_right a:hover {
	color: #fa9338;
	text-decoration: underline;
}
.news_right a .time {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
}
.news_left .swiper-pagination {
	padding-right: 18px;
	text-align: right;
	line-height: 35px;
}
.news_left .swiper-pagination-bullet {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.36);
}
.news_left .swiper-pagination-bullet-active {
	background: #fff;
}
.chat {
	width: 40px;
	position: fixed;
	bottom: 118px;
	right: 43px;
	z-index: 10;
	display: none;
}
.chat li {
	position: relative;
	margin-bottom: 10px;
}
.chat li a {
	display: block;
	background-color: #fff;
	color: #999;
	text-align: center;
	line-height: 40px;
}
.chat li:last-child a {
	background-color: #666;
	color: #dedede;
}
.chat li>span,
.chat li>i{
	position: absolute;
	right: 50px;
	top: 0;
	display: none;
	width: 145px;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	color: #FA9338;
	background: #fff;
	box-shadow: 0 0 2px 1px #eee;
}
.chat li>span:before,
.chat li>i:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 12px;
	width: 0;
	height: 0;
	border-right: 0;
	border-left: 10px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.chat li>i{
	top: -52px;
	height: 145px;
	background: #fff url(../img/qrcode_popover.png) center -5px no-repeat;
}
.chat li>i:before{
	top: 63px;
}
.chat li:hover a{
	color: #FA9338;
}
.chat li>i>span.qrcodeName{
	position: absolute;
	left: 12px;
	bottom: -12px;
	font-size: 12px;
	font-style: normal;
}
.chat li:hover>span,
.chat li:hover>i{
	display: block;
}
footer {
	position: relative;
	background-color: #3C3C3C;
	color: #fff;
}
.blockonphone{
		display:inline-block;
	}
footer a:focus{
	color: #c1c0c0;
}
.fontercontent {
	margin: 0 auto;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1135px;
}
footer dl{
	margin:0;
}
footer dl:last-child,
footer dl:nth-child(2) {
	/* margin-top: 40px; */
}
footer dl:last-child{
	text-align: center;
	font-size: 12px;
	color: #c1c0c0;
	line-height: 20px;
}
footer dl:last-child img{
	width: 90px;
}
footer dl:last-child dt{
	margin-top: 5px;
}
/*footer dl:first-child {
	padding-top: 25px;
	padding-right: 180px;
	font-weight: 300;
}*/
/*footer dl:last-child {	
	padding-right: 0px;
	text-align: center;
}*/
/*footer dl:nth-of-type(5) {
	padding-right: 73px;
}*/
/*footer .footer-product dd:nth-child(3),
footer .footer-product dd:nth-child(4){
	font-weight: 400;
	text-indent: 3px;
}*/
footer dl dt {
	font-size: 12px;
	/* height: 30px; */
}
footer dl:first-child dt {
	/* height: 34px; */
	margin-bottom: 8px;
}
footer dl:first-child dt:first-child img{
	height: 30px;
}
footer dl dd {
	line-height: 20px;
	font-size: 12px;
	color: #c1c0c0;
}
/*footer dl:first-child dd:nth-of-type(2),footer dl:first-child dd:nth-of-type(3),footer dl:first-child dd:nth-of-type(4){
	font-size: 14px;
	
}*/
footer dl dd p{
    text-indent:18px;
}
footer dl dd a {
	color: #c1c0c0;
}
footer dl dd .icon {
	color: #bbb;
	font-size: 12px;
	padding-right: 5px;
}
dt{
	font-weight: 400;
}
dt+dd{
	margin-top: 0;
}
footer .wrapper{
	padding: 10px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #1D1D1D;
}
footer .wrapper .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #8b8b8b;
	font-size: 12px;
}
footer .wrapper .inner a{
	margin:0 10px;
	color: #8b8b8b;
}
footer .wrapper .inner i{
	display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 6px;
    background: url(../img/icon-police.png) 0 no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}
footer .wrapper .inner a:hover{
	color: #eee;
}
footer .wrapper .logo{
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
footer .wrapper .logo a{
	margin:0 20px;
	display: block;
	width: auto;
	height: 30px;
	font-family: '思源黑体cn';
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
footer .wrapper .logo a.xiyun{
	margin-top: 2px;
	height: 20px;
}
footer .wrapper .logo a img{
	width: auto;
	height: 100%;
}
footer .wrapper .logo a img.xirui{
	margin-top: 3px;
	height: 25px;
}
footer .wrapper .logo a img:hover{
	opacity:0.8
}

.logo-content{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	width: 100%;
	height: auto;
	background: url(../img/2023/logo-bg.png) center bottom no-repeat;
	background-size: cover;
}
.logo-content a{
	display: block;
	margin:0 30px;
	width: auto;
	height: 40px;
}
.logo-content a.xirui{
	height: 32px;
}
.logo-content a:hover{
	opacity: 0.8;
}
.logo-content a img{
	width: auto;
	height: 100%;
}

.news .logo-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 80px;
	width: 85%;
	max-width: 1100px;
}
.news .logo-box .new img{
	width: 100%;
}
.news .logo-box a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	height: 160px;
	background: rgba(255,255,255,0.1);
	box-shadow: 0px 0px 35px 0px rgba(4,0,0,0.08);
}
.news .logo-box a:hover{
	opacity: 0.8;
}
.news .logo-box a img{
	height: 60px;
}
.news .logo-box a img.xirui{
	height: 45px;
}
.news .logo-box a img.copyright{
	height: 54px;
}
footer .fontercontent .qrcode{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	font-size: 12px;
	color: #c1c0c0;
	line-height: 20px;
}
footer .fontercontent .qrcode .item{
	margin:0 10px;
}
footer .fontercontent .qrcode img{
	width: 90px;
}
/*computer end*/

/*-------------------------------------分割线-------------------------------------*/
/*note start bettween 992px and 1199px*/
@media screen and (min-width:992px) and (max-width:1199px){
	.top100{
		width: 78%;
	}
	
	header{
		width: 970px;
	}
	.tel{
		display: none;
	}
	header h1 a{
		width: 155px;
	}
	.guide_list>li>a{
		padding: 0 10px;
	}
	#gongao {
		width: 970px;
	}
	.notice{
		width: 970px;
	}
	.banner-index img{
		margin: 40px auto;
		height: 45px;
	}
	.downloadmethods{
		width: 255px;
		height: 315px;
	}
	.video-wrap h3{
		width: 950px;
	}
	.sectionContainer {
		width: 100%;
	}
	.product {
		width: 970px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product.product-wrap{
		padding: 30px 0;
	}
	.product .title {
		width: 100%;
		line-height: 124px;
		margin-bottom: 0;
	}
	.league {
		width: 970px;
	}
	.league.project .project-img{
	    width: 150px;
	}
	.league.project .project-details{
	    width: 230px;
	}
	.news{
		padding: 60px 30px;
	}
	.newscontent{
		padding: 35px;
		width: 900px;
	}
	.newsPic{
		max-height: 250px !important;
		overflow: hidden
	}
	.news_left .tip{
		font-size: 16px;
	}
	.news_right {
		padding-right: 5px;
	}
	.news_right li{
		line-height: 35px;
	}
	.chat{
		display: none;
	}
	.fontercontent {
		width: 920px;
		margin: 0 auto;
	}
	footer dl{
		/* padding-right: 160px; */
	}
	.lastdl{
		/* display: none; */
	}
	
	.logo-content{
		padding: 55px 0;
	}
	.logo-content a{
		margin:0 25px;
		height: 38px;
	}
	.logo-content a.xirui{
		height: 30px;
	}
	
	.news .logo-box{
		margin: 0 auto 60px;
		width: 900px;
	}
	.news .logo-box a{
		height: 140px;
	}
	.news .logo-box a img{
		height: 55px;
	}
	.news .logo-box a img.xirui{
		height: 40px;
	}
	.news .logo-box a img.copyright{
		height: 49px;
	}
}
/*note end*/
/*-------------------------------------分割线----------------------------------*/
/*ipad start betten 768px and 991px*/
@media screen and (min-width:768px) and (max-width:991px){
	.top100{
		width: 78%;
	}
	
	#data{
		padding-bottom: 20px;
	}
	.showonpc {
		/* display:none; */
	}
	.showonphone {
		/* display:block; */
	}
	.header{
		position: static !important;
	}
	header {
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	.login{
		float: left;
		margin-right: 0px;
	}
	.login span{
		text-indent: -9999em;
	}
	.login i{
		display: block;
	}
	h1.f_left{
		float: left;
		display: inline-block;
	}
	.am-nav>li>a{
		font-size: 16px;
	}
	.am-nav>li.am-active>a, 
	.am-nav>li.am-active>a:hover,
	.am-nav>li>a:hover{
		background: #FA9338;
	}
	.am-panel{
		margin-bottom: 0;
	}
	.bannerContainer{
		width: 100%;
	}
	#gongao {
		width: 100%;
		}
	.notice{
		width: 100%;
	}
	.banner{
		width: 100%;
	}
	.banner-index img{
		margin: 35px auto;
		height: 40px;
	}
	.downloadmethods{
		width: 100%;
		height: auto;
	}
	.qrcode-contain{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 260px;
	}
	.method-qrcode{
		float: left;
		width: 70%;
		border-right: 1px solid gainsboro;
		border-bottom: 0px;
	}
	.method-download{
		float: right;
		width: 30%;
		padding-left: 15px;
	}
	.banner .swiper-pagination-bullet {
		width: 30px;
	}
	.video-wrap h3{
		width: 100%;
	}
	.video{
		width: 100%!important;
	}
	.product {
		width: 100%;
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-wrap .min-height{
		min-height: 75px;
	}
	.product-wrap .platform li p{
		width: 100%;
	}
	.product-wrap .community{
		padding: 15px;
		padding-left: 65px;
	}
	.product-wrap .community li{
		width: 67%;
	}
	.product-wrap .community .community-img img{
		width: 100px;
	}
	.product-wrap .community li .community-details{
		width: 100%;
	}
	.product-wrap .community li .community-details p{
		font-size: 14px;
	}
	.product .title {
		width: 100%;
		margin-bottom: 0;
	}
	.product_list {
		width: 100%;
	}
	.product_list .theme {
		font-size: 21px;
	}
	.product_list .function {
		font-size: 14px;
	}
	.sectionContainer {
		padding-bottom: 120px;
		overflow: auto;
	}
	.league {
		margin-top: 0px !important;
		width: 100%;
		padding-bottom: 20px !important;
		overflow: hidden;
	}
	.league.project .project-list li{
		min-height: 265px;
	    padding: 15px;
	}
	.league.project .project-details h3{
		font-size: 18px;
	}
	.leagueonphone {
		width: 100%;
		background: url(../img/leaguegj_onphones.jpg) no-repeat center;
		height: 225px;
	}
	.leagueonphone a{
		display: block;
		width: 100%;
		color: #fff;
		height: 193px;
		text-align: center;
	}
	.leaguePic span{
		display: block;
		width: 152px;
		margin: auto;
		line-height: 152px;
	}
	.leagueonphone a.league_xiaoxi{
		background: url(../img/xiaoxi.png) no-repeat center 8px;
	}
	.leagueonphone a.league_gongzheng{
		background: url(../img/gongzheng.png) no-repeat center 0px;
	}
	.leagueonphone a.league_chongzi{
		background: url(../img/chongzi.png) no-repeat center 8px;
	}
	.leagueonphone a.league_guangbo{
		background: url(../img/guangbo.png) no-repeat center 8px;
	}
	.leagueonphone a.league_banquan{
		background: url(../img/banquan.png) no-repeat center 8px;
	}
	.leagueonphone .swiper-pagination-bullet {
		background: #000000;
		opacity: 0.5;
	}
	.leagueonphone .swiper-pagination-bullet-active{
		background: #fff;
		opacity: 1;
	}
	.fontercontent {
		width: 90%;
	}
	.news {
		padding:50px 30px;
		height: auto;
		/* background: url(../img/news_bg.png) no-repeat center bottom; */
		background-size: cover;
	}
	.newscontent {
		padding: 30px;
		width: 90%;
	}
	.news .more {
		font-size: 15px;
		line-height: 30px;
	}
	.more_project
	{
		font-size: 15px;
		line-height: 30px;
	}
	.news_left {
		width: 100%;
	}
	.news_left .banner_list,
	.news_left .banner_list li,
	.news_left .banner_list li img {
		width: 100%;
	}
	.news_left .banner_list .tip {
		position: absolute;
		bottom: 0;
		font-size: 18px;
	}
	.banner_list .newsPic{
		height: auto;
	}
	.banner_list .newsPic a,
	.banner_list .newsPic img{
		display: block !important;
	}
	.news_right {
		width: 100%;
	}
	.news_right li{
		line-height: 36px;
	}
	.news_right a {
		padding-left: 10px;
		font-size: 16px;
	}
	.news_right a .time {
		padding-right: 10px;
	}
	.chat {
		display: block;
		right: 10px;
		bottom: 50px;
	}
	.chat ul li{
		display: none;
	}
	footer dl:first-child {

		padding-left:20px;
	}
	footer dl:last-child {
		padding-right:20px;
	}
	footer dl:nth-child(3),
	footer dl:nth-child(4),
	footer dl:nth-child(5) {
		/* display: none; */
		padding-right: 0px;
	}
	
	.logo-content{
		padding: 50px 0;
	}
	.logo-content a{
		margin:0 20px;
		height: 36px;
	}
	.logo-content a.xirui{
		height: 28px;
	}
	
	.news .logo-box{
		margin: 0 auto 50px;
		width: 90%;
	}
	.news .logo-box a{
		height: 120px;
	}
	.news .logo-box a img{
		height: 50px;
	}
	.news .logo-box a img.xirui{
		height: 35px;
	}
	.news .logo-box a img.copyright{
		height: 46px;
	}
}
/*pad end*/
/*-----------------------------------分割线-----------------------------------*/
/*phone start little than 767px*/
@media screen and (max-width: 767px) {
	.top100{
		width: 96%;
	}
	
	#data{
		width: 100%;
		padding-bottom: 0;
		font-size: 14px;
	}
	#data h5{
		font-size: 16px;
		line-height: 36px;
	}
	.showonpc {
		display: none;
	}
	.showonphone {
		display: block;
	}
	.sub-nav {
		position: fixed;
		top: 60px;
		z-index: 9999;
		width: 100%;
		background-color: #fff;
	}
	.header{
		position: static !important;
	}
	.header h1 a{
		padding-left: 10px;
	}
	header {
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	.login{
		float: left;
		margin-right: 0px;
	}
	.login span{
		display: none;
	}
	.login i{
		display: block;
	}
	h1.f_left{
		float: left;
		display: inline-block;
	}
	.am-panel{
		margin-bottom: 0;
	}
	.am-nav>li.am-active>a, 
	.am-nav>li.am-active>a:hover,
	.am-nav>li>a:hover{
		background: #FA9338;
	}
	.bannerContainer{
		width: 100%;
	}
	.banner .swiper-pagination-bullet{
		width: 15px;
    	height: 3px;
	}
	#gongao {
		width: 100%;
	}
	
	.notice{
		width: 100%;
	}
	.banner{
		width: 100%;
	}
	.banner-index img{
		margin: 25px auto;
		height: 20px;
	}
	.downloadmethods{
		width: 100%;
		height: auto;
	}
	.qrcode-contain{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 260px;
	}
	.method-qrcode{
		float: left;
		width: 100%;
	}
	.method-download{
		float: right;
		width: 100%;
		padding-bottom: 10px;
	}
	.banner_onphone .swiper-pagination-bullet {
		width: 30px;
	}
	.video-wrap{
		display: none;
	}
	.video-wrap h3{
		width: 100%;
	}
	.video{
		width: 100%!important;
		height:auto;
	}
	.sectionContainer {
		overflow: auto;
		padding-bottom: 60px;
	}
	.product {
		width: 100%;
		margin-top: 0px;
	}
	.product.product-wrap{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.product .title {
		width: 100%;
		margin-bottom: 0;
		font-size: 30px;
		line-height: 40px;
	}
	.product.product-wrap .title{
		font-size: 24px;
		line-height: 70px;	
	}
	.product.product-wrap .title img{
		height: 24px;
	}
	.product-wrap .community{
		padding: 15px;
		padding-left: 85px;
	}
	.product-wrap .community li{
		width: 100% !important;
	}
	.product-wrap .community-img{
		width: 25%;
	}
	.product-wrap .community-img img{
		width: 100%;
	}
	.product-wrap .community li .community-details{
		width: 100%;
	}
	.product-wrap .community li .community-details p{
		font-size: 12px;
	}
	.product-wrap .community li .community-qrcode{
		width: 100%;
		margin-top: 20px;
	}
	.product-wrap .community li .community-qrcode img{
		width: 100px;
		text-align: center;
	}
	.product_list {
		width: 100%;
	}
	.product .product_banquan{
		margin-right: 0px;
	}
	.product_liulanqi,.product_banquan,.product_nongdi,.product_nongxin,.product_block{
		width: 100%;
		padding: 0px;
	}
	.product_block{
		width: 50%;
	}
	.product a .function{
		min-height: 0px;
	}
	.product_shop,.product_shapan{
		width:100%;
		padding: 0px;
	}
	.product_list .theme {
		font-size: 16px;
	}
	.product_list .function {
		font-size: 12px;
	}
	.product li{
		margin-bottom: 5px;
	}
	.product-wrap .platform li{
		width: 100%;
	}
	.product-wrap .platform .platform-line{
		display: none;
	}
	.product li img{
		width: 50%;
	}
	.product-wrap .platform li p{
		width: 80%;
	}
	.product-wrap .platform li img{
		width: auto;
		margin: 10px auto;
	}
	.product-wrap .platform li .platform-btn{
		width: 240px;
		margin: 10px auto;
	}
	.product-wrap .platform li .platform-btn a{
		width: 90px;
		font-size: 12px;
    	line-height: 30px;
	}
	.product_nongdi a img{
		width: 50%;
	}
	
	.product-wrap .goto{
		width: 90px;
		font-size: 12px;
    	line-height: 30px;
	}
	.league {
		margin-top: 80px !important;
		width: 100%;
		padding-bottom: 20px !important;
		overflow: hidden;
	}
	.league.project .project-list{
		flex-wrap: wrap;
	}
	.league.project .project-list li{
		width: 100%;
		padding: 15px;
	}
	.league.project .project-list li:first-child{
		margin-bottom: 5%;
	}
	.league.project .project-list li h3{
		font-size: 14px;
	}
	.league.project .project-list li p{
		font-size: 12px;
	}
	.leaguePic span{
		display: block;
		width: 152px;
		margin: auto;
		line-height: 152px;
	}
	.leagueonphone {
		width: 100%;
		background:url(../img/leaguegj_onphones.jpg) no-repeat center center;
		height: 225px;
	}
	.leagueonphone a{
		display: block;
		width: 100%;
		color: #fff;
		height: 193px;
		text-align: center;
	}
	.leagueonphone a.league_xiaoxi{
		background: url(../img/xiaoxi.png) no-repeat center 8px;
	}
	.leagueonphone a.league_gongzheng{
		background: url(../img/gongzheng.png) no-repeat center 0px;
	}
	.leagueonphone a.league_chongzi{
		background: url(../img/chongzi.png) no-repeat center 8px;
	}
	.leagueonphone a.league_guangbo{
		background: url(../img/guangbo.png) no-repeat center 8px;
	}
	.leagueonphone a.league_banquan{
		background: url(../img/banquan.png) no-repeat center 8px;
	}
	.leagueonphone .swiper-pagination-bullet {
		background: #000000;
		opacity: 0.5;
	}
	.leagueonphone .swiper-pagination-bullet-active{
		background: #fff;
		opacity: 1;
	}
	.news {
		padding: 20px;
		height: auto;
		/* background: url(../img/news_bg.png) no-repeat center bottom; */
		background-size: cover;
	}
	.news h2{
		margin-bottom: 15px;
	}
	.newscontent {
		width: 100%;
		padding: 10px;
	}
	.news .more {
		font-size: 15px;
		line-height: 30px;
	}
	.more_project {
		font-size: 15px;
		line-height: 30px;
	}
	.news_left {
		width: 100%;
	}
	.news_left .banner_list,
	.news_left .banner_list li,
	.news_left .banner_list li img {
		width: 100%;
	}
	.news_left .banner_list .tip {
		padding-left: 10px;
		font-size: 16px;
	}
	.news_right {
		margin-top: 10px;
		width: 100%;
	}
	.news_right li{
		line-height: 32px;
	}
	.news_right a {
		padding: 0px;
		padding-right: 100px;
		font-size: 14px;
	}
	.news_right a .time {
		padding-right: 10px;
	}
	.chat {
		display: block;
		right: 10px;
		bottom: 30px;
		opacity: 0;
	}
	.chat ul li{
		display: none;
	}
	.chat ul li:last-child{
		display: block;
	}
	.fontercontent {
		width: 95%;
		padding: 10px 0;
		text-align: center;
		
	}
	footer dl:nth-child(2),
	footer dl:nth-child(3),
	footer dl:nth-child(4),
	footer dl:nth-child(5) {
		display: none;
		padding-right: 0px;
	}
	.fontercontent dl dt,.fontercontent dl dd{
		text-align: left;
	}
	footer div.fontercontent dl.lastdl{
		display: block;
	}
	footer div.fontercontent dl.lastdl dd{
		text-align: center;
	}
	footer dl:first-child {
		display: inline-block;
		padding-right: 0;
		float: none;
		padding: 0px;
	}
	footer .wrapper .inner p.innerLast{
		display: none;
	}
	.blockonphone{
		display: block;
	}
	
	.logo-content{
		padding: 45px 0;
	}
	.logo-content a{
		margin:0 10px;
		height: 30px;
	}
	.logo-content a.xirui{
		height: 24px;
	}
	
	.news .logo-box{
		flex-direction: column;
		margin: 0 auto 20px;
		width: 100%;
	}
	.news .logo-box a{
		margin-bottom: 20px;
		width: 100%;
		height: 100px;
	}
	.news .logo-box a img{
		height: 35px;
	}
	.news .logo-box a img.xirui{
		height: 30px;
	}
	.news .logo-box a img.copyright{
		height: 30px;
	}
	
	footer .fontercontent .qrcode{
		/* flex-direction: column; */
	}
	footer .fontercontent .qrcode .item{
		margin:0 2px;
		/* margin:5px auto; */
	}
	footer .fontercontent .qrcode img{
		width: 85px;
	}
}
/*phone end*/