/* 初始化 */
@charset "utf-8";
* {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td, figure {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	line-height: 1.5;
	font-size: 16px;
	text-align: justify;
	min-width: 1200px;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul, ol, li {
	list-style: none;
}
.h20 {
	height: 20px;
}
.h30 {
	height: 30px;
}
.fl {
	float: left
}
.fr {
	float: right
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
em, i {
	font-style: normal;
}
select, select:hover {
	outline: none;
	border-color: #000;
}
body, button, input, select, textarea, *:focus {
	outline: none;
}
a:hover, a:active, a:visited {
	text-decoration: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.clearfix, .clearfix:before, .clearfix:after, ul:before, ul:after {
	display: block;
	content: '';
	clear: both;
}
.clear {
	clear: both;
}
.wrapper {
	width: 1300px;
	margin: 0 auto;
}
.wrapper1000 {
	width: 1000px;
	margin: 0 auto;
}
section {
}
section h3, .introduce h2 {
	font-size: 36px;
	text-align: center;
	color: #333;
	letter-spacing: 2px;
	font-weight: 700;
}
section h3 span {
	color: #c91111;
}
section h4 {
	text-align: center;
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}
section h5 {
	text-align: center;
	color: #333;
	font-size: 24px;
}
.line {
	width: 50px;
	height: 3px;
	background: #e95404;
	left: 50%;
	position: relative;
	margin: 15px 0 20px -25px;
}
.h100 {
	height: 100px;
}
.h60 {
	height: 60px;
}
.h80 {
	height: 80px;
}
.h30 {
	height: 30px;
}
/* head  */
.head_top {
	background: #000000;
	width: 100%;
	height: 36px;
}
.head_top p {
	font-size: 14px;
	color: #adacac;
	line-height: 36px;
	height: 36px;
	float: left;
	text-align: left;
}
.head_top span {
	font-size: 14px;
	color: #adacac;
	line-height: 36px;
	height: 36px;
	float: right;
	text-align: right;
}
.head_top span a {
	font-size: 14px;
	color: #adacac;
}
.head_top span a:hover {
	font-size: 14px;
	color: #e4011f;
}
header {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.nav_box {
	padding-right:10px;
	transition:0.5s;
}
.nav_box>ul>li {
	float:left;
	position:relative;
}
.nav_box li .mnuv_btn_dot {
	display:none;
}
.nav_box>ul>li>a {
	display:block;
	text-align:center;
	font-size:18px;
	padding:0 20px;
	height:105px;
	line-height:100px;
	color:#333;
	transition:0.5s;
	position:relative;
	z-index:9;
}
.nav_box>ul>li:after {
	content:"";
	background:#e95404;
	height:3px;
	width:60%;
	position:absolute;
	left:20%;
	bottom:25px;
	transform:scaleX(0);
	transition:0.5s;
}
.nav_box>ul>li:hover:after, .nav_box>ul>li.cur:after {
	transform:scaleX(1);
	transition:0.5s;
}
#menu {
	position: relative;
}
#menu h1 {
	width: 400px;
	height: 100px;
	float: left;
	font-size: 0;
	background: url("../images/oejia_logo.jpg") no-repeat left center/contain;
}
.nav_main {
	width: 840px;
	height: 100px;
	line-height: 100px;
	z-index: 3;
	float: right;
}
/* head  end*/
/* body1 服务项目*/
.service-box ul {
	margin: 20px -15px 0;
}
.service-box ul li {
	float: left;
	width: 295px;
	height: 250px;
	padding-top: 35px;
	margin: 20px 15px;
	text-align: center;
	border-radius: 10px;
	vertical-align: top;
	background: #fff;
	color: #666;
	cursor: pointer;
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.service-box ul li:before {
	margin-top: 30px;
}
.service-box ul li:hover, .service-box ul li.active {
	background: #e4011f;
}
.service-box ul li:hover i, .service-box ul li:hover h4, .service-box ul li:hover p, .service-box ul li.active i, .service-box ul li.active h4, .service-box ul li.active p {
	color: #fff !important;
}
.service-box ul li i {
	font-size: 36px;
}
.service-box ul li h4 {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	margin: 10px 0;
}
.service-box ul li p {
	font-size: 15px;
	color: #333;
}
.service-box ul li:nth-child(1) i {
 color: #fff;
}
.service-box ul li:nth-child(2) i {
 color: #00ceff;
}
.service-box ul li:nth-child(3) i {
 color: #f6d220;
}
.service-box ul li:nth-child(4) i {
 color: #7f96e0;
}
.service-box ul li:nth-child(5) i {
 color: #f6d220;
}
.service-box ul li:nth-child(6) i {
 color: #7f96e0;
}
.service-box ul li:nth-child(7) i {
 color: #4cba91;
}
.service-box ul li:nth-child(8) i {
 color: #00ceff;
}
/* body1 服务项目 end*/
/* body3 about */
.iAbout {
	background: #2299ee;
	min-width: 1300px;
}
.distribution {
	background: url(../images/map.png) no-repeat center/contain;
}
.distribution h3, .distribution h4 {
	color: #fff;
}
.num-box {
	margin-top: 30px;
}
.num-box ul li {
	float: left;
	padding: 0 40px;
	color: #f6d220;
	border-right: 1px solid rgba(246, 210, 32, 0.25);
	text-align: center;
}
.num-box ul li:last-child {
	border: none;
}
.num {
	font-size: 42px;
}
.des {
	color: #eee;
}
.china-map {
}
.iabout_content {
	font-size: 16px;
	color: #FFF;
	line-height: 35px;
	padding-top: 25px;
}
.content_sty {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	padding-top: 25px;
}
/* body3 about end*/
/*****案例*****/
.case-list {
	margin: 0 -1px 35px;
	min-width: 1300px;
}
.case-list ul li {
	float: left;
	width: 290px;
	margin: 0 15px 20px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.case-list ul li:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -5px, 0);
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.case-list .case-pic span {
	display: block;
	height: 200px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.case-list .case-info {
	padding: 10px 15px 15px;
	border: 1px solid #f2f2f2;
	background: #fff;
}
.case-list .case-info .title {
	color: #222;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
/*****foot*****/
/*copyright */
.foot_box {
	background: #262626;
	text-align: center;
	color: #bbbcbf;
	width: 100%;
	min-width: 1300px;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.foot_nav {
	line-height: 50px;
}
.foot_nav a {
	color: #FFF;
}
.foot_nav a:hover {
	color: #e4011f;
}
.foot_link {
	line-height: 40px;
}
.foot_link a {
	color: #FFF;
}
.foot_link a:hover {
	color: #e4011f;
}
.copy {
	line-height: 25px;
}
.copy a {
	text-align: center;
	color: #bbbcbf;
	min-width: 1300px;
}
.copy a:hover {
	color: #e4011f;
}
/*copyright end*/
.contact_left {
	float: left
}
.contact_right {
	float: right
}
.sl {
}
.sl li {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 12px;
 transition: .5s;
	background: #FFF
}
.sl li:hover {
}
.sl li a {
	display: block;
	width: 100%;
}
.sl li img {
	width: 100%;
	height: 225px;
}
.sl li p {
	color: #fff;
	font-size: 16px;
	background: #ff7200;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
 transition: .5s;
}
.sl li:hover p {
	background: #e4011f;
	color: #fff;
}
.content_title {
	text-align: center;
}
.content_title h4 {
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #CCC;
}
.content_pic {
	text-align: center;
}
/*****店铺*****/
.dian-list {
	margin: 0 -10px 5px;
}
.dian-list ul li {
	float: left;
	width: 285px;
	margin: 0 10px 20px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.dian-list ul li:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -5px, 0);
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.dian-list .dian-pic span {
	display: block;
	height: 210px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.dian-list .dian-info {
	padding: 10px 15px 15px;
	border: 1px solid #f2f2f2;
	background: #fff;
}
.dian-list .dian-info .title {
	color: #222;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.dian-list .dian-info button {
	font-size: 14px;
	width: 100px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	color: #999;
	background: none;
	cursor: pointer;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.dian-list ul li:hover button {
	background: #e4011f;
	border-color: #e4011f;
	color: #fff;
}
/*分页*/
.fenye {
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
}
.fenye .rows {
	color: #666;
	font-size: 13px;
	padding: 0 10px;
}
.fenye .current {
	display: inline-block;
	margin: 0 3px;
	padding: 0 10px;
	border: 1px solid #e95404;
	color: #666;
	font-size: 14px;
	height: 28px;
	line-height: 27px;
	border-radius: 5px;
	background-color: #e95404;
	color: #fff;
}
.fenye .num, .fenye .next {
	display: inline-block;
	margin: 0 3px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	height: 28px;
	line-height: 27px;
	border-radius: 5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color: #e95404;
	color: #fff;
	border: 1px solid #e95404;
}
/*header_nav*/
/*****案例*****/
.Honor-list {
	margin: 0 -1px 35px;
	min-width: 1300px;
}
.Honor-list ul li {
	float: left;
	width: 290px;
	margin: 0 15px 20px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.Honor-list ul li:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -5px, 0);
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.Honor-list .Honor-pic span {
	display: block;
	height: 200px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.Honor-list .Honor-info {
	padding: 10px 15px 15px;
	border: 1px solid #f2f2f2;
	background: #fff;
}
.Honor-list .Honor-info .title {
	color: #222;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
/*新闻列表*/
.news_list {
}
.news_list li {
	border-bottom: 1px dashed #e4e4e4;
	padding: 25px;
	background: url(../images/ico2.png) 20px center no-repeat;
}
.news_list li .lMore {
	width: 95px;
	height: 95px;
	background: #545454;
	text-align: center;
	margin-top: 35px;
}
.news_list li .lMore .one {
	color: #fff;
	display: block;
	font-size: 23px;
	padding-top: 20px;
}
.news_list li .lMore .two {
	color: #fff;
	font-size: 15px;
}
.news_list li .title {
	width: 730px;
	margin-left: 30px;
	margin-top: 35px;
}
.news_list li .title a {
	font-size: 17px;
	color: #333;
	line-height: 35px;
}
.news_list li .title p {
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
.news_list li:hover .lMore {
	background: #e95404
}
.news_list li:hover .title a {
	padding-left: 13px;
	color: #e95404
}
.animationLCR li {
	position: relative;
}
.slideleft {
	animation-name: slideleft;
	animation-duration: 1s;
	-webkit-animation-name: slideleft;
	-webkit-animation-duration: 1s;
}
@keyframes slideleft {
 from {
 right: 800px;
 opacity: 0;
 filter: alpha(opacity=0);
}
to {
	right: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
}
@-webkit-keyframes slideleft /* Safari and Chrome */ {
 from {
 right: 800px;
 opacity: 0;
 filter: alpha(opacity=0);
}
to {
	right: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
}
.slideright {
	animation-name: slideright;
	animation-duration: 1s;
	-webkit-animation-name: slideright;
	-webkit-animation-duration: 1s;
}
@keyframes slideright {
 from {
 left: 800px;
 opacity: 0;
 filter: alpha(opacity=0);
}
to {
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
}
@-webkit-keyframes slideright /* Safari and Chrome */ {
 from {
 left: 800px;
 opacity: 0;
 filter: alpha(opacity=0);
}
to {
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
}
.zoomin {
	animation-name: zoomin;
	animation-duration: 1s;
	-webkit-animation-name: zoomin;
	-webkit-animation-duration: 1s;
}
@keyframes zoomin {
 from {
 transform: scale(0.5, 0.5);
 opacity: 0;
 filter: alpha(opacity=0);
}
to {
	transform: scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
}
@-webkit-keyframes zoomin /* Safari and Chrome */ {
 from {
 -webkit-transform: scale(0.5, 0.5);
 opacity: 0;
 filter: alpha(opacity=0);
}
to {
	-webkit-transform: scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
}
.zoomout {
	animation-name: zoomout;
	animation-duration: 1s;
	-webkit-animation-name: zoomout;
	-webkit-animation-duration: 1s;
}
@keyframes zoomout {
 from {
 transform: scale(1.2, 1.2);
 opacity: 0.5;
 filter: alpha(opacity=50);
}
to {
	transform: scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
}
@-webkit-keyframes zoomout /* Safari and Chrome */ {
 from {
 -webkit-transform: scale(1.2, 1.2);
 opacity: 0.5;
 filter: alpha(opacity=50);
}
to {
	-webkit-transform: scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
}
ul.workflow-list {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 1300px;
}
ul.workflow-list li {
	padding: 20px 0px 0px 0px;
	width: 32%;
	height: 210px;
	float: left;
	text-align: center;
	overflow: hidden;
	border: 1px solid #eaeaea;
	margin-right: 2%;
}
ul.workflow-list li:nth-child(3) {
 float: right;
 margin-right: 0%;
}
ul.workflow-list li .workflowicon {
}
ul.workflow-list li a {
	color: #666;
	display: block;
	padding: 15px 20px;
	position: relative;
}
ul.workflow-list li a span {
	display: none;
}
ul.workflow-list li a .workflowname {
	margin: 10px 0 0;
	font-size: 22px;
	color: #333;
	font-weight: 700;
}
ul.workflow-list li a .workflowintro {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
[class^="icon-index-"], [class*="icon-index-"] {
 background: url(../images/icon-index.png) no-repeat;
 display: inline-block;
 vertical-align: middle;
}
.icon-index-workflow {
	width: 133px;
	height: 105px;
}
.Ixiangmu {
	background: #FFF
}
.Isolution {
	background: #f3f3f3
}
.Icase {
}
.Ihuoban {
	background: #f3f3f3
}
.INews {
	background: #FFF
}
[class^="icon-logo-"], [class*="icon-logo-"] {
 background: url(../images/icon-logo.png) no-repeat;
 display: inline-block;
 width: 116px;
 height: 71px;
 vertical-align: middle;
 margin: 0 5px;
}
.icon-logo-01 {
	background-position: 0 0;
}
.icon-logo-02 {
	background-position: -116px 0;
}
.icon-logo-03 {
	background-position: -232px 0;
}
.icon-logo-04 {
	background-position: -348px 0;
}
.icon-logo-05 {
	background-position: -464px 0;
}
.icon-logo-06 {
	background-position: -580px 0;
}
.icon-logo-07 {
	background-position: -696px 0;
}
.icon-logo-08 {
	background-position: -812px 0;
}
.icon-logo-09 {
	background-position: -928px 0;
}
.icon-logo-10 {
	background-position: -1044px 0;
}
.icon-logo-11 {
	background-position: 0 -71px;
}
.icon-logo-12 {
	background-position: -116px -71px;
}
.icon-logo-13 {
	background-position: -232px -71px;
}
.icon-logo-14 {
	background-position: -348px -71px;
}
.icon-logo-15 {
	background-position: -464px -71px;
}
.icon-logo-16 {
	background-position: -580px -71px;
}
.icon-logo-17 {
	background-position: -696px -71px;
}
.icon-logo-18 {
	background-position: -812px -71px;
}
.icon-logo-19 {
	background-position: -928px -71px;
}
.icon-logo-20 {
	background-position: -1044px -71px;
}
.icon-logo-21 {
	background-position: 0 -142px;
}
.icon-logo-22 {
	background-position: -116px -142px;
}
.icon-logo-23 {
	background-position: -232px -142px;
}
.icon-logo-24 {
	background-position: -348px -142px;
}
.icon-logo-25 {
	background-position: -464px -142px;
}
.icon-logo-26 {
	background-position: -580px -142px;
}
.icon-logo-27 {
	background-position: -696px -142px;
}
.icon-logo-28 {
	background-position: -812px -142px;
}
.icon-logo-29 {
	background-position: -928px -142px;
}
.icon-logo-30 {
	background-position: -1044px -142px;
}
ul.logo-list li a:hover .icon-logo-01 {
	background-position: 0 -213px;
}
ul.logo-list li a:hover .icon-logo-02 {
	background-position: -116px -213px;
}
ul.logo-list li a:hover .icon-logo-03 {
	background-position: -232px -213px;
}
ul.logo-list li a:hover .icon-logo-04 {
	background-position: -348px -213px;
}
ul.logo-list li a:hover .icon-logo-05 {
	background-position: -464px -213px;
}
ul.logo-list li a:hover .icon-logo-06 {
	background-position: -580px -213px;
}
ul.logo-list li a:hover .icon-logo-07 {
	background-position: -696px -213px;
}
ul.logo-list li a:hover .icon-logo-08 {
	background-position: -812px -213px;
}
ul.logo-list li a:hover .icon-logo-09 {
	background-position: -928px -213px;
}
ul.logo-list li a:hover .icon-logo-10 {
	background-position: -1044px -213px;
}
ul.logo-list li a:hover .icon-logo-11 {
	background-position: 0 -284px;
}
ul.logo-list li a:hover .icon-logo-12 {
	background-position: -116px -284px;
}
ul.logo-list li a:hover .icon-logo-13 {
	background-position: -232px -284px;
}
ul.logo-list li a:hover .icon-logo-14 {
	background-position: -348px -284px;
}
ul.logo-list li a:hover .icon-logo-15 {
	background-position: -464px -284px;
}
ul.logo-list li a:hover .icon-logo-16 {
	background-position: -580px -284px;
}
ul.logo-list li a:hover .icon-logo-17 {
	background-position: -696px -284px;
}
ul.logo-list li a:hover .icon-logo-18 {
	background-position: -812px -284px;
}
ul.logo-list li a:hover .icon-logo-19 {
	background-position: -928px -284px;
}
ul.logo-list li a:hover .icon-logo-20 {
	background-position: -1044px -284px;
}
ul.logo-list li a:hover .icon-logo-21 {
	background-position: 0 -355px;
}
ul.logo-list li a:hover .icon-logo-22 {
	background-position: -116px -355px;
}
ul.logo-list li a:hover .icon-logo-23 {
	background-position: -232px -355px;
}
ul.logo-list li a:hover .icon-logo-24 {
	background-position: -348px -355px;
}
ul.logo-list li a:hover .icon-logo-25 {
	background-position: -464px -355px;
}
ul.logo-list li a:hover .icon-logo-26 {
	background-position: -580px -355px;
}
ul.logo-list li a:hover .icon-logo-27 {
	background-position: -696px -355px;
}
ul.logo-list li a:hover .icon-logo-28 {
	background-position: -812px -355px;
}
ul.logo-list li a:hover .icon-logo-29 {
	background-position: -928px -355px;
}
ul.logo-list li a:hover .icon-logo-30 {
	background-position: -1044px -355px;
}
ul.logo-list {
	margin: 60px auto;
	padding: 0;
	list-style: none;
	width: 1100px;
}
ul.logo-list li {
	float: left;
	margin: 0 0 35px 42px;
	width: 136px;
	text-align: center;
}
ul.logo-list li a {
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: default;
}
ul.logo-list li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.Inews_List {
	margin-top: 90px;
	text-align: center;
	width: 1300px
}
.Inews_Item {
	margin: 0 3%;
	float: left;
	width: 44%;
	margin-bottom: 60px
}
.Inews_Item .f-info {
	width: 455px;
	text-align: left
}
.Inews_Item .f-time {
	text-align: right;
	float: left;
	margin-right: 30px
}
.Inews_Item .f-hot {
	display: inline-block;
 *display: inline;
	_zoom: 1;
	width: 25px;
	height: 25px;
	background: url(../images/hot_1.gif);
	vertical-align: middle;
	margin-right: 10px
}
.Inews_Item .f-txt {
	vertical-align: middle;
	color: #333;
}
.Inews_Item .f-info {
	float: left
}
.Inews_Item .f-time-md, .Inews_Item .f-info-title {
	font-size: 25px;
	line-height: 1;
	font-weight: normal;
	height: 36px;
	overflow: hidden;
	color: #333;
}
.Inews_Item .f-info-title {
	font-size: 18px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.Inews_Item .f-info-title .f-a {
	color: #333
}
.Inews_Item .f-info-title .f-a:hover span {
	color: #e95404
}
.Inews_Item .f-time {
	width: 80px;
	margin-left: -20px
}
.Inews_Item .f-time-y, .Inews_Item .f-info-intro {
	font-size: 14px;
	color: #999;
	margin: 0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden
}
.td_body {
	border: 1px solid #dfdfdf;
	height: 300px;
}
.map_box {
	width: 100%;
}
.map_ul {
	margin: 0 auto;
}
.map_ul li {
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.map_ul li .map_ul_title {
	background: #eeeeee;
	padding: 10px;
	line-height: 25px;
	font-size: 16px;
}
.map_ul li .links {
	padding: 10px;
	line-height: 20px;
	font-size: 15px;
}
.map_ul li .links a {
	padding-left: 10px;
}
.Ilink {
}
.Ilink_title {
	width:100%;
	border-bottom:1px solid #e2e2e2;
	text-align:left;
}
.Ilink_title h3 {
	text-align:left;
	font-size:24px;
	line-height:80px;
}
.Ilink_List {
	width:100%;
	margin-top:20px;
}
.Ilink_List li {
	width:10%;
	float:left;
	text-align:left;
	line-height:30px;
}
