@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	border: none;
}
img {
	border: none
}
table, tr, td {
	font-weight: normal
}
ul, li {
	list-style: none;
}
i {
	font-style: normal
}
body {
	font-family: 'Microsoft YaHei', 'Heiti SC';
	background: #fff;
	font-size: 14px;
	color: #1a1a1a;
}/* CSS Document */
.container {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
	max-width: 1920px;
	margin: 0 auto;
}
/*-----------------content-------------------*/
.main {
	width: 1100px;
	height: auto;
	display: table;
	margin: 20px auto 0 auto;
	background: #fff;
	padding: 20px 0 30px 0;
	
}
.content {
	width: 1100px;
	height: auto;
	display: table;
	margin: 0 auto;
	padding:30px 0;
}


.title {
	width: 100%;
	height: auto;
	display: table;
	text-align: center
}
.title span {
	font-size: 30px;
	color: #ac0608;
	font-weight: bold;
	font-family: "Arial"
}
.title p {
	font-size: 24px;
	color: #000;
}
.crumbs{ position:relative;width:100%; height:auto; display:table; border-bottom:1px solid #d9d9d9; font-size:18px; color:#b5010e; padding-bottom:10px}

.crumbs:after{ float:left;
    content: "";
    width: 6px;
    height: 22px;
    background: #135ab9;
	margin:3px 10px 0 0
	 }
	 .crumbs a{ color:#333}
	 
.about-adv {
	width:100%;
	min-height: 500px;
	display: table;
	overflow: hidden;
	padding-bottom:30px;
}

.about-adv img {
	display:block;
	width:480px;
	height:360px;
	margin:40px auto 0 auto
}
.about-adv h2{ margin-top:30px; color:#135ab9}
.about-adv p {
	text-indent:2rem;
	line-height:34px;
	color:#262626;
	margin:25px 50px 0 50px;
	font-size:16px;
}
.about-adv p a {
	color:#fa040a
}



.product{
	width: 100%;
	height: auto;
	display: table;
	overflow: hidden;
	margin-top:30px;
}
#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#mbOverlay.mbOverlayIE {
	position: absolute;
}
#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
}
#mbCenter.mbLoading {
	background: #fff url(../images/WhiteLoading.gif) no-repeat center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#mbImage {
	left: 0;
	top: 0;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}
#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}
#mbTitle {
	display: inline;
	color: #999;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}
#mbNumber {
	background: url(../images/mbNumber_bg.gif) no-repeat center;
	display: inline;
	color: #C00;
	line-height: 26px;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 65px;
	height: 26px;
}
#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}
#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}
#mbPrevLink {
	width: 32px;
	height: 100px;
	background: transparent url(../images/CustomBlackPrevious.gif) no-repeat center;
	position: absolute;
	top: 38%;
	left: -32px;
}
#mbNextLink {
	width: 32px;
	height: 100px;
	background: transparent url(../images/CustomBlackNext.gif) no-repeat center;
	position: absolute;
	top: 38%;
	right: -32px;
}
#mbCloseLink {
	width: 24px;
	background: transparent url(../images/CustomBlackClose.gif) no-repeat center;
	position: absolute;
	top: 10px;
	right: 10px;
}
#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
.layout_default {
	float: left;
	margin: 5px 20px 0 0;
/*	-webkit-box-shadow: 5px 5px 5px #e7e7e7;
	-moz-box-shadow: 5px 5px 5px #e7e7e7;
	box-shadow: 5px 5px 5px #e7e7e7;
*/}
.mod_gallerylist {
	width: 105%;
	height: auto;
	margin: 30px 0 0 0;
}
.meta {
	width:100%;
	height:60px;
	text-align: center;
	line-height:60px;	color: #1a1a1a;
	font-size: 16px;
}
.meta a {
	color: #1a1a1a;
	text-decoration: none
}

.news {
	width: 100%;
	height: auto;
	display: table;
}
.news_info{ width:1098px; min-height:700px; margin-top:15px;  overflow:hidden;}

.news_photo{ float:left; width:300px; height:200px; overflow:hidden}
.news_photo img{ width:300px; height:200px;}

.list-describe {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
}
.group_text{ float:right; width:780px; height:auto; display:table;}
.list-describe li {
	width: 100%;
	height: auto;
	display: table;
	padding-bottom: 30px;
	margin: 30px 0 0 0;
	border-bottom: 1px solid #e6e6e6;
}
.list-describe li:last-child {
	border-bottom: none;
}
.list-describe li .group {
	width: 100%;
	height: auto;
	display: table;
}
.list-describe li span {
	float: right;
	color: #135ab9
}
.list-describe li a {
	float: left;
	width: 650px;
	height: auto;
	display: table;
	color: #135ab9;
	margin-left: 5px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
}
.list-describe li a:hover {
	color: #0162bc
}
.list-describe li p {
	font-size: 16px;
	color: #808080;
	line-height: 35px;
	margin: 10px 0 0 10px;
}






.news_xq{ width:1098px; height:auto; display:table;   overflow:hidden;}
.news_xq img{ display:block; margin:0 auto; margin-top:30px;}
.news_xq h2 {
	font-size:24px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	width: 92%;
	margin: 0 auto;
	padding-left: 3%;
	margin-top: 30px;
	text-align: center
}
.news_xq p {
	text-indent: 2em;
	line-height: 30px;
	margin: 30px 20px 0 20px;
	color: #1a1a1a
}
.resources {
	width: 100%;
	min-height: 718px;
	display: table;
	overflow: hidden;
	margin-top:30px;
}
.resources table {
	width: 1098px;
	color: #1a1a1a;
	margin-top: 20px;
	border:1px solid #004bbb;
}
.resources table tr th {
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	background: #005ebd;
	font-size: 16px;
	border-collapse: collapse
}
.resources table tr th span {
	display: inline-block;
	width: 182px;
	height: 40px;
	text-align: center;
}
.resources table tr td {
	width: 182px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-top: 1px solid#ccc;
}
.imess{ 	width:1096px; min-height:700px;  padding-top:30px;border:2px solid #e6e6e6;margin:20px auto 0 auto }
.imess fieldset table {
	width: 75%;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 55px;
	margin: 0 auto
}
.imess table tr td input[type="text"] {
	width: 300px;
	height: 30px;
	line-height: 30px
}
.imess table tr td input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 30px
}
.imess table tr td input[type="reset"] {
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.imess table tr td span {
	color: #f00
}
.contact {
	width: 1096px;
	height: auto;
	display:table;
	border:2px solid #e6e6e6;
	margin:20px auto 0 auto
}

.contact table{ width:93%; margin:5px auto 0 auto}
.contact table tr td{ vertical-align:top}
.contact table tr td p { font-size:18px; font-weight:bold; line-height:35px; margin-top:30px}
.contact table tr td p span{ display:block; color:#225bb6}
.contact table tr td img{ width:540px; height:300px}
.contact img{ display:block; width:1086px; height:486px; margin:30px auto 0 auto}

.copy {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #000;
}
.copy a {
	color: #000}



/*page*/
.page {
	display: table;
	width: 100%;
	height: 50px;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	line-height:50px;
}
.page a {
	display: inline-block;
	margin-right: 10px;
	padding: 0 12px;
	text-align: center;
	border-radius: 2px;
	height: 36px;
	line-height: 36px;
	box-shadow: 1px 1px 1px #d9d9d9;
	color: #656565;
	background:#efefef
}
.page a:hover, .page .go:hover {
	color: #fff;
	background: #0172D0
}.bottom_tools{position:fixed;z-index:1070;right:5px;bottom:100px;}
.qr_img{position:absolute;top:0;left:-310px;display:none;}

#scrollUp{width:105px;height:99px;background-image:url(../images/backgrounds.33.png);cursor:pointer;}
.qr_tool{width:105px;height:99px;background-image:url(../images/backgrounds.32.png);cursor:pointer; margin-bottom:10px;}
.qr_tool:hover {width:105px;height:99px;background-image: url(../images/backgrounds.32.png);}
.qr_img{ width:320px; height:100px; display:none}
