body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	color: #404040;
	background: #fff;
}

/*通用*/

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.blank1 {
	height: 1px;
	overflow: hidden;
}
.blank3 {
	height: 3px;
	overflow: hidden;
}
.blank5 {
	height: 5px;
	overflow: hidden;
}
.blank8 {
	height: 8px;
	overflow: hidden;
}
.blank10 {
	height: 10px;
	overflow: hidden;
}
.blank12 {
	height: 12px;
	overflow: hidden;
}
.blank15 {
	height: 15px;
	overflow: hidden;
}
.blank20 {
	height: 20px;
	overflow: hidden;
}
.blank25 {
	height: 25px;
	overflow: hidden;
}
.blank30 {
	height: 30px;
	overflow: hidden;
}
.blank40 {
	height: 40px;
	overflow: hidden;
}
.blank50 {
	height: 50px;
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	outline: none
}
.img {
	vertical-align: auto;
}
div, ul, li, dl, dt, dd, p, form {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.img {
	padding: 3px;
	border: 0px solid #CCC;
	-moz-box-shadow: 0px 0px 6px #C4C4C4;
	-webkit-box-shadow: 0px 0px 6px #C4C4C4;
	box-shadow: 0px 0px 6px #C4C4C4;
}
.img1 {
	padding: 0px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
}
.img2 {
	padding: 0px;
	border-radius: 5px;
}
.yingcang {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xian {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
/*文字颜色*/

.text-hong {
	color: #F00;
}
.text-lu {
	color: #009B4D;
}
.text-xia {
	color: #E82B91;
}
.text-bai {
	color: #FFF;
}
.text-cheng {
	color: #FF9900;
}
/*替换*/

blockquote {
	border-left: 5px solid #009B4D;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
.btn-xs, .btn-group-xs > .btn {
	border-radius: 2px;
	font-size: 12px;
	line-height: 1.5;
	padding: 4px 10px;
}
.btn-md, .btn-group-xs > .btn {
	border-radius: 1px;
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 15px;
}
/*文字大小*/

.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font24 {
	font-size: 24px;
}
/*间距*/

.p10 {
	padding: 10px;
}
.pt3 {
	padding-top: 3px;
}
.pt5 {
	padding-top: 5px;
}
.pt8 {
	padding-top: 8px;
}
.pb5 {
	padding-bottom: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pl3 {
	padding-left: 3px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl60 {
	padding-left: 60px;
}
.pl110 {
	padding-left: 110px;
}

.plr50 {
	padding: 0 50px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr110 {
	padding-right: 110px;
}

.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.mt5 {
	margin-top: 5px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left: 40px;
}
.w130 {
	width: 180px;
	height: 130px;
}
/*行距*/

.line20 {
	line-height: 20px;
}
.line25 {
	line-height: 25px;
}
.line30 {
	line-height: 30px;
}
.line35 {
	line-height: 35px;
}
.line40 {
	line-height: 40px;
}
.line50 {
	line-height: 50px;
}
/*背景*/

.bg-bai {
	background: #FFF;
}
.bg-blue {
	background: #0975BE;
}
.bg-hui {
	background: #F1F1F1;
}
.bg-lv {
	background: #DFDFDF;
}
.bg-hei {
	background: #000;
}
.container {
	width: 1200px !important;
}

.menu-products {
	height: 62px;
	width: 100%;
	margin: 0 auto;
	line-height: 62px;
	background: #003F99;
	position: fixed;
	top: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 10000
}

.head {
	background: #1F1F21;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
}
.head p {
	background: #46454A;
	width: 120px;
	text-align: center;
	font-size: 14px;
}
.head a {
	color: #333;
}
.head a:hover {
	color: #ff6600;
}
.top24 {
	background: url(../images/phone.png) no-repeat right center;
	float: right;
	height: 71px;
	width: 382px;
	margin-top: 15px;
}
.top24 p {
	font-size: 19px;
	font-weight: 600;
	text-align: right;
	color: #004593;
	padding-top: 38px;
}






/*头部样式*/
.fl{ float:left;}
.fr {
    float: right;
}
.topbox {
    background: #232323;
    color: #bdbdbd;
    font: 400 13px/40px "Microsoft Yahei";
}

.topbox a {
    color: #bdbdbd;
}

.wel {}

.lan {
    width: 108px;
    background: #454545;
    text-align: center;
}

.links {
    padding-right: 15px;
}

.links a {
    padding-left: 20px;
}

.links .lk1 {
    background: url(../images/tu2.png) no-repeat 0 50%;
    margin-right: 30px;
}

.links .lk2 {
    background: url(../images/tu3.png) no-repeat 0 50%;
}

.tel {
    background: url(../images/tu1.png) no-repeat 0 50%;
    padding-left: 20px;
    margin-right: 30px; font-size:21px; font-weight:bold;color:#fff;
}

.group {
    width: 292px;
    margin-right: 40px;
}

.group .select {
    width: 200px;
    background: url(../images/seclist.png) no-repeat 0 50%;
    text-indent: 7px;
    position: relative;
}

.group .sec-list {
    width: 198px;
    position: absolute;
    left: 0;
    top: 32px;
    background: #2a2a2a;
    color: #bdbdbd;
    font: 400 13px/30px "Microsoft Yahei";
    z-index: 9999;
    border: 1px solid #7f7f7f;
    border-top: none;
    padding-bottom: 8px;
    display: none;
}

.group .sec-list a {
    color: #bdbdbd;
}

#header {
    background: #f7f7f7;
}

.top {
    width: 1200px;
    margin: 0 auto;
}
.boxx {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    float: left;
}



#menu {
    margin-top: 5px;
}

.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
/*导航栏样式*/

.nav {
    height: 91px;
}

.nav li {
    line-height: 91px;
    height: 91px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    _display: inline;
}

.nav li a {font-weight:bold;
    display: block;
    line-height: 91px;
    color: #333;
    height: 91px;
    font-size: 18px;
    padding: 0 20px;
}

.nav li a:visited {
    color: #333;
}

.nav li:hover {
    background: url(../images/navh.png) no-repeat 50% 100%;
}

.nav li:hover>a {
    color: #b11515;
    text-decoration: none;
}

.nav .sec {
    height: 0;
    background: #fff;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 91px;
    left: 0px;
    width: 100%;
}

.nav .sec a { text-align:center;
    color: #333;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-size: 15px;
    border-bottom: 1px solid #efefef;
}

.nav .sec a:hover {
    color: #fff;
    text-decoration: none;
    background: #b11515;
}



















.index-products {  }
.index-products .left { float:left; width:50%; background:#FFF;height:380px;}
.index-products .right { float:left; width:50%; background:#E1EAEF;height:380px;}
.index-products .left2 { float:left; width:50%; background:#F1F1F1;height:380px;}

.index-qywh {background: url(../images/qywh_pic.jpg) center center no-repeat; height:443px; width:100%; margin:0 auto; padding-top:180px;}
.index-qywh p { font-size:18px; color:#FFF;}

.btn-products {
	color: #0066CC;
	border-color: #0066CC;
	height: 40px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 22px;
	overflow: hidden;
	border-radius: 2px;
}
.btn-products:hover {
	color: #fff;
	background-color: #0066CC;
	border-color: #0059B3;
	opacity: 1;
}

.date {float:right; color: #999; font-size:13px;}
.date a{float:right; color: #999; font-size:13px;}




.btn-news {
	color: #000;
	background-color: #fff;
	border-color: #F2F2F2;
	height:83px;
	border:none;
	border-bottom:1px solid #dedede;
	line-height: 30px;
	padding: 5px 0 0 20px;
	font-size: 16px;
	opacity: 0.9;
	width:100%;
	border-radius: 2px;
	overflow: hidden;
	text-align:left;
}
.btn-news:hover {
	color: #fff;
	background-color: #D30007;
	border-color: #B90006;
	opacity: 1;
}


/*新闻资讯*/
.new_box{ padding:0px; border:0px solid #dce4ee; }
.new_box li{ line-height:31px; height:31px; border-bottom:1px dashed #F0F0F0;}
.new_box li a{  color:#666; background: url(../images/ixpic.png) no-repeat  left center; padding-left:17px;}
.new_box li a:hover{color:#f30;}
.new_box li span{float:right;}


.index-news-left { border:1px solid #EBEBEB; padding:10px; float:left; width:370px;}
.index-news-left .title {}
.index-news-left .title h3 { font-size:18px; margin:11px 0 10px; font-weight:600; color:#E15354;}

.index-title h2{ font-size:20px; font-weight:600; line-height:35px; margin-top:0;}
.index-title span { border-bottom:2px solid #003F99; display:block; width:80px; padding-top:10px;}

/* 默认幻灯片 */
.FocusPic{zoom:1;position:relative; overflow:hidden}
.FocusPic .content{overflow:hidden}
.FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}
.FocusPic .title-bg,.FocusPic .title{position:absolute;left:0px;bottom:0;width:438px;height:30px;line-height:30px;overflow:hidden}
.FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;}
.FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}
.FocusPic .table td{ padding:5px; font-size:14px; line-height:24px;}
.FocusPic .change{bottom:4px;height:20px;right:3px;*right:5px;_right:4px;position:absolute;text-align:right;z-index:9999;}
.FocusPic .change i {background:#666;color:#FFF;cursor:pointer;font-family:Arial;font-size:12px;line-height:15px;margin-right:2px;padding:2px 6px; font-style:normal; height:15px;display:-moz-inline-stack;zoom:1;*display:inline;}
.FocusPic .change i.cur {background:#FF7700;}


.index-yxfw { text-align:center; font-size:18px; color:#FFF; line-height:87px;}
.index-yxfw a { color:#FFF;}
.index-yxfw li { width:33%; float:left; text-align:center; width:135px; margin-right:7px; height:87px;}
.index-yxfw li:nth-child(3){ width:33%; width:140px; float:right; margin-right:0;}
.index-yxfw li:last-child { width:33%; width:140px; float:right; margin-right:0;}
.index-yxfw .khal { background:#00A1E9; }
.index-yxfw .yxzx { background:#F4454C; }
.index-yxfw .fuwu { background:#71C345; }


.crumbs { width:100%; font-size:16px; height:50px; line-height:50px; font-weight:600; margin-top:10px; background:url(../images/divider.png) repeat-x left bottom; }





.cp-title {
	background: #D30007;
	text-align: center;
	width: 250px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	margin: 50px auto 10px;
	font-size: 24px;
}
.cp-title a {
	color: #FFF;
}
.cp-title-sub {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.cp-title-sub li {
	border: 1px solid #dedede;
	text-align: center;
	margin: 10px 7px;
	padding: 0 25px;
	height: 35px;
	line-height: 33px;
	display: inline-block;
}
.cp-title-sub li:hover {
	background: #DF4A4C;
	color: #FFF;
	border: 1px solid #E57304;
}
.cp-title-sub li:hover a {
	color: #FFF;
	transition: all 0.4s ease 0s;
}


.view-blank {
}
.view-table {
	width: 100%;
}
.view-table table {
	border: 1px solid #000;
}
.view-table .cp-hang {
	color: #F60;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.view-table .view-table-first td:nth-child(odd) {
	font-weight: 600;
	padding-left: 5px;
	width: 20%;
	background: #FAFAFA;
}
.view-table .view-table-first td:nth-child(even) {
	padding-left: 5px;
	width: 30%;
	background: #fff;
}
.view-table .view-table-second td:nth-child(odd) {
	font-weight: 600;
	padding-left: 5px;
	width: 15%;
	background: #FAFAFA;
}
.view-table .view-table-three tr:nth-child(2) {
	font-weight: 600;
	padding-left: 5px;
	width: 15%;
	background: #FAFAFA;
}
.view-table .view-table-title-first td:first-child {
	color: #F60;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #F5F5F5;
}
.view-table .view-table-title-second td:first-child {
	color: #F60;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #F5F5F5;
}
.view-table .view-table-title-three td:first-child {
	color: #F60;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #F5F5F5;
}
.view-table table td {
	word-wrap: break-word;
	word-break: break-all;
}

/*单页公司介绍*/
.page_gsjs {
	width: 100%;
	height: auto;
	background: #fff;
	margin: 0 auto 30px auto;
	padding: 10px 0;
}
.page_gsjs .head {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #D8DADA;
	background: #fff;
	padding-bottom: 1px;
}
.page_gsjs .head ul.left {
	clear: #41484d;
	font-size: 16px;
	font-weight: 700;
	width: 500px;
	color:#000;
	float: left;
}
.page_gsjs .head ul.right {
	float: right;
	width: auto;
	height: 22px;
	line-height: 22px;
	margin-top: 15px;
}
.page_gsjs .head ul.right a {
	color: #41484d;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px;
	float: left;
	display: block;
}
.page_gsjs .head ul.right span {
	display: block;
	height: 22px;
	line-height: 22px;
	float: left;
	width: 20px;
	text-align: center;
	color: #AFB7BD;
}
.page_gsjs .head ul.right a:hover {
	color: #fff;
	background: #009B4D;
	text-decoration: none;
}
.page_gsjs .section {
	width: 100%;
	height: auto;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 15px;
}
.page_gsjs .section #section-1 img {
	padding: 0;
}
.page_gsjs .section h1 {
	color: #41484d;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 15px;
	background: url(../images/show_dot.png) no-repeat left 1px;
	padding-left: 40px;
	margin-left: -37px;
	margin-top: 0;
}
.page_gsjs .section p {
	color: #666;
	line-height: 22px;
	text-align: left;
	padding-bottom: 15px;
	text-align: justify;
}
.page_gsjs .section #section-1 {
	padding-left: 30px;
	height: auto;
	border-left: 1px solid #C5C7C8;
	padding-bottom: 30px;
}
.page_gsjs .section #section-2 {
	padding-left: 30px;
	height: auto;
	border-left: 1px solid #C5C7C8;
	padding-bottom: 30px;
}
.page_gsjs .section #section-3 {
	padding-left: 30px;
	height: auto;
	border-left: 1px solid #C5C7C8;
	padding-bottom: 30px;
}
.page_gsjs .section #section-4 {
	padding-left: 30px;
	height: auto;
	border-left: 1px solid #C5C7C8;
	padding-bottom: 30px;
}

/*制造实力*/

.zzsl {
	margin-bottom: 10px;
	padding: 15px 15px 15px;
	background: #FAFAFA;
}
.zzsl:hover {
	background: #0066CC none repeat scroll 0 0;
	border-radius: 2px;
	box-shadow: 0 0 8px #ddd;
	color: #FFF;
	transition: box-shadow 0.2s ease-in-out 0s;
}
.zzsl:hover span {
	color: #fff;
}
.zzsl span {
	color: #0066CC;
	font-size: 42px;
	padding: 0;
	text-align: center;
	width: 322px;
	margin: 0 auto;
	transition: all 0.4s ease-in-out 0s;
}
.zzsl h4 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
}
.zzsl p {
	font-size: 13px;
	line-height: 20px;
	color: #6F6F6F;
	text-align: justify;
}
.zzsl:hover p {
	color: #FFF;
}


/*Pricing Head*/

.pricing {
	position: relative;
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px #eee;
}
.pricing:hover {
	box-shadow: 0 0 15px #b5b5b5;
}
.pricing:hover h4 {
	color: #55c931;
}
.pricing-head {
	text-align: center;
}
.pricing-head h3,  .pricing-head h4 {
	margin: 0;
	line-height: normal;
	font-weight: bold !important;
}
.pricing-head h3 span,  .pricing-head h4 span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
}
.pricing-head h3 {
	color: #fafafa;
	padding: 12px 0;
	font-size: 35px;
	font-family: Arial;
	background: #DF4A4C;
	border-radius: 3px 3px 0 0;
	text-shadow: 0 1px 0 #DF4A4C;
	border-bottom: solid 1px #DB3437;
}
.pricing-head h4 {
	color: #bac39f;
	padding: 5px 0;
	font-size: 70px;
	font-family: Arial;
	background: #F2F2F2;
	text-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #f5f9e7;
}
.pricing-head h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-head h4 span {
	top: -10px;
	font-size: 14px;
	font-style: normal;
	position: relative;
}
/*Pricing Content*/

.pricing-content {
	margin-top: 10px;
}
.pricing-content li {
	color: #888;
	font-size: 13px;
	padding: 7px 15px;
	border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
	top: 2px;
	color: #72c02c;
	font-size: 16px;
	margin-right: 5px;
	position: relative;
}
/*Pricing Footer*/

.pricing-footer {
	color: #777;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	padding: 0 20px 19px;
	border-radius: 0 0 3px 3px;
}
.pricing-footer a,  .pricing-footer button {
	color: #fff;
	border: none;
	margin-top: 5px;
	font-size: 16px;
	padding: 6px 15px;
	text-align: center;
	border-radius: 2px;
	background: #55c931;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #38b312;
	border-bottom: solid 2px #41b91c;
}
.pricing-footer a:hover,  .pricing-footer button:hover {
	cursor: pointer;
	background: #40ba1a;
	text-decoration: none;
	box-shadow: 0 0 3px #999;
}
/*Priceing Active*/

.price-active,  .pricing:hover {
	z-index: 9;
	margin-top: -15px;
	box-shadow: 0 0 15px #b5b5b5;
}
.price-active h4 {
	color: #55c931;
}
.no-space-pricing .pricing:hover {
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,  .no-space-pricing .pricing:hover .pricing-head h4 {
	color: #55c931;
	padding: 15px 0;
	font-size: 80px;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.hover-effect {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.product-img {
	position: relative;
	margin-top: 5px;
	border: 1px solid #DEDEDE;
	height: 390px;
	overflow: hidden;
	box-shadow: 0 0 5px #F5F5F5;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product-img p {
	padding: 5px 15px 10px;
	text-align: justify;
	color: #666666;
}
.product-img h3 {
	font-weight: 700;
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 10px 15px 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*新闻列表页*/
.h120 {
	height: 210px;
	position: relative;
	border-bottom: 1px dashed #CCC;
	margin-top: 30px;
}
.red-i {
	position: absolute;
	bottom: 40px;
	height: 20px;
	left: 282px;
	right: 0;
	color: #F00;
}
.red-buton {
	position: absolute;
	bottom: 41px;
	height: 20px;
	left: 1080px;
	right: 0;
	color: #F00;
}

/* 内容 */

#Article, .photo-channel .relevance {
	border: 0px solid #E3E3E3;
	zoom: 1;
	padding: 0;
}
#Article h1 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
	text-align: center;
	padding: 16px 0 0px;
	border-bottom: 1px solid #e5e5e5
}
#Article h1 span {
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	color: #999
}
#Article .content {
	font-size: 18px;
	line-height: 34px;
	color: #333;
	text-align: justify;
}
#Article .content p {
	font-size: 18px;
	line-height: 34px;
	padding-top: 20px;
}
#Article .content img {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}
#Article .related {
	border-top: dashed 1px #ccc;
	margin-top: 15px
}
#Article .related h5 {
	padding-bottom: 4px;
	font-weight: 700;
}
#Article .related {
	padding: 10px 0 0
}
#Article .related ul {
}
#Article .related li {
	background: url(../images/fk.gif) no-repeat 5px 13px;
	line-height: 28px;
	padding-left: 20px;
}
#Article .related li a {
	color: #808080;
}


/*产品简介*/
#products-jianjie { background:#0066CC; padding:10px 20px 25px 20px; color:#ffffff; font-size:14px; margin:30px 0;line-height:25px; text-align:justify;}
#products-jianjie h2 { margin:0; text-align:center; font-size:24px; font-weight:700; height:60px; line-height:60px; color:#fff;}


#products-cpys { background:#F5F5F5; padding:10px 20px 25px 20px; color:#333; font-size:15px; margin:10px 0;line-height:25px; text-align:justify; border-radius:5px;}
#products-cpys h2 { margin:0; text-align:center; font-size:22px; font-weight:700; height:60px; line-height:60px; color:#000;}
#products-cpys p { color:#333;}

a:hover #products-cpys { background:#0066CC;}
a:hover #products-cpys h2{ color:#FFF;}
a:hover #products-cpys p{ color:#FFF;}


#products-fa-title { width:150px; background:#FF6666; font-size:20px; height:40px; line-height:40px; color:#FFF; font-weight:600; margin:20px auto 10px; text-align:center; letter-spacing:1px;}

#products-title h3 { text-align:center; margin:0 0 15px 0; font-size:20px; font-weight:600; letter-spacing:1px;}
#products-title h3 span { color:#FF9966;}
#products-title .with-line {
	width:100%;
	font-size: 13px;
	color: #848484;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom:25px;
}
#products-title .with-line:before {
	content: "";
	border-top: 1px solid #D2D2D2;
	display: block;
	position: absolute;
	width: 40%;
	top: 10px;
	left: 0
}
#products-title .with-line:after {
	content: "";
	border-top: 1px solid #D2D2D2;
	display: block;
	position: absolute;
	width: 40%;
	top: 10px;
	right: 0
}


.page {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	text-align: justify;
}
.page p {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
}
.page img {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

.product-img img{width:370px; height:278px;}

.product-img:hover {
	z-index: 9;
	margin-top: -5px;
	box-shadow: 0 0 10px #D5D5D5;
}


/*foot部*/
.foot { background:#EFEFEF; border-top: 1px solid #EAEBE6; line-height:25px; height:auto; padding-bottom:15px;color:#BBBABA;}
.foot h4 { padding-bottom:0; color:#343434;}
.foot ul li {  float:left; width:100%;}
.foot ul li a{ color:#414141;}


.f1 { width:370px; float:left; height:170px; border-right:1px dashed #D5D6CF; color:#414141;}
.f2 { width:200px; float:left; padding-left:30px; height:170px; border-right:1px dashed #D5D6CF; color:#414141;}
.f3 { width:200px; float:left; padding-left:30px; height:170px; border-right:1px dashed #D5D6CF; color:#414141;}
.f4 { width:200px; float:left; padding-left:30px; height:170px; border-right:1px dashed #D5D6CF; color:#414141;}
.f5 { width:170px; float:left;  color:#414141;}
.f6 { width:170px; float:right;  color:#414141;}

.fdh { font-size:30px; font-weight:700; line-height:35px; color:#D30007;}

.link { border-top: 1px dashed #DDDED7;}
.link li a { line-height:25px; padding-right:10px;}

/*底部*/
.footer { background:#242424; height:40px; line-height:40px; color:#F2F2F2;}
.footer a { color:#FFF;}
.footer .top {
	background: #E15354;
	width: 120px;
	text-align: center;
	font-size: 14px;
}
.footer a:hover {
	color: #ff6600;
}

/*在线客服*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 25%;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #0066CC url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #0066CC url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #0066CC url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/
	background: #0066CC url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.picwk{
	border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}

.filteres {
	margin:0 auto;
	font-size:17px;
	border:1px solid #eee;
	background:#fff;
	margin-bottom:15px
}
.filteres dl {
	line-height:44px;
	padding-left:20px
}
.filteres dl dt {
	float:left;
	color:#666
}
.filteres dl dd {
	float:left;
	width:828px
}
.filteres dl dd a {
	color:#333;
	display:inline-block;
	padding:0 6px
}
.filteres dl dd a:hover {
	color:#ff552e
}
.filteres dl dd a.flselectt {
	color:#ff6946
}






.prdct{overflow: hidden;}
.prdct .list-pic{width: 705px; float: left;}
.prdct .list-pic .picbig{width: 705px; float: left; margin-right: 8px;}
.prdct .list-pic .picbig img{width: 705px; height:529spx;}
.prdct .list-pic .cont{width: 130px; float: left;}
.prdct .list-pic .cont li{list-style: none; width: 121px; height: 89px; border: solid 1px #ddd; padding: 4px; margin-bottom: 8px;}
.prdct .list-pic .cont li.slt{border-color: #ccc;}
.prdct .list-pic .cont li img{ width: 112px; height: 80px;}
.prdct .prdpropct{width: 400px; float: left;}
.prdct .prdpropct .summary{margin:0 20px;line-height: 25px; border-bottom: solid 1px #ddd; height:150px; overflow: hidden;}
.prdpropct .ph{padding-left: 20px; margin-top: 10px; position: relative;}
.prdpropct .ph li{list-style: none;}
.prdpropct .ph li.last{position: absolute; top: 10px; right: 50px; display: none;}
.prdpropct .ph li.last img{width: 130px; height: 130px; display: block;}
.prdpropct .ph li i{display: inline-block;}
.prdpropct .ph li{  font-size: 16px;line-height:36px; font-weight:bold;}
.prdpropct .ph li img{display: inline-block; position: relative; top: -2px;}

.prdpropct .ico{height: auto; overflow: hidden; padding-left: 20px; width: 110%; margin: 20px 0;}
.prdpropct .ico li{width: 62px;  display: inline; float: left; margin: 0 16px; text-align: center;}
.prdpropct .ico li h5{font-size: 14px; margin-top: 4px;}
.prdpropct .ico li .ic{width: 62px; height: 62px;}
.prdpropct .ico li.n1 .ic{background: url(../images/picon4.png) no-repeat; background-size: cover;}
.prdpropct .ico li.n2 .ic{background: url(../images/picon1.png) no-repeat; background-size: cover;}
.prdpropct .ico li.n3 .ic{background: url(../images/picon2.png) no-repeat; background-size: cover;}
.prdpropct .ico li.n4 .ic{background: url(../images/picon3.png) no-repeat; background-size: cover;}
.prdpropct .ico li.n1:hover .ic{background: url(../images/icon4.png) no-repeat; background-size: cover;}
.prdpropct .ico li.n2:hover .ic{background: url(../images/icon1.png) no-repeat; background-size: cover;}
.prdpropct .ico li.n3:hover .ic{background: url(../images/icon2.png) no-repeat; background-size: cover;}
.prdpropct .ico li.n4:hover .ic{background: url(../images/icon3.png) no-repeat; background-size: cover;}
.prdpropct a {height: 50px;line-height: 50px;display: block;font-size: 20px;background-color: #D00;color: #FFFFFF;margin: 0 50px; text-align: center;}
.ctctn{overflow: hidden;}
.ctctn .left-rec{float: left; min-height: 200px; width: 273px; margin-right: 10px; }
.recprds{border: solid 1px #ddd; border-radius: 5px 5px 0 0;}
.recprds .title{ border-bottom: solid 1px #ddd; line-height: 40px; padding-left: 20px; background: url(../images/nav.png) 10px 14px no-repeat; color: #000; font-size: 15px; font-weight: bold; }
.recprds li{margin-bottom: 10px; padding: 6px;}
.recprds .img{width: 262px; height: 185px;  overflow: hidden;}
.recprds .img img{width: 262px; height: 185px;  transition: all 0.8s;}
.recprds .img img:hover{transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);border-radius: 0px;}
.recprds p{padding: 0 10px; overflow: hidden; text-align: center; height: 25px;}
.ctctn .right-content{float: left; min-height: 200px; width:  813px; min-height: 500px; border: solid 1px #ddd;  border-radius: 5px 5px 0 0; }
.cctitle{ border-bottom: solid 5px #ddd; line-height: 40px; text-align:center;  color: #333; font-size:20px; font-weight: bold; }
.ctctn .right-content .content{padding: 20px;}
.cpzi img{max-width:100%; margin-bottom:5px;}
.cpzi table{max-width:100%; font-size:14px; margin-bottom:5px; margin:0 auto; margin-top:15px;}
.cpzi table td{  word-wrap: break-word; word-break: break-all; border:1px solid #333; margin-left:3px;padding:5px;}
.cpzi p{padding:0px;margin:0px;}
.cpzi br{ display:none; } 


/*首页新闻*/
.news { background-color: #ffffff;box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); padding: 30px; }
.news h2 { margin:0; font-size:22px; height:45px; line-height:45px; letter-spacing:1px;}
.news h2 a { color:#6B0007;}
.news h5.date { margin:0; height:20px; line-height:20px; text-transform: uppercase; color: #4E4E4E;}
.fanganpingjiatitle{width:100%;}
.fanganpingjiatitle div{line-height:36px;text-align:center;font-size:32px;color:#007bc4; padding:25px 0px 15px;}
.fanganpingjiatitle div a{ color:#1a1a1a;}
.fanganpingjiatitle div a:hover{ color:#1a1a1a;}
.fanganpingjiatitle p{background:#d7d4d4; height:1px; overflow:hidden;line-height:0px;}
.fanganpingjiatitle p span{ margin:0px auto; display:block; height:1px; overflow:hidden; width:86px; background:#059b2d;line-height:1px;}
.fanganpingjiatitle em{ display:block; text-align:center; font-size:14px; color:#999999; padding-top:10px;}
.commonclass{width:90%; margin:0px auto; text-align:center; font-size:16px; font-weight:700; padding:40px 0px; position:relative;}

.commonclass span a{ background-image:url(../images/icon.png); background-repeat:no-repeat; background-position:0px -196px;width:136px;height:26px;display:inline-block;line-height:26px; color:#4c4c4c; margin:0px 10px;} 

.commonclass span a:hover{ background-position:0px -234px; color:#FFF;}

.commonclass span a.cur{ background-position:0px -234px;color:#FFF;}
.newsbox{ width:100%; display:none; height:540px; overflow:hidden;}
.newslistbox{width:1180px;margin:0px auto;overflow:hidden; position:relative;}

.newslistbox ul{ margin:0px; padding:0px; width:9999px; position:relative;}

.newslistbox ul li{ float:left; width:1180px; overflow:hidden; position:relative;}
.newslis{width:1220px;}

.newslis dl{float:left;width:590px;padding-right:80px; padding-bottom:25px; min-height:94px; height:124px;}

.newslis dl dt{ float:left; background:url(../images/icon.png) no-repeat -80px 0px; width:94px; height:94px; text-align:center; font-size:14px; color:#FFF;}

.newslis dl dt span{ display:block; padding-top:8px; line-height:50px; font-size:48px;}

.newslis dl dd{ float:right; width:410px;}

.newslis dl dd h3{ font-size:16px; overflow:hidden; padding-top:10px; margin:0 auto 5px;}

.newslis dl dd h3 a{ color:#000}

.newslis dl dd h3 a:hover{ color:#e60012}

.newslis dl dd p{ color:#666; font-size:14px;padding-top:5px;}







.jbc_warp{ width:1200px; overflow:hidden; margin:0 auto;}
.jbc_one{ font-size:24px; color:#333;  font-weight: bold;  border-bottom:1px #d5d5d5 solid;  height:35px; line-height:35px;}
.jbc_one b{ background:#e61c10; height:33px; width:54px; line-height:35px; color:#fff;  display:inline-block; text-align:center; font-size:20px; font-weight:normal; margin-right:10px; border-radius:3px }

.jbc_g{ width:400px; height:330px; float:left; }
.jbc_g img{border:1px solid #ddd; padding:3px; display:block; margin-bottom:8px}
.jbc_mar{ margin-top:15px;}
.jbc_f{ float:left; margin-left:20px; width:770px;  font-family:"微软雅黑";}
.jbc_f li img{border:1px solid #ddd; padding:3px; display:block; margin-bottom:8px}
.jbc_f h1{ font-size:20px; font-weight:normal;  color:#4a4a4c; margin-bottom:10px;}
.jbc_f span{ font-size:14px; color:#4a4a4c; text-indent:2em; display:inline-block; line-height:22px;}
.jbc_ul_k li{ float:left; width:33%; padding:10px 1px;}
.jbc_ul_k li p{width:239px; height:20px;  color:#333; font-size:14px;  font-family:"微软雅黑"; background:#fff; text-align:center;}	
