/*index_main*/

.index_main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index_main_top {
	margin-top: 40px;
}


/*公司简介*/

.index_about {
	width: 360px;
}

.index_main_title {
	width: 100%;
	height: 30px;
}

.index_main_title h5 {
	width: 74px;
	height: 27px;
	font-size: 18px;
	color: #1364bf;
	/*font-weight: normal;*/
	border-bottom: 3px solid #1364C0;
	float: left;
}

.index_main_title p {
	height: 28px;
	line-height: 22px;
	padding-left: 86px;
	/*float: left;*/
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	color: #999999;
	font-family: "Arial";
}

.index_main_title p a {
	float: right;
	font-size: 13px;
	color: #999;
}

.index_main_content {
	padding-top: 30px;
}

.index_about_banner {
	width: 198px;
	height: 111px;
	border: 1px solid #DFDFDF;
	overflow: hidden;
	margin-right: 10px;
}

.aboutbannerbuycom {
	width: 100%;
	height: 113px;
	margin: auto;
	position: relative;
}


/*数字按钮样式*/

.aboutbannerbuycom .num {
	overflow: hidden;
	height: 15px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	zoom: 1;
	z-index: 3
}

.aboutbannerbuycom .num li {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: 400;
	font-family: "微软雅黑", Arial;
	color: #000;
	background: #fff;
	margin-left: 2px;
	cursor: pointer;
	float: left;
	font-size: 10px;
}

.aboutbannerbuycom .num li.on {
	background: #FE0000;
	color: #fff;
}

.index_main_content p.about_centent {
	line-height: 30px;
}

.index_main_content p.about_centent a {
	color: #3366cc;
	margin-left: 5px;
}


/*新闻资讯*/

.index_news {
	width: 300px;
	margin-left: 30px;
	overflow: hidden;
}

.index_news .index_main_content ul li {
	height: 30px;
	overflow: hidden;
	background: url(../images/index_news_ico.png) no-repeat 2px center;
	border-bottom: 1px dotted #dfdfdf;
}

.index_news .index_main_content ul li a {
	display: block;
	padding-left: 20px;
	line-height: 30px;
}

.index_news .index_main_content ul li a:hover {
	color: #1364C0;
}

.index_news .index_main_content ul li a span {
	float: right;
	color: #999999;
}


/*联系我们*/

.index_contact {
	width: 260px;
}

.index_contact .index_main_content ul {
	margin-top: 6px;
}

.index_contact .index_main_content ul li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.index_contact_map {
	width: 260px;
	height: 104px;
	/*border: 1px solid #C6C6C6;*/
	margin-top: 10px;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}


/*index_main_bottom*/

.index_main_bottom {
	width: 100%;
	height: auto;
	background: #F7F7F7;
	margin-top:20px;
	padding: 40px 0 0 0;
}


/*技术能力*/

.index_ability {
	width: 1000px;
	overflow: hidden;
}

.index_rollBox {
	width: 100%;
	height: 230px;
	overflow: hidden;
}


/* 本例子css */

.picMarquee-left {
	/*overflow: hidden;
	position: relative;
	border: 1px solid #ccc;*/
}

.picMarquee-left .hd {
	/*overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;*/
	position: relative;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 36px;
	height: 39px;
	float: right;
	margin-right: 5px;
	margin-top: 80px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.picMarquee-left .hd .prev {
	background: url(../images/ability_left.png) no-repeat;
	left: 0;
}

.picMarquee-left .hd .next {
	background: url(../images/ability_right.png) no-repeat;
	right: 0;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 15px 58px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	height: 140px;
	display: block;
	padding: 4px;
	border: 1px solid #E0E0E0;
	background: #fff;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.picMarquee-left .bd ul li .title a {
	font-size: 14px;
}


/*联盟合作*/

.index_alliance {
	width: 260px;
}

.index_alliance .index_main_content {
	padding-top: 40px;
}

.index_alliance .index_main_content p {
	line-height: 28px;
}


/*合作伙伴*/

.index_partner {
	padding-top:20px;; background-color:#ececec
}

.index_partner h3 {
	text-align: center;
	line-height: 24px;
	font-size: 24px;
	color: #1364bf;
	font-weight: normal;
}

.index_partner h3 span {
	margin-left: 20px;
	color: #999999;
	font-size: 18px;
	font-family: arial;
}

.index_partner ul {
	margin-top: 30px;
}

.index_partner ul li {
	width: 180px;
	height: 75px;
	margin: 0 10px;
	float: left;
}

.index_partner ul li a {
	display: block;
}

.links {
float:right; width:840px
}

.links_left {}

.links_left .hd {
	position: relative;
}

.links_left .hd .prevStop {
	background-position: -60px 0;
}

.links_left .hd .nextStop {
	background-position: -60px -50px;
}

.links_left .bd {
	padding: 15px 58px;
}

.links_left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.links_left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.links_left .bd ul li .pic {
	text-align: center;
}

.links_left .bd ul li .pic img {
	width: 180px;
	height: 75px;
	display: block;
	/*padding: 4px;
	border: 1px solid #E0E0E0;*/
	background: #fff;
}

.links_left .bd ul li .pic a:hover img {
	border-color: #999;
}

.links_left .bd ul li .title {
	line-height: 24px;
}

.links_left .bd ul li .title a {
	font-size: 14px;
}