@charset "utf-8";
/* CSS Document */
li{list-style:none;}
.fixsize{
	max-width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.fixsizeslide{
	max-width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.fixsizenews{
	max-width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.fixsizefooter{
	max-width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.boxtop{
  width:100%;
  height:80px;
  background-color:#cc2656;
}
.boxtop2{
  width:100%;
  height:auto;
  background-color:#3f3f3f;
}
.boxtop2 .navbar-default{
	background-color:#3f3f3f;
}
.boxtop2 .navbar-default .navbar-toggle {
    border-color: #3c3b3b;
}
.boxtop2 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #545252;
}

.boxtop2 .navbar-toggle{
	background-color: #333333;
    border: 1px solid #333333;
}

.boxtop2 .navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
}
.boxtop2 .navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.boxtop2 .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background-color: #cc2656;
	 transform: scale(1.020);
	-webkit-transform: scale(1.020);
	-moz-transform: scale(1.020);
	-ms-transform: scale(1.020);
	-o-transform: scale(1.020);
}
.boxtop2 li:nth-child(odd){
	background-color:#363535;
}
.boxlogo{width: 52px;height: 52px;line-height: 76px;float:left;}
.boxlogo img{
	width: 52px;
}
.textTop{
	width:349px;
	margin-left:10px;
	float:left;
	color:#FFFFFF;
}

.textTop li:nth-child(1){
   font-family: RSU_BOLD;
   font-size: 17px;
   padding-top: 33px;
   line-height: 0px;
}
.textTop li:nth-child(2){
    font-size: 16.6px;
    line-height: 39px;
    float:left;
}
.textTop .linetext{
    width: 59.6%;
    height: 7px;
    float: left;
    margin-top: 16px;
    margin-left: 5px;
    background-color: #fff;
}
.navtop{
	width: 150px;
	float:right;
	color:#fff;
	line-height: 80px;
}
.navtop li{
	width: 50%;
	text-align:center;
	float:left;
	border-left: 1px rgb(255 255 255 / 46%) solid;
}
.navtop li:nth-child(1) img{
	width: 35%;
    position: relative;
	border-left:0px;
    top: -3px;
}
.navtop li a{
	color:#fff;
	background-color: rgb(255 255 255 / 0.28);
	transition:.4s;
}
.navtop li a:hover{
	background-color: #ef6e73;
}
.banerH{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}
.boxnew{
	width:100%;
	height:auto;
	background-color:#e5e5dd;
	padding-top:10px;
	float: left;
}
.boxnew li{
	width: 32%;
	height: 80px;
	line-height: 24px;
	float:left;
	text-align: center;
	background-color: #cc2656;
	color: white;
	font-size: 40px;
	margin-left: 1%;
	margin-bottom:10px;
	transition:.4s;
}
.boxnew li:hover{
	background-color: #009688;
}
.boxnew .cardnew{
	width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
}
.cardnewimg{
	width:100%;
	height:180px;
	overflow:hidden;
}
.cardnewimg img{
	width:100%;
}
.card-textnews{
	font-size:28px;
	
}
.cardnew .btnnews{
	padding: 0px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primarynews {
    font-size: 26px !important;
    color: #fff;
    background-color: #cc2656;
    border-color: #bd2a55;
}
.btn-primarynews:hover {
	color:#fff;
	background-color: #484848;
	border-color: #484848;
}

.boxfooter{
	width:100%;
	background-color:#3E3E3E;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}
.mapshow {
    width: 100%;
    padding: 0px 10px 0px 10px;
}
.mapMF {
    width: 100%;
    height: 300px;
    border: 0;
}

.boxfootD{
width:100%;
height:auto;
float:left;
}
.boxfootD li{
	padding:5px;
	list-style:none;
}
.fd1D{
	height:auto;
	font-family: "RSU_Regular";
	padding-top: 11px;
    padding-left:15px;
	padding-right:15px;
	padding-bottom:11px;
	font-size:60%;
	color:#ffffff;
	text-align:center;
}
.fd2D{
	height:auto;
	font-family: "RSU_Regular";
	padding-top: 15px;
    padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	font-size:60%;
	color:#ffffff;
	text-align:center;
}
.boxfootD hr{
	width:70%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.boxfootD a{
	display:inline-block;
	color:#ffffff;
}
.boxfootD a:hover{
	color:#FF7E00;
}
.boxdetailM{
	width:100%;
	height:auto;
	background-color:#e5e5dd;
	float: left;
}
.boxnewsS{
	width:100%;
	height:auto;
	padding-top:10px;
	float: left;
}
.boxnewsS li{
	width:306px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.boxnewsS .cardnew{
	width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0,.3);
}
.boxNrowBig{
	width:100%;
	float:left;
}
.Fsearch{
	width:100%;
	float:left;
}
.Fsearch .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
	text-align:center;
}
.Fsearch .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	text-align:center;
}
.boxbtregdata {
    display: inline-block;
    font-size: 26px;
}
.boxbtregdata .btn {
    font-size: 24px;
}
.boxbtregdata .btn-primarydata {
    color: #fff;
    background-color: #cc2656;
    border-color: #c72151;
}
.datepicker table{
    font-size: 26px;
}

.showA{
	display:block;
}
.hidA{
	display:none;
}
.Topname{
	font-family: RSU_Regular;
	font-size: 30px;
	margin-top: 19px;
	color: #fff;
}
.description{
    font-family: RSU_Regular;
    font-size: 14px;
    color: #fff;
}
@media only screen and (max-width: 1020px){
	.boxnew li{
	width:48.5%;
}
	.boxnewsS li{
	width:48.5%;
}
}
@media only screen and (max-width: 768px){
.boxnew li{
	width:100%;
	margin-left: 0px;
	padding-left: 10px;
    padding-right: 10px;
}
.boxnewsS li{
	width:100%;
	margin-left: 0px;
	padding-left: 10px;
    padding-right: 10px;
}
.cardnewimg {
    height: auto;
}
}

@media only screen and (max-width: 767px){
.showA{
	display:none;
}
.hidA{
	display:block;
}

}
@media only screen and (max-width: 446px){
	.textTop {
    width: 241px;
	}
.textTop li:nth-child(1) {
    font-size: 11px;
}
.textTop .linetext {
    width: 37.8%;
}
}
@media only screen and (max-width: 350px){
	.textTop {
    width: 201px;
	}
.textTop li:nth-child(1) {
    font-size: 10px;
}
.textTop .linetext {
    width: 41.8%;
}
.textTop li:nth-child(2) {
    font-size: 15px;
}
}