*, *:after, *:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
* {
	margin:0;
	padding:0;
	border:0 none;
	position: relative; 
	outline: none;
}
html,body{
	font-family: tahoma,arial;
}
a{
	color:#000;
}
a:hover{
	color:#dc1800;
	text-decoration: none;
}
.container-fluid,.footer{
	min-width:1170px;
}

.navbar-brand img{
	width:50%;
}
.navbar,
.navbar div{
	height:90px;
	margin:0;
}
.navbar{
	height:94px;
	z-index:666;
	background-color: #fff;
}
.navbar-brand{
	height:90px;
	padding:0;
}
.navbar-brand img{
	width:50%;
}
.navbar .right-nav{
	position: absolute;
	top:0;
	right:10px;
}
.navbar li{
	float: left;
	height:90px;
	line-height: 90px;
}
.navbar li a{
	display: inline-block;
	height:90px;
	line-height: 90px;
	padding:0px 15px 0px 15px;
	margin:0;
	font-size:1.6rem;
	color:#000;
}
.navbar li a:hover{
	color:#fff;
	background: linear-gradient(to right, #dc1800, #fc9e09);
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.4s 1;
	animation: gelatine 0.4s 1;
}
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.btn-search span{
	font-size:3rem;
	background: linear-gradient(to right, #dc1800, #fc9e09);
    -webkit-background-clip: text;
    color: transparent;
}

.navbar li a.btn-search:hover span{
	background: #fff;
	-webkit-background-clip: text;
    color: transparent;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .btn-search span{
        color: #dc1800;
        background: transparent;
    }
    .navbar li a.btn-search:hover span{
    	color:#fff;
    	background-color: transparent;
    }
}
.search-box{
	position: absolute;
	display: none;
	top:90px;
	width:100%;
	right:0;
	z-index: 100;
}
.search-box-bg{
	position: absolute;
	width:100%;
	height:100%;
	background: linear-gradient(to right, #dc1800, #fc9e09);
}
#btnClose{
	display: inline-block;
	height:86px;
	line-height: 86px;
	color:#fff;
	font-size:2rem;
	cursor: pointer;
}
.search-box a.btn{
	color:#dc1800;
}

.subpage-header{
	height:100px;
	margin-bottom:20px;
	background-image: url(images/MainPhoto01.jpg);
	background-size: cover;
}
a.linear-radius{
	text-decoration: none;
}
.linear-radius{ 
	position: relative;
    border: 1px solid transparent;
    border-radius: 30px;
    background: #fff;
    background-clip: padding-box;
    padding:6px 15px;
}
.linear-radius::before {
	position: absolute;
    top: -1px; bottom: -1px;
    left: -1px; right: -1px;
    background: linear-gradient(#dc1800, #fc9e09);
    content: '';
    z-index: -1;
    border-radius: 30px;
}
.linear-radius span{
	color: #DC1800;
}
.linear-radius:hover span{
	color:#fff;
}
.linear-radius::before,.linear-radius:hover{
	background-image: linear-gradient(to right, #dc1800, #fc9e09);
}
.linear-radius.disable::before{
	background-image: linear-gradient(to right, #aaa, #aaa);
}
.linear-radius.disable{
	pointer-events: none;
}
.linear-radius.disable span{
	color:#aaa;
}
.box{
	border:1px solid #ccc;
}
.section-name h4 i{
	display: inline-block;
	position: relative;
	padding:6px;
	font-size: 8px;
	top:-3px;
	left: 10px;
	color: #fff;
	background-image: linear-gradient(to right, #dc1800, #fc9e09);	
	border-radius: 20px;
	-webkit-transform : scale(0.83,0.83);
}
.title-line{
	width:100px;
	height:4px;
	margin:20px 0px 20px 0px;
	background-image: linear-gradient(to right, #dc1800, #fc9e09);	
}
.news-list .list-unstyled a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #dc1800;
	visibility: hidden;
	border-radius: 5px;
	transform: scaleX(0);
	transition: .25s linear;
}
.news-list .list-unstyled a:hover:before,
.news-list .list-unstyled a:focus:before {
	visibility: visible;
	transform: scaleX(1);
}
.news-list ul.list-unstyled li{
	min-height:60px;
	line-height: 60px;
	border-bottom:1px solid #eee;
}
.news-list ul.list-unstyled li:after{
	content:" ";
	height:0;
	visibility: hidden;
	clear: both;
}
.news-list ul.list-unstyled li:last-child{
	border-bottom: none;
}
.news-list ul.list-unstyled li span{
	display: inline-block;
}
.news-list .list-unstyled li a{
	display: inline-block;
	overflow: hidden;
	font-size:1.5rem;
	line-height: 1.5rem;
}
.news-list .list-unstyled li:hover a{
	color:#dc1800;
	text-decoration: none;
}

.news-list .date{
	float: right;
	color:#aaa;
}
.menu{
	max-width: 300px;
	padding:20px;
	background-color: #f5f5f5;
}
.menu h4,
.box .title-bar{
	height:40px;
	font-weight: bolder;
	background: linear-gradient(to right, #dc1800, #fc9e09);
	-webkit-background-clip: text;
	color: transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	-webkit-border-image: -webkit-linear-gradient(to right, #dc1800, #fc9e09) 5; 
	-moz-border-image: -moz-linear-gradient(to right, #dc1800, #fc9e09) 5; 
	-o-border-image: -o-linear-gradient(to right, #dc1800, #fc9e09) 5; 
	border-image: linear-gradient(to right, #dc1800, #fc9e09) 5; 
	-webkit-border-image-slice:3;
	border-image-slice: 3;
}
.menu li a{
	display: block;
	height:40px;
	line-height: 40px;
	padding:0 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-border-image: -webkit-linear-gradient(to right, #dc1800, #fc9e09) 5; 
	-moz-border-image: -moz-linear-gradient(to right, #dc1800, #fc9e09) 5; 
	-o-border-image: -o-linear-gradient(to right, #dc1800, #fc9e09) 5; 
	border-image: linear-gradient(to right, #dc1800, #fc9e09) 5; 
	-webkit-border-image-slice:1;
	border-image-slice: 1;
	color: #DC1800;
}
.menu li a:hover{
	background: linear-gradient(to right, #dc1800, #fc9e09);
	color:#fff;
}
.menu li i{
	float: right;
	font-size:10px;
	background: linear-gradient(to right, #dc1800, #fc9e09);
	-webkit-background-clip: text;
	color: transparent;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .menu h4,
	.box .title-bar,
	.menu li i{
		color: #dc1800;
        background: transparent;
	}
}
.new{
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin-left: 20px;
	font-size: 10px;
	color:#dc1800;
}
.new:hover{
	color:#fff;
}
.news-list .breadcrumb,
.content-box .breadcrumb,
.leaveMessage .breadcrumb,
.complaint .breadcrumb{
	padding:8px 0px;
	background-color: transparent;
	border-bottom:1px solid #ccc;
	border-radius: 0;
}
.news-list .pagination{
	float: right;
}
.news-list .pagination li a{
	color:#000;
}
.category-box,
.organization-box{
	max-width: 300px; 
	margin:20px 0px;
	border:1px solid #eee;
}
.category-box .title-bar,
.organization-box .title-bar{
	line-height: 40px;
	margin:0px 20px 10px 20px;
	font-size:16px;
}
.category-box i{
	font-size: 10px;
}
.box .panel-group .panel,
.box .panel-heading,
.box .panel-collaspse,
.box .panel-title{
	margin-top:0;
	border-radius: 0;
	border:none;
}
.box ul{
	padding:0;
	margin:0;
}
.box .panel-group{
	margin:0;
}
.box .panel-group .panel{
	border-bottom: 1px solid #eee;
}
.box .panel ul li,
.organization-box ul li{
	height:32px;
	line-height: 32px;
	padding-left: 20px;
	overflow: hidden;
	list-style-position: inside;
	font-size: 14px;
	border-top: 1px solid #eee;
}
.box .panel-heading{
	background-color: #fff;
}
.box .panel-heading:hover,
.organization-box ul li:hover{
	background: linear-gradient(to right, #dc1800, #fc9e09);
}
.box .panel-heading:hover a,
.organization-box ul li:hover,
.organization-box ul li:hover a{
	text-decoration: none;
	color: #fff;
}
.box .panel-title{
	font-size: 13px;
	font-weight: normal;
	color:#444;
}
.box .panel-title a{
	display: block;
	width: 100%;
	text-decoration: none;
}
.box .panel-title i{
	float: right;
	color:#ccc;
}
.box .panel-heading .active{
	
}
.box .panel-heading.active .panel-title{
	color:#fff;
}
.box .panel-collapse{
	background-color: #f5f5f5;
}
.box .panel-collapse a{
	font-size:12px;
	color:#dc1800;	
}
.box .panel-collapse li:hover{
	background: linear-gradient(to right, #dc1800, #fc9e09);
}
.box .panel-collapse li:hover a{
	color:#fff;
}
.category-box .panel-group{
	height:360px;
	overflow: hidden;
	overflow-y: scroll;
}
.organization-box ul{
	height:256px;
	overflow: hidden;
	overflow-y: scroll;
}
.organization-box a{
	font-size: 13px;
	color:#444;
}

.content-box .news-title{
	margin-bottom: 30px;
	border-bottom:1px solid #ccc;
	text-align: center;
}
.content-box .news-title div{
	padding:20px;
}
.content-box .news-title div span{
	margin:0px 15px;
	font-size: 13px;
	color:#888;
}
.content-box .article{
	padding:30px;
}
.content-box .attach{
	padding:30px 30px 30px 30px;
	border-top:1px solid #ccc;
	color:#666;
	font-size:13px;
}
.content-box .attach li{
	height:24px;
	line-height: 24px;
}
.content-box .attach a{
	color:#870000;
}
.content-box .box{
	padding:20px;
	font-size:16px;
	background-color:#fff;
}
.content-box .btn{
	border-radius: 0;
}

.leaveMessage .box,
.complaint .box{
	padding:30px;
	margin-bottom: 30px;
}
.leaveMessage .box h3,
.complaint .box h3{
	margin-bottom:30px;
	text-align: center;
}
.leaveMessage .box h3{
	background: linear-gradient(to right, #dc1800, #fc9e09);
	-webkit-background-clip: text;
	color: transparent;
}
.complaint .box h3{
	background: linear-gradient(to right, #3023AE, #53A0FD);
	-webkit-background-clip: text;
	color: transparent;
}
.leaveMessage .box .col-sm-2,
.complaint .box .col-sm-2{
	text-align: right;
}
.leaveMessage .box i,
.complaint .box i{
	display: inline-block;
	padding:10px;
	font-size: 32px;
	color:#fff;
	border-radius: 30px;
}
.leaveMessage .box i{
	background: linear-gradient(to right, #dc1800, #fc9e09);
}
.complaint .box i{
	background: linear-gradient(to right, #3023AE, #53A0FD);
}

.footer{
	font-size:12px;
	background-color: #8c8f8b;
	color:#DDDDDD;
}
.footer .row{
	line-height: 18px;
	padding:30px 20px;
}
.footer a{
	color:#DDDDDD;
}
.footer a:hover{
	text-decoration: underline;
	color:#fff;
}










