@charset "utf-8";

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;
}
/*======================首页样式=======================*/
.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;
}

.index_prolist {
	width: 1200px;
	margin: 0 auto;
	padding-top: 65px;
	overflow:hidden;
}
.index_prolist_tit {
	width: 1200px;
	height: 118px;
	text-align: center;
	background: url(../images/index_pro_tit.jpg) no-repeat;
	overflow:hidden;
}
.index_prolist_tit h2 {
	display: block;
	height: 39px;
	font-size: 32px;
	color: #0b0b0b;
	padding-top: 10px;
	font-weight: normal;
}
.index_prolist_tit p {
	display: block;
	height: 20px;
	color: #959595;
}

.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: #ea4e00;
	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: 600px;
	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: #f4510e;
}
.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: #ea4e00;
	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: #F4510E;
}
.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: #2b2b2b;
}
.inner_menu {
	width: 1199px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #4f4f4f;
}
.inner_menu li {
	width: 170px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-right: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	float: left;
	text-align: center;
	font-size: 13px;
}
.inner_menu li a {
	display: block;
	color: #cfcfcf;
}
.inner_menu li a:hover {
	display: block;
	color: #fff;
	background: #f4510e;
}
.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: #f4510e;
	border-bottom: 4px solid #f4510e;
}
.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: #f4510e;
	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: #f4510e;
}
.about {
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
}
.about video, .about .info {
	margin-right: 2%;
}
.about video {
	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: #f4510e;
	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;
}
.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;
}



/*新闻中心*/
.news_btk{ width:100%; height:95px; border-bottom:1px solid #eee8e8; margin-top:50px;}
.news_bt{ width:100%; font-size:36px; color:#0065d3; line-height:36px; font-weight:bold; margin:0 auto; text-align:center;}
.news_bt span{font-size:36px; color:#333333; }
.news_xbt{ width:100%; font-size:18px; color:#333333; line-height:18px;  padding-top:12px; margin:0 auto; text-align:center;}
.news{ width:1200px; margin:0 auto;}
.news_t {
	overflow: hidden;
	width: 610px;
	right: 0;
	z-index: 2;
	height: 80px;
	padding-left: 44px;
	margin-left: 300px;
	margin-bottom: 20px;
}
.news_t ul li{ float:left; width:180px; height:80px;}
.news_t ul li a {
	background: #f7f1ed;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 45px;
	width: 160px;
	text-align: center;
	font-size: 18px;
	transition: all 0.8s linear;
	margin: 20px 5px 0 5px;
	border-radius: 30px;
}

.news_t li.on a{
	text-decoration: none;
	transition: all 0.8s linear;
	color: #fff;
	background: #0065d3;
	margin-right: 5px;
	border-radius: 30px;
}


.news_box .news_dont_tai_list {
	width: 1200px;
	height: 544px;
}

.news_box .news_dont_tai_list .news_div .news_div_item {
	float:left;
	border: 1px solid #ddd;
	width: 530px;
	height: 164px;
	padding-left: 10px;
	margin-bottom: 23px;
	margin-right:5px;
	margin-left:5px;
}

.news_box .news_dont_tai_list .news_div .news_div_item .item_date {
	width: 99px;
	height: 96px;
	float: right;
	margin-top: 35px;
	margin-right: 12px;
	background: url(../images/date_bg.png) no-repeat;
}
.news_box .news_dont_tai_list .news_div .news_div_item .item_date .item_year {
	clear:both;
	width:95px;
	font-size: 23px;
	color: #0065d3;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}
.news_box .news_dont_tai_list .news_div .news_div_item .item_date .item_month_day {
	clear:both;
	width:95px;
	font-size: 20px;
	color: #fff;
	float: left;
	padding: 17px 0px 0 21px;
	font-weight: bold;
}

.news_box .news_dont_tai_list .news_div .news_div_item .item_content .item_body {
	width: 410px;
	height: 60px;
	line-height: 30px;
	color: #cdc4bd;
	overflow: hidden;
	margin-top: 7px;
	float:left;
	font-size:14px; 
}


.news_box .news_dont_tai .news_div_item .item_content {padding-left: 30px; }
.news_box .news_dont_tai_list .news_div .news_div_item .item_content .item_title{ margin-top:20px;}
.news_box .news_dont_tai_list .news_div .news_div_item .item_content .item_title a {color: #333333; font-weight: bold; font-size: 18px;}
.news_box .news_dont_tai_list .news_div .news_div_item .item_content .item_title a:hover{color: #0065d3; font-size: 18px;}

.al_bt { width:1180px;text-align:center;padding-top:20px;}
.al_bt h3{ line-height:20px; font-family:"微软雅黑"; font-size:18px; font-weight:normal;}
.al_bt h4{width:250px;height:2px;margin:0 auto;margin-top:15px;background:#e5e5e5;}
.al_bt span {line-height:35px;font-size:14px;}

.ys{ width:1180px; height:1900px; margin:30px auto;}
.ys_tel{ font-size:16px; font-family:"微软雅黑"; margin-top:10px; text-align:center;}
.ys_tel span{ font-size:22px; font-weight:bold; color:#ce0000;}
.ys_nr{ width:1180px; height:1765px; position:relative; background:url(../images/ys_bj.jpg) no-repeat center; margin-top:10px;}
.ys_1{ width:480px; height:auto; position:absolute; left:650px; top:30px;}
.ys_1 dl dt{ width:260px; height:30px; line-height:30px; font-family:"微软雅黑"; font-size:16px; font-weight:bold; border-bottom:2px dotted #ccc;}
.ys_1 dl dd{ width:480px; height:auto; margin-top:5px;}
.ys_1 dl dd ul li{ width:480px; height:auto; line-height:20px; background:url(../images/tb.jpg) no-repeat 0 10px; padding-left:20px; font-size:12px; font-family:"微软雅黑";}
.ys_1 dl dd ul li span{ color:#ce0000;}
.ys_2{ width:460px; height:auto; position:absolute; left:180px; top:350px;}
.ys_2 dl dt{ width:260px; height:30px; line-height:30px; font-family:"微软雅黑"; font-size:16px; font-weight:bold; border-bottom:2px dotted #ccc;}
.ys_2 dl dd{ width:480px; height:auto; margin-top:5px;}
.ys_2 dl dd ul li{ width:460px; height:auto; line-height:20px; background:url(../images/tb.jpg) no-repeat 0 10px; padding-left:20px; font-size:12px; font-family:"微软雅黑";}
.ys_2 dl dd ul li span{ color:#ce0000;}
.ys_3{ width:480px; height:auto; position:absolute; left:650px; top:650px;}
.ys_3 dl dt{ width:260px; height:30px; line-height:30px; font-family:"微软雅黑"; font-size:16px; font-weight:bold; border-bottom:2px dotted #ccc;}
.ys_3 dl dd{ width:480px; height:auto; margin-top:5px;}
.ys_3 dl dd ul li{ width:460px; height:auto; line-height:20px; background:url(../images/tb.jpg) no-repeat 0 10px; padding-left:20px; font-size:12px; font-family:"微软雅黑";}
.ys_3 dl dd ul li span{ color:#ce0000;}
.ys_4{ width:480px; height:auto; position:absolute; left:170px; top:1080px;}
.ys_4 dl dt{ width:260px; height:30px; line-height:30px; font-family:"微软雅黑"; font-size:16px; font-weight:bold; border-bottom:2px dotted #ccc;}
.ys_4 dl dd{ width:480px; height:auto; margin-top:5px;}
.ys_4 dl dd ul li{ width:460px; height:auto; line-height:20px; background:url(../images/tb.jpg) no-repeat 0 10px; padding-left:20px; font-size:12px; font-family:"微软雅黑";}
.ys_4 dl dd ul li span{ color:#ce0000;}

.ys_5{ width:460px; height:auto; position:absolute; left:650px; top:1475px;}
.ys_5 dl dt{ width:260px; height:30px; line-height:30px; font-family:"微软雅黑"; font-size:16px; font-weight:bold; border-bottom:2px dotted #ccc;}
.ys_5 dl dd{ width:480px; height:auto; margin-top:5px;}
.ys_5 dl dd ul li{ width:480px; height:auto; line-height:20px; background:url(../images/tb.jpg) no-repeat 0 10px; padding-left:20px; font-size:12px; font-family:"微软雅黑";}
.ys_5 dl dd ul li span{ color:#ce0000;}

