.pa {
	position: absolute;
}
/****top*****/
.header {
	position: fixed;
	width: 100%;
	height: 110px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.45s;
}

.head-wrap {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}

.header.active {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.header.active .hlimg1 {
	display: none;
}

.header.active .hlimg2 {
	display: inline-block;
}

.header.active .yj-bot .yj-link {
	color: #2c6daa;
}


.header.active .yj-bot li.active .yj-link {
	color: #468d06;
}

.head-logo {
	float: left;
	height: 110px;
}

.head-logo a {
	display: block;
}

.head-logo img {
	margin-top: 16px;
}

.hlimg1 {
	display: block;
	height:80px;
}

.hlimg2 {
	display: none;
	height:80px;
}

.header .nav {
	position: relative;
	float: right;
}

.header .yj-bot {
	float: left;
}


.nrsearch {
	position: relative;
	padding-left: 45px;
}

.search-down {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.4s;
	transform: translateY(30px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.search-down .text {
	box-sizing: border-box;
	float: right;
	width: 150px;
	height: 38px;
	line-height: 38px;
	color: #004E7B;
	background: #fff;
	outline: none;
	border: none;
	color: #333;
	font-size: 14px;
}

.search-down .sub {
	display: block;
	margin-left: 12px;
	float: left;
	color: #333333;
	font-size: 18px;
	background: none;
	border: none;
	outline: none;
	transition: 0.4s;
}

.nrsearch:hover .search-down {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	pointer-events: visible;
}

.nrsicon {
	display: block;
	color: #fff;
	font-size: 16px;
}


.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 30px;
	z-index: 3;
	line-height:110px;
}

.header .yj-bot li.active .yj-link {
	color: #74b539;
}

.header .nav li:hover .ej-list {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	position: absolute;
	z-index: 10;
	width: 100%;
	transform: translateY(20px);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.el-link {
	position: relative;
	display: block;
	color: #000;
	font-size: 16px;
	box-sizing: border-box;
	border-bottom:1px solid #eee;
	padding: 15px 0 15px 20px;
}

.el-link img{
	vertical-align:middle;
	width:20px;
	margin-right:10px;
}

.el-link:hover {
	background-color:#efefef;
	cursor:pointer
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 75px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 37.5px 0 0 17.5px;
	width: 10px;
	height: 2px;
	background-color: #74b539;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	left: 0;
	background-color: #74b539;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	height: 2px;
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #74b539;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 75px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie .subnav {
	background:#f9f9f9;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 12px 5% 12px 15%;
	border-top:1px solid #dddddd;
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #74b539;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	line-height: 1.5;
	font-size: 16px;
	color: #418907;
}

.menuMoblie font{
	display:block;
	font-size: 12px;
	padding-top:7px;
	color:#9f9f9f;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateX(0);
}

/****banner*****/
.swiper-banner {
	width: 100%;
	height: 900px;		

}

.swiper-banner .swiper-slide {
	width: 100%;
	height: 900px;
	color: #fff;
	display: block;
}

.swiper-banner .swiper-slide .sl-left {
	width: 100%;
	/*left: 720px;*/
	left: calc(13% + 470px);
	top: 280px;
}

.swiper-banner .swiper-slide .lxz {
	font-size: 20px;
	color:#02ca92;
}
.swiper-banner .swiper-slide .tdz {
	font-size: 30px;
	font-weight:bold;
	line-height:180%;
}
.swiper-banner .swiper-slide .jsz {
	font-size: 18px;
	width:525px;
	line-height:180%;
}
.swiper-banner .swiper-slide .btn {
	width: 185px;
	height: 50px;
	line-height: 50px;
	background:#3371ff;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
}

.swiper-banner .swiper-slide .t1 {
	top: 0px;
	left: 0px;
}
.swiper-banner .swiper-slide .t2 {
	top: 50px;
	left: 0px;
}
.swiper-banner .swiper-slide .t3 {
	top: 110px;
	left: 0px;
}
.swiper-banner .swiper-slide .t4 {
	left: 0px;
	top: 230px;
}
.swiper-banner .swiper-slide .t5 {
	top: 0px;
	left: 0px;
}
.swiper-banner .swiper-slide .t6 {
	top: 50px;
	left: 0px;
}
.swiper-banner .swiper-slide .t7 {
	top: 110px;
	left: 0px;
}
.swiper-banner .swiper-slide .t8 {
	left: 0px;
	top: 230px;
}
.swiper-banner .swiper-slide .t9 {
	top: 40px;
	left: 0px;
}
.swiper-banner .swiper-slide .t10 {
	top: 150px;
	left: 0px;
}
.swiper-banner .swiper-slide .t11 {
	left: 0px;
	top: 230px;
}
.swiper-banner .swiper-slide .t12 {
	left: 200px;
	top: 230px;
}
.swiper-banner .swiper-slide .t13 {
	top: 0px;
	left: 0px;
}
.swiper-banner .swiper-slide .t14 {
	top: 50px;
	left: 0px;
}
.swiper-banner .swiper-slide .t15 {
	top: 160px;
	left: 0px;
}
.swiper-banner .swiper-slide .t16 {
	left: 0px;
	top: 230px;
}
.swiper-banner .swiper-slide .t17 {
	left: 200px;
	top: 230px;
}

.swiper-banner .swiper-slide .t18 {
	left: 0px;
	top: 80px;
}
.swiper-banner .swiper-slide .t19 {
	left: 0px;
	top: 160px;
	font-size: 18px;
	line-height:180%;
}
.swiper-banner .swiper-slide .t20 {
	left: 0px;
	top: 230px;
}


.swiper-banner .swiper-slide.slide1 {
	background: url(bannera.jpg) no-repeat center top #070E2A;
}

.swiper-banner .swiper-slide.slide2 {
	background: url(bannerb.jpg) no-repeat center top #1A0844;
}

.swiper-banner .swiper-slide.slide3 {
	background: url(bannerc.jpg) no-repeat center top #06195E;
}

.swiper-banner .swiper-slide.slide4 {
	background: url(bannerd.jpg) no-repeat center top #21202E;
}

.swiper-banner .swiper-slide.slide5 {
	background: url(bannere.jpg) no-repeat center top #033045;
}

.swiper-banner .swiper-nav {
	width: 360px;
	height: 375px;
	/*left: 250px;*/
	left: 13%;
	top: 250px;
	z-index: 999;
}

.swiper-banner .swiper-nav li {
	color: #fff;
	width: 360px;
	height: 75px;

}

.swiper-banner .swiper-nav li .info {
	width: 300px;
	height: 75px;
	padding-left:20px;
	background: rgba(233, 233, 233, 0.15);
}

.swiper-banner .swiper-nav li .info .mma {
	padding-top:22px;
	color: #fff;
	font-size: 18px;
	line-height:1.5;
}

.swiper-banner .swiper-nav li .info .mmb {
	padding-top:10px;
	color: #fff;
	font-size: 18px;
	line-height:1.5;
}

.swiper-banner .swiper-nav li.active {
	background: url(bang.png) no-repeat left top;
}

.swiper-container
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}

.swiper-wrapper
{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	-webkit-transition-property:0;
	-moz-transition-property:0;
	-o-transition-property:0;
	-ms-transition-property:0;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.swiper-slide
{
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
}
/*******导航下拉********/
.w750{
	width:750px;
}

.li-hover-white {
	position:relative;
	text-align:left;
	width: 250px;
	height:80px;
	float:left;
	padding-left:25px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	box-sizing: border-box;
}
.li-hover-white img {
	position:absolute;
	top:32px;
	width:24px;
}
.li-hover-white .tmp1 {
	font-size:16px;
	margin:18px 0 0 35px;
}
.li-hover-white .tmp2 {
	font-size:12px;
	margin:7px 0 0 35px;
	color:gray;
}
.li-hover-white a {
	color:#000;
	text-decoration:none
}
.li-hover-white {
	border-bottom:1px solid #eee
}
.li-hover-white:hover {
	background-color:#efefef;
	cursor:pointer
}
/***************/

/******横幅*********/
.hlbj{
	position: absolute;
	width:100%;
	z-index:99;
	bottom:0;
	height:165px;
	background:rgba(51, 113, 255, .4)
}
.hlbj .hl_a{
	margin-left:15%;
	margin-top:30px;
	font-size:16px;
	color:#FFF;
}
.hlbj .hl_b{
	margin-left:15%;
	margin-top:15px;
	font-size:28px;
	color:#FFF;
}
.hlbj .hl_c{
	margin-left:15%;
	margin-top:15px;
	font-size:16px;
	color:#FFF;
}
/***************/

/*******盒子标题********/
.index-box {
	padding-top: 50px;
	padding-bottom: 50px;
}
.index-boxx {
	padding-top: 50px;
	padding-bottom: 50px;
}
.index-title h5 {
	margin-bottom: 15px;
	text-align: center;
	color: #026bbc;
	font-size: 33px;
	letter-spacing:3px;
}

.index-title h6 {
	font-size: 18px;
	color: #7b7a7a;
	text-align: center;
	letter-spacing:1px;
	font-weight:500;
}

.index-title h4 {
	color: #5c5c5c;
	margin-bottom: 15px;
	text-align: center;
	font-size: 36px;
	line-height:150%;
	letter-spacing:1px;
	font-weight:500;
}
.linee{ width:75px; height:3px; background-color:#3371ff; margin:0 auto; margin-bottom:35px;}

.box2{ background-color:#f4f4f4;}
.box3{ background: url(bj_02.jpg) no-repeat top center;}
.box3 .index-title h4,.box3 .index-title h6{ color:#FFF;}
.box4{ background: url(bj_03.jpg) no-repeat top center;}
.box4 .index-title h4,.box4 .index-title h6{ color:#FFF;}
.box5{ background: url(jjfa_bg.jpg) no-repeat top center;}
.box6{ background: url(zh_bj.jpg) top center;}
.box6 .index-title h4,.box6 .index-title h6{ color:#FFF;}
.main-con {max-width: 1300px;margin: 0 auto; }
.main-cona {max-width: 1000px;margin: 0 auto;}

/*******新闻********/
/*活动门*/
.tab {
	width:100%;
	max-width:1300px;
	margin: 0 auto;
}
.tab-hd {
	margin:0 auto;
	padding: 40px 0;
	text-align: center;
}
.tab-hd a {
	display: inline-block;
	margin-right: 29px;
	width: 160px;
	height:45px;
	text-align: center;
	font-size:16px;
	line-height: 45px;
	border: 1px solid #e3e2e2;
	border-radius: 23px;
}
.tab-hd a:last-child {
	margin-right: 0;
}
.tab-hd a.active {
	color:#fff;background: #529f15;
}


.tab-bd dt{display:none;}


/* 新闻动态 */
.fadeInLeft{ float:left; width:60%;}
.fadeInRight{ float:right; width:39.5%;}

.news-list-item {
	float: left;
	position: relative;
	margin-right: 5%;
	width: 45%;
	font-size: 0;
	background-color: #fff;
	cursor: pointer;
	 box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news-list-item:nth-child(2n) {
	margin-right: 0;
}

.news-list-itemImg
{
    width: 100%;height: 216px;text-align: center;overflow: hidden;
}

.news-list-itemImg img{
    width: 100%;height: 100%;transition: transform 0.3s ease;
}
.news-list-item:hover img {
  transform: scale(1.2);
}

.news-list-itemInfo {
	padding: 25px 20px;
}

.news-list-itemTitle {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #282828;
	white-space: nowrap; 
  	overflow: hidden; 
 	text-overflow: ellipsis;
}

.news-list-itemText,
.news-list-itemDate,
.news-list-itemInfo {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	
}

.news-list-itemText {
	margin-top: 10px;
}

.news-list-itemCell {
	margin-top: 16px;
	padding-top: 15px;
}

.news-list-item:hover {
	background-color: #0066CC;
	box-shadow: 0 5px 15px rgba(0,48,89, 0.4);
}

.news-list-item:hover:after {
	z-index: 2;
}

.news-list-item:hover .news-list-itemTitle {
	color: #fff;
}

.news-list-item:hover .news-list-itemText,
.news-list-item:hover .news-list-itemDate,
.news-list-item:hover {
	color: #B3CEE6;
}

.news-list-item:hover .news-list-itemCell {
	border-color: #B3CEE6;
}

.news-list-item2 {
	width: 100%;
	height: 90px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
	padding: 15px 0;
	overflow: hidden;
	box-sizing: border-box;
}

.news-list-item2:nth-child(n + 2) {
	margin-top: 28px;
} 

.news-list-item2DateBox {
	float: left;
    width: 90px;
    display: inline-block;
    border-right: 1px solid #E6E6E6;
}

.news-list-item2Date {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	text-align: center;
}

.news-list-item2YearMonth {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #999;
	text-align: center;
}

.news-list-item2Info {
	float:left;
	width:calc(100% - 100px);
	padding: 7px 10px 7px 20px;
	box-sizing: border-box;
}

.news-list-item2InfoTitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	white-space: nowrap; 
  	overflow: hidden; 
 	text-overflow: ellipsis;
}

.news-list-item2InfoText {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #999;
	white-space: nowrap; 
  	overflow: hidden; 
 	text-overflow: ellipsis;
}

.news-list-item2:hover {
	background-color: #0066CC;
    box-shadow: 0 5px 15px rgba(0,48,89, 0.4);
}

.news-list-item2:hover * {
	color: #fff;
}

/********挑战********/
.cleara { clear: both; }

.tz{ margin-top:25px;}
.tz .bs_info ul li{width: 216px;height: 360px;background-color: #fff;text-align: center;position: relative;float: left;}
.tz .bs_info ul li:nth-child(odd) {background-color: #efefef;}
.tz .bs_info ul li .bs_nr{padding: 55px 0 0;}
.tz .bs_info ul li .bs_nr .shuzi{ color:#949292;font-size:60px;line-height:100%; margin-bottom:10px;}
.tz .bs_info ul li .bs_nr .shuzi font{border-bottom:3px solid #6ab42f;}
.tz .bs_info ul li:nth-child(odd) .bs_nr .shuzi font{border-bottom:3px solid #3371ff}
.tz .bs_info ul li .bs_nr .pica{width: 90px;height: 90px;margin: 0 auto;overflow: hidden;}
.tz .bs_info ul li .bs_nr .texta{margin-top: 20px;}
.tz .bs_info ul li .bs_nr .texta a h2{color: #333;font-size: 18px;font-weight: normal; padding:0 25px;}
.tz .bs_info ul li:hover{background-color: #6ab42f;transition: background-color 0.4s ease-out;}
.tz .bs_info ul li:hover:nth-child(odd) {background-color: #3371ff;}
.tz .bs_info ul li:hover .bs_nr .texta a h2{color: #fff;}

.tz .bs_info ul li .bs_nr .pica{background: url(tz_01.png) no-repeat top; }
.tz .bs_info ul li:hover .bs_nr .shuzi{color:#fff;}
.tz .bs_info ul li:hover .bs_nr .shuzi font{border-bottom:3px solid #fff;}
.tz .bs_info ul li:hover .bs_nr .pica{background: url(tz_01.png) no-repeat bottom;}
.tz .bs_info ul li+li .bs_nr .pica{background: url(tz_02.png) no-repeat top; }
.tz .bs_info ul li+li:hover .bs_nr .pica{background: url(tz_02.png) no-repeat bottom;}
.tz .bs_info ul li+li+li .bs_nr .pica{background: url(tz_03.png) no-repeat top; }
.tz .bs_info ul li+li+li:hover .bs_nr .pica{background: url(tz_03.png) no-repeat bottom;}
.tz .bs_info ul li+li+li+li .bs_nr .pica{background: url(tz_04.png) no-repeat top; }
.tz .bs_info ul li+li+li+li:hover .bs_nr .pica{background: url(tz_04.png) no-repeat bottom;}
.tz .bs_info ul li+li+li+li+li .bs_nr .pica{background: url(tz_05.png) no-repeat top; }
.tz .bs_info ul li+li+li+li+li:hover .bs_nr .pica{background: url(tz_05.png) no-repeat bottom;}
.tz .bs_info ul li+li+li+li+li+li .bs_nr .pica{background: url(tz_06.png) no-repeat top; }
.tz .bs_info ul li+li+li+li+li+li:hover .bs_nr .pica{background: url(tz_06.png) no-repeat bottom;}

/********困扰分账********/
.krfzxt{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:25px}
.krfzxt .item{width:22%;height:275px;background-color:#fff;box-shadow:1px 8px 25px 0px rgba(65,115,178,0.13);margin-bottom:70px;border-radius:7px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.krfzxt .item:hover{border-bottom:5px solid #55a5fb}
.krfzxt .item a{width:100%;height:100%;display:block;text-align:center;text-decoration:none;padding-top:24px;box-sizing:border-box;overflow:hidden}
.krfzxt .item a img{display:block;margin:0px  auto;width:90px;height:90px}
.krfzxt .item:hover img{transform:rotate(360deg);transition:transform 0.8s ease-in-out}
.krfzxt .item a .textH3{margin-top:10px;font-size:18px;line-height:50px;color:#2a313c}
.krfzxt .item a .textP{font-size:14px;line-height:170%;color:#b0b2b7;padding:0 25px}
		
.dmfz{max-width: 1000px;margin: 0 auto; text-align:center; color:#7b7a7a; font-size:18px; line-height:200%;}

/********生态模式********/
.stms{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:50px}
.stms .item{width:30%;height:200px;margin-bottom:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.stms .bm1{background:rgba(51, 113, 255, .4)}
.stms .bm2{background:rgba(3, 201, 148, .4)}
.stms .bm3{background:rgba(253, 173, 61, .4)}
.stms .bm1:hover{background:rgba(51, 113, 255)}
.stms .bm2:hover{background:rgba(3, 201, 148)}
.stms .bm3:hover{background:rgba(253, 173, 61)}
.stms .item a{width:100%;height:100%;display:block;text-align:center;padding-top:24px;}
.stms .item a .textH3{margin-top:10px;font-size:24px;line-height:50px;color:#fff; font-weight:400;}
.stms .item a .textP{font-size:16px;line-height:170%;color:#fff;padding:15px 15% 0;}

/********iconfz********/
.iconfz { max-width:1100px; margin:0 auto;margin-top:35px;}
.iconfz ul li{ float:left; width:120px; height:110px; text-align:center;background: url(iconfz.png) no-repeat top;padding-top:65px; margin-left:1.5%;box-sizing: border-box; font-size:16px; color:#383737;}

/********优势********/
.ys_main{max-width: 1000px;margin: 0 auto; margin-top:40px;}
.ys_main .ys_l{ float:left; width:27%;}
.ys_main .ys_l .ys_box{background:rgba(45, 97, 218, .3); width:100%; height:150px; padding:25px; box-sizing: border-box; text-align:right;}
.ys_main .ys_l .ys_box .ys_bt{ color:#FFF; font-size:18px;}
.ys_main .ys_l .ys_box .ys_fbt{ color:#FFF; font-size:14px; padding-top:10px;}
.ys_main .ys_l .ys_box .ys_nr{ color:#FFF; font-size:12px; padding-top:10px; line-height:150%;}

.ys_main .ys_z{ float:left; width:46%; box-sizing: border-box; text-align:center;}
.ys_main .ys_z img{ width:80%;}

.ys_main .ys_r{ float:right; width:27%;}
.ys_main .ys_r .ys_box{background:rgba(45, 97, 218, .3); width:100%; height:150px; padding:25px; box-sizing: border-box; text-align:left;}
.ys_main .ys_r .ys_box .ys_bt{ color:#FFF; font-size:18px;}
.ys_main .ys_r .ys_box .ys_fbt{ color:#FFF; font-size:14px; padding-top:10px;}
.ys_main .ys_r .ys_box .ys_nr{ color:#FFF; font-size:12px; padding-top:10px; line-height:150%;}

.xtsy{max-width: 820px;margin: 0 auto; margin-top:2%; text-align:center;}
.xtsy img{ width:95%;}

/********生态模式********/
.lhfz{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:30px}
.lhfz .item{width:30%;height:220px;margin-bottom:20px;box-shadow:1px 3px 5px 0px rgba(133,133,133,0.4);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.lhfz .bm1{background: url(lhfz_1.jpg) no-repeat top;}
.lhfz .bm2{background: url(lhfz_2.jpg) no-repeat top;}
.lhfz .bm3{background: url(lhfz_3.jpg) no-repeat top;}
.lhfz .bm1:hover{background:rgba(51, 113, 255)}
.lhfz .bm2:hover{background:rgba(3, 201, 148)}
.lhfz .bm3:hover{background:rgba(253, 173, 61)}
.lhfz .item a{width:100%;height:100%;display:block;text-align:center;padding-top:24px;}
.lhfz .item a .textH3{margin-top:10px;font-size:24px;line-height:50px;color:#fff; font-weight:400;}
.lhfz .item a .textP{font-size:16px;line-height:170%;color:#fff;padding:15px 15% 0;}

.fzgnsy{max-width: 1300px;margin: 0 auto; margin-top:2%; text-align:center;}
.fzgnsy1{margin: 0 auto; margin-top:2%; text-align:center;display:none;}
.fzgnsy img{ width:95%;}
.fzgnsy1 img{ width:95%;}

/********解决方案********/
.jjfa{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:25px;}
.jjfa .item{width:32%;height:210px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.jjfa .item:hover{background-color:#fff;box-shadow:1px 8px 25px 0px rgba(65,115,178,0.13);border-radius:7px;}
.jjfa .item a{width:100%;height:100%;display:block;text-align:center;text-decoration:none;padding-top:15px;box-sizing:border-box;overflow:hidden}
.jjfa .item a img{display:block;margin:0px  auto;width:50px;height:50px}
.jjfa .item:hover img{transform:rotate(360deg);transition:transform 0.8s ease-in-out}
.jjfa .item a .textH3{font-size:18px;line-height:50px;color:#333}
.jjfa .item a .textP{font-size:14px;line-height:170%;color:#7b7a7a;padding:0 25px}

/******支持100**优势********/
.zc100{max-width: 870px;margin: 0 auto; margin-top:2%; text-align:center;}
.zc100 img{ width:95%;}

.ys01{max-width: 950px;margin: 0 auto; margin-top:2%; text-align:center;}
.ys01 img{ width:95%;}
.ys02{max-width: 900px;margin: 0 auto; margin-top:2%; text-align:center;}
.ys02 img{ width:95%;}
.ys03{max-width: 1070px;margin: 0 auto; margin-top:2%; text-align:center;}
.ys03 img{ width:95%;}

/********交易管理********/
.w870{max-width: 920px;margin: 0 auto; text-align:center;}
.jygla,.jyglb{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:50px}
.jygla .item{width:22%;height:230px;border-radius:35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.jyglb .item{width:29%;height:230px;border-radius:35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.jygla .bm,.jyglb .bm{background:rgba(3, 67, 149, .7);}
.jygla .bm:hover,.jyglb .bm:hover{background:rgba(51, 113, 255)}
.jygla .item a,.jyglb .item a{width:100%;height:100%;display:block;text-align:center;padding-top:24px;}
.jygla .item a img,.jyglb .item a img{display:block;margin:0px  auto;width:55px;height:55px}
.jygla .item:hover img,.jyglb .item:hover img{transform:rotate(360deg);transition:transform 0.8s ease-in-out}
.jygla .item a .textH3,.jyglb .item a .textH3{margin-top:10px;font-size:18px; font-weight:bold;line-height:35px;color:#fff}
.jygla .item a .textP,.jyglb .item a .textP{font-size:14px;line-height:170%;color:#fff;padding:0px 5% 0;}

.jjfatj{max-width: 1300px;margin: 0 auto; margin-top:2%; text-align:center;}
.jjfatj img{ width:95%;}

/********foot********/
.inline{display:inline}

.footer{background-color:#232c41;color:#fff}
.footer-content{ max-width:1200px;padding:50px 0 0; margin:0 auto; }
.footer-linea{margin:35px 0px 25px; width:70%; float:left;}
.footer-logo{display:inline-block;vertical-align:middle;margin-right:20px}
.footer-logo img{height:55px;}
.footer-link li{display:inline-block;margin:0 30px;line-height:40px;vertical-align:middle;}
.footer-link li a{color:#fff;line-height:40px}
.footer-link li a:hover{color:#6ab42f}

.footer-tel {margin:35px 0px 0px;color:#cfcfd1;line-height:23px;}
.footer-tel li{font-size: 14px;margin-bottom: 15px; float:left; width:49%;}
.footer-tel .lg-orange{font-size:22px;font-weight:700;color:#6ab42f}

.footer-lineb{margin:35px 35px 25px 20px; width:250px; float:right;}
.footer-qrcode  {float:left;text-align: center; margin-left:15px;}
.footer-qrcode p{margin-bottom: 5px;}
.qrcode-sm{ width:95px;}

.yq_link{ border:1px solid #394254; padding:15px;color:#cfcfd1; font-size:14px;}
.yq_link a{color:#cfcfd1;}
.yq_link a:hover{color:#6ab42f;}

.copyright{font-size:14px;background-color:#21283a;color:#cfcfd1;text-align:center;padding:15px 0}
.copyright a{color:#cfcfd1;}


.iconfont::before{margin-right:10px;font-size:16px}