@charset "gb2312";
/* CSS Document */

* {
	list-style:none;
	MARGIN: 0px auto;
}
/* 网站公共样式 */
body {FONT-FAMILY: "Microsoft Yahei", 宋体, Arial; margin:0;padding:0;font-size:14px;color:#000000;}
form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
li,dl{list-style-type:none;}
input{vertical-align: middle;margin:0;padding:0;}
A:link {
	COLOR:#000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #020202; TEXT-DECORATION: none
}
A:hover {
	CURSOR: hand; COLOR: #FF0000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #00518a; TEXT-DECORATION: none
}
TABLE {
	LINE-HEIGHT: 20px; 
}
h1{font-size:18px;margin:0; padding:0;FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;font-weight:normal; line-height:40px; color:#0058af}
h2{
	font-size:24px;
	margin:0; 
	padding:0;
	line-height:23px;
	font-weight:bold;
	color:#004099;
}
h3{font-size:20px;margin:0; padding:0; font-family:'Microsoft Yahei'; color:#333333; margin-top:12px; line-height:30px}
h34{font-size:16px;margin:0; padding:0; font-family:'Microsoft Yahei'; color:#f3b82e;  line-height:30px}
h4{
	font-size:25px;
	margin:0; 
	padding:0;
	line-height:32px;
	FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;
	font-weight:bold;
}
h5{
	font-size:16px;
	margin:0; 
	padding:0;
	line-height:26px;
	FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;
	font-weight:bold;
	color:#333333;
}
h6{font-size:20px;margin:0; padding:0;FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;font-weight:bold; line-height:35px;}
.clear {clear:both;height: 0; }
.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
.fl{ float: left; }
.fr{ float: right;}
.a1 {
	color:#666666;
	font-size:14px;
	line-height:25px;
}
.a1 A:link {
	color:#666666;
}
.a1 A:visited {
	color:#666666;
}
.a1 A:hover{
	color:#fdb90e;
}
.a2 {
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
}
.a2 A:link {
	color:#f3b82e;
}
.a2 A:visited {
	color:#f3b82e;
}
.a2 A:hover{
	color:#fdb90e;
}
.a3 {
	COLOR:#000000; FONT-SIZE: 18px; FONT-FAMILY: "Microsoft Yahei",Tahoma,Arial; font-weight:bold; line-height:25px;
}

.a4 {
	COLOR:#333333; FONT-SIZE: 16px; font-weight:normal; line-height:30px;
}
.a44 {
	COLOR:#666666; FONT-SIZE: 16px; font-weight:normal; line-height:30px;
}
.a5 {
	COLOR:#0183db; FONT-SIZE: 26px; font-weight:normal; line-height:27px;
}
.a55 {
	COLOR:#ffff00; FONT-SIZE: 32px; font-weight:normal; line-height:27px;
}
/*以上为通用css*/
/*左侧start*/
#tech {
	MARGIN: 0px;
	padding:0px;
}
#tech li {
	line-height:33px;
	text-align:left;
	width:243px;
	font-size:1px;
	border:1px #fff solid;
	background:url(../images/left45.jpg) no-repeat;
}
#tech li a {
	display:block;
	text-align:left;
	font-size:14px;
	padding-left:60px;
	padding-top:0px;
	color:#333333;
}
#tech li a:hover {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background:url(../images/left46.jpg) no-repeat;
}
/*左侧end*/
/*文章主体*/
.conte_text {
	line-height:25px;
	font-size:14px;
	text-indent:2em;
}
.conte_text table {
	line-height:30px;
	font-size:14px;
}
/*文章主体*/
/*导航菜单start*/
#navigation {
	MARGIN: 0px;
	padding:0px;
}
#navigation li {
	float:left;
	line-height:50px;
	text-align:center;
	width:150px;
}
#navigation li a {
	display:block;
	padding-top:2px;
	font-size:16px;
	color:#FFFFFF;

}
#navigation li a:hover {
	text-decoration:none;
	background:#ffc600; 
	color:#fff; 
	font-weight:bold
}/*导航菜单end*/
/* 用于index1.asp */
div#MainPromotionBanner{
    margin-top:12px;
	width:440px;
	height:270px;
	border:1px solid #000;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 270px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 440px;
	height: 270px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 440px;
	height: 270px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 245px; 
	right: 10px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}
/* 用于index1.asp结束 */
/* 以下为超宽背景居中用的代码，例用方法：<DIV style="BACKGROUND-IMAGE: url(/images/bbyy.jpg)" class=ntop>文字内容</DIV> */
.ntop {
	BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center 0px; HEIGHT: 250px;
}
.index-ntop {
	BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center 0px; WIDTH:380px; HEIGHT: 120px;
}
/*相关图片*/
.picb {
	width:216px;
	height:207px;
	background-color:#ad0318;
	color:#FFFFFF;
}
.picb img {
	border-top:4px #ffffff solid;
	padding:8px;
	color:#FFFFFF;
}
.picb a {
	display:block;
	color:#FFFFFF;
}
.picb a:hover {
	background-color:#125aa4;
	height:207px;
	TEXT-DECORATION:none;
	color:#FFFF00;
}
.picb SPAN {
	line-height:37px;
	text-align:center;
	font-size:14px;
}
/*相关图片*/
/* 下面这段是span调用的链接用,链接有个框 */
.la1 {
	background-color:#f1f1f1;
	COLOR:#000000;
	FONT-SIZE: 14px;  
}
.la1 a {
	padding:7px;
	border:1px #c9c9c9 solid;
	background-color:#f1f1f1;
	COLOR:#000000;
	FONT-SIZE: 14px;  
}
.la1 a:hover {
	border:1px #ff0000 solid;
	padding:7px;
	background-color:#9f0000;
	COLOR:#FFFF00;
	FONT-SIZE: 14px;  
}
/*新款分页导航CSS控制,新闻和图片栏目使用*/
.meneame {
	MARGIN: 5px; TEXT-ALIGN: center
}
.ameneame {
	padding:7px;
	border:1px #000000 solid;
	background-color:#000000;
	COLOR:#ffffff;
	FONT-SIZE: 14px; 
	TEXT-DECORATION: none;
}
.meneame A {
	padding:7px;
	border:1px #FD5504 solid;
	background-color:#FD5504;
	COLOR:#FFFFFF;
	FONT-SIZE: 14px; 
	TEXT-DECORATION: none;
}
.meneame A:hover {
	padding:7px;
	border:1px #0033CC solid;
	background-color:#0033CC;
	COLOR:#FFFFFF;
	FONT-SIZE: 14px; 
	TEXT-DECORATION: none;
}
/*新款分页导航CSS控制-结束*/
.propage {
	font-size:14px;
	FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;
	line-height:35px;
}
.propage SPAN {
	color:#990000;
	font-weight:bold;
}
/*产品图片包围*/
.picproa {
	padding:0px;
	width:230px;
	height:203px;
	font-size:14px;
	FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;
	text-align:center;
}
.picproa img {
	padding:5px;
}
.picproa a {
	border:2px #dddddd solid;
	border-radius:3px;
	width:230px;
	height:200px;
	display:block;
	color:#333333;
}
.picproa a:hover {
	border:2px #ff4a00 solid;
	border-radius:3px;
	height:200px;
	TEXT-DECORATION:none;
	color:#ff4a00;
	font-weight:bold;
}




.picproa22 {
	padding:0px;
	width:240px;
	height:365px;
	font-size:14px;
	FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;
	text-align:center;
}
.picproa22 img {
	padding:5px;
}
.picproa22 a {
	border:1px #999999 solid;
	border-radius:3px;
	width:240px;
	height:362px;
	display:block;
	color:#333333;
}
.picproa22 a:hover {
	border:1px #ff4a00 solid;
	border-radius:3px;
	height:362px;
	TEXT-DECORATION:none;
	color:#ff4a00;
	font-weight:bold;
}
/*产品图片包围*/
.ipropic {
	padding:0px;
	width:190px;
	height:173px;
	font-size:14px;
	FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;
}
.ipropic img {
	padding:5px;
}
.ipropic a {
	border:4px #51a7e7 solid;
	border-radius:10px;
	width:190px;
	height:170px;
	display:block;
	color:#333333;
}
.ipropic a:hover {
	border:4px #ff4a00 solid;
	border-radius:10px;
	height:170px;
	TEXT-DECORATION:none;
	color:#ff4a00;
	font-weight:bold;
}
/* 在线客服qq专用开始 */
#newsoicqbox {
	z-index:9999; 
	width:123px;
	height:auto;
	position:fixed;
	bottom:350px;
	right:2px;
	_position:absolute; /* for IE6 */
 _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ overflow:visible;
}
.oicqbox{
	z-index:9999;
	width:123px;
	height:auto;
	overflow:hidden;
	position:absolute;
	right:2px;
}
.newqqtop{
	float:right;
	width:123px;
	height:125px;
	background:url(/images/newqq_1.gif) 0 0 no-repeat;
}
.newsoicqbj{
	float:right;
	width:123px;
	height:30px;
	background-image: url(/images/newqq_2.jpg);
	background-repeat: repeat-y;
}
.newsqqfoot{
	float:right;
	width:123px;
	height:12px;
	background:url(/images/newqq_3.gif) 0 0 no-repeat;
}
/* 在线客服qq专用结束 */
/*新闻n目录查看详细*/
.sorc {
	FONT-SIZE: 14px;
	padding-left:20px;
	padding-right:20px;
	line-height:30px;
	color:#FFFFFF;
	background-color:#fcba0e;
	FONT-FAMILY: "Microsoft Yahei", Arial;
}
/*地图*/
#allmap{width:100%; height:600px;font-size:0.18rem; border:1px dashed #d0d0d0;}
#allmap span {font-size:14px;font-weight:bold; line-height:30px}
.banner {
	POSITION: relative; MIN-WIDTH: 1150px; TEXT-ALIGN: center; MARGIN: 0px auto; WIDTH: 100%; BACKGROUND: #cccccc; HEIGHT: 500px
}
#slider {
	POSITION: relative; MIN-WIDTH: 1150px; WIDTH: 100%; HEIGHT: 500px
}
#slider UL {
	POSITION: relative; WIDTH: 100%; HEIGHT: 500px; OVERFLOW: hidden
}
#slider UL LI {
	POSITION: relative; WIDTH: 100%; HEIGHT: 500px
}
.slider_01 {
	
}
.slider_02 {
	WIDTH: 100%; DISPLAY: none; HEIGHT: 500px
}
.slider_03 {
	WIDTH: 100%; DISPLAY: none; HEIGHT: 500px
}
.slider_04 {
	WIDTH: 100%; DISPLAY: none; HEIGHT: 500px
}
.slider_05 {
	WIDTH: 100%; DISPLAY: none; HEIGHT: 500px
}
.pager {
	Z-INDEX: 9999; POSITION: absolute; PADDING-BOTTOM: 5px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; TOP: 450px; PADDING-TOP: 5px; LEFT: 47%
}
.pager LI {
	LIST-STYLE-TYPE: none; MARGIN: 5px; WIDTH: 30px; FLOAT: left; HEIGHT: 10px
}
.pager LI A {
	WIDTH: 30px; DISPLAY: block; BACKGROUND: #333; HEIGHT: 10px
}
.pager LI A:hover {
	WIDTH: 30px; DISPLAY: block; BACKGROUND: #fff; HEIGHT: 10px
}
.pager LI.current A {
	WIDTH: 30px; DISPLAY: block; BACKGROUND: #fff; HEIGHT: 10px
}
.title{width:178px; height:30px; background:#004099; padding:15px 0 0 50px; color:#fff; font-size:18px; line-height:18px}
.title strong{font-size:24px; line-height:26px}

/*左侧联系方式*/
.contactleft{width:245px;border:1px solid #dbdada;margin-top:10px;}
.conleft_title{ width:231px; height:40px;overflow:hidden;background:url(../images/zcbj.jpg) right bottom no-repeat;color:#000000;font-size:12px;padding-left:14px; line-height:40px;}
.conleft_title span{ height:40px;display:block;float:center; text-align:center; color:#fff;  padding:0 80px 0 20px; font-size:18px; line-height:40px;}
.conleft_list{padding-bottom:12px;}
.conleft_list span{font-size:14px; width:240px;height:35px; display:block; line-height:45px; color:#000;font-family:impact;}
.conleft_list dl{width:245px; display:block;clear:both;}
.conleft_list dl dt,.conleft_list dl dd{font-size:14px; color:#000; line-height:24px;}
.conleft_list dl dt{ width:70px; float:left; padding-left:5px;}
.conleft_list dl dd{width:170px; float:left;}
/*左侧联系方式*/
#mn { width:100%; text-align:center; height:50px;} 
#mn a:link, #mn a:visited, #mn a:active {
	float:left;
	display:block; 
	height:50px; 
	line-height:50px; 
	color:#fff;
	width:150px;
	padding:0;
	font-size:16px;
	FONT-FAMILY: "Microsoft Yahei",Tahoma,Arial;
}
/* menu 1 */
#mn li {float:left; position:relative;}
#mn li a:hover { !important; float:center; height:50px; background:#f6cd25;color:#fff; font-weight:bold;text-decoration:none;}
 /* menu 2 */
#mn li ul {position:absolute;display:none;background:#004099;filter:opacity:0.8 !important; z-index:1234;}
#mn li ul li { float:none; background:none}
*html #mn li ul li { display:inline;}
#mn li ul { top:50px; left:0;}
#mn li ul li a:link {
	float:none; 
	overflow:hidden;
	font-weight:normal; 
	width:150px;
	height:40px; 
	line-height:40px; 
	padding:auto;
	font-size:14px;
	color:#fff;
	text-align:center;
}
#mn li ul li a:hover{
	clear:both;
	color:#fff;
	font-weight:bold;
	border-bottom:#e5e5e5 solid 1px;
}
#mn li ul li a:visited{
	color:#000;
	border-bottom:#e5e5e5 solid 1px;
}
#mn li ul li ul {top:0;left:105px;} /* menu 3 */
#mn li ul li ul li ul {top:0;left:105px;} /* menu 4 */
#mn li ul li ul li ul li ul {top:0;left:;} /* menu 5 */

.zt {
	font-size: 16px;
	font-weight: bold;
	color: #095bbb;
	font-family: "微软雅黑"
}



header{ position:absolute; left:50%; margin-left:-50%; z-index:9999; width:100%; padding:20px 0; border-bottom:1px solid rgba(255,255,255,0.4);}

header .top{ width:1182px; position:relative; left:50%; margin-left:-591px; display:table;}

header .top .logo{ float:left; width:216px; height:64px;}

header .top .logo img{ width:216px; height:64px;}



header .top nav{ float:right; width:610px; margin-top:20px;}

header .top nav .subnav{ width:640px; display:table;}

header .top nav .subnav li{ float:left; margin-left:9px; position:relative;}

header .top nav .subnav li span{ display:inline-block; vertical-align:middle; margin-left:15px; width:1px; height:14px; background-color:rgba(255,255,255,0.6);}

header .top nav .subnav li a{ display:inline-block; width:84px; height:30px; text-align:center; line-height:30px; font-size:13px; color:#fff; 

	transition:background .1s linear 0s; -webkit-transition:background .1s linear 0s; -moz-transition:background .1s linear 0s; -o-transition:background .1s linear 0s;

}

header .top nav .subnav li a:hover{ background-color:#9F0215;}



header .top nav .subnav li .bg{ background-color:#9F0215;}

header .top nav .subnav li dl{ display:none; position:absolute; left:50%; margin-left:-50%; background-color:#9F0215; 

/*    box-shadow: 0 1px 3px #fff;

	-webkit-box-shadow: 0 1px 3px #fff;

	-moz-box-shadow: 0 1px 3px #fff;*/

}

header .top nav .subnav li dl dd a:hover{ background-color:#88010E !important;}



header .top nav .subnav .langugae{ float:right; margin-right:22px; }

header .top nav .subnav .langugae div{ margin-top:5px;}

header .top nav .subnav .langugae a{ padding:0 2px;}

header .top nav .subnav .langugae .en{ width:18px !important; height:18px !important; font-size:12px !important; line-height:18px !important; color:#333 !important; background-color:#fff !important;

		transition:all linear .2s; -webkit-transition:all linear .2s; -moz-transition:all linear .2s; -o-transition:all linear .2s;

}

header .top nav .subnav .langugae .CH{ width:18px !important; height:18px !important; margin-left:-4px; font-size:12px !important; line-height:18px !important; color:#fff !important; background-color:#9F0215 !important;}

header .top nav .subnav .langugae .on{ width:29px !important; background-color:#fff !important; color:#333 !important;}

header .top nav .subnav .langugae .en:hover{ width:18px !important; color:#fff !important; background-color:#9F0215 !important;

        transition:all linear .2s; -webkit-transition:all linear .2s; -moz-transition:all linear .2s; -o-transition:all linear .2s;

}

header .top nav .subnav .langugae .ys{ width:29px !important; background-color:#fff !important; color:#333 !important; 

 	    transition:all linear .2s; -webkit-transition:all linear .2s; -moz-transition:all linear .2s; -o-transition:all linear .2s;

}

.group-wen{ width:100%; position:absolute; left:20%; top:35%; z-index:9999;}

.group-wen img{ width:566px; height:166px;}

.section1{ width:100%; position:relative; left:50%; margin-left:-50%; border-bottom:5px solid #9F0215; overflow:hidden;}

#banner{ position:relative; overflow:hidden; top:0px; margin:0px auto;  max-width:100%;}

.focus{width:100%; position:relative;float:left;overflow:hidden;left:50%; top:0; margin-left:-50%;}

.f426x240 li{position:absolute; left:0;top:0;}



.rslides{width:100%; position:relative;list-style:none;padding:0}

.rslides li{ width:100% !important;}

.rslides li img{ width:100%; display:table;}

.rslides_nav{ height:85px; width:43px;position:absolute; text-indent:-9999px;overflow:hidden; left:272px; top:224px;z-index:999; display:block; background:url(../images/l.png) no-repeat;}

.rslides_nav:hover{ background:url(../images/l2.png) no-repeat;}

.rslides_nav:active{ background:url(../images/l2.png) no-repeat;}

.rslides_nav.next{left:1608px;background:url(../images/r.png) no-repeat;}

.rslides_nav.next:active{background:url(../images/r2.png) no-repeat;}

.rslides_nav.next:hover{ background:url(../images/r2.png) no-repeat;}

.rslides_tabs{clear:both; text-align:center; position:absolute; bottom:40%; right:200px; z-index:999; width:200px; height:14px;}

.rslides_tabs li{ float:left; margin-right:15px;}

.rslides_tabs a{ text-indent:-9999px;overflow:hidden; width:10px; height:10px; border-radius:5px; display:block; background-color:#DAD8D8;}

.rslides_tabs .rslides_here a{ width:30px; background-color:#BD0118;}

.newslist{ display:table; width:1202px; height:276px; position:absolute; left:50%; margin-left:-601px; bottom:0px; z-index:99999;}

.newslist ul{ position:absolute; left:0px; bottom:0px; width:110%; display:table}

.newslist ul li{ float:left; width:400px; height:276px; position:relative; cursor:pointer; overflow:hidden; /*transition: height .3s linear 0s; -webkit-transition: height .3s linear 0s; -moz-transition: height .3s linear 0s;*/}



.newslist ul li .the-up{ position:absolute; left:0; bottom:0; width:100%; height:276px; background:url(../images/dg1.png) no-repeat center center; background-size:100% 100%; -webkit-background-size:100% 100%;}

.newslist ul li .the-up h3{ margin-top:138px; margin-left:50px; color:#fff; font-size:22px; letter-spacing:0.5px;}

.newslist ul li .the-up h4{  margin-top:12px; margin-left:50px; line-height:25px; color:#fff; font-size:14px; letter-spacing:0.5px;}

.newslist ul li .the-up p{ width:293px; margin-top:12px; margin-left:50px; line-height:25px; color:#fff;}

.newslist ul li .the-down{ position:absolute; left:0; top:391px; width:100%; height:391px; background:url(../images/hv1.png) no-repeat center center;

   background-size:100% 100%;

  -webkit-background-size:100% 100%;

 }

.newslist ul li .the-down h3{ position:absolute; top:138px; left:50px; color:#fff; font-size:22px; letter-spacing:0.5px; display:none;}

.newslist ul li .the-down h4{ position:absolute;  top:175px; left:50px; color:#fff; font-size:14px; letter-spacing:0.5px; display:none;}

.newslist ul li .the-down p{ position:absolute; top:205px; left:50px; width:293px; line-height:25px; color:#fff; display:none;}





.newslist ul .cm2 .the-up{ background:url(../images/dg2.png) no-repeat center center; background-size:100% 100%; -webkit-background-size:100% 100%;}

.newslist ul .cm2 .the-down{ background:url(../images/hv2.png) no-repeat center center; background-size:100% 100%; -webkit-background-size:100% 100%;}

.newslist ul .cm3 .the-up{ background:url(../images/dg3.png) no-repeat center center; background-size:100% 100%; -webkit-background-size:100% 100%;}

.newslist ul .cm3 .the-down{ background:url(../images/hv3.png) no-repeat center center; background-size:100% 100%; -webkit-background-size:100% 100%;}

.pro-box{width:1200px; margin:60px auto; height:600px}
.pro-tit{ text-align:center; height:44px;width:360px; margin:0 auto; }
.pro-tit ul{ margin-left:50px}
.pro-tit ul li{ float:left;cursor: pointer;  width:110px; height:44px; line-height:44px; font-size:18px; margin-right:44px; background:#adadad;}
.pro-tit ul li a{ color:#fff}
.pro-tit ul li.cur{background:#4eb136; color:#fff;}
.pro-tit ul li.cur a { color:#fff}
.pro-nav{ margin-top:25px;}
.pro-nav p{ text-align:center; line-height:36px}
.pro-nav p.a{ font-size:18px;color:#4eb136}
.pro-nav p.b{ font-size:16px; color:#4eb136}
.pro-nav p.c{ font-size:14px; color:#999}
.pro-img{ margin-top:40px}
.pro-img .a{ margin-right:32px}
.pro-img .b dl dd{ margin-top:13px}
/**************pro-list************************/
.pro-list{ margin-top:60px;margin-right:-35px;height:320px;}
.pro-list ul{ }
.pro-list ul li{ float:left; margin-right:20px; height:320px;}
.pro-list ul li:hover{filter:progid:DXImageTransform.Microsoft.Shadow(color='#bab6b6', Direction=135,Strength=8);/*for ie6,7,8*/  
         background-color: #fff;  
         -moz-box-shadow:2px 2px 8px#bab6b6;/*firefox*/  
         -webkit-box-shadow:2px 2px 8px#bab6b6;/*webkit*/  
         box-shadow:2px 2px 8px #bab6b6;/*opera或ie9*/ }
.pro-list ul li dl{ text-align:center;height:316px;}
.pro-list ul li dl dd{ font-size:14px; color:#868686; height:60px; line-height:60px}

.abo-box{width:420px; margin:30px auto;}
.abo-nav{ margin-top:10px;}
.abo-nav p{ margin-left:60px;margin-right:60px;text-align:center; line-height:25px; font-size:16px; color:#999}

.abo-list{ margin-top:10px; margin-right:-30px; overflow:hidden; padding-bottom:10px}
.abo-list dl dd.a{ font-size:20px; color:#216aae;text-align:center; height:40px; line-height:40px;margin-top:20px;}
.abo-list dl dd.b{ font-size:14px; color:#6b6b6b; line-height:20px; height:38px; overflow:hidden; padding:8px 14px}
.abo-list dl{ float:left; width:420px; height:430px;margin-right:50px; background:#f2f2f2 }
.abo-list dl:hover{ filter:progid:DXImageTransform.Microsoft.Shadow(color='#a8a5a5', Direction=135,Strength=12);/*for ie6,7,8*/  
         background-color: #fff;  
         -moz-box-shadow:2px 2px 8px#bab6b6;/*firefox*/  
         -webkit-box-shadow:2px 2px 8px#bab6b6;/*webkit*/  
         box-shadow:2px 2px 8px #bab6b6;/*opera或ie9*/  }
	.abo-list dl a:hover{ text-decoration:none;color:#0057b0;}	 

* side_nav */
.side_nav {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    width: 60px;
}

.side_nav ul li {
    position: relative;
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 1px;
}

.side_nav ul li a {
    display: inline-block;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.index_news{ height:400px; padding-top:30px; }
.index_news01{ width:740px; margin:0 auto;}

.index_news03{ overflow:hidden; width:103%;}
.index_news03 dl{ float:left; cursor:pointer; position:relative;height:130px; width:740px; background:#f3f3f3; margin:0 20px 21px 0; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_news03 dl dt{ float:left; width:128px; height:103px; overflow:hidden; background:#f3f3f3; margin:14px 0 0 14px;}
.index_news03 dl dt img{ height:100%; max-width:100%; margin:0 auto; display:block;}
.index_news03 dl dd{ float:left; width:550px; font-size:14px; color:#6b6b6b; line-height:25px; padding:29px 0 0 14px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_news03 dl dd span{ display:block; font-size:20px; color:#216aae; height:25px; margin-bottom:7px; overflow:hidden;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.index_news03 dl:hover{ background:#2e81cd;}
.index_news03 dl:hover dd{ color:#fff;}
.index_news03 dl:hover dd span{ color:#fff;}

.index_news04{}
.index_news04 a{ margin:0 auto;background:#004099; width:100px; height:35px; color:#fff; text-align:center; font-size:14px;  line-height:35px;display:block;  border:#004099 solid 1px;border-radius:12px; }
.index_news04 a:hover{ background:#f3b82e; border:#f3b82e solid 1px; color:#ffffff;}


.sousuo11{width:150px; height:26px; line-height:26px; padding-left:5px; color:#666666; font-size:12px;margin-bottom:10px; margin-top:10px;}

	/* 本例子css */
	.ladyScroll{width:1150px;height:225px;position:relative;}
	.ladyScroll .prev,.ladyScroll .next{width:51px;height:45px;position:absolute;top:90px;left:0;z-index:100; cursor:pointer; background:url(../images/btns.png) no-repeat;}
	.ladyScroll .next{ left:auto; right:0; background-position:0 -90px;}
	.ladyScroll .prev:hover{ background-position:0 -45px; }
	.ladyScroll .next:hover{ background-position:0 -135px; }

	.ladyScroll .scrollWrap{width:1095px;margin-left:31px;padding-top:15px;overflow:hidden;position:absolute; }
	.ladyScroll dl{float:left;width:270px;text-align:center;position:relative;}
	.ladyScroll  span{display:block;width:260px;height:53px;position:absolute;left:5px;bottom:0;background:#9b9c9d;filter:alpha(opacity=80);opacity:0.80;}
	.ladyScroll  dt{margin:0 auto;width:260px;overflow:hidden;}
	.ladyScroll  img{display:block;width:260px;height:195px;}
	.ladyScroll  dd{width:260px;height:40px;line-height:28px;font-size:20px;color:#fff;text-align:center;overflow:hidden;position:absolute;left:5px;bottom:0;}
	.ladyScroll  dd a{ color:#fff;  }
	.ladyScroll  dd a:hover{ text-decoration:none;  }
	.ladyScroll dl:hover span{ background:#32a6f5;  }
	
.scrollBox .ohbox{width:1150px;overflow:hidden; position:relative;left:30px}
.scrollBox {position:relative;overflow:hidden;zoom:1;}
.scrollBox .piclist li{float:left; display:inline; width:164px;margin-right:66px;text-align:center;}
.scrollBox .piclist li.last{margin-right:0;}
.scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center;overflow:hidden;  }
.scrollBox .piclist li span.name{color:#37a637;}
.scrollBox .piclist li img{width:165px;height:165px;margin-bottom:10px; border-radius:50%;}

/* 本例子css */
.txtMarquee-top{ width:340px; height:225px; overflow:hidden; position:relative;margin-top:18px; }
.txtMarquee-top .bd{ padding:15px;  }
.txtMarquee-top .infoList li{ overflow:hidden; width:100%; height:130px;}
.txtMarquee-top .infoList h3{font-weight:normal; margin-bottom:15px; white-space: nowrap; text-overflow:ellipsis; overflow:hidden; font-size:14px; }
.txtMarquee-top .infoList p{  font-size:14px; color:#b5191d; height:65px; overflow:hidden; text-align:justify}
		
		
.navarar{ width:1150px; height:259px; padding-top:20px; }
.navarar ul{ width:1080px; margin:0 auto;}
.navarar li{ float:left; width:181px;}
.navarar li a{ float:left;width:181px; cursor:pointer; text-align:center; color:#fff; height:185px; padding-top:24px;background:url(../images/nav2.gif) center bottom no-repeat;}
.navarar li a:hover{background:url(../images/nav1.gif) center bottom no-repeat;text-decoration:none;}

.navarar .two{ margin:0 115px; display:inline; text-align:center;}
.navarar .two2{ padding-right:115px; display:inline; text-align:center;}
.navarar .one font{ margin-top:20px;}
.navarar span{ width:100%; margin-top:45px; text-align:center; display:block;font:30px/22px 'Microsoft Yahei'; margin-bottom:18px;}
.navarar font{ width:100%; text-transform:uppercase; text-align:center;display:block;font:14px/16px 'Arial';}
.navarar em{ color:#24272e;font:22px/28px 'Impact'; margin:0 auto;}

/* 手机幻灯片 */
.slideBox{ width:290px; height:194px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:290px; height:194px; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


/*首页新闻自动省略字多的标题start*/
.syl_list {width:335px;}
.syl_list ul li{height:35px; line-height:35px; font-size:14px;}
.syl_list ul li+li{border-top:1px dashed #a9a9a9;}
.syl_list ul li a{color:#333; display:block; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.syl_list ul li a:hover{color:#FF0000; text-decoration:underline;}
/*首页新闻自动省略字多的标题end*/
.lanren{width:1150px; overflow:hidden;margin:20px auto;}
.lanren ul{ margin-left:25px;}
.lanren ul li{width:345px;height:232px;float:left;margin:0 30px 15px 0;position:relative;overflow:hidden;cursor:pointer;}
.lanren .txt{width:345px;height:45px; background:url(../images/1px.png) repeat;position:absolute;left:0;bottom:0;color:#fff;}

.lanren .txt h3{font-size:17px;font-weight:100;height:45px;text-align:center;line-height:45px;color:#fff;margin:0 20px 15px 0;}
.lanren .txt p{font-size:14px;text-align:center;}

.gcal_div{ width:860px; height:auto; }
.gcal_div li{ width:860px; margin-bottom:20px; display:block; overflow:hidden; border-bottom:1px solid #e5e5e5; padding-bottom:20px;}
.gcal_div .gfl{ float:left; width:235px; height:140px; overflow:hidden; margin-right:25px }
.gcal_div .gfl img{width:235px; height:140px; transition: all 0.9s;}
.gcal_div .gfl img:hover{transform: scale(1.06); }
.gcal_div .gfr{ float:left; width:600px;}
.gcal_div .gfr h1{ font-size:18px; color:#0058af;font-weight:bold; margin-bottom:15px;}
.gcal_div .gfr h1:hover{ color:#3366FF}
.gcal_div .gfr p{ color:#999999}
.gcal_div .gfr .date{background:url(../images/time.png) no-repeat 10px center; padding-left:40px; margin-top:30px; background-color:#f7f7f7; border-radius:4px; height:40px; line-height:40px;}
.gcal_div .gfr .details {
    margin-top: 20px;
    padding: 0 30px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    color:#FFFFFF;
	transition-duration:600ms;
	border-radius:10px;
	padding-top:1px;
	background:#004099 url(../images/jtp.png) no-repeat 90% center
}
.gcal_div li:hover .gfr .details { background-color:#f3b82e; color:#FFFFFF; }

.wlink{ height:80px; min-width: 1200px; width: 1200px;background-color:#e4e4e4; overflow:hidden;}
.wlink .ll{ float:left; width:170px;}
.wlink .rr{ float:right; width:1020px;margin-top:25px;}
.wlink .rr .link { width:100%; overflow:hidden; line-height:80px;height:80px;  }
.wlink .rr .link a{ padding-right:10px; line-height:26px; }

.index_title{ width:200px; height:auto; padding:30px 0; text-align:center; font-size:16px; color:#999; position:relative; text-transform:Uppercase}
.index_title span{display:block; color:#0058af; font-size:26px; line-height:50px; letter-spacing:2px;}
.index_title:after{content:""; position:absolute; left:-100px; top:75px; width:100px; height:1px; background-color:#999;}
.index_title:before{content:""; position:absolute; right:-100px; top:75px; width:100px; height:1px; background-color:#999;}

/***********新闻资讯***********/
/*新闻开始*/
.coco{width:1150px; min-width:1150px; height:auto; margin:0 auto;margin-bottom:50px;}
.ii_news{ width:1150px; height:auto; margin-top:20px;}
.ii_news li{overflow:hidden; padding-top:10px; height:auto;}
.ii_news li .l{ float:left;margin-left:50px; width:80px; height:auto; }
.ii_news li .l h4{ color:#999999; font-weight:100; font-size:22px}
.ii_news li .l .jt{ width:40px; height:30px; margin-left:0; margin-top:20px; background:url(../images/ii_news_jt.jpg); transition: 0.5s all ease;}
.ii_news li:hover .l .jt{ background:url(../images/ii_news_jt2.jpg)}

.ii_news li .c{ float:left; width:940px; height:auto; margin-left:40px; background:url(../images/ii_news.jpg) no-repeat top left}
.ii_news li .c .box{ width:850px; height:auto; margin-left:60px; transition: 0.5s all ease; background-color:#fff; padding-left:20px;}
.ii_news li .c .box h2{ font-size:16px; font-weight:100; color:#333333; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.ii_news li .c .box h3{ font-size:12px; line-height:22px; color:#999999; font-weight:100; margin-top:10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3;/*显示几行*/-webkit-box-orient: vertical;}
.ii_news li:hover .c .box{margin-left:86px;}

.ii_news li .r{ float:right; width:150px; height:113px; overflow:hidden}
.ii_news li .r img{ width:100%; height:100%; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.ii_news li:hover .r img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.ii_news li+li{ margin-top:20px; border-top:1px solid #CCCCCC;}
.ii_news li a{ display:block}
/***********新闻资讯_end***********/