body {
	width: 100%;
}
.flex {
	display: flex;
}
.is-justify-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.is-flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.is-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.section {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.banner-con {
	position: relative;
	width: 100%;
}
.banner-bg {
	position: relative;
}
.header-box {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.pc-txt {
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, 0);
	z-index: 66;
}
.banner-bg img {
	width: 100%;
}
.mobile-bg {
	display: none;
}
.header .logo img { height:76px
}

.active {
  border-bottom: solid 2px #39A79E;
}
.header .menu ul li {
	padding: 0 24px;
	position: relative;
}
.header .menu ul li:last-child {
	padding: 0;
	padding-left: 26px;
	margin-top: 13px;
}
.header .menu ul li a {
	font-size: 20px;
	color: #fff;
	line-height: 54px;
}
.header .menu ul .menu-contact {
	margin-left: 30px;
	position: relative;
}
.header .menu ul .menu-contact img {
	height: 20px;
	position: absolute;
	left: 0;
	top: 16px;
}
.header .menu ul .menu-contact span {
	font-size: 20px;
	color: #333;
	line-height: 54px;
}
.header .menu ul li a:hover{
	color: #1BB597;
}
.header .menu ul .nav-item>span {
	width: 0;
	height: 1px;
	background-color: #1BB597;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	transition: all .4s;
}
.mobile-header {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 0px 2px 30px 0px rgb(0 0 0 / 12%);
}
.mobile-header-box {
	position: relative;
	padding: 0 15px;
	justify-content: space-between;
}

.mobile-header .logo img {
	height: 50px;
	display: block;
}
.mobile-menu-contact span {
	font-size: 18px;
	color: #666;
	line-height: 50px;
}
.menu-btn {
	position: relative;
}
.menu-btn i {
	font-size: 20px;
	color: #666;
	position: absolute;
	right: 0;
	top: 15px;
}
.mobile-menu {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 99;
	display: none;
}
.mobile-menu {
	width: 100%;
}
.mobile-menu ul li {
	height: 50px;
	text-align: center;
	border-bottom: solid 1px #ebebeb;
	background-color: #f5f5f5;
}
.mobile-menu ul li a {
	font-size: 16px;
	line-height: 50px;
	color: #333;
	display: block;
	width: 100%;
}
.mobile-header {
	display: none;
}
.mobile-menu-contact {
	position: relative;
	padding-left: 24px;
}
.mobile-menu-contact img {
	position: absolute;
	left: 0;
	top: 15px;
	height: 18px;
}
.banner-txt {
	margin-top: 8%;
}
.banner-txt h2 {
	font-size: 56px;
	font-family: FZLanTingHeiS-B-GB-Regular, FZLanTingHeiS-B-GB;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.banner-txt p {
	font-size: 28px;
	font-family: FZLanTingHeiS-R-GB-Regular, FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 1px;
	opacity: .8;
	margin-bottom: 40px;
}
.banner-txt a {
	display: block;
	width: 240px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #0B1082;
	background: linear-gradient(135deg, #2AFADF 0%, #4C83FF 100%);
	border-radius: 80px 80px 80px 80px;
	opacity: 1;
}
.gongneng {
	padding: 50px 0;
}
.product{ padding-top:150px;}
.s-tit {
	margin-bottom: 10px;
	position: relative;
	justify-content: space-between;
}
.s-tit h3 {
	font-size: 30px;
	color: #05087C;
	text-align: center;
}
.s-tit img {
	margin-top: 16px;
	width: 100%;
}
.s-tit .left, .s-tit .right {
	width: 36%;
}
.s-mes {
	font-size: 16px;
	color: #999;
	text-align: center;
}
.gn-con {
	margin-top: 160px;
}
.gn-conduibi {
	margin-top: 60px;
}
.gn-con .con-box {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	margin: 0 auto;
	opacity: 0.9;
	border: 2px solid #D0E3FF;
	position: relative;
}
.gn-con .con-box .circ {
	width: 340px;
	height: 340px;
	opacity: 0.3;
	border: 2px solid #DAE8FF;
	position: absolute;
	left: 80px;
	top: 80px;
	border-radius: 50%;
}
.gn-con .con-box .main-icon {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: linear-gradient(360deg, #DFE9F3 0%, #FFFFFF 100%);
	box-shadow: 0px 8px 44px 1px rgba(22, 100, 217, 0.16);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.gn-con .con-box .main-icon {
	text-align: center;
}
.gn-con .con-box .main-icon .m-icon {
	margin-top: 50px;
	margin-bottom: 0px;
}
.gn-con .con-box .main-icon p {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.g-icon .icon-box {
	width: 80px;
	height: 80px;
	background: linear-gradient(180deg, #00DBB5 0%, #00D3E2 100%);
	box-shadow: 0px 0px 12px 1px rgba(4, 167, 174, 0.6);
	border-radius: 50%;
	text-align: center;
}
.g-icon .icon-box img {
	margin-top: 10px;
}
.g-icon h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.g-icon p {
	font-size: 14px;
	color: #666;
	width: 100%;
}
.icon1 .icon-box {
	text-align: center;
	margin: 0 auto;
}
.icon1 {
	width: 300px;
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translate(-50%, 0);
}
.m40 {
	padding-bottom: 40px;
	padding-top: 20px;
}
.icon1 h4 {
	text-align: center;
}
.icon1 p {
	text-align: left;
	margin-bottom: 10px;
}
.icon2 {
	width: 300px;
	position: absolute;
	bottom: -128px;
	left: 50%;
	transform: translate(-50%, 0);
}
.icon2 .icon-box {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.icon2 h4 {
	text-align: center;
}
.icon2 p {
	text-align: left;
	margin-bottom: 10px;
}
.icon3 {
	width: 320px;
	position: absolute;
	top: 40px;
	left: -215px;
}
.icon3 {
	justify-content: space-between;
}
.icon3 .g-mes {
	width: 230px;
}
.icon3 .icon-box img {
	margin-top: 16px;
}
.icon4 {
	width: 320px;
	position: absolute;
	top: 40px;
	right: -210px;
	justify-content: space-between;
}
.icon4 .g-mes {
	width: 230px;
}
.icon4 .icon-box img {
	margin-top: 16px;
}
.icon5 {
	width: 320px;
	position: absolute;
	top: 50%;
	left: -285px;
	justify-content: space-between;
	transform: translate(0, -50%);
}
.icon5 .g-mes {
	width: 230px;
}
.icon5 .icon-box img {
	margin-top: 16px;
}
.icon6 {
	width: 320px;
	position: absolute;
	top: 50%;
	right: -285px;
	justify-content: space-between;
	transform: translate(0, -50%);
}
.icon6 .g-mes {
	width: 230px;
}
.icon6 .icon-box img {
	margin-top: 16px;
}
.icon7 {
	width: 320px;
	position: absolute;
	bottom: 40px;
	left: -220px;
	justify-content: space-between;
}
.icon7 .g-mes {
	width: 230px;
}
.icon7 .icon-box img {
	margin-top: 16px;
}
.icon8 {
	width: 320px;
	position: absolute;
	bottom: 30px;
	right: -215px;
	justify-content: space-between;
}
.icon8 .g-mes {
	width: 230px;
}
.icon8 .icon-box img {
	margin-top: 16px;
}
.duibi {
	padding-top: 150px;
}
.youshi {
	padding: 50px 0;
}

.ys-icon .mes{
	transform: rotate(-45deg);
	margin-top: 18px;
}
.ys-icon .mes p{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}
.ys-icon .mes i{
	font-size: 48px;
	color: #fff;
}
.mobile-txt {
	display: none;
}
.pay-mode {
	padding: 60px 0;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: 100% 100%;
}
.pay-mode .s-tit h3, .pay-mode .s-mes {
	color: #fff;
}
.pay-list ul {
	justify-content: space-between;
}
.pay-list ul li {
	width: 28%;
	background-color: #fff;
	border-radius: 12px;
}
.pay-item-con {
	padding: 40px;
}
.pay-icon {
	text-align: center;
	margin-bottom: 10px;
}
.pay-list {
	margin-top: 30px;
}
.pay-list ul li .p-tit {
	justify-content: center;
	margin-bottom: 8px;
}
.pay-list ul li .p-tit h4 {
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}
.pay-list ul li .p-tit span {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.pay-list ul li .p-tips {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-bottom: 20px;
}
.pay-list ul li dl dd {
	font-size: 14px;
	color: #333;
	padding-left: 30px;
	position: relative;
	margin-bottom: 8px;
}
.pay-list ul li dl dd::before {
	content: '';
	width: 18px;
	height: 3px;
	background-color: #00DBB5;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
}
.contact {
	position: relative;
}
.contact .section {
	position: absolute;
	left: 0;
	top: 0;
}
.contact-bg img {
	width: 100%;
	vertical-align: middle
}
.cbg-mobile {
	display: none;
}
.contact-con {
	margin-left: 30%;
	margin-top: 10%;
}
.contact-con h3 {
	font-size: 36px;
	color: #05087C;
	margin-bottom: 90px;
}
.contact-conleft {
	width: 50%;
	float: left
}
.contact-conright {
	width: 40%;
	float: left;
	text-align: left
}
.contact-conright p {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	width: 120px;
}
.contact-con .phone-number {
	margin-bottom: 20px;
}
.contact-con .phone-number img {
	margin-right: 10px;
}
.contact-con .phone-number p {
	font-size: 20px;
	color: #05087C;
}

.contact-con .phone-number1 {
	margin-bottom: 20px;
}
.contact-con .phone-number1 img {
	margin-right: 10px;
}
.contact-con .phone-number1 p {
	font-size: 20px;
	color: #05087C;
}
.contact-con .phone-number2 {
	margin-bottom: 20px;
}
.contact-con .phone-number2 img {
	margin-right: 10px;
}
.contact-con .phone-number2 p {
	font-size: 20px;
	color: #05087C;
}
.contact-con .phone-number3 {
	margin-bottom: 20px;
}
.contact-con .phone-number3 img {
	margin-right: 10px;
}
.contact-con .phone-number3 p {
	font-size: 20px;
	color: #05087C;
}
.btn-row {
	margin-top: 3%;
	margin-left: 5%
}
.btn-row p {
	margin-top: 10px;
	width: 120px;
	text-align: center
}
.btn-row a {
	width: 150px;
	height: 40px;
	background-color: #05087C;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	margin-right: 20px;
	border-radius: 20px;
}
.btn-row a:first-child {
	border: solid 1px #05087C;
	box-sizing: border-box;
	color: #05087C;
	background-color: transparent;
}
.footer {
	background-color: #191938;
	width: 100%;
	float: left
}
.footer .section {
	justify-content: space-between;
	padding: 50px 0;
}
.footer .contact-box {
	width: 45%;
}
.footer .ewm {
	width: 45%;
}
.footer .f-tit {
	margin-bottom: 30px;
}
.footer .f-tit h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.footer .f-tit .f-line {
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.contact-box ul li {
	margin-bottom: 12px;
}
.contact-box ul li img {
	margin-right: 16px;
}
.contact-box ul li span {
	font-size: 14px;
	color: #fff;
}
.ewm-box img {
	width: 160px;
	height: 160px;
}
.ewm-box .ewm-con {
	margin-right: 30px;
}
.ewm-box .ewm-con p {
	font-size: 14px;
	text-align: center;
	margin-top: 16px;
	color: #fff;
}
.copy-txt {
	background-color: #000022;
	text-align: center;
	padding: 15px 0;
}
.copy-txt p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.mobile-gn {
	margin-top: 20px;
	display: none;
}
.mobile-gn ul li {
	justify-content: space-between;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 12px 1px rgba(22, 100, 217, 0.16);
}
.mobile-gn ul li:last-child {
	margin-bottom: 8px;
}
.mobile-gn ul li .icon-box {
	width: 80px;
	height: 80px;
	background: linear-gradient(180deg, #00DBB5 0%, #00D3E2 100%);
	box-shadow: 0px 0px 12px 1px rgb(4 167 174 / 60%);
	border-radius: 50%;
	text-align: center;
}
.mobile-gn ul li .icon-box img {
	margin-top: 12px;
}
.mobile-gn ul li .g-mes {
	width: 68%;
}
.mobile-gn ul li .g-mes h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.mobile-gn ul li .g-mes p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}
.banner-txt a:hover {
	color: #fff;
}
.ys-img {
	width: 360px;
	height: 240px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 16px;
}
.ys-img img {
	transition: all .3;
}
.ys-img img:hover {
	transform: scale(1.2);
}
.pay-item {
	transition: all .5s;
}
.pay-item .pay-icon {
	transition: all .5s;
}
.pay-item:hover {
	background-color: #fafafa;
}
.pay-item:hover .pay-icon {
	transform: rotateY(360deg);
}
.proSwiper {
	height: 950px;
	margin: 0 auto;
}
.thumbs_tit {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.proSwiper .proIcon {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto 10px auto;
}
.proIcon.i_home {
	background-image: url(../img/i_phone.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.proIcon.i_site {
	background-image: url(../img/i_client.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.proIcon.i_stage {
	background-image: url(../img/i_pc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.proSwiper .swiper-container {
	width: 100%;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sub-item {
	width: 33.33%;
	height: 100%;
	text-align: center;
	border-bottom: 4px solid #F1F1F1;
	float: left;
	padding-bottom: 30px;
	cursor: pointer;
}
.sub-item.selected {
	border-bottom: 4px solid #05087C;
	opacity: 1;
}
.sub-item.selected .proIcon.i_home {
	background-image: url(../img/i_phone_cur.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.sub-item.selected .proIcon.i_site {
	background-image: url(../img/i_client_cur.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.sub-item.selected .proIcon.i_stage {
	background-image: url(../img/i_pc_cur.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.galleryInfo {
	width: 50%;
	float: left;
	line-height: 1.5;
	padding-top: 100px;
	padding-left: 25px;
}
.galleryInfo1 {
	width: 35%;
	float: right;
	line-height: 1.5;
	padding-top: 100px;
	padding-left: 25px;
}
.galleryInfo2 {
	width: 40%;
	float: left;
	line-height: 1.5;
	padding-top: 100px;
	padding-left: 25px;
}
.galleryInfo h3 {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	display: block;
	line-height: 50px;
	margin-left: 20px;
}
.galleryInfo1 h3 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	display: block;
	background: linear-gradient(180deg, #00DBB5 0%, #00D3E2 100%);
	padding: 5px 15px;
	border-radius: 100px;
	width: 30%;
	text-align: center;
}
.galleryInfo2 h3 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	display: block;
	background: linear-gradient(180deg, #00DBB5 0%, #00D3E2 100%);
	padding: 5px 15px;
	border-radius: 100px;
	width: 30%;
	text-align: center;
}
.galleryInfo p {
	font-size: 24px;
	color: #333333;
}
.galleryPic {
	display: block;
	float: left;
	width: 46%;
}
.subInfo {
	margin-top: 30px;
}
.subInfo p {
	color: #333;
	font-size: 18px;
}
.subInfo .line {
	display: block;
	width: 75px;
	height: 7px;
	background: #04caa4;
	margin-bottom: 23px;
}
.hasDot p {
	/*background: url(../img/dot_8.png) no-repeat left top 8px;*/
	background-size: 8px 8px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	width: 100%;
	float: left;
	color: #343642
}
.hasDot span {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
}
.hugong {
	padding: 30px 0;
	background:#fafbff
}
.guanli {
	padding: 10px 0;
	background:#fafbff
}
.proSwiper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbs_tit {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.proSwiper .proIcon {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto 10px auto;
}
.proIcon.i_home {
	background-image: url(../../resource/images/i_phone.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.proIcon.i_site {
	background-image: url(../../resource/images/i_client.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.proIcon.i_stage {
	background-image: url(../../resource/images/i_pc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.proSwiper .swiper-container {
	width: 100%;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sub-item {
	width: 33.33%;
	height: 100%;
	text-align: center;
	border-bottom: 4px solid #F1F1F1;
	float: left;
	padding-bottom: 30px;
	cursor: pointer;
}
.sub-item.selected {
	border-bottom: 4px solid #04caa4;
	opacity: 1;
}
.td-list {
	display: flex;
	flex-wrap: wrap;
	width: 660px;
}
.td-list li{
	margin-right: 20px;
	margin-bottom: 16px;
	background-color: #FEE133;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;
}

.x-tit .x-h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.x-tit .x-h2 h2 {
  font-size: 24px;
  color: #333;
  margin: 0 16px;
	line-height: 24px;
}

.x-tit p {
  font-size: 15px;
  color: #999;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  line-height: 24px;
}
.x-tit{
  padding-bottom: 20px;
}
.x-h2 img{
	height: 24px;
}
/*方案*/
.fangan{
	padding: 50px 0;
}
.fa-con{
	background-color: #F2F2F2;
	width: 100%;
	min-height: 200px;
	border-radius: 8px;
	position: relative;
}
.fa-tit{
	width: 280px;
	height: 40px;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -140px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 -2px 12px rgb(0 0 0 / 8%);
}
.fa-box{
	padding: 40px 20px 10px 20px;
	display: flex;
	justify-content: space-between;
}
.fa-left{
	width: 980px;
}
.fa-right{
	width: 150px;
}
.fa-item-top{
	margin-bottom: 20px;
}
.fa-item-top ul{
	display: flex;
	justify-content: space-between;
}
.fa-item-top ul li{
	width: 180px;
	height: 50px;
	background-color: #42BDF2;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
}
.fa-item-top ul .cc5{
	width: 100px;
	color: #333;
	background-color: #fff;
}
 .cc2{
	background-color: #FFA630 !important;
}
 .cc3{
	background-color: #08CA8F !important;
}
.cc4{
	background-color: #5FA1FB !important;
}
.fa-item{
	margin-bottom: 20px;
}
.fa-item .fa-item-name{
	width: 198px;
	height: 116px;
	background-color: #42BDF2;
	display: flex;
	align-items: center;
	border-radius: 8px;
	margin-right: 30px;
}
.fa-item .fa-item-name p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
}
.h50{
	height: 50px !important;
}
.fa-item{
	width: 100%;
}
.fa-item-box{
	background-color: #A9DEF5;
	padding: 20px;
	border-radius: 8px;
	display: flex;
}
.fa-item ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.fa-item ul li{
	width: 120px;
	height: 50px;
	background-color: #fff;
	border-radius: 8px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	flex: 0 0 18%;
}
.fa-item ul li:nth-child(6){
	margin-top: 16px;
}
.fa-item ul li:nth-child(7){
	margin-top: 16px;
}
.fa-item ul li:nth-child(8){
	margin-top: 16px;
}
.fa-item ul li:nth-child(9){
	margin-top: 16px;
}
.fa-item ul li:nth-child(10){
	margin-top: 16px;
}
.fa-right{
	height: 690px;
	background-color: #fff;
	border-radius: 10px;
}
.fr-box{
	padding: 20px;
}
.fr-box h4{
	color: #333;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 40px;
}
.fa-right ul li{
	margin-bottom: 36px;
}
.fa-right ul li .icon-pay{
	width: 70px;
	height: 70px;
	background-color: #00B30D;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 12px;
}
.fa-right ul li .icon-pay i{
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin-top: 12px;
	display: inline-block;
}
.fa-right ul li p{
	text-align: center;
	font-size: 16px;
	color: #333;
}
.ic2{
	background-color: #00ACF5 !important;
}
.ic3{
	background-color: #39A79E !important;
}
.ic4{
	background-color: #FFAC86 !important;
}
.fa-moible{
	display: none;
}

.fa-moible .fa-img img{
	width: 100%;
}
.fangan .x-tit{
	margin-bottom: 30px !important;
}
.gray{
	background-color: #F1F5FB !important;
}
.gongneng{
	padding: 50px 0;
}
.gn-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gn-list ul li{
	width: 30%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 -2px 12px rgb(0 0 0 / 8%);
	background-repeat: no-repeat; 
	background-size: 100% 100%;
	margin-bottom: 24px;
}
.gn-des{
	position: relative;
	padding: 30px 20px;
}
.gn-des .gn-mes{
	width: 80%;
}
.gn-des .gn-mes h4{
	color: #333;
	font-size: 18px;
	margin-bottom: 16px;
}
.gn-des .gn-mes p{
	font-size: 15px;
	color: #666666;
	line-height: 22px;
}
.gn-des .gn-icon{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 48px;
	height: 48px;
	background-color: #42A4FC;
	line-height: 48px;
	border-radius: 12px;
	text-align: center;
}
.gn-des .gn-icon i{
	font-size: 30px;
	color: #fff;
}
.gbg1{
	background-image: url(../img/gbg1.png);
}
.gbg2{
	background-image: url(../img/gbg2.png);
}
.gbg3{
	background-image: url(../img/gbg3.png);
}
.gbg4{
	background-image: url(../img/gbg4.png);
}
.gbg5{
	background-image: url(../img/gbg5.png);
}
.gbg6{
	background-image: url(../img/gbg6.png);
}
.gbg-img{
	background-image: linear-gradient(#7EC6FD, #3079DC);
}
.gn-img-box{
	padding: 20px 30px;
	text-align: center;
}
.gn-img-box img{
	height: 100px;
}
.gn-img-box h3{
	color: #fff;
}
.gc1{
  background-color: #42A4FC !important;
}
.gc2{
	background-color: #55DEA7 !important;
}
.gc3{
	background-color: #7E5CEC !important;
}
.gc4{
	background-color: #FDA542 !important;
}
.gc5{
	background-color: #FD4D4D !important;
}
.gc6{
	background-color: #49D7D5 !important;
}

.yonghu{
	padding: 50px 0;
}
.galleryInfo .p-tit{
	display: flex;
}
.galleryInfo .p-tit .t-icon{
	background-color: #39A79E;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 25px;
	border-radius: 50% 50% 0;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, .3);
	box-shadow: 0px 7px 30px rgba(0, 0, 0, .3);
}
.subInfo .yh-list{
	margin-top: 36px;
	display: flex;
}
.subInfo .yh-list li{
	margin-right: 10px;
}
.subInfo ul .yh-icon{
	width: 70px;
	height: 80px;
	border-radius: 10px;
	border: solid 1px #39A79E;
	text-align: center;
}
.subInfo ul .yh-icon i{
	color: #39A79E;
	font-size: 32px;
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
}
.subInfo ul .yh-icon span{
	font-size: 14px;
	color: #333;
}
.subInfo .yh-list .icon-arr{
	margin-top: 28px;
}
.zs-mobile{
	display: none;
}
.pc-zs{
	width: 45%;
}
.w45{
	width: 48%;
}
.fr{
	float: right !important;
}
.hg-list{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hg-list li{
	width: 30%;
	margin-bottom: 20px;
}
.hg-list li i{
	color: #EFB247;
	margin-right: 4px;
	font-size: 20px;
}
.hg-list li span{
	/*color: #666;*/
}
.hasDot span {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
	/*color: #797979;*/
}
.hasDot p i{
	font-size: 20px;
	margin-right: 8px;
	color: #39A79E;
}
.htpad{
	padding-top: 10px;
}
.houtai{
	padding: 50px 0;
}
.ht-list{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ht-list li{
	width: 24%;
	margin-bottom: 12px;
}
.ht-list li i{
	color: #39A79E;
	margin-right: 6px;
}
.shuju{
	padding: 40px 0;
}
.sj-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sj-list li{
	width: 25%;
	display: flex;
	text-align: center;
}
.sj-list li img{
	width: 80px;
	display: block;
}
.sj-list li .sj-mes{
	margin-left: 10px;
	margin-top: 14px;
	font-size:18px;
}
.sj-list li .sj-mes .number{
	color: #3E79EB;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.sj-box{
	margin: 0 auto;
	display: flex;
}
.fuwu{
	padding: 50px 0;
}
.fw-list{
	display: flex;
	justify-content: space-between;
}
.fw-list ul{
	width: 28%;
	padding-top: 30px;
}
.fw-list .fw-img{
	width: 35%;
}
.fw-list .fw-img img{
	width: 100%;
}
.fw-list ul li{
	margin-bottom: 24px;
}
.fw-list ul li i{
	color: #39A79E;
	margin-right: 6px;
}
.fw-list ul li p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
}
.fw-list ul li span{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.fukuan{
  padding: 40px 0;
}
.fk-box{
  justify-content: space-between;
}
.fk-box .fk-item{
  width: 30%;
}
.fk-box .fk-item .fk-top{
  text-align: center;
  padding: 20px 0;
  background-image: linear-gradient(#2FB5FC, #3D93FC);
}
.fk-box .fk-item .fk-top img{
  margin-bottom: 20px;
}
.fk-box .fk-item .fk-top h4{
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}
.fk-box .fk-item .fk-top p{
  color: #fff;
  font-size: 14px;
}
.fk-box .fk-item .fk-list{
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
}
.fk-box .fk-item .fk-list ul li{
  font-size: 16px;
  color: #797979;
  margin-bottom: 20px;
}
.bg-cheng{
  background-image: linear-gradient(#FFCE8A, #FFB26C) !important;
}

.contact-box {
  margin-top: 20px;
  width: 100%;
  background-color: #5475A2;
}
.contact-box img{
  display: block;
}
.c-info h4{
  background: url(../img/bg3.png) no-repeat;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 42px;
  margin-top: 20px;
  width: 382px;
  padding-left: 20px;
}
.c-info{
  position: relative;
}
.c-list{
  padding: 40px 0 0 30px;
}
.c-list li{
  color: #fff;
  margin-bottom: 20px;
}
.c-list li i{
  font-size: 20px;
}
.c-list li span{
  margin-left: 10px;
  font-size: 20px;
  line-height: 20px;
}
.ewm{
  position: absolute;
  right: -160px;
  top: 100px;
  text-align: center;
}
.ewm p{
  font-size: 12px;
  color: #fff;
}
.ewm-box{
  width: 120px;
  height: 120px;
  text-align: center;
}
.ewm-box img{
  border: solid 4px #fff;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 4px;
}
.footer {
  background-color: #191938;
  width: 100%;
}
.copy-txt {
  padding: 15px 0;
  background-color: #000022;
  text-align: center;
}
.copy-txt p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer_box {
  background-color: #191938;
  padding: 20px 0 0 0;
}

.foot-ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 20px;
}

.footer_box .foot .contact {
  float: left;
  padding-bottom: 10px;
}

.footer_box .foot-title {
  height: 44px;
  line-height: 44px;
  padding: 5px 0 5px 0;
  text-align: left;
  font-size: 18px;
  color: #f3f3f3;
  font-weight: bold;
  border-bottom: 1px solid #666666;
  margin-bottom: 7px;
}

.footer_box .foot-ul .contact p {
  padding: 0 0 0 0;
  background-repeat: no-repeat;
  line-height: 34px;
  font-size: 14px;
  padding-right: 10px;
  color: #fff;
}

.footer_box .foot-ul .contact p a {
  color: #fff;
  font-size: 14px;
}

.copyright {
  padding: 16px;
  text-align: center;
  line-height: 24px;
  background-color: #000022;
  color: #fff;
  font-size: 12px;
}
.fixheader{
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header .menu ul li { margin: 0 25px; padding: 0px;
  position: relative;
}

.header-bg {
  background-color: #fff;
}

.spb {
  justify-content: space-between;
}
.header{
  height: 80px;
  box-shadow:1px 0px 12px rgba(0,0,0,.08);
}

.header .menu ul li a {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  display: inline-block;
  margin-top: 20px;
}
.header .menu-contact {
  margin-top: 12px;
}
.header .menu{
	min-height: 76px;
}
.header .menu-contact i {
  font-size: 20px;
  color: #333;
}
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header .menu ul li a{
	color: #333;
}

.in-text {
  padding: 50px 0;
  background: url(../img/bg121.png) no-repeat;
  background-size: 100% 100%;
}

.in-text h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;padding:0px 10px
}

.in-text p {
  font-size: 14px;
  color: #fff;padding:0px 10px
}
.ys-list{
	display: flex;
	justify-content: space-between;
}
.ys-list .ys-pic{
	width: 400px;
	margin: 0 40px;
}
.ys-list .pic-box{
	position: relative;
	height:360px;
	width: 360px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 40px;
}
.ys-list .ys-pic img{
	width: 100%;
	border-radius: 50%;
}
.ys-list .pic-box::after{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 20px;
	height:360px;
	width: 360px;
	border-radius: 50%;
	box-shadow: 0 0 rgba(73, 216, 150, 0.1), 0 0 0 10px rgb(73, 216, 150, 0.1);
	animation: ripple-wave1 2s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(.9);
	-webkit-animation: ripple-wave1 2s linear infinite;
}
.ys-list ul li{
	display: block;
	margin-bottom: 30px;
}
.ys-list .ys-left,.ys-list .ys-right{
	width: 360px;
	margin-top: 40px;
}
.ys-list .ys-left .title{
	display: flex;
	justify-content: flex-end;
}
.ys-list ul li h4{
	width: 160px;
	height: 40px;
	border-radius: 20px;
	background-color: #1BB1A6;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.ys-list ul li{
	margin-bottom: 40px;
}
.ys-list ul li h4{
	margin-bottom: 16px;
}
.ys-list ul li p{
	font-size: 15px;
	color: #666;
	min-height: 40px;
}

@keyframes ripple-wave1 {
  to {
    box-shadow: 0 0 0 20px rgba(73, 216, 150, 0.1), 0 0 0 40px rgba(73, 216, 150, 0.1);
  }
}


.huoban {
	padding: 0px 0px 20px 0px;
	background-image: url(../img/bt.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 center;
}
.hb_con{

}
.hb_con .hb_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.hb_con .hb_list li{
	width: 16%;
	margin-bottom: 16px;
	text-align: center;
}
.hb_con .hb_list li img{
	width: 180px;
	border: solid 1px #dfeefe;
	box-sizing: border-box;
	margin: 0 auto;
}