.logo{
width:250px;
}
.my-box {
	background-color: #efefef;
	border: 1px solid #b5b5b6;
	background-color: #EFEFEF;
}

.middle-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}

.middle-content-left {
	width: 810px;
	float: left;
}

.middle-content-right {
	width: 360px;
	margin-left: 30px;
	float: right;
}

.my-item-header {
	height: 29px;
	line-height: 29px;
	background: url(../images/icpsp1_index_combg.png) repeat-x;
	margin-bottom: 20px;
}

.my-item-header-title {
	height: 29px;
	line-height: 29px;
	font-size: 19px;
	padding-right: 10px;
	color: #d60101;
	background: #FFF;
	font-weight: bold;
}

.my-item-header-sub-title {
	height: 29px;
	line-height: 29px;
	font-size: 16px;
	padding-right: 10px;
	color: #d60101;
	background: #FFF;
	font-weight: bold;
}

.my-more {
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	padding-left: 10px;
	background: #FFF;
	color: #666;
	font-size: 12px;
}

.middle-content-product {}

.middle-content-product .my-item-header{
	
}

.product-item-header {
	font-weight: normal;
    background-color: #EFEFEF;
    margin-bottom:20px;
}

.product-item-header a {
	display: inline-block;
	height: 32px;
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	border-top: 3px solid #999999;
}

.product-item-header a+a {
	margin-left: 10px;
}

.product-item-header .my-btn-select {
	color: #d60101;
    border-top: 3px solid #D60101;
}

.product-item-header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-list {
	width: 100%;
	overflow: hidden;
}

.product-item {
	width: 405px;
	height: 220px;/*首页产品预览外框的高度*/
	float: left;
}

.product-item a{
	width:395px;
	height:200px;/*首页产品预览内框的高度*/
	margin:5px;
	display:block;
	display: inline-block;
	text-decoration: none;
	background-color:#EAEEF4;
}

.product-item a:hover {
	background-color: #fcede5;
}

.product-item a:hover .product-item-title {
	color: #d60101;
}

.product-item-left{
	float:left;
	width:200px
}

.product-item-img {
	display: block;
	width: 200px;
	height:165px;/*首页产品预览图片的高度*/
}

.product-item-right{
	margin-left:210px;
}

.product-item .product-item-content {
	padding: 16px 10px;
}

.product-item-middle {
	float:inherit;
	width: 250px;
}

.product-item-title {
	height:40px;
	font-size:16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-weight: bold;
	color: black;
	-webkit-box-orient: vertical;
}

.product-item-desc {
	height:100px;
	color: #EA5514;
        font-size:13px;
	margin-top:15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;
}

.product-item-time {
	color: #999999;
	font-weight: bold;
}

.pull-right {
	float: right;
}

.new-list {
	width: 358px;
	overflow: hidden;
}

.new-item {
	width: 356px;
	border: 1px solid transparent;
	margin-bottom: 10px;
	background-color: white;
	text-decoration: none;
	display: block;
}

.new-item-content {
	padding: 8px 12px;
	overflow: hidden;
}

.new-item:hover {
	border: 1px solid #EA5514;
}

.new-item:hover .new-item-title{
        color:#EA5514;
}

.new-item-left {
	float: left;
	width: 143px;
}
.new-item-right {
	overflow: hidden;
	margin-left: 153px;
	padding-top: 4px;
}

.new-item-right span {
	display: block;
	font-size: 12px;
}

.new-item-title {
	font-size: 21px;
	height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	color: black;
	-webkit-box-orient: vertical;
}

.new-item-time {
	color: #999999;
	font-weight: bold;
}

.new-item-img {
	width: 143px;
	height: 100px;
}

.middle-content-daili {
	margin-top: 70px;
}

.middle-daili-img {
	padding:0;
}

.middle-daili-img img {
	width: 1200px;
	height: 300px;
}
.slideBox {
	padding: 0 40px 20px 40px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
        text-align: center;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 10%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.wenhua-content {
	width: 1200px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
}

.wenhua-list {
	width: 100%;
}

.wenhua-item {
	width: 33.3333333333%;
	float: left;
}

.wenhua-item-content {
        display:inline-block;
	text-align: center;
        width: 300px;
}

.wenhua-item-top {
	width: 100%;
}

.wenhua-item-img {
	width: 100%;/* 原代码 width: 100%; */
	height: 230px;
}
.wenhua-culture-img {
	width: 300px;/* 首页企业文化三个图片的样式*/
	height: 250px;	
}


.wenhua-item-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wenhua-item-title {
	font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	color: black;
	-webkit-box-orient: vertical;
}
.my-bottom {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}

.my-bottom-content {
	overflow: hidden;
}

.my-bottom-header {
	font-weight: normal;
}

.my-bottom-header a {
	display: inline-block;
	height: 38px;
	text-decoration: none;
	color: black;
	font-size: 16px;
	line-height: 38px;
	padding-left: 30px;
	padding-right: 30px;
	border-top: 6px solid #999999;
}

.my-bottom-header a+a {
	margin-left: 16px;
}

.my-bottom-header .my-btn-select {
        color: #d60101;
	border-top: 6px solid #D60101;
}

.my-bottom-content {}

.my-bottom-left {
	float: left;
	width: 850px;
}

.my-bottom-right {
	float: left;
	width: 350px;
}

.my-bottom-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my-bottom-left-item {
	width: 100%;
}

.net-content {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 160px;
}

.net-item {
	width: 50%;
	float: left;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 20px;
}

.net-item span {
	display: block;
	font-size: 12px;
	margin-left: 60px;
}

.net-item-name {
	font-weight: bold;
}

.net-item-concat {
	color: #898989;
}

.net-item-address {
	color: #898989;
}

.about-us-content {
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 160px;
	overflow: hidden;
}

.about-us-img {
	width: 240px;
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 10px;
}

.about-us-img img {
	width: 240px;
	height: auto;
}

.about-us-text {}

.about-us-text span {
	font-size: 12px;
}

.about-us-text p {
	margin-top: 2px;
	margin-bottom: 0;
}

.my-phone-content span {
	display: block;
}

.my-phone-title {
	color: #EA5413;
	font-size: 24px;
}

.my-phone-text {
	color: #666666;
	font-size: 14px;
}

.company-qrcode-content {
	margin-top: 5px;
	margin-left: 20px;
	text-align: center;
}

.company-qrcode-content p {
	padding: 0;
	margin: 0;
}

.my-bottom-phone {
	padding-top: 10px;
}

.my-bottom-text {
	padding: 10px 0;
	color: white;
}

.my-bottom-text-right {
	clear: both;
	float: right;
}

.my-bottom-text-company {
	color: #A9A9A9;
}
.my-phone-arrow{
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

.hezuo-content{
	width:100%;
	margin-top:30px;
	overflow:hidden;
	margin-bottom:30px;
}

.hezuo-content .hezuo-item{
	text-align:center;
	width:145px;
	float:left;
}

.hezuo-content .hezuo-item img{
	display:inline;
	border:1px solid #999999;
	width:130px;
	height:130px;
	margin-left:15px;
	margin-right:15px;
}

.mainConList ul li.new-list-item{
	height:130px;
	padding-left:0;
	background:none;
}

.mainConList ul li.new-list-item a{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	text-decoration: none;
	line-height:25px;
}

.mainConList ul li.new-list-item .new-item-right{
	margin-left:180px;
}

.new-list-item-img{
	width:160px;
	height:110px;
}

.new-item-type-name{
	display:table;
	width:18px;
	height:100px;
	line-height:110px;
	padding-left:2px;
	padding-right:2px;
	background-color:white;
	overflow:hidden;
	margin-right:6px;
	float:left;
}

.mainConList ul li.new-list-item:hover .new-item-type-name{
	background-color:#d60101;
}

.new-item-type-name-text{
	display:table-cell;
	width:12px;
	line-height:12px;
	font-size:12px;
	margin:0 auto;
	vertical-align:middle;
	max-height:100px;
	text-align:center;
	overflow:hidden;
	color:#666666;
}

.mainConList ul li.new-list-item:hover .new-item-type-name-text{
	color:white;
}






.new-list-item .new-item-right{
	padding-top:0;
}

.new-list-item-title{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:blod;
	color: black;
}

.new-list-item-desc{
	font-size: 14px;
	width: 100%;
	height:46px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/
}

.new-list-item span.new-list-item-time{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	float:none;
	color: #999999;
}

