﻿/* bannercss */
.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 49%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 2px;
	width: 10px;
	height: 10px;
	border: 1px solid #a8a8a8;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background:  #01459c;
	color: #fff;
	border: 1px solid  #01459c;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 600px;
}
.slideBox .bd li a{
	display: block;
	width: 100%;
	height: 100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	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: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}

/*标题*/
.pro_indextit {
	text-align: center;
	font-size: 30px;
	color: #01459c;
	margin-bottom: 25px;
}
.pro_indextit span {
	display: block;
	font-size: 14px;
	color: #d5d5d5;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 32px;
}
.pro_indextit .title_tiao{
	width: 55px;
	height: 1px;
	background: #01459c;
	margin: 15px auto;
}


/*代理产品*/
.hy_case {
	padding: 80px 0;
	overflow:hidden;
}

.daili_pro01{
	width: 390px;
	float: left;
	margin-right: 15px;
}
.dailipro_pic{
	position: relative;
	overflow: hidden;
	height: 145px;
}
.dailipro_pic img{
	display: block;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
}
.dailipro_pic a{
	display: block;
	z-index: 99;
	position: absolute;
	color: #fff;
	left: 15px;
	bottom: 20px;
	font-size: 14px;
}
.dailipro_fl{
	height: 115px;
	background: #004188;
	padding: 15px 25px;
}
.dailipro_fl a{
	display: block;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
/*代理分销产品线总汇*/
.daili_zh{
	padding: 80px 0;
	overflow:hidden;
	background: url(../images/proxianbj.jpg) no-repeat center top;
}
.multipleColumn {
	overflow: hidden;
	position: relative;
}
.multipleColumn .hd {
	position: relative;
}
.multipleColumn .hd .prev {
	display: block;
	width: 42px;
	height: 77px;
	float: right;
	margin-right: 5px;
	position: absolute;
	margin-top: 10px;
	top: 59px;
	left: 0px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/jiantou.png) no-repeat;
}
.multipleColumn .hd .next {
	display: block;
	width: 42px;
	height: 77px;
	float: right;
	margin-right: 5px;
	position: absolute;
	margin-top: 10px;
	top: 59px;
	right: 0px;
	overflow: hidden;
	cursor: pointer;
	z-index: 9999;
	background: url(../images/jiantou.png) no-repeat -42px 0;
}
.multipleColumn .bd {
	overflow: hidden;
	margin-left: 60px;
	z-index: 1;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 358px;
	float: left;
	_display: inline;
}
.multipleColumn .bd ul li {
	margin: 14px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.multipleColumn .bd ul li .pic {
	text-align: center;
	overflow: hidden;
}
.multipleColumn .bd ul li .pic img {
	width: 149px;
	height: 80px;
	overflow: hidden;
	display: block;
	border: 1px solid #d5d5d5;
	    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.multipleColumn .bd ul li:hover .pic img{
	transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
}


/*  关于我们 */
.about {
	padding: 80px 0;
	overflow: hidden;
}
.about02{
	position: relative;
}
.about_left{
	width: 652px;
	float: left;
	margin-top: 15px;
}
.about_left pre{
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	color: #666;
	line-height: 26px;
}
.about_ge{
	width: 31px;
	background: #f98c00;
	height: 2px;
	margin: 10px 0;
}
.about_left a{
	display: block;
	width: 100px;
	line-height: 30px;
	background: #f98c00;
	text-align: center;
	color: #fff;
	float: right;
	margin-top: 15px;
}
.ableft_title{
	font-size: 22px;
	line-height: 34px;
	color: #f98c00;
}
.ableft_title span{
	font-size: 12px;
	text-transform: uppercase;
	color: #548bd3;
	padding-left: 15px;
}
.about_pic{
	width: 499px;
	float: left;
	margin-right: 42px;
	margin-top: 15px;
}

/*新闻*/
.innews{
	overflow: hidden;
}
.index_news{
	padding: 80px 0 50px 0;
	background: #f5f5f5;
}


.left-wrap {
	width: 529px;
}
.fl {
	float: left;
	display: inline;
}
.left-wrap .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.left-wrap .img img {
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.left-wrap .cont {
	margin-top: 25px;
}
.left-wrap .tit-box {
	line-height: 32px;
}
.left-wrap .tit-box .stt {
	font-size: 16px;
	display: block;
	color: #283c51;
	height: 40px;
	width: 445px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-wrap .tit-box .date {
	font-size: 14px;
	color: #6d6d6d;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.left-wrap .word {
	margin-top: 13px;
	line-height: 24px;
}
.left-wrap .word a {
	color: #999;
	font-size: 14px;
	display: inline-block;
}
.right-list {
	width: 600px;
}
.fr {
	float: right;
	display: inline;
}
.right-list li {
	position: relative;
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	margin-bottom: 35px;
}
.right-list li .left-bord {
	display: none;
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #6caf35;
}
.right-list li .num {
	width: 122px;
	text-align: center;
	line-height: 90px;
	font-size: 68px;
	color: #6a6a6a;
}
.right-list li .line {
	display: inline-block;
	width: 1px;
	height: 76px;
	background-color: #6b6a6a;
	margin-top: 12px;
}
.right-list li .cont-wrap {
	width: 458px;
}
.right-list li .tit-box {
	line-height: 35px;
}
.tit-box {
	overflow: hidden;
}
.right-list li .tit {
	display: inline-block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 370px;
}
.right-list li .date {
	display: inline-block;
	font-size: 14px;
	color: #232323;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.right-list li .word {
	line-height: 24px;
	margin-top: 4px;
	clear: both;
}
.right-list li .word a {
	color: #999;
	font-size: 14px;
}
.cont_time{
    width: 57px;
    text-align: center;
    font-size: 30px;
    margin-top: 11px;
    margin-right: 20px;
    color: #01459c;
    line-height: 20px;
    padding: 15px 20px 10px 0;
    border-right: 1px solid #ddd;
}
.cont_time span{
	display: block;
	font-size: 12px;
}
.news_url02{
	width: 115px;
	font-size: 12px;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #f98c00;
	border: 1px solid #f98c00;
	border-radius: 25px;
	text-align: center;
	margin-top: 18px;
}
.news_url02:hover{
	color: #fff;
	border: 1px solid #f98c00;
	background: #f98c00;
}

.slideTxtBox03 {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.slideTxtBox03 .bd{
	margin-top: 38px;
}
.slideTxtBox03 .hd {
	text-align: center;
	overflow: hidden;
/*	background: url(../images/fengcaili.png) no-repeat;*/
}
.slideTxtBox03 .hd ul {
	text-align: center;
}
.slideTxtBox03 .hd ul li {
	cursor: pointer;
	width: 140px;
	height: 40px;
	margin: 0 5px;
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
	color: #999;
	border-radius: 35px;
}
.slideTxtBox03 .hd ul li.on {
	color: #004188;
	border: 1px solid #004188;
}
.slideTxtBox03 .bd ul {
	zoom: 1;
}
.slideTxtBox03 .bd li {

}
