body {
	background: #fff;
	font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%
}

.inside-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden
}

@media screen and (max-width: 1210px) {
	.container {
		margin: 0 2%
	}

	.inside-main {
		margin: 0 2%
	}
}

@media screen and (max-width: 780px) {
	.container {
		margin: 0 3%
	}

	.inside-main {
		margin: 0 3%;
		padding: 3% 0
	}

}

@media screen and (max-width: 640px) {
	.container {
		margin: 0 5%
	}

	.inside-main {
		margin: 0 5%;
		padding: 5% 0
	}
	.sy_top_soso { display: none }
}

.content-text p {
	font-size: 14px;
	color: #777777;
	line-height: 2;
	padding: 0 20px 25px 20px
}

.content-text p.point {
	background: url("../img/icon-gk-list.png") no-repeat left 10px
}

.header {
	height: 70px;
	z-index: 10;
	background: #fff;
}

.header .logo {
	float: left;
	padding-top: 20px;
	position: relative;
}
.header .old{
	display: table-cell;vertical-align: middle;
	padding-left: 15px;
}
.header .oldsite{
	//position: absolute;
  font-size: 12px;
  color: #fff;
  background: #00913a;
  padding: 5px 10px;
  line-height: 1;
  right: -83px;
  top: 24px;
	border-radius: 5px;
}

.header .logo img {
	width: 230px
}

.header .nav {
	float: right;
	height: 100%
}

.header .nav ul {
	height: 100%
}

.header .nav ul li {
	height: 100%;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	display: inline-block
}

.header .nav ul li .f a{
	font-size: 16px;
	font-weight: bolder;
	color: #555;
}

.header .nav ul li .w {
	display: table;
	height: 100%
}

.header .nav ul li:hover .f,.header .nav ul li.on .f {
	color: #00913a;
	transition: all 0.1s ease-in-out
}

.header .nav ul li:hover .f a,.header .nav ul li.on .f a {
	/*background: #00913a;*/
	background-size: 100% 100%;
	transition: all 0.1s ease-in-out;
	/*color: #0586d5;*/
	/*color: #2828ff;*/
	color: #00913a;
	display: block
}

.header .nav ul li .f {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	transition: all 0.1s ease-in-out
}

.header .nav ul li .f a {
	padding: 10px 10px;
	transition: all 0.1s ease-in-out;
	display: block;
	box-sizing: border-box
}

.header .sub-nav {
	width: 100%;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 70px;
	/*background: #f3f3f3;*/
	background: rgba(243, 243, 243, 0.7);
	display: none;
	padding: 20px 0 0 0
}

.header .sub-nav.on {
	display: block
}

.header .sub-nav dl {
	overflow: hidden
}

.header .sub-nav dl dd {
	width: 16.66%;
	float: left;
	padding-bottom: 20px
}

.header .sub-nav dl dd .f2 {
	font-size: 14px;
	/*color: #0586d5;*/
	color: #00913a;
	display: block;
	padding-bottom: 5px
}

.header .sub-nav dl dd .f2 span {
	display: block
}

.header .sub-nav-child .item {
	padding: 3px 0
}

.header .sub-nav-child .item a {
	color: #666666;
	font-size: 12px
}

.header .search {
	float: right;
	height: 100%;
	display: table
}

.header .search .wrap {
	display: table-cell;
	vertical-align: middle;
	position: relative
}

.header  .hzhb-btn{
	float: right;
	font-size: 12px;
	color: #008fd9;
	display: table;
	padding-left: 12px;
	height: 100%;
	cursor: pointer;
}

.hzhb-box{
	display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	text-align: center;
	z-index: 99;
}
.hzhb-box .wrap{
	width: 50%;
	height: 100%;
	display: inline-block;
}
.hzhb-box .wrap2{
	display: table;
	height: 100%;
}
.hzhb-box .pic{
	display:table-cell;
	vertical-align: middle;
	width: 100%;
}
.hzhb-box .pic2{
	background:#fff;
	padding: 20px;
	border: 1px solid #dadada;
}
.hzhb-box .pic img{
	width: 100%;

}

.header  .hzhb-btn .wrap{
	display: table-cell;
	vertical-align: middle;
}

.header .search .header-search-box {
	/*display: none;*/
	position: absolute;
	right: 0;
	bottom: -60px;
	background: #fff;
	padding: 20px;
	width: 200px;
	overflow: hidden;
	z-index: 2;
}

.header .search .header-search-box .input-text {
	float: left;
	width: 150px;
	border-bottom: 1px solid #dadada;
	padding: 2px 10px;
	box-sizing: border-box
}

.header .search .header-search-box .input-text input {
	width: 100%;
	font-size: 14px;
	border: none;
	background: none;
	outline: none
}

.header .search .header-search-box button {
	float: left;
	width: 50px;
	font-size: 14px;
	text-align: center;
	outline: none;
	background: none;
	border: none
}

.header .search .search-btn {
	padding-left: 17.5px;
	display: block;
	width: 19px;
	height: 18px;
	background: url("../img/header-search.png") no-repeat center right;
	border-left: 1px solid #dddddd
}

.header .mobile-btn {
	display: none;
	float: right;
	width: 30px;
	height: 100%;
	background: url("../img/icon-menu.png") no-repeat center;
	background-size: 100% auto
}

.header .mobile-btn.close {
	background: url("../img/icon-close2.png") no-repeat center;
	background-size: 100% auto
}

@media screen and (max-width: 1100px) {
	.header {
		height: 70px
	}

	.header .logo {
		padding-top: 22px
	}

	.header .logo .oldsite{
		right: -20px;
	}

	.header .logo img {
		width: 75%
	}

	.header .nav ul li {
		font-size: 14px
	}
}

@media screen and (max-width: 768px) {
	body {
		padding-top: 50px
	}

	.header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10
	}

	.header .logo {
		padding-top: 17px
	}
	.header .logo .oldsite{
		right: 30px;
		top: 16px;
	}
	.header .logo img {
		width: 55%
	}

	.header .mobile-btn {
		display: block
	}

	.header .nav {
		position: fixed;
		z-index: 10;
		top: 50px;
		right: 0;
		background: #fff;
		width: 60%;
		padding: 5%;
		height: calc( 100vh - 50px);
		box-sizing: border-box;
		transform: translate(100%, 0);
		transition: all 0.6s ease-in-out;
		box-shadow: 4px 3px 3px 0px rgba(0,0,0,0.03)
	}

	.header .nav.on {
		transform: translate(0, 0);
		transition: all 0.6s ease-in-out
	}

	.header .nav ul li {
		float: none;
		height: auto;
		padding: 5% 0;
		width: 100%;
		border-bottom: 1px solid #eeeeee;
		background: none !important
	}

	.header .nav ul li:hover .f a,.header .nav ul li.on .f a {
		background: none;
		color: #333
	}

	.header .nav ul li .f {
		display: block
	}

	.header .nav ul li .f a {
		padding: 5% 0;
		background: none
	}

	.header .nav ul li .f:hover {
		color: #333
	}

	.header .sub-nav {
		padding-top: 3%;
		padding-left: 5%;
		position: static;
		background: none
	}
	.header .nav li.on .sub-nav{
		display: block;
	}
	.header .sub-nav .container {
		margin: 0
	}

	.header .sub-nav dl dd {
		padding: 3% 0;
		width: 100%;
		float: none
	}

	.header .sub-nav dl dd .f2 {
		color: #777
	}

	.header .sub-nav dl dd.on a {
		color: #00913a
	}

	.header .sub-nav dl dd a {
		font-size: 14px;
		color: #777777
	}

	.header .search {
		display: none
	}
}

.banner {
	position: relative
}

.banner .hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10;
}
.banner.loaded .hover{
	opacity: 0;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.banner a{
	display: block;
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 25px;
	opacity: 0.5
}

.banner .swiper-active-switch {
	opacity: 1
}

.banner .swiper-slide {
	height: 513px;
	background-position: center
}

.banner .swiper-slide img{
	display: none;
	width: 100%;
}

.banner .prev,.banner .next {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 30px;
	z-index: 10;
	width: 40px;
	height: 80px;
	background: url("../img/icon-left.png") no-repeat center #333;
	opacity: 0.5;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out
}

.banner .prev:hover,.banner .next:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out
}

.banner .next {
	left: auto;
	right: 30px;
	background: url("../img/icon-right.png") no-repeat center #333;
	background-size: 100%
}

.sub-banner {
	width: 100%;
	height: 420px;
	background-position: center
}

.sub-banner img{
	width: 100%;
	display: none;
}

.sub-banner .sub-b-text {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	padding-bottom: 80px;
	/*padding-left: 10%;*/
	/*display:none;*/
}

.sub-banner .sub-b-text .t1 {
	font-size: 40px;
	padding-bottom: 20px;
	font-family: 'Noto Sans SC', serif;
}

.sub-banner .sub-b-text .t2 {
	font-size: 30px;
	font-family: 'Noto Sans SC', serif;
}

.sub-banner .wrap {
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	box-sizing:border-box;
}

.sub-banner.small {
	height: 360px
}

@media screen and (max-width: 768px) {

	.banner .swiper-slide{
		background: none !important;
		height: auto;
	}
	.banner .swiper-slide img{
		display: block;
	}
	.banner .pagination{
		bottom: 10px;
	}

	.banner .prev , .banner .next{
		display: none;
	}

	.sub-banner , .sub-banner.small{
		background: none !important;
		height: auto; 
		position: relative;
	}

	.sub-banner .container{
		position: absolute;
		width: 100%;
		margin: 0;
		box-sizing:border-box;
		top: 0;
	}

	.sub-banner img{
		display: block;
	}
	.sub-banner .sub-b-text{
		padding-bottom: 0;
	}
	.sub-banner .sub-b-text .t1 {
		font-size: 24px;
		font-family: 'Noto Sans SC', serif;
	}

	.sub-banner .sub-b-text .t2 {
		font-size: 18px;
		font-family: 'Noto Sans SC', serif;
	}
}
.footer .k{
	font-size: 14px;
	color: #f7f7f7;
	padding-bottom: 5px;
	opacity: 0.8;
}
.footer .top {
	background: #f7f7f7;
	padding: 40px 0 30px 0;
	overflow: hidden
}

.footer .footer-list {
	overflow: hidden;
	float: left;
	position: relative;
}

.footer .footer-list .item {
	float: left;
	padding-right: 30px
}

.footer .footer-list .item .t {
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	line-height: 1;
	padding-bottom: 20px
}

.footer .footer-list .item .t a {
	color: #333333
}

.footer .footer-list .item .d dd {
	font-size: 13px;
	color: #777;
	padding: 5px 0
}

.footer .footer-list .item .d dd a {
	color: #777;
	transition: all 0.1s ease-in-out
}

.footer .footer-list .item .d dd a:hover {
	color: #00913a;
	transition: all 0.1s ease-in-out
}

.footer .code2{
	width: 100px;
  position: absolute;
  right: 40px;
  top: 41px;
}
.footer .code2 img{
	width: 100%;
}
.footer .code2 .text{
	font-size: 16px;
	text-align:center;
	padding-top: 5px;
	letter-spacing: 6px;
}
.footer .code2 .i2{
	padding-top: 30px;
}

.footer .footer-add {
	width: 240px;
	float: right;
	position: relative;
	padding-bottom: 160px
}

.footer .footer-add .text {
	font-size: 14px;
	color: #777777;
	line-height: 2;
	padding-bottom: 10px
}

.footer .footer-add .qrcode {
	position: absolute;
	bottom: 30px;
	overflow: hidden;
	width: 130px;
}

.footer .footer-add .qrcode img {
	width: 100%;
	float: left;
}

.footer .bottom {
	background: #434343;
	text-align: center;
	padding: 20px 0
}

.footer .bottom span {
	font-size: 14px;
	color: #ffffff;
	padding-right: 10px
}

.footer .bottom a {
	padding-left: 15px;
	color: #fff;
	font-size: 14px
}

.footer .index-footer-add {
	display: none
}

.footer .index-footer-add .text {
	padding-right: 120px
}

.footer .index-footer-add .text .t {
	font-size: 18px;
	color: #333;
	line-height: 1
}

.footer .index-footer-add .text p {
	font-size: 14px;
	color: #777;
	padding-bottom: 10px
}

.footer .index-footer-add .qrcode {
	float: right;
	width: 110px
}

.footer .index-footer-add .qrcode img {
	width: 100%
}

.footer.index-footer .footer-add {
	display: none
}

.footer.index-footer .index-footer-add {
	display: block
}

.bg-hover {
	display: none;
	width: 100%;
	height: 100vh;
	background: #333;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9
}

@media screen and (max-width: 1100px) {
	.footer .footer-list {
		width: 100%;
		overflow: hidden;
		float: none
	}

	.footer .footer-list .item {
		float: none;
		overflow: hidden;
		padding-bottom: 20px
	}

	.footer .footer-list .item .t {
		display: inline-block;
		font-size: 16px;
		width: 125px;
		padding-bottom: 0;
		float: left;
		padding-top: 5px;
		line-height: 1
	}

	.footer .footer-list .item .d {
		padding-left: 125px
	}

	.footer .footer-list .item .d dd {
		display: inline-block;
		padding: 3px 10px 3px 0;
		vertical-align: top
	}

	.footer .footer-add {
		float: none;
		width: 100%;
		overflow: hidden;
		padding-bottom: 0
	}
	.footer .code2{
		position: static;
		width: 100%;
		text-align: center;
	}
	.footer .code2 img{
		width: 30%;
		display: inline-block;
	}
	.footer .footer-add .qrcode {
		position: static;
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer .footer-add .qrcode img{
		width: 30%;
		display: inline-block;
		float: none;
	}
	.footer .footer-add .text {
		/*padding-left: 130px;*/
		padding-bottom: 0
	}

	.footer .index-footer-add .qrcode {
		float: left
	}

	.footer .index-footer-add .text {
		padding: 0 0 0 120px
	}
}

@media screen and (max-width: 780px) {
	.footer .top {
		padding: 5% 0
	}

	.footer .top .footer-list .item .t {
		float: none;
		padding-bottom: 5%
	}

	.footer .top .footer-list .item .d {
		padding-left: 0
	}

	.footer .cp {
		display: block;
		padding-right: 0 !important
	}
}

.ar-title {
	font-size: 18px;
	color: #000000;
	padding-top: 40px;
	padding-bottom: 20px;
	line-height: 1
}

@media screen and (max-width: 768px) {
	.ar-title {
		padding-top: 5%;
		padding-bottom: 3%
	}
}

.crumbs {
	font-size: 14px;
	color: #00913a;
	float: right;
	padding-top: 7px;
	margin-top: -80px
}

.crumbs.indep {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 15px;
	float: none;
	text-align: right
}

.crumbs.dl {
	margin-top: -45px
}

.crumbs a {
	color: #00913a !important;
}

.crumbs span {
	padding: 0 5px
}

@media screen and (max-width: 768px) {
	.crumbs {
		margin-top: 0 !important;
		width: 100%;
		float: none;
		padding: 2.5% 0
	}
}

@media screen and (max-width: 640px) {
	.crumbs {
		padding: 5% 0
	}
}

.page-box {
	width: 100%;
	text-align: center
}

.page-box .page {
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	background: #f3f3f3;
	border: 1px solid #b8b8b8;
	text-align: center;
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	border-radius: 5px;
	transition: all 0.1s ease-in-out
}

.page-box .page a {
	color: #888888
}

.page-box .page:hover,.page-box .page.on {
	background: #00913a;
	color: #fff;
	transition: all 0.1s ease-in-out;
	border: 1px solid #00913a
}

.page-box .page:hover a,.page-box .page.on a {
	color: #fff
}

.about-left {
	width: 270px;
	float: left
}

.about-left .top {
	text-align: center;
	line-height: 1;
	color: #ffffff;
	background: #00913a;
	overflow: hidden;
	padding: 20px 0;
	border-radius: 5px 5px 0 0
}

.about-left .top .t {
	font-size: 26px;
	padding-bottom: 5px
}

.about-left .top .b {
	font-size: 16px
}

.about-left .search {
	background: #f3f3f3
}

.about-left .search .wrap {
	padding: 25px 0;
	margin: 0 18px;
	border-bottom: 1px solid #dddddd
}

.about-left .search .l {
	padding-right: 30px
}

.about-left .search .text {
	border: 1px solid #dddddd;
	height: 30px;
	padding: 0 5px;
	box-sizing: border-box
}

.about-left .search .text input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	font-size: 14px
}

.about-left .search .btn {
	width: 30px;
	height: 30px;
	float: right;
	background: url("../img/icon-search.png") no-repeat center #00913a
}

.about-left .search .btn button{
	background: none;
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
}

.about-left .menu {
	background: #f3f3f3;
	border-radius: 0 0 5px 5px;
	overflow: hidden
}

.about-left .menu ul li {
	font-size: 16px;
	color: #555555;
	padding: 0 18px;
	line-height: 1
}

.about-left .menu ul li:hover a.f,.about-left .menu ul li.on a.f {
	color: #00913a;
	transition: all 0.1s ease-in-out
}

.about-left .menu ul li:hover span,.about-left .menu ul li.on span {
	transition: all 0.1s ease-in-out;
	background: url("../img/icon-right-btn-on.png") no-repeat center right
}

.about-left .menu ul li:last-child span {
	border-bottom: none
}

.about-left .menu ul li a {
	color: #555555;
	transition: all 0.1s ease-in-out
}

.about-left .menu ul li span {
	display: block;
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
	background: url("../img/icon-right-btn.png") no-repeat center right;
	transition: all 0.1s ease-in-out
}


.about-left .sub-nav {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	display: none
}

.about-left ul li.on .sub-nav{
	display: block;
}

.about-left .sub-nav.on {
	display: block
}

.about-left .sub-nav dl dd {
	padding: 5px 20px;
	background: url("../img/icon-gk-list.png") no-repeat center left
}

.about-left .sub-nav dl dd:hover a,.about-left .sub-nav dl dd.on a {
	color: #00913a;
	transition: all 0.1s ease-in-out
}

.about-left .sub-nav dl dd a {
	font-size: 14px;
	color: #666666;
	transition: all 0.1s ease-in-out
}

.about-left .link {
	padding-top: 20px;
	display: block
}

.about-left .link img {
	width: 100%
}

.about-right {
	padding-left: 310px
}

.about-title {
	border-bottom: 1px solid #eeeeee;
	line-height: 1;
	margin-bottom: 30px;
	padding-top: 5px
}

.about-title .t {
	display: inline-block;
	margin-bottom: -1px;
	font-size: 24px;
	color: #000000;
	padding-bottom: 20px;
	border-bottom: 3px solid #00913a
}

@media screen and (max-width: 768px) {
	.about-title {
		margin-bottom: 0
	}

	.about-title .t {
		font-size: 18px
	}
}

.about-news-top {
	overflow: hidden
}

.about-news-top .l {
	width: 50%;
	float: left
}

.about-news-top .l img {
	width: 100%;
	overflow: hidden
}

.about-news-top .r {
	width: 50%;
	float: left;
	padding: 30px;
	box-sizing: border-box
}

.about-news-top .r .title {
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px
}

.about-news-top .r .time {
	font-size: 14px;
	color: #999999;
	padding-bottom: 15px
}

.about-news-top .r .desc {
	font-size: 14px;
	color: #666666;
	line-height: 2
}

.about-news-top .r .desc a {
	color: #00913a
}

.about-news-list {
	padding-top: 20px;
	padding-bottom: 30px
}

.about-news-list ul li {
	margin-bottom: 10px;
	height: 120px;
	border: 1px solid #eeeeee
}

.about-news-list ul li:last-child {
	margin-bottom: 0
}

.about-news-list ul li .left {
	/*width: 120px;*/
	height: 100%;
	float: left;
	background: #eeeeee;
	line-height: 1;
	/*padding-left: 25px;*/
	box-sizing: border-box;
	display: table
}

.about-news-list ul li .left .w {
	display: table-cell;
	vertical-align: middle
}

.about-news-list ul li .left .date {
	font-size: 30px;
	color: #00913a;
	padding-bottom: 10px
}

.about-news-list ul li .left .time {
	font-size: 14px;
	color: #555555
}

.about-news-list ul li .center {
	/*margin-left: 120px;*/
	margin-right: 120px;
	padding-left: 20px;
	padding-right: 20px;
	display: table;
	height: 100%
}

.about-news-list ul li .center .w {
	display: table-cell;
	vertical-align: middle
}

.about-news-list ul li .center .title {
	font-size: 16px;
	color: #555555;
	padding-bottom: 5px
}

.about-news-list ul li .center .desc {
	font-size: 14px;
	color: #888888;
	line-height: 2em;
	height: 4em;
	overflow: hidden
}

.about-news-list ul li .right {
	float: right;
	width: 120px;
	height: 100%;
	border-left: 1px solid #eeeeee;
	box-sizing: border-box;
	background: url("../img/about-news-list-more.png") no-repeat center
}

@media screen and (max-width: 1024px) {
	.about-right {
		padding-left: 300px
	}

	.about-news-top .l {
		width: 100%;
		float: none
	}

	.about-news-top .r {
		float: none;
		width: 100%;
		padding: 30px 0 0 0
	}
}

@media screen and (max-width: 768px) {
	.about-left {
		display: none
	}

	.about-right {
		padding-left: 0
	}

	.about-news-top {
		padding-top: 0;
		padding-bottom: 5%
	}

	.about-news-top .r {
		padding-top: 5%
	}

	.about-news-list {
		padding: 0 0 5% 0
	}

	.about-news-list ul li {
		height: auto;
		margin-bottom: 5%
	}

	.about-news-list ul li .left {
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 10px
	}

	.about-news-list ul li .left .date {
		float: left;
		padding-bottom: 0
	}

	.about-news-list ul li .left .time {
		float: left;
		padding-left: 10px;
		padding-top: 5px
	}

	.about-news-list ul li .right {
		display: none
	}

	.about-news-list ul li .center {
		margin: 0;
		padding: 5%
	}
}

.details .top {
	overflow: hidden
}

.details .title {
	font-size: 22px;
	color: #000000;
	padding-bottom: 15px
}

.details .time {
	font-size: 14px;
	color: #bbbbbb;
	float: left;
	padding-top: 8px;
	padding-right: 10px
}

.details .share {
	height: 31px;
	float: left
}

.details .share .bds_weixin {
	margin: 0 5px 0 0;
	padding-left: 0;
	width: 31px;
	height: 31px;
	background: url("../img/icon-share-weixin.jpg") no-repeat center
}

.details .share .bds_tsina {
	margin: 0 5px 0 0;
	padding-left: 0;
	width: 31px;
	height: 31px;
	background: url("../img/icon-share-weibo.jpg") no-repeat center
}

.details .share .bds_sqq {
	margin: 0 5px 0 0;
	padding-left: 0;
	width: 31px;
	height: 31px;
	background: url("../img/icon-share-qq.jpg") no-repeat center
}

.details .content {
	padding-top: 20px
}

.details .content img {
	width: 100%;
	padding-bottom: 15px
}

.details .content .details-page {
	padding-top: 20px
}

.details .content .details-page a {
	box-sizing: border-box;
	padding: 15px 0 15px 30px;
	display: block;
	background: #00913a;
	width: 50%;
	float: left;
	color: #f3f3f3;
	font-size: 14px
}

@media screen and (max-width: 768px) {
	.details {
		padding-top: 0
	}

	.details .content .details-page a {
		width: 100%;
		float: none;
		padding: 5%
	}
}

.gk .pic img {
	width: 100%
}

.gk .gk-list ul li {
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0
}

.gk .gk-list ul li:last-child {
	border-bottom: none
}

.gk .gk-list ul li .top {
	padding-left: 18px;
	font-size: 14px;
	color: #777777;
	background: url("../img/icon-gk-list.png") no-repeat center left
}

.gk .gk-list ul li .bottom {
	padding-top: 15px;
	font-size: 12px;
	color: #777777;
	line-height: 2
}

.remaks .pic {
	overflow: hidden;
	background: #0586d5;
	position: relative
}

.remaks .pic.pb {
	margin-bottom: 25px
}

.remaks .pic.r {
	background: #00913a;
	margin-bottom: 30px
}

.remaks .pic.r .big-item {
	float: right
}

.remaks .pic.r .text-item {
	float: left
}

.remaks .pic .big-item {
	width: 50%;
	float: left
}

.remaks .pic .big-item.r {
	float: right
}

.remaks .pic .big-item img {
	width: 100%
}

.remaks .pic .text-item {
	float: left;
	width: 50%;
	padding-top: 13%;
	box-sizing: border-box
}

.remaks .pic .text-item img {
	width: 100%
}

.remaks .content p.r {
	text-align: right
}

@media screen and (max-width: 768px) {
	.remaks .pic.r {
		margin-bottom: 5%
	}

	.remaks .content p {
		padding-bottom: 5%
	}
}

.business .text {
	font-size: 14px;
	color: #777777;
	line-height: 2
}

.business .business-list ul li {
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee
}

.business .business-list ul li:last-child {
	border-bottom: none
}

.business .business-list ul li .l {
	width: 230px;
	font-size: 16px;
	color: #000000;
	float: left;
	font-weight: bolder
}

.business .business-list ul li .r {
	padding-left: 230px;
	font-size: 14px;
	color: #777777;
	line-height: 2
}

@media screen and (max-width: 768px) {
	.business .business-list ul li {
		padding: 5% 0
	}

	.business .business-list ul li .l {
		width: 100%;
		float: none;
		padding-bottom: 5%
	}

	.business .business-list ul li .r {
		width: 100%;
		padding: 0
	}
}

.history {
	/*padding-top: 50px*/
}

.history .history-list {
	position: relative;
	padding-top: 20px;
	padding-left:13px;
}

.history .history-list .top {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -12px;
	width: 20px;
	height: 20px;
	background: url("../img/history-list-icon-top.png") no-repeat center
}

.history .history-list ul li {
	/*text-align: right;
	padding-right: 50%*/
}

.history .history-list ul li .wrap {
	padding-left: 30px;
	border-left: 3px solid #e4e4e4;
	position: relative;
	padding-bottom: 10px;
}
	/*
.history .history-list ul li.r {

	text-align: left;
	padding-left: 50%;
	padding-right: 0;
	margin-left: -3px

}

.history .history-list ul li.r .wrap {
	padding-left: 30px;
	padding-right: 0;
	border-right: 0;
	border-left: 3px solid #e4e4e4
}

.history .history-list ul li.r .t:before {
	right: auto;
	left: -37.5px
}

.history .history-list ul li.r .d .item:before {
	right: auto;
	left: -44.5px
}
*/
.history .history-list ul li .t {
	font-size: 20px;
	color: #00913a;
	position: relative;
	border-bottom: 1px solid #dadada;
	padding: 15px 0;

	cursor: pointer;
}

.history .history-list ul li .t:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: -44.5px;
	width: 26px;
	height: 26px;
	z-index: 2;
	background: url("../img/history-list-icon-2.png") no-repeat center
}

.history .history-list ul li .d {
	display: none;
	padding-top: 10px;
}

.history .history-list ul li.on .d{
	display: block;
}

.history .history-list ul li .d .item {
	font-size: 14px;
	color: #666666;
	padding: 10px 0;
	position: relative
}

.history .history-list ul li .d .item.h:before {
	/*background: url("../img/history-list-icon-3.png") no-repeat center*/
}

.history .history-list ul li .d .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	/*right: -37.5px;*/
	left: -37.5px;
	width: 12px;
	height: 12px;
	z-index: 2;
	background: url("../img/history-list-icon-1.png") no-repeat center
	/*background: url("../img/history-list-icon-2.png") no-repeat center*/
}

@media screen and (max-width: 640px) {
	.history {
		padding-top: 5%
	}

	.history .history-list .top {
		left: 34px
	}

	.history .history-list ul li {
		padding: 0 0 0 30px
	}

	.history .history-list ul li .wrap {
		width: 100%;
		padding: 0 0 5% 30px;
		border-left: 3px solid #e4e4e4;
		border-right: none;
		text-align: left
	}

	.history .history-list ul li .wrap .t {
		font-size: 18px
	}

	.history .history-list ul li .wrap .t:before {
		left: -37.5px
	}

	.history .history-list ul li .wrap .d {
		padding-top: 2.5%
	}

	.history .history-list ul li .wrap .d .item:before {
		right: auto;
		left: -44.5px
	}

	.history .history-list ul li.r {
		padding: 0 0 0 30px;
		text-align: left;
		margin: 0
	}
}

.culture {
	font-size: 14px;
	color: #777777
}

.culture .culture-pic {
	padding: 0 10%
}

.culture .culture-pic ul li {
	float: left;
	width: 46%;
	padding: 2%
}

.culture .culture-pic ul li img {
	width: 100%
}

@media screen and (max-width: 1024px) {
	.culture .culture-pic ul li {
		width: 100%;
		float: none;
		padding: 0 0 5% 0
	}
}

.aptitude .hidden {
	display: none
}

.aptitude .item.i1 {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 40px
}

.aptitude .item.i2 {
	padding-top: 40px
}

.aptitude .title {
	font-size: 22px;
	color: #00913a;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px
}

.aptitude .title span {
	padding-bottom: 5px;
	border-bottom: 1px solid #00913a
}

.aptitude .more {
	cursor: pointer;
	width: 160px;
	margin: 20px auto 20px auto;
	font-size: 16px;
	color: #008fd9;
	border: 1px solid #008fd9;
	border-radius: 25px;
	padding: 10px 0;
	line-height: 1;
	text-align: center
}

.aptitude-hover {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.aptitude-hover .wrap{
	display: table;
	width: 100%;
	height: 100%;
}
.aptitude-hover .wrap .p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.aptitude-hover .wrap .p img{
	display: inline-block;
	width: 60%;
}

.aptitude ul {
	width: 103%;
	overflow: hidden
}

.aptitude ul li {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	border: 1px solid #eeeeee;
	box-sizing: border-box
}

.aptitude ul li .top {
	width: 100%;
	height: 65px;
	font-size: 18px;
	color: #00913a;
	text-align: center;
	background: #f7f7f7;
	display: table
}

.aptitude ul li .top span {
	display: table-cell;
	vertical-align: middle
}

.aptitude ul li .bottom img {
	width: 100%
}

.aptitude.partners ul {
	width: 102%
}

.aptitude.partners ul li {
	width: 14%;
	margin-right: 2%;
	margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
	.aptitude .item.i1 {
		padding-bottom: 20px
	}

	.aptitude .item.i2 {
		padding-top: 20px
	}

	.aptitude ul {
		width: 100%
	}

	.aptitude ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 5%
	}

	.aptitude.partners ul {
		width: 105%
	}

	.aptitude.partners ul li {
		width: 45%;
		margin-right: 5%;
		float: left
	}
}

.story .top .t {
	font-size: 18px;
	line-height: 1;
	color: #000000;
	font-weight: bolder;
	text-align: center
}

.story .top .logo {
	text-align: center;
	padding: 40px 0
}

.story .top .logo img {
	width: 55%;
	display: inline-block
}

.story .content .item {
	padding-bottom: 60px;
	line-height: 2;
	font-size: 14px;
	color: #777777
}

.story .content .item p {
	padding: 0 20px
}

.story .content .item p.point {
	background: url("../img/icon-gk-list.png") no-repeat left 10px
}

@media screen and (max-width: 640px) {
	.story .top {
		padding-top: 5%
	}

	.story .top .logo {
		padding: 5% 0
	}

	.story .top .logo img {
		width: 90%
	}

	.story .content .item {
		padding-bottom: 8%
	}
}

.knowledge .title {
	font-size: 24px;
	color: #00913a;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1
}

.knowledge .desc {
	line-height: 2;
	font-size: 14px;
	color: #666666
}

.knowledge .desc.b {
	font-weight: bolder
}

.knowledge .desc span {
	font-size: 18px;
	color: #0586d5;
	font-weight: bolder
}

.knowledge .pic-list {
	padding-top: 20px;
	padding-bottom: 50px
}

.knowledge .pic-list:last-child,.knowledge .pic-list.last {
	padding-bottom: 30px
}

.knowledge .pic-list ul {
	width: 102%;
	overflow: hidden
}

.knowledge .pic-list ul li {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%
}

.knowledge .pic-list ul li img {
	width: 100%
}

.knowledge .pic-list ul li .text{
		font-size: 14px;
    color: #666;
    text-align: center;
    padding: 10px 10px;
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;

}

.knowledge .pic-list .hidden {
	display: none
}

.knowledge .more {
	cursor: pointer;
	width: 160px;
	margin: 20px auto 20px auto;
	font-size: 16px;
	color: #008fd9;
	border: 1px solid #008fd9;
	border-radius: 25px;
	padding: 10px 0;
	line-height: 1;
	text-align: center
}

@media screen and (max-width: 768px) {
	.knowledge {
		padding-top: 5%
	}

	.knowledge .pic-list {
		padding-bottom: 5%
	}

	.knowledge .pic-list:last-child,.knowledge .pic-list.last {
		padding-bottom: 3%
	}

	.knowledge .pic-list ul {
		width: 105%
	}

	.knowledge .pic-list ul li {
		width: 45%;
		margin-bottom: 5%;
		margin-right: 5%
	}
}

.hr .title {
	font-size: 22px;
	color: #666666;
	text-align: center;
	line-height: 1;
	padding-bottom: 40px;
	padding-top: 20px
}

.hr .title span {
	padding-bottom: 10px;
	border-bottom: 1px solid #999999
}

.hr .summary {
	overflow: hidden
}

.hr .summary .item {
	text-align: center;
	width: 33.33%;
	height: 200px;
	float: left;
	background: #f3f3f3;
	display: table;
	box-sizing: border-box;
	padding: 0 20px
}

.hr .summary .item.pic {
	padding: 0
}

.hr .summary .item .w {
	display: table-cell;
	vertical-align: middle
}

.hr .summary .item img {
	width: 100%;
	height: auto
}

.hr .summary .item .icon {
	display: inline-block;
	width: 61px;
	height: 44px
}

.hr .summary .item .icon.i1 {
	background: url("../img/icon-hr-summary-01.png") no-repeat center
}

.hr .summary .item .icon.i2 {
	background: url("../img/icon-hr-summary-02.png") no-repeat center
}

.hr .summary .item .icon.i3 {
	background: url("../img/icon-hr-summary-03.png") no-repeat center
}

.hr .summary .item .t {
	line-height: 1;
	font-size: 18px;
	color: #000000;
	padding: 17px 0
}

.hr .summary .item .d {
	font-size: 14px;
	color: #666666;
	line-height: 1.8
}

.hr .content .t {
	font-size: 20px;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 20px
}

.hr .content p {
	font-size: 14px;
	color: #666666;
	line-height: 1.8;
	padding-bottom: 5px
}

.hr .environment-list ul {
	width: 102%
}

.hr .environment-list ul li {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 1%;
	float: left
}

.hr .environment-list ul li .pic img {
	width: 100%
}

.hr .environment-list ul li .text {
	text-align: center;
	font-size: 14px;
	color: #666666;
	height: 50px;
	width: 100%;
	display: table
}

.hr .environment-list ul li .text span {
	display: table-cell;
	vertical-align: middle
}

@media screen and (max-width: 1220px) {
	.hr .summary .item .d {
		font-size: 12px
	}
}

@media screen and (max-width: 1023px) {
	.hr .summary .item {
		width: 50%;
		margin-bottom: 5%
	}
}

@media screen and (max-width: 768px) {
	.hr .summary .item {
		width: 100%;
		margin-bottom: 5%;
		float: none
	}

	.hr .summary .item .d {
		font-size: 14px
	}

	.hr .content .t {
		padding-top: 10px
	}

	.hr .environment-list ul {
		width: 105%
	}

	.hr .environment-list ul li {
		width: 45%;
		margin-right: 5%
	}
}

@media screen and (max-width: 640px) {
	.hr .environment-list ul {
		width: 100%
	}

	.hr .environment-list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 5%
	}
}

.job-list .field {
	overflow: hidden;
	background: #e8e8e8;
	margin-bottom: 10px
}

.job-list .field .f {
	width: 20%;
	height: 100%;
	float: left;
	text-align: center;
	display: table;
	font-size: 14px;
	color: #333333
}

.job-list .field .f span {
	display: table-cell;
	vertical-align: middle
}

.job-list .field .l {
	overflow: hidden;
	height: 70px
}

.job-list .field .r {
	width: 90px;
	float: right
}

.job-list .item {
	margin-bottom: 10px
}

.job-list .item .intro {
	height: 70px;
	background: #f9f9f9;
	overflow: hidden;
	cursor: pointer
}

.job-list .item .intro .f {
	width: 20%;
	height: 100%;
	float: left;
	text-align: center;
	display: table;
	font-size: 14px;
	color: #888888
}

.job-list .item .intro .f span {
	display: table-cell;
	vertical-align: middle
}

.job-list .item .intro .l {
	overflow: hidden;
	height: 70px
}

.job-list .item .intro .r {
	width: 90px;
	height: 100%;
	float: right;
	border-left: 1px solid #ebebeb;
	background: url("../img/about-news-list-more.png") no-repeat center
}

.job-list .item .detail {
	background: #eeeeee;
	padding: 30px;
	display: none
}

.job-list .item .detail .top {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px
}

.job-list .item .detail .top dl {
	overflow: hidden
}

.job-list .item .detail .top dl dd {
	width: 27.5%;
	font-size: 14px;
	color: #666666;
	float: left;
	padding: 5px 0
}

.job-list .item .detail .top dl dd.s {
	width: 22.5%
}

.job-list .item .detail .center {
	padding: 20px 30% 20px 0;
	font-size: 14px;
	color: #666666;
	line-height: 1.7;
	border-bottom: 1px solid #e4e4e4
}

.job-list .item .detail .center .t {
	padding-bottom: 15px;
	font-size: 18px
}

.job-list .item .detail .center p {
	padding-bottom: 5px
}

.job-list .item .detail .bottom {
	padding-top: 30px
}

.job-list .item .detail .bottom .btn {
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #00913a;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer
}

.contact #map {
	width: 60%;
	height: 590px;
	float: left
}

.contact .map-point {
	width: 320px;
	position: relative;
	padding-bottom: 55px
}

.contact .map-point.on .map-text {
	opacity: 1;
	transition: all 0.5s ease-in-out
}

.contact .map-point.on .point {
	transition: all 0.1s ease-in-out;
	background: url("../img/icon-point-on.png") no-repeat center;
	background-size: 100%
}

.contact .map-point .point {
	transition: all 0.1s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: url("../img/icon-point.png") no-repeat center;
	background-size: 100%
}

.contact .map-point .map-text {
	opacity: 0;
	display: table;
	transition: all 0.5s ease-in-out;
	width: 100%;
	height: 180px;
	padding: 0 20px;
	font-size: 12px;
	color: #333333;
	line-height: 1.7;
	background: #fff;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	box-shadow: 2px -2px 7px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	position: relative;
	z-index: 2
}

.contact .map-point .map-text .w {
	display: table-cell;
	vertical-align: middle
}

.contact .map-point .map-text p {
	padding: 2px 0
}

.contact .map-point .map-text p.t {
	font-weight: bolder
}

.contact .map-point .map-text .arrow {
	position: absolute;
	width: 26px;
	height: 16px;
	background: url("../img/arrow.png") no-repeat center;
	bottom: -16px;
	left: 50%;
	margin-left: -5px
}

.contact .map-list {
	width: 40%;
	float: right
}

.contact .map-list ul li {
	background: #1888d2;
	padding: 20px 40px;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	cursor: pointer;
	transition: all 0.1s ease-in-out
}

.contact .map-list ul li:hover,.contact .map-list ul li.on {
	background: #00913a;
	transition: all 0.1s ease-in-out
}

.contact .map-list ul li .t {
	font-size: 20px;
	padding-bottom: 5px
}

@media screen and (max-width: 768px) {
	.contact .map-list ul li {
		padding: 3% 5%
	}

	.contact .map-list ul li .t {
		font-size: 16px
	}
}

@media screen and (max-width: 640px) {
	.contact #map {
		width: 100%;
		float: none
	}

	.contact .map-list {
		width: 100%;
		float: none
	}

	.contact .map-list ul li {
		padding: 3% 5%
	}

	.contact .map-list ul li .t {
		font-size: 16px
	}
}

.search-box {
	background: #fafafa;
	padding: 20px 40px;
	margin-top: 20px
}

.search-box .field {
	width: 70px;
	line-height: 35px;
	font-size: 16px;
	color: #555555;
	float: left
}

.search-box .content {
	/*padding-left: 70px;*/
	padding-right: 90px
}

.search-box .rbtn {
	width: 90px;
	float: left;
}

.search-box .rbtn .btn {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #00913a;
	cursor: pointer;
	outline: none;
	border: none;

}

.search-box .rbtn .btn button{
	background: none;
	border: none;
	outline: none;
	color: #fff;
}

.search-box .input-select {
	width: 45%;
	margin-right: 5%;
	height: 35px;
	border: 1px solid #dddddd;
	position: relative;
	box-sizing: border-box;
	float: left
}

.search-box .input-select .v {
	line-height: 35px;
	color: #555555;
	font-size: 14px;
	margin: 0 15px;
	cursor: pointer;
	background: url("../img/icon-down.png") no-repeat center right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.search-box .input-select .select-menu {
	display: none;
	position: absolute;
	top: 36px;
	width: 100%;
	padding: 15px;
	background: #fff;
	box-sizing: border-box
}

.search-box .input-select .select-menu dl dd {
	font-size: 14px;
	line-height: 1;
	padding: 5px 0;
	cursor: pointer
}

.search-box .input-text {
	width: 45%;
	margin-right: 3%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #dddddd;
	padding: 0 15px;
	box-sizing: border-box;
	float: left
}

.search-box .input-text input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	line-height: 35px;
	font-size: 14px;
	color: #555555
}

.download .tab {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px
}

.download .tab dl {
	overflow: hidden
}

.download .tab dl dd {
	float: left;
	padding-right: 80px
}

.download .tab dl dd.on a,.download .tab dl dd:hover a {
	border-bottom: 3px solid #00913a;
	color: #000000;
	transition: all 0.1s ease-in-out
}

.download .tab dl dd a {
	display: block;
	color: #555555;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 3px solid #fff;
	transition: all 0.1s ease-in-out
}

.download-title {
	font-size: 22px;
	color: #555555;
	padding-bottom: 25px;
}

.download .download-list .field {
	padding-top: 20px;
	overflow: hidden
}

.download .download-list .field .item {
	display: table;
	float: left;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: #00913a;
	text-align: center;
	box-sizing: border-box
}

.download .download-list .field .item span {
	display: table-cell;
	vertical-align: middle
}

.download .download-list .content {
	padding-bottom: 20px
}

.download .download-list .content ul li {
	overflow: hidden
}

.download .download-list .content ul li .item {
	display: table;
	float: left;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box
}

.download .download-list .content ul li .item.t1 {
	border-left: 1px solid #eeeeee
}

.download .download-list .content ul li .item span {
	display: table-cell;
	vertical-align: middle
}

.download .download-list .content ul li .d-btn {
	display: table-cell;
	vertical-align: middle
}

.download .download-list .content ul li .d-btn span {
	display: inline-block;
	color: #555555;
	padding-left: 18px;
	background: url("../img/icon-download.png") no-repeat center left
}

.download .download-list .icon {
	display: inline-block;
	width: 36px;
	height: 100%
}

.download .download-list .icon.xls {
	background: url("../img/icon-xls.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.doc {
	background: url("../img/icon-doc.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.ppt {
	background: url("../img/icon-ppt.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.pdf {
	background: url("../img/icon-pdf.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.jpg {
	background: url("../img/icon-jpg.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.png {
	background: url("../img/icon-png.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.gif {
	background: url("../img/icon-gif.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.mp4 {
	background: url("../img/icon-mp4.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.mov {
	background: url("../img/icon-mov.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.avi {
	background: url("../img/icon-avi.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.mp3 {
	background: url("../img/icon-mp3.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.rar {
	background: url("../img/icon-rar.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.zip {
	background: url("../img/icon-zip.png") no-repeat center;
	background-size:100%;
}

.download .download-list .icon.i7z {
	background: url("../img/icon-7z.png") no-repeat center;
	background-size:100%;
}

.download .download-list .t1 {
	width: 47%;
	text-align: left !important;
	padding: 0 20px;
	box-sizing: border-box
}

.download .download-list .t2 {
	width: 15%
}

.download .download-list .t3 {
	width: 20%
}

.download .download-list .t4 {
	width: 18%
}

@media screen and (max-width: 768px) {
	.search-box {
		margin-top: 0
	}
}

@media screen and (max-width: 640px) {
	.search-box {
		padding: 5%;
		position: relative
	}

	.search-box .field {
		float: none;
		display: none
	}

	.search-box .rbtn {
		float: none;
		position: absolute;
		padding-bottom: 5%;
		bottom: 0
	}

	.search-box .content {
		padding: 0 0 35px 0
	}

	.search-box .content .input-select {
		width: 100%;
		float: none;
		margin: 0 0 5% 0
	}

	.search-box .content .input-text {
		width: 100%;
		margin: 0 0 5% 0;
		float: none
	}

	.download .tab dl dd {
		width: 25%;
		padding-right: 0;
		text-align: center
	}

	.download .tab dl dd a {
		font-size: 14px
	}

	.download .download-list .t1,.download .download-list .t2,.download .download-list .t3,.download .download-list .t4 {
		width: 50%
	}

	.download .download-list .field {
		padding-top: 5%;
		padding-bottom: 5%
	}

	.download .download-list .field .item {
		height: 40px;
		font-size: 14px
	}

	.download .download-list .field .item.t1 {
		text-align: center !important
	}

	.download .download-list .content {
		padding-bottom: 0
	}

	.download .download-list .content .t1 {
		border-top: 1px solid #eeeeee
	}

	.download .download-list .content .t2 {
		border-top: 1px solid #eeeeee
	}

	.download .download-list .content .t3 {
		border-left: 1px solid #eeeeee
	}

	.download .download-list .content ul li {
		margin-bottom: 5%
	}
}

.sitemap {
	overflow: hidden
}

.sitemap a {
	transition: all 0.1s ease-in-out
}

.sitemap a:hover {
	color: #00913a !important
}

.sitemap .item {
	width: 20%;
	float: left
}

.sitemap .t {
	display: block;
	font-weight: bolder;
	line-height: 1;
	font-size: 16px;
	padding: 10px 0 10px 15px;
	background: url("../img/icon_map.jpg") no-repeat center left
}

.sitemap .list {
	line-height: 1
}

.sitemap .list ul li {
	font-size: 14px;
	padding-left: 15px
}

.sitemap .list ul li a {
	display: block;
	color: #222;
	padding: 10px 0;
	font-weight: bolder
}

.sitemap .list ul li dl dd {
	font-size: 12px;
	color: #999;
	padding: 8px 0 8px 0
}

.sitemap .list ul li dl dd a {
	padding: 0;
	color: #666;
	font-weight: normal
}

.sitemap table {
	width: 100%
}

.sitemap table tr th {
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #000000;
	font-size: 16px;
	vertical-align: middle;
	text-align: center
}

.sitemap table tr th a {
	color: #000000
}

.sitemap table tr td {
	border: 1px solid #dddddd;
	vertical-align: middle;
	text-align: left;
	padding-left: 5%;
	height: 50px;
	font-size: 14px;
	color: #555555
}

.sitemap table tr td a {
	color: #555555
}

@media screen and (max-width: 768px) {
	.sitemap .item {
		width: 100%
	}
}

@media screen and (max-width: 640px) {
	.sitemap .t1,.sitemap .t2,.sitemap .t3 {
		width: 33.33%
	}

	.sitemap .t4 {
		width: 0;
		display: none
	}

	.sitemap table tr td {
		padding-left: 2%
	}
}

.guide-tab {
	background: #fafafa;
	margin-top: 30px;
	/*margin-bottom: 10px;*/
	overflow: hidden
}

.guide-tab dl dd {
	float: left;
	font-size: 16px;
	color: #666666;
	width: 100px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	transition: all 0.1s ease-in-out;
	position: relative;
	margin-right: 10px
}

.guide-tab dl dd:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -4.5px;
	width: 9px;
	height: 5px;
	z-index: 2;
	background: url("../img/guide-tab-down.png") no-repeat center;
	opacity: 0;
	transition: all 0.1s ease-in-out
}

.guide-tab dl dd:hover,.guide-tab dl dd.on {
	background: #00913a;
	transition: all 0.1s ease-in-out;
	color: #fff
}

.guide-tab dl dd:hover:before,.guide-tab dl dd.on:before {
	opacity: 1;
	transition: all 0.1s ease-in-out
}

.guide-tab dl dd:hover a,.guide-tab dl dd.on a {
	color: #fff
}

.guide-tab dl dd a {
	color: #666666
}

.guide {
	overflow: hidden
}

.guide .search-box {
	margin-top: 0
}

.guide .search-box .content{
	padding-left: 0;
	padding-right: 0;
}

.guide .search-box .rbtn{
	float: left;
}

.guide .guide-list {
	padding-top: 10px;
	padding-bottom: 30px
}

.guide .guide-list ul li {
	border-bottom: 1px solid #eeeeee;
	padding: 0 10px
}

.guide .guide-list ul li.on .top .t {
	transition: all 0.3s ease-in-out;
	background: url("../img/icon-guide-list-l-on.png") no-repeat left center
}

.guide .guide-list ul li:hover .top .t {
	transition: all 0.3s ease-in-out;
	background: url("../img/icon-guide-list-l-on.png") no-repeat left center
}

.guide .guide-list ul li.on .top .i {
	transition: all 0.1s ease-in-out;
	background: url("../img/icon-guide-list-r-on.png") no-repeat center
}

.guide .guide-list ul li .top {
	width: 100%;
	height: 60px;
	font-size: 14px;
	color: #666666;
	display: table;
	cursor: pointer
}

.guide .guide-list ul li .top .t {
	transition: all 0.3s ease-in-out;
	padding-right: 20px;
	padding-left: 35px;
	display: table-cell;
	vertical-align: middle;
	background: url("../img/icon-guide-list-l.png") no-repeat left center
}

.guide .guide-list ul li .top .i {
	transition: all 0.1s ease-in-out;
	float: right;
	width: 19px;
	height: 100%;
	background: url("../img/icon-guide-list-r.png") no-repeat center
}

.guide .guide-list ul li .top .d {
	font-size: 14px;
	color: #666666;
	float: right;
	display: table;
	height: 100%;
	width: 75px
}

.guide .guide-list ul li .top .d span {
	display: table-cell;
	vertical-align: middle
}

.guide .guide-list ul li .center {
	display: none
}

.guide .guide-video-list {
	padding-top: 30px;
	padding-bottom: 10px
}

.guide .guide-video-list .video-box {
	width: 100%;
	position: relative
}

.guide .guide-video-list .video-box .cover img {
	width: 100%
}

.guide .guide-video-list .video-box .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 0
}

.guide .guide-video-list .video-box video {
	width: 100%;
	height: 100%
}

.guide .guide-video-list ul {
	width: 102%;
	overflow: hidden
}

.guide .guide-video-list ul li {
	width: 31.33%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left

}
.guide .guide-video-list ul li .pic {
	position: relative;
}

.guide .guide-video-list ul li .pic .play{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: url('../img/icon-play.png') no-repeat center;
	background-size: 100%;
}
.guide .guide-video-list ul li .pic img {
	width: 100%
}

.guide .guide-video-list ul li .text {
	font-size: 14px;
	color: #555555;
	height: 70px;
	width: 100%;
	display: table;
	background: #f4f4f4;
	padding: 0 20px;
	box-sizing: border-box
}

.guide .guide-video-list ul li .text span {
	display: table-cell;
	vertical-align: middle
}

@media screen and (max-width: 1024px) {
	.guide .guide-video-list ul li {
		width: 48%
	}
}

@media screen and (max-width: 640px) {
	.guide-tab {
		margin-top: 2%;
		margin-bottom: 5%
	}

	.guide-tab dl dd {
		font-size: 14px;
		height: 40px;
		line-height: 40px
	}

	.guide .guide-video-list {
		padding-top: 5%
	}

	.guide .guide-video-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%
	}
}

.app-list.aggr ul li .text .d {
	border-bottom: none
}

.app-list.aggr ul li .text .d .w {
	height: 10em;
	-webkit-line-clamp: 6
}

.app-list ul {
	padding-bottom: 20px
}

.app-list ul li {
	overflow: hidden;
	padding: 10px 0;
	/*border-bottom: 1px dashed #ddd;*/
	margin-bottom: 20px;
}

.app-list ul li .pic {
	width: 275px;
	float: left
}

.app-list ul li .pic img {
	width: 100%
}

.app-list ul li .text {
	padding-left: 305px
}

.app-list ul li .text .t {
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px
}

.app-list ul li .text .d {
	font-size: 14px;
	color: #777777;
	padding: 15px 0;
	/*border-bottom: 1px solid #eeeeee*/
}

.app-list ul li .text .d .w {
	line-height: 1.7em;
	height: 5.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.app-list ul li .text .point {
	padding-top: 10px
}

.app-list ul li .text .point dl {
	overflow: hidden;
}

.app-list ul li .text .point dl dd {
	width: 50%;
	float: left;
	padding: 0 5px 0 15px;
	margin: 5px 0;
	font-size: 12px;
	color: #777777;
	background: url("../img/icon-gk-list.png") no-repeat center left;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

@media screen and (max-width: 640px) {
	.app-list ul li {
		padding-top: 0;
		padding-bottom: 5%
	}

	.app-list ul li .pic {
		width: 100%;
		float: none;
		padding-bottom: 5%
	}

	.app-list ul li .text {
		padding: 0
	}

	.app-list ul li .text .d .w {
		height: auto;
		-webkit-line-clamp: unset
	}

	.app-list ul li .text .point dl dd {
		width: 100%;
		float: none;
		font-size: 14px
	}
}

.related-list {
	overflow: hidden;
	padding-top: 40px
}

.related-list .tab {
	border-bottom: 1px solid #eeeeee
}

.related-list .tab dl {
	text-align: center
}

.related-list .tab dl dd {
	display: inline-block;
	font-size: 16px;
	color: #555555;
	padding: 0 15px 15px 15px;
	margin: 0 20px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	border-bottom: 3px solid #fff
}

.related-list .tab dl dd:before {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4.5px;
	width: 9px;
	height: 5px;
	z-index: 2;
	background: url("../img/product-list-tab.png") no-repeat center
}

.related-list .tab dl dd.on,.related-list .tab dl dd:hover {
	border-bottom: 3px solid #00913a
}

.related-list .tab dl dd.on:before,.related-list .tab dl dd:hover:before {
	display: block
}

.related-list .item {
	padding: 20px 10px;
	overflow: hidden;
	position: relative;
	display: none
}

.related-list .item.on {
	display: block
}

.related-list .prev {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background: url("../img/product-list-prev.png") no-repeat left 100px #fff;
	z-index: 10
}

.related-list .next {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url("../img/product-list-next.png") no-repeat right 100px #fff;
	z-index: 10
}

.related-list .swiper-slide .pic {
	padding: 0 3%
}

.related-list .swiper-slide .text {
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 10px 10px
}

.related-list img {
	width: 100%
}

.app-detail .top {
	border-bottom: 1px solid #eeeeee
}

.app-detail .top .title {
	font-size: 24px;
	color: #666666
}

.app-detail .top .time {
	font-size: 14px;
	color: #999999;
	padding: 20px 0;
	line-height: 1
}

.app-detail .content {
	padding-top: 30px
}

.app-detail .content .desc {
	font-size: 14px;
	color: #666666;
	padding: 20px;
	background: #f3f3f3;
	line-height: 1.7
}

.app-detail .content .t1 {
	font-size: 22px;
	color: #00913a;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bolder
}

.app-detail .content .t2 {
	font-size: 16px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bolder
}

.app-detail .content p {
	font-size: 14px;
	color: #666666;
	line-height: 1.7
}

.app-detail .content .device-list {
	padding-top: 10px
}

.app-detail .content .device-list ul {
	width: 102%;
	overflow: hidden
}

.app-detail .content .device-list ul li {
	width: 48%;
	float: left;
	margin-right: 2%
}

.app-detail .content .device-list ul li img {
	width: 100%
}

.product {
	padding-bottom: 20px
}

.product .tip-text {
	font-size: 16px;
	padding: 20px 0;
	line-height: 1.8;
  color: #8f8d8e;
}

.product .p-title {
	font-size: 18px;
	color: #000000;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 25px;
	border-bottom: 2px solid #dbdbdb;
	/*font-weight: bolder;*/
	display: block
}

.product .item {
	padding-top: 20px;
	overflow: hidden
}

.product .item .l {
	width: 240px;
	float: left
}

.product .item .l img {
	width: 100%
}

.product .item .r {
	padding-left: 270px;
}

.product .item .r .t {
	font-size: 14px;
	color: #8f8d8e;
	line-height: 1.7em;
	/*height: 3.4em;*/
	overflow: hidden
}

.product .item .r .p {
	padding-top: 5px
}

.product .item .r .p dl {
	overflow: hidden
}

.product .item .r .p dl dd {
	display: table;
	text-align: center;
	width: 150px;
	height: 45px;
	padding: 0 20px;
	line-height: 1.2;
	box-sizing:border-box;
	background: #f5f7fa;
	font-size: 12px;
	border-radius: 25px;
	border: 1px solid #dfdfdf;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%
}

.product .item .r .p dl dd a {
	color: #00913a;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.product .tip-text {
		padding: 5% 0
	}

	.product .item .l {
		width: 100%;
		float: none
	}

	.product .item .r {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-top: 5%
	}

	.product .item .r .t {
		height: auto
	}

	.product .item .r .p {
		padding-top: 5%
	}

	.product .item .r .p dl {
		width: 105%
	}

	.product .item .r .p dl dd {
		width: 45%;
		margin-right: 5%;
		box-sizing: border-box
	}
}

.product-list ul {
	width: 102%
}

.product-list ul li {
	width: 31.3%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left
}

.product-list ul li .pic img {
	width: 100%
}

.product-list ul li .text {
	text-align: center
}

.product-list ul li .text .t {
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px
}

.product-list ul li .text dl {
	display: inline-block
}

.product-list ul li .text dl dd {
	padding: 5px 0;
	font-size: 14px;
	line-height: 1;
	text-align: left
}

.product-list ul li .text dl dd a {
	padding-left: 15px;
	color: #777777;
	background: url("../img/product-left.png") no-repeat left center
}
.product-list ul li .text dl dd a:hover{
	color: #0586d5;
}

@media screen and (max-width: 640px) {
	.product ul,.product-list ul {
		width: 100%
	}

	.product ul li,.product-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%
	}
}

.product-detail .top {
	overflow: hidden
}

.product-detail .top .l {
	width: 400px;
	height: 400px;
	float: left
}

.product-detail .top .l .cover {
	position: relative
}

.product-detail .top .l .cover .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	width: 62px;
	height: 62px;
	background: url("../img/icon-play.png") no-repeat center
}

.product-detail .top .l .cover img {
	width: 100%
}

.product-detail .top .l .video {
	display: none;
	width: 400px;
	height: 400px;
	font-size: 0
}

.product-detail .top .l .video video {
	width: 100%;
	height: 100%
}

.product-detail .top .r {
	padding-left: 400px
}

.product-detail .top .r .w {
	display: table;
	width: 100%;
	height: 400px
}

.product-detail .top .r .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20%;
	width: 100%
}

.product-detail .top .r .t {
	font-size: 16px;
	color: #000000;
	padding-bottom: 20px;
	font-weight: bolder
}

.product-detail .top .r .d {
	font-size: 14px;
	color: #666666
}

.product-detail .top .r .d dl dd {
	padding: 5px 0 5px 20px;
	background: url("../img/icon-gk-list.png") no-repeat left center
}

.product-detail .center .tab {
	overflow: hidden;
	margin: 20px 0;
	background: #f8f9fb
}

.product-detail .center .tab dl dd {
	float: left;
	width: 16.6%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #888888;
	text-align: center;
	cursor: pointer;
	border-top: 4px solid #f8f9fb;
	transition: all 0.1s ease-in-out
}

.product-detail .center .tab dl dd.on,.product-detail .center .tab dl dd:hover {
	font-size: 16px;
	color: #000;
	background: #fff;
	border-top: 4px solid #00913a;
	transition: all 0.1s ease-in-out
}

.product-detail .center .item {
	display: none
}

.product-detail .center .item.on {
	display: block;
	overflow: hidden;
}

.product-detail .center .item .t1 {
	font-size: 16px;
	color: #555555;
	text-align: center;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 20px
}

.product-detail .center .item img {
	width: 100%
}

.product-detail .center .item p {
	font-size: 14px;
	line-height: 1.7;
	color: #888888;
	padding-bottom: 15px
}

.product-detail .detail-pic-list ul {
	width: 102%;
	overflow: hidden
}

.product-detail .detail-pic-list ul li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	border: 1px solid #dadada;
	box-sizing: border-box
}

.product-detail .detail-pic-list ul li .text{
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 0 10px;
	margin: 10px 0;
	overflow: hidden;
	line-height: 1.5em;
	height: 1.5em;
}

.product-detail .detail-pic-list ul li img {
	width: 100%
}
.detail-table1{
	overflow: scroll;
}
.detail-table1 a{
	color: #333;
}

.product-detail .detail-table {
	font-size: 14px;
	line-height: 1.7;
	color: #888888;
	overflow: scroll;

}

.product-detail .detail-table a{
	color: #888888;
}

.product-detail .detail-table table {
	width: 100% !important;
	height: auto !important
}

.product-detail .detail-table table tr th {
	padding: 10px 0;
	border: 1px solid #dadada;
	text-align: center;
	font-weight: bolder
}

.product-detail .detail-table table tr td {
	padding: 10px 0;
	border: 1px solid #dadada;
	text-align: center
}

@media screen and (max-width: 1024px) {
	.product-detail .detail-pic-list ul {
		width: 103%
	}

	.product-detail .detail-pic-list ul li {
		width: 30%;
		margin-right: 3%;
		margin-bottom: 3%
	}
}

@media screen and (max-width: 640px) {
	.product-detail .top .l {
		width: 100%;
		height: auto;
		float: none
	}

	.product-detail .top .l .video {
		width: 100%;
		height: auto
	}

	.product-detail .top .r {
		padding: 0;
		width: 100%;
		height: auto;
		display: block
	}

	.product-detail .top .r .w {
		height: auto
	}

	.product-detail .top .r .text {
		padding: 5%
	}

	.product-detail .center .tab dl dd {
		font-size: 12px
	}

	.product-detail .center .tab dl dd.on,.product-detail .center .tab dl dd:hover {
		font-size: 12px
	}

	.product-detail .detail-pic-list ul {
		width: 105%
	}

	.product-detail .detail-pic-list ul li {
		width: 45%;
		margin-right: 5%;
		margin-bottom: 5%
	}
}

.index-news {
	overflow: hidden;
	padding: 10px 0 20px 0
}

.index-news .item {
	width: 50%;
	float: left;
	overflow: hidden
}

.index-news .item .t {
	display: block;
	font-size: 18px;
	color: #555555;
	line-height: 1;
	padding: 20px 0;
	font-weight: bolder
}

.index-news .item .t .more{
	float: right;
margin-right: 30px;
background: #13903e;
color: #fff;
font-size: 14px;
width: 40px;
height: 25px;
line-height: 25px;
text-align: center;
margin-top: -3px;

}

.index-news .item .pic {
	width: 350px;
	float: left;
	position: relative
}

.index-news .item .pic img {
	width: 100%
}

.index-news .item .list {
	padding-left: 370px;
	padding-right: 20px
}

.index-news .item .list ul li {
	background: url("../img/icon-gk-list.png") no-repeat left 4px;
	padding-left: 15px;
	padding-bottom: 12px
}

.index-news .item .list ul li a {
	font-size: 14px;
	color: #555555;
	line-height: 1em;
	height: 1em;
	overflow: hidden;
	display: block
}
.index-news .item .list ul li .time{
	font-size: 12px;
	color: #555;
	padding-top: 5px;
	overflow: hidden;
}
.index-news .item .list ul li .time span{
	float: left;
}
.index-news .item .list ul li .new{
	width: 35px;
	height: 20px;
	float: left;
	margin-left: 10px;
  background: url(../img/new.png) no-repeat center;
	background-size: 100%;
	margin-top: -3px;
}

@media screen and (max-width: 1024px) {
	.index-news .item {
		width: 100%;
		float: none
	}

	.index-news .item .list {
		padding-right: 0
	}
}

@media screen and (max-width: 640px) {
	.index-news {
		padding-bottom: 2%
	}

	.index-news .item {
		width: 100%;
		float: none
	}

	.index-news .item .pic {
		width: 100%;
		float: none
	}

	.index-news .item .list {
		padding: 0;
		float: none;
		padding-top: 5%
	}
}

.index-title {
	width: 280px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0
}

.index-title .line {
	width: 100%;
	height: 1px;
	background: #dddddd;
	margin-top: -7px
}

.index-title .w {
	display: inline-block;
	overflow: hidden;
	padding: 0 15px;
	background: #fff;
	text-align: center
}

.index-title .z {
	font-size: 20px;
	color: #555555;
	line-height: 1;
	padding-bottom: 10px;
	font-weight: bolder
}

.index-title .e {
	font-size: 14px;
	color: #555555;
	line-height: 1
}

.index-product .container {
	/*overflow: hidden*/
}

.index-product .index-product-list {
	margin-bottom: 40px;
	width: 102%;
	margin-left: -1%;
	/*overflow: hidden;*/
	position: relative;
}
.index-product .index-product-list .hover{

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #fff;
	z-index: 9;
}

.index-product .index-product-list.loaded .hover{
	opacity: 0;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.index-product .index-product-list .prev , .index-product .index-product-list .next{
	display: none;
	position: absolute;
  top: 50%;
  margin-top: -40px;
  left: -30px;
  z-index: 10;
  width: 40px;
  height: 80px;
  background: url("../img/icon-left.png") no-repeat center #333;
  opacity: 0.5;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

}

.index-product .index-product-list.loaded .prev , .index-product .index-product-list.loaded .next{
	display: block;
}

.index-product .index-product-list .next{

	left: auto;
  right: -30px;
  background: url("../img/icon-right.png") no-repeat center #333;
  background-size: 100%;

}

.index-product .index-product-list .prev:hover , .index-product .index-product-list .next:hover{
	opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.index-product .index-product-list .w {
	padding: 0 2%
}

.index-product .index-product-list .pic img {
	width: 100%
}

.index-product .index-product-list .text {
	text-align: center
}

.index-product .index-product-list .text .t {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	padding-bottom: 10px;
	padding-top: 20px
}

.index-product .index-product-list .text .d {
	font-size: 12px;
	color: #999999
}

.index-app {
	padding-bottom: 40px
}

.index-app .tab ul {
	overflow: hidden
}

.index-app .tab ul li {
	text-align: center;
	width: 11%;
	height: 104px;
	float: left;
	cursor: pointer;
	background: none;
	transition: all 0.1s ease-in-out
}

.index-app .tab ul li .w {
	padding-top: 13px;
	height: 81px;
	background: #979797;
	transition: all 0.1s ease-in-out
}

.index-app .tab ul li.on {
	width: 12%;
	background: #979797;
	background: url("../img/index-app-tab-bg.png") no-repeat center bottom;
	transition: all 0.1s ease-in-out
}

.index-app .tab ul li.on .w {
	background: none;
	transition: all 0.1s ease-in-out
}

.index-app .tab ul li .icon {
	display: inline-block;
	width: 100%;
	height: 40px
}
.index-app .tab ul li.more a{
	font-size: 14px;
	color: #ffffff;
	line-height: 65px;
}

.index-app .tab ul li .icon.i1 {
	background: url("../img/index-app-tab-01.png") no-repeat center
}

.index-app .tab ul li .icon.i2 {
	background: url("../img/index-app-tab-02.png") no-repeat center
}

.index-app .tab ul li .icon.i3 {
	background: url("../img/index-app-tab-03.png") no-repeat center
}

.index-app .tab ul li .icon.i4 {
	background: url("../img/index-app-tab-04.png") no-repeat center
}

.index-app .tab ul li .icon.i5 {
	background: url("../img/index-app-tab-05.png") no-repeat center
}

.index-app .tab ul li .icon.i6 {
	background: url("../img/index-app-tab-06.png") no-repeat center
}

.index-app .tab ul li .icon.i7 {
	background: url("../img/index-app-tab-07.png") no-repeat center
}

.index-app .tab ul li .icon.i8 {
	background: url("../img/index-app-tab-08.png") no-repeat center
}

.index-app .tab ul li .t {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	padding-top: 3px
}

.index-app .item {
	display: none;
	padding-top: 20px;
	overflow: hidden
}

.index-app .item.on {
	display: block
}

.index-app .item .pic {
	width: 535px;
	float: left
}

.index-app .item .pic img {
	width: 100%
}

.index-app .item .data {
	padding-left: 560px
}

.index-app .item .data ul {
	overflow: hidden
}

.index-app .item .data ul li {
	padding-top: 10px;
	padding-bottom: 20px
}

.index-app .item .data ul li .t {
	font-size: 16px;
	color: #555555;
	padding-bottom: 10px
}

.index-app .item .data ul li .d {
	font-size: 14px;
	color: #777777;
	line-height: 1.8em;
	height: 3.6em;
	overflow: hidden
}

.index-app .item .data .more {
	margin-top: 30px;
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #666666;
	border: 1px solid #d6d4d4;
	border-radius: 25px;
	text-align: center
}

@media screen and (max-width: 768px) {
	.index-app .tab ul li {
		height: 70px
	}

	.index-app .tab ul li .w {
		height: 47px
	}

	.index-app .tab ul li .icon {
		height: 20px;
		background-size: auto 100% !important
	}

	.index-app .tab ul li .t {
		font-size: 12px
	}
	.index-app .tab ul li.more a{
		line-height: 38px;
	}
	.index-app .item .pic {
		width: 100%;
		float: none
	}

	.index-app .item .data {
		width: 100%;
		float: none;
		padding: 10px 0 0 0
	}

	.index-app .item .data .more {
		margin-top: 10px
	}
}

@media screen and (max-width: 640px) {
	.index-app {
		padding-bottom: 2%
	}

	.index-app .tab ul li {
		width: 25%;
		margin-bottom: 2%
	}

	.index-app .tab ul li.on {
		width: 25%
	}

	.index-app .item .data .more {
		width: 95%;
		margin: 0 auto;
		float: none
	}
}

.suspend {
	width: 40px;
	height: 198px;
	position: fixed;
	top: 200px;
	right: 0;
	overflow: hidden;
	z-index: 9999
}

.suspend dl {
	width: 120px;
	height: 198px;
	border-radius: 25px 0 0 25px;
	padding-left: 40px;
	box-shadow: 0 0 5px #e4e8ec
}

.suspend dl dt {
	width: 40px;
	height: 198px;
	background: url("../img/suspend.png");
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer
}

.suspend dl dd.suspendQQ {
	width: 120px;
	height: 85px;
	background: #ffffff
}

.suspend dl dd.suspendQQ a {
	width: 120px;
	height: 85px;
	display: block;
	background: url("../img/suspend.png") -40px 0;
	overflow: hidden
}

.suspend dl dd.suspendTel {
	width: 120px;
	height: 112px;
	background: #ffffff;
	border-top: 1px solid #e4e8ec
}

.suspend dl dd.suspendTel a {
	width: 120px;
	height: 112px;
	display: block;
	background: url("../img/suspend.png") -40px -86px;
	overflow: hidden
}

.video-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(0,0,0,0.8);
	text-align: center
}

.video-box #my-video {
	display: inline-block
}

.video-box .wrap {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative
}

.video-box .v {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 0 20%;
	box-sizing: border-box
}

.video-box .close {
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	position: absolute;
	background: url("../img/icon-close.png") no-repeat center
}

.video-btn .play {
	position: absolute;
	width: 62px;
	height: 62px;
	left: 50%;
	top: 50%;
	margin-left: -30.5px;
	margin-top: -30.5px;
	background: url("../img/icon-play.png") no-repeat center;
	opacity: 0.8;
	transition: all 0.1s ease-in-out;
	cursor: pointer
}

.video-btn .play:hover {
	opacity: 1;
	transition: all 0.1s ease-in-out
}

@media screen and (max-width: 640px) {
	.video-box .v {
		padding: 0
	}
}

.sub-tab {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px
}

.sub-tab dl {
	overflow: hidden
}

.sub-tab dl dd {
	float: left;
	padding-right: 40px
}

.sub-tab dl dd.on a,.sub-tab dl dd:hover a {
	border-bottom: 3px solid #00913a;
	color: #000000;
	transition: all 0.1s ease-in-out
}

.sub-tab dl dd a {
	display: block;
	color: #555555;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 3px solid #fff;
	transition: all 0.1s ease-in-out
}

@media screen and (max-width: 640px) {
	.sub-tab {
		margin-bottom: 0
	}

	.sub-tab dl {
		display: flex
	}
}

.shop .item {
	padding-bottom: 40px
}

.shop .item .pic {
	padding: 40px 0;
	text-align: center;
	overflow: hidden;
	text-align: center;
}

.shop .item .pic img {
	display: inline-block
}

.shop .item .pic .big{
	display: inline-block;
}
.shop .item .pic .big img{
	height: 150px;
	width: auto;
}

.shop .item .pic .small{
	display: inline-block;
	padding-left: 30px;
}

.shop .item .pic .small .text{
	    letter-spacing: 6px;
}

.shop .item .t {
	font-size: 18px;
	color: #000000;
	padding-bottom: 20px
}

.shop .item .d p {
	font-size: 14px;
	color: #777777;
	line-height: 1.7
}

@media screen and (max-width: 640px) {
	.shop .pic img {
		width: 50%
	}
}

.search-main {
	margin-top: 30px;
	background: #fafafa
}

.search-main .wrap {
	padding: 5%;
	overflow: hidden
}

.search-main .text {
	overflow: hidden
}

.search-text {
	float: left;
	width: 420px;
	height: 40px;
	padding: 0 5px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ss_btn {
	width: 100px;
	height: 40px;
	background: #00913a;
	color: #fff;
	border: none;
	margin-left: 20px;
	outline: none
}

.search-text .typetoSInput {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	color: #333333
}

.search-main .tip {
	padding-top: 20px;
	line-height: 1;
	font-size: 14px;
	color: #666666
}

.search-list {
	margin-bottom: 30px;
	margin-top: 10px;
	background: #fafafa
}

.search-list .wrap {
	padding: 5%
}

.search-list ul li {
	padding: 25px 0;
	border-top: 1px solid #dddddd
}

.search-list ul li .title {
	font-size: 18px;
	color: #000000
}

.search-list ul li .desc {
	font-size: 14px;
	color: #333333;
	line-height: 2;
	padding: 15px 0
}

@media screen and (max-width: 640px) {
	.search-text {
		width: 100%;
		box-sizing: border-box
	}

	.ss_btn {
		margin-left: 0;
		margin-top: 5%
	}
}

.detail-download .pdf{width:30px;height:30px;display:inline-block;background:url("../img/icon-pdf.png") no-repeat center;background-size:100%}.detail-download table{width:100%}.detail-download table th{background:#00913a;color:#fff;font-size:14px;text-align:center;padding:10px 0}.detail-download table td{padding:10px 0;font-size:14px;color:#888;text-align:center;border-bottom:1px solid #dadada}

.detail-download .rar{width:30px;height:30px;display:inline-block;background:url("../img/icon-rar.png") no-repeat center;background-size:100%}

.detail-download .jpg{width:30px;height:30px;display:inline-block;background:url("../img/icon-jpg.png") no-repeat center;background-size:100%}

.product-detail .it2 ul li{
	    padding: 5px 0 5px 20px;
			background: url("../img/icon-gk-list2.png") no-repeat left center;
}
.product-detail .it3 ul li{
	    padding: 5px 0 5px 20px;
			background: url("../img/icon-gk-list2.png") no-repeat left center;
}

.download-list2{
	padding-top: 20px;
	padding-bottom: 40px;
}

.download-list2 table{
	width: 100%;
}

.download-list2 table th{
	height: 50px;
	background: #00913a;
	color: #fff;
	text-align: center;
}

.download-list2 table td{
	border: 1px solid #eeeeee;
	color: #666666;
	height: 40px;
	text-align: center;
}
.download-list2 table td a{
	color: #666666;
}

.download-list2 .icon {
	display: inline-block;
	width: 36px;
	height: 50px;
	cursor: pointer;
}

.download-list2 .icon.xls {
	background: url("../img/icon-xls.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.doc {
	background: url("../img/icon-doc.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.ppt {
	background: url("../img/icon-ppt.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.pdf {
	background: url("../img/icon-pdf.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.jpg {
	background: url("../img/icon-jpg.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.png {
	background: url("../img/icon-png.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.gif {
	background: url("../img/icon-gif.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.mp4 {
	background: url("../img/icon-mp4.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.mov {
	background: url("../img/icon-mov.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.avi {
	background: url("../img/icon-avi.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.mp3 {
	background: url("../img/icon-mp3.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.rar {
	background: url("../img/icon-rar.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.zip {
	background: url("../img/icon-zip.png") no-repeat center;
	background-size:100%;
}

.download-list2 .icon.i7z {
	background: url("../img/icon-7z.png") no-repeat center;
	background-size:100%;
}
.xingyeyingyongguanli{
	text-align: center;
}
.application{
	text-align: center;
}

.sub-banner .product{
	padding-left: 10%;
}
.s-scroll{
	overflow: scroll;
}

.sy_top_soso {float: right; margin-top: 20px;}
.sy_top_soso input {border:#ddd 1px solid; background: none; height: 28px;}
.sy_top_soso button { background: #00913a; border: none; color: #FFF; padding: 7px; font-size: 14px; line-height: 100%; border-radius: 0 3px 3px 0}

@media screen and (max-width: 1024px)
{
.sy_top_soso { display: none; }
}
@media screen and (max-width: 2024px)
{

}




