@import "reset.css";
@charset "utf-8";
/* # General styles
================================================== */
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "微软雅黑", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
body.home {
	background-repeat: repeat-x;
}
body.inner {
	background: #fff url(../images/add/bg-main-inner.jpg) repeat-x;
}
html, body {
	margin: 0;
	padding: 0;
}
::selection {
 background-color: #ffb7b7; /* Safari */
}
::-moz-selection {
 background-color: #ffb7b7; /* Firefox */
}
.clear {
	clear: both;
	display: block;
}
.hidden {
	overflow: hidden
}
.relative {
	position: relative;
}
strong {
	font-weight: bold;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:underline;
	color:#0068b7;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}
.inline {
	display: inline;
}
.margin-fix {
	height: 0;
}
.noborder {
	border: none !important;
}
.noscroll {
	position: fixed!important
}
.border-bottom {
	border-bottom: 1px solid #000;
}
ul.disc li {
	list-style: disc !important;
	margin-left: 0px;
}
.inverse {
	color : #fff!important;
}
.center {
	text-align: center;
}
.blue{
	color: #1ba5e4;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* # Grids
================================================== */
.fluid {
	width: 100%;
*zoom: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.fluid:before, .fluid:after {
	display: table;
	content: "";
}
.fluid:after {
	clear: both;
}
.fluid .rtl-inputs [class*="grid"] {
 float: right;
}
.fluid [class*="grid"] {
 display: block;
 width: 100%;
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 float: left;
 margin-left: 2.127659574%;
*margin-left: 2.0744680846382977%;
}
.fluid [class*="grid"]:first-child {
 margin-left: 0;
}
.fluid .grid12 {
	width: 99.99999998999999%;
*width: 99.94680850063828%;
}
.fluid .grid11 {
	width: 91.489361693%;
*width: 91.4361702036383%;
}
.fluid .grid10 {
	width: 82.97872339599999%;
*width: 82.92553190663828%;
}
.fluid .grid9 {
	width: 74.468085099%;
*width: 74.4148936096383%;
}
.fluid .grid8 {
	width: 65.95744680199999%;
*width: 65.90425531263828%;
}
.fluid .grid7 {
	width: 57.446808505%;
*width: 57.3936170156383%;
}
.fluid .grid6 {
	width: 48.93617020799999%;
*width: 48.88297871863829%;
}
.fluid .grid5 {
	width: 40.425531911%;
*width: 40.3723404216383%;
}
.fluid .grid4 {
	width: 31.914893614%;
*width: 31.8617021246383%;
}
.fluid .grid3 {
	width: 23.404255317%;
*width: 23.3510638276383%;
}
.fluid .grid2 {
	width: 14.89361702%;
*width: 14.8404255306383%;
}
.fluid .grid1 {
	width: 6.382978723%;
*width: 6.329787233638298%;
}
/* # Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
	font-weight: normal;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #000000;
}
h6 {
	font-size: 12px;
}
small {
	font-size: 11px;
}
/* # Wrapper
================================================== */
#main-wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* # Top
================================================== */
#top {

	
	
		width:100%;
	padding:0;
	min-height: 128px;
	position: fixed;
	top:0;
	
	z-index: 20;
	-moz-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	box-shadow:0 1px 15px rgba(0,0,0,0.3);
	background-color: #fff;
	background-repeat: repeat-x;
	
	
}

.shell {
	width: 1160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}


/* === Logo === */
#logo {
	position: absolute;
	top: 0;
	left: 25px;
	width: 213px;
	height : 69px;
	padding: 0;
	overflow: hidden;
}
#logo img {
	max-width: 100%;
	border: none;
}
#logo a {
	border: none;
}
.top-nav {
	float: right;
	display: block;
}
/* === Top nav === */
.top-nav ul {
	font-size: 0;
	margin-top:0;
	margin-bottom: 8px;
	display: block;
	border-top: 3px solid #00bfff;
}
.top-nav ul:before, .top-nav ul:after {
	display: table;
	content: "";
}
.top-nav ul:after {
	clear: both;
}
.top-nav ul a {
	font-size: 12px;
}
.top-nav ul > li {
	margin: 0;
	position: relative;
}
.top-nav ul > li a {
	display: block;
	float: left;
	padding: 0px 9px;
	line-height: 30px;
	height: 30px;
	color: #ccc;
	margin: 0;
	text-decoration: none;
}
.top-nav ul li:hover > a, .top-nav ul li a:hover {
	color: #fff;
}
.top-nav li.active > a {
	color: #fff;
}
.top-nav ul > li:last-child a {
	padding: 0 0 0 9px;
}
/* === Top search === */
.top-search {
	display: block;
	position: relative;
}
.top-search-input {
	margin: 0;
	padding: 0 6px;
	font-size: 13px;
	width: 324px !important;
	line-height: 28px;
	height: 28px;
	color: #fff;
	float: right;
	border: none!important;
	background: url(../images/add/bg-search-field.png) repeat!important;
}
.top-search-button {
	border: none;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/add/ico-search.png) center center no-repeat!important;
}
/* # Nav
================================================== */
#nav {
	width: 100%;
	height: 50px;
	padding: 0;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1d84c6;
}
.main-nav {
width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		border: none;
	
	font-size: 15px;
	font-weight: normal;
	display: table;
}
.main-nav ul {
	height: 50px;
	list-style: none;
	padding: 0;
}
.main-nav li {
	float: left;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline-block;
	width: 197px;
}
.main-nav li a {
	background:#1d84c6;
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 50px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	
	
}
.main-nav.careers li a {
	padding: 0px 8px;
}
.main-nav li > a:hover, .main-nav ul li:hover > a {
	background: #152a87;
	text-decoration: none;
	font-size: 14px;
}
.main-nav li ul {
	display: none;
	height: auto;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 195px;
	z-index: 200;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #F5F5F5;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding-top: 0;
	padding-bottom: 0;
}
.main-nav li:hover ul {
	display: block;
}
.main-nav li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 195px;
	
}
.main-nav li:hover li a {
	background: #fff;
	border-top: 1px solid #ccc;
	
}
.main-nav li ul a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	margin: 0px;
	text-align: left;
	color: #333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.main-nav li ul a:hover, .main-nav li ul li:hover > a {
	border-top: 1px solid #c6dbe3;
	color: #fff;
	background: #152a87;
	
	text-decoration: none;
}
.main-nav li.active a, .main-nav li.active-parent a, .main-nav li.active-parent li.active a {
	background: #ffffff;
}
/* # Banner
================================================== */
#banner.banner-holder {
	height: 464px;
	margin: 0 auto;
}

#banner.banner-holder1 {
	height: 464px;
	margin: 0 auto;
}

#banner.about {
	background: url(../images/add/banner-about.jpg) center top repeat-x!important;
}
#banner.products {
	background: url(../images/add/banner-products.jpg) center top repeat-x!important;
}
#banner.applications {
	background: url(../images/add/banner-applications.jpg) center top repeat-x!important;
}
#banner.support {
	background: url(../images/add/banner-support.jpg) center top repeat-x!important;
}
#banner.investor {
	background: url(../images/add/banner-investor.jpg) center top repeat-x!important;
}
#banner.news {
	background: url(../images/add/banner-news.jpg) center top repeat-x!important;
}
#banner.contact {
	background: url(../images/add/banner-contact.jpg) center top repeat-x!important;
}
#banner.sitemap {
	background: url(../images/add/banner-sitemap.jpg) center top repeat-x!important;
}
#banner.search {
	background: url(../images/add/banner-search.jpg) center top repeat-x!important;
}
#banner.careers {
	background: url(../images/add/banner-careers.jpg) center top repeat-x!important;
}


/* === Homepage=== */
.layer {
	position:absolute;
	margin-top: 100px;
	margin-left: auto;
	width: 830px;
	z-index: 99;
	font-family: 'PT Sans', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-right: auto;
}
.layer h1, .layer h3 {
	line-height: 100%;
	color: #7f7f7f;
	letter-spacing: -1px;
	text-shadow: 1px 1px rgba(255, 255, 255, .8);
}
.layer h3 {
	color: #575757;
}
.layer h5 {
	line-height: 100%;
	color: #222;
	margin-bottom: 15px;
	margin-top: 15px;
}
.layer .layer-image {
	width: 150px;
	float: left;
	margin:0;
}
.layer .layer-content {
	width: 330px;
	padding-left: 20px;
	float: right;
	margin:0;
}
/* # Content
================================================== */
#content-app, #content-home {
	position: relative;
	width: 1200px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#content-app {
	min-height: 500px;
}
/* === Homepage=== */

/* === Applications=== */
.app-tabz .nav {
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
.app-tabz .nav li {
	margin: 0;
	padding: 0;
}
.app-tabz .nav li a {
	padding: 10px 10px 0 20px;
	width: 110px;
	margin: 0 0 0 0;
	color: #888;
	text-decoration: none;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 16px;
	height: 60px;
	font-weight: normal;
	border: 1px solid #d1d1cf;
	border-right: none;
	background: #efefef;
}
.app-tabz .nav li.last a {
	border-right: 1px solid #d1d1cf;
}
.app-tabz .nav li a.current {
	color: #1ba5e4;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.app-tabz .nav li a:hover {
	color: #1ba5e4;
	background: #fff;
}
.app-tabz .tab-container {
	padding: 10px 15px;
	border: 1px none #d1d1cf;
	background: #fff;
	margin-top: -1px;
}
.tab-section {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.tab-section.last {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
.tab-section a {
	text-decoration: none;
	color: #888;
	font-size: 13px;
}
.tab-section a:hover {
	text-decoration: none;
	color: #1ba5e4;
}
.tab-section span {
	display:block;
}
h5.app-title {
	font-weight: normal;
	line-height: 105%;
	margin-bottom: 10px;
}
.app-icon img {
	width:　100%;
	max-width: 100px;
	height:auto !important;
}
.hide {
	display:none;
}
.tab-section .img-col{
	width: 150px;
	float: left;
	text-align: center;
}
.tab-section .link-col{
	width: 250px;
	float: left;
}




/* # Footer
================================================== */
#footer {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 25px;
	padding-top: 25px;
}
#footer.footer-inner {
	margin-top: 20px;
	background: url(../images/add/bg-footer.jpg) center top repeat-x!important;
}
.footer-wrapper {
	width: 1200px;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../images/footbj.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer-col {
	width: 20%;
	margin-right: 0;
	float: left;
	margin-top: 5px;
}
.footer-sitemap {
	margin-top: 0px;
}
.footer-sitemap a {
	color: #222;
	font-size:14px;
	text-decoration: none;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	font-weight: normal;
	line-height: 30px;
}
.footer-sitemap a:hover {
	color: #0e71c1;
}
.footer-sitemap h5 {
	font-size:16px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #000000;
}
.footer-sitemap h5:hover {
	font-size:16px;
	color: #0e71c1;
}
.footer-sitemap h5.nochild {
	margin-bottom: 42px;
}
.footer-sitemap ul {
	margin-bottom: 30px;
}
/*.footer-sitemap ul li a {
	border-bottom: 1px solid rgba(0,0,0,.2);
}*/
.footer-box {
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/add/footer-line.png) left top no-repeat;
}
.footer-legal {
	margin: 0;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 44px;
	color: #FFFFFF;
	background-color: #1d84c6;
}

.btn-blue {
	background-color: #0e71c1;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radiust: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn-blue:hover {
	background-color: #18273c;
}
.btn-blue:active {
	position: relative;
	top: 1px;
}
.btn-small {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	width: auto;
	padding: 0 16px;
	color: #1A75B3;
}
.btn-medium {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: auto;
	padding: 0 22px;
}
.btn-block {
	display: block;
}
/* # 0926 updated
================================================== */
#logo {
	top: 10px;
	left: 10px;
	width: 270px;
	height : 72px;
}
.go-home{
	width:16px;
	height:16px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../images/add/ico-home.png) no-repeat center center;
}
.top-search-input {
	width: 366px !important;
}
.layer h3 {
	line-height: 110%;
}
.layer h5 {
	line-height: 125%;
}
ul.news-list li a:hover span.news-src{
	color: #00bfff;
}
span.news-src {
	font-weight: bold;
	color: #777;
}
.app-tabz .nav {
	margin: 0 0 0 0px;
	padding: 1px 0 0 1px;
	z-index:100;
	width: 612px;
}
.app-tabz .nav li a {
	margin: 0 0 0 -1px;
	border-right: 1px solid #d1d1cf;
	font-weight: normal;
}
.app-tabz .nav li.short a {
	padding: 15px 20px;
	width: 111px;
	height: auto;
	text-align:center;
	margin-top: -1px;
}
.app-tabz .nav li.short.active a {
	border-bottom:  1px solid #d1d1cf;
	background: #fff;
	color: #1ba5e4;
}
.app-tabz .nav li a:hover {
	background: #f8f8f8;
}
.app-tabz .tab-container {
	margin-top:-1px;
	width:810px;
}
.app-tabz .tab-container.nopadding {
	padding: 20px 0;
	margin-top:-1px;
	border: none;
	z-index:0;
}
.app-tabz .tab-container.nopadding img{
	max-width:100%;
	height: auto !important;
	margin-bottom: 20px;
}
.app-tabz .tab-container.nopadding h4{
	font-weight: bold;
}
.head-section {
	margin-bottom: 50px;
}
.head-section h3{
	font-size: 26px;
	letter-spacing:-1px;
	font-weight: 700;
	color: #1ba5e4;
}
.head-section h5{
	font-style:italic;
}
.tab-section a {
	font-size: 13px;
	line-height: 22px;
	font-family: "微软雅黑";
}
.tab-section span {
	margin-bottom: 9px;
}
h5.app-title {
	font-weight: normal;
}
.tech-section {
	margin-bottom: 50px;
}
.tech-section ul, .tech-section ol{
	margin: 0 0 20px 20px !important;
}
.tech-section li{
	list-style: disc !important;
}
.end-section {
	text-align:center;
	margin-top:40px;
}


.RMuen{
	float:right;
	width: 580px;
}
.RMuen .Href{
	text-align:right;
	font-size:13px;
		height:44px;
	line-height:40px;
	padding-top: 15px;
	padding-right: 2px;
	text-transform: uppercase;
	color:333333;
}
.RMuen .Href a{ font-size:13px;padding-right:10PX; color:333333; display:inline-block; height:40px; line-height:40px;}




.en{
	font-size:14px;
	cursor:hand;
	display:inline-block;
	height:40px;
	line-height:1.5;
	color: #333333;
	padding-left:10px;
	text-decoration: none;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}

.sp{
	font-size:14px;
	cursor:hand;
	display:inline-block;
	padding-left:10px;
	height:40px;
	line-height:1.5;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}


/*----------star内磁的中间区域*/
div.i_center{
	clear:both;
	width: 1200px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	}
div.i_right{
	float:right;
	width:880px;
	position: relative;
	border-radius: 2px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-bottom: 20px;
	min-height:300px;
	}
div.i_left{
	float:left;
	width:280px;
	height:auto;
	border-radius: 2px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-bottom: 20px;
	background-color: #F0F0F0;
   }
/*左标题*/
dl.left_th{
	clear:both;
	height:60px;
	line-height:60px;
	overflow:hidden;
}
dl.left_th dd{
	font-size:16px;
	color:#0068b7;
	text-indent: 30px;
}
dl.left_th dd span{
	color:#0068b7;
	font-size:12px;
	margin-left:10px;
	text-transform:uppercase;
}
/*-----star左导航*/
ul.left_nav{
	clear:both;
	width:238px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	min-height:300px;
}
ul.left_nav li{
	clear:both;
	line-height:26px;
	height:38px;
	overflow:hidden;
	font-size:14px;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	color: #333333;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	background-image: url(../images/left_nav.png);
	background-repeat: no-repeat;
	background-position: left -36px;
	background-color: #f0f0f0;
}
ul.left_nav li a{
	padding-left:20px;
	display:block;
	height:38px;
}
ul.left_nav li.light{
	background-position:left top;
	font-size:14px;
	font-weight:normal;
	color:white;
}
ul.left_nav li.light a{ color:white;}
ul.left_nav li.light a:hover{ text-decoration:none; color:#ff9;}

ul.left_nav li.light1{
	clear:both;
	background:url(../images/left_nav1.png) no-repeat left -31px;
	line-height:25px;
	height:26px;
	overflow:hidden;
	font-size:13px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 20px;
}
ul.left_nav li.light1 a{
	padding-left:1px;
	display:block;
	height:28px;
	color: #333333;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 14px;
}

.line1 {
	height: 5px;
		background-image: url(../images/left_nav2.png);
	background-repeat: no-repeat;
	width: 194px;
}


/*左链接*/
dl.l_link{ clear:both; text-align:center; margin:15px 0 0 0;}
dl.l_link dd{ clear:both; padding-top:8px;}
dl.l_link dt{ clear:both;}
dl.l_link dt p{ clear:both; margin:10px 0;}
.l_select{ color:#999; line-height:25px; height:25px; border:1px solid #d5d5d5; vertical-align:middle;}
/*------------------star右标题*/
dl.r_th{
	clear:both;
	height:39px;
	line-height:39px;
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
}
dl.r_th dd{
	float:left;
	font-size:15px;
	font-weight:bold;
	padding-left:36px;
	background-image: url(../images/r_th_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	font-family: "微软雅黑";
	color: #1d84c6;
}
dl.r_th dt{
	float:right;
	color:#333;
	padding-right: 10px;
}
dl.r_th dt a,dl.r_th dt span{
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 6px;
}
dl.r_th dt span{
	color:#333333;
}
.wenzi {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	padding-top: 25px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	
}
.wenzi1 {
	line-height: 26px;
	padding-bottom: 18px;
	font-size: 15px;
}

/*资讯中心列表页面的--dl*/
.news_con {
	width:840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	font-size: 15px;
}
dl.dl_1 {
	font-size:14px;
	color:#666;
	line-height:22px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/leftMenuBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-top: 20px;
}
dl.dl_1 a {
	color:#555555;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
dl.dl_1 dt {
	margin-bottom:3px;
	margin-top:5px;
	line-height:1.5;
	height:24px;
	overflow:hidden;
	font-weight:bold;
	margin-left: 13px;
	font-size: 16px;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	color: #555555;
}
dl.dl_1 .dt_1 {
	height:20px;
	background:url(../images/ico10.gif) no-repeat 0 9px;
	padding-left:10px;
	font-size:14px;
	color:#F67400;
	font-weight:bold;
}
dl.dl_1 .dt_1:hover {
	background:url(../images/ico7.gif) no-repeat 0 9px;
	color:#F67400;
}/*资讯首页内容,点击时的图片*/
dl.dl_1 .dt_2 {
	font-size:12px;
	float:right;
	padding:0 10px 0 8px;
	font-family:"宋体";
}
dl.dl_1 .dt_3 {
	font-size:12px;
}
dl.dl_1 .dt_3 a {
	color:#FF0000;
	text-decoration:underline;
} /*文章出处*/
dl.dl_1 dd {
	font-size:15px;
	padding-left:0px;
	height:65px;
	overflow:hidden;
	margin-bottom:10px;
	font-weight: normal;
}



dl.dl_2 {
	font-size:14px;
	color:#666;
	line-height:22px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	height: 88px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/leftMenuBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-top: 20px;
	
}
dl.dl_2 a {
	color:#555555;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
dl.dl_2 dt {
	margin-bottom:3px;
	margin-top:5px;
	line-height:1.5;
	height:24px;
	overflow:hidden;
	font-weight:normal;
	margin-left: 13px;
	font-size: 16px;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	color: #555555;
}
dl.dl_2 .dt_1 {
	height:20px;
	background:url(../images/ico10.gif) no-repeat 0 9px;
	padding-left:10px;
	font-size:14px;
	color:#F67400;
	font-weight:bold;
}
dl.dl_2 .dt_1:hover {
	background:url(../images/ico7.gif) no-repeat 0 9px;
	color:#F67400;
}/*资讯首页内容,点击时的图片*/
dl.dl_2 .dt_2 {
	font-size:12px;
	float:right;
	padding:0 10px 0 8px;
	font-family:"宋体";
}
dl.dl_2 .dt_3 {
	font-size:12px;
}
dl.dl_2 .dt_3 a {
	color:#FF0000;
	text-decoration:underline;
} /*文章出处*/
dl.dl_2 dd {

	font-size:15px;
	padding-left:0px;
	height:65px;
	overflow:hidden;
	margin-bottom:10px;
	font-weight: normal;
}






.time{
	width: 60px;
	float: left;
	text-align: left;
	color:#fff;
	margin-right: 15px;
	margin-top: 0px;
	text-indent: 12px;
} 

.tu1{
	width: 210px;
	float: right;
	text-align: center;
	margin-right: 10px;
	margin-top: 0px;
} 


/*资讯详细页面内容*/
.n_info_con {
	overflow:hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
}
.n_info_con h1 {
	border-bottom: 1px dashed #CCCCCC;
	color: #666666;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom:10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.n_info_con2 {
	width:650px;
	margin:0 auto;
}
.n_info_con2 .t04 {
	height:30px;
	line-height:30px;
}
.n_info_con h3 {
	text-align:center;
	color:#000;
	font-family:"宋体";
	margin-bottom:10px;
	font-size:24px;
} 
.gduo {
	height:80px;
	line-height:30px;
	background:#f7f7f7;
	overflow:hidden;
	color: #555555;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	font-size: 14px;
}
.gduo span {
	float:right;
	width:99%;
	overflow:hidden;
	height:30px;
	display:block;
	float:left;
	margin-right: 5px;
}
.gduo a {
	font-weight:normal;
}

/*资讯详细页面，内容标题*/
.jobbg {
	background-image: url(../images/job1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tjlink{ color:#1d84c6}
.tjlink a{ color:#1d84c6}
.tjlink a:hover{
	color:#1d84c6
}