@charset "utf-8";
/* CSS Document */
a:hover{color:#de371c;}

.list-group-item:hover{ color:#d20e0e; }
a.list-group-item:hover{color:#d20e0e;}
@media only screen and (max-width: 480px){
	.header-main{height:100px;}
}
@media only screen and (max-width: 767px){
	.header-main{height:100px;}
}
@media screen and (min-width: 768px) and (max-width: 979px) {.header-main{height:183px;}}
@media screen and (min-width: 980px) and (max-width: 1200px) {.header-main{height:183px;}}
@media screen and (min-width:1200px){.header-main{height:183px;}}
.header-top{background: linear-gradient(#d88a2d,#d78629,#d78126,#d77f24,#cf7420,#c46d1c,#be681c,#b4611a);}
.header-main{background: url(/images/index_top_02.png) no-repeat; background-size: 100% 100%;}

.ui-nav{border-bottom: 4px solid #ff5200;}

.tab-menu-list .navbar-default .navbar-nav>li>a{color: #d20e0e;}
.tab-menu-list .navbar-default .navbar-nav>li>a:hover{color: #1a529c;}
.tab-menu-list .navbar-nav .move a:hover,.tab-menu-list .navbar-nav .move a:active{ color:#1a529c;}
@media screen and (max-width: 767px){
	.tab-menu-list{background: linear-gradient(#f37f5c,#f73d31,#d61414);} 
	.tab-menu-list .navbar-default .navbar-nav>li>a {color: #fff;}
	.tab-menu-list .navbar-default .navbar-nav>li>a:hover{color:#4681af;}
	.tab-menu-list .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {color:#d20e0e;}
	.tab-menu-list .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {background-color: #d20e0e;}
}

.research-all{border: 1px solid #ba2827;}

.headnews dt a{color: #b53131;}

.ui-footer{border-top:3px solid #ff5200; background-color:#f6f1e8;}
.ui-footer a:hover{color:#76b3e6;}
.to-top{background: #db6a34;}