@charset "UTF-8"; 
body {
	font-family: "arial";
	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("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}  
@font-face {
	font-family: "sapie";
	src: url("../fonts/SAPIENTSANSMEDIUM.TTF");
	font-weight: normal;
	font-style: normal;
}   
@font-face {
	font-family: "barlow";
	src: url("../fonts/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: #0075c2;
	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: 1200px;
	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(../images/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: 24px;
	color: #e7262d;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #e7262d;
}
.head-top{
	height: 42px;
	background: #f5f5f5;
}
.head-top text{
	line-height: 42px;
	float: left;
	font-size: 15px;
	color: #555555;
}
.head-gn{
	float: right;
	height: 42px;
	overflow: hidden;
	line-height: 38px;
}
.head-gn language{
	float: left;
}
.head-gn language i{
	font-size: 18px;
	color: #888888;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.head-gn language a{
	font-size: 14px;
	color: #555555;
}
.head-gn language a:hover{
	color: #07a546;
}
.head-gn .icon-sousuo{
	font-size: 18px;
	color: #0f7dc5;
	margin-left: 38px;
	position: relative;
	top: 2px;
	cursor: pointer;
} 
.head{ 
	width: 100%;  
	background: rgba(255,255,255,1);   
	z-index: 999; 
	padding: 20px 0 28px;
	border-bottom: 2px solid #fff;
	transition: all .5s ease;
}  
.head.fixedbg{ 
	top: -90px;
	left: 0;
	background: rgba(255,255,255,1);   
	position: fixed;
	border-bottom: 2px solid #fff;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}  
.head.fixedbg.up{
	top: 0;
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.WebLink{
	float: right;
	margin-top: 14px;
}
.WebLink li{
	float: left;
	margin-left: 54px;
}
.WebLink li:first-child{
	margin-left: 0;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 17px;
	color: #333333;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #1487d2;
}

/*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: 48px !important;
}
.syBannerPag .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 8px !important;
	opacity: 0.6;
	border-radius: 12px;
	transition: all .5s ease;
}
.syBannerPag .swiper-pagination-bullet-active{
	width: 28px;
	opacity: 1;
	background: #fff !important;
	transition: all .5s ease;
}
.syBannerN,
.syBannerP{
	width: 58px !important;
	height: 58px !important;
	border-radius: 100%;
	text-align: center;
	line-height: 56px !important;
	background: rgba(255,255,255,0) !important;
	border: 1px solid #fff;
	margin-top: 0 !important;
	top: 44% !important;
}
.syBannerN i,
.syBannerP i{
	font-size: 32px;
	color: #fff;
}
.syBannerP{
	left: 11% !important;
	transform: rotate(180deg);
}
.syBannerN{
	right: 11% !important;
}

/* indexAbout */
.indexAbout{
	padding: 85px 0 90px;
	border-bottom: 9px solid #20437e;
}
.sy-gy-left{
	width: 34.16667%;
	float: left;
	position: relative;
}
.sy-gy-left::after{
	content: "ABOUT US";
	font-family: "helev";
	font-size: 76px;
	color: #333333;
	opacity: 0.1;
	left: 0;
	top: 0;
	position: absolute;
	line-height: 80px;
}
.sy-gy-left .gs-name{
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
	margin-top: 35px;
}
.sy-gy-left .line{
	margin: 26px 0 35px;
	display: block;
}
.sy-gy-left .txt{
	padding-left: 15px;
	background: url(../images/sy-sjx.png) no-repeat left top 6px;
	font-size: 17px;
	line-height: 25px;
	color: #333333;
}
.sy-gy-left .cont{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	margin-top: 26px;
}
.jy-sy-more:hover{
	background: #1b3b7f;
	border: 1px solid #1b3b7f;
	color: #fff;
}
.sy-gy-right{
	width: 57.0833334%;
	float: right;
	background: #f7f9fa url(../images/sy-abt-r-back.jpg) no-repeat right top;
	background-size: auto 100%;
	overflow: hidden;
}
.sy-gy-right .pic{
	width: 70.22%;
	float: left;
}
.sy-abt-num{
	width: 135px;
	float: left;
	margin-left: 38px;
	margin-top: 40px;
}
.sy-abt-num .lb{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 22px;
	padding-left: 12px;
}
.sy-abt-num .lb:last-child{
	margin-bottom: 0;
}
.sy-abt-num .lb .num{
	font-size: 16px;
	color: #555555;
}
.sy-abt-num .lb .num span{
	font-family: "barlow";
	font-size: 48px;
	line-height: 50px;
	color: #0075c2;
}
.sy-abt-num .lb .num sup{
	font-family: "barlow";
	font-size: 26px;
	position: relative;
	top: -20px;
	color: #0075c2;
}
.sy-abt-num .lb:last-child .num sup{
	top: -16px;
}
.sy-abt-num .lb .txt{
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 10px;
}

/* indexProduct */
.indexProduct{
	padding: 55px 0 90px;
	background: url(../images/sy-pro-back.jpg) no-repeat top center;
	border-bottom: 9px solid #20437e;
	background-size: cover;
}
.indexProduct .container{
	margin-top: 55px;
}
.sy-pro-left{
	width: 35.08334%;
	float: left;
}
.sy-pro-list{
	position: relative;
	overflow: hidden;
}
.sy-pro-list::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 120px;
	background: url(../images/yinying1.png) no-repeat bottom center;
	background-size: 100% 100%;
	bottom: 0;
	left: 0;
}
.sy-pro-list img{
	width: 100%;
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-pro-list:hover img{
	transform: scale(1);
	transition: all .5s ease;
}
.sy-pro-list span{ 
	position: absolute;
	width: 100%;
	line-height: 55px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	bottom: 0;
	left: 0;
	z-index: 99;
	padding: 0 26px 0 26px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.sy-pro-list:hover span{
	background: #1487d2;
	transition: all .5s ease;
}
.sy-pro-list span i{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	right: 20px;
	opacity: 0;
	transition: all .5s ease;
}
.sy-pro-list:hover span i{
	opacity: 1;
	transition: all .5s ease;
}
.sy-pro-right{
	width: 63.3334%;
	float: right;
}
.sy-pro-right .sy-pro-list{
	width: 48.8158%;
	float: left;
}
.sy-pro-right .sy-pro-list:nth-of-type(2n+2){
	float: right;
}
.sy-pro-right .sy-pro-list:nth-child(1),
.sy-pro-right .sy-pro-list:nth-child(2){
	margin-bottom: 17px;
}

/* indexEquipment */
.indexEquipment{
	padding: 55px 0 70px;
}
.sySbSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 60px;
	padding-bottom: 55px;
}
.sy-sb-list .pic{
	overflow: hidden;
	border-bottom: 5px solid #1487d2;
}
.sy-sb-list .pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.sy-sb-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.sy-sb-list p{
	text-align: center;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.sy-sb-list:hover p{
	color: #1487d2;
	transition: all .5s ease;
}

/* indexNews */
.indexNews{
	padding: 55px 0 58px;
	background: url(../images/sy-news-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexNews .row{
	margin-top: 48px;
}
.indexNews .row .pdg{
	padding: 0 10.5px;
}
.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-news-list .info{
	padding: 20px 20px 30px;
	background: #fff;
}
.sy-news-list .info .time{
	font-family: arial;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.sy-news-list .info .tit{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 12px 0 14px;
	transition: all .5s ease;
}
.sy-news-list:hover .info .tit{
	color: #1487d2;
	transition: all .5s ease;
}
.sy-news-list .info .sub{
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .info .more{
	width: 132px;
	margin: 22px auto 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	transition: all .5s ease;
}
.sy-news-list:hover .info .more{
	background: #1487d2;
	color: #fff;
	transition: all .5s ease;
}
.indexNews .jy-sy-more{
	border: 1px solid #fff;
	margin: 50px auto 0;
}

/* sy */
.jy-sy-h5{
	text-align: center;
	font-size: 42px;
	color: #222222;
	line-height: 45px;
}
.jy-sy-line{
	display: block;
	margin: 28px auto 0;
}
.jy-sy-more{
	display: block;
	width: 155px;
	text-align: center;
	height: 47px;
	line-height: 43px;
	border: 1px solid #cdcdcd;
	border-radius: 47px;
	font-size: 15px;
	color: #222222;
	margin: 50px 0 0 0;
	background: #fff;
}
.jy-sy-more i{
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-left: 18px;
}

/* about */
.about{
	padding: 75px 0 100px;
}
.about .cont{
	max-width: 940px;
	margin: 40px auto 0;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-align: center;
}
.abt-num{
	text-align: center;
	margin-top: 75px;
}
.abt-num .lb{
	margin: 0 60px;
	display: inline-block;
	position: relative;
}
.abt-num .lb::after{
	content: "/";
	position: absolute;
	color: #8cc1e3;
	right: -54px;
	top: 35px;
}
.abt-num .lb:last-child::after{
	opacity: 0;
}
.abt-num .lb .num{
	font-size: 16px;
	color: #555555;
}
.abt-num .lb .num span{
	font-family: "barlow";
	font-size: 56px;
	line-height: 60px;
	font-weight: bold;
	color: #0075c2;
}
.abt-num .lb .num sup{
	font-family: "barlow";
	font-size: 28px;
	position: relative;
	top: -26px;
	color: #0075c2;
}
.abt-num .lb:nth-child(3) .num sup{
	top: -20px;
}
.abt-num .lb .txt{
	font-size: 16px;
	color: #555555;
	margin-top: 12px;
}

/* culture */
.culture{
	padding: 54px 0 108px;
	background: url(../images/qywh-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.qywh-box{
	margin-top: 45px;
	position: relative;
}
.qywh-box > img{
	display: block;
	margin: 0 auto;
}
.qywh-list{
	width: 266px;
	overflow: hidden;
	position: absolute;
}
.qywh-list.wh1{
	top: 0;
	left: 48px;
}
.qywh-list.wh2{
	top: 0;
	right: 66px;
}
.qywh-list.wh3{
	bottom: 0;
	left: 72px;
}
.qywh-list.wh4{
	bottom: 0;
	right: 60px;
}
.qywh-list .ico{
	float: left;
}
.qywh-list .info{
	width: 145px;
	float: right;
}
.qywh-list .info .tit{
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 28px;
}
.qywh-list .info .sub{
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	margin-top: 7px;
}

/* honor */
.honor{
	padding: 55px 0 70px;
}
.honorSwiper{
	margin-top: 38px;
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
}
.honor-list{
	border: 1px solid #dcdcdc;
}
.honor-list .pic{
	text-align: center;
	padding: 44px 15px ;
}
.honor-list p{
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 55px;
	border-top: 1px solid #dcdcdc;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* history */
.history{
	padding: 62px 0;
	min-height: 627px;
	background: url(../images/history-back.jpg) no-repeat top center;
	background-size: cover;
}
.history-show{
	position: relative;
	margin-top: 50px;
}
.history-show::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #bcd5ee;
	top: 84px;
	left: 0;
}
.history-show .container{
	position: relative;
}
.historySwiper{
	position: relative;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.historySwiper .year{
	text-align: center;
	font-family: "barlow";
	font-size: 56px;
	line-height: 60px;
	color: #0075c2;
}
.historySwiper .dot{
	height: 19px;
	background: url(../images/history-dot1.png) no-repeat center center;
	margin: 15px 0 35px;
}
.historySwiper .cont{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.historySwiper .cont p{
	padding-left: 16px;
	background: url(../images/history-dot2.png) no-repeat top 12px left;
}
.historyP,
.historyN{
	width: 35px !important;
	height: 35px !important;
	background: #bcbdc6 !important;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin-top: 0 !important;
	top: 67px !important;
	transition: all .5s ease;
}
.historyP:hover,
.historyN:hover{
	background: #0075c2 !important;
	transition: all .5s ease;
}
.historyP{
	transform: rotate(180deg);
	left: -25px !important;
}
.historyN{
	right: -25px !important;
}

/* customer */
.customer{
	padding: 60px 0 80px;
}
.customer .container{
	position: relative;
	padding-bottom: 55px;
}
.qykhPag{
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.qykhPag .swiper-pagination-bullet{
	display: inline-block;
	margin: 0 4px;
	text-align: center;
}
.qykhSwiper{
	overflow: hidden;
	margin-top: 45px;
	position: relative; 
	border: 1px solid #dcdcdc; 
	border-right: none;
	border-bottom: none;   
} 
.qykhSwiper .swiper-slide{
	text-align: center;
	padding: 12px 0;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
    transition: all .5s ease;
} 
.qykhSwiper .swiper-slide:hover{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	z-index: 999;
    transition: all .5s ease;
}

/* product */
.product{
	padding: 55px 0 85px;
}
.product-class{
	/* width: 20.3334%; */
	width: 244px;
	float: left;
}
.product-class .tit{
	text-align: center;
	line-height: 100px;
	background: url(../images/pro-l-t-b.jpg) no-repeat top center;
	background-size: cover;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
}
.product-class .item{
	margin-top: 1px;
}
.product-class .item h3 a{
	display: block;
	width: 100%;
	line-height: 58px;
	padding-left: 45px;
	font-size: 16px;
	padding-right: 20px;
	color: #222222;
	background: #f1f1f1 url(../images/pro-sjx1.png) no-repeat left 32px center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class .item h3 a:hover,
.product-class .item.on h3 a{
	color: #fff;
	background: #0075c2 url(../images/pro-sjx2.png) no-repeat left 32px center;
}
.product-class .item ul{
	padding: 12px 25px 12px 45px;
	background: #f8f8f8;
	display: none;
}
.product-class .item.on ul{
	display: block;
}
.product-class .item ul li a{
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class .item ul li a:hover,
.product-class .item ul li a.on{
	color: #0075c2;
}
.product-list{
	width: 74.583334%;
	float: right;
}
.product-list .pdg{
	padding: 0 10px;
}
.pro-list{
	margin-bottom: 14px;
}
.pro-list .pic{
	overflow: hidden;
	border: 1px solid #ececeb;
}
.pro-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.pro-list .tit{
	position: relative;
	line-height: 53px;
	border: 1px solid #ececeb;
	border-top: none;
	padding: 0 40px 0 25px;
	font-size: 16px;
	color: #555555;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.pro-list:hover .tit{
	border: 1px solid #0075c2;
	border-top: none;
	background: #0075c2;
	color: #fff;
    transition: all .5s ease;
}
.pro-list .tit i{
	position: absolute;
	right: 18px;
	top: 0;
	font-size: 18px;
}
.product-details{
	width: 74.5833334%;
	float: right;
}
.product-cont{
	overflow: hidden;
}
.product-cont .Pic{
	width: 47.15084%;
	float: left;
	border: 1px solid #e5e5e5;
}
.product-cont .Info{
	width: 48.268156424%;
	float: right;
	border-top: 6px solid #0075c2;
	padding-top: 28px;
}
.product-cont .Info .title{
	font-size: 32px;
	line-height: 36px;
	color: #0075c2;
}
.product-cont .Info .cont{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 34px;
	height: 168px;
	overflow: auto;
	padding-right: 12px;
}
.product-cont .Info .zxfw{
	border-top: 1px solid #dad9d9;
	font-size: 16px;
	padding-top: 8px;
	color: #333333;
	margin-top: 25px;
}
.product-cont .Info .zxfw a{
	font-family: "barlow";
	font-size: 26px;
	color: #0075c2;
	font-weight: bold;
}
.product-cont .Info .zxfw  i{
	font-size: 22px;
	color: #0d49a1;
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.product-tab-box{
	margin-top: 58px;
}
.product-tab{
	margin-bottom: 40px;
}
.product-tab .title{
	font-size: 32px;
	position: relative;
	color: #222222;
	line-height: 36px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}
.product-tab .title::after{
	position: absolute;
	content: "";
	width: 32px;
	height: 2px;
	background: #0075c2;
	bottom: -1px;
	left: 0;
}
.product-tab .cont{
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #555555;
}
.product-tab .cont .td{
	background: url(../images/productde-dot.png) no-repeat top 11px left;
	padding-left: 14px;
}
.product-tab .cont table{
	width: 100%;
}
.product-tab .cont table td{
	height: 50px;
	border: 1px solid #fff;
	background: #3c79d3;
	text-align: center;
	color: #fff;
}
.product-tab .cont table tr:nth-of-type(2n+1) td:nth-of-type(2n+2){
	background: #e6f1fa;
	color: #555555;
}
.product-tab .cont table tr:nth-of-type(2n+2) td:nth-of-type(2n+1){
	background: #2662c4; 
}
.product-tab .cont table tr:nth-of-type(2n+2) td:nth-of-type(2n+2){
	background: #ddebf6; 
	color: #555555;
}
.product-tab .row{
	margin-top: 45px;
}
.product-tab .row .pdg{
	padding: 0 10px;
}

/* production */
.production{
	padding: 65px 0;
}
.production .pdg{
	padding: 0 15px;
}
.production-list{
	margin-bottom: 50px;
}
.production-list .pic{
	overflow: hidden;
}
.production-list .pic img{
	width: 100%;
}
.production-list span{
	display: block;
	width: 88%;
	margin: -30px auto;
	background: #fff;
	position: relative;
	z-index: 999;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

/*news*/
.news{
	padding: 65px 0 75px;
}
.news ul li{
	border-bottom: 1px solid #e6e6e5;
	padding-bottom: 42px;
	margin-bottom: 42px;
	overflow: hidden;
}
.news ul li .pic{
	width: 24.166667%;
	float: left;
	overflow: hidden;
}
.news ul li .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.news ul li:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.news ul li .info{
	width: 71.66667%;
	float: right;
}
.news ul li .info .title{
	position: relative;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
	padding-right: 120px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.news ul li .info .title span{
	position: absolute;
	right: 0;
	top: 0; 
	font-size: 15px;
	color: #b3b2b2;
	font-family: "barlow";
	font-weight: 100;
}
.news ul li .info .gjc{
	font-size: 15px;
	line-height: 25px;
	color: #777777;
	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 .info .more{
	width: 116px;
	height: 34px;
	border-radius: 34px;
	line-height: 32px;
	border: 1px solid #015aac;
	text-align: center;
	font-size: 15px;
	color: #2765a6;
	margin-top: 16px;
    transition: all .5s ease;
}
.news ul li:hover .info .more{
	background: #015aac;
	color: #fff;
    transition: all .5s ease;
}
.news ul li .info .more i{
	margin-left: 5px;
}
.newsDe{
	padding: 72px 0 95px;
}
.newsDe .container{
	max-width: 1180px;
}
.newsDe .titBox{
	border-bottom: 1px solid #e9e8e8;
	padding-bottom: 25px; 
	text-align: center;
}
.newsDe .titBox .title{
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 40px;
}
.newsDe .titBox .keywords{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	margin-top: 20px;
}
.newsDe .titBox .keywords a{
	color: #275aa9;
	font-family: arial;
}
.newsDe .content{
	margin-top: 30px;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	border-bottom: 1px solid #e9e8e8;
	padding-bottom: 88px;
}
.dePage{ 
	margin-top: 44px; 
	overflow: hidden;
}
.dePage .sxy{
	width: 70%;
	float: left;
}
.dePage .sxy a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #43559f;
}
.dePage .return{
	display: block;
	width: 126px;
	height: 40px;
	border: 1px solid #0464b4;
	text-align: center;
	background: #275aa9;
	line-height: 38px;
	font-size: 15px;
	color: #fff;
	float: right;
	margin-top: 8px;
	border-radius: 5px;
}
.dePage .return:hover{
	background: #0464b4;
	color: #fff;
	border: 1px solid #0464b4;
}

/* idea */
.idea{
	padding: 56px 0 64px;
}
.idea .pic{
	width: 36.33334%;
	float: left;
}
.idea .info{
	width: 54.583334%;
	float: right;
}
.idea .info .tit{
	font-size: 36px;
	line-height: 40px;
	color: #333;
}
.idea .info .tit i{
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 24px;
	position: relative;
	top: -4px;
	margin-right: 10px;
	background: #0075c2;
	border-radius: 100%;
}
.idea .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 35px;
}
/* human */
.human{
	padding: 52px 0 78px;
	background: #f5f5f5;
}
.human-box{
	margin-top: 45px;
}
.human-box .item{
	margin-bottom: 2px;
}
.human-box .item h3{
	line-height: 60px;
	background: #e8e8e8;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	padding: 0 35px;
	height: 60px;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.human-box .item h3.on{
	background: #0075c2;
	color: #fff;
    transition: all .5s ease;
}
.human-box .item h3 i{
	position: absolute;
	right: 30px;
	top: 0;
	font-size: 26px;
	transform: rotate(90deg);
    transition: all .5s ease;
}
.human-box .item h3.on i{
	transform: rotate(270deg);
	transition: all .5s ease;
}
.human-box .item ul{
	background: #fff;
	display: none;
	padding: 25px 36px 38px;
}
.human-box .item ul li .cont{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.human-box .item ul li .cont:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.human-box .item ul li .tdjl{
	line-height: 42px;
	font-size: 15px;
	color: #0075c2;
}
.human-box .item ul li .tdjl a{
	display: inline-block;
	width: 114px;
	text-align: center;
	background: #0075c2;
	color: #fff;
	font-size: 15px;
	margin-right: 20px;
}

/* contact */
.contact{
	padding: 75px 0 95px;
}
.contact .container{
	position: relative;
}
.contact .Info{
	width: 50%;
	float: left;
}
.contact .Info .title{
	font-size: 24px;
	line-height: 30px;
	color: #222222; 
}
.contact .Info .sub{
	margin-top: 35px;
}
.contact .Info .sub p{
	line-height: 65px;
	background: #f8f8f8;
	margin-bottom: 1px;
	font-size: 16px;
	color: #222222;
	padding: 0 45px;
}
.contact .Info .sub p.dz{
	line-height: 25px;
	padding: 10px 45px;
	background: #f8f8f8 url(../images/c-dz.png) no-repeat left 15px top 13px;
}
.contact .Info .sub p.dh{
	background: #f1f1f1 url(../images/c-dh.png) no-repeat left 16px center;
}
.contact .Info .sub p.cz{
	background: #f8f8f8 url(../images/c-cz.png) no-repeat left 16px center;
}
.contact .Info .sub p.yx{
	background: #f1f1f1 url(../images/c-yx.png) no-repeat left 16px center;
} 
.message{
	margin-top: 50px;
}
.message .bd-text{
	overflow: hidden;
}
.message .bd-text input[type=text]{
	width: 48.5%;
	float: left;
	border: none;
	outline: none;
	border-bottom: 1px solid #e1e0e0;
	height: 50px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #222;
}
.message .bd-text input[type=text]:nth-of-type(2n+2){
	float: right;
}
.message .bd-textarea p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.message .bd-textarea textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 105px;
	max-height: 105px;
	border: 1px solid #e1e0e0;
	padding: 12px;
	font-size: 16px;
	color: #222;
}
.message input[type=button]{
	display: block;
	width: 158px;
	height: 44px;
	background: #0075c2;
	margin-top: 14px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #fff;
}
.maps{
	position: absolute;
	width: 42.3334%;
	right: 0;
	height: 100%;
	border: 1px solid #e5e5e5;
}

/* Nybanner */
.jy-ny-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
	height: 42.9vh;
	object-fit: cover;
}
.Nylocation{ 
	border-bottom: 1px solid #e3e3e3;
	line-height: 62px;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	float: left; 
	position: relative;
	font-size: 16px;
	color: #333333;
	margin-right: 40px;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	color: #0075c2;
}
.Nylocation .now-lm a:last-child{
	margin-right: 0;
}
.Nylocation .now-lm a::after{
	content: "";
	width: 10%;
	height: 2px;
	background: #0075c2;
	bottom: -1px;
	left: 0;
	position: absolute;
	opacity: 0;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover::after,
.Nylocation .now-lm a.on::after{
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.Nylocation .now-wz{
	float: right;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 22px;
	font-size: 16px;
	color: #555555;
}
.Nylocation .now-wz.fl{
	float: left;
}

/* footer */
footer{
	background: #1b3b7f; 
}
.foot-top{
	padding: 85px 0 190px;
}
.f-ewm{
	width: 129px;
	float: left;
	text-align: center;
}
.f-ewm p{
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
}
.f-lm{
	float: right;
}
.f-lm .item{
	float: left;
	margin-right: 138px;
}
.f-lm .item:last-child{
	margin-right: 0;
}
.f-lm .item h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.f-lm .item .link{
	margin-top: 20px;
}
.f-lm .item .link a{
	display: block;
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
	line-height: 32px;
}
.f-lm .item .link a:hover{
	opacity: 1;
}
.foot-copy{
	border-top: 1px solid rgba(255,255,255,0.1);
	line-height: 66px;
	font-size: 15px;
	color: #7c89ac; 
}
.foot-copy a:hover{
	opacity: 1 !important;
	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 #0075c2;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #0075c2;
	display: inline-block;
	width: 30px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #0075c2;
	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(../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(../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;
}

.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: #0075c2;
	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: #0075c2;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}