 
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
	overflow-x: hidden;  
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
	display: block; 
}

audio, canvas, progress, video { 
	display: inline-block; vertical-align: baseline; 
}
audio:not([controls]) { 
	display: none; height: 0; 
}
[hidden], template { 
	display: none; 
}
svg:not(:root) { 
	overflow: hidden; 
}
ul,ol,li{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
:focus{
	outline: none; 
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
ul,ol,li {
    list-style: none;
}
a{
	text-decoration:none;
	background:0 0;
	color: inherit;
}
a:focus{
	text-decoration:none;
}
p{
	margin: 0;
}
a:active, a:hover, a:focus {
	outline:0
}
b,strong {
	font-weight:700
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	outline:0
}
button,select {
	text-transform:none
}
select {
	-webkit-appearance:none;
	border:none
}
hr{
	border:0;
	height:1px
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}
input {
	line-height:normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { 
	-webkit-appearance: button; cursor: pointer; 
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
a{ 
	transition: all .5s ease;
}
a:hover{
	text-decoration: none;
	transition: all .5s ease;
}
@font-face {
	font-family: "helev";
	src: url("../font/helev.TTF");
	font-weight: normal;
	font-style: normal;
}  
@font-face {
	font-family: "sapie";
	src: url("../font/SAPIENTSANSMEDIUM.TTF");
	font-weight: normal;
	font-style: normal;
}   
@font-face {
	font-family: "barlow";
	src: url("../font/BarlowCondensed-Regular.woff2.ttf");
	font-weight: normal;
	font-style: normal;
}  
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
a:focus, a:hover{
	color: #1d60bb;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 48px;
	display: none;
}

.footFix {
	background: #039ddf;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}  
.swiper-pagination-bullet-active{
	background: #1487d2 !important;
}
.container{
	width: 96%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
} 

/* head */ 
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch .hsm {
    width: 10%;
    float: left;
    height: 50px;
    background: url(../image/ss-ico.jpg) no-repeat right 15px center;
    text-align: right;
    border: none;
    outline: none;
    padding-right: 5px;
    line-height: 50px;
    cursor: pointer;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -100px;
	top: -30px;
}
.closeHs i{
	font-size: 34px;
	color: #009edf;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 34px;
	color: #009edf;
}
.head{ 
	width: 100%;  
	background: rgba(255,255,255,1);   
	z-index: 999;   
	position: relative;
	transition: all .5s ease;
}  
.head .container{
	padding: 25px 0;
	max-width: 1700px;
	transition: all .5s ease;
}
.head.fixedbg{ 
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);   
	position: fixed; 
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}   
.head.fixedbg .container{
	padding: 15px 0;;
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.WebLink{
	float: right;
	margin-top: 15px;
	margin-left: 118px;
}
.WebLink li{
	float: left;
	margin-left: 38px;
}
.WebLink li:first-child{
	margin-left: 0;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #353535;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #009edd;
}
.head-right{
	position: absolute;
	width: 24%;
	height: 100%;
	max-width: 456px;
	right: 0;
	top: 0;
	border-left: 1px solid #e4e4e4; 
}
.head-search{
	width: 20%;
	float: left;
	text-align: center;
	line-height: 107px;
	transition: all .5s ease;
}
.head-search i{
	font-size: 18px;
	cursor: pointer;
	color: #222;
}
.head.fixedbg .head-search{
	line-height: 87px;
	transition: all .5s ease;
}
.head-tel{
	width: 80%;
	float: left;
	height: 107px;
	background: #009edd;
	transition: all .5s ease;
}
.head.fixedbg .head-tel{
	height: 87px;
	transition: all .5s ease;
}
.head .head-tel span{ 
	width: 80%;
	text-align: center;
	color: #fff; 
	float: left;
	line-height: 30px;
	padding-top: 22px; 
	transition: all .5s ease;
}
.head.fixedbg .head-tel span{
	padding-top: 11px;
	transition: all .5s ease;
}
.head .head-tel a{
	font-family: "sapie";
	font-size: 28px;
	color: #fff;
}

/*syBanner*/
.syBanner img{
	width: 100%;
}

/*indexBanner*/
.syBanner{
	position: relative;
	overflow: hidden;
}
.syBanner .swiper-slide{
	position: relative;	
}
.syHbInfo{
	width: 100%;
	left: 0;
	position: absolute;
	top: 32%;
	color: #fff;
	z-index: 999;  
}
.syHbInfo .t1{
	font-size: 55px;
	line-height: 76px;
	width: 100%;
	max-width: 780px;
}
.syHbInfo .t2{
	font-size: 24px;
	line-height: 30px;
	opacity: 0.5;
	margin-top: 18px;
	font-family: barlow;
}
.syBannerPag{
	bottom: 32px !important;
}
.syBannerPag .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: none;
	border: 2px solid #fff;
	margin: 0 8px !important;
	opacity: 1;
	border-radius: 12px;
	transition: all .5s ease;
}
.syBannerPag .swiper-pagination-bullet-active{ 
	opacity: 1;
	background: #fff !important;
	transition: all .5s ease;
} 

/*indexProduct*/
.indexProduct{
	padding: 62px 0 65px;
}
.indexProduct .hd{
	border-top: 3px solid #d8d8d8;
	padding-top: 20px;
	margin-top: 45px;
}
.indexProduct .hd ul{
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.indexProduct .hd ul li{
	width: 16.666%;
	max-width: 226px;
	position: relative;
}
.indexProduct .hd ul li .cn{
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 28px;
	transition: all .5s ease;
}
.indexProduct .hd ul li:hover .cn,
.indexProduct .hd ul li.on .cn{
	color: #235396;
	transition: all .5s ease;
}
.indexProduct .hd ul li .en{
	font-family: "sapie";
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexProduct .hd ul li i{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	color: #666;
	transition: all .5s ease;
}
.indexProduct .hd ul li:hover i,
.indexProduct .hd ul li.on i{
	color: #009fde;
	transition: all .5s ease;
}
.indexProduct .bd{
	margin-top: 52px;
}
.indexProduct .bd .pdg{
	padding: 0 14px;
}
.sy-pro-list{
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
    transition: all .5s ease;
}
.sy-pro-list:hover{
	border: 1px solid #235397;
    transition: all .5s ease;
}
.sy-pro-list .pic{
	overflow: hidden;
}
.sy-pro-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-pro-list .tit{
	line-height: 49px;
	background: #f1f1f1;
	padding: 0 10px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-pro-list:hover .tit{
	background: #235397;
	color: #fff;
    transition: all .5s ease;
}

/*indexAdvantage*/
.indexAdvantage{
	padding: 0;
}
.indexAdvantage .container{
	max-width: 1082px;
}
.sy-ys-show{
	margin-top: 50px;
	width: 100%;
	height: 775px;
	background: url(../image/sy-ys-back.png) no-repeat top center;
	background-size: cover;
	padding-top: 106px;
	position: relative;
	z-index: 999;
}
.sy-ys-show .box{
	margin-bottom: 80px;	
}
.sy-ys-show .box:last-child{
	margin-bottom: 0;
}
.sy-ys-show .box .lb{
	width: 375px;
	height: 141px;
	float: left;
	border: 1px dashed #849cbe;
	position: relative;
}
.sy-ys-show .box .lb .num{
	font-family: "sapie";
	font-size: 64px;
	line-height: 65px;
	color: #fff;
	opacity: 0.2;
	font-style: italic;
	position: absolute;
	left: 48px;
	top: -62px;
	z-index: 11;
}
.sy-ys-show .box .lb .tit{
	width: 291px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: url(../image/sy-ys-t.png) no-repeat center center;
	z-index: 22;
	top: -16px;
	left: 38px;
	position: absolute;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
.sy-ys-show .box .lb .cont{
	padding: 42px 30px 0;
	font-size: 16px;
	color: #fff;
	line-height: 28px; 
}
.sy-ys-show .box .lb:nth-child(2){
	float: right;
}

/*indexSolution*/
.indexSolution{
	padding: 120px 0 100px;
	background: #f1f1f1;
	margin-top: -40px;
}
.indexSolution .container{
	background: #dadfe4;
	margin-top: 60px;
}
.indexSolution .hd{
	width: 35.2%;
	float: left;
	position: relative;
	top: 28px;
	left: 24px;
}
.indexSolution .hd ul{
	overflow: hidden;
}
.indexSolution .hd ul li{
	width: 49.167%;
	float: left;
	background: #fff;
	height: 115px;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 26px 12px 12px 20px;
	cursor: pointer;
    transition: all .5s ease;
}
.indexSolution .hd ul li:hover,
.indexSolution .hd ul li.on{
	background: #009edf;
    transition: all .5s ease;
}
.indexSolution .hd ul li:nth-child(7){
	margin-bottom: 0;
}
.indexSolution .hd ul li:nth-child(8){
	margin-bottom: 0;
}
.indexSolution .hd ul li:nth-of-type(2n+2){
	float: right;
}
.indexSolution .hd ul li .ico{
	width: 60px;
	height: 60px;
	border: 1px solid #d6d6d6;
	text-align: center;
	line-height: 58px;
	float: left;
	border-radius: 100%;
    transition: all .5s ease;
}
.indexSolution .hd ul li:hover .ico,
.indexSolution .hd ul li.on .ico{ 
	border: 1px solid #fff;
    transition: all .5s ease;
}
.indexSolution .hd ul li .tit{
	width: 64%;
	float: right;
}
.indexSolution .hd ul li:hover .ico img,
.indexSolution .hd ul li.on .ico img{
	filter: grayscale(100%) brightness(500%) !important;
    transition: all .5s ease;
}
.indexSolution .hd ul li .tit .cn{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	margin-top: 6px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.indexSolution .hd ul li:hover .tit .cn,
.indexSolution .hd ul li.on .tit .cn{
	color: #fff;
    transition: all .5s ease;
}
.indexSolution .hd ul li .tit .en{
	font-family: arial;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	margin-top: 4px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.indexSolution .hd ul li:hover .tit .en,
.indexSolution .hd ul li.on .tit .en{
	color: #fff;
    transition: all .5s ease;
}
.indexSolution .bd{
	width: 61%;
	float: right;
}
.indexSolution .bd ul li{
	position: relative;
	overflow: hidden;
}
.indexSolution .bd ul li img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.indexSolution .bd ul li:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.indexSolution .bd ul li .info{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	padding: 25px 44px 28px;
	color: #fff;
}
.indexSolution .bd ul li .info .tit{
	font-size: 24px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexSolution .bd ul li .info .sub{
	font-size: 16px;
	line-height: 25px;
	margin-top: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    opacity: 0.8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*indexCase*/
.indexCase{
	padding: 60px 0;
	min-height: 774px;
	background: url(../image/sy-case-back.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.indexCase .zsd-sy-h2{
	color: #fff;
}
.indexCase .zsd-sy-h2 span::after{
	opacity: 0.2;
}
.indexCase .zsd-sy-h6{
	color: #fff;
}
.sy-case-show{
	position: absolute;
	width: 85.416667%;
	right: 0;
	bottom: 50px;
}
.syCaseSwiper .swiper-slide{
	padding-bottom: 110px;
	width: 31.35% !important;
}
.sy-case-list{
	position: relative;
	overflow: hidden;
}
.sy-case-list img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-case-list:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-case-list span{
	display: block;
	position: absolute;
	padding: 0 28px;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	left: 0;
	bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syCasePag{
	top: auto !important;
	bottom: 68px;
	height: 1px !important;
	background: rgba(255,255,255,0.3) !important;
}
.syCasePag .swiper-pagination-progressbar-fill{
	height: 6px !important;
	top: -3px !important;
	background: #fff !important;
	opacity: 0.8;
	border-radius: 50px;
}
.swiper-num{
	color: #fff; 
	font-size: 18px;
}
.swiper-num span{ 
	font-family: "sapie";
}
.syCaseN,
.syCaseP{
	width: 40px !important;
	height: 40px !important;
	background: none !important;
	margin-top: 0 !important;
	top: auto !important;
	bottom: -8px;
}
.syCaseP{
	left: auto !important;
	right: 20% !important;
}
.syCaseN{
	right: 16% !important;
	transform: rotate(180deg);
}
.syCaseN i,
.syCaseP i{
	color: #fff;
	font-size: 28px; 
	line-height: 40px !important; 
}

/*indexAbout*/
.sy-abt-one{
	position: relative;
	height: 287px;
}
.sy-abt-one .container{
	position: relative;
	z-index: 33;
}
.sy-abt-one::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #009edf;
	z-index: 22;
}
.sy-abt-one::before{
	content: "";
	position: absolute;
	width: 50%; 
	height: 100%;
	background: url(../image/sy-abt-sjx.png) no-repeat left center,url(../image/sy-abt-bk1.jpg) no-repeat top left;
	background-size: auto,100% 100%;
	right: 0;
	top: 0;
} 
.sy-abt-one .a-left{
	color: #fff;
	padding-top: 86px;
	width: 50%;
	float: left;
}
.sy-abt-one .a-right{
	width: 50%;
	float: right;
	padding-top: 84px;
}
.sy-abt-one .a-left .cn{
	font-size: 26px;
	line-height: 30px;
}
.sy-abt-one .a-left .en{
	font-size: 15px;
	line-height: 25px;
	margin: 18px 0 30px;
}
.sy-abt-one .a-left hx{
	width: 21px;
	display: block;
	height: 3px;
	background: #fff;
}
.sy-abt-two{
	background: #efefef;
	padding: 55px 0 78px;
	overflow: hidden;
	position: relative;
}
.sy-abt-two .info{
	width: 40.6%;
	float: left;
}
.sy-abt-two .info .tit{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #222222;
}
.sy-abt-two .info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 30px;
}
.sy-abt-two .info .ljgd{
	display: block;
	width: 124px;
	text-align: center;
	height: 44px;
	line-height: 40px;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	color: #555555;
	margin-top: 50px;
}
.sy-abt-two .info .ljgd:hover{
	background: #009edf;
	border: 1px solid #009edf;
	color: #fff;
}
.sy-abt-two .info .ljgd i{
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-left: 14px;
}
.sy-abt-two .pic{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.sy-abt-two .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sy-abt-two .fwrx{
	font-size: 18px;
	color: #999999;
	font-family: "sapie";
	line-height: 40px;
	margin-top: 75px;
}
.sy-abt-two .fwrx a{
	font-size: 28px;
	color: #235396;
}
.sy-abt-two .fwrx i{
	font-size: 36px;
	color: #ff7e11;
	margin-right: 8px;
}

/*indexNews*/
.indexNews{
	padding: 64px 0 100px;
	background: url(../image/sy-news-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexNews .hd{
	margin-top: 38px;
}
.indexNews .hd ul{
	text-align: center;
}
.indexNews .hd ul li{
	display: inline-block;
	width: 118px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #c9c9c9;
	margin: 0 8px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
    transition: all .5s ease;
}
.indexNews .hd ul li:hover,
.indexNews .hd ul li.on{
	color: #fff;
	background: #235396;
	border: 1px solid #235396;
    transition: all .5s ease;
}
.indexNews .bd{
	margin-top: 60px;
}
.sy-news-list{
	border-top: 2px solid #c5c5c5;
    transition: all .5s ease;
}
.sy-news-list:hover{
	border-top: 2px solid #235396;
    transition: all .5s ease;
}
.sy-news-list .info{
	padding: 28px 22px 40px;
}
.sy-news-list .info .time{
	font-family: arial;
	font-size: 15px;
	color: #888888;
	line-height: 25px;
}
.sy-news-list .info .tit{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 18px 0 26px;
    transition: all .5s ease;
}
.sy-news-list:hover .info .tit{
	color: #235396;
    transition: all .5s ease;
}
.sy-news-list .info .more{
	font-size: 15px;
	color: #235396;
	line-height: 25px;
}
.sy-news-list .info .more i{
	font-size: 14px;
	color: #235396;
	margin-left: 14px;
}
.sy-news-list .pic{
	overflow: hidden;
}
.sy-news-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-news-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}

/*sy-tit*/
.zsd-sy-h2{
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	color: #222222;
	line-height: 48px;
}
.zsd-sy-h2 span{
	display: inline-block;
	position: relative; 
}
.zsd-sy-h2 span font{
	position: relative;
	z-index: 2;
}
.zsd-sy-h2 span a{
	color: #235396;
}
.zsd-sy-h2 span::after{
	content: "";
	width: 40px;
	height: 54px;
	/*background: url(../image/sy-t-z.png) no-repeat center center;*/
	position: absolute;
	top: -12px;
	left: -24px;
	z-index: 1;
}
.indexSolution .zsd-sy-h2 span::after{
	background: url(../image/sy-t-z2.png) no-repeat center center;
}
.zsd-sy-h2 span::before{
	content: "";
	width: 10px;
	height: 10px;
	background: url(../image/sy-t-dot.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	right: -24px;
	bottom: 5px;
}
.zsd-sy-h6{
	font-size: 20px;
	color: #555555;
	line-height: 25px;
	text-align: center;
	margin-top: 22px;
}
.zsd-sy-h6 span{
	display: inline-block;
	position: relative;
}
.zsd-sy-h6 span::after,
.zsd-sy-h6 span::before{
	content: "";
	position: absolute;
	width: 45px;
	height: 1px;
	background: #d8d8d8;
	top: 50%;
	margin-top: -0.5px;
	z-index: 2;
}
.zsd-sy-h6 span::after{
	left: -60px;
}
.zsd-sy-h6 span::before{
	right: -60px;
}

/*about*/
.about{
	padding: 70px 0 100px;
}
.about .Info{
	width: 47.5%;
	float: left;
}
.about .gs-name{
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	line-height: 28px;
	margin: 20px 0 20px;
}
.about .content{
	font-size: 16px;
	color: #555555;
	line-height: 28px; 
}
.about .Pic{
	width: 44.41176%;
	float: right;
	margin-top: 12px;
}
/*culture*/
.culture{
	padding: 45px 0 80px;
	background: #f1f1f1;
}
.culture .about-h2 bgfont{
	color: #939393;
	opacity: 0.1;
}
.culture .row{
	margin-top: 45px;
}
.qywh-sub{
	font-size: 15px;
	color: #555;
	line-height: 28px;
	margin: 25px 0 0 0;
}
.qywh-list{
	background: #fff;
	border-top: 5px solid #009edd;
	margin-bottom: 30px;
	padding: 30px 30px 26px 40px;
}
.qywh-list i{
	font-size: 45px;
	line-height: 45px;
	color: #777777;
}
.qywh-list .tit{
	font-size: 24px;
	color: #222222;
	line-height: 28px;
	margin: 25px 0 22px;
}
.qywh-list .txt{
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	color: #666666;
}
/*customers*/
.customers{
	padding: 85px 0;
}
.hzkhSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 45px;
	padding-bottom: 58px;
}
.hzkhSwiper .swiper-slide{
	border: 1px solid #dcdcdc;
	padding: 10px 5px;
	text-align: center;
}

/*about-tit*/
.about-h2{
	font-size: 36px;
	line-height: 60px;
	color: #235296;
	position: relative;
}
.about-h2 span{
	font-family: "helev";
	font-size: 16px;
	color: #fe7d12;
	margin-left: 4px;
}
.about-h2 font{
	position: relative;
	z-index: 2;
}
.about-h2 bgfont{
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "helev";
	font-size: 80px;
	color: #efeff2;
	z-index: 1;
}
.about-num{
	font-family: "helev";
	font-size: 18px;
	line-height: 25px;
	color: #fe7d12;
	margin-top: 24px;
}
.about-num span{
	display: inline-block;
	position: relative;
}
.about-num span::after{
	content: "";
	position: absolute;
	width: 36px;
	background: #fe7d12;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	right: -48px;
}

/*product*/
.zsd-main{
	padding: 75px 0 85px;
}
.zsd-main-left{
	width: 297px;
	float: left;
}
.zsd-main-left .now-lm{
	width: 100%;
	line-height: 100px;
	height: 100px;
	text-align: center;
	background: url(../image/ny-l-lm-back.jpg) no-repeat center center;
	background-size: cover;
	font-weight: bold;
	font-size: 32px;
	color: #f1f1f1;
}
.zsd-main-left .item{
	margin-top: 1px;
}
.zsd-main-left .item h3 a{ 
	width: 100%;
	line-height: 58px;
	background: #f1f1f1 url(../image/sub-lm-sjx1.png) no-repeat left 32px center;
	padding: 0 20px 0 45px;
	font-size: 16px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zsd-main-left .item h3.on a,
.zsd-main-left .item h3 a:hover{
	color: #fff;
	background: #1c93d6 url(../image/sub-lm-sjx2.png) no-repeat left 32px center;
}
.zsd-main-left .item ul{
	display: none; 
	background: #f8f8f8;
	overflow: hidden;
}
.zsd-main-left .item ul li{
	margin-bottom: 14px;
	padding: 0 45px;
}
.zsd-main-left .item ul li:first-child{
	margin-top: 16px;
} 
.zsd-main-left .item ul li a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px; 
}
.zsd-main-left .item ul li a:hover,
.zsd-main-left .item ul li.on a{
	color: #1c93d6;
}
.zsd-main-left .item.on ul{
	display: block;
}
.zsd-main-right{
	width: 73.53%;
	float: right;
}
.product .pdg{
	padding: 0 9.5px;
}
.product-list{
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.product-list .pic{
	overflow: hidden;
}
.product-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.product-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.product-list .tit{
	line-height: 60px;
	position: relative;
	font-size: 16px;
	color: #555555;
	padding: 0 40px 0 24px;
	border-top: 1px solid #e5e5e5;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.product-list:hover .tit{
	color: #fe7d12;
    transition: all .5s ease;
}
.product-list .tit i{
	position: absolute;
	top: 0;
	right: 20px;
	color: #fe7d12;
	font-size: 16px;
}
.product-details{
	overflow: hidden;
}
.product-details .Pic{
	width: 49%;
	float: left;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.product-details .Info{
	width: 45.9%;
	float: right;
	border-top: 6px solid #0d49a1;
	padding-top: 28px;
}
.product-details .Info .title{
	font-size: 28px;
	line-height: 35px;
	color: #0d49a1;
}
.product-details .Info .cont{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 34px;
	height: 192px;
	overflow: auto;
	padding-right: 12px;
}
.product-details .Info .zxfw{
	border-top: 1px solid #dad9d9;
	font-size: 16px;
	padding-top: 8px;
	color: #333333;
	margin-top: 45px;
}
.product-details .Info .zxfw a{
	font-family: "barlow";
	font-size: 26px;
	color: #0d49a1;
	font-weight: bold;
}
.product-details .Info .zxfw  i{
	font-size: 26px;
	color: #1952a6;
	position: relative;
	top: 5px;
	margin-right: 8px;
}
.product-tab{
	margin-top: 60px;
}
.product-tab .title{
	line-height: 58px;
	background: #f1f1f1;
	padding-left: 20px;
	border-left: 3px solid #1c93d6;
	font-size: 22px;
	color: #333333;
}
.product-tab .cont{
	margin-top: 25px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}
.product-tab .cont .td{
	margin-bottom: 6px;
	padding-left: 20px;
	background: url(../image/productde-dot.png) no-repeat top 10px left;
}
.product-tab .cont table{
	width: 100%;
}
.product-tab .cont table tr td{
	height: 50px;
	border: 1px solid #fff;
	background: #e6f1fa;
	text-align: center;
	font-size: 16px;
	color: #555555;
}
.product-tab .cont table tr td:first-child{
	background: #1c93d6;
	color: #fff;
}
.proDeSwiper{
	overflow: hidden;
	position: relative;
	padding-bottom: 45px;
	margin-top: 30px;
}

/*case*/
.case .pdg{
	padding: 0 9.5px;
}
.case-list{
	margin-bottom: 20px;
}
.case-list .tit{
	line-height: 64px;
	background: #ededec;
	font-size: 16px;
	color: #555555;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.case-list:hover .tit{
	background: #1c93d6;
	color: #fff;
    transition: all .5s ease;
}
.zsd-pic .pic{
	overflow: hidden;
}
.zsd-pic .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.zsd-pic:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}

/*solution*/
.solution ul li{
	overflow: hidden;
	margin-bottom: 65px;
}
.solution ul li .pic{
	width: 48.5%;
	float: left;
}
.solution ul li .info{
	width: 46.5%;
	float: right;
}
.solution ul li:nth-of-type(2n+2) .pic{
	float: right;
}
.solution ul li:nth-of-type(2n+2) .info{
	float: left;
}
.solution ul li .info .tit{
	font-weight: bold;
	font-size: 28px;
	color: #0d49a1;
	line-height: 36px;
}
.solution ul li .info .line{
	width: 22px;
	height: 2px;
	background: #fe7e12;
	margin: 20px 0 28px;
    transition: all .5s ease;
}
.solution ul li:hover .info .line{
	width: 50px;
    transition: all .5s ease;
}
.solution ul li .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.solution ul li .info .more{
	width: 120px;
	text-align: center;
	height: 42px;
	line-height: 38px;
	border: 1px solid #005395;
	margin-top: 32px;
	font-size: 16px;
	color: #0d49a1;
    transition: all .5s ease;
}
.solution ul li:hover .info .more{
	background: #005395;
	color: #fff;
    transition: all .5s ease;
}
.solution ul li .info .more i{
	font-size: 20px;
	position: relative;
	top: 1px;
	margin-left: 12px;
}

/*news*/
.news ul li{
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 28px;
	margin-bottom: 28px;
}
.news ul li .time{
	width: 88px;
	height: 88px;
	background: #999999;
	color: #fff;
	font-family: "barlow";
	text-align: center;
	float: left;
    transition: all .5s ease;
}
.news ul li:hover .time{
	background: #1c93d6;
    transition: all .5s ease;
}
.news ul li .time .day{
	font-size: 48px;
	line-height: 50px;
	margin-top: 4px;
    transition: all .5s ease;
}
.news ul li .time .year{
	font-size: 15px;
	line-height: 30px;
}
.news ul li .line{
	width: 1px;
	height: 88px;
	background: #e5e6e6;
	float: left;
	margin-left: 25px;
	margin-right: 24px;
}
.news ul li .info{
	width: 59%;
	float: left;
}
.news ul li .info .tit{
	font-size: 22px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #1c93d6;
    transition: all .5s ease;
}
.news ul li .info .keys{
	font-size: 15px;
	color: #999999;
	line-height: 25px;
	margin: 14px 0;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news ul li .pic{
	width: 21.6%;
	float: right;
}
.newsDe .title{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 42px;
}
.newsDe .time{
	text-align: center;
	font-size: 15px;
	color: #999999;
	line-height: 25px;
	margin-top: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
}
.newsDe .cont{
	margin-top: 28px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.dePage{
	overflow: hidden;
	background: #f5f5f5;
	height: 90px;
	line-height: 90px;
	padding: 0 42px;
	margin-top: 68px;
}
.dePage a{
	display: block;
	float: left;
	width: 48%;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage a:hover{
	color: #1c93d6;
}
.dePage a:last-child{
	float: right;
	text-align: right;
}

/* contact */
.contact{
	padding: 90px 0 120px;
}
.contact .Info{
	width: 36.071428571%;
	float: left;
	margin-top: 10px;
}
.contact .Info .gs-name{
	font-size: 32px;
	color: #275aa9;
	line-height: 36px;
}
.contact .Info .txt{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 28px;
}
.contact .Info .sub{
	font-size: 16px;
	color: #555555;
	margin-top: 48px;
}
.contact .Info .sub p{
	border-bottom: 1px solid #dddcdc;
	line-height: 28px;
	padding: 18px 0 18px 38px;
}
.contact .Info .sub p.dz{
	background: url(../image/c-dz.png) no-repeat left top 19px;
}
.contact .Info .sub p.sj{
	background: url(../image/c-sj.png) no-repeat left top 20px;
}
.contact .Info .sub p.dh{
	background: url(../image/c-dh.png) no-repeat left top 20px;
}
.contact .Info .sub p.yx{
	background: url(../image/c-yx.png) no-repeat left top 24px;
}
.contact .Info .sub p a{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.contact .mapsBox{
	width: 55%;
	float: right;
	position: relative; 
}
.contact .mapsBox .maps{
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.contact .mapsBox::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #1d60bb;
	bottom: -25px;
	right: -25px;
}
.message{
	padding: 58px 0 190px;
	background: url(../image/message-back.jpg) no-repeat top center;
	background-size: cover;
}
.message .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.message .row{
	margin-top: 50px;
}
.message .row input[type=text]{
	width: 100%;
	height: 57px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-indent: 16px;
	font-size: 16px;
	color: #222;
	outline: none;
    transition: all .5s ease;
}
.message .row input[type=text]:focus{
	border: 1px solid #0054ae;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.message .row textarea{
	margin-top: 15px;
	min-width: 100%;
	max-width: 100%;
	min-height: 148px;
	max-height: 148px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 16px;
	font-size: 16px;
	color: #222;
    transition: all .5s ease;
}
.message .row textarea:focus{
	border: 1px solid #0054ae;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.message .row input[type=button]{
	display: block;
	width: 415px;
	height: 58px;
	margin: 30px auto 0;
	border: none;
	background: #0054ae;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}

/*Nybanner*/
.Nybanner{
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
}
.Nylocation{
	margin-top: 28px;
	line-height: 48px;
}
.Nylocation .container{
	border-bottom: 1px solid #e1e2e2;
}
.Nylocation .now-wz{
	float: left;
	background: url(../image/ny-sjx.png) no-repeat left center;
	padding-left: 10px;
	font-size: 15px;
	color: #555555;
}
.Nylocation .now-wz a{
	color: #555;
}
.Nylocation .now-wz a:hover{
	color: #235296;
}
.ny-cls{
	overflow: hidden;
	margin-bottom: 25px;
}
.ny-cls a{ 
	border: 1px solid #ccc;
	text-align: center;
	line-height: 38px;
	width: 49%;
	float: left;
	margin-bottom: 6px;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
	padding: 0 6px;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #333;
}
.ny-cls a:nth-of-type(2n+2){
	float: right;
}
.ny-cls a.on{
	border: 1px solid #1c93d6;
	background: #1c93d6;
	color: #fff;
}

/*footer*/
footer{
	background: url(../image/foot-back.jpg) no-repeat top center;
	background-size: cover;
}
.foot-top{
	padding: 85px 0 100px;
}
.f-lx{
	float: left;
}
.f-lx p{
	padding-left: 28px;
	font-size: 15px;
	color: #fff;
	line-height: 38px;
}
.f-lx p.dz{
	background: url(../image/f-dz.png) no-repeat left center;
}
.f-lx p.dh{
	background: url(../image/f-dh.png) no-repeat left center;
}
.f-lx p.sj{
	background: url(../image/f-sj.png) no-repeat left center;
}
.f-lx p.yx{
	background: url(../image/f-yx.png) no-repeat left center;
}
.f-lx p a{
	font-family: arial;
	color: #fff;
}
.f-lx p a.tel{
	font-size: 18px;
	color: #009edf;
}
.f-ewm{
	float: left;
	margin-top: 5px;
	margin-left: 120px;
	width: 118px;
	text-align: center;
}
.f-ewm p{
	font-size: 15px;
	color: #adacac;
	margin-top: 12px;
}
.f-lm{
	float: right;
	overflow: hidden;
}
.f-lm .item{
	float: left;
	margin-left: 68px;
}
.f-lm .item:first-child{
	margin-left: 0;
}
.f-lm .item h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
}
.f-lm .item .link{
	margin-top: 28px;
}
.f-lm .item .link.on{
	width: 170px;
	overflow: hidden;
}
.f-lm .item .link a{
	display: block;
	font-size: 15px;
	color: #999999;
	line-height: 38px;
}
.f-lm .item .link.on a{
	float: left;
	width: 48.5%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-lm .item .link.on a:nth-of-type(2n+2){
	float: right;
}
.f-lm .item .link a:hover{
	color: #fff;
}
.foot-copy{
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #3d3d3d;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.foot-copy a:hover{
	color: #fff;
}

/*MB - PC */
.isPc {
	display: block;
}

.isMobile{
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 40px;
}
.Page.tl{
	text-align: left;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	min-width: 30px;
	padding: 0 5px;
	background: #f1f1f1;
	line-height: 25px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #009edd;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #009edd;
	display: inline-block;
	width: 30px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #009edd;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection { 
	color: #e62028;
}

/*Mozilla Firefox*/
::-moz-selection { 
	color: #e62028;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #fff; 
} 
.memory-show .hd::-webkit-scrollbar{
	width: 5px;
	border-radius: 15px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
.memory-show .hd::-webkit-scrollbar-track{ 
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background: url(http://www.kunshanzsd.com/images/line-xlt.jpg) repeat-y top center;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(22, 78, 142, 1);
	border-radius: 0; 
}  
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(22, 78, 142, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(22, 78, 142, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
} 
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(4px);
						transform: scale(1) translateY(4px);
	}
	68% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(16px);
		transform: scale(1) translateY(16px);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(4px);
						transform: scale(1) translateY(4px);
	}
	68% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(16px);
		transform: scale(1) translateY(16px);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
} 

.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(http://www.kunshanzsd.com/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(http://www.kunshanzsd.com/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(http://www.kunshanzsd.com/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(http://www.kunshanzsd.com/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(http://www.kunshanzsd.com/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(http://www.kunshanzsd.com/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;
}

.wz-web-search{
	padding: 50px 0 100px;
}
.wz-web-search ul{
	overflow: hidden;
}
.wz-web-search li{
	border-bottom: 1px solid #ddd;
	padding: 30px 0; 
	width: 46%;
	float: left;
    transition: all .5s ease;
}
.wz-web-search li:nth-of-type(2n+2){
	float: right;
}
.wz-web-search li:hover{
	background: #009edd;
	padding: 30px;
    transition: all .5s ease;
}
.wz-web-search li .tit .t1{
	font-size: 22px;
	color: #333;
    transition: all .5s ease;
}
.wz-web-search li:hover .tit .t1{
	color: #fff;
    transition: all .5s ease;
}
.wz-web-search li .url{
	font-size: 14px;
	margin-top: 10px;
	color: #009edd;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}