/* CSS Document */
*{ margin:0px; padding:0px}
body, ol, ul,li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:"微软雅黑";
}
a {text-decoration: none; font-family:Arial, Helvetica, sans-serif; color:#333; font-family:"微软雅黑"; display:block;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
input{-webkit-appearance: none; display:block; border:none; outline:none; }
textarea{-webkit-appearance: none; display:block; border:none; outline:none; }
span{ font-family:"微软雅黑";}
button{ border:none;  font-family:Arial, Helvetica, sans-serif;}
li, dl, dt, dd{list-style-type: none;}
select{ text-decoration:none; display:block; appearance:none; -moz-appearance:none; -webkit-appearance:none;outline:none;}
area{ display:block; cursor:pointer;}
img{ display:block; width:100%; height:auto;}



.w{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.head{
	width: 100%;
	height: 96px;
	min-width: 1200px;
}
.logo{
	width: 152px;
	height: 49px;
	float: left;
	margin-top: 26px;
}
.nav{
	float: left;
	margin-left: 70px;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	font-size: 14px;
	color: #333;
	height: 96px;
	padding: 0 22px;
	line-height: 96px;
}
.nav ul li a:hover{
	color: #fff !important;
	background: #005eb6;
}
.nav-active{
	color: #fff !important;
	background: #005eb6;
}
.search{
	width: 180px;
	height: 32px;
	float: right;
	margin-top: 34px;
}
.search input{
	width: 180px;
	height: 32px;
	background: url('http://www.tekivi.cn/statics/images/img/sousuo-icon.png') no-repeat #dbdbdb top 8px left 12px;
	border-radius: 20px;
	text-indent: 34px;
}
.index-con-left{
	width: 719px; 
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 50px;
}
.index-gsjj{
	width: 719px;
	height: auto;
	overflow: hidden;
}
.index-gsjj-tit{
	font-size: 18px;
	color: #333;
	line-height: 18px;
}
.index-gsjj-con{
	height: 140px;
	overflow: hidden;
	margin-top: 20px;
}
.index-gsjj-con img{
	width: 210px;
	height: 140px;
	float: left;
}
.index-gsjj-con p{
	width: 480px;
	height: 140px;
	float: right;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.index-chanpin{
	width: 719px;
	height: auto;
	overflow: hidden;
	margin-top: 24px;
}
.index-chanpin-nav{
	background: #eff1f6;
	border-top: 3px #005eb6 solid;
	height: 42px;
	overflow: hidden;
}
.index-chanpin-nav li{
	float: left;
	line-height: 42px;
}
.index-chanpin-nav li a{
	font-size: 14px;
	color: #666;
	padding: 0 20px;
	margin-left: 14px;
}
.active{
	color: #005eb6 !important;
	background: url('http://www.tekivi.cn/statics/images/img/sanjiao-bg.png') no-repeat bottom 0 center;
}
.index-chanpin-con{
	width: 717px;
	border: 1px #e6e6e6 solid;
	border-top: none;
	height: 360px;
	overflow: hidden;
}
#index-chanpin-con-1 li{
	float: left;
	width: 219px;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
}
#index-chanpin-con-1 li img{
	width: 219px;
	height: 140px;
	margin-top: 10px;
}
#index-chanpin-con-1 li p{
	width: 219px;
	height: 16px;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
#index-chanpin-con-2{ width:677px; height:350px; overflow:hidden; padding: 0 20px;}
#index-chanpin-con-2 li{ width:677px; height:50px; overflow:hidden; border-bottom: 1px #e6e6e6 dashed; }
#index-chanpin-con-2 li a{ font-size:14px; height:50px;  color:#666; line-height:45px;overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;}
#index-chanpin-con-2 li a span{ margin-right:20px;}
#index-chanpin-con-2 li a:hover{ color: #005eb6; }

.index-con-right{
	width: 466px;
	height: auto;
	float: right;
	margin-top: 50px;
}
.index-con-right-gsys{
	width: 230px; 
	height: 160px;
	float: left;
	background: #005eb6;
	border-radius: 6px;

	
}
.index-con-right-item{	transition: .1s transform; transform: translateZ(0);}
.index-con-right-item:hover{
	transform: scale(1.03, 1.03); transition: .3s transform;
}
.index-con-right-gsys dl dt{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin-top: 20px;
	text-indent: 14px;
}
.index-con-right-gsys dl dd{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-top: 14px;
	text-indent: 14px;
}
.index-con-right-gsys img{
	width: 56px;
	height: 56px;
	margin-left: 150px;
	margin-top: 14px;
}

.index-con-right-zxzx{
	width: 230px; 
	height: 160px;
	float: left;
	background: #008adf;
	border-radius: 6px;
	margin-left: 6px;
}
.index-con-right-zxzx dl dt{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin-top: 20px;
	text-indent: 14px;
}
.index-con-right-zxzx dl dd{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-top: 14px;
	text-indent: 14px;
}
.index-con-right-zxzx img{
	width: 66px;
	height: 61px;
	margin-left: 150px;
	margin-top: 14px;
}
.index-con-right-fwly{
	width: 466px;
	height: 270px;
	float: left;
	background: #49abef;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.index-con-right-fwly dl dt{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}
.index-con-right-fwly dl dd{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-top: 14px;
	text-align: center;
}
.index-con-right-fwly ul{
	overflow: hidden; 
	margin-top: 30px;
}
.index-con-right-fwly ul li{
	float: left;
	width: 114px;
	height: auto;
	margin-left: 2px;
}
.index-con-right-fwly ul li img{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.index-con-right-fwly ul li p{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-top: 14px;
}
.more-icon{
	width: 38px;
	height: 10px;
	margin: 0 auto;
	margin-top: 40px;
}


.index-con-right-jszc{
	width: 230px; 
	height: 160px;
	float: left;
	background: #eaeaea;
	border-radius: 6px;
}
.index-con-right-jszc dl dt{
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-top: 20px;
	text-indent: 14px;
}
.index-con-right-jszc dl dd{
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-top: 14px;
	text-indent: 14px;
}
.index-con-right-jszc img{
	width: 76px;
	height: 54px;
	margin-left: 150px;
	margin-top: 14px;
}


.index-con-right-lxwm{
	width: 230px; 
	height: 160px;
	float: left;
	background: #f4f4f4;
	border-radius: 6px;
	margin-left: 6px;
}
.index-con-right-lxwm dl dt{
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-top: 20px;
	text-indent: 14px;
}
.index-con-right-lxwm dl dd{
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-top: 14px;
	text-indent: 14px;
}
.index-con-right-lxwm img{
	width: 67px;
	height: 65px;
	margin-left: 150px;
	margin-top: 14px;
}
.bottom{
	width: 100%;
	height: auto;
	min-width: 1200px;
	overflow: hidden;
	background: #d5d5d5;
	margin-top: 60px;
	padding-bottom: 30px;
}
.yqlj{
	width: 1200px;
	height: 50px;
	border-bottom: 1px #b8b8b8 solid;
}
.yqlj ul li{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 50px;
}
.yqlj ul li a{
	padding: 0 20px;
	font-size: 14px;
}
.bottom-nav{ text-align: center; margin-top: 40px;}
.bottom-nav ul li{
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	color: #666;

}
.bottom-nav ul li a{
	color: #666;

}
.bottom p{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 30px;
}


.neiye_dqwz{ width:1200px; height:50px; overflow:hidden; margin:0 auto; line-height: 50px; border-bottom:1px #ccc solid; font-size: 12px; color: #999;}
.neiye_dqwz a{ color:#333; display: inline-block; padding: 0 5px;}
.gsjs-nav{
	text-align: center;
	margin-top: 34px;
}
.gsjs-nav-active{
	color: #fff !important;
	background: url('http://www.tekivi.cn/statics/images/img/gongsijieshao-caidan-bg.png') no-repeat;
}
.gsjs-nav ul li{
	display: inline-block;
	width: 100px; height: 35px;
	background: #dddddd;
	border-radius: 20px;
	line-height: 35px;
	margin: 0 5px;
}
.gsjs-nav ul li a{
	font-size: 14px;
	color: #333;
}
.gsjs-nav ul li:hover{
	color: #fff !important;
	background: url('http://www.tekivi.cn/statics/images/img/gongsijieshao-caidan-bg.png') no-repeat;
}
.gsjs-nav ul li:hover a{
	color: #fff !important;
}
.gsjs-tit{
	width: 442px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.gsjs-con{
	margin-top: 50px;
}
.gsjs-con img{
	width: 570px;
	float: left;
}
.gsjs-con dl{
	width: 610px;
	height: auto;
	float: right;
}
.gsjs-con dl dt{
	font-size: 18px;
	color: #005eb6;
	font-weight: bold;
	margin-bottom: 16px;
}
.gsjs-con dl dd{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 20px;
}


.ryzs-tit{
	width: 563px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.lxwm-tit{
	width: 305px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.pzgn-tit{
	width: 521px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.gswh-tit{
	width: 469px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.kfgj-tit{
	width: 495px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.jszc-tit{
	width: 500px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.cpzx-tit{
	width: 430px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.fwly-tit{
	width: 353px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.news-tit{
	width: 338px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}
.news-con{
	margin-top: 50px;
}
.news-con ul li{
	height: 240px;
	padding: 20px 0;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.news-con ul li:hover{

	background: #005eb6;

}
.news-con ul li:hover dl dt{
	color: #fff;
}
.news-con ul li:hover dl dd{
	color: #fff;
}
.news-con ul li:hover .news-con-item-bottom span{
	color: #fff;
}
.news-con ul li:hover .news-con-jiantou{
	background: url('http://www.tekivi.cn/statics/images/img/jiantou-hover-icon.png') no-repeat;
}
.news-con-img{
	width: 340px;
	height: 240px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.news-con ul li dl{
	width: 800px;
	height: 200px;
	float: left;
	margin-left: 20px;
}
.news-con ul li dl dt{
	font-size: 18px;
	color: #333;
	margin-top: 5px;
}
.news-con ul li dl dd{
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.news-con-item-bottom{
	width: 800px;
	height: 26px;
	float: left;
	margin-left: 20px;
	margin-top: 14px;
}
.news-con-item-bottom span{
	font-size: 12px;
	color: #999;
	float: left;
}
.news-con-jiantou{
	width: 60px;
	height: 26px;
	float: right;
	background: url('http://www.tekivi.cn/statics/images/img/jiantou-icon.png') no-repeat;
}

.cpzx-nav{
	margin-top: 55px;
}
.cpzx-nav-active{
	color: #fff !important;
	background: url('http://www.tekivi.cn/statics/images/img/gongsijieshao-caidan-bg.png') no-repeat;
}
.cpzx-nav ul li{
	display: inline-block;
	width: 100px; height: 35px;
	background: #dddddd;
	border-radius: 20px;
	line-height: 35px;
	margin: 0 5px;
}
.cpzx-nav ul li a{
	font-size: 14px;
	color: #333;
	text-align: center;
}
.cpzx-nav ul li:hover{
	color: #fff !important;
	background: url('http://www.tekivi.cn/statics/images/img/gongsijieshao-caidan-bg.png') no-repeat;
}
.cpzx-nav ul li:hover a{
	color: #fff !important;
}
.cpzx-con-jiantou{
	width: 60px;
	height: 26px;
	margin: 0 auto;
	background: url('http://www.tekivi.cn/statics/images/img/jiantou-icon.png') no-repeat;
	margin-top: 20px;
}
.cpzx-con ul{
	width: 1213px;
	height: auto;
	overflow: hidden;
	margin-left: -13px;
	margin-top: 60px;
}
.cpzx-con ul li{
	float: left;
	width: 290px;
	height: 380px;
	background: #f7f7f7;
	margin-left: 13px;
	margin-bottom: 20px;
}
.cpzx-con ul li dl dt{
	width: 250px;
	height: 240px;
	margin-left: 20px;
	margin-top: 20px;
}
.cpzx-con ul li dl dd{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.cpzx-con ul li:hover{
	background: #005eb6;
}
.cpzx-con ul li:hover dl dd{
	color: #fff;
}
.cpzx-con ul li:hover .cpzx-con-jiantou{
	background: url('http://www.tekivi.cn/statics/images/img/jiantou-hover-icon.png') no-repeat;
}

.fwly-con ul{
	width: 1329px;
	height: auto;
	overflow: hidden;
	margin-left: -129px;
	margin-top: 50px;
}
.fwly-con ul li{
	width: 314px;
	height: 274px;
	background: url('http://www.tekivi.cn/statics/images/img/fwly-con-bg.png') no-repeat;
	float: left;
	margin-left: 129px;
	margin-bottom: 40px;
}
.fwly-con ul li dl dt{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 18px;
}
.fwly-con ul li dl dd{
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
	color: #333;
}
.lxwm-con-fs{
	overflow: hidden;
}
.lxwm-con-fs img{
	width: 1200px;
	height: 55px;
	margin-top: 50px;
}
.lxwm-con-fs p span{
	width: 400px;
	text-align: center;
	font-size: 16px;
	color: #333;
	display: block;
	float: left;
	margin-top: 20px;
}
.ditu{
	width: 1200px;
	height: 450px;
	margin-top: 40px;
}
.jszc-con p{
	font-size: 16px; color: #333; line-height: 28px;
	border: 1px #e6e6e6 solid;
	padding: 20px;
	margin-top: 40px;
}
.jszc-con-input input{
	width: 380px;
	height: 50px;
	font-size: 14px;
	color: #666;
	float: left;
	margin-left: 30px;
	border-bottom: 1px #ccc solid;
	text-indent: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.jszc-con-input textarea{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-indent: 5px;
	color: #666;
	border-bottom: 1px #ccc solid;
	margin-top: 30px;
}
.jszc-con button{
	padding: 12px 60px;
	border: 1px #ccc solid;
	border-radius: 30px;
	background: #fff;
	font-size: 14px;
	margin: 0 auto;
	display: block;
	outline: none;
	margin-top: 50px;
}

.kfgj-con ul{
	width: 1230px;
	overflow: hidden;
	margin-left: -30px;
	margin-top: 50px;
}
.kfgj-con ul li{
	width: 380px;
	height: auto;
	float: left;
	margin-left: 30px;
	background: #f7f7f7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.kfgj-con ul li dl{
	width: 340px;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
}
.kfgj-con ul li dl dt{
	font-size: 18px;
	 color: #333;
	 margin-top: 26px;
}
.kfgj-con ul li dl dd{
	font-size: 12px;
	height: 72px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	margin-top: 10px;
}
.kfgj-con ul li:hover{
	background: #005eb6;
}
.kfgj-con ul li:hover dt{
	color: #fff;
}
.kfgj-con ul li:hover dd{
	color: #fff;
}
.kfgj-con ul li:hover .news-con-jiantou{
	background: url('http://www.tekivi.cn/statics/images/img/jiantou-hover-icon.png') no-repeat;
}



.wzmap-con{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.wzmap-con-con{
	width: 1200px;
	height: auto;
	min-height: 400px;
	padding: 50px 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -650px;
	background: #f3edd7;
	overflow: auto;
}
.wangzhanditu{ width:1200px; height:auto; margin:0 auto; overflow:hidden;  position:absolute; padding-bottom: 100px;}
.wangzhanditu p{ width:1200px; height:48px; line-height:48px; font-size:24px; border-bottom:2px #e6b57b solid;}
.wangzhanditu dl{ width:150px; height:auto; float:left; margin-top:20px;}
.wangzhanditu dl dt{ font-size:20px; color:#333;}
.wangzhanditu dl dd{ font-size:14px; color:#666; margin-top:16px;}
.wangzhanditu dl a:hover{ color:#b80b00; text-decoration:underline;}
.guanbi{
	width: 40px;
	height: 30px;
	position: absolute; right: 30px;
	top: 30px;
	cursor: pointer;
}


.news_content {
	line-height:2;
	
	
}


.news_content a{
	
	
	display:initial;
	
	
	
	
}

.xinwen-xq{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 36px;
}
.xinwen-xq-tit{
	font-size: 30px;
	color: #333;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
.xinwen-xq-xx{
	width: 400px;
	height: auto;
	margin: 0 auto;
	margin-top: 14px;
	overflow: hidden;
}
.xinwen-xq-xx span{
	font-size: 12px;
	float: right;
	color: #666;
}
.xinwen-xq-xx span:first-child{
	float: left;
}
.xinwen-xq p{
	width: 1200px;
	font-size: 16px;
	color: #333;
	margin-top: 24px;
	line-height: 30px;
	text-indent: 32px;
	overflow: hidden;
}
.news-syt{
	width:550px;
	float: left; 
	font-size: 14px;
	margin-top: 40px;
}
.news-xyt{
	width:550px;
	float: right; 
	text-align: right;
	font-size: 14px;
	margin-top: 40px;
}


.news-yema{
	text-align: center;
}
.news-yema a{
	display: inline-block;
    margin-left: 12px;
}
.news-yema a:hover{
	color: #005eb6;
}
.news-yema span{
	width: 30px;
    height: 30px;
    background: #005eb6;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    margin-left: 12px;
}
/* 产品详情页新增css */
.clearfix{zoom: 1;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.etalage{direction: ltr;}
.etalage,.etalage_thumb,.etalage_thumb_image,.etalage_big_image,.etalage_zoom_preview,.etalage_icon,.etalage_hint {
    display: none
}
.etalage_thumb img{
	border: 1px #ccc solid;
}
.etalage_thumb_image{
	border: 1px #ccc solid;
}


.etalage,.etalage ul,.etalage li,.etalage img,.etalage_hint,.etalage_icon,.etalage_description {
    margin: 0;
    padding: 0;
    
    list-style: none
}

.etalage,.etalage_magnifier div,.etalage_magnifier div img,.etalage_small_thumbs ul,ul .etalage_small_thumbs li,.etalage_zoom_area div,.etalage_zoom_img {
    position: relative
}
.etalage img,.etalage li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}

.etalage,.etalage_small_thumbs li {
    float: left
}

.etalage_right {
    float: right
}

.etalage li {
    position: absolute
}

.etalage img {
    vertical-align: bottom;
    width: 60px;
    height: auto;
}
.etalage .etalage_zoom_area, .etalage_zoom_area {
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  display: none;
  z-index: 20;
}
.etalage_zoom_area div{
	overflow: hidden;
}
.etalage_zoom_area .etalage_zoom_img{
	position: absolute;
}
.etalage_wrap {
  width: 600px;
  margin: 0 auto;
}
.etalage_wrap .etalage_magnifier{
    background: #fff;
    outline:#bbb solid 1px;
    display: none;
    cursor: move;
}
.etalage_magnifier div{
  overflow: hidden;
}
.etalage_wrap .etalage_small_thumbs{
    overflow: hidden;
}
.etalage_wrap .etalage_small_thumbs li {
    border: 1px solid #FFF;
    margin: 0px 10px 0px 0px;
    position: relative;
}

.etalage_wrap ul li.etalage_smallthumb_active {
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #535353;
}
.htmleaf-container{
	width: 450px;
	height: 500px;
	float: left;
}
.chanpinxinxi{
	width: 650px;
	height: auto;
	overflow: hidden;
	float: left;
}
.chanpinxinxi .chanpin-name{
	height: 32px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 32px;
	padding-bottom: 12px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 12px;
}
.chanpinxx{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.chanpinxinxi p{
	font-size: 16px;
	line-height: 30px;
}
.chanpinxx-lxwm{
	width: 570px;
	padding-top: 14px;
	border-top: 1px #ccc solid;
	margin-top: 12px;
	overflow: hidden;
}
.chanpinxx-lxwm a{ 
	padding: 8px 20px;
	background: #161616;
	font-size: 14px;
	color: #fff;
	float: left;

}
.chanpinxx-lxwm span{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-left: 20px;
	float: left;
}
.chanpinxx-buy{
	width: 570px;
	height: auto;
	overflow: hidden;
}
.chanpinxx-buy a{
	width: 200px;
	height: 40px;
	background: #1d890b;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;

}
.chanpinxx-con{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
	padding: 20px;
	border-top: 1px #e6e6e6 dashed;
	border-bottom: 1px #e6e6e6 dashed;
}
.chanpinxx-con p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-sxt{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/* 产品中心新增 */
.neiye-nav{
	width: 240px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 40px;
}
.neiye-nav-tit{
	width: 240px;
	height: 60px;
	background: #005eb6;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}
.neiye-nav ul li{
	width: 238px;
	height: 45px;
	line-height: 45px;
	border: 1px #e6e6e6 solid;
	border-top: none;
	text-align: center;
}
.neiye-nav ul li a{
	font-size: 16px;
	color: #666;
}
.neiye-nav-active{
	color: #005eb6 !important;
}
.neiye-nav ul li a:hover{
	color: #005eb6 !important;
}
.neiye-con{
	width: 920px;
	height: auto;
	float: right;
	overflow: hidden;
	margin-top: 40px;
}
.index-product-con ul{
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-left: -85px;
}
.index-product-con ul li{
	width: 238px;
	height: 220px;
	float: left;
	position: relative;
	margin-left: 85px;
	margin-bottom: 30px;
}
.index-product-con ul li a img{
	width: 236px;
	height: 218px;
	border: 1px #ccc solid;
}
.product-name{
	width: 238px;
	height: 45px; 
	line-height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #fff;
	text-align: center;
}















