

* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
input {
	outline: none;
	border: none;
}
h1,
h2, navbar-header
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}

a {
	text-decoration:none;
	color: #515151;
	out-line: none
}
a:hover{
	text-decoration: none;
	color: #3485FB;
}
.container {
	padding: 0;
	box-sizing: border-box;
}
.row {
	margin:0;
}
.margin-bottom-ten {
	margin-bottom: 10px;
}
.margin-top-ten {
	margin-top: 10px;
}
.margin-top-thirty {
	margin-top: 30px;
}
.bg-white{
	background-color: #fff!important;
}
.padding-no-left{
	padding-left: 0px;
}
.padding-no-right{
	padding-right: 0px;
}
.padding-little-top {
	padding-top: 2px;
}
.padding-big-top {
	padding-top: 20px;
}
.padding {
	padding: 10px;
}
.bg {
	background-color: #f5f5f5;
}
.line {
	margin: 0;
	display: block;
}
.text-large {
	font-size: 24px;
	font-family: "Microsoft YaHei", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.padding-small-top {
	padding-top: 5px;
}
.border {
	border: solid 1px #ddd;
}
.bg-blue {
	background-color: #0088BC;
}
.border-bottom {
	border-bottom: dashed 1px #ddd;
}
.height-big {
	line-height: 30px;
}
.text-small {
	font-size: 12px;
}
.margin-big-top {
	margin-top: 20px;
}
.navbar {
	margin: 0;
	border-radius: 0;
}
.carousel {
	margin: 0px 1px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	padding: 14px 18px;
}
.navbar-default .navbar-nav>li>a:hover {
	background-color: #f2f4f6;
}
.top-nav {
	background-color: #0088BC;
	border-color: #e7e7e7;
	box-shadow: 0px 2px 5px #cfcbcb;
}

.ul-nav {
	margin-left: 7px;
}
.border-line {
	border: solid 2px #ddd;
}
.yqlj{
	border: 1px solid #dddddd;
}
.yqljLeft {
	background: #fbfbfb;
	color: #969696;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}
.yqljRight {
	border-left: 1px solid #dddddd;
}
.yqljRight div{
	line-height: 22px;
	margin-top: 2px;
}
.yqljRight div a:visited,
.yqljRight div a:hover {
	color:#0088BC;
}
.copyright-box {
	position: relative;
	height: 72px;
	line-height: 24px;
}

/*.bg{*/
	/*background: url("../images/bg.jpg");*/
	/*background-size: 100% 100%;*/
	/*!*opacity: 0.5;*!*/
/*}*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #0088BC;
}

element.style {
	height: 1px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-collapse {
	background-color:#0088BC ;
	width:100%;
	position: absolute;
	z-index: 9999;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-header{
	text-align: center;
}
.navbar-toggle{
	float: none;
}
.navbar-nav {
	margin: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000;
	background-color: #fff;
}
.nav>li {
	text-align: center;
}
.row{
	position: relative;
}
.white {
	height: 50px;
	width: 15px;
	background-color: #fffefe;
	position: absolute;
	top: 0px;
	right: -14px;
	z-index: 10009;
}
.form{
	margin-top: 25px;
}
/*搜索框*/
.margin-top {
	margin-top: 10px;
}
.margin-large-bottom {
	margin-bottom: 30px;
}
.input {
	font-size: 14px;
	padding: 6px;
	border: solid 1px #ddd;
	width: 100%;
	height: 34px;
	line-height: 20px;
	display: block;
	border-radius: 4px;
	-webkit-appearance: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.input-group .addbtn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group .addbtn, .input-group .input {
	display: table-cell;
}
.input-group .addbtn:last-child .button, .input-group .input:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.button {
	border: solid 1px #ddd;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
/*详情页*/
.padding-big {
	padding: 20px;
}
.height {
	line-height: 24px;
}
.padding-top {
	padding-top: 10px;
}
.border-bottom {
	border-bottom: dashed 1px #ddd;
}
.list div.border-dashed {
	background: url(../images/blue-icon.gif) no-repeat 1px 20px;
	text-indent: 10px;
}
/*专家*/
.login-us {
	border-radius: 3px;
}
.login-us h1 {
	width: 100%;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: #0088BC;
	line-height: 56px;
	text-indent: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin:0;
}
.login-us h1 a {
	float: right;
	background-color: #f0ad4e;
	color: #fff;
	font-size: 14px;
	height: 60%;
	line-height: 30px;
	margin: 10px;
	border-radius: 5px;
	padding-right: 15px;
}
.login-usinput {
	margin-top: 25px;
	padding: 0 20px;
	position: relative;
}
.login-usinput input {
	margin-bottom: 15px;
	width: 100%;
	height: 42px;
	background: #fff;
	border: 1px solid #b5b5b5;
	line-height: 44px;
	text-indent: 5px;
	font-size: 14px;
}
.login-usinput .login-usinput-icon1 {
	position: absolute;
	right: 25px;
	top: 10px;
}
.login-usinput .login-usinput-icon2 {
	position: absolute;
	right: 25px;
	top: 70px;
}
.login-usbut button {
	width: 100%;
	background: #0088BC;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	border: none;
	border-radius: 3px;
	display: block;
}
.padding-big-bottom {
	padding-bottom: 20px;
}
.text-30 {
	font-size: 30px;
}
.padding-left {
	padding-left: 10px;
}
.text-white, a.text-white:link, a.text-white:visited, .button.border-white, blockquote.border-white, .pager.border-white a, .pager-prev.border-white, .pager-next.border-white {
	color: #fff;
}
.text-big {
	font-size: 20px;
}
.padding-large-right {
	padding-right: 30px;
}