@charset "utf-8";

	background: none repeat scroll 0 0 #fff;
/* CSS Document */
body, button, input, select, textarea {
	color: #565656;
	font: 14px/1 "Arial", "微软雅黑";
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
	text-decoration: none;
	height: auto;
	padding: 0;
	margin: 0;
}

*{
    
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing:content-box;
    
}
a,a:hover{ text-decoration: none;}

ol.breadcrumb{ background: none; padding: 0px;}
ol.breadcrumb li{ display: inline;}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 14px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
p {
	margin: 0;
	padding: 0;
}
/* 重置表单元素 */
legend {
	color: #565656;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
/* 重置 hr */
hr {
	border: none;
	height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}
:link {
	text-decoration: none;
	color: #565656;
}
:visited {
	text-decoration: none;
	color: #565656;
}
/*======================公用样式=======================*/
.warp {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.top {
	width: 100%;
	height: 128px;
	background: url(../images/topbg.jpg) no-repeat center;
}
.header {
	width: 1200px;
	height: 128px;
	margin: 0 auto;
	position: relative;
}
.logo {
	width: 430px;
	height: 128px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}
.menu {
	position: absolute;
	right: 0;
	top: 77px;
}
.menu li {
	float: left;
	font-size: 16px;
}
.menu li a {
	display: block;
	color: #686868;
	margin-left: 48px;
}
.menu li a:hover {
	display: block;
	color: #272727;
}
.ch {
	width: 21px;
	height: 15px;
	position: absolute;
	top: 41px;
	right: 36px;
	background: url(../images/ch.jpg) no-repeat;
}
.en {
	width: 21px;
	height: 15px;
	position: absolute;
	top: 41px;
	right: 3px;
	background: url(../images/en.jpg) no-repeat;
}
.ch a, .en a {
	display: block;
	text-indent: -9999px;
}
.index_ban {
	width: 100%;
	height: 550px;
}
.index_ban #full-screen-slider {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	position: relative;
}
.index_ban #slides {
	display: block;
	width: 100%;
	height: 550px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.index_ban #slides li {
	display: block;
	width: 100%;
	height: 550px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
.index_ban #slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 92%;
	z-index: 9900;
}
#pagination li {
	display: block;
	list-style: none;
	width: 17px;
	height: 17px;
	float: left;
	margin-left: 5px;
	background: #fff;
	border-radius: 10px;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #1c57a5;
}
.inner_ban {
	width: 100%;
	height: 525px;
}
.inner_ban #full-screen-slider {
	width: 100%;
	height: 525px;
	margin: 0 auto;
	position: relative;
}
.inner_ban #slides {
	display: block;
	width: 100%;
	height: 525px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.inner_ban #slides li {
	display: block;
	width: 100%;
	height: 525px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
.inner_ban #slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
/*======================首页样式=======================*/
.index_box_1 {
	width: 100%;
	height: 56px;
	background: #2e2e2e;
}
.index_box_1 .main {
	width: 1200px;
	height: 56px;
	margin: 0 auto;
}
.index_box_1 .box_1_new {
	width: 1200px;
	height: 56px;
}
.index_box_1 .box_1_new dt {
	width: 131px;
	line-height: 56px;
	float: left;
	background: url(../images/index_newtbg.jpg) no-repeat;
	text-indent: 56px;
	color: #fff;
	margin-right: 20px;
}
.index_box_1 .box_1_new dd:last-child {
	margin-right: 0px;
}
.index_box_1 .box_1_new dd {
	width: 488px;
	line-height: 56px;
	float: left;
	margin-right: 73px;
}
.index_box_1 .box_1_new dd span {
	width: 325px;
	overflow: hidden;
	float: left;
	display: block;
}
.index_box_1 .box_1_new dd span a {
	color: #a6a6a6;
}
.index_box_1 .box_1_new dd em {
	float: right;
	display: block;
	color: #7f7f7f;
	font-size: 12px;
}
.index_procat {
	width: 1200px;
	height: 568px;
	margin: 0 auto;
	padding-top: 65px;
}
.index_procat_tit {
	width: 1200px;
	height: 118px;
	text-align: center;
	background: url(../images/index_pro_tit.jpg) no-repeat;
}
.index_procat_tit h2 {
	display: block;
	height: 39px;
	font-size: 32px;
	color: #0b0b0b;
	padding-top: 10px;
	font-weight: normal;
}
.index_procat_tit p {
	display: block;
	height: 20px;
	color: #959595;
}
.index_procat_tit em {
	display: block;
	font-size: 15px;
	color: #434343;
}
.pro_list_inner {
	width: 1200px;
	height: 357px;
	position: relative;
}
.left_btn {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 113px;
	left: -75px;
	background: url(../images/fl_link.png) no-repeat;
}
.right_btn {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 113px;
	right: -75px;
	background: url(../images/fr_link.png) no-repeat;
}
.left_btn a, .right_btn a {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
}
.sy_pro_list {
	width: 1200px;
	height: 357px;
}
.sy_pro_list .swiper-container {
	width: 100%;
	height: 100%;
}
.sy_pro_list .swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_list_inner .swiper-button-next {
	right: -40px;
	left: auto;
}
.pro_list_inner .swiper-button-prev {
	left: -40px;
	right: auto;
}
.pro_list_inner .swiper-pagination {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 18px;
}
.pro_list_inner .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: .8;
	margin-right: 7px;
}
.pro_list_inner .swiper-pagination .swiper-pagination-bullet-active {
	background: #1c57a5;
	opacity: .8;
}
.pro_list_inner .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
.sy_pro_list ul {
	width: 1200px;
}
.sy_pro_list li {
	width: 292px;
	height: 355px;
	float: left;
	margin: 0 3px;
}
.sy_pro_list li img {
	width: 292px;
	height: 243px;
	border: 1px solid #E8E8E8;
	display: block;
}
.sy_pro_list li .txt {
	width: 292px;
	height: 106px;
}
.sy_pro_list li .txt span {
	display: block;
	width: 292px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.sy_pro_list li .txt span a {
	color: #2e2d2d;
	display: block;
}
.sy_pro_list li .txt em {
	display: block;
	width: 282px;
	margin: 0 5px;
	height: 66px;
	line-height: 22px;
	overflow: hidden;
	color: #818181;
}
.index_box_2 {
	width: 100%;
	height: 691px;
	background: url(../images/index_box_2bg.jpg) no-repeat center;
}
.index_about {
	width: 1200px;
	margin: 0 auto;
}
.index_about_tit {
	width: 1200px;
	height: 167px;
	padding-top: 39px;
	text-align: center;
}
.index_about_tit h2 {
	display: block;
	height: 39px;
	font-size: 32px;
	color: #0b0b0b;
	padding-top: 10px;
	font-weight: normal;
}
.index_about_tit p {
	display: block;
	height: 20px;
	color: #959595;
}
.index_about_tit em {
	display: block;
	font-size: 15px;
	color: #434343;
}
.index_about .main {
	width: 1200px;
	height: 446px;
}
.index_about .main_fl {
	width: 600px;
	height: 440px;
	float: left;
	position: relative;
	color: #fff;
}



.index_about .main_fl .tit_1 {
	position: absolute;
	top: 37px;
	left: 2px;
	font-size: 26px;
}
.index_about .main_fl .tit_2 {
	position: absolute;
	top: 71px;
	left: 2px;
	font-size: 14px;
}
.index_about .main_fl .txt {
	width: 590px;
	height: 220px;
	line-height: 24px;
	position: absolute;
	top: 125px;
	left: 2px;
	font-size: 14px;
}
.index_about .main_fl .txt a {
	color: #fff;
}
.index_about .main_fl .more {
	width: 131px;
	line-height: 34px;
	position: absolute;
	top: 372px;
	left: 2px;
	text-align: center;
}
.index_about .main_fl .more a {
	display: block;
	color: #fff;
	font-size: 14px;
}
.index_about .main_fr {
	width: 580px;
	height: 440px;
	float: left;
	margin-left: 20px;
}
.index_about .main_fr video {
	width: 580px;
	height: 410px;
}
.index_box_3 {
	width: 100%;
	height: 440px;
	background: url(../images/index_box_3bg.jpg) no-repeat center;
}
.index_ys {
	width: 1200px;
	height: 440px;
	margin: 0 auto;
}
.index_ys_tit {
	width: 1200px;
	height: 153px;
	padding-top: 57px;
	text-align: center;
}
.index_ys_tit h2 {
	display: block;
	height: 39px;
	font-size: 32px;
	color: #0b0b0b;
	padding-top: 10px;
	font-weight: normal;
}
.index_ys_tit p {
	display: block;
	height: 20px;
	color: #959595;
}
.index_ys_tit em {
	display: block;
	font-size: 15px;
	color: #434343;
}
.index_ys ul {
	width: 1200px;
	height: 152px;
	display: block;
}
.index_ys ul li {
	width: 240px;
	height: 150px;
	float: left;
	position: relative;
}
.index_ys ul li span {
	display: block;
	width: 240px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #2f2f2f;
	position: absolute;
	top: 100px;
	left: 0;
}
.index_ys ul li span a {
	display: block;
	width: 240px;
	color: #2f2f2f;
}
.index_ys ul li em {
	display: block;
	width: 240px;
	text-align: center;
	position: absolute;
	top: 130px;
	left: 0;
	color: #98979b;
}
.index_news {
	width: 1200px;
	height: 575px;
	margin: 60px auto 0;
}
.index_news_tit {
	width: 1200px;
	height: 118px;
	text-align: center;
	background: url(../images/index_news_tit.jpg) no-repeat;
}
.index_news_tit h2 {
	display: block;
	height: 39px;
	font-size: 32px;
	color: #0b0b0b;
	padding-top: 10px;
	font-weight: normal;
}
.index_news_tit p {
	display: block;
	height: 20px;
	color: #959595;
}
.index_news_tit em {
	display: block;
	font-size: 15px;
	color: #434343;
}
.index_news_menu {
	width: 298px;
	height: 90px;
	margin: 0 auto;
}
.index_news_menu li {
	width: 139px;
	line-height: 39px;
	text-align: center;
	background: #818181;
	margin: 0 5px;
	float: left;
}
.index_news_menu li a {
	display: block;
	font-size: 15px;
	color: #fff;
}
.index_news_menu li a:hover, .index_news_menu li a.sel {
	display: block;
	background: #1c57a5;
}
.index_new_main {
	width: 1200px;
}
.index_equipment {
	width: 1200px;
	height: 430px;
	margin: 0 auto;
	padding-top: 0px;
}
.index_equipment_tit {
	width: 1200px;
	height: 134px;
	text-align: center;
}
.index_equipment_tit h2 {
	display: block;
	height: 39px;
	font-size: 32px;
	color: #0b0b0b;
	padding-top: 10px;
	font-weight: normal;
}
.index_equipment_tit p {
	display: block;
	height: 20px;
	color: #959595;
}
.index_equipment_tit em {
	display: block;
	font-size: 15px;
	color: #434343;
}
.sy_equipment_list {
	width: 1200px;
	height: 272px;
}
.sy_equipment_list .swiper-container {
	width: 100%;
	height: 100%;
}
.sy_equipment_list .swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.equipment_list_inner .swiper-button-next {
	right: -40px;
	left: auto;
}
.equipment_list_inner .swiper-button-prev {
	left: -40px;
	right: auto;
}
.equipment_list_inner .swiper-pagination {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 18px;
}
.equipment_list_inner .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: .8;
	margin-right: 7px;
}
.equipment_list_inner .swiper-pagination .swiper-pagination-bullet-active {
	background: #1c57a5;
	opacity: .8;
}
.equipment_list_inner .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
.sy_equipment_list ul {
	width: 1200px;
}
.sy_equipment_list li {
	width: 222px;
    
	height: 272px;
	float: left;
	margin-right: 22px;
}
.sy_equipment_list li:last-child {
	margin-right: 0px;
}
.sy_equipment_list li img {
	width: 220px;
	height: 190px;
	border: 1px solid #E8E8E8;
	display: block;
}
.sy_equipment_list li .txt {
	width: 100%;
	height: 74px;
}
.sy_equipment_list li .txt span {
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.sy_equipment_list li .txt span a {
	color: #2e2d2d;
	display: block;
}
.sy_equipment_list li .txt em {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	color: #818181;
}
/*
.index_new_top { width:497px; height:438px; float:left; position:relative; background:#e9e9e9;}
.index_new_top .pic { width:497px; height:333px; position:absolute; top:0; left:0;}
.index_new_top .pic img { width:497px; height:333px;}

.index_new_top .tit {width:445px; position:absolute; top:353px; left:26px; font-size:16px;}
.index_new_top .tit a { color:#111; text-decoration:underline;}
.index_new_top .txt { width:445px; height:38px; line-height:19px; position:absolute; top:381px; left:26px; color:#565656; font-size:12px;}

/*
.index_new_list { width:669px; float:left; margin-left:34px;}
.index_new_list li { width:669px; height:105px; background:url(../images/index_news_listli.jpg) no-repeat; margin-bottom:6px;}
.index_new_list li .time { width:123px; height:105px; float:left; position:relative;}
.index_new_list li .time em { position:absolute; top:26px; left:37px; font-size:45px; font-weight:bold; color:#afafaf;}
.index_new_list li .time span {position:absolute; top:69px; left:29px; color:#afafaf; font-size:18px;}


.index_new_list li .con {width:472px; height:105px; float:left; position:relative; margin-left:32px;}
.index_new_list li .tit {width:472px;  position:absolute; top:24px; left:0;  font-size:16px;}
.index_new_list li .tit a { color:#111; text-decoration:underline;}
.index_new_list li .txt {width:472px; line-height:20px; position:absolute; top:52px; left:0; color:#565656; font-size:12px;}
.index_new_list li:hover { display:block;  width:669px; height:105px; background:url(../images/index_news_listlia.jpg) no-repeat;}
.index_new_list li:hover a,.index_new_list li:hover a p,.index_new_list li:hover .time span,.index_new_list li:hover .time em { color:#fff;}
*/

.index_news_con {
	width: 1200px;
	height: 304px; /* margin-top:10px; */
	display: none;
}
.index_news_con .index_news_con_l {
	height: 304px;
	width: 26%;
	float: left;
	position: relative;
	margin-right: 2%;
}
.index_news_con_l img {
	width: 300px;
	height: 200px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #CACACA;
}
.index_news_con_l .tit {
	width: 300px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	top: 215px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	;
}
.index_news_con_l .tit a {
	color: #000;
}
.index_news_con_l .txt {
	line-height: 20px;
	height: 60px;
	color: #818181;
	overflow: hidden;
	position: absolute;
	top: 240px;
	left: 0;
}
.index_news_con_f {
	width: 72%;
	float: left;
}
.index_news_con_f li {
	width: 48%;
	height: 65px;
	float: left;
	display: block;
	margin: 10px 0 0 2%;
	border-bottom: 1px dotted #a7a7a7;
}
.index_news_con_f li:last-child {
	margin-right: 0px;
}
.index_news_con_f li .date {
	width: 70px;
	height: 55px;
	float: left;
	text-align: center;
	background: #EFEFEF;
}
.index_news_con_f li .date span {
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	color: #1c57a5;
}
.index_news_con_f li .date p {
	font-size: 14px;
	color: #000;
}
.index_news_con_f li .n_txt {
	display: block;
	width: 332px;
	float: left;
	margin-left: 10px;
	height: 55px;
	overflow: hidden;
	position: relative;
}
.index_news_con_f li .n_txt span {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.index_news_con_f li .n_txt span a {
	color: #000;
}
.index_news_con_f li .n_txt p {
	height: 36px;
	line-height: 18px;
	color: #818181;
	position: absolute;
	top: 20px;
	left: 0;
}
/*=======================内页样式=======================*/
.inner_t {
	width: 100%;
	overflow: hidden;
	background: #1c57a5;
}
.inner_menu {
	width: 1199px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #2969bc;
}
.inner_menu li {
	width: 238px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-right: 1px solid #2969bc;
	border-bottom: 1px solid #2969bc;
	float: left;
	text-align: center;
	font-size: 13px;
}
.inner_menu li a {
	display: block;
	color: #fff;
}
.inner_menu li a:hover {
	display: block;
	color: #fff;
	background: #399b38;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.location {
	width: 1200px;
	height: 59px;
	margin-top: 50px;
	overflow: hidden;
	font-size: 13px;
}
.inner_tit {
	width: 1200px;
	height: 69px;
}
.inner_tit span {
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #1c57a5;
	border-bottom: 4px solid #1c57a5;
}
.inner_pro {
	overflow: hidden;
}
.inner_pro li {
	width: 292px;
	height: 370px;
	float: left;
	margin: 0 3px;
	margin-bottom: 20px;
}
.inner_pro li img {
	width: 290px;
	height: 240px;
	border: 1px solid #dbdbdb;
	display: block;
}
.inner_pro li .txt {
	width: 292px;
	height: 128px;
}
.inner_pro li .txt span {
	display: block;
	width: 292px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.inner_pro li .txt span a {
	color: #2e2d2d;
	display: block;
}
.inner_pro li .txt em {
	display: block;
	width: 292px;
	height: 88px;
	line-height: 22px;
}
.list_cat {
	width: 1200px;
	height: 250px; /* border-bottom:1px dotted #b9b9b9; */
}
.list_cat img {
	width: 290px;
	height: 240px;
	border: 1px solid #dbdbdb;
	display: block;
	float: left;
}
.list_cat .main {
	width: 854px;
	height: 243px;
	float: left;
	margin-left: 54px;
}
.list_cat .main .tit {
	height: 38px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #2e2d2d;
}
.inner .paramInfo {
	height: 68px;
}
.inner .paramInfo .tit h1 {
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}
.inner .paramInner {
	clear: both;
}
.list_cat .main .txt {
	width: 854px;
	height: 169px;
	overflow: hidden;
	line-height: 25px;
}
.list_cat_nav {
	width: 854px;
	height: 37px;
}
.list_cat_nav li {
	width: 142px;
	line-height: 37px;
	margin-right: 10px;
	background: #1c57a5;
	float: left;
	text-align: center;
}
.list_cat_nav li a {
	display: block;
	font-size: 14px;
	color: #fff;
}
.list_pro {
	width: 1200px;
	padding-top: 10px;
}
.list_pro h2 {
	font-size: 16px;
	line-height: 40px;
	margin-left: 5px;
}
.list_pro .txt {
	line-height: 25px;
}
.list_pro .txt h2 {
	line-height: 35px;
	text-indent: 24px;
	font-size: 15px;
}
.list_news {
	width: 1200px;
	float: left;
	margin-bottom: 30px;
}
.list_news h2 {
	font-size: 16px;
	line-height: 40px;
	margin-left: 5px;
	border-bottom: 1px dotted #b9b9b9;
}
.inner_pic {
	overflow: hidden;
	margin-top: 10px;
}
.inner_pic li {
	width: 292px;
	height: 280px;
	float: left;
	margin: 0 4px;
	margin-bottom: 20px;
}
.inner_pic li img {
	width: 290px;
	height: 240px;
	border: 1px solid #dbdbdb;
	display: block;
}
.inner_pic li span {
	display: block;
	width: 282px;
	padding: 2px 5px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background: #404040;
}
.inner_pic li span a {
	display: block;
	color: #fff;
}
.inner_pic li:hover a {
	display: block;
	background: #1c57a5;
}
.about {
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
}
.about video, .about .info {
	margin-right: 2%;
}
.about iframe {
	width: 68%;
	float: right;
}
about .info {
	margin-right: 0px;
	width: 30%;
	float: left;
}
.show_pro {
	padding: 15px;
	overflow: hidden;
	line-height: 20px;
}
.news {
	overflow: hidden;
}
.news ul {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.news ul li {
	width: 1200px;
	height: 231px;
	overflow: hidden;
	border-bottom: 1px dotted #cccbca;
	margin-bottom: 30px;
	position: relative;
}
.news ul li img {
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 30px;
}
.news ul li .tit {
	position: absolute;
	top: 5px;
	left: 362px;
	font-size: 18px;
	font-weight: bold;
}
.news ul li .tit a {
	color: #6b6b6b;
}
.news ul li .tit a:hover {
	text-decoration: underline;
}
.news ul li .time {
	position: absolute;
	top: 40px;
	left: 365px;
	font-size: 12px;
	color: #6b6b6b;
}
.news ul li .txt {
	width: 808px;
	height: 90px;
	line-height: 30px;
	font-size: 12px;
	position: absolute;
	top: 65px;
	left: 362px;
}
.news ul li .more {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #1c57a5;
	border-radius: 10px;
	position: absolute;
	top: 165px;
	left: 362px;
}
.news ul li .more a {
	color: #fff;
}
.shownews {
	overflow: hidden;
}
.shownews a:hover {
	text-decoration: underline;
}
.shownews .title {
	background: #e7e7e7;
	height: 65px;
	text-align: center;
}
.shownews .title h1 {
	color: #000;
	font-size: 18px;
	line-height: 40px;
}
.shownews .title span {
	line-height: 18px;
}
.shownews DIV.text {
	padding-top: 10px;
	line-height: 20px;
}
.shownews DIV.text p {
	line-height: 30px;
	margin: 5px 0;
}
.hr {
	color: #666666;
	margin: 20px 0;
}
.hr a {
	color: #D2211F;
	padding: 0 10px;
	text-decoration: underline;
}
table.job {
	border-collapse: collapse;
	color: #777777;
	width: 100%;
}
table.job th, .job td {
	border: 1px solid #DDDDDD;
}
table.job th {
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
table.job td {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 10px;
	text-align: center;
}
table.job a.close {
	height: 28px;
	line-height: 28px;
}
table.job .jobdetail {
	background: url("../images/jobdetail.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 24px;
	margin: 0 auto;
	width: 76px;
}
table.job .mydiv {
	left: 50%;
	margin: -135px 0 0 -325px;
	position: fixed !important;
	top: 30%;
	width: 650px;
	z-index: 999;
}
table.job .mydiv table {
	border-collapse: collapse;
	color: #777777;
	line-height: 22px;
}
table.job .mydiv table .alignleft {
	text-align: left;
}
.guestbook {
	padding-top: 30px;
}
.guestbook table th {
	color: #777;
	text-align: left;
}
.guestbook table td input, .guestbook table td textarea {
	border: 1px solid #777;
	background: #f0f0f0;
}
.red {
	color: red
}
#inquiry_form input, #inquiry_form img {
	vertical-align: middle;
}
/*新闻中心页面和新闻终端页面样式*/
.newslist {
}
.newslist table {
	width: 100%;
	border-left: 1px #999 solid;
	border-top: 1px #999 solid;
	color: #666;
	margin: 0 0 20px 0;
}
.newslist table td {
	padding: 10px 15px;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
}
.newslist table a {
	color: #792C21;
	font-weight: bold;
}
.newslist table .newslist-1 {
	width: 68%;
	background: #FFF;
}
.newslist table .newslist-2 {
	width: 16%;
	background: #FFF;
	text-align: center;
}
.newslist table .newslist-3 {
	width: 16%;
	background: #FFF;
	text-align: center;
}
.single h1 {
	padding: 7px 0;
	color: #333;
	text-align: center;
	font-size: 14px;
	border-bottom: #666 1px dotted;
}
.single span.title {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #666;
	text-align: center;
}
.single p {
	margin: 20px 0;
	line-height: 22px;
	color: #000;
}
.back {
	height: 27px;
	padding: 7px 0;
	text-align: right;
}
.back a {
	width: 116px;
	height: 27px;
	color: #3487D1;
}
/*在线询盘页面样式*/
.inquiry_form {
	padding: 10px 0 0 30px;
	color: #000;
	font-family: Tahoma;
}
.inquiry_form tr {
	margin: 0 0 15px 0;
}
.inquiry_form th {
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: normal;
}
.inquiry_form td input, .inquiry_form td textarea {
	border: 1px solid #bbb;
	padding: 2px;
}
.inquiry_form td .btn_box {
	width: 60px;
	height: 24px;
	border: 1px solid #bbb;
	background: #e6e6e6 url(../images/inquiry_btn.jpg) repeat-x;
	color: #333;
	cursor: pointer;
}
/*======================分页样式=======================*/
.pager {
	margin: 20px auto 0;
	padding: 5px 0;
	clear: both;
}
.page_link {
	height: 22px;
	padding: 0 20px;
	font-size: 14px;
	color: #777;
}
.pager span {
	line-height: 20px;
	background: #F0F0F0;
	margin: 0px 2px;
	padding: 0 0.6em;
	float: left;
}
.pager span a {
	display: block;
}
.page_link_total {
	color: #777;
}
.page_link_now {
	font-weight: bold;
	color: #d2211f;
}
/*======================底部样式=======================*/
.foot_link {
	width: 100%;
	line-height: 30px;
	background: #e8e8e8;
}
.foot_link p {
	width: 1200px;
	margin: 0 auto;
}
.foot {
	width: 100%;
	height: 350px;
	background: url(../images/foot_bg.jpg) repeat-x;
	clear: both;
}
.foot_con {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	background: url(../images/foot_conbg.jpg) no-repeat center;
	position: relative;
}
.foot_con_tel {
	position: absolute;
	top: 79px;
	left: 54px;
	color: #555;
}
.foot_con_tel span {
	display: block;
	height: 19px;
	font-size: 14px;
}
.foot_con_tel em {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.foot_fx {
	width: 260px;
	height: 50px;
	position: absolute;
	top: 137px;
	left: 4px;
}
.foot_menu {
	width: 929px;
	height: 220px;
	position: absolute;
	top: 67px;
	left: 306px;
}
.foot_menu li {
	LINE-HEIGHT: 25px;
	OVERFLOW: hidden;
	font-size: 14px;
	color: #7f7f7f;
}
.foot_menu li a {
	color: #7f7f7f;
}
.foot_menu li a:hover {
	text-decoration: underline;
}
.foot_menu P {
	font-size: 16px;
	height: 26px;
	color: #fff;
}
.foot_menu P a {
	color: #fff;
}
.f1 {
	width: 130px;
	float: left;
}
.f2 {
	width: 270px;
	float: left;
}
.f2 li {
	width: 135px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	float: left;
}
.f3 {
	width: 135px;
	float: left;
}
.f3 li {
	width: 135px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	float: left;
}
.f4 {
	width: 390px;
	float: left;
}
.f4 p {
	height: 22px;
}
.f4 li {
	line-height: 30px;
	text-indent: 29px;
}
.er {
	width: 109px;
	height: 109px;
	float: left;
	margin-top: 22px;
}
.foot_txt {
	width: 1200px;
	position: absolute;
	top: 288px;
	left: 0;
	line-height: 62px;
	text-align: center;
	color: #6e6e6e;
}
.foot_txt a {
	color: #6e6e6e;
}
.list_pro table {
	border-collapse: collapse;
	border: #ccc solid 1px;
}
.list_pro table td, dl.show_inner dd table tr {
	border: #ccc solid 1px;
}
.list_pro table td {
	padding-left: 4px;
}
.pro_description_cont table {
	border-collapse: collapse;
	border: #ccc solid 1px;
}
.pro_description_cont table td, dl.show_inner dd table tr {
	border: #ccc solid 1px;
}
.pro_description_cont table td {
	padding-left: 4px;
}