
@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}
html, body, div, dl, dt, dd, ul, h1, h2, h3, pre, form, label, fieldset, p, blockquote, table {
	font-size:12px;
	margin:0;
	padding:0;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
}
body {
	margin:0 auto;
	text-align:center;
}
fieldset, img {
	border:0
}
code, em, var, i, b {
	font-style:normal;
}
ul {
	list-style:none
}
li {
	list-style-type: none;
}
.clearfloat {
	height:0;
	font-size:1px;
	clear:both;
	line-height:0;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:red;
}
.header {
	width:100%;
}
.header_center {
	margin:0 auto;
	width:1002px;
	height:110px;
}
.muean {
	width:100%;
	background:#e6212a;
}
.muean_center {
	margin:0 auto;
	width:1002px;
	height:50px;
	border-left:1px solid #ee646a;
}
.muean_center ul li {
	float:left;
	position:relative;
	height:50px;
	line-height:50px;
	border-right:1px solid #ee646a;
}
.muean_center ul li a {
	padding:0 24px;
	height:50px;
	font-size:14px;
	font-weight:bold;
	display:block;
	letter-spacing:0.04em;
	color:#fff;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-o-transition:all ease 1s;
}
.muean_center ul li a:hover {
	background:#ef7d1c;
}
.muean_center ul li a b {
	color:#fef700;
	font-size:16px;
}
.childerList {
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	background:#f4f8fa;
	box-shadow:1px 1px 2px #333;
	display:none;
	z-index:10;
}
.childerList li {
	width:100%;
	border-bottom:1px solid #dee3e3;
}
.muean_center .childerList li a {
	padding:0;
	width:100%;
	font-size:13px;
	font-weight:100;
	color:#666;
	display:block;
}
.muean_center .childerList li a:hover {
	background:#e5e3e3;
}
.container {
	width:100%;
	background:url(../images/contaibg.jpg) center top repeat;
}
.contai_center {
	margin:0 auto;
	width:1002px;
}
.footer {
	width:100%;
}
.footer_center {
	margin:0 auto;
	padding:26px 0;
	width:1002px;
	height:58px;
}
.Logo {
	float:left;
	width:310px;
	height:110px;
	background:url(../images/logo.png) no-repeat;
}
.Logo a {
	width:310px;
	height:110px;
	display:block;
}
.tell {
	float:right;
	width:242px;
	height:110px;
	background:url(../images/tell.png) right center no-repeat;
}
/**/
.relaTv {
	position:relative;
}
.banner {
	width:100%;
	height:497px;
	overflow:hidden;
}
.banner_center {
	margin:0 auto;
	width:1000px;
	z-index:3;
}
.banner_center img {
	width:1920px;
}
.IndBanner1 {
	background:url(../images/indbanner1.jpg) center center no-repeat;
}
.IndBanner2 {
	background:url(../images/indbanner2.jpg) center center no-repeat;
}
.IndBanner3 {
	background:url(../images/indbanner3.jpg) center center no-repeat;
}
.IndBanner4 {
	background:url(../images/indbanner4.jpg) center center no-repeat;
}
.IndPrev {
	position:absolute;
	left:0px;
	top:218px;
	width:51px;
	height:60px;
	background:url(../images/indprev.png) no-repeat;
	display:block;
	z-index:4;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-o-transition:all ease 1s;
}
.IndPrev:hover, .IndNext:hover {
	transform:scale(1.2, 1);
	-webkit-transform:scale(1.2, 1);
	-o-transform:scale(1.2, 1);
}
.IndNext {
	position:absolute;
	right:0px;
	top:218px;
	width:51px;
	height:60px;
	background:url(../images/indnext.png) no-repeat;
	display:block;
	z-index:4;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-o-transition:all ease 1s;
}
.IndbtnWrap {
	position:absolute;
	left:auto;
	top:auto;
	margin:0 auto;
	height:22px;
	width:200px;
	z-index:10;
}
.IndbtnWrap a {
	display:inline-block;
	margin:0 8px 0 0;
	width:40px;
	height:5px;
	z-index:10;
	transition:all ease 1s;
}
.IndbtnWrap a:hover {
	transform:scale(1, 2);
	border-radius:10%;
}
.BanMidellBTNColorW {
	background:#000;
}
.BanMidellBTNColorW:hover {
	background:#444;
}
.BanMidellBTNColorB {
	background:#e70012;
}
.BanMidellBTNColorB:hover {
	background:#fb5864;
}
.MyAdvantage {
	position:absolute;
	left:0px;
	top:-30px;
	padding-bottom:5px;
	width:100%;
	background:#dedede;
	z-index:10;
}
.MyAdvantage li {
	float:left;
	padding-top:20px;
	height:85px;
	background:#fff;
}
.MyAdvantage li span {
	width:100%;
	line-height:20px;
	color:#777;
	display:block;
}
.MyAdvantage li em {
	width:100%;
	color:#e6212a;
	font-size:30px;
	display:block;
	transition:all ease 2s;
}
.MyAdvantage li:hover em {
	animation:num ease 2s;
	-webkit-animation:num ease 2s;
	-o-animation:num ease 2s;
}
 @keyframes num {
from {
transform:skewX(-10deg) scale(1.4, 1.2);
color:red;
text-shadow:1px 1px 2px #444;
}
to {
	transform:skewX(0deg);
}
}
@-webkit-keyframes num /* Safari 和 Chrome */ {
from {
transform:skewX(-10deg) scale(1.4, 1.2);
color:red;
text-shadow:1px 1px 2px #444;
}
to {
	transform:skewX(0deg);
}
}
@-o-keyframes num /* Opera*/ {
from {
-o-transform:skewX(-10deg) scale(1.4, 1.2);
color:red;
text-shadow:1px 1px 2px #444;
}
to {
	-o-transform:skewX(0deg);
}
}
/**/
.IdxBox1 {
	float:left;
	margin-right:30px;
	padding:0 16px;
	width:328px;
	height:265px;
}
.IdxBox2 {
	float:left;
	width:222px;
	height:265px;
}
.typeIdB .top {
	margin-bottom:25px;
	padding:10px 0;
	text-align:left;
	width:100%;
	height:22px;
	line-height:22px;
	border-bottom:1px solid #fff;
}
.typeIdB .bot {
	width:100%;
}
.typeIdB .styyuny li {
	float:left;
	margin:4px 0;
	padding-left:8px;
	width:320px;
	height:22px;
	background:url(../images/indxlisticon.png) center left no-repeat;
}
.typeIdB .styyuny li a {
	float:left;
	width:210px;
	height:22px;
	color:#fff;
	font-size:14px;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
}
.typeIdB .styyuny li a:hover {
	text-decoration:underline;
}
.typeIdB .styyuny li em {
	float:right;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.typeIdB .top h3 {
	float:left;
	padding:0 0 0 28px;
	width:145px;
	height:22px;
	color:#fff;
	font-size:18px;
	font-weight:100;
}
.typeIdB .top h3 em {
	margin:0 0 0 4px;
	color:#f6e11a;
	font-size:12px;
}
.typeIdB .top .more {
	float:right;
	padding:0 0 0 25px;
	text-align:left;
	width:98px;
	height:22px;
	color:#fff;
	font-size:14px;
	background:url(../images/moreicon.png) center left no-repeat;
}
.typeIdB .top .more:hover {
	text-decoration:underline;
}
.typeIdB .top .more b {
	margin-right:10px;
	font-size:13px;
}
.IdxBGA {
	background:url(../images/idxicona.png) left center no-repeat;
}
.IdxBGB {
	background:url(../images/idxiconb.png) left center no-repeat;
}
.IdxBGC {
	background:url(../images/idxiconc.png) left center no-repeat;
}
.VisionBox {
	float:left;
	position:relative;
	width:261px;
	height:166px;
}
.VisB-son {
	position:absolute;
	left:0px;
	top:0px;
	width:261px;
	height:166px;
	display:none;
	overflow:hidden;
}
.VisB-son img {
	width:259px;
	height:164px;
	border:1px solid #fff;
}
.VisB-son span {
	position:absolute;
	left:1px;
	top:138px;
	padding-left:20px;
	text-align:left;
	width:239px;
	height:26px;
	line-height:26px;
	color:#fff;
	background:url(../images/blackpngbg50.png) repeat;
}
.VisBtn {
	float:left;
	margin-left:14px;
	width:40px;
	height:166px;
}
.VisBtn li {
	float:left;
	margin:7px 0;
	width:40px;
	height:40px;
}
.Libg {
	background:url(../images/visionhv.png) no-repeat;
}
.VisBtn a {
	width:40px;
	height:40px;
	display:block;
}
.typeIdC .top {
	margin-bottom:20px;
	padding:10px 16px;
	text-align:left;
	width:190px;
	height:22px;
	line-height:22px;
	background:#ffb532;
	border-bottom:1px solid #ffb532;
}
.typeIdC .top h3 {
	float:left;
	padding:0 0 0 30px;
	width:160px;
	height:22px;
	color:#fff;
	font-size:18px;
	font-weight:100;
}
.typeIdC .top h3 em {
	margin:0 0 0 4px;
	color:#f6e11a;
	font-size:12px;
}
.typeIdC .Reg {
	width:220px;
	height:88px;
	background:url(../images/regroombg.png) no-repeat;
	border:1px solid #fff;
}
.typeIdC .Reg a {
	width:220px;
	height:88px;
	display:block;
}
.FourBorther {
	margin-top:16px;
	width:100%;
}
.FourBorther a {
	float:left;
	padding-right:63px;
	text-align:right;
	width:48px;
	height:48px;
	line-height:48px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.FourBorther .s1 {
	background:url(../images/s1.png) 57px center no-repeat #7b6faf;
}
.FourBorther .s2 {
	background:url(../images/s2.png) 57px center no-repeat #61c3d0;
}
.FourBorther .s3 {
	background:url(../images/s3.png) 57px center no-repeat #758fc8;
}
.FourBorther .s4 {
	background:url(../images/s4.png) 57px center no-repeat #a6d4af;
}
.FourBorther .s1:hover {
	background:url(../images/s1.png) 57px center no-repeat #7266a8;
}
.FourBorther .s2:hover {
	background:url(../images/s2.png) 57px center no-repeat #51b6c3;
}
.FourBorther .s3:hover {
	background:url(../images/s3.png) 57px center no-repeat #6a84be;
}
.FourBorther .s4:hover {
	background:url(../images/s4.png) 57px center no-repeat #91c39a;
}
.ftL {
	float:left;
	padding-top:20px;
	width:422px;
	height:38px;
}
.ftM {
	float:left;
	width:488px;
	height:58px;
	border:1px solid #e1e1e1;
	border-top:0px;
	border-bottom:0px;
}
.ftR {
	float:right;
	width:90px;
	height:58px;
	background:url(../images/erweima.jpg) center right no-repeat;background-size: 58px;
}
.ftIcon1 {
	background:url(../images/fticon1.png) left center no-repeat;
}
.ftIcon2 {
	background:url(../images/fticon2.png) left center no-repeat;
}
.ftIcon3 {
	background:url(../images/fticon3.png) left center no-repeat;
}
.ftIcon4 {
	background:url(../images/fticon4.png) left center no-repeat;
}
.ftL ul li {
	float:left;
	margin-right:12px;
	width:92px;
	height:22px;
	line-height:22px;
}
.ftL ul li a {
	float:left;
	padding:0 0 0 20px;
	width:65px;
	height:22px;
	line-height:22px;
	font-size:13px;
	display:block;
}
.ftL ul li a:hover {
	color:#333;
	text-decoration:underline;
}
.ftL ul li em {
	float:right;
	margin:3px 0 0 0;
	width:1px;
	height:16px;
	background:#9a9a9a;
}
.ftM p {
	margin-top:2px;
	padding:0 30px;
	text-align:left;
	width:428px;
	line-height:18px;
	letter-spacing:0.02em;
}
.All-banner {
	width:100%;
	overflow:hidden;
}
.al-barcent {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:225px;
}
.al-barcent img {
	position:absolute;
	left:-460px;
	top:0px;
	width:1920px;
	height:225px;
}
.co-left {
	position:absolute;
	left:0px;
	top:-75px;
	width:225px;
}
.co-right {
	float:right;
	width:728px;
}
.co-RadiusTop {
	width:225px;
	height:9px;
	background:url(../images/co-leftridtop.png) center top no-repeat;
}
.co-RadiusBot {
	width:225px;
	height:9px;
	background:url(../images/co-leftridbot.png) center top no-repeat;
}
.col-wrap {
	padding:5px 15px;
	width:195px;
	background:#fff;
}
.co-leftTil {
	padding-bottom:12px;
	width:100%;
	color:#a4a4a4;
	border-bottom:1px solid #dfdfdf;
}
.co-leftTil span {
	width:100%;
	font-size:18px;
	display:block;
}
.co-leftTil em {
	width:100%;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.06em;
	display:block;
}
.co-leftTil em b {
	color:#e6212a;
	font-size:20px;
}
.co-list {
	padding:16px 0 10px;
	width:100%;
}
.co-list li {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:17px;
	overflow:hidden;
}
.co-list li a {
	padding-left:62px;
	text-align:left;
	width:123px;
	height:40px;
	color:inherit;
	display:block;
}
.co-lisTyA {
	background:url(../images/co-listli.png) no-repeat;
	color:#fff;
}
.co-lisTyB {
	background:url(../images/co-listlib.png) 40px 14px no-repeat;
	color:#a4a4a4;
}
.co-lisTyB:hover {
	background:url(../images/co-listlibhv.png) 40px 14px no-repeat;
}
.co-lisTyB:hover a {
	color:#888;
}
.co-tel {
	position:relative;
	padding:12px 0 12px;
	text-align:left;
	width:100%;
	height:50px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.co-tel span {
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#a4a4a4;
	display:block;
}
.co-tel em {
	position:absolute;
	left:0px;
	top:29px;
	padding-left:24px;
	width:177px;
	height:28px;
	line-height:28px;
	color:#e6212a;
	background:url(../images/co-tel.png) left center no-repeat;
	display:block;
}
.co-tel em b {
	font-size:20px;
}
.co-cydj {
	margin-top:12px;
	display:block;
	overflow:hidden;
}
.co-cydj img {
	transition:all ease 2s;
	-webkit-transition:all ease 2s;
	-o-transition:all ease 2s;
}
.co-cydj img:hover {
	transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
.co-Rtilt {
	float:left;
	margin:30px 0;
	padding-bottom:6px;
	width:100%;
	border-bottom:1px solid #fff;
}
.coR-En {
	text-align:left;
	width:100%;
	height:38px;
	color:#fef700;
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	text-transform:uppercase;
	display:block;
}
.mianbaoxie {
	float:left;
	position:relative;
	width:100%;
	height:25px;
}
.mianbaoxie span {
	float:left;
	font-size:18px;
	color:#fff;
}
.mianbaoxie a {
	float:right;
	color:#fff;
}
.mianbaoxie em {
	float:right;
	margin:0 4px;
	color:#fff;
}
.mianbaoxie div {
	position:absolute;
	left:0px;
	top:30px;
-webkit- top:28px;
	width:115px;
	height:3px;
	background:#fff;
}
.allpageText {
	float:left;
	margin-bottom:15px;
	text-align:left;
	width:100%;
	line-height:20px;
	font-size:14px;
	overflow:hidden;
}
.allpageText p {
	width:100%;
	line-height:inherit;
	font-size:inherit;
	color:#fff;
	letter-spacing:0.05em;
}
.allpageText img {
	max-width:100%;
}
.mod-bnr {
	float:left;
	position:relative;
	width:100%;
	height:280px;
	background:url(../images/mod-bnerfont.jpg) bottom right no-repeat;
}
.mdBnr-Box {
	position:absolute;
	left:1px;
	top:0px;
	width:502px;
	height:258px;
	overflow:hidden;
}
.mdBnr-Box img {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}
.mod-btn {
	position:absolute;
	top:240px;
	right:20px;
	height:10px;
	z-index:4;
}
.mod-btn a {
	float:left;
	margin:0 4px;
	width:9px;
	height:10px;
	display:block;
}
.mod-ClorA {
	background:#e6212a;
}
.mod-ClorB {
	background:#151515;
}
.mod-bnr p {
	position:absolute;
	right:15px;
	top:115px;
	text-align:left;
	width:194px;
	color:#5a060a;
	font-size:16px;
}
.mod-bnr p b {
	font-size:24px;
	font-weight:100;
	display:block;
}
.PlanLb {
	float:left;
	width:710px;
	border:9px solid #ef7d1c;
}
.Pla-Top {
	float:left;
	position:relative;
	width:710px;
	height:364px;
	background:#222;
	overflow:hidden;
}
.Pla-Top span {
	position:absolute;
	top:326px;
	left:0px;
	padding:0 30px;
	text-align:left;
	width:650px;
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#fff;
	background:url(../images/blackpngbg50.png) repeat;
	display:block;
	overflow:hidden;
}
.Pla-Top img {
	width:710px;
	height:364px;
}
.Pla-Bot {
	float:left;
	padding-bottom:18px;
	width:710px;
	background:#ef7d1c;
}
.Pla-Point {
	position:relative;
	margin:18px 26px 0;
	width:658px;
	height:19px;
	background:url(../images/plapoint.png) center center no-repeat;
}
.PointRadius {
	position:absolute;
	top:7px;
	left:82px;
	width:4px;
	height:4px;
	background:url(../images/lbs-point.png) no-repeat;
}
.Pla-Point .prev, .Pla-Point .next {
	position:absolute;
	top:-4px;
	width:26px;
	height:26px;
}
.Pla-Point .prev {
	left:-26px;
	background:url(../images/pla-prev.png) no-repeat;
}
.Pla-Point .next {
	right:-26px;
	background:url(../images/pla-next.png) no-repeat;
}
.Pla-SimPic {
	float:left;
	position:relative;
	margin-top:10px;
	padding:0 0 0 32px;
}
.Pla-SimPic img {
	width:110px;
	height:56px;
}
.Pla-SimPic a {
	float:left;
	margin:0 25px;
}
.Pla-border {
	position:absolute;
	left:54px;
	top:-3px;
	width:110px;
	height:56px;
	border:3px solid #fff;
}
.MarketDiv {
	float:left;
	position:relative;
	width:728px;
	height:380px;
	overflow:hidden;
}
.bbc {
	position:absolute;
	top:0px;
	width:78px;
	height:380px;
	box-shadow:2px 2px 3px #222;
	border-right-width:2px;
	border-right-style:solid;
	border-color:#ccc;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.mkt-a {
	left:0px;
	background:url(../images/markt-pic1.jpg) no-repeat;
}
.mkt-b {
	left:488px;
	background:url(../images/markt-pic2.jpg) no-repeat;
}
.mkt-c {
	left:568px;
	background:url(../images/markt-pic3.jpg) no-repeat;
}
.mkt-d {
	left:648px;
	background:url(../images/markt-pic4.jpg) no-repeat;
}
.mkt-btn {
	position:absolute;
	left:461px;
	top:163px;
	width:54px;
	height:54px;
	z-index:2;
	transition:transform ease 1s;
	-webkit-transition:transform ease 1s;
	-o-transition:transform ease 1s;
}
.mkt-btn .prev {
	float:left;
	width:27px;
	height:54px;
	background:url(../images/mkt-btnl.png) no-repeat;
}
.mkt-btn .next {
	float:left;
	width:27px;
	height:54px;
	background:url(../images/mkt-btnr.png) no-repeat;
}
.Maps-tipsA {
	float:right;
	margin-top:24px;
	width:448px;
	height:595px;
}
.Maps-tipsB {
	float:left;
	position:relative;
	margin-top:20px;
	width:100%;
	overflow:hidden;
}
.Maps-tipsB img {
	width:100%;
}
.Maps-tipsB a {
	position:absolute;
	width:33px;
	height:33px;
	background:url(../images/fangdaj.png) no-repeat;
	display:block;
	z-index:10;
}
/*----------------弹出层创建----------------*/
.uAlertBG {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
	background:url(../images/blackpngbg50.png) repeat;
	z-index:999;
}
.uAlertBG_center {
	margin:0 auto;
	width:1000px;
}
.uAlertBG_center img {
	width:100%;
}
.DesiPic {
	position:relative;
	width:728px;
	height:374px;
	overflow:hidden;
}
.dbox {
	position:absolute;
	top:0px;
	height:374px;
}
.ddes-A {
	left:0px;
	width:728px;
	background:url(../images/desi-pic1.jpg) no-repeat;
}
.ddes-B {
	left:272px;
	width:164px;
	background:url(../images/desi-pic2.jpg) no-repeat;
	border-left:5px solid #df272b;
	border-right:5px solid #df272b;
	z-index:2;
}
.Match-Box {
	float:left;
	width:100%;
	background:url(../images/macthnav.png) center 133px no-repeat;
}
.MatchLi {
	margin-bottom:40px;
	width:266px;
	height:201px;
}
.MatchLi span {
	float:left;
	width:30px;
	height:201px;
	color:#f4b964;
	font-size:28px;
	word-wrap:break-word;
	word-break:nomal;
	overflow:hidden;
}
.MatchLi em {
	float:left;
	padding:6px 0 0;
	width:14px;
	height:195px;
	color:#f5afaf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	word-wrap:break-word;
	word-break:nomal;
	overflow:hidden;
}
.MatchLi img {
	float:left;
	width:201px;
	height:201px;
}
.Mact-LiA {
	float:left;
}
.Mact-LiA span {
	margin:0 15px 0 6px;
}
.Mact-LiB {
	float:right;
	margin-top:85px;
}
.Mact-LiB span {
	margin:0 6px 0 15px;
}
.Safety-Left {
	float:left;
	padding-left:30px;
	width:360px;
}
.Safety-Left p {
	margin-top:30px;
	padding-top:25px;
	text-align:left;
	width:100%;
	line-height:26px;
	color:#fff;
	font-size:15px;
	letter-spacing:0.01em;
	border-top:1px solid #fff;
}
.Logis-left {
	float:left;
	width:340px;
}
.Logis-left p {
	margin-top:30px;
	padding:25px 0;
	text-align:left;
	width:100%;
	line-height:24px;
	color:#fff;
	font-size:14px;
	letter-spacing:0.01em;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.Logis-right {
	float:right;
	width:360px;
}
.NewsLi {
	position:absolute;
	left:0px;
	margin-bottom:20px;
	width:100%;
	z-index:2;
}
.NewsLi-Data {
	float:left;
	width:152px;
	height:116px;
	background:url(../images/newsdata.png) no-repeat;
}
.NewsLi-Text {
	float:right;
	padding:24px 30px 0 54px;
	text-align:left;
	width:471px;
	height:149px;
	background:url(../images/newscontac.png) no-repeat;
}
.NewsLi-Data em {
	margin-top:32px;
	width:100%;
	color:#fff;
	display:block;
}
.NewsLi-Data span {
	width:100%;
	color:#fff;
	font-size:24px;
	display:block;
}
.Newstitle {
	float:left;
	margin-bottom:12px;
	width:100%;
	line-height:24px;
	height:24px;
	font-size:18px;
	color:#444;
	overflow:hidden;
}
.NewsPic {
	float:left;
	width:134px;
	height:90px;
}
.NewsPic img {
	width:134px;
	height:90px;
}
.NewsLi-Text p {
	float:right;
	width:317px;
	line-height:20px;
	height:60px;
	color:#888;
	font-size:14px;
	letter-spacing:0.02em;
	overflow:hidden;
}
.NewsMore {
	float:right;
	margin-top:15px;
	padding-left:20px;
	color:#e6212a;
	background:url(../images/newsmoreicon.png) left center no-repeat;
	display:inline-block;
}
.NewsMore:hover {
	text-decoration:underline;
}
.newsNav {
	position:absolute;
	top:117px;
	left:71px;
	width:2px;
	background:url(../images/newsbgnav.png) repeat-y;
}
.pageBtn {
	float:left;
	padding-top:14px;
	text-align:center;
	width:100%;
	border-top:1px solid #fff;
}
.pageBtn a {
	margin:0 4px;
	padding:2px 6px;
	color:#fff;
	font-size:14px;
	border:1px solid #fff;
	display:inline-block;
}
.pageBtn .act, .pageBtn a:hover {
	color:#e03438;
	background:#fff;
}
.PageBTN_Current {
	margin:0 4px;
	padding:2px 6px;
	font-size:14px;
	border:1px solid #fff;
	display:inline-block;
	color:#e03438;
	background:#fff;
}
.BrandBox {
	position:absolute;
	left:0px;
	top:0px;
	width:736px;
}
.BrandLi {
	float:left;
	margin:0 9px 10px 0;
	width:175px;
	height:90px;
	box-shadow:1px 1px 3px #555;
	overflow:hidden;
}
.BrandLi img {
	width:175px;
	height:90px;
	transition:all ease 2s;
	-webkit-transition:all ease 2s;
	-o-transition:all ease 2s;
}
.BrandLi img:hover {
	transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
}
.pageText-data {
	float:left;
	padding-bottom:15px;
	margin:5px 0 25px;
	width:100%;
	color:#e29597;
	border-bottom:1px solid #fff;
	display:block;
}
.ProActBox {
	position:absolute;
	left:0px;
	top:0px;
	width:753px;
}
.ProAct-Li {
	float:left;
	margin:0 26px 26px 0;
	width:225px;
	height:360px;
	background:#fff;
	box-shadow:1px 1px 2px #555;
}
.ProAct-Li .img, .ProAct-Li .img img {
	float:left;
	width:225px;
	height:180px;
}
.ProAct-Li .title {
	float:left;
	margin-top:17px;
	padding:0 6%;
	width:88%;
	height:20px;
	line-height:20px;
	color:#444;
	font-size:15px;
	overflow:hidden;
}
.ProAct-Li .title:hover {
	color:#222;
}
.ProAct-Li em {
	float:left;
	width:100%;
	color:#bababa;
}
.ProAct-Li p {
	float:left;
	margin-top:12px;
	padding:10px 20px 0;
	text-align:left;
	width:185px;
	height:88px;
	line-height:22px;
	letter-spacing:0.02em;
	color:#999;
	font-size:14px;
	border-top:1px solid #e0e0e0;
	overflow:hidden;
}
/**/
.ArchiMain {
	float:left;
	width:728px;
}
.ABGURL3 {
	background:url(../images/abanner3.jpg) center center no-repeat;
}
.ArchiMainLeft, .ArchiMainRight {
	float:left;
	width:225px;
}
.ArchiMainMid {
	float:left;
	margin:0 25px 0 26px;
	width:225px;
}
.ArchiImgLi {
	position:relative;
	margin-bottom:30px;
}
.ArchiImgLi img {
	width:100%;
}
.ArchiImgLi span {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	background:#eee;
}
.ArchiImgLi i {
	position:absolute;
	left:112px;
	top:0px;
	width:11px;
	height:6px;
	background:url(../images/archiimgliicon.png) no-repeat;
	z-index:4;
	display:none;
}
.ArchiAtcDiv {
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/blackpngbg50.png) repeat;
	z-index:3;
	display:none;
}
.ArchiAtcDiv a {
	float:left;
	width:100%;
	background:url(../images/cultureimgicon.png) center center no-repeat;
}
.Width306 {
	width:225px;
}
.Width464 {
	width:464px;
}
.borderSccc {
	border:1px solid #ccc;
}
/*Ajax alert*/
.AlertPng {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background:url(../images/blackpngbg50.png) repeat;
	z-index:10;
}
.AlertPng_center {
	margin:0 auto;
	width:1000px;
}
.ArchiBox {
	margin:0 auto;
	paddingD:50px;
	padding-bottom:0px;
	widthD:880px;
	height:578px;
}
.ArchiBox_Top {
	widthD:100%;
	height:488px;
}
.ArchiBox_Top img {
	widthD:100%;
	height:488px;
	border:4px solid #fff;
}
.ArchiBox_Bot {
	padding:10px 5% 0;
	margin-top:40px;
	width:90%;
	height:40px;
	background:#fff;
	overflow:hidden;
	border-radius:5px;
}
.ArchiImgLeft {
	float:left;
	width:32px;
	height:34px;
	background:url(../images/archiimgleft.gif) no-repeat;
}
.ArchiImgRight {
	float:left;
	margin-left:22px;
	width:32px;
	height:34px;
	background:url(../images/archiimgright.gif) no-repeat;
}
.ArchiClosed {
	float:right;
	width:36px;
	height:36px;
	background:url(../images/archiclosed.gif) no-repeat;
}
.ArchiBox_Bot span {
	margin:0 auto;
	height:34px;
	line-height:34px;
	font-family:"微软雅黑";
	font-size:18px;
}
.Ev {
	position:absolute;
}
.EvLi-a {
	left:97px;
	top:0px;
	width:252px;
	height:310px;
	background:url(../images/jjkf-pic1.jpg) no-repeat;
	z-index:2;
}
.EvLi-b {
	left:365px;
	top:72px;
	width:252px;
	height:310px;
	background:url(../images/jjkf-pic2.jpg) no-repeat;
	z-index:2;
}
.EvLi-c {
	left:0px;
	top:210px;
	width:270px;
	height:150px;
	background:url(../images/jjkf-pic3.jpg) no-repeat;
}
.EvLi-d {
	left:212px;
	top:24px;
	width:212px;
	height:142px;
	background:url(../images/jjkf-pic4.jpg) no-repeat;
}
.EvLi-e {
	left:542px;
	top:138px;
	width:185px;
	height:122px;
	background:url(../images/jjkf-pic5.jpg) no-repeat;
}
/**/
.Registration__LeftB {
	float:left;
	width:100%;
	height:500px;
}
.Registration_Floor {
	float:left;
	width:100%;
}
.REGfont_B1 {
	float:left;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#444444;
}
.REGfont_B2 {
	float:left;
	height:26px;
	line-height:26px;
	font-size:22px;
	color:#444444;
}
.REGfont_em1 {
	float:left;
	height:26px;
	line-height:26px;
	color:#444444;
}
.REGAddres_p {
	float:left;
	text-align:left;
	width:670px;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#444444;
}
.REGfont_Icon {
	float:left;
	margin-right:10px;
	_margin-right:5px;
	text-align:center;
	width:70px;
	height:24px;
	line-height:24px;
	color:#463c3a;
	background:#dfdfdf;
	display:block;
}
.Registration_Floor input {
	float:left;
	margin:3px 22px 0px 0px;
	_margin-right:11px;
	width:125px;
	height:16px;
	line-height:16px;
	color:#4e4d4d;
	font-size:12px;
	border:0;
	border:1px solid #dfdfdf;
}
.REGliuyan_P {
	float:left;
	margin-top:10px;
	text-align:left;
	padding-left:15px;
	width:648px;
	height:25px;
	line-height:25px;
	color:#463c3a;
	background:#dfdfdf;
}
.Registration_Floor textarea {
	float:left;
	margin-top:10px;
	padding:10px 15px;
	width:633px;
	height:160px;
	line-height:20px;
	border:0;
	color:#444;
	font-size:12px;
	resize:none;
	background:#fff;
}
.Formtijiao {
	float:left;
	text-align:center;
	width:70px;
	height:24px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	background:#bb0f01;
}
.Formtijiao:hover {
	color:#FF0;
}
.REGLooktishi {
	float:left;
	margin-top:20px;
	width:670px;
	font-size:12px;
	text-align:left;
	color:#666;
}
/*-------------------------微信东西---------------------------*/
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}/*解决IE6下滚动抖动的问题*/
#tbox {
	width:115px;
	float:right;
	position:fixed;
	right:10px;
	bottom:30%;
	_position:absolute;
	_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom:415px;
	z-index:999;
}/*解决IE6下不兼容 position:fixed 的问题*/
#WXpinglun {
	text-align:center;
	margin-left:12px;
	width:90px;
	height:28px;
	line-height:28px;
	font-family:"微软雅黑", "黑体";
	color:#fff;
	font-size:14px;
	background:#888;
	display:block;
}
.WXxiangguan {
	text-align:center;
	margin:2px 0 0 12px;
	width:90px;
	height:28px;
	line-height:28px;
	font-family:"微软雅黑", "黑体";
	color:#fff;
	font-size:14px;
	background:#888;
	display:block;
}
#WXgotop {
	text-align:center;
	margin:2px 0 0 12px;
	width:90px;
	height:28px;
	line-height:28px;
	font-family:"微软雅黑", "黑体";
	color:#fff;
	font-size:14px;
	background:#888;
	display:block;
}
#WXpinglun:hover, #WXxiangguan:hover, #WXgotop:hover {
	text-decoration:none;
	font-size:15px;
}
.weixinBOX {
	width:100%;
	height:1px;
	position:relative;
}
.weixinBOX img {
	position:absolute;
	left:-205px;
	top:1px;
	width:201px;
	height:201px;
	border:1px solid #666;
	display:none;
}
.WXerweima {
	margin-left:12px;
	cursor:all-scroll;
	height:0px;
	display:none;
}
#tbox a:hover {
	background:#ff222e;
	color:#fff;
}
/**/


.mod-map {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background:url(../images/blackpngbg50.png) repeat;
	z-index:10;
}
.mod-mapCent {
	position:relative;
	margin:0 auto;
	width:1024px;
}
.mod-mapCent img {
	width:100%;
}
.mod-mapCent .xx1 {
	position:absolute;
	left:768px;
	top:711px;
	width:60px;
	height:22px;
	display:block;
}
.mod-mapCent .xx2 {
	position:absolute;
	left:977px;
	top:20px;
	width:22px;
	height:22px;
	background:url(../images/xx.png) no-repeat;
	display:block;
}
/*翻页CSS*/
.pages {padding: 30px 0 30px;text-align: center}
.pages li {display: inline}
.pages li.thisclass, .pages a:hover{padding: 5px 10px; border: 1px solid #fff;	background:#C42B2E;color: #fff;text-decoration: none}
.pages a{padding: 5px 10px;border: 1px solid #fff;background: #fff;color: #A4A4A4;line-height: 18px}