@charset "UTF-8";
body {
    font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size:14px;
    color:#333333;
}
p {
	margin:0px;
}
a:link {color:#333333} /* 未被访问的链接 蓝色 */
a:visited {color:#333333} /* 已被访问过的链接 蓝色 */
a:hover {color:#333333;text-decoration:none;} /* 鼠标悬浮在上的链接 蓝色 */
a:active {color:#333333} /* 鼠标点中激活链接 蓝色 */


nav .nav-header .brand:hover {
    text-decoration: none;
}
nav .nav-header .brand:focus {
    text-decoration: none;
}
nav .menu li a {
	width: 120px;
	text-align: center;
	font-size: 16px;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    color: #FAF9DE;
}
.core-nav .dropdown> .dropdown-menu li> a{
	font-size: 14px;
	text-align: center;
}
ul.attributes li a {
    padding: 10px 0px 10px 0px;
}
.core-nav ul.attributes .dropdown .dropdown-menu {
    border: none;
    top: 132%;
}
ul.attributes li a {
    color: #FAF9DE;
}
ul.attributes li a:hover {
    color: #FAF9DE;
}
.banner-one{
	width: 100%;
	height: 360px;
}
.banner-two{
	width: 100%;
	height: 200px;
}
.banner-three{
	width: 100%;
	height: 320px;
}
.yl-img-size{
	width: 30px;
	height:30px;
}
.yl-font-size{
	font-size: 32px;
}
.yl-pTop-two{
	padding-top: 20px;
}
.yl-pLeft-three{
	padding-left: 30px;
}
.yl-text-img{
	width: 200px;
	height: 160px;
}
.yl-vertical-top{
	vertical-align: top;
}
.yl-layout-width{
	width: 200px;
}
.yl-button-margin{
	width: 140px;
	margin-left: 40px;
	margin-top: 20px;
}
.yl-filtrate-text{
	width: 10%;
}
.yl-filtrate-button{
	width: 90%;
}
.yl-button{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
}
.yl-large-banner{
	width: 100%;
	height: 250px;
}
.yl-small-banner{
	width: 250px;
	height: 250px;
	margin-left: 30px;
}
.firstAid-padding-one{
	padding: 0px 15px 10px 15px;
}
.firstAid-padding-two{
	padding: 10px 15px 10px 15px;
}
.firstAid-padding-three{
	padding: 20px 0px 20px 0px;	
}
.firstAid-padding-left{
	padding-left: 0px;
}
.firstAid-padding-right{
	padding-right: 0px;
}
.firstAid-number-size{
	font-size: 36px;
}
.firstAid-wh{
	width: 100%;
	height: auto;
}
.firstAid-distable-table{
	display: table;
}
.firstAid-table-cell{
	display: table-cell;
}
.firstAid-table-img{
	width: 40px;
	height: 40px;
}

.jump-button-more{
	padding:0px 20px 0px 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #faf9de;
	cursor: pointer;
}

/*切换按钮*/
.switch-round-btn{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
}

/*模块*/
.bg-image{
	width: auto;
	height: 160px;
	background-image: url(../image/qrCode.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-image-link{
	width: 100%;
	height: 40px;
	background: #000000;
	opacity: 0.8;
	top: 120px;
	position: relative;
}
.breadcrumb {
    margin-bottom: 0px;
}
.lightlogo{
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 15px;
}
.login-margin-head{
	margin-top: 30px;
}
.login-panel-border{
	border: 1px solid #d2d2d2;
}
.login-title-padding{
	padding:50px 0px 40px 0px;
}
.login-input-padding{
	padding: 10px 50px 10px 50px;
}
.login-input-text{
	width:100%;
	height:50px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding-left: 10px;
}
.login-erweima{
	width:30%;
	height: 50px;
	background-color: #F2F2F2;
	float: right;
}
.login-btn-padding{
	padding: 30px 50px 30px 50px;
}
.login-bottom-margin{
	margin-top: 70px;
}

/*注册*/
.register-padding{
	padding: 50px 100px 50px 100px;
}
.register-line{
	margin:0 auto;
    height: 34rem;
    width: 1rem;
    background: radial-gradient(#d2d2d2 5%, #faf9de 70%);
}
