@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑"
}
body {
	font-size: 14px;
	color: #333;
}
a {
	color: #333;
}
img {
	border: 0px;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
input,button {
	border: none;
}	
/* 次页中间公共部分开始 */
.ct {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.cta {
	float: left;
	height: 44px;
	background: #F9F9F9;
	width: 100%;
}
.ctlitel {
	width: 1200px;
	height: 44px;
	margin: 0 auto;
	line-height: 44px;
	font-size: 15px;
}
.ctlitel a {
	float: left;
}
.content {
    width: 1200px;
    margin-bottom: 20px;
    margin: 0 auto;
}
.contitle {
	width: 100%;
	float: left;
}
.contitlea {
	width: 1200px;
	margin: 0 auto;
}
.contitlea h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	height: 87px;
	line-height: 87px;
}
.lmname {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	float: left;
}
.lmname a {
	border: 1px #ccc solid;
	text-align: center;
	padding: 6px 15px;
	margin-right: 10px;
	line-height: 50px;
}
.dyname {
	font-size: 40px;
   color: #FF0000;
   text-transform: capitalize;
   text-align: center;
	font-weight: 600;
   margin: 50px 0;
}
.lmname a:hover{
	background:#ff0000;
	color:#fff;
}
/*
.thin {
	width: 47px;
	height: 2px;
	float: left;
}
*/
/*关于我们中间 */
.contxq {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.contxq p {
	margin-top: 10px;
	line-height: 28px;
}
/*企业荣誉中间 */
.contxq ul li {
	float: left;
	width: 25%;
	text-align: center;
}
/*
.contxq ul li a {
	width: 100%;
	text-align: center;
	float: left;
}
*/
.contxq ul li a img {
	width: 280px;
	height: 240px;
}
.contxq ul li span {
	width: 100%;
	margin: 0 auto;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	float: left;
}
/*行业应用中间 */
.contxq ul li h2 {
	width: 85%;
	height: 35px;
	font-weight: 100;
	line-height: 35px;
	float: left;
	margin-left: 7%;
	text-align: left;
	font-size: 16px;
}
.contxq ul li p {
	text-indent: 2em;
	line-height: 25px;
	width: 85%;
	margin: 0 auto;
	margin-left: 7%;
	text-align: left;
	margin-bottom: 40px;
}
/*解决方案*/
.fanfl{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:80px;
	}
.bs-example{
    width: 280px;
    height: 390px;
	margin: 0 20px 0 0;
    float: left;
	}	
.ih-item.square.effect7 {
    overflow: hidden;
    width: 280px;
    height: 330px;
    position: relative;
}

.ih-item.square.effect7.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.square.effect7.colored .info h3 {
    background: rgba(12, 34, 52, 0.6);
}

.ih-item.square.effect7 .tu {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	width: 280px;
    height: 330px;
    
}
.tu img{
	width:100%;
	height:100%;
	}
.ih-item.square.effect7 .info {
	width: 100%;
	height:100%;
	overflow: hidden;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.ih-item.square.effect7 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding-top: 75px;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    -webkit-transition: all 0.35s 0.1s ease-in-out;
    -moz-transition: all 0.35s 0.1s ease-in-out;
    transition: all 0.35s 0.1s ease-in-out;
}

.ih-item.square.effect7 .info p {
	line-height: 30px;
    font-size: 14px;
    color: #cacaca;
    padding: 0 35px 20px;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.35s 0.3s linear;
    -moz-transition: all 0.35s 0.3s linear;
    transition: all 0.35s 0.3s linear;
}

.ih-item.square.effect7 a:hover .tu {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect7 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.flbox {
	margin-top: 20px;
	width:1200px;
	overflow:hidden;
	}
.fenbt{
	color: #000;
    position: absolute;
    text-align: center;
    display: block;
    margin-top: 15px;
    width: 280px;
    font-size: 16px;
	}
.fenbt:hover{
	color:#ff0000;
	}
.jxs {
    float: left;
    height: 180px;
    width: 400px;
}
/*品牌中间 */
#brandlist li {
	float: left;
	width: 20%;
	text-align: center;
}
#brandlist li a {
	width: 100%;
	height: 132px;
	text-align: center;
	float: left;
}
#brandlist li a img {
	width: 228px;
	height: 132px;
}
#brandlist li span {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
}
/*新闻中间 */
.ju_abouta:first-child {
	margin-top: 20px;
}
.ju_abouta {
	width: 99%;
	margin-top: 40px;
	height: 160px;
	border: 1px #ededed solid;
	float: left;
}
.ju_abouta:hover {
	box-shadow:0px 0px 15px #d2d2d2;
}
.ju_aboutarts {
	float: left;
	width: 740px;
	margin-left: 50px;
	margin-top: 20px;
	line-height: 38px;
}
.ju_aboutarts a {
	color: #333;
	font-size: 18px;
	float: left;
	width: 100%;
	display: block;
}
.ju_aboutarts a:hover{
	color:red;
	} 
.ju_aboutarts:hover{
	color: red;
	}
.ju_aboutarts p {
	line-height: 28px;
	width: 100%;
	float: left;
}
.xxjs {
	width: 240px;
	height: 160px;
	float: left;
	text-align: center;
	overflow:hidden;
}
.dates {
	width: 130px;
	float: left;
	text-align: center;
	color: #fff;
	height: 160px;
}
.dates span {
	width: 130px;
	height: 130px;
	background: #e3e3e3;
	float: left;
	padding-top:30px;
	font-size:32px;
}
.xxjs a img {
	height: 160px;
	width: 240px;	
	transition: all 1s ease 0s;
    vertical-align:middle;
}
.xxjs a img:hover{
	transform: scale(1.25, 1.25);
}
#new_mor a{
	  width: 90px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    background-color: #818181;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
	transition:background 1s;
-moz-transition:background 1s; 
-webkit-transition:background 1s; 
-o-transition:background 1s; 
}
#new_mor a:hover{
	background-color: #000000;
	transition: all 1s;
}
/*在线反馈 */
.lx_right{
	width: 600px;
	float: right;
}
.message {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
}
.message table {
	width: 100%;
	margin-bottom: 30px;
}
.message table tr td {
	text-align: left;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
	border: none;
}
.red {
	color: #f00;
}
.message input {
	border: 1px solid #e5e5e5;
	height: 40px;
	line-height: 40px;
	width: 96%;
	background: #F9F9F9;
}
#message {
	border: 1px #e5e5e5 solid;
	background: #F9F9F9;
}
#submitLogin {
	background-color: #ff0000;
	color: #fff;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
	width: 220px;
	text-transform: uppercase;
	cursor: pointer;
	transition:background 1s;
-moz-transition:background 1s; 
-webkit-transition:background 1s; 
-o-transition:background 1s; 
}
#submitLogin:hover{
	background-color: #000;
	color: #FFFFFF;
	transition: all 1s;
}
/*产品中心中间 */
#prlist li {
	float: left;
	width: 270px;
	text-align: center;
	margin: 0 15px 20px ;
}
#porxqtu{
	width: 270px;
	height: 270px;
	text-align: center;
	float: left;
}
#prlist li a img {
	width: 260px;
	height: 260px;
	text-align: center;
	transition: all 0.4s ease 0s;
   vertical-align: middle;
	border: 1px #000000 solid;
}
#prlist li a img:hover{
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.8);
   -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.8);
   box-shadow: 0 0 25px rgba(186, 204, 207, 0.8);
	border:0;
}
#prlist li span {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
}
#prlist li span a {
	border: none;
	font-size: 16px;
	line-height: 50px;
}
#prlist li span a:hover{
	color: #FF0000;
}
/*产品中心详情 */
.prxqzs {
	width: 1200px;
	height: 380px;
	float: left;
	margin-top: 30px;
}
.primg {
	width: 50%;
	height: 380px;
	float: left;
}
.primg img {
	float: left;
	border: 1px solid #000;
   width: 330px;
}
.prdel {
	width: 50%;
	float: left;
	height: 380px;
}
.prxxsj {
	width: 600px;
	float: left;
	margin-left: 20px;
}
.prxxsj table {
	width: 100%;
	margin: 15px 0;
}
.prxxsj table tr {
	width: 100%;
	height: 50px;
}
.prxxsj table tr td {
	float: left;
	height: 50px;
	line-height: 50px;
	color: #333;
	background: #F6F6F6;
	text-align: center;
	font-size: 15px;
}
#gry {
	background: #ECECEC;
	border-right: 1px #fff solid;
}
.prxxsj span {
	width: 99%;
	float: left;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	margin-left: 1%;
}
.prxxsj p {
	color: #E00000;
	font-size: 21px;
	height: 50px;
	font-style: italic;
	width: 99%;
	float: left;
	margin-left: 1%;
}
.qqxs {
	width: 99%;
	float: left;
	height: 40px;
	margin-left: 1%;
}
.qqxs a {
	float: left;
	margin-right: 20px;
}
.qqxs a img {
	float: left;
}
.cpshuom {
	float: left;
	width: 1200px;
	border-bottom: 1px #ECECEC solid;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.shuomwz {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.shuom{
	font-size: 24px;
   color: #000;
   border-bottom: 1px solid #ccc;
   padding-bottom: 10px;
   font-weight: 600;
}
/*现货资源*/
.kccxtitle {
	width: 100%;
	float: left;
	height: 60px;
}
.kccxleft {
	width: 50%;
	float: left;
}
.kccxright {
	width: 90%;
	float: right;
}
.kccxright span {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-left: 60px;
}
.kccxright span input {
	height: 33px;
	line-height: 33px;
	border: 1px #DBDBDB solid;
}
#brand {
	width: 260px;
}
#xl {
	width: 260px;
}
#xhcc {
	width: 80px;
	height: 35px;
	background: #E70010;
	color: #fff;
	font-size: 16px;
	float: left;
	margin-top: 3px;
	border: none;
}
.xhlist {
	width: 100%;
	float: left;
}
.xhlist table {
	border: 15px #F9F9F9 solid;
	width: 100%;
	margin: 0 auto;
}
.xhlist table tr:nth-child(2n+1) {
	background: #EAEAEA;
}
#xhbt {
	height: 38px;
	background: #0041A1;
	width: 100%;
	color: #fff;
	text-align: center;
}
.xhlist table tr td {
	height: 38px;
	line-height: 38px;
	text-align: center;
}
/*各页面详情页*/
.xxbiti {
	float: left;
	width: 100%;
	height: 75px;
	text-align: center;
	border-bottom: 1px #ECECEC solid;
	margin-bottom: 35px;
}
.xxbiti h1 {
	font-size: 26px;
	width: 100%;
	font-weight: 100;
	height: 40px;
	line-height: 40px;
}
.xxbiti span {
	width: 100%;
	font-size: 15px;
	color: #CACACA;
	float: left;
	height: 30px;
	line-height: 35px;
}

/*百度地图样式*/
.BMap_bubble_title {
	width: auto;
	text-align: center;
	color: orangered;
	margin-bottom: 11px;
	font-weight: bold;
}
.imgen{
	display:none;
	}
.newsimg{
	width:130px;
	height:130px;
	}
.lx_box{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
#lx_left{
	width: 600px;
	overflow: hidden;
	float: left;
}
#lx_left ul li{
   float: left;
   width: 100%;
	text-align: left;
	margin-bottom: 40px;
	color: #999;
}
#lx_left ul li h4{
	color: #333;
	margin: 5px 0 5px;
}
#lxicon{
	float: left;
   width: 50px;
   height: 50px;
   background: #212121;
   text-align: center;
   border-radius: 50px;
	margin-right: 35px;
}
#lxicon:hover{
	background: #ff0000;
}
#lxicon img{
	padding: 14px;
}
#about_xqt{
	float: left;
}
#about_xqt img{
	height: 444px;
}
#about_xqwz{
	width: 900px;
   float: right;
   position: absolute;
   right: 365px;
   background-color: rgba(255,255,255,0.9);
   box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
   padding: 20px;
}
#jst{
	 float: left;
    position: absolute;
    margin: 70px 100px;
}



