﻿@charset "utf-8";
/* reset.css */
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
	color: #333333;
	font-family: "微软雅黑";
}

body{
	background: #f7faff;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.fon12{
	font-size: 12px;
}
.mart20{
	margin-top: 20px;
}
.mart40{
	margin-top: 40px;
}
.marr24{
	margin-right: 24px;
}
.yione{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.yimore{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.yimore2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.color6{
	color: #666;
}
.color9{
	color: #999;
}
.fontB{
	font-weight: bold;
}
/* custom */
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
}
a:focus {
	outline:none;
}
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}
.w700{
	width: 700px;

}
.w480{
	width: 480px;
}
.w800{
	width: 800px;

}
.w380{
	width: 380px;
}
.whiteBg{
	background: #fff;
}
.p15{
	padding: 0 15px;
}
.pa15{
	padding: 15px;
}
.pa20{
	padding: 20px;
}
.over{
	overflow: hidden;
}
.aLine{
	border-bottom: 3px solid #0161b5;
	display: inline-block;
	height: 51px;
	
}
.listImg{
	width: 440px;
	height: 92px;
	text-align: center;
	margin-top: 19px;
}
.listImg img{
	width: 100%;
}
/* 漂浮窗 */
.floatBox{
	position: fixed;
	top: 290px;
	right: 0;
}
.floatBox .wei{
	background: #2179c8;
}
.floatBox .up{
	background: #d3d3d3;
}
.floatCon{
	width: 70px;
	height: 70px;
	text-align: center;

}
.floatCon span{
	width: 38px;
	height: 38px;
	margin-top: 16px;

}
.floatBox .codes{
	position: absolute;
	right: 70px;
	top: 0;
}
.floatBox .codes p{
	font-size: 12px;
	text-align: center;
}
.floatBox .codes .imgBoxs{
	width: 80px;
	height: 80px;
}
.floatBox .codes .imgBoxs img{
	width: 100%;
	height: 100%;
}
/* 首页 */
.top{
	width: 100%;
	height: 200px;
	background: url(../images/top_1.jpg) no-repeat center;
	overflow: hidden;
}
.conBox{
	width: 1200px;
	margin: 0 auto;
}
.shadowBox{
	box-shadow: 0px 3px 4px rgba(0,0,0,0.05);
}
.rightText span{
	margin: 6px;
}
.logoBox{
	margin-top: 70px;
}
.rightSearch{
	width: 370px;
	margin-top: 10px;
}
.rightSearch .btn{
	padding: 1px 24px;
	background: #2179c8;
	height: 40px;
}
.rightSearch .btn:hover{
	background: #0061B4;
}
.rightSearch .form-control{
	height: 40px;
}
.rightSearch .btn img{
	vertical-align: middle;
}
/*搜索框*/

