@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-size: 13px;
	line-height: 2.4em;
	font-family: "Microsoft YaHei";
	color: rgba(85,85,85,1);
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
a {
	color: rgba(85,85,85,1);
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
a:hover {
	color: rgba(53,152,219,1);
	text-decoration: none;
}
.c {
	clear: both;
}
/*----------------------------------------------end main-----------------------------------------*/

.m1 {
	width: 1100px;
	margin: 0 auto;
}
/*网站顶部*/
.top-bg {
	background-color: rgba(35,51,87,1);
	height: 30px;
	line-height: 30px;
}
.top {
	width: 1100px;
	margin: 0 auto;
	color: rgba(255,255,255,1);
}
.top a {
	color: rgba(255,255,255,1);
}
.top-left {
	float: left;
}
.top-right {
	float: right;
}
.top-right ul {
	clear: both;
	overflow: hidden;
}
.top-right ul li {
	float: right;
	border-left: 1px solid rgba(55,76,124,1);
}
.top-right ul li:first-child {
	background: url(../images/index_03.jpg) no-repeat 8px center rgba(53,152,219,1);
	padding: 0 10px 0 30px;
}
.top-right ul li a {
	display: block;
	padding: 0 10px;
}
.top-right ul li a:hover {
	background: rgba(53,152,219,1);
	text-decoration: none;
}
/*网站头部*/
.tou {
	width: 1100px;
	margin: 0 auto;
}
.logo {
	height: 54px;
	float: left;
	padding: 30px 0;
}
.menu {
	width: 780px;
	float: right;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu>ul>li {
	float: left;
	position: relative;
}
.menu>ul>li>a {
	text-align: center;
	display: block;
	width: 90px;
	padding-top: 33px;
	margin-left: 40px;
	font: normal 15px/50px "Microsoft YaHei";
}
.menu>ul>li:hover>a {
	background-color: rgba(35,51,87,1);
	color: rgba(255,255,255,1);
}
.menu>ul>li:first-child b {
	display: none;
}
.menu>ul>li:first-child:hover b {
	display: block;
	position: absolute;
	width: 300px;
	top: 83px;
	left: 40px;
	background-color: rgba(35,51,87,1);
	color: rgba(255,255,255,1);
	font: normal 12px/30px "Microsoft YaHei";
	padding-left: 10px;
	border-top: 1px solid rgba(255,255,255,1);
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover ul {
	display: block;
	padding-left: 5px;
	position: absolute;
	top: 83px;
	left: 40px;
	background-color: rgba(35,51,87,1);
	border-top: 1px solid rgba(255,255,255,1);
	clear: both;
}
.menu ul li:hover ul li {
	padding: 0 5px;
	float: left;
}
.menu ul li:hover ul li a {
	font: normal 12px/30px "Microsoft YaHei";
	color: rgba(255,255,255,1);
}
.menu ul li:hover ul li a:hover {
	color: rgba(255,208,26,1);
}
.menu ul li:hover ul li:after {
	content: "|";
	padding-left: 10px;
	color: rgba(255,255,255,1);
}
.menu ul li:hover ul li:last-child:after {
	content: "";
}
/*banner*/
#full-screen-slider {
	width: 100%;
	height: 350px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 350px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: -9999;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: 20px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 14px;
	height: 14px;
	float: left;
	margin: 0px 14px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,1);
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: rgba(255,255,255,1);
}
/*中间*/
.middle {
	width: 1100px;
	margin: 0 auto;
	height: 60px;
}
.key {
	float: left;
	font: normal 14px/60px "Microsoft YaHei";
}
.key b {
	color: rgba(35,51,87,1);
}
.search {
	width: 376px;
	float: right;
	background: url(../images/index_06.jpg) no-repeat right center;
}
.search form {
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}
.search form input.txt {
	border-left: 1px solid rgba(165,165,165,1);
	border-top: 1px solid rgba(165,165,165,1);
	border-right: none;
	border-bottom: 1px solid rgba(165,165,165,1);
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	width: 300px;
	float: left;
}
.search form input.btn {
	border: none;
	height: 40px;
	width: 60px;
	float: left;
	background: url(../images/search.png) no-repeat center rgba(53,152,219,1);
}
/*关于我们*/
.about {
	width: 1100px;
	margin: 60px auto 120px auto;
}
.about-pic {
	width: 494px;
	float: left;
}
.about-nr {
	width: 550px;
	float: right;
	position: relative;
}
.about-nr h2 {
	color: rgba(220,220,220,1);
	font: normal 80px/50px "Microsoft YaHei";
}
.about-nr h3 {
	color: rgba(35,51,87,1);
	font: bold 24px/24px "Microsoft YaHei";
	position: absolute;
	top: 45px;
}
.about-nr h4 {
	color: rgba(165,165,165,1);
	font: normal 12px/22px "Microsoft YaHei";
	padding: 25px 0 5px 0;
}
.about-nr b {
	font: normal 13px/28px "Microsoft YaHei";
	display: block;
}
.about-nr a {
	display: block;
	width: 118px;
	height: 40px;
	font: normal 14px/40px "Microsoft YaHei";
	background: url(../images/index_16.png) no-repeat 100px center rgba(53,152,219,1);
	padding-left: 22px;
	color: rgba(255,255,255,1);
	border-radius: 5px;
	margin-top: 20px;
}
.about-nr a:hover {
	background: url(../images/index_16.png) no-repeat 120px center rgba(35,51,87,1);
	border-radius: 5px;
	width: 128px;
	padding-left: 32px;
}
/*首页产品展示*/
.chanpin {
	width: 1100px;
	margin: 0 auto;
	clear: both;
}
/*左边产品列表*/
.cp-list {
	float: left;
	width: 260px;
}
.list-t {
	width: 260px;
	height: 80px;
	background-color: rgba(35,51,87,1);
	color: rgba(255,255,255,1);
	text-align: center;
}
.list-t h2 {
	padding-top: 12px;
	font:normal 18px/30px "Microsoft YaHei";
}
.list-t h3 {
	font: normal 12px/12px "Microsoft YaHei";
	text-transform: uppercase;
}
/*一级列表样式*/
.list-nr {
	width: 240px;
	border-left: 10px solid rgba(35,51,87,1);
	border-right: 10px solid rgba(35,51,87,1);
	border-bottom: 10px solid rgba(35,51,87,1);
	background-color: rgba(255,255,255,1);
}
.list-nr>ul {
	width: 200px;
	padding: 25px 20px 0 20px;
}
.list-nr>ul>li {
	margin-bottom: 25px;
	font: normal 18px/50px "Microsoft YaHei";
	position: relative;
}
.list-nr>ul>li>a {
	color: rgba(255,255,255,1);
	padding-left: 20px;
	display: block;
	border-radius: 5px;
	background: url(../images/index_16.png) no-repeat 160px center rgba(53,152,219,1);
}
.list-nr>ul>li:hover>a {
	background-color: rgba(35,51,87,1);
	border-radius: 5px;
}
/*二级列表先隐藏*/
.list-nr ul li ul {
	display: none;
}
/*鼠标经过一级列表，二级列表显示；二级列表样式*/
.list-nr ul li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: rgba(255,255,255,1);
	z-index: 999;
	width: 198px;
	border-left: 1px solid rgba(200,200,200,1);
	border-right: 1px solid rgba(200,200,200,1);
}
.list-nr ul li ul li {
	font: normal 14px/40px "Microsoft YaHei";
	background: url(../images/index_31.png) no-repeat 15px center;
	border-bottom: 1px solid rgba(200,200,200,1);
	padding-left: 35px;
}
.list-nr ul li ul li a {
	display: block;
}
/*右边产品图片*/
.cp-right {
	width: 820px;
	float: right;
}
/*产品图片名字*/
.pro-t {
	width: 820px;
	height: 52px;
	background-color: rgba(35,51,87,1);
}
.pro-t h2 {
	width: 90px;
	height: 52px;
	font: normal 16px/52px "Microsoft YaHei";
	padding-left: 52px;
	background: url(../images/index_21.png) no-repeat 15px center rgba(53,152,219,1);
	color: rgba(255,255,255,1);
}
/*产品图片样式*/
.pro-nr {
	width: 820px;
}
.pro-nr ul {
	clear: both;
	overflow: hidden;
}
.pro-nr ul li {
	width: 252px;
	float: left;
	margin: 20px 21px 0 0;
	position: relative;
}
.pro-nr ul li .pic {
	width: 250px;
	height: 250px;
	border: 1px solid rgba(227,227,227,1);
}
.pro-nr ul li .pic img {
	width: 250px;
	height: 250px;
}
.pro-nr ul li h2 {
	background-color: rgba(227,227,227,1);
	width: 250px;
	text-align: center;
	border: 1px solid rgba(227,227,227,1);
	font: normal 14px/40px "Microsoft YaHei";
}
.pro-nr ul li .drift {
	width: 252px;
	height: 294px;
	background-color: rgba(53,152,219,1);
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);/*层完全透明*/
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;/*延迟生效*/
}
.pro-nr ul li .drift img {
	width: 43px;
	height: 38px;
	padding-top: 40px;
}
.pro-nr ul li .drift h3 {
	color: rgba(255,255,255,1);
	font: normal 14px/70px "Microsoft YaHei";
}
.pro-nr ul li .drift b {
	width: 72px;
	height: 26px;
	display: block;
	float: left;
	border: 1px solid rgba(255,255,255,1);
	font: normal 14px/26px "Microsoft YaHei";
	margin-left: 43px;
}
.pro-nr ul li .drift b a {
	color: rgba(255,255,255,1);
	display: block;
}
.pro-nr ul li .drift b a:hover {
	color: rgba(53,152,219,1);
	background-color: rgba(255,255,255,1);
}
.pro-nr ul li .drift i {
	width: 72px;
	height: 26px;
	display: block;
	float: right;
	border: 1px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,1);
	font-style: normal;
	font: normal 14px/26px "Microsoft YaHei";
	margin-right: 43px;
}
.pro-nr ul li .drift i a {
	display: block;
	color: rgba(53,152,219,1);
}
.pro-nr ul li .drift i a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(53,152,219,1);
}
/*产品图片鼠标经过样式*/
.pro-nr ul li:hover .drift {
	opacity: 1;
	filter: alpha(opacity=100);/*鼠标经过 层不透明 显示出来*/
}
.pro-nr ul li:hover .drift img {
	padding-top: 70px;
}
/*网站底部*/
.foot {
	background-color: rgba(35,51,87,1);
	width: 100%;
	height: 323px;
	margin-top: 65px;
	color: rgba(255,255,255,1);
}
.foot a {
	color: rgba(255,255,255,1);
}
.foot a:hover {
	color: rgba(53,152,219,1);
}
.foot h3 {
	font: normal 16px/22px "Microsoft YaHei";
	background: url(../images/index_39.jpg) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.foot-logo {
	width: 197px;
	float: left;
	height: 203px;
	border-right: 1px solid rgba(14,15,43,1);
	padding-right: 40px;
	margin: 60px 40px 0 0;
}
.foot-contact {
	float: left;
	width: 470px;
	border-right: 1px solid rgba(14,15,43,1);
	margin-top: 60px;
	line-height: 30px;
}
.foot-map {
	float: left;
	padding-left: 40px;
	width: 191px;
	margin-top: 60px;
}
.foot-code {
	float: left;
	width: 120px;
	margin-top: 60px;
}
.foot-code img {
	border: 4px solid rgba(14,15,43,1);
	margin-top: 13px;
}
/*----------------------------------------------end index-----------------------------------------*/
.cont-ny {
	width: 1100px;
	margin: 65px auto 0 auto;
	clear: both;
}
.ny-list {
	border-left: 10px solid rgba(35,51,87,1);
	border-right: 10px solid rgba(35,51,87,1);
}
.ny-list ul {
	width: 200px;
	padding: 0 20px;
}
.ny-list ul li {
	font: normal 16px/60px "Microsoft YaHei";
}
.ny-list ul li a {
	display: block;
	padding-left: 35px;
	background: url(../images/index_31.png) no-repeat 15px center;
	border-bottom: 1px solid rgba(200,200,200,1);
}
.ny-list ul li a:hover {
	background: url(../images/index_32.png) no-repeat 15px center;
	border-bottom: 1px solid rgba(53,152,219,1);
}

.ny-list2 {
	width:500px;
	float:left;
}
.ny-list2 ul {
	padding: 0 20px;
}
.ny-list2 ul li {
	font: normal 16px/45px "Microsoft YaHei";
	float:left;
	margin:0 15px;
}
.ny-list2 ul li.bt a {
	display: block;
	color:#3598db;
	border-bottom: 1px solid #3598db;
}
.ny-list2 ul li.bt a:hover {
	color:#3598db;
	border-bottom: 1px solid #3598db;
}
/*内页右侧*/
.ny-right {
	width: 780px;
	float: right;
}
.ny-t {
	height: 46px;
	border-bottom: 1px solid rgba(210,210,210,1);
	position: relative;
}
.ny-t h2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	font: normal 18px/46px "Microsoft YaHei";
	padding: 0 10px;
	border-bottom: 1px solid rgba(53,152,219,1);
}
.ny-t span {
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(200,200,200,1);
	font: normal 12px/46px "Microsoft YaHei";
	padding-right: 10px;
}
.ny-nr {
	padding: 30px 10px;
	width: 760px;
	line-height: 34px;
}
/*按品牌*/
.brand{
	width:780px;
	clear:both;
	overflow:hidden;
}
.brand dl{
	float:left;
	border:1px solid rgba(200,200,200,1);
	width:350px;
	padding:10px;
	margin:20px 9px 0 9px;
}
.brand dl dt{
	width:350px;
}
.brand dl dt img{
	width:350px;
	height:100px;
}
.brand dl dd{
	clear:both;
	overflow:hidden;
}
.brand dl dd ul{
	padding-top:10px;
}
.brand dl dd ul li{
	padding-left: 15px;
	float:left;
	width:160px;
	font:normal 12px/24px "Microsoft YaHei";
	background: url(../images/pro_03.png) no-repeat left center;
}
/*按产品*/
.ny-pro {
	width: 750px;
	float: right;
	padding:20px 15px 0 15px;
}
.ny-pro ul {
	clear: both;
	overflow: hidden;
}
.ny-pro ul li {
	float: left;
	width: 250px;
	height: 44px;
	font: normal 12px/44px "Microsoft YaHei";
	border-bottom: 1px dashed rgba(210,210,210,1);
}
.ny-pro ul li a {
	display: block;
	padding-left: 15px;
	background: url(../images/pro_03.png) no-repeat left center;
}
.ny-pro ul li a:hover {
	background: url(../images/pro_04.png) no-repeat left center rgba(53,152,219,1);
	color:rgba(255,255,255,1);
}
/*按行业*/
.hang{
	width:780px;
}
.hang ul{
	clear:both;
	overflow:hidden;
}
.hang ul li{
	position:relative;
	float:left;
	border:1px solid rgba(200,200,200,1);
	width:350px;
	padding:10px 10px 30px 10px;
	margin:20px 9px 0 9px;
}
.hang ul li img{
	width:350px;
	height:100px;
}
.hang ul li span{
	position:absolute;
	top:0;
	left:30px;
	font:normal 22px/100px "Microsoft YaHei";
}
.hang ul li a{
	color:rgba(255,255,255,1);
}
/*内页产品图片*/
.ny-prolist{
	width:780px;
	clear:both;
	overflow:hidden;
}
.ny-prolist ul li {
	float: left;
	width: 230px;
	margin: 0 15px;
	padding-top:20px;
	border-bottom: 1px dashed rgba(210,210,210,1);
}
.ny-prolist ul li img {
	font-size: 0px;
	vertical-align: bottom;
	line-height: 0;
	width: 230px;
	height: 172px;
}
.ny-prolist ul li span {
	display: block;
	padding-left: 15px;
	line-height: 40px;
	background: url(../images/pro_03.png) no-repeat left center;
}

.ny-banner01{
	background:url(../images/ny-banner01.jpg) no-repeat top center;
	height:350px;
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

.ny-banner02{
	background:url(../images/ny-banner02.jpg) no-repeat top center;
	height:350px;
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}


.ny-banner03{
	background:url(../images/ny-banner03.jpg) no-repeat top center;
	height:350px;
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

.ny-banner04{
	background:url(../images/ny-banner04.jpg) no-repeat top center;
	height:350px;
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}