@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: #BF3135} /* 鼠标悬浮在上的链接 蓝色 */
a:active {color: #333333} /* 鼠标点中激活链接 蓝色 */

.alight:link {color: #999999} /* 未被访问的链接 蓝色 */
.alight:visited {color: #999999} /* 已被访问过的链接 蓝色 */
.alight:hover {color: #BF3135} /* 鼠标悬浮在上的链接 蓝色 */
.alight:active {color: #999999} /* 鼠标点中激活链接 蓝色 */

/*字号大小*/
.head-title-size{
	font-size: 28px;
}
.primary-title-size{
	font-size: 20px;
}
.secondary-title-size{
	font-size: 18px;
}
.large-text-size{
	font-size: 16px;
}
.small-text-size{
	font-size: 14px;
}
.font-weight {
	font-weight: bold;
}

/*背景颜色*/
.bottom-bg-color{
	background-color: #f2f2f2;
}
.panel-bg-color{
	background-color: #faf9de;
}
.button-bg-light{
	background-color: #BF3135;
}
.button-bg-deep{
	background-color: #A61B1F;
}
.menu-bg-color{
	background-color: #2C2C2C;
}
.bottomNavigation-bg-color{
	background-color: #3D3D42;
}
.gray-bg-color{
	background-color: #d2d2d2;
}

/*文字颜色*/
.plain-word-color{
	color: #333333;
}
.menu-word-color{
	color: #faf9de;
}
.tab-word-color{
	color: #BF3135;
}
.text-word-color{
	color: #3366FF;
}
.light-word-color{
	color: #999999;
}
.white-word-color{
	color:#ffffff;
}

/*高和行高*/
.height-20 {
	height: 20px;
	line-height: 20px;
}
.height-30 {
	height: 30px;
	line-height: 30px;
}
.line-height-30 {
	line-height: 30px;
}
.height-40 {
	height: 40px;
	line-height: 40px;
}
.height-50 {
	height: 50px;
	line-height: 50px;
}
.height-100 {
	height: 100px;
	line-height: 100px;
}

/*浮动*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}

/*按钮*/
.jump-button{
	padding:0px 20px 0px 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #BF3135;
	cursor: pointer;
}
.jump-button:active{
	background-color: #A61B1F;
}
.jump-button-more{
	padding:0px 20px 0px 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #faf9de;
	cursor: pointer;
}
.jump-button-more:ACTIVE{
	background-color: #d2d2d2;
}
/*切换按钮*/
.switch-round-btn{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.column-title{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #D2D2D2;
}

/*模块*/
.bg-image{
	width: auto;
	height: 160px;
	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;
}

/*行间距*/
.row-top-margin{
	margin-top: 10px;
}
.row-top-largeMargin{
	margin-top:20px;
}
.row-bottom-margin{
	margin-bottom: 10px;
}
.row-top-padding{
	padding-top: 10px;
}
.row-bottom-padding{
	padding-bottom: 10px;
}

.word-top-margin{
	margin-top: 5px;
}

.margin-left-10{
	margin-left: 10px;
}
.margin-left-20{
	margin-left: 20px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-right-10{
	margin-right: 10px;
}
.margin-top-30{
	margin-top: 30px;
}
.padding-top-15{
	padding-top: 15px;
}
.padding-top-30{
	padding-top: 30px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
.padding-left-10{
	padding-left: 10px;	
}
.padding-left-15{
	padding-left: 15px;	
}
.margin-lf {
	margin-left: 0px;
	margin-right: 0px;
}

.border-bt-d2d2d2 {
	border-bottom: 1px solid #D2D2D2;
}
.border-bt-faf9de {
	border-bottom: 1px solid #faf9de;
}
.border-bt-bf3135 {
	border-bottom: 2px solid #BF3135;
}
.border-d2d2d2{
	border: 1px solid #d2d2d2;
}

.table-cell {
	display: table;
	width: 100%;
	height: 100%;
}

.left-cell-small {
	width: 200px;
	display: table-cell;
}

.left-cell-large {
	width: 250px;
	display: table-cell;
}

.right-cell {
	display: table-cell;
	vertical-align: top;
}

/*工具栏 开始*/
.toolbars{
    width: 0px;
    height: 600px;
    
    border-right: 0px;
    position: fixed;
    z-index: 1111;
    right: 0px;
    top: 50%;
    margin-top: -300px;
    background: #fff;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
}
.toolbars.open {
    width: 300px;
    border: 1px solid #d2d2d2;
}
.toolbars_view{
	position: absolute;
	background-color: #faf9de;
    border-color: #d2d2d2;
    border-style: solid;
    border-width: 1px;
    bottom: 50%;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
	/*考虑浏览器兼容性*/
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
.toolbars_btn{
    position: absolute;
    left: -70px;
    width: 70px;
    height: auto;
    bottom: 50%;
    margin-bottom: -210px;
    background-color: #faf9de;
    border-color: #d2d2d2;
    border-style: solid;
  	border-width: 1px 1px 0px 1px;
}
.toolbars_btn ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.toolbars_btn li{
    height:70px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    cursor: pointer;
}
.toolbars_btn li .logo{
    font-size: 32px;
    color:#BF3135;
    width: 70px;
    text-align: center;
}
.toolbars_btn li .text{
    width: 70px;
    text-align: center;
}
.toolbars_btn li:hover{
   background-color: #BF3135;
   color:#faf9de;
}
.toolbars_btn li:hover .logo{
   color:#faf9de;
}

.toolbars .active {
   background-color: #BF3135;
   color:#faf9de;
}
.toolbars .active .logo{
	color:#faf9de;
}

.toolbars_content{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 300px;
   background-color: #faf9de;
   border-top: 2px solid #BF3135; 
}  
.toolbars_app{
	margin-top:10px;
	text-align: center;
}
.toolbars_app img{
	width: 36px;
	height: 36px;
}
.toolbars_app .text{
	margin-top:5px;
}
@media (max-width: 992px){
	.isHide992{
		display: none;
	}
} 
@media (max-width: 320px){
	.isHide320{
		display: none;
	}
}



/*左上红色导航*/
.lightlogo{
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 15px;
}

/*图片上方切换分栏*/
.hy-div-tab {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    height: 40px;
}
.hy-div-tab  .hy-div-tabItemActive {
    color: #BF3135;
    border-bottom: 1px solid #BF3135;
}
.hy-div-tab .hy-div-tabItem {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.imgAbove {
    position:relative;
	left:0px;
	top:240px;
	height:80px;
	width:100%;
	background-color: rgba(102, 102, 102, 0.8);
	line-height: 20px;
}

/* 图标 */
.hy-div-TitleBig{
	height: 50px;
	line-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.hy-div-TitleBig .logoBig{
	width:40px;
	height:40px;
	margin-top:5px;
	margin-right: 15px;
}
.hy-div-TitleBig .logo{
	width:30px;
	height:30px;
	margin-top:10px;
	margin-right: 15px;
}
.hy-div-TitleBig .text{
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-box-flex: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 40px;
}
.hy-div-TitleBig .text p{
	margin: 0px;
	line-height: 20px;
}

.hy-div-indexBox{
	display:-webkit-box;
}
.hy-input-title{
	text-align: left;
	line-height: 35px;
	margin-right: 15px;
	font-size: 16px;
	height: 35px;
	width: 100px;
	overflow:hidden;
}
.hy-input-content{
	-webkit-box-flex:1;
	text-align: left;
	line-height: 33px;
	height: 35px;
	font-size: 16px;
	overflow: hidden;
}
.hy-input-content label{
	margin: 0px!important;
    font-weight: normal!important;
}
.hy-input{
	padding: 0px;
	border-style:none;
	-webkit-appearance: none;
	border-radius: 0;
	outline:none;
	border-shadow:none;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	background-color: #faf9de!important;
}
.hy-div-TitleSmall{
	height: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.searchItem {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
}
.searchItem label {
	min-width: 80px;
	float: left;
	text-align: right;
	line-height: 28px;
}

/* 查询条件按钮样式 */
.searchBtn {
	float: left;
	margin-top: 7px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.searchBtn a {
	margin-left: 10px;
}
.smallBtnColor {
    color: #FFFFFF;
    background: #BF3135;
}
.smallBtnColor:active{
	color:#ffffff;
	background:#A61B1F;
}
.smallBtnColor:hover{
	color:#ffffff;
	background:#A61B1F;
	text-decoration:none;
}
.smallButtom {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 7px 28px;
}

.hy-btn{
	height:40px;
	border-radius:5px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	cursor:pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.hy-btn_primary{
	background-color: #BF3135;
}
.hy-btn_primary:ACTIVE{
	color: rgba(255, 255, 255, 0.6);
	background-color: #A61B1F;
}
.hy-btn_secondary{
	background-color: #faf9de; 
	border: 1px solid #e5e5e5;
}
.hy-btn_secondary:ACTIVE{
	color: rgba(0, 0, 0, 0.6);
	background-color: #dedede;
}
.tip {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: red;
    text-align: center;
}
.hy-input-textarea{
	padding: 0px;
	border-style:none;
	-webkit-appearance: none;
	border-radius: 0;
	outline:none;
	border-shadow:none;
	font-size: 16px;
	line-height: 35px;
	font-size:16px;
	border:none;
	resize:none;
	width: 100%;
	background-color: #faf9de!important;
}