﻿@charset "utf-8";
	/* CSS Document*/
	
* {
	margin:0px;
	padding:0px;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border:medium none;
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-family: "Microsoft YaHei";
	color: #333;
}
.page {
	width:100%;
	margin:0 auto;
}
/*通用样式*/
	
a {
	text-decoration:none;
	color:#181818;
	cursor: pointer;
}
a:hover {
	color:#f60;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
.font {
	font-size:13px;
	line-height:22px;
	padding:6px;
}
.m1000 {
	width: 1100px;
	margin:0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	border:0px;
	outline-width:0px;
	vertical-align:top;
}
em {
	font-style:normal;
}
ul, ol {
	list-style: none;
}
.clear {
	clear: both;
}
.clear_10 {
	height:10px;
	clear: both;
}
.clear_20 {
	height:20px;
	clear: both;
}
.clear_40 {
	height:40px;
	clear: both;
}
.clear_50 {
	height:50px;
	clear: both;
}
/*翻页*/
.list_page {
	vertical-align: bottom;
	display:inline-block;
	*display:inline;
	*zoom:1;
	*margin-left:5px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	padding-top: 20px;
}
.list_page li {
	float:left;
	list-style-type:none;
}
.list_page li a {
	display:inline-block;
	padding: 0px 10px;
	border: 1px solid #424d5b;
	background: #424d5b;
	margin: 0 2px;
	color: #fff
}
.list_page li a:hover {
	background:#0056A9;
	border:1px solid #0056A9;
}
.list_page li.active a {
	background:#0056A9;
	border:1px solid #0056A9;
}

/*轮播效果*/
	/*顶部*/
.top {
	width: 100%;
	height: 40px;
	background: #55647A;
	line-height: 40px;
	color: #fff;
}
.top .top_con {
	}
.top .top_l {
	width: 700px;
	height: 40px;
}
.top .top_r {
	/*! width: 300px;*/
	height: 40px;
	text-align: right;
}
.top .top_r a {
	color: #fff;
}

/*头部代码的开始*/
.head {
	width: 100%;
	height: 120px;
	background: #fff ;
}
.head .head_con {
	/*! width: 100%;*/
	height: 120px;
}
.head .head_con .logo {
	display: block;
	height: 120px;
}
.head .head_con .logo img {height: 120px;}
.head_con_r {
	width: 240px;
	height: 35px;
	margin-top: 40px;
}
.head_con_r .ioc-a {
	width: 110px;
	height: 35px;
	background: #36404B;
	display: block;
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.head_con_r .ioc-a span {
	width: 20px;
	height: 15px;
	display: block;
	float: left;
	background: url(../images/cn.jpg) no-repeat;
	background-size: contain;
	margin: 10px 6px 0 15px;
}
.head_con_r .ioc-b span {
	background: url(../images/en.jpg) no-repeat;
	background-size: contain;
}

/*导航*/
.nav {
	width: 100%;
	height: 60px;
	background: #36404B;
}
.nav .nav_con {
	}
.nav ul li {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	float: left;
	width: 150px;
}
.nav ul li a {
	display: block;
	color: #FFF;
	/*! padding: 0 25px;*/
}
.nav ul li a:hover {
	background: #FA4848;
	color:#fff;
}
.nav ul li.hover a {
	background: #FA4848;
	color:#fff;
}
.nav ul li.on a {
	background: #FA4848;
	color:#fff;
}
.menu li .subnav {
	margin: -0px 0 0 -0px;
	padding:0;
	position:absolute;
	z-index:999;
	display:none;
}
.menu li .subnav dt a {
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #55647A;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #D5D5D5;
	font-weight: normal;
	margin-bottom:0;
	opacity:.9;
	filter:alpha(opacity=80);
}
.menu li .subnav dt a:hover {
	background:#FA4848;
	color:#fff;
}
/*==============焦点图================*/

.banner {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#controller {
	width: 100px;
	height:13px;
	text-align: center;
	position:absolute;
	bottom:15px;
	left:50%;
}
#controller li {
	display: inline;
	float:left;
	margin:0 5px;
	width: 13px;
	height: 13px;
	text-indent:-99999px;
	cursor:pointer;
	background:url(../images/icon_page.png) no-repeat;
	_background:none;

	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page.png', sizingMethod='crop');
}
#controller li.active {
	background:url(../images/icon_page_active.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page_active.png', sizingMethod='crop');
}
.tbui_slideshow_container {
	width: 100%;
	height: 500px;
	overflow:hidden;
	position:relative;
}
#next,#prev {
	width:65px;
	height:65px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:220px;
	text-indent:-9999px;
	cursor:pointer;
	filter: Alpha(Opacity=55);
	opacity: 0.5;
}
#prev {
	left:50px;
	background: url(../images/btn_pre.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_pre.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55);*/
	/*! opacity: 0.5;*/
}
#next {
	right:50px;
	background: url(../images/btn_next.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_next.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55);*/
	/*! opacity: 0.5;*/
}
.tbui_slideshow_container .tbui_slideshow_slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display : none;
	webkitBackfaceVisibility: hidden;
}
.tab_list {
	display:none;
}
.tbui_slideshow_list img {
	width:100%;
	height:500px;
	overflow:hidden;
}
.tbui_slideshow_list a {
	width:100%;
	height:500px;
	display:block;
}
.slide_bg {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:Alpha(Opacity=55);
	opacity: 0.05;
}
/*==============焦点图==== end ============*/

	/*搜索样式*/
.search {
	width: 100%;
	height: 45px;
	background: #fff;
	line-height: 45px;
}
.search .search_con {
	}
.search .search_l {
	width: 600px;
	height: 45px;
}
.search .search_r {
	height: 40px;
	text-align: right;
}
.search .text {
	width: 200px;
	height: 26px;
	line-height: 26px;
	text-indent:10px;
}
.search .submit {
	background: #c00;
	width: 55px;
	height: 28px;
	text-align: center;
	color: #fff;
	border: 0;
	cursor:pointer;
}

/*首页标题*/
.in_top {
	width:100%;
	/*! height: 40px;*/
	/*! line-height: 40px;*/
	/*! font-size: 16px;*/
	/*! color: #FF0000;*/
	/*! font-weight: bold;*/
	/*! border-bottom: 2px solid #CC0000;*/
	/*! text-indent: 10px;*/
	/*! text-align: left;*/
	text-align: center;
	border-bottom: 1px solid #dddddd;
}
.in_top em {
	/*! font-weight: normal;*/
	/*! float: right;*/
	/*! font-size: 12px;*/
}
.in_top em a {
	/*! color: #fff;*/
	/*! padding: 5px 12px;*/
	/*! background: #CC0000;*/
	/*! color: ;*/
	font-size: 30px;
	text-align: center;
	display: inline-block;
	/*! padding-left: 10px;*/
	/*! padding-right: 10px;*/
	border-bottom: 3px solid #FB4848;
	padding-bottom: 15px;
	margin-bottom: -2px;
	/*! margin-top: 10px;*/
}

/*首页新闻列表*/
.in_news {
	/*! width:980px;*/
	height: 370px;
}
.in_news_con {
	width:100%;
	/*! height:300px;*/
	margin-top: 40px;
}
.in_news_con {
	width: 100%;
	height: 320px;
	margin: 5px 0 0 0;
	padding: 40px 0 0 0;
}
.in_news_con ul {
	width: 100%;
	margin: 0 auto;
}
.in_news_con ul li {
	width: 530px;
	height: 140px;
	float: left;
	margin: 0 30px 30px 0px;
}
.in_news_con ul li img {
	float: left;
	margin-right: 30px;
	width: 200px;
	height: 140px;
}
.in_news_con ul li span {
	width: 300px;
	font-size: 14px;
	/*! color: #fff;*/
	/*! margin-top: 5px;*/
	float: right;
}
.in_news_con ul li a {
	}
.in_news_con ul li .in_news_tit {
	/*! font-size: 15px;*/
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 30px;
}
.in_news_con ul li .in_news_date {
	color: #838995;
	margin-top: 5px;
}
.in_news_con ul li .in_news_text {
	/*! width: 400px;*/
	/*! height: 48px;*/
	/*! float: right;*/
	line-height: 24px;
	/*! overflow: hidden;*/
	/*! color: #ececed;*/
	/*! width: 300px;*/
	/*! height: 42px;*/
	/*! float: right;*/
	overflow: hidden;
	margin-top: 5px;
	color: #666;
}

/*走进华动*/
.in_about {
	/*! width:980px;*/
	height: 370px;
}
.in_about_con {
	width:100%;
	/*! height:300px;*/
	margin-top: 40px;
}
.in_about_con .in_about_img {
	width:380px;
	height:260px;
	/*! padding: 0 25px 0 25px;*/
	background: red;
	float: left;
	border: radial-gradient;
	margin-right: 20px;
}
.in_about_con .in_about_img img {
	width:380px;
	height:260px;
}
.in_about_con .in_about_tit {
	width:700px;
	border-bottom: 1px solid #E3E3E3;
	height: 50px;
	font-size: 26px;
	float: right;
}
.in_about_con .in_about_text {
	width:700px;
	height:150px;
	margin:15px 0px 0 0px;
	float: right;
	font-size: 16px;
	line-height: 28px;
}
.in_about_con .in_about_b {
	}
.in_about_con .in_about_b a {
	padding: 6px 24px;
	background: #FB4848;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;
	float: left;
}
.in_about_con .in_about_b a.b_2 {
	background: #F29007;
}

/*产品展示*/
.in_pro {
	height: 350px;
}
.in_pro .in_pro_con {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	padding-top: 40px;
	line-height: 25px;
	overflow: hidden;
	background: #fff;
}
dl.in_pro_list {
	width:250px;
	height:240px;
	float:left;
	text-align:center;
	margin:0px 30px 10px 0px;
	display:inline;
	border: 1px solid #D2D1D1;
}
dl.in_pro_list dt {
	width:250px;
	height:190px;
}
dl.in_pro_list dt img {
	width:250px;
	height:190px;
}
dl.in_pro_list dd {
	width: 100%;
	height:50px;
	line-height:50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/case_b.png);
	/*! color: #fff;*/
}

/*知识中心*/
.in_knowledge {
}
.in_knowledge .in_knowledge_con {
	width: 100%;
	/*! height: 250px;*/
	/*! margin: 0 auto;*/
	padding-top: 40px;
	line-height: 25px;
	overflow: hidden;
	background: #fff;
}
dl.in_knowledge_list {
	width:344px;
	height:480px;
	float:left;
	/*! text-align:center;*/
	margin:0px 30px 0 0px;
	display:inline;
	border: 1px solid #D2D1D1;
}
dl.in_knowledge_list dt {
	width:344px;
	height:220px;
}
dl.in_knowledge_list dt img {
	width:344px;
	height:220px;
}
dl.in_knowledge_list dd {
	/*! width: 100%;*/
	/*! height:50px;*/
	/*! line-height:50px;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/case_b.png);
	/*! color: #fff;*/
	/*! display: block;*/
	margin: 30px 35px 0 35px;
	font-size: 18px;
}
dl.in_knowledge_list span {
	margin:20px 30px 0 30px;
	display: block;
	color: #999;
}
dl.in_knowledge_list .more {
	width: 165px;
	height: 45px;
	background: url(../images/more.jpg) no-repeat;
	display: block;
	margin: 30px 0 0 90px;
	color: #fff;
	line-height: 45px;
	text-indent: 30px;
}

/*图片滚动*/
/* marqueeleft*/
.marqueeleft {
	width:1100px;
	height:280px;
	overflow:hidden;
	margin:0px auto;
	/*! padding-top: 20px;*/
}
.marqueeleft ul {
	float:left;
}

/*友情链接*/
.in_link {
	/*! width: 100%;*/
	height: auto;
	background: #fff;
	/*! padding: 25px 0px;*/
	overflow: hidden;
}
.link_con {
	width: 100%;
	margin: 0 auto;
	padding: 10px 10px;
	/*! text-align: center;*/
}
.link_con a {
	padding-right: 15px;
	color: #808080;
}

/*版权样式*/
.footer {
	width: 100%;
	height: auto;
	background: #2E2E2E;
	border-top:8px solid #FB4848;
}
.links {
	/*! max-height: 80px;*/
	border-bottom: 1px solid #444343;
	/*! margin-top: 5px;*/
	overflow: hidden;
	padding: 30px 0;
}
.links span {
	width: 90px;
	/*! line-height: 80px;*/
	overflow: hidden;
	font-size: 16px;
	color: #FB4848;
	float: left;
}
.links p {
	line-height: 30px;
	overflow: hidden;
	/*! padding: 20px 0;*/
}
.links p a {
	margin-right: 20px;
	color: #999
}
.footer_con {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
}
.footer_con p {
	font-size: 13px;
	color: #aeaeae;
	line-height: 30px;
}
.footer_con p a {
	color: #aeaeae;
}

/*内页产品列表*/
dl.pro_list {
	width:250px;
	height:230px;
	float:left;
	text-align:center;
	margin: 10px 32px 20px 0px;
	display:inline;
	position: relative;
	border: 1px solid #D2D1D1;
}
dl.pro_list dt {
	width:250px;
	height:180px;
}
dl.pro_list dt img {
	width: 250px;
	height: 180px;
}
dl.pro_list dt a {
	display:block;
	width: 200px;
	height: 200px;
}
dl.pro_list p {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	display: block;
	z-index:10;
}
dl.pro_list p:hover {
	background: url(../images/hover-link.png) no-repeat center center;
}
dl.pro_list dd {
	line-height:50px;
	height:50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*列表样式*/
dl.photo_list {
	width:250px;
	height:220px;
	float:left;
	text-align:center;
	margin: 10px 32px 20px 0px;
	display:inline;
}
dl.photo_list dt {
	width:250px;
	height:200px;
}
dl.photo_list dt img {
	width:250px;
	height:200px;
}
dl.photo_list dd {
	height:50px;
	line-height:50px;
}

/*左侧*/
/*分类栏目*/
.left_class {
	width: 250px;
	height: auto;
	float:left;
	background: #fff;
}
.left_class_title {
	width: 250px;
	height: 55px;
	font-size: 20px;
	background-color: #FA4848;
	line-height: 55px;
	color: #fff;
	/*! text-indent: 30px;*/
}
.left_class_title span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.left_class_list {
	width: 248px;
	height: auto;
	padding: 0px 0 0px 0;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
	border-top: 0;
	border-bottom: 0;
}
.left_class_list ul li {
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-indent: 30px;
	/*! background: #0E9AE7 url(../images/left_list_on.jpg) no-repeat 40px center;*/
	/*! margin-bottom: 10px;*/
	font-size: 15px;
	text-align: left;
	/*! float: initial;*/
	/*! clear: both;*/
	/*! display: inline;*/
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}
.left_class_list ul li em {
	position: absolute;
	right: 15px;
	top: 0;
	/*! width: 20px;*/
	/*! height: 20px;*/
}
.left_class_list ul li em i {
	width: 20px;
	height: 20px;
	/*! float: left;*/
}
.left_class_list ul li a {
	display:block;
	/*! color:#fff;*/
}
.left_class_list ul li.on {
	background: #E9E9E9;
}
.left_class_list ul li.on a {
	color:#f60;
}
.leftTitle {
	width: 250px;
	height: 55px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	background: #FA4848;
	/*! text-indent: 30px;*/
}
.leftTitle span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.leftContact {
	width: 228px;
	padding: 10px 10px;
	line-height: 24px;
	text-align:left;
	border: 1px solid #DDDDDD;
	border-top:0;
}

/*热门资讯*/
.toplist {
	width:250px;
	margin-top:10px;
	padding:0;
	list-style:none;
	background:#fff url(../images/dotnum.gif) no-repeat 5px top;
	max-height:310px;
	overflow:hidden
}
.toplist li {
	line-height:30px;
	height:30px;
	padding-left:40px;
	border-bottom:1px solid #F0F0F0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:left
}
.toplist li span {
	float:right;
	color:#999
}

/*当前位置*/
.position {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	line-height: 60px;
	height: 60px;
	text-indent: 15px;
	margin-bottom: 10px;
	text-align: left;
}
.position span {
	float: right;
	background:url(../images/li-home.png) no-repeat 20px 50%;
	font-size: 12px;
	overflow:hidden;
	text-indent: 45px;
	text-align: right;
	font-weight: normal;
	padding-right: 15px;
}
.position span img {
	margin:0 5px;
	vertical-align:middle;
}
.position a {
	color:#333;
}
/*end 当前位置*/

/*内页*/
.main {
	width: 1100px;
	overflow: hidden;
	margin:0 auto;
	/*! background: #fff;*/
	text-align: center;
}
.main_l {
	width:250px;
}
.main_r {
	width:820px;
	overflow:hidden;
	background: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.main_r .p10 {
	width:100%;
	min-height:500px;
}
.main .p10 {
	background: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.title {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	line-height: 60px;
	height: 60px;
	text-indent: 15px;
	margin-bottom: 10px;
	text-align: left;
}

/*新闻分类*/
.nav_class {
	float: right;
	font-size: 15px;
}
.nav_class strong {
	color: #484848;
}
.nav_class p {
	color: #EEE
}
.nav_class a {
	padding: 0 5px;
	font-weight: initial;
	color: #45A800;
}
.nav_class a:hover {
	color: #f60;
}
.nav_class a.on {
	color: #f60;
}

/*新闻列表*/
.news_pic_list {
	width: 800px;
	/*! height: 170px; */
	padding: 5px 0px 20px 0px;
	border-bottom: 1px solid #E9E9E9;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}
.news_pic_list i {
	margin-right: 5px;
}
.news_pic_list a {
	font-size: 22px;
	line-height: 40px;
	color: #5a5858;
	display: block;
	margin-bottom: 5px;
}
.news_pic_list a:hover {
	color: #f60;
}
.news_pic_list p {
	/*! font-size: 12px;*/
	color: #666;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news_pic_list img {
	float: left;
	margin-right: 15px;
	width: 220px;
	height: 180px;
	margin-left: 10px;
}
.news_pic_list .list_more {
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: linear-gradient(#2eaef0,#0488cd);
	border: 1px solid #2f7295;
	box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
	text-shadow: 0 1px #555 !important;
	font-weight: normal;
	text-align: center;
	border-radius: 4px;
}

/*新闻内容*/
.maincont {
	width: 100%;
	height: auto;
	padding: 15px 0px 12px 0px;
	margin: 0 auto;
	min-height: 450px;
	text-align: left;
}
.maincont h1 {
	font-size:25px;
	line-height:35px;
	padding:10px 0 10px;
	text-align:center;
	font-weight:normal
}
.maincont .subhead {
	margin:0 0 12px;
	font-size:14px;
	text-align:center;
}
.maincont #longtitle {
	margin:0 0 12px;
	font-size:14px;
	text-align:center;
}
.maincont .explain {
	padding:8px 0 6px;
	line-height:30px;
	font-family:"宋体";
	font-size:14px;
	color:#898989;
	text-align:center;
}
.maincont .explain em {
	font-family:'Lucida Sans Unicode', Tahoma, Helvetica, Arial, sans-serif;
	color:#666666;
}
.Big, .Middle, .Small, .Print, .Close, .Favorite {
	cursor:pointer;
}
.maincont .Zoom {
	border-top:1px solid #E0E0E0;
	padding:20px 15px;
	margin:10px auto;
	*padding-bottom:15px;
	line-height:35px;
	font-size:15px;
	overflow-x:auto;
	overflow-y:hidden;
}
.maincont .Zoom p {
	margin:15px 0 0;
}
.maincont .Zoom img {
	margin:5px 10px;
	height:auto;
	max-width:750px;
}
.maincont .Zoom p.player {
	margin:0 0 10px;
	text-align:center;
}
.maincont .Zoom a {
	color:#333;
	text-decoration:underline;
}
.maincont .Zoom a:hover {
	color:#f60;
	text-decoration:none;
}
.maincont .editor {
	margin:10px 15px;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}
/*previous*/
	.maincont .previous {
	line-height:30px;
	font-size:15px;
	padding-left: 40px;
}
.maincont .previous a {
	color:#333;
}
.maincont .previous a:hover {
	color:#f60;
}

/*图片滚动定义*/
.rollBox {
	width:1000px;
	overflow:hidden;
	height:250px;
	margin:0 auto
}
.rollBox .LeftBotton {
	height:150px;
	width:60px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:80px 0 0 0;
	cursor:pointer;
}
.rollBox .RightBotton {
	height:150px;
	width:50px;
	overflow:hidden;
	float:right;
	display:inline;
	margin:80px 0 0 0;
	cursor:pointer;
	text-align: right;
}
.rollBox .Cont {
	width:880px;
	overflow:hidden;
	float:left;
	height:220px;
}
.rollBox .ScrCont {
	width:10000000px;
}
.rollBox .Cont a:link,.rollBox .Cont a:visited {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
.rollBox .Cont a:hover {
	color:#f00;
	text-decoration:underline;
	font-size:12px;
}
.rollBox #List1,.rollBox #List2 {
	float:left;
}
.rollBoxtop1 {
	float:left;
	font-size: 12px;
	font-weight: bold;
	padding:10px 0px 0px 10px;
}

/*推荐阅读*/
.rcrd {
	padding:16px 30px 10px 25px;
	font-size:14px;
	height:auto;
	background:#f6f6f6;
	width: 880px;
	text-align: left;
}
.rcrd b {
	display:block;
	line-height:30px;
	height:30px;
	overflow:hidden;
	color:#034091
}
.rcrd ul {
	width:90%;
	margin:0 auto;
}
.rcrd li {
	border-bottom:1px #cacaca dashed;
	padding:0 0 0 15px;
	line-height:35px;
	height:35px;
	overflow:hidden;
	background:url(../images/li.png) left center no-repeat
}
.rcrd .lst {
	border:0
}
.rcrd li a {
	color:#666
}
.rcrd li span {
	float:right;
	color:#666
}

/*推荐阅读 end*/
/*图片 特效 放大*/
/*产品*/
	.da-thumbs li a img {
	overflow:hidden;
	transition:1s all;
	-webkit-transition:1s all;
}
.da-thumbs li a:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-moz-:scale(1.1,1.1);
}
/*案例*/
dl.in_pro_list dt {
	overflow:hidden;
	display:block;
}
dl.in_pro_list dt img {
	transition:1s all;
	-webkit-transition:1s all;
}
dl.in_pro_list dt:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-moz-:scale(1.1,1.1);
}
/*新闻*/
.in_news_con ul li img {
	overflow:hidden;
	display:block;
}
.in_news_con ul li img {
	overflow:hidden;
	transition:1s all;
	-webkit-transition:1s all;
}
.in_news_con ul li img:hover {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-moz-:scale(1.1,1.1);
}
/*新闻*/
dl.in_knowledge_list dt {
	overflow:hidden;
	display:block;
}
dl.in_knowledge_list dt img {
	overflow:hidden;
	transition:1s all;
	-webkit-transition:1s all;
}
dl.in_knowledge_list dt img:hover {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-moz-:scale(1.1,1.1);
}
/*图片 特效 放大 end*/



.maincont .Zoom table{width:100%;max-width:95%;border-collapse:collapse;border-spacing:0;border-right:1px solid #ddd;border-bottom:1px solid #ddd; margin: 0 auto}
.maincont .Zoom table th{border-bottom:2px solid #ddd;vertical-align:bottom;padding:5px;text-align:left;}
.maincont .Zoom table td{border-top:1px solid #ddd;border-left:1px solid #ddd;padding:5px;/*! vertical-align:center; *//*! line-height: 30px; */}
