*{padding:0;margin:0;}
body{font-size:14px; font-family:"微软雅黑";color:#000000;}
ol,li,ul{list-style:none;}
img{border:none;}
a{ text-decoration:none; color:#000000;}
.clear{clear:both;}

.header{
	width:100%;
	max-width:1920px;
	height:39px;
	background-color:#2257a2;
	border-bottom:1px solid #003690;
}
.header_content{
	width:1200px;
	margin:0 auto;
}
.content_left{
	background:url(../images/home01.png) no-repeat left center;
	float:left;
}
.content_left span{
	font-size:14px;
	color:#ffffff;
	line-height:40px;
	padding-left:20px;
}
.content_right{
	width:335px;
	float:right;
}
.content_right span{
	font-size:14px;
	color:#ffffff;
	line-height:40px;
	padding-right:16px;
}
.nav{
	width:100%;
	height:141px;
	background-color:#ffffff;
}
.navigation>img{
	float:left;
	margin-top:48px;
	cursor:pointer;
}
.navigation{
	width:1200px;
	height:141px;
	margin:0 auto;
}
.navigation ul{
	width:730px;
	float:right;
}
.navigation ul li{
	float:left;
	height:141px;
	width:100px;
	float:left;
	cursor:pointer;
}
#index{background:url(../images/Home.png) no-repeat 32px 45px;}
#index:hover{background:url(../images/Home_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#index.selected{background:url(../images/Home_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#we{background:url(../images/user.png) no-repeat 35px 45px;}
#we:hover{background:url(../images/user_01.png) no-repeat 35px 45px;background-color:#d0e0fe;}
#we.selected{background:url(../images/user_01.png) no-repeat 35px 45px;background-color:#d0e0fe;}
#new{background:url(../images/TV.png) no-repeat 32px 45px;}
#new:hover{background:url(../images/TV_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#new.selected{background:url(../images/TV_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#file{background:url(../images/file.png) no-repeat 32px 45px;}
#file:hover{background:url(../images/file_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#file.selected{background:url(../images/file_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#person{background:url(../images/recruit.png) no-repeat 32px 45px;}
#person:hover{background:url(../images/recruit_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#person.selected{background:url(../images/recruit_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#video{background:url(../images/video.png) no-repeat 32px 45px;}
#video:hover{background:url(../images/video_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#video.selected{background:url(../images/video_01.png) no-repeat 32px 45px;background-color:#d0e0fe;}
#contact_me{background:url(../images/phone.png) no-repeat 38px 45px;}
#contact_me:hover{background:url(../images/phone_01.png) no-repeat 38px 45px;background-color:#d0e0fe;}
#contact_me.selected{background:url(../images/phone_01.png) no-repeat 38px 45px;background-color:#d0e0fe;}
.navigation ul li a img{
	margin-top:50px;
	margin-left:34px;
}
.navigation ul li a p{
	margin-top:80px;
    text-align:center;
}
#contact_me a img{
}
.navigation ul li img{
	float:left;
}
.navigation ul li a p:hover{
  color:#0017a4;
}
/*头部结束*/

/*图片轮播开始*/
#banner_slider{
	position: relative;/*设置成一个参考点，按钮，导航作绝对定位*/
	/*border: 1px solid red;*/
	max-width:1920px;/*图片的宽度 最多不超过 1920px;保证图片不会被拉伸*/
	width: 100%;
	height: 400;/*高度自动获取，js方式，也可以给默认的*/
	z-index:1;
}

/*图片列表：使用绝对定位，堆叠在一起*/
.pic_list{
	width: 100%;/*图片所在的盒子的宽度，ie 不写，图片无法自适应*/
	position: relative;
}
 
.pic_list li{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/*默认 先让所有的图片都不显示，然后让我选择的图片显示（其实就是改变选中的图片的z-index 的值）*/
}

.pic_list li img{
	width:100%;
	max-width:1920px;
}


/*小导航*/
.small_nav{
	width: 150px; /* 3*(13+17+13+17+13)*/
	height: 13px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 3;
}

.small_nav li{
	/*1个 li 实际宽：15+5+5+1+1 */
	float: left;
	margin: 0px 6px;
	text-align: center;
	width:13px;
	height:13px;
}

/*行内元素要设宽度，必须转为行元素
  使用a,为了解决 ie 浏览器中 空标签 绑定事件无效的问题
*/
.small_nav li a{
	text-decoration: none;	
	display: block;
	background:url(about:blank); 
}
/*图片轮播结束*/

/*                  头部公用样式                           */


 
/*                        首页                            */
.production{
	width:1200px;
	margin:0 auto;
	padding-top:30px;
	overflow:hidden;
}
.production ul{
	width:1160px;
	height:214px;
	margin:0 auto;
	padding-bottom:30px;
}
.production ul li{
	width:258px;
	float:left;
	padding-right:32px;
}
#last{
	padding-right:0 none;
}
.production ul li p{
   margin-top:10px;
   text-align:center;
}

.hr{
	width:1200px;
	border-top:1px solid #c6c5c5;
	margin:0 auto;
}
/* content */
/*      内容部分公用     */
.content{
	width:1198px;
	min-height:558px;
	margin:0 auto;
}
.sidebars{
	width:200px;
	height:950px;
	float:left;
}
.sidebar_box{
	width:200px;
}
.sidebar_title{
	width:198px;
	height:42px;
	background-color:#2257a2;
	border:1px solid #002084;
}
.sidebar_title img{
	margin-top:14px;
	margin-left:12px;
	margin-right:14px;
	float:left;
	cursor:pointer;
}
.sidebar_title span{
	font-size:16px;
	color:#ffffff;
	line-height:42px;
	margin-top:-2px;
	cursor:pointer;
	font-weight:bold;
}
.content_drop{
   width:200px;
}
.content_drop ul{
	width:200px;
	border-bottom:1px solid #c9c7c7;
}
.content_drop li{
	width:198px;
	height:39px;
	border:1px solid #c9c7c7;
	background-color:#f8f8f8;
	border-bottom:0 none;
	cursor:pointer;
}
.content_drop li img{
	margin-top:17px;
	margin-left:10px;
}
.content_drop li a{
	display:block;
}
.content_drop li:hover{
	background-color:#aac3e7;
	border:1px solid #aac3e7;
}
.content_drop li span:hover{
	color:#ffffff;
}
.content_drop img{
	float:left;
}
.content_drop span{
	line-height:39px;
	display:block;
	margin-left:40px;
}
.contact_box{
	width:198px;
	min-height:200px;
}
.contact_us{
	width:198px;
	height:42px;
	border:1px solid #002084;
	background-color:#2257a2;
    margin-top:30px;
}
.contact_us img{
	float:left;
}
.contact_us span{
	font-weight:bold;
	color:#ffffff;
	line-height:42px;
	display:block;
	display:block;
	font-size:16px;
}
.contact_content{
	width:198px;
	height:413px;
	border:1px solid #c8c6c6;
	margin-left:-1px;
	margin-top:1px;
}
.contact_content p{
	font-size:12px;
	margin-left:12px;
	padding-bottom:12px;
}
.contact_content p:first-child{
	margin-top:17px;
}
/* slidebar end 侧边栏公用*/

/*  首页 middle start */
.middle_box{
	width:970px;
	float:right;
}
.news{
	width:510px;
	height:44px;
}
.news_titless{
	width:160px;
	height:44px;
	background:url(../images/news.png) no-repeat;
	float:left;
}
.news_titless img {
	float:left;
}
.news_titless span{
	line-height:44px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.news a{
	color:#0d2db4;
	float:right;
	line-height:44px;
}
.middle_drop{
	width:508px;
	border:1px solid #c8c6c6;
	background-color:#f8f8f8;
	float:left;
}
.drop_content{
	width:472px;
	margin:0 auto;
	padding-top:21px;
}
.drop_content>img{
	border:1px solid #5d5d5d;
}
.drop_content ul{
	width:472px;
    margin-top:14px;
}
.drop_content ul li{
	height:24px;
	width:472px;
	border-bottom:1px dashed #777777;
	margin-top:11px;
}
.drop_content ul li img{
	float:left;
	margin-top:8px;
	margin-right:5px;
}
.drop_content ul li span{
	font-size:12px;
	line-height:24px;
}
#scend{
	border-bottom:0;
	padding-bottom:8px;
}
/*      内容部分公用  end   */


/* middle end */
.right_box{
	width:440px;
	float:right;
	margin-top:-43px;
}
.video{
	width:440px;
	height:44px;
}
.video_title{
	width:160px;
	height:44px;
	background:url(../images/zhanshi_01.jpg) no-repeat;
    float:left;
}
.video_title img {
	float:left;
}
.video_title span{
	line-height:44px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.video a{
	color:#0d2db4;
	float:right;
	line-height:44px;
}
.play_video{
	width:438px;
	height:328px;
	border:1px solid #c8c6c6;
}
#youku-player{
	margin:25px 0 0 20px;
	border:1px solid #c8c6c6;
}
/* sidebar_right end */
.about_box{
	width:970px;
	
}
.about_top{
	width:970px;
	height:44px;
}
.about_title{
	width:160px;
	height:44px;
    background:url(../images/about_us.png) no-repeat;
	float:left;
}
.about_title img{
	float:left;
}
.about_title span{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:44px;
}
.about_top a{
	color:#0d2db4;
	float:right;
	line-height:44px;
}
.about_me{
	width:968px;
	height:190px;
	border:1px solid #c8c6c6;	
}
.about_me ul{
	width:933px;
	margin:0 auto;
	padding:20px 0;
}
.about_me ul li{
	float:left;
}
.about_me ul li img{
	float:left;
	border:1px solid #bbb9b8;
}
#content{
	width:662px;
	height:120px;
	padding-left:21px;
}
.about_me span{
	font-size:12px;
	color:#313747;
	line-height:24px;
}
.about_me h2{
	padding-bottom:15px;
	font-size:14px;
	color:#000000;
}

/*                 产品滑动开始         */
.stepcarousel {
	MARGIN: 0px auto;  WIDTH: 970px; POSITION: relative; HEIGHT: 260px;border:1px solid #c8c6c6;
}
.stepcarousel .belt {
	LEFT: 0px; POSITION: absolute; TOP: 0px
}
#displaycssbelt {
	VISIBILITY: hidden
}
#stocklevels {
	VISIBILITY: hidden
}
.stepcarousel .panel {
	FLOAT: left; MARGIN: 10px 45px 0px 10px; OVERFLOW: hidden; WIDTH: 202px;
}
.stock {
	CLEAR: both; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; MARGIN: 0px auto; WIDTH: 929px; COLOR: #000; BORDER-BOTTOM: #000 1px dashed; FONT-FAMILY: arial, verdana, sans-serif; HEIGHT: 10px; TEXT-ALIGN: right
}
.subfeature {
	DISPLAY: block; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 202px
}
.subfeature-txt {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 202px! important; LINE-HEIGHT: 17px; PADDING-TOP: 3px; POSITION: relative
}
.subfeature-txt H2 {
	CLEAR: both; FONT-SIZE: 14px; PADDING-BOTTOM: 3px;text-align:center;
}
.subfeature-txt H2 A {
	COLOR: #000000
}
.subfeature A IMG {
	BORDER-RIGHT: transparent 1px solid; BORDER-TOP: transparent 1px solid; BORDER-LEFT: transparent 1px solid; BORDER-BOTTOM: transparent 1px solid
}
/*                 产品滑动结束        */

.partner{
	width:1200px;
	height:207px;
	border:1px solid #bbb9b8;
}
.partner ul{
	width:1160px;
	margin:0 auto;
}
.partner ul li{
	width:175px;
	height:75px;
	border:1px solid #bbb9b8;
	float:left;
}
.partner_box{
	width:1200px;
	margin:30px auto;
}
.partner_top{
	width:1200px;
	height:44px;
}
.partner_title{
	width:161px;
	height:44px;
	background:url(../images/gays.png) no-repeat;
	float:left;
}
.partner_title img{
	float:left;
}
.partner_title span{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:44px;
}
.partner_box a{
	float:right;
	line-height:44px;
	color:#0935ae;
	display:block;
}
.partner_link{
	width:1198px;
	height:205px;
	border:1px solid #c6c5c5;
}
.partner_link ul{
	width:1160px;
	margin:0 auto;
	padding:20px 0;
}
.partner_link ul li{
	width:174px;
	height:75px;
	float:left;
	padding-right:23px;
	padding-bottom:10px;
}
.partner_link ul li img{
	border:1px solid #dfdfdf;
}
#link{
	padding-right:0;
}

/*                  首页结束                          */

/*                  新闻动态                          */

/*     面包屑      */
.crumbs{
    width:1200px;
	height:39px;
	margin:0 auto;
	border-bottom:1px solid #c8c8c8;
	padding-top:20px;
	font-size:14px;
}
/*.crumbs span{
	margin-left:11px;
	line-height:39px;
	display:block;
}*/
/*     面包屑      */
.content{
	width:1198px;
	margin:0 auto;
	margin-top:30px;
}
.sidebar{
	width:200px;
	float:left;
}
.sidebar_box{
	width:200px;
}
.sidebar_title{
	width:198px;
	height:42px;
	background-color:#2257a2;
	border:1px solid #002084;
}
.sidebar_title img{
	margin-top:14px;
	margin-left:12px;
	margin-right:14px;
	float:left;
	cursor:pointer;
}
.sidebar_title span{
	font-size:16px;
	color:#ffffff;
	line-height:42px;
	margin-top:-2px;
	cursor:pointer;
	font-weight:bold;
}
.content_drop{
   width:200px;
}
.content_drop ul{
	width:200px;
	border-bottom:1px solid #c9c7c7;
}
.content_drop li{
	width:198px;
	height:39px;
	border:1px solid #c9c7c7;
	background-color:#f8f8f8;
	border-bottom:0 none;
	cursor:pointer;
}
.content_drop li img{
	margin-top:17px;
	margin-left:10px;
}
.content_drop li:hover{
	background-color:#aac3e7;
	border:1px solid #aac3e7;
}
.content_drop li span:hover{
	color:#ffffff;
}
.content_drop img{
	float:left;
}
.content_drop span{
	line-height:39px;
	display:block;
	margin-left:40px;
}
.contact_box{
	width:198px;
}
.contact_us{
	width:198px;
	height:42px;
	border:1px solid #002084;
	background-color:#2257a2;
    margin-top:30px;
}
.contact_us img{
	float:left;
}
.contact_us span{
	font-weight:bold;
	color:#ffffff;
	line-height:42px;
	display:block;
	font-size:16px;
}
.contact_contents{
	width:198px;
	border:1px solid #c8c6c6;
	margin-left:-1px;
	margin-top:1px;
}
.contact_contents p{
	font-size:12px;
	margin-left:12px;
	padding-bottom:12px;
}
.contact_contents p:first-child{
	margin-top:17px;
}
/* slidebar end */

/* middle start */
.middle_box{
	width:970px;
	float:right;
}
.news{
	width:510px;
	height:44px;
}
.news_titles{
	width:160px;
	height:44px;
	background:url(../images/news.png) no-repeat;
	float:left;
}
.news_titles img {
	float:left;
	margin-top:10px;
	margin-left:8px;
	margin-right:5px;
}
.news_titles span{
	line-height:44px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.news a{
	color:#0d2db4;
	float:right;
	line-height:44px;
}
.middle_drops{
	width:970px;
	border:1px solid #c8c6c6;
	background-color:#f8f8f8;
	float:left;
}
.drop_contents{
	width:930px;
	margin:0 auto;
}
.drop_contents ul{
	width:930px;
}
.drop_contents ul li{
	height:24px;
	width:930px;
	border-bottom:1px dashed #777777;
	margin-top:11px;
}
.drop_contents ul li img{
	float:left;
	margin-top:8px;
	margin-right:5px;
}
.drop_contents ul li span{
	font-size:12px;
	line-height:24px;
}
#date{float:right;}
#scend{
	border-bottom:0;
	padding-bottom:8px;
}
/* middle end */

/* pagination start */
.pagination{
	width:220px;
	height:30px;
	margin-left:605px;
}
.pagination ul{
	width:250px;
}
.pagination ul li{
	float:left;
	margin-right:3px;
	border:1px solid #c8c8c8;
}
.pagination ul li a{
	line-height:30px;
	text-align:center;
	padding:0 10px;
	font-size:12px;
}
.pagination ul li:hover{background-color:#abc3e7;}
.pagination ul li a:hover{color:#ffffff;}
/* content end */



/* pagination start */
.pagination{
	width:440px;
	height:30px;
	margin-left:520px;
	margin-top:30px;
}
.pagination ul{
	width:440px;
}
.pagination ul li{
	float:left;
	margin-right:3px;
	border:1px solid #c8c8c8;
}
.pagination ul li a{
	line-height:30px;
	text-align:center;
	padding:0 10px;
	font-size:12px;
}
.skip{width:92px;height:30px;border:1px solid #c8c8c8;float:right;}
.skip span{float:left;font-size:12px;display:block;line-height:32px;margin-left:4px;margin-right:1px;}
.skip div{float:left;border:1px solid #d1d1d1;width:21px;height:21px;margin-top:4px;}
.skip div a{font-size:9px;color:#363636;}
#sky{background-color:#cccccc;}
#sky:hover{background-color:#ffffff;}
.pagination ul li:hover{background-color:#abc3e7;}
.pagination ul li a:hover{color:#ffffff;}
/*                  新闻动态 end                          */

/*                  产品列表                              */
.content{
	width:1198px;
	min-height:318px;
	margin:0 auto;
	margin-top:30px;
}
.sidebar{
	width:200px;
	float:left;
}
.sidebar_box{
	width:200px;
}
.sidebar_title{
	width:198px;
	height:42px;
	background-color:#2257a2;
	border:1px solid #002084;
}
.sidebar_title img{
	margin-top:14px;
	margin-left:12px;
	margin-right:14px;
	float:left;
	cursor:pointer;
}
.sidebar_title span{
	font-size:16px;
	color:#ffffff;
	line-height:42px;
	margin-top:-2px;
	cursor:pointer;
	font-weight:bold;
}
.content_drop{
   width:200px;
}
.content_drop ul{
	width:200px;
	border-bottom:1px solid #c9c7c7;
}
.content_drop li{
	width:198px;
	height:39px;
	border:1px solid #c9c7c7;
	background-color:#f8f8f8;
	border-bottom:0 none;
	cursor:pointer;
}
.content_drop li img{
	margin-top:17px;
	margin-left:10px;
}
.content_drop li:hover{
	background-color:#aac3e7;
	border:1px solid #aac3e7;
}
.content_drop li span:hover{
	color:#ffffff;
}
.content_drop img{
	float:left;
}
.content_drop span{
	line-height:39px;
	display:block;
	margin-left:40px;
}
.contact_box{
	width:198px;
}
.contact_us{
	width:198px;
	height:42px;
	border:1px solid #002084;
	background-color:#2257a2;
    margin-top:30px;
}
.contact_us img{
	float:left;
}
.contact_us span{
	font-weight:bold;
	color:#ffffff;
	line-height:42px;
	display:block;
	font-size:16px;
}
.contact_contentss{
	width:198px;
	border:1px solid #c8c6c6;
	margin-left:-1px;
	margin-top:1px;
}
.contact_contentss p{
	font-size:12px;
	margin-left:12px;
	padding-bottom:12px;
}
.contact_contentss p:first-child{
	margin-top:17px;
}
/* slidebar end */

/* middle start */
.middle_box{
	width:970px;
	float:right;
}
.news{
	width:510px;
	height:44px;
}
.news_title{
	width:160px;
	height:44px;
	background:url(../images/zhanshi_01.jpg) no-repeat;
	float:left;
}
.news_title img {
	float:left;
}
.news_title span{
	line-height:44px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.news a{
	color:#0d2db4;
	float:right;
	line-height:44px;
}
.middles_drop{
	width:970px;
	border:1px solid #c8c6c6;
	background-color:#f8f8f8;
	float:left;
}
.drop_contentss{
	width:930px;
	margin:0 auto;
}
.drop_contentss ul{
	width:930px;
	margin-top:20px;
}
.drop_contentss ul li{
    float:left;
	width:200px;
	height:226px;
	margin-right:32px;
	margin-bottom:15px;
}

.drop_contentss ul li p{
	font-size:14px;
	text-align:center;
}
#clears{margin-right:0px;}
/* middle end */

/* pagination start */
.pagination{
	width:440px;
	height:30px;
	margin-left:520px;
	margin-top:30px;
}
.pagination ul{
	width:440px;
}
.pagination ul li{
	float:left;
	margin-right:3px;
	border:1px solid #c8c8c8;
}
.pagination ul li a{
	line-height:30px;
	text-align:center;
	padding:0 10px;
	font-size:12px;
}
.skip{width:92px;height:30px;border:1px solid #c8c8c8;float:right;}
.skip span{float:left;font-size:12px;display:block;line-height:32px;margin-left:4px;margin-right:1px;}
.skip div{float:left;border:1px solid #d1d1d1;width:21px;height:21px;margin-top:4px;}
.skip div a{font-size:9px;color:#363636;}
#sky{background-color:#cccccc;}
#sky:hover{background-color:#ffffff;}
.pagination ul li:hover{background-color:#abc3e7;}
.pagination ul li a:hover{color:#ffffff;}


/*                  产品列表 end                          */

/*                  底部公用样式                          */
.bottom_nav{
	width:100%;
	height:38px;
	border-top:1px solid #003891;
	border-bottom:1px solid #003891;
	background-color:#2257a2;
	margin-top:30px;	
}
.bottom_nav ul{
	width:650px;
	margin:0 auto;
}
.bottom_nav ul li{
	width:75px;
	height:40px;
	background:url(../images/shu.png) no-repeat right center    ;
	float:left;
	margin-right:13px;
}
.bottom_nav ul li a{
	color:#ffffff;
	line-height:40px;
}
#contact_we{
	background:none;
	margin-right:none;
}
.friendship_link{
	width:1200px;
	margin:0 auto;
	clear:both;
}
.friendship_link a{
	margin-right:60px;
	line-height:69px;
	display:block;
	text-align:center;
}
.friendship_link span{
	line-height:69px;
}
.footer{
	width:1200px;
	margin: 0  auto;
	height:140px;
	overflow:hidden;
}
.footer_left{
	width:600px;
	height:140px;
	/*background:url(../images/shu01.png) no-repeat right center;*/
	
	float:left;
}
.footer_left img{
	margin-top:50px;
	margin-left:45px;
}
.footer_right {
	width:600px;
	height:140px;
	float:right;
}
.footer_content{
	width:560px;
	height:80px;
	margin-top:23px;
}
.footer_content p{
	line-height:30px;
}
/*  index  end */