/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 10px;
	font-weight: bold;
}
h2 {
	font-size: 28px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5, h6 {
	font-size: 10px;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
address, caption, cite, code, dfn, th, var, optgroup, i, em, small, strong, ins, tt, big, p, tb {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
input, button, textarea, select {
*font-size:100%
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	margin: 0 auto;
	padding: 0px;
	font-family: "微软雅黑", Arial;
	font-size: 14px;
	color: #333;
}
html {
	overflow-x: hidden;
}
.fr {
	margin: 0 auto;
	overflow: hidden;
}
/*...........................................首页...........................................*/
#top {
	width: 100%;
	height: 80px;
	background-color: #eee;
}
.top {
	width: 1003px;
	margin: 0 auto;
	position: relative;
}
.top .logo {
	float: left;
}
.top .logo img {
	display: block;
	margin-top: 5px;
}
.top span {
	position: absolute;
	font-size: 25px;
	line-height: 80px;
	color: #fff;
	background: url(../images/tel.jpg) #f38232 left center no-repeat;
	padding-left: 85px;
	left: 727px;
	width: 100%;
	height: 80px;
}
#nav {
	width: 100%;
}
.nav {
	width: 1003px;
}
.nav li {
	width: 134px;
	float: left;
	line-height: 58px;
	border-left: #dcdcdc solid 1px;
	text-align: center;
	font-size: 16px;
	height: 60px;
}
.nav li a {
	color: #333;
	display: block;
	border-top: #fff solid 2px;
}
.on {
	border-top: #d76b20 solid 2px;
}
.nav li a:hover {
	border-top: #f58134 solid 2px;
	text-decoration: none;
}
.nav li .hover {
	border-top: #f58134 solid 2px;
	text-decoration: none;
	color: #f58134;
}
.nav ul .o1 {
	width: 57px;
	height: 58px;
	border-right: #dcdcdc solid 1px;
	float: right;
}
.nav ul .o1 a {
	width: 57px;
	float: left;
	font-size: 12px;
	color: #fff;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.nav ul .o1 .f1 {
	background-color: #d76b20;
}
.nav ul .o1 .f2 {
	background-color: #f38232;
}
.nav li ul {
	display: none;
	position: absolute;
	z-index: 9999;
}
.nav li ul li {
	float: none;
	margin-left: 0;
	display: block;
	position: relative;
	line-height: 40px;
	_display: inline;
	height: 40px;
}
.nav li ul li .s {
	position: absolute;
	top: 0;
	left: 140px;
}
.nav li ul li .s li {
	float: none;
}
.nav li ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
.nav li ul li a:hover {
	color: #000;
}
.framecenter {
	width: 1003px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
.more_1 {
	display: block;
	margin: 40px auto 0;
	color: #767676;
	width: 128px;
	line-height: 36px;
	border: 1px solid #767676;
	border-radius: 18px;
	text-align: center;
}
.more_1:hover {
	border-color: #02478f;
	color: #02478f;
}
.more_2 {
	overflow: hidden;
	float: right;
}
.more_2 p {
	float: left;
	color: #383838;
	width: 65px;
	line-height: 30px;
	text-align: center;
	background: #e5e5e5;
	transition: 500ms;
	font-size: 12px;
}
.more_2 span {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/index_more.png) center center #f68134 no-repeat;
	transition: 500ms;
}
.more_2:hover p {
	background: #f68134;
	color: #fff;
}
.more_2:hover span {
	background: url(../images/index_more_lan.png) center center #fff no-repeat;
}
/*index_about*/
.index_about {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
.index_about .bt {
	overflow: hidden;
}
.index_about .index_about_con {
	overflow: hidden;
	margin-top: 35px;
}
.index_about .index_about_con .div1 {
	float: left;
	width: 403px;
	height: 273px;
	overflow: hidden;
	background: url(../images/index_about_left.png) center center no-repeat;
}
.index_about .index_about_con .div1 img {
	margin: 0 auto;
	display: block;
	margin-top: 14px;
}
.index_about .index_about_con .div2 {
	width: 560px;
	overflow: hidden;
	float: right;
	margin-top: 14px;
}
.index_about .index_about_con .div2 p {
	text-indent: 2em;
	font-size: 14px;
	color: #383838;
	line-height: 32px;
}
#capacity {
	width: 100%;
	background: url(../images/ty_one.jpg) repeat;
	overflow: hidden;
	height: 370px;
}
.capacity {
	width: 1003px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}
.capacity_one {
	text-align: center;
	color: #000;
	font-family: '微软雅黑';
}
.capacity_one .p1 {
	font-size: 30px;
	text-transform: uppercase;
}
.capacity_one .p2 {
	font-size: 27px;
	background: url(../images/ty.png) center no-repeat;
}
.capacity ul {
	padding-top: 30px;
}
.capacity li {
	width: 241px;
	float: left;
	margin-right: 13px;
}
.capacity li span {
	width: 241px;
	height: 164px;
}
.capacity li h3 {
	width: 241px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #f38232;
	display: block;
}
.capacity li a:hover {
	text-decoration: none;
}
.index_cp {
	width: 1124px;
	margin: 0 auto;
	padding-top: 40px;
}
.index_cp dl {
	padding-top: 30px;
	height: 342px;
	margin: 0 auto;
}
.index_cp dd {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
.index_cp dd ul {
	display: inline-block;
	text-align: center;
}
.index_cp dd li {
	color: #333;
	font-size: 14px;
	margin-right: 15px;
	text-align: center;
	line-height: 32px;
	float: left;
}
.index_cp dd li a {
	color: #333;
	padding: 0 10px;
	display: block;
	border: #a0a0a0 solid 1px;
	border-radius: 20px;
}
.index_cp dd li a:hover {
	border: #f38232 solid 1px;
	text-decoration: none;
	border-radius: 20px;
	color: #f38232
}
.index_cp dd li .hover {
	border: #f38232 solid 1px;
	text-decoration: none;
	border-radius: 20px;
	color: #f38232
}
.index_cp dt {
	padding-top: 24px;
	margin: 0 auto;
}
.index_cp dt .left {
	float: left;
	margin-right: -9px;
	margin-top: 102px;
}
.index_cp dt .right {
	float: right;
	margin-left: 9px;
	margin-top: 102px;
}
.index_cp dt ul {
	width: 1003px;
	margin: 0 auto;
	height: 254px;
}
.index_cp dt li {
	width: 235px;
	float: left;
	margin-right: 20px;
}
.index_cp dt li:hover h3 {
	border-bottom: #f38232 solid 2px;
}
.index_cp dt li h3 {
	width: 235px;
	height: 35px;
	border-bottom: #999 solid 2px;
	text-align: center;
	line-height: 35px;
	color: #000;
	font-size: 14px;
}
.index_cp dt li h3:hover {
	border-bottom: #f38232 solid 2px;
}
.index_cp dt li h3 a {
	color: #000;
	display: block;
}
/*index_news*/
#index_news {
	width: 100%;
	height: 374px;
	padding: 0;
	background: url(../images/index_news_bg.jpg) top center no-repeat;
	margin-top: 40px;
}
.index_news {
	overflow: hidden;
	width: 1003px;
	margin: auto;
	padding: 60px 0;
}
.index_news .bt {
	overflow: hidden;
}
.index_news .bt .more_2 p {
	background: #fff;
	color: #383838;
}
.index_news .bt .more_2 span {
	background: url(../images/index_more.png) center center #b5b5b5 no-repeat;
}
.index_news .bt .more_2:hover p {
	background: #f38232;
	color: #fff;
}
.index_news .bt .more_2:hover span {
	background: url(../images/index_more_lan.png) center center #fff no-repeat;
}
.index_news .index_news_left {
	float: left;
	overflow: hidden;
	height: 285px;
	position: relative;
}
.slideBox {
	width: 335px;
	overflow: hidden;
	background: #fff;
	padding: 5px;
}
.slideBox .hd {
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 2px 0;
	border-radius: 6px;
	text-align: center;
	background: #a3bfdb;
	cursor: pointer;
	transition: 500ms;
}
.slideBox .hd ul li.on {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #fff;
	color: #fff;
	margin: 1px 2px 0;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 335px;
	height: 235px;
	display: block;
}
.index_news .index_news_right {
	float: right;
	width: 610px;
}
.index_news .index_news_right ul {
	overflow: hidden;
}
.index_news .index_news_right ul li {
	overflow: hidden;
	margin-top: 25px;
}
.index_news .index_news_right ul li .p1 {
	font-family: 'Arial';
	padding: 10px 0 5px 0;
	line-height: 25px;
	float: left;
	margin-right: 20px;
	color: #666666;
	width: 65px;
	text-align: center;
	font-size: 36px;
	background:/* url(../images/img/index_news_x.png) */ #fff no-repeat;
	background-position: 0 58%;
}
.index_news .index_news_right ul li .p1 span {
	font-size: 12px;
	color: #747474;
}
.index_news .index_news_right ul li div {
	float: left;
	width: 500px;
	padding-top: 5px;
}
.index_news .index_news_right ul li div a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}
.index_news .index_news_right ul li div .p2 {
	color: #bbcadf;
	height: 44px;
	overflow: hidden;
	line-height: 20px;
}
.partners {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
}
.partners_1 {
	padding: 29px 0;
	overflow: hidden;
}
.partners_1 a {
	margin-right: 15px;
	margin-top: 15px;
	float: left;
	border: #ababab solid 1px;
	width: 185px;
	height: 71px;
}
#foot {
	width: 100%;
	background-color: #555555;
	margin: 0 auto;
	height: 301px;
	overflow: hidden;
}
.foot {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.foot .sm {
	float: left;
	width: 956px
}
.foot .sm ul {
	height: 91px;
	border-bottom: #414141 solid 1px;
	color: #b7b7b7;
}
.foot .sm li {
	line-height: 54px;
	font-size: 14px;
	margin-right: 50px;
	text-transform: uppercase;
	height: 29px;
	text-align: center;
	margin-top: 37px;
	float: left;
}
.foot .sm li a {
	color: #b7b7b7;
	display: block;
}
.foot .sm dl {
	overflow: hidden;
	padding-top: 10px;
}
.foot .sm dd {
	color: #b7b7b7;
	border-bottom: #414141 solid 1px;
	padding-bottom: 10px;
}
.foot .sm dd h1 {
	color: #5f5f5f;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 17px;
}
.foot .sm dd h1 a {
	color: #b7b7b7;
}
.foot .sm dd h2 {
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
	line-height: 25px;
}
.foot .sm dt {
	float: right;
	padding-top: 16px;
	text-align: center;
	width: 129px;
	color: #b7b7b7;
	line-height: 30px;
}
.foot .zm {
	width: 212px;
	height: 301px;
	float: left;
	margin-right: 31px;
	background-color: #343434
}
.foot .zm .hp {
	padding-top: 40px;
	text-align: center;
	width: 100%;
	float: left;
}
.foot .zm span img {
	text-align: center;
	padding-top: 20px;
}
.foot .zm span {
	text-align: center;
	width: 100%;
	float: left;
}
.foot .zm p {
	text-align: center;
	color: #eee;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
}
.foot_one {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 55px;
	text-align: center;
	color: #b7b7b7;
	line-height: 55px;
	font-size: 13px;
	text-transform: uppercase;
}
.foot_one a {
	color: #b7b7b7;
}
.sm a {
	color: #b7b7b7;
}
.sm a.visited {
	color: #b7b7b7;
}
.sm dd a {
	font-size: smaller;
}
.about {
	width: 1002px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.about_1 {
	width: 1002px;
	height: 59px;
	border-bottom: #ececec solid 3px;
	line-height: 59px;
}
.about_1 h2 {
	color: #d95902;
	float: left;
	font-size: 24px;
}
.about_1 h3 {
	color: #333;
	font-size: 14px;
	float: right;
}
.about_2 {
	width: 1002px;
	padding-bottom: 30px;
	color: #333;
	line-height: 30px;
	font-size: 13px;
	padding-top: 10px;
}
.about_2 span {
	padding: 10px 0;
	overflow: hidden;
	text-indent: 0;
	float: left;
}
.zs {
	width: 1002px;
	padding-top: 15px;
}
.news {
	width: 1002px;
	padding-top: 35px;
	overflow: hidden;
}
.news dl {
	border-bottom: #b8b8b8 dashed 1px;
	float: left;
	width: 1002px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.news dd {
	width: 60%;
	float: left;
}
.news dd h3 {
	color: #333;
	font-size: 18px;
	padding-bottom: 5px;
}
.news dd h3 a {
	color: #333;
}
.news dd h4 {
	color: #333;
	line-height: 22px;
	font-size: 13px;
}
.news dd h4 a {
	color: #333;
}
.news dt {
	width: 85px;
	height: 85px;
	float: right;
	background-color: #6f6f6f;
	text-align: center;
}
.news dt p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0 0 0;
}
.news dt b {
	color: #fff;
	font-size: 14px;
	font-weight: normal
}
.news_content h2 {
	text-align: center;
	padding-bottom: 20px
}
.news_content1 {
	margin-top: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	color: #454545;
	font-family: 微软雅黑, Arial;
	font-size: 14px;
	line-height: 28px;
	white-space: normal;
}
.posttime {
	text-align: center;
}
.preNext {
	position: relative;
	margin: 30px 0 30px 0;
	padding: 0;
}
.preNext ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.preNext li {
	display: block;
}
.preNext li a {
	color: #555;
}
.preNext li a:visited {
	color: #555;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.product_cp {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.product_cp dl {
	padding-top: 0px;
}
.product_cp dd {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.product_cp dd ul {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.product_cp dd li {
	color: #333;
	font-size: 14px;
	margin-right: 15px;
	text-align: center;
	line-height: 32px;
	float: left;
}
.product_cp dd li a {
	color: #333;
	padding: 0 20px;
	display: block;
	border: #a0a0a0 solid 1px;
	border-radius: 20px;
}
.product_cp dd li a:hover {
	border: #f38232 solid 1px;
	text-decoration: none;
	border-radius: 20px;
	color: #f38232
}
.product_cp dd li .hover {
	border: #f38232 solid 1px;
	text-decoration: none;
	border-radius: 20px;
	color: #f38232
}
.product_cp dt {
	padding-top: 24px;
}
.product_cp dt .left {
	float: left;
	margin-right: -9px;
	margin-top: 102px;
}
.product_cp dt .right {
	float: right;
	margin-left: 9px;
	margin-top: 102px;
}
.product_cp dt ul {
	width: 1003px;
	margin: 0 auto;
}
.product_cp dt li {
	width: 235px;
	float: left;
	margin: 0 10px 20px 5px;
}
.product_cp dt li h3 {
	width: 235px;
	height: 35px;
	border-bottom: #999 solid 2px;
	text-align: center;
	line-height: 35px;
	color: #000;
	font-size: 14px;
}
.product_cp dt li h3 a {
	color: #000;
	display: block;
}
/* 关于我们 */
.about_content {
	margin-top: 20px;
}
.about_content p {
	font-size: 16px;
	line-height: 30px;
}
.about_content img {
	width: 100%;
}
/* 服务中心 */
.service_content {
	margin-top: 20px;
}
.service_content p {
	font-size: 16px;
	line-height: 30px;
}
.service_content img {
	width: 100%;
}
/* 联系方式 */
.contact_content {
	margin-top: 20px;
}
.contact_content p {
	font-size: 16px;
	line-height: 30px;
}
.contact_content img {
	width: 100%;
}
.friend_link {
	margin-right: 20px
}
/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
	z-index: -1;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
	width: 450px;
	height: 450px;
	border: 1px solid #DFDFDF;
	margin-left: 270px;
	margin-top: 20px;
}
.spec-scroll {
	clear: both;
	margin-top: 5px;
	width: 450px;
	margin-left: 270px;
}
.spec-scroll .prev {
	float: left;
	margin-right: 4px;
}
.spec-scroll .next {
	float: right;
}
.spec-scroll .prev, .spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	cursor: pointer;
	text-decoration: none;
}
.spec-scroll .items {
	float: left;
	position: relative;
	width: 408px;
	height: 56px;
	overflow: hidden;
}
.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 56px;
}
.spec-scroll .items ul li {
	float: left;
	width: 68px;
	text-align: center;
}
.spec-scroll .items ul li img {
	border: 1px solid #CCC;
	padding: 2px;
	width: 50px;
	height: 50px;
}
.spec-scroll .items ul li img:hover {
	border: 2px solid #FF6600;
	padding: 1px;
}

/**sohu6**/
/**生产能力**/
.scnllist
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
}
.scnllist ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.scnllist ul li
{
	display: inline-block;
	width:326px;
	height:auto;
	overflow:hidden;
	vertical-align: top;
	margin-right:11px;
	margin-bottom:30px;
}
.scnllist ul li div.pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.scnllist ul li div.pic img
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.scnllist ul li p
{
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:14px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**生产能力 end**/
/**sohu6 end**/
/**产品列表**/
.cpdl
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.cpdl ul
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	font-size:0px;
}
.cpdl ul li
{
	display:inline-block;
	overflow:hidden;

}
.cpdl ul li a
{
	display:block;
	font-size:16px;
	line-height:16px;
	padding:20px 15px;
	transition:1s;
	color:black;

}
.cpdl ul li a:hover
{
	background:#f58134;
	color:white;
}
.cpdl ul li a.hover
{
	background:#f58134;
	color:white;
}
/**产品列表 end**/
/**首页荣誉列表**/
.indrongyulist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:60px;
}
.indrongyulist .bd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indrongyulist li
{
	width:240px;
	float:left;
	margin-right:14.33px;
}
.indrongyulist li .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indrongyulist li .pic img
{
	width:100%;
	height:auto;
}
.indrongyulist li p
{
	font-size:15px;
	text-align: center;
	line-height:15px;
	margin-top:10px;
	color:white;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
/**首页荣誉列表 end**/