﻿@charset "utf-8";
/* CMS. Last mod, 2020-06-30 */

body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #96A2A2;
}

img {
	border: none;
}

textarea {
	resize: none;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:active {
	color: blue;
	text-decoration: none;
}

#mtop_right_ver {
	text-align: right;
	margin: 35px 0 0 0;
	color: #92A6AD;
	font-size: 10px
}

#mtop {
	margin: auto;
	padding: 0px;
	height: 50px;
	width: 711px;
}

#tabst {
	margin: auto;
	background-color: #FFF;
}

#nav {
	width: 100%;
	background-image: url(/images/navbg.png);
}

.naven {
	font-size: 8px;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	font-family: Verdana, Geneva, sans-serif
}

.alertbox {
	border: solid 1px #de4210
}
/*a.navst:link{ color:#FFF;text-shadow:0 1px 0 #000; font-family:'黑体';font-size:14px; text-decoration:none;}
a.navst:hover{ color:#FF0;text-shadow:0 1px 0 #000; font-family:'黑体';font-size:14px; text-decoration:none;}
a.navst:visited{ color:#FFF;text-shadow:0 1px 0 #000; font-family:'黑体';font-size:14px; text-decoration:none;}
a.navst:active{ color:#FFF;text-shadow:0 1px 0 #000; font-family:'黑体';font-size:14px; text-decoration:none;}*/

#m_body {
	height: 555px;
	background-image: url(/images/m_body_bg.png);
}

#m_dis1 {
	margin: 50px 0 0 58px;
	line-height: 180%;
	font-size: 13px;
}

#m_dis2 {
	margin: 70px 0 0 58px;
	line-height: 180%;
	font-size: 13px;
}

#m_dis3 {
	margin: 50px 0 0 88px;
	line-height: 180%;
	font-size: 13px;
}

ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

	.ft-carousel .carousel-inner {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

		.ft-carousel .carousel-inner .carousel-item {
			float: left;
			height: 100%;
		}

	.ft-carousel .carousel-item img {
		width: 100%;
	}

	.ft-carousel .carousel-indicators {
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 100%;
		text-align: center;
		font-size: 0;
	}

		.ft-carousel .carousel-indicators span {
			display: inline-block;
			width: 12px;
			height: 12px;
			background-color: #fff;
			margin: 0 4px;
			border-radius: 50%;
			cursor: pointer;
		}

			.ft-carousel .carousel-indicators span.active {
				background-color: #de3a3a;
			}

	.ft-carousel .carousel-btn {
		position: absolute;
		top: 50%;
		width: 50px;
		height: 45px;
		margin-top: -25px;
		cursor: pointer;
	}

.carousel-item {
	line-height: 270px;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(/images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(/images/next.png) no-repeat;
}

.cpy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

.contactrichtext {
	width: 200px;
	height: 60px;
}

#UpdatelogTopLink{
 width:635px; line-height:180%; margin:auto; text-align:left;
}

#Updatelogdiv {
 width:635px; line-height:180%; margin:auto; text-align:left;
}


.redfont {
	color: #FF0000;
}

.bluefont {
	color: blue
}

.bf {
	font-weight: bold;
	color: white;
	background-color: blue
}

.gf {
	font-weight: bold;
	color: white;
	background-color: green
}


