﻿/*banner*/
.banner_warp {
	width: 100%;
	min-width: 1190px;
	height: 843px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index:-999;
}
.banner_warp ul {
	width: 1919px;
	height: 843px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.banner_warp ul li {
	width: 100%;
	min-width: 1190px;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	-moz-user-select: none;
}
.banner_warp ul li img {
	width:1919px;
	height: 843px;
}
.banner_warp ol {
	height: 6px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -60px;
}
.banner_warp ol li {
	width: 16px;
	height: 6px;
	margin: 0 4px;
	background: #282529;
	float: left;
	cursor: pointer;
}
.banner_warp ol li.cur {
	background: #71b036;
}
.banner_warp .left, .banner_warp .right {
	width: 47px;
	height: 93px;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -46px;
}
.banner_warp .left {
	background: url(../images/arrow.png) no-repeat;
	left: 60px;
}
.banner_warp .right {
	background: url(../images/arrow.png) no-repeat -53px 0;
	right: 60px;
}
.banner_warp .left.hover {
	background-position: 0 -97px;
}
.banner_warp .right.hover {
	background-position: -53px -97px;
}
/*我们能做什么*/
.we_can_do {
	width: 1190px;
	height: 646px;
	overflow: hidden;
}
.we_can_do h3 {
	font-size: 40px;
	height: 118px;
	line-height: 118px;
	text-align: center;
	color: #71b036;
	font-weight: normal;
	margin-top: 48px;
	background: url(../images/line.gif) no-repeat center bottom;
}
.we_can_do .introduce {
	line-height: 24px;
	font-size: 14px;
	padding: 18px 0 44px;
}
.can_do {
	width: 100%;
	min-width: 1190px
	overflow: hidden;
}
.can_do li {
	float: left;
	width: 276px;
	margin-right: 21px;
}
.can_do li .icon {
	width: 161px;
	height: 161px;
	margin: 0 auto;
	transition: 2s all ease;
	transform-origin: center center;
}
.can_do li .icon:hover {
	transform: rotate(360deg);
}
.can_do li .icon1 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left 0px;
}
.can_do li .icon2 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -161px;
}
.can_do li .icon3 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -322px;
}
.can_do li .icon4 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -483px;
}

.can_do li .icon5 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left 0px;
}
.can_do li .icon6 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left -161px;
}
.can_do li .icon7 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left -322px;
}
.can_do li .icon8 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left -483px;
}


.can_do li span {
	font-size: 22px;
	padding: 26px 0 10px;
	display: block;
	color:#000000;
}
.can_do li p {
	width: 250px;
	line-height: 24px;
	color: #666;
	margin: 0 auto;
	font-size: 14px;
}
.no_margin {
	margin: 0;
}
/*网络展示*/
.network_exhibition {
	width: 100%;
	min-width: 1190px;
	overflow: hidden;
	background: #232323;
}
.network_exhibition h3 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin: 88px 0 50px;
}
.network_link_warp {
	width: 100%;
	min-width: 1190px;
	height: 74px;
	overflow: hidden;
	position: relative;
}
.network_link_warp .network_line {
	width: 100%;
	min-width: 1190px;
	height: 2px;
	border-top: 1px solid #464646;
	position: absolute;
	top: 15px;
	left: 0;
}
.network_link {
	font-size: 25px;
	padding: 0 20px;
	background: #232323;
	color: #c8c8c8;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 5;
	*width: 576px;
	*padding-right: 0;
}
.network_link a {
	color: #c8c8c8;
	/*padding-bottom: 4px;*/
	*display: block;
	*float: left;
}
.network_link a:hover {
	color: #71b036;
	border-bottom: 2px solid #71b036;
	text-decoration: none;
}
.network_link span {
	padding: 0 20px;
	*display: block;
	*float: left;
}
.network_exhibition_list_warp, .network_exhibition_list {
	width: 100%;
	min-width: 1190px;
	overflow: hidden;
	margin: 0 auto;
}
.network_exhibition_list li {
	float: left;
	width: 16.666%;
	position: relative;
	overflow: hidden;
}
.network_exhibition_list li a {
	text-decoration: none;
	display: block;
	font-size: 0;
}
.network_exhibition_list li p {
	width: 100%;
	position: absolute;
	bottom: -46px;
	left: 0;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
}
.network_exhibition_list li img {
	width: 100%;
}
.hot_tip {
	width: 1190px;
	height: 90px;
	line-height: 90px;
	font-size: 25px;
	color: #fff;
}
.hot_tip p {
	padding-left: 15px;
}
.hot_tip a.more_case {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 152px;
	height: 43px;
	line-height: 43px;
	border: 2px solid #fff;
	border-radius: 10px;
	font-size: 18px;
	margin-top: 22px;
}
.hot_tip a.more_case:hover {
	background: #71b036;
}
/*展会速递*/
.exhibition_express {
	width: 1190px;
	height: 646px;
	overflow: hidden;
}
.exhibition_express h3 {
	font-size: 40px;
	height: 118px;
	line-height: 118px;
	text-align: center;
	color: #71b036;
	font-weight: normal;
	margin-top: 48px;
	background: url(../images/line.gif) no-repeat center bottom;
}
.exhibition_express .introduce {
	line-height: 24px;
	font-size: 14px;
	padding: 18px 0 44px;
}
.exhibition_express .introduce a {
	color: #71b036;
	text-decoration: underline;
}
.exhibition_express .introduce a:hover{
	text-decoration:none;
}
.news {
	width: 1190px;
	overflow: hidden;
}
.news a {
	color: #000;
}
.news a:hover {
	color: #71b036;
}
.news_top {
	width: 1190px;
	overflow: hidden;
	border-bottom: 1px solid #f9f9f9;
	padding-bottom: 28px;
}
.news_top dl {
	width: 575px;
	overflow: hidden;
}
.news_top dl dt, .news_top dl dd {
	float: left;
}
.news_top dl dt {
	width: 140px;
	margin-right: 12px;
}
.news_top dl dd {
	width: 423px;
}
.news_top dl dd span {
	font-size: 16px;
	text-align: left;
	display: block;
	line-height: 28px;
	margin-top: -5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_top dl dd p {
	font-size: 14px;
	font-size: 14px;
	color: #818181;
	text-align: left;
	height: 66px;
	line-height: 22px;
	text-overflow: ellipsis;
}
.news_top dl dd p a {
	color: #818181;
}
.news_top dl dd p a:hover {
	text-decoration: none;
	color: #818181;
}
.news_bottom {
	width: 1190px;
	overflow: hidden;
	margin-top: 20px;
}
.news_bottom ul {
	width: 575px;
	overflow: hidden;
	line-height: 28px;
}
.news_bottom ul li {
	width:560px;
	height: 28px;
	line-height:28px;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/news_dot.png) no-repeat left center;
	text-align: left;
	font-size: 15px;
}
.news_bottom ul li a:hover{
	text-decoration:underline;
}
.news_bottom ul li span{
	display: inline-block;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #b5b5b5;
}
/*热门行业*/
.hot_industry {
	width: 100%;
	min-width: 1190px;
	overflow: hidden;
	background: #f6f6f6;
}
.hot_industry h3 {
	font-size: 40px;
	text-align: center;
	color: #71b036;
	font-weight: normal;
	margin: 88px 0 50px;
}
.hot_link_warp {
	width: 100%;
	min-width: 1190px;
	height: 74px;
	overflow: hidden;
	position: relative;
}
.hot_link_warp .hot_line {
	width: 100%;
	min-width: 1190px;
	height: 2px;
	border-top: 1px solid #d2d2d2;
	position: absolute;
	top: 15px;
	left: 0;
}
.hot_link {
	font-size: 25px;
	padding: 0 20px;
	background: #f6f6f6;
	color: #666;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 5;
	*width: 726px;
	*padding-right: 0;
}
.hot_link a {
	color: #666;
	/*padding-bottom: 4px;*/
	*display: block;
	*float: left;
}
.hot_link a:hover {
	color: #71b036;
	border-bottom: 2px solid #71b036;
	text-decoration: none;
}
.hot_link span {
	padding: 0 20px;
	*display: block;
	*float: left;
}
.hot_industry_list_warp {
	padding-bottom: 48px;
}
.hot_industry_list_warp, .hot_industry_list_warp ul {
	width: 1242px;
	overflow: hidden;
}
.hot_industry_list_warp ul li {
	float: left;
	width: 400px;
	height: 297px;
	margin: 0 7px;
	margin:0px 7px 15px 7px;
}
.hot_industry_list_warp ul li .img {
	width: 364px;
	height: 285px;
	text-align: center;
	border: 1px solid #f6f6f6;
	padding: 10px 10px 0;
}
.hot_industry_list_warp ul li .img:hover {
	-moz-box-shadow: 0px 0px 10px #c9c9c9;
	-webkit-box-shadow: 0px 0px 10px #c9c9c9;
	box-shadow: 0px 0px 10px #c9c9c9;
}
.hot_industry_list_warp ul li .img img {
	width: 364px;
	display: block;
}
.hot_industry_list_warp ul li p {
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	overflow:hidden;
}
.hot_industry_list_warp ul li a {
	color: #666;
	text-decoration: none;
}
.hot_industry_list_warp ul li.no_margin {
	margin: 0;
}
/*网络博览会*/
.network_expo {
	width: 100%;
	min-width: 1190px;
	height: 400px;
	background: url(../images/building.jpg) no-repeat center center;
}
/*chengjiu*/
.achievement {
	width: 1190px;
	height: 436px;
	padding-top: 118px;
}
.achievement ul {
	width: 100%;
	min-width: 1190px;
	height: 287px;
}
.achievement ul li {
	width: 285px;
	height: 285px;
	margin-right: 14px;
	float: left;
	border: 1px solid #e0e0e1;
}
.achievement ul li.no_margin {
	margin: 0;
}
.achievement_icon {
	width: 44px;
	height: 44px;
	margin: 42px auto 22px;
	background: url(../images/achievement_icon.jpg) no-repeat;
}
.achievement_icon2 {
	width: 44px;
	height: 44px;
	margin: 42px auto 22px;
	background: url(../images/achievement_icon.jpg) no-repeat 0 -45px;
}
.achievement_icon3 {
	width: 44px;
	height: 44px;
	margin: 42px auto 22px;
	background: url(../images/achievement_icon.jpg) no-repeat 0 -90px;
}
.achievement_icon4 {
	width: 44px;
	height: 44px;
	margin: 42px auto 22px;
	background: url(../images/achievement_icon.jpg) no-repeat 0 -135px;
}
.achievement_number {
	width: 270px;
	height: 72px;
	font-size: 72px;
	line-height: 72px;
	color: #262934;
}
.achievement ul li p {
	font-size: 18px;
	color: #959595;
	line-height: 65px;
}

/*-----20160531 add map Start-------*/
.mapMain{
	width:1188px;
	border:#e5e5e5 1px solid;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:50px;
}
.mapMainTit{
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:#e5e5e5 1px solid;
	text-align:left;
}
.mapMainTit h3{
	font-size:25px;
	font-weight:normal;
	color:#333;
	margin-left:22px;
}
.mapCont{
	width:1132px;
	padding-top:33px;
}
.mapContTit{
	text-align:left;
}
.mapContTit h3{
	font-size:18px;
	font-weight:normal;
	color:#71b036;
}
.mapContTit h3 a{
	color:#71b036;
}
.mapContList ul{
	padding-bottom:35px;
}
.mapContList ul li{
	width:100%;
	line-height:45px;
	text-align:left;
}
.mapContList ul li h4{
	display:inline-block;
	color:#0086cc;
	font-size:16px;
	font-weight:normal;
	width:107px;
	text-align:left;
}
.mapContList ul li h4 a{
	color:#0086cc;
}
.mapContList ul li h4 a:hover{
	text-decoration:underline;
}
.mapContList ul li p{
	display:inline;
	font-size:14px;
}
.mapContList ul li p a{
	color:#333;
	font-size:14px;
	padding:0 5px;
}
.mapContList ul li p a:hover{
	color:#71b036;
	text-decoration:underline;
}
.mapContList .mapNewsList li h4{
	width:auto;
	padding:0 5px;
}
.mapContList .mapNewsList li span{
	font-size:16px;
	color:#0086cc;
}
.mapContList ul li h4 a{
	color:#0086cc;
}
/*-----20160531 add map 	End-------*/
.networkExpoBox{
	width:1190px;
	height:auto;
	overflow:hidden;
}
.networkExpoBox .networkExpoList{
	width:450px;
	padding-left:76px;
	height:auto;
	overflow:hidden;
}
.networkExpoBox .networkExpoList.fr{
	margin-right:58px;
	padding-left:0px;
}
.networkExpoBox .networkExpoList h3{
	width: 432px;
	height:89px;
	line-height: 40px;
	font-size: 40px;
	font-weight: normal;
	color: #ffffff;
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
}
.networkExpoBox .networkExpoList h3 b{
	display:block;
	width:150px;
	height:1px;
	background-color:#858684;
	position:absolute;
	top:24px;
	left:298px;
}
.networkExpoBox .networkExpoList h3 i{
	font-style:normal;
	text-transform: uppercase;
    color: #71b036;
    padding-right:10px;
}
.networkExpoBox .networkExpoList h3 a{
	color: #ffffff;
}
.networkExpoBox .networkExpoList ul li{
	width:400px;
	height:40px;
	line-height: 40px;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 16px;
}
.networkExpoBox .networkExpoList ul li a{
	color: #dcdcdc;
}
.networkExpoBox .networkExpoList ul li a span{
	padding-right:15px;
}
.networkExpoBox .networkExpoList ul li a:hover{
	color:#ffffff;
}
/*20170526 Start*/
.dataNewsBox{
	width:1190px;
	height:397px;
	overflow:hidden;
	margin:0px auto;
}
.dataNewsBox ul{
	width:1228px;
}
.dataNewsBox ul li{
	width:576px;
	height:270px;
	overflow:hidden;
	float:left;
	margin-right:34px;
	border:#e0e0e1 1px solid;
}
.dataNewsBox ul li h3{
	font-weight:normal;
	font-size:28px;
	color:#959595;
	padding-top:60px;
}
.dataNewsBox ul li h3 strong{
	font-weight:normal;
}
.dataNewsBox ul li .timer{
	font-size:100px;
	color:#262934;
}
/*20170926 start*/
.weCanDo {
	width: 1190px;
	overflow: hidden;
}
.weCanDo h3 {
	font-size: 40px;
	height:76px;
	line-height:94px;
	text-align: center;
	color: #333333;
	font-weight: normal;
	margin-top: 48px;
}
.weCanDo .introduce {
	line-height: 24px;
	font-size: 14px;
	padding: 18px 0 44px;
	color:#666666;
}
.canDo {
	width:1188;
	overflow:hidden;
}
.canDo li {
	float: left;
	width: 276px;
	margin-right: 21px;
}
.canDo li .icon {
	width: 161px;
	height: 161px;
	margin: 0 auto;
	-moz-transition: 2s all ease;
	-ms-transition: 2s all ease;
	-o-transition: 2s all ease;
	-moz-transition: 2s all ease;
	-webkit-transition: 2s all ease;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.canDo li .icon:hover {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.canDo li .icon1 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left 0px;
}
.canDo li .icon2 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -161px;
}
.canDo li .icon3 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -322px;
}
.canDo li .icon4 {
	background: url(../images/we_can_do_icon.jpg) no-repeat left -483px;
}

.canDo li .icon5 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left 0px;
}
.canDo li .icon6 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left -161px;
}
.canDo li .icon7 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left -322px;
}
.canDo li .icon8 {
	background: url(../images/we_can_do_icons.jpg) no-repeat left -483px;
}

.canDo li span {
	font-size: 22px;
	padding: 26px 0 10px;
	display: block;
	color:#000000;
}
.canDo li p {
	width: 250px;
	line-height: 24px;
	color: #666;
	margin: 0 auto;
	font-size: 14px;
}
.introduces a{
	font-size: 22px;
	padding: 16px 0 10px;
	display: block;
	color:#000000;
	float:left;
	width:190px

}
.introduces a:hover{ color:#0F3}



.networkExhibition {
	width: 100%;
	min-width: 1190px;
	overflow: hidden;
	background: #f6f6f6;
	padding-top:80px;
}
.networkExhibition h3 {
	font-size: 40px;
	text-align: center;
	color: #333333;
	font-weight:normal;
	margin:0px 0px 40px;
}
.networkExhibition h3 i{
	font-style:normal;
	text-transform:uppercase;
	color:#71b036;
	padding-right:30px;
}
.networkExhibition h3 span a{
	color: #333333;
}
.networkLinkWarp {
	width: 100%;
	min-width: 1190px;
	height:83px;
	overflow: hidden;
	position: relative;
}
.networkLinkWarp .networkLine {
	width: 100%;
	min-width: 1190px;
	height: 1px;
	border-top: 1px solid #dcdcdc;
	position: absolute;
	top: 15px;
	left: 0;
}
.networkLink {
	font-size: 25px;
	padding: 0 20px;
	background: #f6f6f6;
	color: #666666;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 5;
	*width: 576px;
	*padding-right:0;
}
.networkLink a {
	color: #666666;
	*display: block;
	*float: left;
}
.networkLink a:hover {
	color: #71b036;
	border-bottom: 3px solid #71b036;
	text-decoration: none;
}
.networkLink span {
	font-size:25px;
	color:#c8c8c8;
	padding: 0 20px;
	*display: block;
	*float: left;
}
.networkExhibitionListWarp, .networkExhibitionList {
	width: 100%;
	min-width: 1190px;
	overflow: hidden;
	margin: 0 auto;
}
.networkExhibitionList li {
	float: left;
	width: 16.666%;
	position: relative;
	overflow: hidden;
}
.networkExhibitionList li a {
	text-decoration: none;
	display: block;
	font-size: 0;
}
.networkExhibitionList li p {
	width: 100%;
	position: absolute;
	bottom: -46px;
	left: 0;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
}
.networkExhibitionList li img {
	width: 100%;
}

.networkExhibition .morePano{
	width:472px;
	height:99px;
	position:relative;
	top:0px;
	left:0px;
}
.networkExhibition .morePano i{
	display:block;
	position:absolute;
	top:49px;
	left:0px;
	width:472px;
	height:1px;
	background-color:#e9e9e9;
	z-index:1;
}
.networkExhibition .morePano span{
	display:block;
	width:256px;
	height:99px;
	line-height:99px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-128px;
	z-index:2;
	font-size:18px;
	color:#666666;
	background-color:#f6f6f6;
}
.networkExhibition .morePano span a{
	display:block;
	color:#666666;
	width:256px;
	height:99px;
}
.networkExhibition .morePano span a:hover{
	color:#71b036;
}
.exhibitionEexpress{
	width:100%;
	min-width:1190px;
	height:600px;
	overflow:hidden;
}
.exhibitionEexpressTitle{
	width:1190px;
	padding-top:68px;
}
.exhibitionEexpressTitle h3 {
	font-size: 40px;
	text-align: center;
	color: #333333;
	font-weight:normal;
	margin:0px 0 38px;
}
.exhibitionEexpressTitle h3 i{
	font-style:normal;
	text-transform:uppercase;
	color:#71b036;
	padding-right:30px;
}
.exhibitionEexpressTitle h3 span a{
	color: #333333;
}
.qjjxTabBox{
	width:1190px;
	height:439px;
	position:relative;
	top:0px;
	left:0px;
}
.qjjxTabBox .qjjxTabLine{
	width:1920px;
	height:1px;
	background-color:#e9e9e9;
	position:absolute;
	top:51px;
	left:50%;
	margin-left:-960px;
}
.qjjxTabBox .tabColumn{
	width:1190px;
	height:51px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
}
.qjjxTabBox .tabColumn ul{
	width:1190px;
	height:51px;
	position:absolute;
	top:0px;
	left:0px;
}
.qjjxTabBox .tabColumn ul li{
	width:198px;
	height:50px;
	line-height:40px;
	font-size:20px;
	float:left;
	color:#333333;
	cursor:pointer;
}
.qjjxTabBox .tabColumn ul li.on{
	color:#71b036;
}
.qjjxTabBox .tabColumn b{
	display:block;
	width:198px;
	height:3px;
	background-color:#71b036;
	position:absolute;
	top:48px;
	left:0px;
}
.qjjxBox .qjjxtabCont{
	display:none;
}
.qjjxBox .qjjxtabCont.on{
	display:block;
}
.qjjxBox{
	height:100px;
	line-height:100px;
}
.qjjxBox .qjjxtabCont{
	font-size:40px;	
}
.qjjxNewList {
	width:595px;
	overflow:hidden;
}
.qjjxNewList dl {
	width:575px;
	height:120px;
	padding-right:20px;
	overflow:hidden;
	padding-top:33px;
	border-bottom:#f9f9f9 1px solid;
}
.qjjxNewList.fr dl{
	padding-right:0px;
	padding-left:20px;
}
.qjjxNewList dl dt, .qjjxNewList dl dd {
	float: left;
}
.qjjxNewList dl dt {
	width:140px;
	height:90px;
	margin-right:14px;
}
.qjjxNewList dl dt img{
	display:block;
	width:138px;
	height:88px;
	border:#eaeaea 1px solid;
}
.qjjxNewList dl dd {
	width: 420px;
	text-align:left;
}
.qjjxNewList dl dd span {
	font-size: 16px;
	display: block;
	line-height: 28px;
	margin-top: -5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#000000;
}
.qjjxNewList dl dd span a{
	color:#000000;
}
.qjjxNewList dl dd p {
	font-size: 14px;
	color: #818181;
	height: 66px;
	line-height: 22px;
	overflow:hidden;
	text-overflow: ellipsis;
}
.qjjxNewList dl dd p a {
	color: #818181;
}
.qjjxNewList dl dd p a:hover {
	text-decoration: none;
	color: #818181;
}
.qjjxNewList ul {
	width: 575px;
	padding-top:20px;
}
.qjjxNewList ul li {
	width:560px;
	height: 28px;
	line-height:28px;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/news_dot.png) no-repeat left center;
	text-align: left;
	font-size: 15px;
}
.qjjxNewList.fr ul li{
	margin-left:20px;
}
.qjjxNewList ul li a{
	color:#000000;
}
.qjjxNewList ul li a:hover{
	color:#71b036;
	text-decoration:underline;
}
.qjjxNewList ul li span{
	display: inline-block;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #b5b5b5;
	padding-left:10px;
}
.activityBox{
	width:100%;
	min-width:1190px;
	background-color:#eaeaea;
	overflow:hidden;
}
.activityBox .activityTitle{
	width:1190px;
	height:132px;
	padding-top:38px;
}
.activityTitle h3 {
	height:52px;
	font-size: 40px;
	text-align: center;
	color: #333333;
	font-weight:normal;
	margin:0px 0 26px;
}
.activityTitle h3 i{
	font-style:normal;
	text-transform:uppercase;
	color:#a20000;
	padding-right:30px;
}
.activityTitle h3 span a{
	color: #333333;
}
.activityTitle p{
	font-size:14px;
	color:#666666;
}
.activityTitle p a{
	color:#a20000;
	text-decoration:underline;
}
.activityTitle p a:hover{
	text-decoration:none;
}
.activityList{
	width:1190px;
	height:auto;
	overflow:hidden;
	padding-bottom:50px;
}
.activityList ul{
	width:1209px;
}
.activityList ul li{
	display:inline-block;
	width:283px;
	overflow:hidden;
	float:left;
	margin-right:19px;
}
.activityList ul li a.img{
	display:block;
	width:283px;
	height:197px;
	overflow:hidden;
}
.activityList ul li a.img img{
	width:283px;
	height:197px;
}
.activityList ul li p{
	width:283px;
	height:65px;
	line-height:65px;
	font-size:16px;
	color:#666666;
}
.activityList ul li p a{
	color:#666666;
}
.activityList ul li.on p a{
	color:#71b036;
}



.activityBoxm{
	width:100%;
	min-width:1190px;
	background-color:#c5c5c5;
	overflow:hidden;
}
.activityBoxm .activityTitle{
	width:1190px;
	height:132px;
	padding-top:68px;
}
.activityTitlem h3 {
	height:52px;
	font-size: 40px;
	text-align: center;
	color: #333333;
	font-weight:normal;
	margin:0px 0 26px;
}
.activityTitlem h3 i{
	font-style:normal;
	text-transform:uppercase;
	color:#71b036;
	padding-right:30px;
}
.activityTitlem h3 span a{
	color: #333333;
}
.activityTitle p{
	font-size:14px;
	color:#666666;
}
.activityTitlem p a{
	color:#71b036;
	text-decoration:underline;
}
.activityTitlem p a:hover{
	text-decoration:none;
}
.activityListm{
	width:1190px;
	height:auto;
	overflow:hidden;
	padding-bottom:50px;
	padding-left:30px;
}
.activityListm ul{
	width:1209px;
}
.activityListm ul li{
	display:inline-block;

	overflow:hidden;
	float:left;

}
.activityListm ul li a.img{
	display:block;
	width:258px;
	height:382px;
	overflow:hidden;
}
.activityListm ul li a.img img{
	width:258px;
	height:385px;
}
.activityListm ul li p{
	width:283px;
	height:65px;
	line-height:65px;
	font-size:16px;
	color:#666666;
}
.activityListm ul li p a{
	color:#666666;
}
.activityListm ul li.on p a{
	color:#71b036;
}








.sharePanoBox{
	width:100%;
	min-width:1190px;
	overflow:hidden;
}
.sharePanoTitle{
	width:1190px;
	height:88px;
	
}
.sharePanoTitle h3{
	font-size: 40px;
	text-align: center;
	color: #333333;
	font-weight:normal;
}
.sharePanoTitle h3 i{
	font-style:normal;
	text-transform:uppercase;
	color:#71b036;
	padding-right:30px;
}
.sharePanoTabBox{
	width:1190px;
	position:relative;
	top:0px;
	left:0px;
}
.sharePanoTabBox .sharePanoTabLine{
	width:1920px;
	height:1px;
	background-color:#e9e9e9;
	position:absolute;
	top:51px;
	left:50%;
	margin-left:-960px;
}
.sharePanoTabBox .tabColumn{
	width:582px;
	height:51px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
}
.sharePanoTabBox .tabColumn ul{
	position:absolute;
	top:0px;
	left:0px;
}
.sharePanoTabBox .tabColumn ul li{
	width:194px;
	height:50px;
	line-height:40px;
	font-size:20px;
	float:left;
	color:#333333;
	cursor:pointer;
}
.sharePanoTabBox .tabColumn ul li.on{
	color:#71b036;
}
.sharePanoTabBox .tabColumn b{
	display:block;
	width:198px;
	height:3px;
	background-color:#71b036;
	position:absolute;
	top:48px;
	left:0px;
}
.sharePanoTabBox .sharePanotabCont{
	display:none;
}
.sharePanoTabBox .sharePanotabCont.on{
	display:block;
}
.sharePanoTabBox .sharePanoList{
	width:1190px;
	height:auto;
	overflow:hidden;
	padding-top:30px;
}
.sharePanoTabBox .sharePanoList ul{
	width:1200px;
}
.sharePanoTabBox .sharePanoList ul li{
	width:190px;
	height:40px;
	line-height:40px;
	float:left;
	overflow:hidden;
	padding:0px 10px 20px 0px;
}
.sharePanoTabBox .sharePanoList ul li a{
	display:block;
	width:188px;
	height:38px;
	border:#e5e5e5 1px solid;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:16px;
	color:#333333;
}
.sharePanoTabBox .sharePanoList ul li a:hover{
	background-color:#71b036;
	color:#ffffff;
}
/*20180118 start*/
.partnerTitle{
        width:1190px;
        height:52px;
        overflow:hidden;
        position:relative;
        top:0px;
        left:0px;
}
.partnerTitle .partnerLine{
        width:1190px;
        height:1px;
        overflow:hidden;
        background-color:#313131;
        position:absolute;
        top:18px;
        left:0px;
        z-index:1;
}
.partnerTitle .partnerTitleCont{
        width:136px;
        height:57px;
        background-color:#1f1f1f;
        position:absolute;
        top:0px;
        left:50%;
        margin-left:-68px;
        z-index:2;
        font-size:22px;
        color:#959595;
}
.partnerBox{
        width:1130px;
        height:auto;
        overflow:hidden;
}
.partnerBox ul{
         width:1240px;
}
.partnerBox ul li{
        width:150px;
        height:54px;
        overflow:hidden;
        float:left;
        padding-right:47px;
        padding-bottom:23px;
}
.partnerBox ul li a,.partnerBox ul li a img{
        display:block;
        width:150px;
        height:54px;
}
.zlPartner{
	width: 1190px;
	overflow: hidden;
}
.zlPartner ul {
	width: 1260px;
	height: 150px;
}
.zlPartner ul li{
	float: left;
	width: 145px;
	height: 76px;
	margin-right: 65px;
}
.zlPartner ul li img{
	float: left;
	width: 145px;
	height: 54px;
}
.zlPartnerBox{
	width:100%;
	min-width:1190px;
	overflow:hidden;
	padding-bottom:70px;
}
.zlPartnerTitle{
	width:1190px;
	height:88px;
}
.zlPartnerTitle h3{
	font-size: 40px;
	text-align: center;
	color: #333333;
	font-weight:normal;
}
.zlPartnerTitle h3 i{
	font-style:normal;
	text-transform:uppercase;
	color:#71b036;
	padding-right:30px;
}

.w1000{ width:1000px; margin:0 auto}
.home_div3 {
  background: url(../images/home_bg3.jpg) no-repeat center center;
  /*height: 659px;*/
  padding-bottom: 100px;
}
.home_div3 ol {
  margin-top: 30px;
}
.home_div3 ol li {
  float: left;
  margin: 0 35px;
  width: 130px;
  height: 130px;
  text-align: center;
  position: relative;
  background: #e6e6e6;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);/* IE 9 */
  -moz-transform: rotate(45deg);/* Firefox */
  -webkit-transform: rotate(45deg);/* Safari �?Chrome */
  -o-transform: rotate(45deg);/* Opera */
}
.home_div3 ol li .text {
  width: 130px;
  height: 130px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);/* IE 9 */
  -moz-transform: rotate(-45deg);/* Firefox */
  -webkit-transform: rotate(-45deg);/* Safari �?Chrome */
  -o-transform: rotate(-45deg);/* Opera */
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-left: 12px;
}
.home_div3 ol li .text .img {
  font-size: 0;
}
.home_div3 ol li .text .t {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.home_div3 ol li:hover {
  background: #009a91;
}
.home_div3 ol li:hover .text .t {
  color: #fff;
}
.home_div3 ol li:first-child {
  margin-left: 135px;
}
.home_div3 ol li:nth-child(5),
.home_div3 ol li:nth-child(6),
.home_div3 ol li:nth-child(7),
.home_div3 ol li:nth-child(8),
.home_div3 ol li:nth-child(9) {
  margin-top: -35px;
}



.public{    width: 1200px;    margin: 0 auto;    overflow: hidden;}
.hbg{width:100%;min-width:1250px; max-height:409px; background:url(../images/tlbg.jpg) center no-repeat; overflow:hidden;}
.qyvi{padding:40px 0 65px;}
.index_gycs{width:778px;}
.index_gycs_n{width:100%; margin-top:16px; font-size:14px; line-height:28px;}
.index_gycs_n p{ text-align:left; color:#000}
.index_gycs_n img{width:100%; height:128px; margin-top:16px;}

.index_video{width:384px; overflow:hidden;}
.index_video img{width: 377px; height: 250px;}

.tit_1{width: 100%;height: 36px;line-height: 36px;overflow: hidden;}
.tit_1 p{    float: left;    font-size: 18px;    font-weight: bold;}
.more{float: right;  font-size: 12px; color:#000}



.index-body .section1 {
  background: url("../images/index-section1-bg.png") repeat-y;
  background-size: 100%; }
  .index-body .section1 .service-term {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    .index-body .section1 .service-term a, .index-body .section1 .service-term a:hover, .index-body .section1 .service-term a:focus {
      text-decoration: none;
      font-size: 16px;
      color: #666; }
    .index-body .section1 .service-term .title {
      text-align: center; }
      .index-body .section1 .service-term .title .box {
        margin: auto;
        width: 120px;
        height: 120px;
        background-color: #c52b26;
        border-radius: 60px;
        color: #fff;
        font-size: 20px;
        line-height: 1.7;
        padding: 30px 10px;
        text-align: center; }
    .index-body .section1 .service-term .sub-title {
      font-size: 14px;
      color: #999;
      text-align: center;
      padding: 10px; }
    .index-body .section1 .service-term .desc {
      font-size: 16px;
      color: #666;
      line-height: 1.7;
      height: 60px;
      text-align: center;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; }
    .index-body .section1 .service-term .hover-info {
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      bottom: 0;
      overflow: hidden;
      background-color: rgba(197, 43, 38, 0.7); }
      .index-body .section1 .service-term .hover-info p {
        padding-top: 50px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        line-height: 2; }
        .index-body .section1 .service-term .hover-info p span {
          width: 50%;
          font-size: 16px;
          color: #fff;
          line-height: 2;
          display: inline-block;
          float: left;
          box-sizing: border-box; }

    .index-body .section1 .service-term:hover .hover-info, .index-body .section1 .service-term:active .hover-info {
      height: 100%; }
    .index-body .section1 .service-term .hover-info, .index-body .section1 .service-term:hover .hover-info, .index-body .section1 .service-term:active .hover-info {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }


