@charset "utf-8";
/* CSS Document */
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #4c4c4c;
}

ul , li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover {
	text-decoration: none;
}

/*header*/
.header {
	height: 103px;
	background: url(../images/header-back.jpg) center top no-repeat;
	position: relative;
}

.headerContactsBack {
	position: absolute;
	left: 0;
	right: 0;
	height: 34px;
	background: url(../images/headerContactsBack.png) center top no-repeat;
}

.header .container {
	height: 100%;
}

.header .logo {
	display: table;
	width: 432px;
	height: 100%;
}

.header .logo a {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.header .header-right {
	float: right;
	width: 300px;
	text-align: right;
	position: relative;
	z-index: 2;
}

.header-right .header-contacts {
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.header-contacts a {
	margin: 0 17px;
	color: #fff;
}

.header-contacts a img {
	margin-right: 7px;
	vertical-align: middle;
}

.header-contacts a:hover {
	text-decoration: underline;
}

.header-right .hotline {
	margin-top: 16px;
	color: #333;
}

.hotline span {
	font-size: 24px;
	color: #f4620f;
}

/*nav*/
.navbarBox {
	min-height: 48px;
}

.navbar {
	min-height: 48px;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: #24448d;
	font-size: 0;
}

.navbar-nav {
	width: 100%;
	text-align: center;
}

.navbar button {
	float: none;
}

.navbar .icon-bar {
	background-color: #fff;
}

.nav li {
	float: none;
	display: inline-block;
}

.nav li a {
	height: 48px;
	margin: 0 11px;
	padding: 0 28px;
	font-size: 16px;
	line-height:48px;
	color:#fff;
}

.nav li a.on , .nav li a:hover {
	background-color: #3661c3;
}

.navbar-toggle {
	margin-left: 15px;
}

/*banner*/
.banner {
	background-color: #fff;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-pagination {
	position: absolute;
	bottom: 24px;
	z-index: 99;
	width: 100%;
	text-align: center;
}

.banner-pagination span {
	width: 12px;
	height: 12px;
	margin: 0 8px !important;
	border-radius: 0;
	opacity: 1;
	background-color: #fff;
	cursor: pointer;
}

.banner-pagination span.active {
	background-color: #24448d;
}

/*about*/
.aboutBox {
	padding: 62px 0 58px;
	background: #f7f7f7 url(../images/about-back.png) center top no-repeat;
}

.aboutBox .aboutImg img {
	max-width: 100%;
}

.boxTit h2 , .boxTit2 h2 {
	font-size: 24px;
	color: #333;
}

.boxTit h2 {
	margin-bottom: 14px;
}

.boxTit h2 span , .boxTit2 h2 span {
	padding-left: 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #868686;
}

.boxTit .hx {
	width: 88px;
	height: 3px;
	background-color: #24448d;
}

.aboutBox .text {
	padding: 8px 0 10px;
	line-height: 30px;
	color: #494949;
}

a.more {
	display: block;
	width: 104px;
	height: 33px;
	background: #24448d url(../images/more-trigon.jpg) 79px center no-repeat;
	font-size: 12px;
	text-indent: 31px;
	line-height: 33px;
	text-transform: uppercase;
	color: #fff;
}

/*product*/
.productBox {
	padding: 43px 0 38px;
	background-color: #ececec;
}

.boxTit2 h2 {
	margin-bottom: 14px;
	text-align: center;
}

.boxTit2 .hx {
	height: 13px;
	font-size: 0;
	text-align: center;
	position: relative;
}

.boxTit2 .hx i {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #b8b8b8;
}

.boxTit2 .hx span {
	display: inline-block;
	width: 25px;
	height: 13px;
	background-color: #ececec;
	position: relative;
	z-index: 2;
}

.productList {
	padding-top: 16px;
}

.productList-hd a {
	display: block;
	height: 40px;
	margin-top: 16px;
	overflow: hidden;
	border: 1px solid #b8b8b8;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 38px;
	text-align: center;
	color: #000;
}

.productList-hd li.on a {
	background-color: #3661c3;
	border-color: #3661c3;
	color: #fff;
}

.productList-bd {
	margin-top: 38px;
	overflow: hidden;
}

.productList-bd .swiper-slide img {
	border: 1px solid #bbb;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.productList-bd .swiper-slide a:hover img {
	border-color: #24448d;
}

	.productList-bd .swiper-slide p {
		height: 36px;
		overflow: hidden;
		background-color: #3661c3;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		line-height: 36px;
		color: #fff;
	}

.product-ul {
	overflow: hidden;
}

.product-pagination {
	position: static;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

/*news*/
.newsBox {
	padding: 44px 0 48px;
	background-color: #f8f8f8;
}

.newsBox .boxTit a.more {
	float: right;
}

.newsList > div {
	padding-top: 22px;
}

.newsList p.date {
	padding-bottom: 8px;
	border-bottom: 1px dashed #bcbcbc;
}

.newsList h4 {
	margin-bottom: 11px;
	padding-top: 12px;
}

.newsList p.txt {
	font-size: 12px;
	line-height: 20px;
}

.newsList a {
	display: block;
	width: 92px;
	height: 35px;
	background-color: #858585;
	line-height: 35px;
	text-align: center;
	color: #fff;
}

.newsList a:hover {
	background-color: #24448d;
}

/*footer*/
.footer {
	padding: 21px 0 11px;
	border-top: 1px dashed #e5e5e5;
}

.footer-l .code {
	float: left;
	padding-top: 4px;
}

.footer-l .footer-l-r {
	padding-left: 78px;
	font-size: 12px;
	line-height: 20px;
	color: #777;
}

.footer-r {
	padding-top: 26px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	color: #777;
}

/*inpage*/
.inbanner img {
	width: 100%;
}

.inpageWrap {
	padding: 28px 0;
}

.pageTit {
	width: 100%;
	max-width: 240px;
	height: 45px;
	background-color: #24448d;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

.pageTit span {
	padding-left: 16px;
	font-size: 18px;
	text-transform: uppercase;
}

.sidebarNav {
	padding-top: 9px;
	overflow: hidden;
}

.sidebarNav ul li a {
	display: block;
	width: 100%;
	max-width: 240px;
	height: 40px;
	margin-top: 9px;
	border: 1px solid #b8b8b8;
	overflow: hidden;
	font-size: 16px;
	line-height: 38px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #000;
}

.sidebarNav ul li a.on {
	border-color: #3661c3;
	background-color: #3661c3;
	color: #fff;
}

.sidebarContacts {
	width: 100%;
	max-width: 240px;
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #b8b8b8;
}

.sidebarContacts ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebarContacts ul li i {
	float: left;
	display: block;
	width: 22px;
	margin-left: 20px;
	text-align: center;
}

.sidebarContacts ul li p {
	padding-left: 60px;
	font-size: 16px;
	line-height: 24px;
	color: #383838;
}

.inpageBoxTit {
	height: 45px;
	border-bottom: 2px solid #868686;
	position: relative;
}

.inpageBoxTit h2 {
	margin: 0;
	font-size: 24px;
	line-height: 43px;
	color: #333;
}

.inpageBoxTit h2 span {
	padding-left: 16px;
	font-size: 18px;
	text-transform: uppercase;
	color: #868686;
}

.inpageBoxTit .hx {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 88px;
	height: 3px;
	background-color: #24448d;
}

.inpageBoxTit .path {
	float: right;
	font-size: 12px;
	line-height: 43px;
	color: #868686;
}

.inpageBoxTit .path a {
	color: #868686;
}

.inpageBoxTit .path a:hover {
	text-decoration: underline;
}

/*casesDe*/
.incon-casesDe {
	padding-top: 20px;
}

.incon-casesDe h1 {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000;
}

.incon-casesDe .text {
	padding-top: 15px;
	line-height: 2em;
}

/*scene*/
.sceneList {
	padding-top: 28px;
}

.sceneList p {
	margin: 0;
	overflow: hidden;
	line-height: 44px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.sceneList a:hover p {
	color: #3661c3;
}

/*product*/
.incon-productDe .proImg , .incon-productDe .proSub {
	padding-top: 38px;
}

.incon-productDe .proImg img {
	max-width: 100%;
	border: 1px solid #b8b8b8;
}

.incon-productDe .proSub h1 {
	padding-top: 4px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
}

.incon-productDe .proSub ul {
	padding-top: 5px;
}

.incon-productDe .proSub ul li {
	padding: 6px 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
}

.incon-productDe .proSub ul li span {
	float: left;
}

.incon-productDe .proSub ul li p {
	padding-left: 90px;
}

.incon-productDe .proSub a {
	display: block;
	width: 122px;
	height: 38px;
	background-color: #1666b1;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

/*product*/
.proList {
	padding-top: 6px;
}

.proList .row > div {
	margin-top: 22px;
}

.proList img {
	border: 1px solid #b8b8b8;
	-webkit-transition: border-color .3s ease-in-out;
	-moz-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.proList a:hover img {
	border-color: #24448d;
}

	.proList p {
		margin: 0;
		height: 36px;
		background-color: #3661c3;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
		line-height: 36px;
		color: #fff;
	}

/*newsDe*/
.incon-newsDe {
	padding-top: 35px;
}

.incon-newsDe h1 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.incon-newsDe .pageSub {
	padding-top: 10px;
	font-size: 0;
	text-align: center;
}

.incon-newsDe .pageSub span {
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	line-height: 16px;
}

.incon-newsDe .share {
	padding: 5px 0 16px;
	text-align: center;
	line-height: 26px;
}

.share > div {
	display: inline-block;
	vertical-align: top;
}

.incon-newsDe .text {
	padding-top: 13px;
	border-top: 1px dashed #bcbcbc;
	line-height: 36px;
	text-align: justify;
}

.fp {
	padding-top: 30px;
	line-height: 36px;
}

/*news*/
.incon-news {
	padding-top: 4px;
}

.incon-news ul li {
	padding: 22px 0 9px;
	border-bottom: 1px dashed #bcbcbc;
}

.incon-news .tit h4 {
	display: inline-block;
	font-size: 14px;
}

.incon-news .tit span {
	padding-left: 12px;
}

.incon-news p {
	padding-top: 6px;
	font-size: 12px;
	line-height: 22px;
}

.incon-news a {
	float: right;
	display: block;
	width: 92px;
	height: 29px;
	margin-top: 10px;
	/* background-color: #24448d; */
	line-height: 29px;
	text-align: center;
	color: #000000;
}

/*contact*/
.contactBox {
	padding: 42px 0 46px;
	font-size: 16px;
	line-height: 48px;
	color: #000;
}

.contactBox img {
	max-width: 100%;
}
	
.map {
	height: 322px;
}

.map > div {
	border: none !important;
}

/*partners*/
.partnersList {
	padding: 2px 0 38px;
}

.partnersList .row > div {
	margin-top: 18px;
}

.partnersList img {
	border: 1px solid #b8b8b8;
	max-width: 100%;
}

/*idea*/
.incon-idea {
	padding-top: 26px;
	font-size: 18px;
	line-height: 72px;
}

.incon-idea img {
	max-width: 100%;
}

/*culture*/
.incon-culture .contactBox {
	font-size: 18px;
}

/*about*/
.incon-about {
	padding-top: 26px;
	line-height: 30px;
	color: #383838;
}

.incon-about img {
	max-width: 100%;
}

/*message*/
.incon-message {
	padding-top: 55px;
}

.incon-message ul {
	padding-top: 5px;
	background: url(../images/message-img.jpg) right top no-repeat;
}

.incon-message ul li {
	padding-top: 22px;
	overflow: hidden;
}

.incon-message ul li input , .incon-message ul li textarea {
	display: block;
	padding: 8px;
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #b8b8b8;
	font-family: "微软雅黑";
	line-height: 24px;
}

.incon-message ul li input[type="text"] {
	width: 242px;
	height: 40px;
}

.incon-message ul li textarea {
	width: 404px;
	height: 140px;
	resize: none;
}

.incon-message ul li label {
	float: left;
	display: block;
	width: 97px;
	padding-right: 12px;
	font-size: 16px;
	line-height: 40px;
	text-align: right;
	color: #000;
}

.incon-message ul li.formTxt label {
	line-height: 140px;
}

.incon-message ul li input[type="submit"] {
	width: 141px;
	height: 42px;
	padding: 0;
	border: none;
	background-color: #24448d;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	color: #fff;
}

/*cases*/
.casesList {
	padding-top: 3px;
}

.casesList .row > div {
	margin-top: 17px;
}

.fy {
	padding-top:50px;
	text-align:center;
	font-size:0;
}

.fy span, .fy a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 6px;
	padding:0 5px;
	border:1px solid #bcbcbc;
	font-size:14px;
	line-height:20px;
	color: #bcbcbc;
}

.fy span.current {
	border-color:#bcbcbc;
	background-color:#bcbcbc;
	color:white;
}

/*scrollUp*/
#scrollUp{width:38px; height:38px; position:absolute; right:2%; bottom:6%; z-index:999; background:url(../images/top.png)}

/*responsive*/
@media (max-width:1199px) {
	.header-right .header-contacts {
		text-align: right;
	}
	
	.nav li a {
		margin: 0 5px;
	}
}

@media (max-width: 991px) {	
	.nav li a {
		padding: 0 14px;
	}
	
	.aboutBox {
		padding: 30px 0;
		background-size: 90% auto;
	}
	
	.aboutBox .boxTit {
		margin-top: 20px;
	}
	
	.inpageWrap {
		padding: 14px 0;
	}
	
	.inpageBoxTit {
		margin-top: 10px;
	}
	
	.incon-newsDe .text {
		line-height: 2em;
	}
	
	.incon-news ul li {
		padding-top: 12px;
	}
	
	.incon-news a {
		float: none;
		margin: 0;
	}
	
	.contactBox {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.header .logo {
		width: auto;
		max-width: 100%;
	}
	
	.navbar-nav {
		width: auto;
	}
	
	.nav li {
		display: block;
	}
	
	.nav li a {
		margin: 0;
		padding: 0;
	}
	
	.productBox {
		padding: 20px 0 15px;
	}
	
	.productList {
		padding-top: 8px;
	}
	
	.productList-hd li , .sidebarNav li {
		padding: 0 8px;
	}
	
	.sidebarNav .row {
		margin: 0 -8px;
	}
	
	.productList-hd a {
		margin-top: 8px;
	}
	
	.productList-hd a , .sidebarNav ul li a {
		height: 30px;
		font-size: 14px;
		line-height: 28px;
	}
	
	.productList-bd {
		margin-top: 20px;
	}
	
	.footer-r {
		padding-top: 10px;
		text-align: left;
	}
	
	.inpageBoxTit h2 {
		font-size: 20px;
	}
	
	.inpageBoxTit h2 span {
		padding-left: 8px;
		font-size: 14px;
	}
	
	.inpageBoxTit .hx {
		width: 82px;
	}
	
	.incon-productDe .proImg , .incon-productDe .proSub {
		padding-top: 18px;
	}
	
	.incon-newsDe .share {
		padding: 5px 0 11px;
	}
	
	.fp {
		line-height: 2em;
	}
	
	.incon-message {
		padding-top: 10px;
	}
	
	.incon-message ul {
		background: none;
	}
	
	.incon-message ul li input[type="text"] , .incon-message ul li textarea {
		width: 70%;
	}
}

/**---导航浮动--**/
.menu_fixed {POSITION: fixed;LEFT: 0px;MARGIN: 0px;	Z-INDEX: 99999;	WIDTH: 100%; top:0!important;}

@media (max-width: 640px){
	.mobile-hidden {
		display: none !important;
	}
}

@media (min-width: 641px) {
	.tablet-hidden {
		display: none !important;
	}
}

.fancybox{ margin-bottom:30px;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top; 
}
.fancybox-wrap{
	overflow: unset !important;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(../images/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

/*20220929*/
.indexApplication{
	padding: 42px 0 42px;
}
.indexApplication .boxTit a.more {
    float: right;
} 
.syAppSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 34px;
	padding-bottom: 60px;
}
.syAppSwiper .swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	margin: 0 6px !important;
}
.syAppSwiper .swiper-pagination-bullet-active{
	background: #24448d !important;
}
.syAppPag{
	bottom: 0 !important;
}
.sy-app-list{
	background: #f1f1f1;
    transition: all .5s ease;
}
.sy-app-list:hover{
	background: #24448d;
}
.sy-app-list .pic{
	overflow: hidden
}
.sy-app-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-app-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-app-list .info{
	padding: 26px 15px 35px;
}
.sy-app-list .info .ico{
	width: 58px;
	height: 58px;
	border: 1px solid #dedede;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center; 
	margin: 0 auto;
    transition: all .5s ease;
}
.sy-app-list:hover .info .ico{
	border: 1px solid #fff;
    transition: all .5s ease;
}
.sy-app-list:hover .info .ico img{
	filter: brightness(100);
}
.sy-app-list .info .tit{
	font-size: 18px;
	color: #222222;
	line-height: 25px;
	margin-top: 15px;
	text-align: center;
    transition: all .5s ease;
}
.sy-app-list:hover .info .tit{
	color: #fff;
    transition: all .5s ease;
}