html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1200px;
	background: #f1f1f1;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
	
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
 button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
 button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
 button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
 [type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
 [type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}

::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
 template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.dropdown {
	position: relative;
}
.dropdown-box {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	min-width: 100%;
	display: none;
	overflow: hidden;
	background: url(../images/navbg.png) repeat center;
}
.dropdown-box li {
	text-align: center;
}
.dropdown.open .dropdown-box {
	display: block;
}

/* 顶部 */
.qilin-header {
	background-color: #fff;
}
.qilin-header .topbar {
	line-height: 40px;
	border-bottom: 1px solid #e8e8e8;
	height: 40px;
}
.qilin-header .topbar .container {
	position: relative;
}
.qilin-header .topbar ul {
	float: right;
}
.qilin-header .topbar li {
	float: left;
}
.qilin-header .topbar li.pipe {
	padding: 0 10px;
	color: #ccc;
}
.qilin-header .topbar .h_bj {
	position: absolute;
	right: 0;
	top: 0;
}
.qilin-header .topbar .h_bj img {
	display: block;
}
.qilin-header .logo {
	float: left;
	padding: 30px 0;
}
.qilin-header .logo img {
	display: block;
	height: 66px;
	width: auto;
}
.qilin-header .text {
	float: left;
	font-size: 18px;
	margin: 35px 0 0 20px;
}
.qilin-header .tel {
	float: right;
	background: url(../images/tel.png) no-repeat 0 center;
	padding-left: 42px;
	color: #666;
	margin-top: 35px;
}
.qilin-header .tel strong {
	display: block;
	color: #005bac;
	font-size: 30px;
}
.qilin-header .search {
	float: right;
	border: 1px solid #ddd;
	margin: 50px 50px 0 0;
}
.qilin-header .search input {
	float: left;
	border: 0;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	width: 200px;
}
.qilin-header .search button {
	float: right;
	border: 0;
	border-left: 1px solid #ddd;
	height: 40px;
	width: 40px;
	padding: 0;
	cursor: pointer;
	background: url(../images/l_search.png) no-repeat center;
}

/* 导航 */
.qilin-nav {
	border-top: 1px solid #e8e8e8;
	background-color: #fff;
}
.qilin-nav li {
	float: left;
	border-left: 1px solid #e8e8e8;
}
.qilin-nav li a {
	display: block;
	line-height: 60px;
	font-size: 16px;
	padding: 0 42px;
}
.qilin-nav li a:hover, .qilin-nav li.active>a, .qilin-nav li.open > a {
	color: #fff;
	background-color: #005bac;
}
.qilin-nav li .dropdown-box li {
	border-left: 0;
	float: none;
}
.qilin-nav li .dropdown-box li a {
	padding: 0 5px;
	line-height: 40px;
	font-size: 14px;
}

/* banner */
.qilin-slideBox {
	height: 600px;
	position: relative;
	overflow: hidden;
}
.qilin-slideBox .hd {
	position: absolute;
	bottom: 30px;
	font-size: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.qilin-slideBox .hd li {
	display: inline-block;
	width: 20px;
	height: 5px;
	margin: 0 3px;
	border-radius:5px;
	background-color: #000;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.qilin-slideBox .hd li.on {
	background-color: #005bac;
	opacity: 1;
	filter: alpha(opacity=100);
}
.qilin-slideBox .bd, .qilin-slideBox .bd ul, .qilin-slideBox .bd li {
	width: 100% !important;
	height: 100% !important;
}
.qilin-slideBox .bd li {
	background: no-repeat center;
}
.qilin-slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* 关键词-搜索 */
.qilin-sou {
	padding: 20px 0;
	border-bottom:1px solid #ddd;
	background:#FFF;
}
.qilin-sou .hot {
	float: left;
	padding: 8px 0;
}
.qilin-sou .hot a {
	margin-right: 10px;
}
.qilin-sou .hform {
	float: right;
}
.qilin-sou .hform input {
	float: left;
	font-size: 14px;
	padding: 7px 10px;
	line-height: 20px;
	width: 240px;
	border: 1px solid #ddd;
}
.qilin-sou .hform button {
	border: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 36px;
	background: url(../images/sea_ico.gif) no-repeat 0 0;
}
.qilin-sou-inner {
	background-color: #F2F2F2;
}
.qilin-sou-inner .qilin-sou {
	border-bottom: 0;
}
.qilin-sou-inner .hot {
	padding: 6px 0;
}
.qilin-sou-inner .hform {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.qilin-sou-inner .hform input {
	width: 240px;
	background: none;
	padding: 6px 15px;
	border: 0;
}
.qilin-sou-inner .hform button {
	background: url(../images/VISkins-p1.png) no-repeat -258px -936px;
	width: 32px;
	height: 32px;
}

/* 首页产品 */
.list-1 {
	/*margin-left: -20px;*/
}
.list-1 li {
	float: left;
	width: 23.5%;
	margin-right:2%;
}
.list-1 li:nth-child(4n) {
	margin-right:0;
}
.list-1 li a {
	display: block;
	margin: 0 0 20px 0;
}
.list-1 li .m {
	position: relative;
	font-size: 0;
	text-align: center;
}
.list-1 li .m img {
	max-width: 100%;

	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle
}
.list-1 li .m span {
	position: absolute;
	top: 0;
	height: 0;
	left: 0;
	transition: height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
	background: url(../images/bg01.png) repeat;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.list-1 li .m span em {
	font-style: normal;
	color: #fff;
	font-size: 14px;
	background: url(../images/ico05.png) no-repeat center 15px;
	border-top: 1px solid #c8c5c4;
	border-bottom: 1px solid #c8c5c4;
	line-height: 20px;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 50px 0 10px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -41px;
}
.list-1 li a:hover .m span {
	height: 100%;
}
.list-1 li .text {
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-1 li a:hover .text {
	border-color: #005bac;
	color: #005bac;
}
.qilin-prd-sd {
	float: left;
	width: 264px;
	
	border: 1px solid #005bac;
}
.qilin-prd-sd-title {
	padding: 20px;
	background-color: #005bac;
	color: #fff;
	text-align: center;
	font-size: 0;
}
.qilin-prd-sd-title span {
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}
.qilin-prd-sd-title small {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	color: #268cc4;
	text-transform: uppercase;
	border: 1px solid #268cc4;
	padding: 0 5px;
	position: relative;
}
.qilin-prd-sd-title small:before, .qilin-prd-sd-title small:after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #268cc4;
	position: absolute;
	top: 50%;
}
.qilin-prd-sd-title small:before {
	right: 100%;
}
.qilin-prd-sd-title small:after {
	left: 100%;
}
.qilin-prd-sd li {
	border-bottom: 1px solid #eee;
}
.qilin-prd-sd li a {
	display: block;
	line-height: 40px;
	
	padding-left: 20px;
	font-size: 14px;
	border-left: 2px solid transparent;
}
.qilin-prd-sd li a:hover {
	color: #005bac;
	border-left-color: #005bac;
}
.qilin-prd-sd .tel {
	background: url(../images/pro_pho.gif) no-repeat 15px center #005bac;
	padding: 15px 24px 15px 72px;
	color: #fff;
}
.qilin-prd-sd .tel strong {
	display: block;
	line-height: 30px;
	font-family: 'Times New Roman';
	font-size: 28px;
}
.qilin-prd-mn {
	/*float: right;
	width: 900px;*/
	width:100%;
	height:auto;
	overflow:hidden;
}
.qilin-prd-img {
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.qilin-prd-img li a {
	display: block;
	height: 328px;
	position: relative;
	text-align: center;
	font-size: 0;
}
.qilin-prd-img li img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle
}
.qilin-prd-img li p {
	position: absolute;
	margin: 0;
	background: url(../images/bg01.png) repeat;
	font-size: 18px;
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
}
.qilin-prd-img li span {
	display: block;
	line-height: 28px;
	text-align: left;
	padding: 10px 60px 10px 20px;
}
.qilin-prd-img .next {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 43px;
	height: 48px;
	background: url(../images/next.gif) no-repeat 0 0;
}


/* 首页优势 */
.qilin-edge-in .item {
	background: no-repeat center 0;
}
.qilin-edge-in dl {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0;
}
.qilin-edge-in dt {
	display: inline-block;
	width: 50%;
	height: 420px;
	vertical-align: top;
}
.qilin-edge-in dd {
	font-size: 14px;
	display: inline-block;
	padding: 65px 47px 0 56px;
	width: 497px;
	background-color: #f9f9f9;
	height: 355px;
	margin: 0;
	vertical-align: top;
}
.qilin-edge-in dd h4 {
	margin: 0 0 14px;
	background: url(../images/line1.gif) no-repeat 0 bottom;
	padding-bottom: 20px;
}
.qilin-edge-in dd h4 span {
	display: block;
	padding: 62px 0 0 22px;
	background: no-repeat 0 0;
	font-size: 26px;
	color: #005bac;
}
.qilin-edge-in dd h4 small {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #cbcbcb;
	text-transform: uppercase;
}
.qilin-edge-in dd p {
	background: url(../images/ico06.gif) no-repeat 0 10px;
	padding: 0 0 10px 28px;
	margin: 0;
	line-height: 2;
}
/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 150px;overflow: hidden;padding-top: 46px;}
.ban01_l{width: 600px;float:right;}
.ban01_l01{font-size: 24px;float:right;color: #fff;height: 40px;line-height: 40px;}
.ban01_l01 i,.ban01_l01 b{display: block;float: left;font-style:normal;}
.ban01_l01 span{display: block;float: left;font-size: 26px;color: #fff;font-family:Arial, Helvetica, sans-serif;font-weight: bold;padding-left: 5px;}
.ban01_l01 em{display: block;float: left;width: 30px;height: 30px;background: #ba272d;text-align: center;line-height: 30px;border-radius: 50%;margin: 15px 5px 0;font-style:normal;}
.ban01_l01 p{display: block;float: left;padding:0;margin:0;font-size: 32px;font-weight: bold;}
.ban01_l02{font-size: 22px;float:right;color: #fff;height: 40px;line-height: 40px;overflow: hidden;}
.ban01_l02 i{display: block;float: left;font-style:normal;}
.ban01_l02 em{display: block;float: left;width: 75px;height: 36px;background: #ba272d;text-align: center;line-height: 36px;border-radius: 50%;margin: 3px 5px 0;font-style:normal;}
.ban01_tel{width: 360px;float:left;}
/*.ban01_tel p{display: block;width: 40px;height: 80px;display:block;float:left;background: url(../images/ban_tel.png) no-repeat left 10px;}*/
.ban01_tel span{display: block;width: 360px;font-size: 18px;color: #fff;line-height: 30px;height: 80px;text-align: left;}
.ban01_tel b{font-size: 26px;}
.ban01_tel b i{display: block;font-style:normal;}
.ban01_tel a{float: right;font-size: 14px;color: #fff;display: block;width: 110px;height: 30px;line-height: 30px;overflow: hidden;border-radius: 30px;text-align: center;background: #ba272d;}
.ban01_tel a:hover{animation:shake .8s linear;-webkit-animation:shake .8s linear;}

/* 客服 */
.float {
	position: fixed;
	top: 58%;
	right: 0;
	z-index: 2000;
	width: 48px;
	height: 250px;
}
.float_show a {
	background-color: #005bac;
	display: block;
	color: #FFF;
	font-size: 16px;
	width: auto;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-decoration: none;
}
.float_show a img {
	vertical-align: middle;
	float: left;
	line-height: 48px;
	height: 48px;
}
.float_show.float_show0 {
	background: url(../images/float_cur.png) no-repeat top;
	padding-top: 6px;
	height: 48px;
}
.float_show.float_show0 a {
	background: url(../images/float_icon1.png) no-repeat;
	width: 48px;
	height: 48px;
}
.float_show:hover a {
	background-color: #005bac;
	line-height: 48px;
	color: #FFF;
}
.float_show.float_show0:hover {
	background: url(../images/float_curho.png) no-repeat top;
}
.float_show.float_show0:hover a {
	background: url(../images/float_icon_ho1.png) no-repeat;
}
.float_wx {
	display: none;
	position: absolute;
	top: -128px;
	left: -188px;
	background: url(../images/float_wxbd.png) no-repeat;
	width: 144px;
	height: 168px;
	padding: 18px 27px 0 17px;
}
.float_wx img {
	width: 144px;
}
.float_show.float_show1 {
	position: absolute;
	top: 104px;
	right: -124px;
	width: 172px;
}
/*.float_show.float_show2 {
	position: absolute;
	top: 153px;
	right: -78px;
	width: 126px;
}*/
.float_show.float_show3 {
	position: absolute;
	top: 153px;
	right: -78px;
	width: 126px;
}
.float_show.float_show4 {
	position: absolute;
	top: 202px;
	right: -78px;
	width: 126px;
}
