@charset "gb2312";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background: #FFF;
}
* {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	border: none;
	text-decoration: none;
}
.clear {
	clear: both;
}
.M-T-60px {
	margin-top: 60px;
}
.M-B-10px {
	margin-bottom: 20px;
}
.M-L-10px {
	margin-left: 10px;
}
.text-overflow {
	overflow: hidden;/*将超出内容隐藏*/
	white-space: nowrap;/*强制内容不换行。强制在同一行内显示所有文本，直到文本结束或者遭遇 br 元素*/
	text-overflow: ellipsis;/*IE专用属性，文本溢出时显示省略标记()；其他浏览器不支持。*/
}
.overflow-hidden {
	overflow: hidden;/*将超出内容隐藏*/
}
.top {
	width: 100%;
	height: 130px;
	background: url(../images/headbg.jpg) repeat-x;
}
.top-1003 {
	width: 1003px;
	height: 130px;
}
.top-30 {
	width: 1003px;
	height: 30px;
}
.top-contanct {
	margin-left: 783px;
	width: 220px;
	height: 30px;
	background: url(../images/contact.png) no-repeat;
}
.top-contanct a {
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
}
#index-magin {
	margin-left: 25px;
}
.logo {
	float: left;
	width: 790px;
	height: 100px;
}
.telphone {
	float: left;
	width: 203px;
	height: 100px;
}
.nav {
	width: 100%;
	height: 45px;
	background: #000000;
}
.nav-1003 {
	width: 1003px;
	height: 45px;
}
.nav-1003 ul {
	text-decoration: none;
}
.nav-1003 ul li {
	float: left;
	width: 100px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}
.nav-1003 ul li a {
	color: #FFF;
}

#full-screen-slider {
	width: 100%;
	height:470px;
	float: left;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 470px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}
#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;
	left: 50%;
	top: 300px;
	z-index: 11;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {  
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #0092CE
}

#web {
	font-weight: bold;
	background: url(../images/shouye.jpg) no-repeat;
}
#web a {
	color: #239efc;
}
.banner {
	width: 100%;
	height: 470px;
	background: url(../images/banner.jpg) no-repeat top center;
}
.Key {
	width: 100%;
	height: 45px;
	background: #b9baba;
}
.Key-1003 {
	width: 1003px;
	height: 45px;
}
.key-left {
	float: left;
	width: 660px;
	height: 45px;
}
.Key-right {
	float: left;
	width: 343px;
	height: 45px;
}
.key-left p {
	font-size: 14px;
	color: #333333;
	line-height: 45px;
}
.key-left span {
	font-weight: bold;
}
.seltext {
	margin-top: 8px;
	width: 290px;
	height: 30px;
}
.selbutton {
	width: 46px;
	height: 30px;
	background: url(../images/search.jpg) no-repeat;
}
.customers {
	width: 100%;
	height: 330px;
	background: #e7e8e8;
}
.customers-1003 {
	width: 1003px;
	height: 330px;
}
.customersbiao {
	width: 1003px;
	height: 120px;
}
.customersbiao h2 {
	width: 1003px;
	height: 50px;
	font-size: 16px;
	color: #0071b1;
	text-align: center;
	line-height: 50px;
}
.customersbiao h3 {
	width: 1003px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	background: url(../images/customerh3.jpg) no-repeat;
}
.infiniteCarousel {
	width: 1003px;
	position: relative;
}
.infiniteCarousel .wrapper {
	width: 960px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: hidden;
	height: 130px;
	margin: 0 40px;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul a img {
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.infiniteCarousel .wrapper ul {
	width: 960x; /* single item * n */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul li {
	display: block;
	float: left;
	padding: 10px;
	height: 100px;
	width: 285px;
}
.infiniteCarousel ul li img {
	-webkit-transition: border-color 400ms;
}
.infiniteCarousel ul:hover li img {
	border-color: #000;
}
.infiniteCarousel ul:hover li:hover img {
	border-color: #333;
}
.infiniteCarousel ul li a img {
	display: block;
}
.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../images/arrow.jpg) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
	outline: 0;
}
.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}
.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}
.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
}
.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}
.product{
	margin-top: 20px;
	width: 1003px;
	overflow:hidden;
}
.product-list{
	float: left;
	width: 220px;
	overflow:hidden;
	background: #18191b;
}
.productpic{
	float: right;
	width: 760px;
	overflow:hidden;
}
.product-list h2{
	width: 200px;
	height: 50px;
	padding-left: 20px;
	font-size: 20px;
	color: #FFF;
	line-height: 50px;
	background: #006ab1;
}
.product-list h3{
	padding-left: 35px;
	font-size: 14px;
	color: #46b4fd;
	line-height: 35px;
	background: url(../images/listh2.jpg) 18px 10px no-repeat;
	
}
.product-list h3 a{
	color: #46b4fd;
}
.product-list ul{
	text-decoration: none;
}
.product-list ul li{
	margin-left: 35px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
}
.product-list ul li a{
	color: #999999;
}
.list-line{
	width: 190px;
	height: 2px;
	background: url(../images/h2bg.jpg) no-repeat;
}
.productpic h2{
	width: 760px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: url(../images/proh2.jpg) 0px 45px no-repeat;
	
}
.productpic ul{
	text-decoration: none;
}
.productpic ul li{
	margin-top: 15px;
	float: left;
	margin-right: 18px;
	width: 235px;
	height: 225px;
}
.productpic ul li img{
	width: 235px;
	height: 180px;
	border: 1px solid #dfdfdf;
}
.productpic ul li a{
	color: #666666;
}
.productpic ul li p{
	font-size: 12px;
	line-height: 28px;
	text-align: center;
}
.proimg{
	margin-top: 22px;
	width: 760px;
	height: 145px;
}
.Marketing{
	width: 100%;
	overflow:hidden;
	background: #f3f3f3;
}
.Marketing-1003{
	width: 1003px;
	overflow:hidden;
	
}
.Marketing-1003 h2{
	height: 60px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.biao{
	width: 1003px;
	height: 80px;
	background: url(../images/markh2.jpg) no-repeat;
	
}
.biao h3{
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #474646;
}
.first{
	width: 1003px;
	height: 260px;
}
.first-left{
	float: left;
	width: 420px;
	height: 260px;
}
.first-left img{
	margin: 20px auto auto 30px;

}
.first-right{
	float: left;
	width: 583px;
	height: 260px;
}
.first-right h3{
	padding-left: 28px;
	height: 36px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 36px;
	background: url(../images/a.jpg) no-repeat;
}
.first-right h4{
	padding-left: 5px;
	width: 580px;
	height: 30px;
	background: #006ab1;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.first-right ul{
	text-decoration: none;
}
.first-right ul li{
	padding-left: 15px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background: url(../images/list.jpg) 2px 12px no-repeat;
}
.line{
	width: 1003px;
	height: 1px;
	background: #cecece;
}
.second{
	width: 1003px;
	height: 270px;
}
.second-left{
	float: left;
	width: 560px;
	height: 270px;
}
.second-right{
	float: left;
	width: 443px;
	height: 270px;
	
}
.second-left h3{
	margin-top: 30px;
	padding-left: 56px;
	height: 36px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 36px;
	background: url(../images/B.jpg)30px 0px no-repeat;
}
.second-left h4{
	padding-left: 5px;
	width: 495px;
	height: 30px;
	background: #006ab1;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.second-left ul{
	text-decoration: none;
}
.second-left ul li{
	padding-left: 45px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background: url(../images/list.jpg) 32px 12px no-repeat;
}
.second-right img{
	margin: 20px auto auto 20px;
}
.third{
	margin-top: 20px;
	width: 1003px;
	height: 290px;
}
.third-left{
	float: left;
	width: 420px;
	height: 290px;
}
.third-left img{
	margin: 20px auto auto 30px;

}
.third-right{
	float: left;
	width: 583px;
	height: 290px;
}
.third-right h3{
	padding-left: 28px;
	height: 36px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 36px;
	background: url(../images/C.jpg) no-repeat;
}
.third-right h4{
	padding-left: 5px;
	width: 580px;
	height: 30px;
	background: #006ab1;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.third-right ul{
	text-decoration: none;
}
.third-right ul li{
	padding-left: 15px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background: url(../images/list.jpg) 2px 12px no-repeat;
}
.fourth{
	width: 1003px;
	height: 300px;
}
.fourth-left{
	float: left;
	width: 560px;
	height: 300px;
}
.fourth-right{
	float: left;
	width: 443px;
	height: 300px;
	
}
.fourth-left h3{
	margin-top: 30px;
	padding-left: 56px;
	height: 36px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 36px;
	background: url(../images/D.jpg) 30px 0px no-repeat;
}
.fourth-left h4{
	padding-left: 5px;
	width: 495px;
	height: 30px;
	background: #006ab1;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.fourth-left ul{
	text-decoration: none;
}
.fourth-left ul li{
	padding-left: 45px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background: url(../images/list.jpg) 32px 12px no-repeat;
}
.fourth-right img{
	margin: 20px auto auto 20px;
}
.company{
	width: 100%;
	height: 442px;
	background: url(../images/gySpan.jpg) top center no-repeat;
	
}
.company-1003{
	width: 1003px;
	height: 442px;
}
.company-left{
	margin-top: 20px;
	float: left;
	width: 700px;
	height: 400px;
	border: 1px solid #738086;
	
}
.company-left h2{
	margin-top: 20px;
	padding-left: 10px;
	line-height: 28px;
	width: 640px;
	height: 50px;
	font-size: 16px;
	color: #019df1;
	background: url(../images/about.png) no-repeat;
}
.company-right{
	margin-top: 20px;
	float: right;
	width: 283px;
	height: 400px;
	border: 1px solid #738086;
}
.company-left img{
	float: left;
	margin: 20px 10px auto 25px;
}
.company-left p{
	padding-right: 8px;
	font-size: 12px;
	color: #FFF;
	line-height: 25px;
	margin-top: 20px;
	text-indent: 2em;
}
.Mechanics{
	margin-top: 20px;
	width: 700px;
	height: 120px;
}
.Mechanics img{
	margin: 10px 0px auto 5px;
	float: left;
}
.Mechanics ul li{
	float: left;
	margin-right: 12px;
}
.company-right h2{
	width: 260px;
	height: 50px;
	margin-top: 20px;
	padding-left: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #019df1;
	background: url(../images/cer.png) no-repeat;
}
/*-----------------荣誉证书----------------------------*/
div.indexmaindiv {
	height: 270px;
	margin: 0px auto;
	width: 283px;
}
div.indexmaindiv div.playerstyles {
	width: 168px;
	height: 44px;
	background: url('images/areabackground/playstyles.png') no-repeat;
}
div.indexmaindiv1 {
	margin-top: 25px;
}
div.indexmaindiv1 div.stylesgoleft {
	float: left;
	width: 21px;
	height: 28px;
	background: url(../images/arrowhead.png) no-repeat left top;
	margin: 106px 5px 0px 0px;
	cursor: pointer;
}
div.indexmaindiv1 div.stylesgoleft:hover {
	float: left;
	width: 21px;
	height: 28px;
	background: url(../images/arrowhead.png) no-repeat left -30px;
	margin: 106px 5px 0px 0px;
	cursor: pointer;
}
div.indexmaindiv1 div.playerdetail {
	width: 172px;
	height: 245px;
	background: #FFF;
	font-family: '微软雅黑';
}
div.indexmaindiv1 div.playerdetail div.detailimg {
	width: 172px;
	height: 245px;
}
div.indexmaindiv1 div.playerdetail div.detailimg img {
	width: 172px;
	height: 245px;
}

div.indexmaindiv1 div.stylesgoright {
	float: left;
	width: 21px;
	height: 28px;
	background: url(../images/arrowhead.png) no-repeat left -57px;
	margin: 106px 0px 0px 20px;
	cursor: pointer;
}
div.indexmaindiv1 div.stylesgoright:hover {
	float: left;
	width: 21px;
	height: 28px;
	background: url../images/arrowhead.png) no-repeat left -84px;
	margin: 106px 0px 0px 15px;
	cursor: pointer;
}
/*滚动*/
div.maindiv1 {
	float: left;
	width: 215px;
	height: 255px;
	overflow: hidden;
	position: relative;
}
div.maindiv1 ul {
	position: absolute;
	left: 0;
	top: 0;
}
div.maindiv1 ul li {
	float: left;
	width: 240px;
	height: 245px;
	margin-left: 13px;
}
/*-------------------------新闻--------------------------*/
.news{
	margin-top: 20px;
	width: 1003px;
	height: 435px;
}
.companynews{
	float: left;
	width: 700px;
	height: 435px;
	border: 1px solid #cccccc; 
}
.Industrynews{
	float: right;
	width: 283px;
	height: 435px;
	border: 1px solid #cccccc; 
}
.companynews h2{
	margin-top: 20px;
	padding-left: 10px;
	line-height: 28px;
	width: 640px;
	height: 50px;
	font-size: 16px;
	color: #019df1;
	background: url(../images/cn.png) no-repeat;
}
.companylist{
	width: 640px;
	height: 180px;
}
.companylist img{
	float: left;
	width: 192px;
	height: 138px;
	margin: 10px 10px auto 0px;
}
.companylist h3{
	font-size: 14px;
	line-height: 28px;
}
.companylist p{
	font-size: 12px;
	line-height: 22px;
}
.companylist a{
	font-size: 12px;
	color: #F00;
}
.Industrynews h2{
	width: 260px;
	height: 50px;
	margin-top: 20px;
	padding-left: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #019df1;
	background: url(../images/In.png) no-repeat;;
}
.Industrynews ul{
	text-decoration: none;
}
.Industrynews ul li{
	padding-left: 15px;
	width: 260px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	background: url(../images/liico.jpg) 0px 10px no-repeat;
	
}
.Industrynews ul li a{
	float: left;
	color: #666;
}
.Industrynews ul li span{
	float: right;
}
.link{
	margin-top: 10px;
	width: 1003px;
	height: 70px;
	background: url(../images/link.jpg) no-repeat;
}
.link span{
	font-size: 18px;
	color: #0671b9;
	font-weight: bold;
	line-height: 40px;
}
.link a{
	font-size: 12px;
	color: #666;
}
.foot{
	margin-top: 10px;
	width: 100%;
	height: 245px;
	background: #18191b;
}
.foot-1003{
	width: 1003px;
	height: 245px;
}
.footnav {
	width: 1003px;
	height: 45px;
	border-bottom: 1px solid #333333;
}
.footnav ul {
	text-decoration: none;
}
.footnav ul li {
	float: left;
	width: 110px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}
.footnav ul li a {
	color: #bababa;
}
.copy{
	width: 1003px;
	height: 200px;
}
.copy ul{
	text-decoration: none;
}
.copy ul li{
	float: left;
	width: 330px;
	height: 200px;
}
.copyimg img{
	float: left;
	width: 100px;
	height: 100px;
	margin: 50px 10px 50px 30px
}
.copyimg h2{
	font-size: 24px;
	color: #838383;
	line-height: 200px;
}
.copyword{
	background: url(../images/line.jpg) 0px 25px no-repeat;
	
}
.copyword span{
	margin-left: 20px;
	display: block;
	margin-top: 40px;
}
.copyword p{
	font-size: 12px;
	line-height: 28px;
	color: #c9c9c9;	
}
.copyright{
	background: url(../images/line.jpg) 0px 25px no-repeat;
	
}
.copyright span{
	margin-left: 20px;
	display: block;
	margin-top: 40px;
}
.copyright p{
	font-size: 12px;
	line-height: 28px;
	color: #c9c9c9;	
}
.conbanner {
	width: 100%;
	height: 300px;
	background: url(../images/conbanner.jpg) no-repeat top center;
}
.contain {
	margin-top: 10px;
	width: 100%;
	height: auto;
}
.contain-1003 {
	width: 1003px;
	height: auto;
}
.contain-left {
	float: left;
	width: 250px;
	height: auto;
}
.contain-right {
	float: right;
	width: 760px;
	height: auto;
}
.contain-right p {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333;
	line-height: 28px;
	text-indent: 2em;
}
#concolor {
	font-size: 14px;
	color: #646663;
}
.diao {
	width: 250px;
	height: auto;
}
.diao h2 {
	padding-left: 20PX;
	width: 240px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	color: #FFF;
	background: url(../images/conh2.jpg) no-repeat;
}
.diao ul {
	text-decoration: none;
}
.diao ul li {
	margin-top: 10px;
	padding-left: 30px;
	width: 200px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	background: #e4e4e4 url(../images/js.png) no-repeat;
}
.diao ul li a {
	color: #646663;
}
.contacta{
	width: 250px;
	height: auto;
}
.contacta h2{
	padding-left: 30px;
	width: 240px;
	height: 35px;
	font-size: 16px;
	color: #FFF;
	line-height: 35px;
}
.contacta ul{
	margin-top: 10px;
	text-decoration: none;
}
.contacta ul li{
	padding-left: 20px;
	width: 210px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
}
.ad{
	background: url(../images/ad.png) no-repeat;
}
.mea{
	background: url(../images/mea.png) no-repeat;
}
.tel{
	background: url(../images/tel.png) no-repeat;
}
.teph{
	background: url(../images/iph.png) no-repeat;
}
.e-mail{
	background: url(../images/chan.png) no-repeat;
}
.inet{
	background: url(../images/ine.png) no-repeat;
}


.contain-right h2 {
	width: 740px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #a8210b;
	border-bottom: 1px dashed #a8210b;
}
#concolor {
	font-size: 14px;
	color: #646663;
}
.newslist {
	text-decoration: none;
	width: 740px;
}
.newslist li {
	padding-left: 25px;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #e9e9e9;
	background: url(../images/ulbg.jpg) 0px 5px no-repeat;
}
.newslist li a {
	color: #40423f;
}
.newslist li span {
	margin-right: 60px;
	float: right;
}
#page {
	line-height: 24px;
	text-align: center;
	margin: 15px 2px 2px;
	padding: 2px;
	background: #f5f5f5;
	font-size: 12px;
	clear: both;
}
.caseflist {
	padding: 15px 9px;
	overflow: hidden;
}
.caselistt {
	margin-top: 10px;
	height: 200px;
	float: left;
	width: 240px;
}
.caselistt_pic {
	text-align: center;
	height: 180px;
}
.caselistt_pic img {
	width: 230px;
	height: 165px;
	border: 1px solid #bcbcbc;
}
.caselistt_name {
	text-align: center;
	line-height: 30px;
}
.caselistt_name a {
	color: #333;
}
.caselistt_name a:hover {
	color: #CCCC00;
}



.pohto {
	padding: 15px 9px;
	overflow: hidden;
}
.pohto {
	height: 300px;
	float: left;
	width: 220px;
}
.pohto_pic {
	margin-right: 10px;
	text-align: center;
	height: 300px;
}
.pohto_pic img {
	width: 220px;
	height: 300px;
	border: 1px solid #bcbcbc;
}
.pohto_name {
	text-align: center;
	line-height: 45px;
}
.pohto_name a {
	color: #333;
}
.pohto_name a:hover {
	color: #CCCC00;
}








.contact{
	margin-top: 20px;
	width: 220px;
	height: 350px;
	border: 1px solid #d4d4d4;
	background: #FFF;
}
.contact h2{
	padding-left: 30px;
	width: 190px;
	height: 80px;
	font-size: 26px;
	color: #FFF;
	line-height: 80px;
	background: #4b96d0;
}
.contact ul{
	margin-top: 10px;
	text-decoration: none;
	background: url(../images/KJ.jpg) 0px 50px no-repeat;
}
.contact ul li{
	padding-left: 20px;
	width: 210px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
}
.ad{
	background: url(../images/ad.png) no-repeat;
}
.mea{
	background: url(../images/mea.png) no-repeat;
}
.tel{
	background: url(../images/tel.png) no-repeat;
}
.teph{
	background: url(../images/iph.png) no-repeat;
}
.e-mail{
	background: url(../images/chan.png) no-repeat;
}
.inet{
	background: url(../images/ine.png) no-repeat;
}

.erwei{ position:fixed; width:120px; overflow:hidden; border:1px solid #cccccc; padding:2px; bottom:10px; right:10px; z-index:999;}