﻿@charset "utf-8";
/* -------- 全局样式-------- */  

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #5c5c5c;
}
div, form, img, ul, li, dl, dt, dd {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td, p, div, li, select, input, textarea {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
td, p, div, li, input, textarea {
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6,th {
	font-size: 100%;
	font-weight: normal;
}
/*强行换行*/
table{border-collapse: collapse;}

table, tr, td, th {
	font-size: 14px;
}
th, td{border: 1px solid #ddd;}
ul, li {
	list-style-type: none;
}
/*ul,li{ LIST-STYLE: none;}*/

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
/* -------- 链接-------- */

a:link {
	color: #333;
	text-decoration: none;
} /* 未访问的链接 */
a:visited {
	color: #333;
	text-decoration: none;
} /* 已访问的链接 */
a:hover {
	color: #007dd4;
	text-decoration: none;
} /* 鼠标放上去的链接 */
a:active {
	color: #333;
} /* 激活链接 */
/* -------- 表单 -------- */





/* -------- 文本样式 -------- */ 

.fB {
	font-weight: bold;
}
.f12px {
	font-size: 14px;
}
.f14px {
	font-size: 14px;
}
.lh_16 {
	line-height: 16px;
}
.lh_18 {
	line-height: 18px;
}
.lh_20 {
	line-height: 20px;
}
.lh_22 {
	line-height: 22px;
}
/* -------- 对齐和边距 -------- */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}  */

.pd_10 {
	padding: 10;
}
.mg_10 {
	margin: 10;
}
.ma {
	margin: 0 auto;
}
/* -------- 结构布局 --------*/

.main {
	background: #fff;
}
.center {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.ny_center {
	padding-top: 20px;
	margin-bottom: 40px;
}
/* -------- 栏目板块 -------- */ 



/* top 头部样式 */

.head {
	height: 90px;
	width: 100%;
	background-color: #fff;
}
.logo img {
	margin-top: 8px;
}
.ban img {
	display: block;
	
}
.ban {
		position: relative;
}
.menu{height:90px;}
.menu>ul>li {
	float: left;
	line-height: 90px;
	font-size: 16px;
	width:100px;
}
.menu>ul>li>a {
	color: #333333;
	display: block;
	text-align: center;
}
.menu>ul>li>a:hover {
	font-weight: bold;
	line-height: 88px;
}
.menu>ul>li:hover .submenu {
	display: block;
}
.submenu {
	display: none;
	position: relative;
	z-index: 99;
	text-align: center;
}
.submenu ul {
	position: absolute;
	top: 55px;
}
.submenu li {
	width: 110px;
	background-color: #FFF;
}
.submenu li:hover {
}
.submenu li a {
	height: 39px;
	padding: 0px 10px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 39px;
	font-size: 14px;
	display: block;
	color: #333;
}
.submenu li a:hover {
	font-weight: 600;
}
/*幻灯Banner*/

.banner {
	position: relative;
	height: 700px;
}
.banner .btn1 {
	bottom: 60px;
	margin-right: -450px;
	padding: 5px 6px;
	position: absolute;
	right: 71%;
	z-index: 7;
}
.banner .btn1 span {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 99;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
}
.banner .btn1 span.cur {
	border: 2px #fff solid;
	background: none;
}
.banner .bgitem {
	height: 700px;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
}
.sy_top {
	position: relative;
	z-index: 5;
	background: #fff;
}
.sy_top:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 31px;
	top: -31px;
	background: url(../images/mask.png) center 0 no-repeat;
}
.nybannertitle {
	background: url(../images/dht.png) center top no-repeat;
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 999;
	display: block;
	margin-top: -50px;
}
.ny_title {
	font-size: 30px;
	color: #333;
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
.ny_title h3 {
	width: 160px;
	float: left;
	background: #02ABE0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.ny_title h3 a {
	color: #fff;
	display: block;
}
.ny_title span {
	display: block;
	float: left;
	padding: 0 30px;
	line-height: 50px;
	font-size: 16px;
}
.ny_title span a {
	color: #fff;
	display: block;
}
.ny_title span:hover {
	background: #02ABE0;
}
.info {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 24px;
	font-weight: normal;
}
.info i {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/ico.png);
	background-position: -60px 0;
}
.info a {
	color: #4a4a4a;
	padding: 0 3px;
}
.info a:last-child {
	color: #02ABE0;
}
.lanmu {
	font-size: 36px;
	color: #000;
	margin: 20px 0 30px;
	font-weight: bold;
}
/*sy-about*/

.sy_about {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.sy_about:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 31px;
	top: -31px;
	background: url(../images/mask.png) center 0 no-repeat;
}
.sy_about span {
	display: block;
	font-size: 36px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 60px;
}
.sy_about span a {
	color: #555;
}
.sy_about span a:hover {
	color: #02ABE0;
}
.sy_about span:after {
	content: '';
	width: 60px;
	height: 3px;
	background-color: #02ABE0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.sy_about p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
/*sy_chan pin fel lei*/

.sy_cpfl {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.sy_cpfl ul {
}
.sy_cpfl ul li {
	width: 300px;
	float: left;
	height: 300px;
	background: #02ABE0;
	text-align: center;
	overflow: hidden;
}
.sy_cpfl ul li a {
	padding: 31% 8% 36.5%;
	display: block;
	background: url(../images/line.png) right top no-repeat;
	box-sizing: border-box;
	transition: .6s;
}
.sy_cpfl ul li a p {
	font-size: 30px;
	font-weight: normal;
	line-height: 57px;
	color: #fff;
}
.sy_cpfl ul li a span {
	font-size: 14px;
	color: #fff;
}
.sy_cpfl ul li:nth-child(3) {
	background: #FD8800;
}
.sy_cpfl ul li:nth-child(2) a {
	background: url(../images/sy_cp2.jpg) center no-repeat;
}
.sy_cpfl ul li:nth-child(4) a {
	background: url(../images/sy_cp4.jpg) center no-repeat;
}
.sy_cpfl ul li a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .6s;
}
.sy_cpfl ul li a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .6s;
}
/*sy_xin wen*/



.sy_new {
	width: 100%;
	height: 280px;
	background: #f6f6f6;
}
.sy_new_tit {
	font-size: 24px;
	margin-bottom: 10px;
}
.sy_new_tit a {
	line-height: 43px;
	color: #555;
	font-weight: bold;
}
.sy_new_tit span {
	display: inline-block;
	width: 35px;
	height: 42px;
	background: url(../images/pb_t.png) no-repeat;
	vertical-align: middle;
}
.sy_new dl {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.sy_new dl dt {
	width: 590px;
	float: left;
}
.sy_new dl dt p {
	width: 190px;
	height: 130px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.sy_new dl dt p:nth-child(4) {
	margin-right: 0;
}
.sy_new dl dt p img {
	transition: .6s;
}
.sy_new dl dt p span {
	position: absolute;
	z-index: 999;
	display: block;
	text-align: center;
	background: #333;
	color: #fff;
	width: 190px;
	height: 30px;
	line-height: 30px;
	margin-top: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: 15px;
}
.sy_new dl dt p:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sy_new dl dd {
	width: 590px;
	float: right;
}
.sy_new dl dd ul {
}
.sy_new dl dd ul li {
	width: 290px;
	float: left;
	margin-right: 10px;
}
.sy_new dl dd ul li:hover {
	background: #ccc;
}
.sy_new dl dd ul li:nth-child(2) {
	margin-right: 0;
}
.sy_new dl dd ul li:nth-child(4) {
	margin-right: 0;
}
.sy_new dl dd ul li:nth-child(6) {
	margin-right: 0;
}
.sy_new dl dd ul li:nth-child(8) {
	margin-right: 0;
}
.sy_new dl dd ul li a {
	display: block;
	position: relative;
	padding: 2px 0 2px 2em;
}
.sy_new dl dd ul li a:before {
	top: 50%;
	margin-top: -2px;
}
.sy_new dl dd ul a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: .8em;
	top: 1.5em;
	border: 4px solid;
	border-color: transparent transparent transparent #fd8800;
}
.sy_new dl dd ul li a p {
	font-size: 14px;
	color: #000;
	height: 28px;
	line-height: 28px;
}
/*sy_chanpin*/

.sy_tuijian {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px
}
.sy_tuijian dl {
}
.sy_tuijian dl dt {
	float: left;
	width: 594px;
	height: 446px;
}
.sy_tuijian dl dt a {
	display: block;
	width: 594px;
	height: 446px;
	overflow: hidden;
}
.sy_tuijian dl dt a span {
	position: absolute;
	z-index: 999;
	display: block;
	text-align: center;
	background: #333;
	color: #fff;
	width: 594px;
	height: 40px;
	line-height: 40px;
	margin-top: 405px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: 15px;
}
.sy_tuijian dl dt a img {
	transition: .6s;
}
.sy_tuijian dl dt a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sy_tuijian dl dd {
	float: right;
	width: 606px;
}
.sy_tuijian dl dd ul {
}
.sy_tuijian dl dd ul li {
	float: left;
	margin-bottom: 12px;
	margin-left: 13px;
	width: 290px;
	box-sizing: border-box;
	height: 217px;
}
.sy_tuijian dl dd ul li a {
	display: block;
	height: 217px;
	width: 290px;
	overflow: hidden;
}
.sy_tuijian dl dd ul li a span {
	position: absolute;
	z-index: 999;
	display: block;
	text-align: center;
	background: #333;
	color: #fff;
	width: 289px;
	height: 40px;
	line-height: 40px;
	margin-top: 177px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: 15px;
}
.sy_tuijian dl dd ul li a img {
	transition: .6s;
}
.sy_tuijian dl dd ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*右侧产品列表*/

.demo1_right {
	width: 740px;
	height: 671px;
	float: right;
	overflow: hidden;
	background: #fff;
}
.demo1_right ul {
	margin-left: 27px;
	margin-top: 20px;
}
.demo1_right ul li {
	width: 233px;
	margin: 0 0 8px 0;
	float: left;
	height: 204px;
}
.demo1_right ul li > a {
	border: #ddd 1px solid;
	width: 218px;
	text-align: center;
	display: block;
}
.demo1_right ul li p {
	width: 220px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/*左侧产品分类*/

.demo1_left {
	width: 234px;
	margin: 0px 0px 20px 0px;
	padding: 8px;
	background: #33495e;
	float: left;
}
.demo1_title {
	color: #fff;
	overflow: hidden;
	text-align: center;
	padding: 0 0 0 0px;
	margin: 5px 0 15px 0;
}
.demo1_title p {
	height: 35px;
	line-height: 35px;
	font-size: 24px;
}
.demo1_title span {
	margin: 0 0 0 5px;
	text-transform: uppercase;
	/*font-family: impact;*/

	font-size: 18px;
}
.typlist {
	margin: 0 auto;
}
.typlist_bottom {
	height: 10px;
}
.typlist ul li {
	padding: 0 0 0px 0;
	border-bottom: 1px solid #dddfe0;
}
.typlist ul li a {
	display: block;
	font-size: 14px;
	background: url(../images/yq1.png) no-repeat 202px center #fff;
	height: 53px;
	line-height: 53px;
	padding: 0 0px 0 35px;
	margin: 0 auto 0px auto;
	z-index: 999;
	text-decoration: none;
}
.typlist ul li a:hover {
	background: url(../images/yq2.png) no-repeat 202px center;
	color: #fff;
}
/*新闻动态*/

.news {
	width: 100%;
}
.news_nr {
	margin: 20px 0 0 0;
}
.news ul {
	width: 1100px;
}
.news ul li {
	line-height: 25px;
	float: left;
}
.news ul li a {
	font-size: 13px;
}
.news ul li a span {
	float: right;
}
/*4066金沙总站*/





/*bottom*/

.foot {
	background: #02ABE0;
	width: 100%;
}
.footbox {
	padding: 50px 0 0;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.footlogo {
	width: 100%;
	height: 54px;
	text-align: center;
}
.footcontact {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.footcontact h3 {
	background: url(../images/footline.png) left center repeat-x;
	margin-bottom: 30px;
}
.footcontact h3 span {
	font-size: 17px;
	color: #02ABE0;
	background: #fff;
	font-weight: bold;
	display: inline-block;
	width: 150px;
	height: 30px;
	line-height: 30px;
}
.footcontact p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footcontact p span {
	padding: 0 5px;
}
.footcontact p a {
	color: #fff;
}
.footmenu {
	width: 100%;
	text-align: center;
}
.footmenu a {
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	line-height: 30px;
}
.footewm {
	float: left;
	width: 280px;
}
.footewm h3 {
	font-size: 24px;
	color: #d0d0d0;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}
.footewm h3 span {
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
}
.footewm p {
	font-size: 14px;
	line-height: 30px;
	color: #d0d0d0;
}
.footewm ul li {
	float: left;
	width: 120px;
	height: 150px;
	color: #888;
	text-align: center;
	font-size: 14px;
	margin-right: 30px;
}
.copyright {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #d0d0d0;
	text-align: left;
	background: #111;
	font-size: 14px
}
.backtop {
	position: absolute;
	right: -23px;
	bottom: -78px;
	width: 45px;
	height: 45px;
	background: url(../images/top.png) center center no-repeat;
}
/*内页*/



.title_ny {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;
	overflow: hidden;
	height: 20px;
	padding: 0 0 10px 40px;
	background: url('../images/jt.png') no-repeat 20px 8px;
}
.title_ny span {
	margin: 0 0 0 5px;
}
.a_left {
	width: 210px;
	float: left;
	position: relative;
}
.a_title {
	height: 35px;
	line-height: 35px;
	background: #33495e;
	font-size: 14px;
	padding-left: 17px;
	color: #fff;
	text-align: left;
}
.a_title a {
	color: #fff;
}
.a_list {
	width: 208px;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0px 0 10px 0;
}
.a_list ul {
	padding: 10px 0px 0 0;
	padding-left: 40px;
}
.a_list ul li {
	line-height: 30px;
}
.a_list ul li >a {
	background: url(../images/jt.gif) no-repeat left center;
	padding-left: 12px;
	color: #333;
}
.a_list ul li >a:hover {
	color: #33495e;
}
.a_list ul li dl {
	padding-left: 10px;
}
.a_list ul li dl dd {
	height: 22px;
	line-height: 22px;
}
.a_list ul li dl dd a {
	padding-left: 15px;
	background: url(../images/-.gif) no-repeat left center;
	color: #333;
}
.a_list ul li dl dd a:hover {
	color: #33495e;
}
.a_contact {
	width: 208px;
	border: 1px solid #ccc;
	margin: 10px 0 20px 0;
	text-align: center;
	padding-bottom: 5px;
}
.a_contact >p {
	color: #666666;
	line-height: 18px;
	text-align: left;
	padding: 0 8px 0 8px;
}
.a_contact >p >a {
	color: #333;
}
.a_contact >p >a:hover {
	color: #33495e;
}
.a_contact img {
	margin: 5px 0 5px 0;
}
.a_tel {
	background: url(../images/dh.gif) no-repeat 8px center;
	text-align: left;
	padding-left: 68px;
	margin-bottom: 10px;
}
.a_tel span {
	color: #333;
}
.a_tel p {
	color: #33495e;
	font: 14px "Impact";
}
.a_right {
	width: 930px;
	float: right;
	position: relative;
	margin: 31px 0 0 0;
}
.content p {
	color: #444;
	font-size: 14px;
	line-height: 30px;
}
/* 下一条新闻 */

.xw_preNext {
	width: 306px;
	float: right;
	background-color: #fff;
	border: 10px #f3f3f3 solid;
	box-sizing: border-box;
}
.xw_preNext txt {
}
.xw_preNext ul {
	padding: 10px 7%;
}
.xw_preNext ul li {
	border-bottom: 1px #ececec solid;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
.xw_preNext ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-top: 15px;
}
/* 下一个产品 */

.preNext {
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
}
.preNext .line {
	height: 10px;
	overflow: hidden;
	clear: both;
	margin: 4px auto;
	padding-top: 10px;
}
.preNext .line strong {
	display: block;
	width: 8px;
	height: 10px;
	overflow: hidden;
	font-size: 0px;
	line-height: 100px;
	float: left;
}
.preNext .text {
	color: #444;
	background: #f9f9f9;
	padding: 10px 30px;
}
.text li {
	line-height: 30px;
}
.preNext .text a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}
.preNext .text li {
	color: #5c5c5c;
	font-size: 14px;
}
.preNext .text li a {
	color: #5c5c5c;
}
.preNext .text li a:hover {
	color: #007dd4;
}
.preNext .text_b {
	color: #5c5c5c;
}
.preNext .text_b a {
	color: #5c5c5c !important;
}
.nrfg {
	border-bottom: 1px solid #ccc;
	margin: 20px 0 20px 0;
	padding-bottom: 10px;
}
.nrfg span {
	font-size: 36px;
	color: #000;
	margin: 20px 0 30px;
	font-weight: bold;
}
/*新闻列表*/

.news_list {
}
.news_list li {
	height: 50px;
	border-bottom: 1px #f1f1f1 solid;
}
.news_list li {
	font-size: 14px;
	padding: 0 10px;
}
.news_list li:hover {
	background: #ccc;
}
.news_list span {
	float: right;
}
.news_list li a {
	color: #444;
	line-height: 50px;
}
.news_list li a:hover {
	color: #444;
}
/* 翻页 */

.page_list {
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	;
	font-size: 14px;
	margin-top: 20px;
	border: none !important;
	margin-bottom: 20px;
}
.page_list a {
	display: inline-block;
	color: #aaa;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
	margin: 0 1px;
	width: auto;
	height: 20px;
	padding: 0px 6px;
	font-family: "Microsoft Yahei", "宋体";
}
.page_list a:hover {
	color: #fff;
	border: 1px solid #33495e;
	background: #33495e;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #33495e;
	background: #33495e;
}
/*新闻详细*/

.title_news_xq {
	width: 840px;
	float: left;
}
.title_news_article {
	font-size: 24px;
	color: #000;
	text-align: left;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}
.news_parameters {
	text-align: left;
	color: #666 !important;
	line-height: 14px;
	/* padding-bottom: 10px; */

	background: #f6f6f6;
	padding: 2px 20px;
}
.news_parameters p span a {
	color: #666;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin-top: 30px;
}
/*product 页面*/

.dt_zhanshi {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
}
.dt_zhanshi_tit {
	background: url(../images/rexiao.png) no-repeat 10px;
	height: 34px;
}
.dt_zhanshi_tit p {
	font-size: 22px;
	color: #333;
	float: left;
	padding-left: 60px;
}
.dt_zhanshi_tit span {
	font-size: 14px;
	color: #333;
	float: right;
}
.dt_zhanshi_tit span a {
	color: #333;
}
.dt_zhanshi dl {
	width: 390px;
	float: left;
	margin: 10px 5px;
	box-sizing: border-box;
}
.dt_zhanshi dl dt {
	height: 292px;
	width: 390px;
}
.dt_zhanshi dl dd {
	background: #f0f0f0;
	height: 40px;
	text-align: center;
}
.dt_zhanshi dl dd p a {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	display: block;
	font-weight: bold;
}
.prolist {
}
.prolist ul li {
	float: left;
	height: 260px;
	margin: 0 10px;
}
.prolist ul li > a {
	display: block;
	width: 280px;
	border: 1px #f1f1f1 solid;
}
.prolist ul li p {
	margin-bottom: 10px;
}
.prolist ul li p a {
	width: 280px;
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	color: #444;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.prolist ul li p a:hover {
	color: #33495e;
}
/* 产品详情 */

.proinfo {
	width: 100%;
	height: 452px;
	margin-top: 40px;
}
.proinfo_img {
	float: left;
	width: 600px;
	border: 1px #f1f1f1 solid;
	height: 450px;
}
.proinfo_text {
	float: left;
	width: 500px;
	margin-left: 60px;
}
.proinfo_text h1 {
	font-weight: bold;
	font-size: 31px;
	color: #000;
	margin-bottom: 5px;
}
.proinfo_text h1 .i {
	display: inline-block;
	width: 35px;
	height: 42px;
	background: url(../images/pb_t.png) no-repeat;
	vertical-align: top;
	margin-left: 10px;
}
.proinfo_text p {
	margin: 10px 0;
	color: #555;
	line-height: 26px;
}
.proinfo_text p span {
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 17px;
}
.xunjia {
	background-color: #fd8800;
	float: left;
	width: 180px;
	height: 57px;
	line-height: 57px;
	margin-right: 8px;
	margin-top: 20px;
}
.xunjia a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.xunjia a i {
	display: inline-block;
	background: url(../images/ico2.png) no-repeat;
	vertical-align: middle;
	width: 36px;
	height: 32px;
	margin: 0 0.3em;
	background-position: 0 -50px;
}
.pro_c {
	color: #333;
	padding-bottom: 20px;
	line-height: 24px;
}
/*图片信息*/

.photo h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.photo_img {
	margin: 0 auto;
	border: 1px #f1f1f1 solid;
	width: 400px;
	margin-top: 10px;
}
/*相关信息*/

.related_news {
	margin: 20px 0 0 0;
	height: 120px
}
.related_title {
	border-bottom: 1px solid #ccc;
	margin: 0px 0 10px 0;
}
.related_title span {
	font-size: 14px;
	font-weight: bold;
}
.related_title a {
	float: right;
	font-size: 14px;
	font-weight: normal;
}
/*相关新闻*/



.related_news ul li {
	width: 50%;
	float: left;
	padding: 2px 10px;
	box-sizing: border-box;
}
.related_news ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 24px;
}
.related_news ul li a em {
	float: right;
}
/*相关产品*/

.related_product {
	height: 320px;
}
.related_product ul li {
	float: left;
	width: 200px;
	margin-left: 13px;
	margin-right: 13px;
}
.related_product ul li>a {
	border: 1px #f1f1f1 solid;
	width: 200px;
	height: 150px;
	display: block;
	padding: 2px;
}
.related_product ul li p a {
	text-align: center;
	display: block;
}
/*案例*/

.case_show {
	width: 1002px;
	margin: 0 auto;
}
.case_show div img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case_show div:hover img {
	-webkit-box-shadow: 0 4px 4px #333;
	box-shadow: 0 4px 4px #333;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.al1 {
	float: left;
	width: 495px;
	height: 375px;
	margin-right: 4px;
}
.al2 {
	float: left;
	width: 248px;
	height: 185px;
}
.al3 {
	float: right;
	width: 251px;
	height: 375px;
}
.case_more {
	width: 194px;
	height: 128px;
	float: left;
	background: #33495e;
	padding: 29px 27px;
	margin-bottom: 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case_more:hover {
	-webkit-box-shadow: 0 4px 4px #333;
	box-shadow: 0 4px 4px #333;
}
.case_more em {
	font-style: normal;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: impact;
}
.case_more span {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
.case_more a {
	display: inline-block;
	width: 109px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 15px;
}
.case_more a:hover {
	background-color: #fff;
	color: #007dd4;
	font-weight: bold;
}
.case_title_index {
	background: url(../images/title_index.png) center no-repeat;
	text-align: center;
	font-size: 24px;
	height: 58px;
	margin: 40px auto 35px;
}
.case_title_index p {
	font-size: 24px;
	color: #33495e;
}
.case_title_index span {
	text-transform: uppercase;
	font-family: impact;
	color: #fab00e;
}
/* 分页 */

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #aaa;
}
.page_info span {
	padding: 0 2px;
	font-weight: bold;
}
.page_list {
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	;
	font-size: 14px;
	margin-top: 20px;
	border: none !important;
}
.page_list a {
	display: inline-block;
	color: #aaa;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
	margin: 0 1px;
	width: auto;
	height: 20px;
	padding: 0px 6px;
	font-family: "Microsoft Yahei";
}
.page_list a:hover {
	color: #fff;
	border: 1px solid #33495e;
	background: #33495e;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #33495e;
	background: #33495e;
}
.pagination {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.pagination li a {
	display: block;
	padding: 4px 12px;
	background-color: #fcfcfc;
	border: 1px solid #eeeeee;
}
.pagination li + li a {
	border-left: none;
}
.pagination li.active a, .pagination li a:hover {
	background-color: #666;
	color: #ffffff;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.bg1_cont {
	width: 960px;
	margin: 0 auto;/* height: 328px; */
	overflow: hidden;
}
.bg1_text {
	padding-left: 30px;
	width: 472px;
	background: url(../images/line1.gif) no-repeat left top;
}
.bg1_text .p1 img {
	vertical-align: top;
}
.bg1_text .p2 {
	padding: 16px 0 22px 0;
	font: 14px/24px "Microsoft YaHei";
	color: #333;
}
.fr {
	float: right;
}
.adv1 {
	background: url(../images/adv1.jpg) center no-repeat;
	height: 721px;
}
.adv3 {
	background: url(../images/adv3.jpg) center no-repeat;
	height: 206px;
	margin-bottom: 25px;
}
 color: #fff;
 left: 50%;
 font-size:14px;
 margin: 0 0 0 -465px;
}
.adv2 a:hover {
	color: #fab00e;
}
/* 二级产品分类 */

.f6 {
	padding: 45px 0;
	width: 234px;
}
.title1 {
	width: 234px;
	background: #33495e;
	height: 80px;
	background: #33495e;
}
.title1 span {
	margin: 0 0 0 5px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	padding-left: 30px;
}
.title1 h3 {
	font-size: 24px;
	color: #F1F1F1;
	font-weight: normal;
	text-align: left;
	padding-left: 60px;
	line-height: 45px;
}
/* 案例 */

.g_an {
}
.g_an .u_tit2 {
	font-size: 14px;
	color: #3c3c3c;
	line-height: 30px;
	text-align: center;
	margin: 0 0 30px 0;
}
.more1 {
	margin-left: 438px;
	margin-top: 12px;
	display: block;
	margin-bottom: 40px;
}
.m_anli img {
	display: block;
	width: 226px;
	height: 140px;
}
.m_anli li {
	float: left;
	width: 226px;
	height: 140px;
	overflow: hidden;
	position: relative;
	margin-right: 18px;
	margin-bottom: 20px;
}
.m_anli .lastli {
	margin-right: 0;
}
.m_anli li img {
	width: 226px;
	height: 140px;
	display: block;
}
.m_anli .lastli {
	margin-right: 0;
}
.m_anli li a {
	display: none;
	position: absolute;
	width: 226px;
	height: 140px;
	top: 0;
	left: 0;
	color: #fff;
	background: url(../images/anbg.png) no-repeat;
}
.m_anli li a:hover {
	text-decoration: none;
}
.m_anli li a h3 {
	display: block;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 5px;
}
.m_anli li a p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
}
.m_anli li .btn {
	margin: 0 auto;
	display: block;
	width: 187px;
	padding-left: 20px;
}
.m_anli li .btn em {
	display: block;
	width: 82px;
	float: left;
	margin-right: 7px;
}
.m_anli li .btn em img {
	width: 80px;
	height: 30px;
	background: none;
	border: none;
}
/* 询盘 */

.xqtitle {
	width: 80px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #33495e;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei", "微软雅黑";
	color: #fff;
}
.goodsConts {
	color: #666;
	margin-top: 20px;
}
.inquiry {
	margin: 0 auto;
	clear: both;
	font-size: 14px;
	border: 1px #ddd solid;
	padding: 30px;
	background: #f8f8f8
}
/* 留言 */

.content01 {
	padding: 10px 10px 20px 10px;
}
.form-group {
	width: 580px;
	clear: both;
	background: #f7f7f7;
	padding: 8px 2%;
	margin-bottom: 15px;
	position: relative;
	height: 35px;
}
.form-group label {
	float: left;
	font-size: 14px;
	line-height: 35px;
	padding-right: 10px;
}
.form-control {
	float: left;
	width: 450px;
	border: solid 1px #F7F7F7;
	height: 35px;
	line-height: 35px;
	background: #F7F7F7;
}
.form-control-c {
	float: left;
	width: 470px;
	border: 1px #F7F7F7 solid;
	line-height: 30px;
	height: 230px;
	background: #F7F7F7;
}
button.form-sub {
	width: 200px;
	margin: 0 auto;
	clear: both;
	display: block;
	margin-top: 30px;
}
.form-sub {
	height: 35px;
	color: #fff;
	background: #fd8800;
	border: none;
	font-size: 16px;
}
.form-control-y {
	float: left;
	width: 100px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
.form-group2 {
	width: 570px;
	height: 233px;
	clear: both;
	background: #f7f7f7;
	padding: 8px 2%;
	position: relative;
}
.form-group2 label {
	float: left;
	font-size: 14px;
	padding-right: 10px;
	line-height: 230px;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
/* 首页热销产品 */

.box {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 100%;
	padding: 10px 0 60px 0;
	background: #F6F7FB;
}
.sy_rexiao {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/rexiao.png) no-repeat 10px;
	height: 34px;
	margin-bottom: 20px;
}
.sy_rexiao p {
	font-size: 22px;
	color: #333;
	float: left;
	padding-left: 60px;
}
.sy_rexiao span {
	font-size: 14px;
	color: #333;
	float: right;
}
.sy_rexiao span a {
	color: #333;
}
.hotproduct {
	margin: 15px 0 20px 0;
}
#demo1p {
	width: 1200px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#indemo1p {
	float: left;
	width: 800%;
}
#demo1p1 {
	float: left;
}
#demo1p2 {
	float: left;
}
.top_14 {
	list-style: none outside none;
	display: inline;
}
ul {
	list-style: none outside none;
}
.top_14 li {
	float: left;
	overflow: hidden;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 390px;
	background: #fff;
	margin-right: 20px;
	padding-left: 5px;
}
.top_14 h3 {
	margin: 0 auto;
}
.top_14 h3 a {
	width: 390px;
	height: 180px;
	padding: 1px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
 *display:block;
 *font-size: 129px;
 *font-family:Arial;
/* color: #003366;

    font-weight: bold; */

}
.top_14 h3 img {
	vertical-align: middle;
}
.top_14 li p {
}
.top_14 li p .a1 {
	font-size: 15px;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #D93A00;
	font-weight: bold;
}
.top_14 li p .a1:hover {
	color: #33495e;
}
/* 首页热销产品结束*/

	   

/*首页产品展示*/

.main {
}
.font_w {
	font-family: 'Microsoft YaHei';
}
.wfixed {
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
}
.fl {
	float: left;
}
.insLeft {
	width: 240px; /* margin-top:20px; */
}
.insLeft {
	width: 240px; /* margin-top:20px; */
}
.mt30 {
	background: #fff;
	border: 1px #eee solid;
}
.fs26 {
	font-size: 24px;
}
.fs16 {
	font-size: 14px;
}
.fs14 {
	font-size: 14px;
}
.asidePro dt {
	border-bottom: 1px #eee solid;
	background: url('../images/ico2.gif') no-repeat 10px center;
	height: 60px;
	list-style: none;
	padding-bottom: 2px;
	width: 220px;
	margin: 0 auto;
}
.asidePro dt a {
	display: block;
	line-height: 60px;
	color: #333;
	margin: 1px 0px;
	text-align: left;
	padding-left: 30px;
	font-size: 13px;
}
.asidePro dt a:hover, .asidePro dt a.cur {
	color: #33495e;
}
.lxwm {
	width: 240px;
	background: #33495e;
	padding: 9px 0;
}
.lxwm ul {
	padding: 8px;
}
.lxwm ul li {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.lxwm ul li a {
	height: 40px;
	line-height: 20px;
	color: #fff;
}
/*首页产品展示*/

.wfixed {
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
}
.tac {
	text-align: center;
}
.fs22 {
	font-size: 26px;
	font-weight: bold;
}
.line {
	width: 200px;
	height: 3px;
	background: #f1b11a;
	display: inline-block;
}
.woutLine .tit {
	height: 76px;
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	padding-top: 35px;
}
.woutLine .tit span {
	color: #146CD7;
}
.woutLine .tit p {
	color: #9f9f9f;
}
.woutLine .tit em {
	margin-bottom: 6px;
	left: 526px;
}
.ipro {
	padding: 10px 0px;
	width: 945px;
	margin: 0 auto;
	margin-bottom: 10px;
	float: right;
}
.ipro div {
	float: left;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
}
.ipro h3 {
	width: 290px;
	height: 218px;
	border: 1px solid #d6d6d6;
	text-align: center;
}
.ipro h3 img {
	vertical-align: middle;
}
.ipro p a {
	display: block;
	text-align: center;
	background-color: #ededed;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	color: #333;
	border: 1px solid #d6d6d6;
	border-top: 0px;
}
.ipro p a:hover {
	color: #fff;
	background: #33495e;
}
.cpfllb {
	width: 1000px;
	margin: 0px auto;
	margin-top: 20px;
}
.cpfllb a {
	font-size: 14px;
	color: #333;
}
.cpfllb a:hover {
	color: #0063CA;
}
.cpfllb span {
	padding: 0 25px;
	font-size: 14px;
	color: #333;
}
/* 首页4066金沙总站 */



.xinwen li {
	background: url(../images/yosIco.gif) no-repeat left;
	border-bottom: 1px #ddd dashed;
	height: 43px;
	padding-left: 20px;
	overflow: hidden;
}
.xinwen li a {
	font-size: 13px;
	width: 330px;
	line-height: 43px;
	font-weight: normal;
	height: 43px;
}
.xinwen li a span {
	float: right;
	line-height: 43px;
}
.title {
	height: 60px;
	background: url(../images/title.png) no-repeat center;
	width: 1200px;
	margin-top: 30px;
}
.title p {
	font-size: 24px;
	font-weight: bold;
	color: #33495e;
	text-align: center;
}
.title span {
	color: #555;
	font-size: 14px;
	text-align: center;
	display: block;
}
.tit2 {
	line-height: 20px;
	background: #33495e;
	padding-top: 30px;
	padding-bottom: 20px;
}
.tit2 span {
	color: #fff;
}
.tit2 p {
	color: #B1D894;
}
.wblj {
	position: absolute;
	right: 0px;
	top: 20px;
}
.wblj ul {
}
.wblj ul li {
	float: left;
	margin: 0 10px;
}
.wblj ul li a {
	font-size: 13px;
	text-align: center;
	display: block;
	color: #33495e;
}
.widget-search-form {
	width: 282px;
	float: right;
	padding-top: 8px;
}
.input_text {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #999;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eae7e7;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.widget-search-form .input_text {
	float: left;
	width: 75%;
	height: 35px;
	vertical-align: top;
	border-color: #007dd4;
	border-radius: 20px;
}
.input_text:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.widget-search-form .btn_search {
	margin-left: 3%;
	width: 20%;
	height: 35px;
	border: none;
	background-color: #D93A00;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
}
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	text-align: left;
	width: 250px;
	height: 53px;
	font: 15px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar a {
	color: #fff;
}
.yb_bar .yb_top {
	background: #3EA3FF url('../images/fixCont.png') no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #3EA3FF url('../images/fixCont.png') no-repeat 0 2px;
}
.yb_bar .yb_phone1 {
	background: #3EA3FF url('../images/fixCont.png') no-repeat 0 -52px;
}
.yb_bar .yb_phone2 {
	background: #3EA3FF url('../images/fixCont.png') no-repeat 0 -110px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #3EA3FF url('../images/fixCont.png') no-repeat 0 -167px;
}
.yb_bar .yb_ercode {
	background: #3EA3FF url('../images/fixCont.png') no-repeat 0 -221px;
}
.hd_qr {
	padding: 0 39px 25px 39px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_close p {
	font-size: 36px;
	font-weight: bold;
	color: #3EA3FF;
}
