/****/

* {
	margin: 0;
	padding: 0;
	transition: background-color .4s, opacity .4s, border-color .4s;
	-webkit-transition: background-color .4s, opacity .4s, border-color .2s;
}

body {
	color: #333;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	font: 14px/2 "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	background: #fff;
}

ul,
li {
	list-style-type: none;
}

input,
button,
select,
textarea {
	outline: none;
	resize: none;
	font: 14px/2 "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	background: none;
	color: #999;
	text-indent: 5px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

small,
i,
em {
	font-style: normal;
}

table {
	border-color: #e5e5e5;
	width: 100%!important;
	border-collapse: collapse;
}

td,
th {
	border-color: #e5e5e5;
	padding: 10px;
}

hr {
	height: 1px;
	border: none;
	background-color: #efefef;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #029044;
}

.hide,
.ad h4,
.ad p,
.ad em {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb_15 {
	margin-bottom: 15px;
}

.mt_15 {
	margin-top: 15px;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.main {
	height: auto;
	overflow: hidden;
}

.container {
	width: 100%;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}


/*头部+导航*/




/*搜索*/

.searchformzone {
	width: 360px;
	height: 40px;
	margin-top: 15px;
}

.search .searchform {
	width: 318px;
	height: 40px;
	float: left;
}

.search .input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px #e5e5e5 solid;
	border-right: none;
	text-indent: 10px;
}

.search .search_submit {
	float: left;
	border: 1px #e5e5e5 solid
}

.search .search_submit a {
	width: 38px;
	height: 38px;
	display: block;
	background: url(../images/search.png) no-repeat center center;
}


/*=======================首页部分start=======================*/

.t {
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

.t h4 {
	font-size: 34px;
}

.t p {
	display: block;
	width: 70%;
	margin: 0 auto;
	color: #999;
	font-size: 16px;
	border-top: 1px #f1f1f1 solid;
	line-height: 45px;
}

.t:after {
	content: '';
	position: absolute;
	width: 120px;
	height: 2px;
	background: #029044;
	left: 50%;
	margin-left: -60px;
	bottom: 60px;
}


/*banner*/

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #e3e8ee url(../images/loading.gif) 50% no-repeat;
}

.banner .slides {
	position: relative;
	z-index: 1;
}

.banner .slides li {
	display: none;
}

.banner .slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.banner .slides li img {
	width: 100%;
}

.flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav .flex-active {
	background: rgba(255, 255, 255, 1);
	width: 25px;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next.png) center center no-repeat;
}

.flex-control-nav li {
	height: 12px;
	margin: 0 3px;
	display: inline-block;
}

.flex-control-nav li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	background: rgba(255, 255, 255, .5);
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


/*解决方案*/

.index_sol {
	background: #f8f8f8;
}

.index_sol .list {
	width: 1220px;
	padding-bottom: 20px;
}

.index_sol .ad {
	width: 385px;
	float: left;
	background: #fff;
	margin: 0 20px 20px 0;
	text-align: center;
}

.index_sol .ad h4 {
	display: block;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 6px;
}

.index_sol .ad span {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.index_sol .ad img {
	width: 100%;
	height: 300px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.index_sol .ad:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.index_sol .ad p {
	display: block;
	color: #9e9e9e;
	padding: 0 30px 0;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.index_sol .ad em {
	display: inline-block;
	width: 120px;
	color: #999;
	border: 1px #e5e5e5 solid;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.index_sol .ad:hover em {
	color: #029044;
	border-color: #029044;
}


/*行业应用*/

.index_app {
	padding-bottom: 40px;
}

.index_app .tabs {
	width: 230px;
	overflow: hidden;
	margin-bottom: 14px;
}

.index_app .tabs li {
	border: 1px #d8d8d8 solid;
	margin-bottom: 4px;
	background-image: -moz-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
}

.index_app .tabs a {
	font-size: 20px;
	font-weight: bold;
	padding: 28px 10px 28px 86px;
	line-height: 30px;
	display: block;
	background-position: 30px center;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.index_app .tabs a b {
	font-weight: normal;
	font-size: 12px;
	display: block;
	line-height: 18px;
}

.index_app .tabs .thistab {
	color: #fff;
	border-color: #05993c;
	background-image: -moz-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
}

.index_app .tabs .thistab a {
	color: #fff;
}

.index_app .tabs li:nth-child(1) a {
	background-image: url(../images/a1.png);
}

.index_app .tabs li:nth-child(2) a {
	background-image: url(../images/a2.png);
}

.index_app .tabs li:nth-child(3) a {
	background-image: url(../images/a3.png);
}

.index_app .tabs li:nth-child(4) a {
	background-image: url(../images/a4.png);
}

.index_app .tabs li:nth-child(5) a {
	background-image: url(../images/a5.png);
}

.index_app .tabs li:nth-child(6) a {
	background-image: url(../images/a6.png);
}

.index_app .tabs li:nth-child(7) a {
	background-image: url(../images/a7.png);
}

.index_app .tabs li:nth-child(1).thistab a {
	background-image: url(../images/a1h.png);
}

.index_app .tabs li:nth-child(2).thistab a {
	background-image: url(../images/a2h.png);
}

.index_app .tabs li:nth-child(3).thistab a {
	background-image: url(../images/a3h.png);
}

.index_app .tabs li:nth-child(4).thistab a {
	background-image: url(../images/a4h.png);
}

.index_app .tabs li:nth-child(5).thistab a {
	background-image: url(../images/a5h.png);
}

.index_app .tabs li:nth-child(6).thistab a {
	background-image: url(../images/a6h.png);
}

.index_app .tabs li:nth-child(7).thistab a {
	background-image: url(../images/a7h.png);
}

.index_app .tab_conbox {
	width: 950px;
	overflow: hidden;
}

.index_app .tab_conbox>li {
	display: none;
}

.index_app .tab_conbox li .item {
	background: #f8f8f8;
	overflow: hidden;
	padding: 20px;
}

.index_app .tab_conbox li .item span {
	display: block;
	overflow: hidden;
}

.index_app .tab_conbox li .item img {
	width: 100%;
	height: 500px;
}

.index_app .tab_conbox li .item:nth-child(1) em {
	display: none;
}

.index_app .tab_conbox li .item h4 {
	width: 100%;
	line-height: 55px;
	font-size: 16px;
	border-bottom: 1px #d2d2d2 dashed;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index_app .tab_conbox li .item .desc {
	width: 100%;
	height: 160px;
	padding-top: 10px;
	font-size: 12px;
	overflow: hidden;
	line-height: 25px;
	color: #515151
}

.index_app .tab_conbox li .item .desc br:first-child {
	display: none;
}


/*横幅广告*/

.index_ad img {
	width: 100%;
}


/*8大优势*/

.index_adv {
	background: url(../images/adv.jpg) repeat center top;
	background-size: 100%;
	padding-bottom: 56px;
}

.index_adv .t em {
	font-size: 50px;
}

.index_adv .t b {
	font-size: 50px;
	color: #03a54e;
}

.index_adv .tabs {
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-image: -moz-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
}

.index_adv .tabs li {
	display: block;
	float: left;
}

.index_adv .tabs li a {
	display: block;
	border: 1px #d8d8d8 solid;
	width: 148px;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 26px;
	color: #029044;
}

.index_adv .tabs li a b {
	display: inline-block;
	border: 1px #029044 solid;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 18px;
	float: left;
	line-height: 36px;
	margin: 20px 10px 0 22px;
	font-weight: normal;
}

.index_adv .tabs li.thistab a {
	color: #fff;
	border-color: #05993c;
	background-image: -moz-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
}

.index_adv .tabs li.thistab a b {
	border-color: #fff;
}

.index_adv .tab_conbox {
	background: #f8f8f8;
	border: 1px #e5e5e5 solid;
	width: 1098px;
	padding: 50px;
	overflow: hidden;
}

.index_adv .tab_conbox li {
	display: none;
	line-height: 33px;
	min-height: 370px;
	font-size: 16px;
}

.index_adv .tab_conbox li tr,
.index_adv .tab_conbox li td {
	border: none;
}

.index_adv .tab_conbox li img {
	float: right;
}

.index_adv .tab_conbox li a {
	display: inline-block;
	color: #029044;
	border: 1px #029044 solid;
	border-radius: 20px;
	line-height: 40px;
	padding: 0 30px;
	margin-top: 30px;
}

.index_adv .tab_conbox li a:hover {
	background: #029044;
	color: #fff;
}


/*客户见证*/

.index_cus .list {
	padding-bottom: 30px;
}

.index_cus .list .tabs {
	width: 1053px;
	overflow: hidden;
}

.index_cus .list .tabs li {
	display: block;
	float: left;
	margin-right: 9px;
}

.index_cus .list .tabs li a,
.index_cus .list .more_cus a {
	display: block;
	width: 252px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	border: 1px #d8d8d8 solid;
	background-image: -moz-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
}

.index_cus .list .tabs li.thistab a,
.index_cus .list .more_cus a:hover {
	border-color: #05993c;
	color: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
}

.index_cus .list .more_cus {
	float: right;
}

.index_cus .list .more_cus a {
	width: 145px;
}

.index_cus .list .tab_conbox {
	background: #f8f8f8;
	margin-top: 25px;
}

.index_cus .list .tab_conbox a {
	display: block;
	overflow: hidden;
}

.index_cus .list .tab_conbox .image {
	width: 830px;
	height: 520px;
	display: block;
	float: left;
}

.index_cus .list .tab_conbox img {
	width: 100%;
	height: 100%;
}

.index_cus .list .tab_conbox .news_t {
	font-size: 26px;
	font-weight: normal;
	float: right;
	width: 280px;
	padding: 60px 40px 10px 0;
	line-height: 40px;
	color: #333
}

.index_cus .list .tab_conbox .desc {
	float: right;
	width: 280px;
	padding: 0 40px 0 0;
	overflow: hidden;
	color: #666
}

.index_cus .list .tab_conbox .more {
	display: block;
	width: 125px;
	text-align: center;
	line-height: 36px;
	margin: 30px 190px 0 0;
	float: right;
	border: 1px #029044 solid;
	color: #029044;
	border-radius: 18px;
}

.index_cus .list .tab_conbox .more:hover {
	background: #029044;
	color: #fff;
}


/*关于*/

.index_about {
	background: url(../images/adv.jpg) repeat center top;
	background-size: 100%;
	padding-bottom: 20px;
}

.index_about .about {
	background: #fff;
	padding: 20px;
}

.index_about .about .name {
	width: 480px;
}

.index_about .about .name h4 {
	font-size: 24px;
	padding-top: 20px;
}

.index_about .about .name p {
	color: #a3a3a3;
	padding-bottom: 20px;
	border-bottom: 1px #e5e5e5 solid;
}

.index_about .about a {
	display: block;
	min-height: 245px;
}

.index_about .about a span {
	display: block;
	float: right;
	width: 610px;
	height: 360px;
	overflow: hidden;
	margin-top: -117px;
	box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1)
}

.index_about .about a span img {
	width: 100%;
}

.index_about .about a p {
	display: block;
	line-height: 30px;
	color: #666;
	width: 480px;
	padding-top: 20px;
}

.index_about .about a em {
	display: block;
	width: 120px;
	line-height: 30px;
	text-align: center;
	border: 1px #e5e5e5 solid;
	color: #999;
	margin-top: 10px;
}

.index_about .about a em:hover {
	background: #029044;
	color: #fff;
}


/* 首页视频 */

.index_video {
	background: #f9f9f9;
}

.index_video .list {
	height: 900px;
	background: url(../images/shili.png) no-repeat center top;
}

.index_video .vi {
	width: 778px;
	height: 485px;
	margin: 60px 0 0 60px;
	background: #000;
	overflow: hidden;
}

.index_video .vi video {
	width: 100%;
	height: 485px;
}

.index_video .ne {
	width: 280px;
	overflow: hidden;
	margin: 60px 60px 0 0;
}

.index_video .ne .item {
	width: 280px;
	height: 150px;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
}

.index_video .ne .item a {
	display: block;
	border: 1px #dedee0 solid;
}

.index_video .ne .item a:hover {
	border-color: #000;
}

.index_video .ne .item img {
	width: 100%;
	height: 100%;
}

.index_video .ne .item .desc {
	display: none
}

.index_video .ne .item .news_t {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 35px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index_pics {
	background: #f8f8f8;
}

.index_pics .ab_img .tabs {
	margin-bottom: 35px;
	text-align: center;
}

.index_pics .ab_img .tabs li {
	display: inline-block;
	margin: 0 10px;
}

.index_pics .ab_img .tabs li a {
	display: block;
	padding: 2px 15px;
	color: #666;
	font-size: 26px;
	font-weight: bold;
	background-image: -moz-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.index_pics .ab_img .tabs li a:hover,
.index_pics .ab_img .tabs li.thistab a {
	color: #029044;
}

.index_pics .ab_img .tab_conbox {
	padding-bottom: 30px;
}

.index_pics .ab_img .tab_conbox a p,
.index_pics .ab_img .tab_conbox a em {
	display: none;
}

.index_pics .ab_img .tab_conbox li {
	width: 106%;
	display: none;
}

.index_pics .ab_img .tab_conbox h4 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 50px;
}

.index_pics .ab_img .tab_conbox .item {
	width: 278px;
	float: left;
	margin: 0 8px 8px 0;
	background: rgba(255, 255, 255, .9);
	padding: 8px 8px 0;
}

.index_pics .ab_img .tab_conbox a {
	display: block;
	overflow: hidden;
	cursor: default;
}

.index_pics .ab_img .tab_conbox a img {
	width: 100%;
}

.st {
	display: block;
	border-bottom: 1px #e5e5e5 solid;
	line-height: 50px;
	margin: 20px 0 20px;
}

.st span {
	display: inline-block;
	border-bottom: 1px #029044 solid;
	margin-bottom: -1px;
	font-weight: bold;
	font-size: 16px;
	color: #029044;
}

.st a {
	float: right;
	color: #999
}

.st a:hover {
	color: #029044;
}

.links {
	padding-bottom: 20px;
}

.links a {
	display: inline-block;
	margin-right: 20px;
}


/*新闻*/

.index_news {
	padding: 40px 0 0;
	background: url(../images/news.jpg) repeat-x center top;
	background-size: 100% 340px;
}

.index_news .nt {
	border-bottom: 1px #e5e5e5 solid;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.index_news .nt i {
	color: #999;
	font-weight: normal;
	font-size: 14px;
	padding-left: 5px;
}

.index_news .nt a {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

.index_news .nt a:hover,
.index_news .nt b {
	color: #029044;
}

.index_news .news {
	width: 345px;
	height: 426px;
	background: #fff;
	padding: 0 20px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
}

.index_news .indu {
	margin: 0 20px;
	background: #fff;
	padding: 0 20px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
}

.index_news .qa {
	width: 350px;
	height: 426px;
	background: #fff;
	padding: 0 20px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
}

.index_news .image,
.index_news .news .desc {
	display: none;
}

.index_news .news h4 {
	font-weight: normal;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/news_dot.png) no-repeat left center;
}

.index_news .news .item:first-child .image {
	display: block;
	border: 1px #e5e5e5 solid;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}

.index_news .news .item:first-child .image img {
	width: 100%;
	margin-top: -12%;
}

.index_news .qa .item {
	padding: 0 0 25px 35px;
	background: url(../images/qa.png) no-repeat left 5px;
}

.index_news .qa h4 {
	line-height: 34px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index_news .qa .desc {
	color: #999;
	padding-top: 5px;
	line-height: 26px;
	height: 50px;
	overflow: hidden;
}

video {
	background: #000;
}


/*快速通道*/

.index_fast table {
	width: 100%;
}

.index_fast tr,
.index_fast td {
	border: none;
}

.index_fast a {
	color: #999;
}

.index_fast a:hover {
	color: #029044;
}

.index_fast td {
	padding: 0;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* display none until init */

.owl-carousel {
	display: none;
	padding: 0;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 32%;
	width: 58px;
	height: 58px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	_display: none;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	color: #666;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	background: #029044 url(../images/l.png) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	background: #029044 url(../images/r.png) no-repeat center center;
}

.bg_gray {
	background-image: -moz-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214, 214, 214) 0%, rgb(235, 235, 235) 21%, rgb(255, 255, 255) 51%, rgb(214, 214, 214) 100%);
}


/*=======================首页部分end=======================*/


/*底部*/




/*友链*/

.links_box {
	position: relative;
}

.links_box:hover .link_list {
	display: block;
}

.links_box .link {
	display: block;
	height: 30px;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-top: 13px;
	border: 1px #cecece solid;
}

.links_box .link_list {
	position: absolute;
	bottom: 31px;
	border: 1px #cecece solid;
	background: #e8e8e8;
}

.links_box .link_list a {
	display: block;
	padding: 0 20px;
	line-height: 30px;
	min-width: 70px;
}

.links_box .link_list a:hover {
	color: #029044;
}


/*404*/

.error {
	width: 440px;
	height: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -220px;
	top: 50%;
	margin-top: -160px;
}

.error_img {
	margin: -40px auto 0;
	width: 220px;
}

.error a {
	width: 100px;
	display: block;
	margin: 0 auto;
	background: #029044;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/*标签样式*/

.tags {}

.tags ul {
	position: absolute;
	z-index: 100;
	width: 720px;
	margin-top: 10px;
}

.tags li {
	float: left;
	list-style: none;
}

.tags a {
	display: block;
	color: #bdbdbd;
	height: 16px;
	font-size: 12px;
	float: left;
	text-align: center;
	background-color: #68696D;
	padding: 3px 10px;
	margin: 5px 4px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	line-height: 16px;
}

.tags a:hover {
	text-decoration: none;
	background-color: #68696D;
	color: #fff;
}


/*=======================内页部分start=======================*/


/*内页banner*/

.page_banner {
	position: relative;
	width: 2560px;
	left: 50%;
	margin: 0 auto 0 -1280px;
	text-align: center;
	height: auto;
	overflow: hidden;
	background: #eee;
}

.page_banner a {
	cursor: default;
}


/*左侧*/

#left {
	width: 220px;
	float: left;
	padding: 10px;
	background: #fff;
}

#left h2 {
	font-size: 20px;
	padding-left: 20px;
	line-height: 70px;
	background: #e71f20;
	border: 1px #e71f20 solid;
	color: #fff;
	background:#e71f20;

}

.side_menu ul ul {
	display: none;
}

.side_menu li {
	position: relative;
}

.side_menu em {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	right: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.side_menu em.inactive {
	background: url(../images/arr_d.png) no-repeat center center;
}

.side_menu em.active {
	background: url(../images/arr_u.png) no-repeat center center;
}

.side_menu a {
	display: block;
	line-height: 50px;
}

.side_menu a:hover,
.side_menu a.category_active {
	background: #fff;
	color: #029044;
}

.side_menu .fir_li>a {
	text-align: center;
	padding: 0 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	border: 1px #d8d8d8 solid;
	margin-top: 5px;
	background:#eee;

}

.side_menu .sec_li>a {
	display: block;
	text-decoration: none;
	line-height: 50px;
	border: 1px #e5e5e5 solid;
	margin-top: 5px;
	padding-left: 35px;
	background: url(../images/arr_l.png) no-repeat 15px center;
}

.side_menu .sec_li {
	padding: 0;
}

.side_menu .sec_li>a:hover {
	background-color: #2199de;
}

#cat_active111,
#cat_active134 {
	font-weight: bold;
	font-size: 16px;
	line-height: 57px;
	background: #f0f0f0;
	color: #fff;
	border: 1px #2199de solid;
	background: #2199de;
}

#em134 {
	height: 60px;
}

.side_menu .sec_li>a:hover,
.side_menu .sec_li>a.category_active {
	color: #fff;
	background: #2199de url(../images/arr_lw.png) no-repeat 15px center;
}

.side_menu .fir_li>a:hover,
.side_menu .fir_li>a.category_active {
	color: #2199de;
}

.side_menu li b {
	display: none;
}

.contact {
	margin-top: 10px;
	border: 1px #e5e5e5 solid;
}

.contact .ad {
	cursor: default;
	display: block;
	text-align: center;
}

.contact .con_img {
	padding: 10px 0;
}

.contact .con_img img {
	max-width: 100%;
}

.contact .con_info {
	color: #fff;
	background: #afafaf url(../images/side_tel.png) no-repeat 15px center;
	padding: 30px 10px 30px 52px;
}

.contact h5 {
	font-size: 18px;
}


/*右侧*/

#right {
	float: left;
	width: 930px;
	margin-left: 30px;
	display: inline-block;
}

#right .content {
	padding: 20px 0;
	height: auto;
	overflow: hidden;
}

#right .content img {
	max-width: 100%;
}


/*面包屑样式*/

.path_title {
	height: 60px;
	border-bottom: 1px solid #ededed;
	line-height: 60px;
}

.path_title .span_left {
	display: none;
	float: left;
	font-size: 22px;
}

.path_title b {
	display: none;
}

.path_title .span_right {
	color: #999
}

.path_title .span_right a {
	color: #999;
}


/*产品列表*/

.products_list {
	width: 102%;
	padding-top: 20px;
}

.products_list li {
	width: 31.3333%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.products_list a {
	display: block;
	width: 298px;
	overflow: hidden;
}

.products_list span {
	width: 294px;
	height: 294px;
	display: block;
	background: #fff;
	overflow: hidden;
	border: 2px #f0f0f0 solid;
}

.products_list img {
	width: 294px;
	height: 294px;
}

.products_list p {
	display: block;
	font-size: 15px;
	text-align: left;
	background: url(../images/pdt_dot.png) no-repeat 264px center;
	height: 50px;
	padding: 0 42px 0 10px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.products_list a:hover {
	border-color: #029044;
}

.products_list a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.products_list a:hover p {
	background-color: #029044;
	color: #fff;
}


/*产品详情*/

.pdtinfo_box {
	background: #fff;
	margin-top: 20px;
	padding: 10px;
}

.main_photo {
	float: left;
}

.product_group {
	float: left;
	width: 475px;
	margin: 25px 0px 0px 18px;
}

.product_group h1 {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding: 5px 0px 15px 0px;
	border-bottom: 1px #e5e5e5 dashed;
}

.product_group .attr {
	margin-top: 15px;
	padding: 8px 0 0;
}

.product_group li {
	list-style: none;
	line-height: 28px;
}

.product_group .desc {
	padding: 0 0 8px;
}

.product_group .download {
	padding-top: 10px;
	border-top: 1px #e5e5e5 dashed;
	margin-top: 20px;
}

.product_group .download li {
	float: left;
	margin-right: 20px;
}

.product_group .download a {
	color: #999;
	background: url(../images/attch.png) no-repeat left center;
	padding: 3px 0 3px 12px;
}

.product_group .download a:hover {
	color: #333;
}

.introduce,
.eintroduce {
	color: #333;
	margin-bottom: 20px;
	border-bottom: 1px #e8e8e8 solid;
	font-size: 18px;
	line-height: 50px;
}

.buy a {
	color: #fff;
	background: #029044;
	padding: 5px 15px;
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0 0;
}

.buy a:hover {
	color: #fff;
	background: #004980;
}

.product_group .pdt_tel {
	border-top: dashed 1px #e5e5e5;
	margin-top: 10px;
	padding-top: 10px;
}

.product_group span.tel {
	line-height: 22px;
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	background: url(../images/pdt_tel.png) no-repeat left center;
	padding-left: 20px;
}

.product_group span.tel p {
	font-size: 18px;
	color: #029044;
}

.product_group span.fd a {
	display: block;
	background: #029044;
	padding: 5px;
	width: 135px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.product_content {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
}

.product_content img {
	max-width: 100%;
	height: auto!important;
}

.product_content .tabs {
	border-bottom: 1px #e5e5e5 solid;
}

.product_content .tabs li {
	float: left;
	padding: 0 10px 0 0;
}

.product_content .tabs a {
	display: block;
	text-align: center;
	line-height: 40px;
	padding: 0 25px;
	background: #e5e5e5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product_content .tabs .thistab a,
.product_content .tabs a:hover {
	color: #fff;
	background: #029044;
}

.product_content .tab_conbox {
	padding-top: 20px;
}

.related_product {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px #e5e5e5 solid;
}

.related_product h3 {
	font-size: 22px;
	font-weight: normal;
}

.product_content .pdt_info>li {
	background: #fff;
	padding: 0 20px 20px;
	margin-bottom: 20px;
}

.product_content .pdt_info .pt {
	display: inline-block;
	width: 240px;
	text-align: right;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-image: -moz-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0, 124, 37) 0%, rgb(10, 180, 82) 23%, rgb(19, 235, 126) 57%, rgb(0, 124, 37) 100%);
	;
	color: #fff;
	font-size: 16px;
	margin-left: -20px;
	margin-bottom: 20px;
	padding: 5px 20px;
}


/*图片列表*/

.photo_list {
	width: 102%;
	padding-top: 20px;
}

.photo_list li {
	width: 31.3333%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.photo_list li:nth-child(3n+1) {
	clear: both;
}

.photo_list a {
	display: block;
	width: 294px;
}

.photo_list span {
	display: block;
	overflow: hidden;
	border: 2px #f0f0f0 solid;
}

.photo_list img {
	width: 100%;
}

.photo_list a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.photo_list p {
	display: block;
	text-align: center;
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.photo_list a:hover p {
	color: #029044;
}


/*相册放大*/

body.over-flow-x {
	overflow: hidden;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-image {
	max-width: 800px;
	max-height: 600px;
}

#lightbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../images/loading.gif) no-repeat center center;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	float: left;
}

#lightbox-nav-btnNext {
	float: right;
}

#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 20px;
	float: right;
	padding: 0 10px 10px 0;
}


/*分页样式*/

.page {
	clear: both;
	margin: 25px 0px;
	text-align: center;
	font-size: 13px;
}

.page a,
.page .current {
	display: inline-block;
	padding: 5px 15px;
	background: #ebebeb;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	margin: 0 3px;
}

.page a:hover,
.page .current {
	background: #029044;
	color: #fff;
}


/*上一个下一个*/

.point {
	border-bottom: 1px #e5e5e5 dashed;
}

.point span {
	display: block;
	width: 46%;
	line-height: 50px;
	padding: 0 2%;
	float: left;
}

.point span i {
	float: left;
	display: block;
	width: 56px;
}

.point span a {
	display: block;
	float: left;
	width: 370px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.related_new {
	padding-top: 20px;
}


/*新闻列表*/

#right .news_list {
	padding: 30px 0;
}

#right .news_list li {
	position: relative;
	padding-left: 220px;
	height: 130px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px #e5e5e5 dashed;
	margin-bottom: 20px;
}

#right .news_list .image {
	display: block;
	width: 200px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border: 1px #e5e5e5 solid;
}

#right .news_list .image img {
	width: 100%;
	height: 100%;
}

#right .news_list h4 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

#right .news_list a {
	display: block;
}

#right .news_list a:hover h4 {
	color: #029044
}

#right .news_list .list_time {
	display: block;
}

#right .news_list .desc {
	color: #999;
}

#right .news_list.video {
	width: 106%;
}

#right .news_list.video li {
	width: 218px;
	height: auto;
	margin-right: 20px;
	float: left;
	position: inherit;
	padding: 0;
	border: none;
}

#right .news_list.video li .image {
	position: inherit;
	height: 160px;
	overflow: hidden;
	padding: 3px;
}

#right .news_list.video li h4 {
	font-size: 14px;
	text-align: center;
}

#right .news_list.video li .desc,
#right .news_list.video li .list_time {
	display: none;
}


/*下载列表*/

#right .download_list {
	padding: 30px 0;
}

#right .download_list li {
	margin-bottom: 20px;
	border-bottom: 1px #eee dashed;
	padding-bottom: 20px;
}

#right .download_list h4 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

#right .download_list a {
	display: block;
}

#right .download_list a:hover h4 {
	color: #029044
}

#right .download_list .list_time {
	display: block;
}

#right .download_list .desc {
	color: #999;
}


/*新闻详情*/

.news_info {
	border-top: 1px #e5e5e5 dashed;
	padding: 20px 0;
	border-bottom: 1px #e5e5e5 dashed
}

h1.content_title {
	font-size: 22px;
	font-weight: normal;
	line-height: 45px;
	color: #000;
	text-align: center;
}

small.time {
	text-align: center;
	display: block;
	color: #999;
}

.down_btn {
	display: inline-block;
	padding: 8px 25px;
	background: #e58904;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 10px;
}

.down_btn:hover {
	color: #fff;
	background: #CE7A00;
}


/*订单留言*/

.f_tip {
	padding-top: 25px;
	border-top: 1px #ececec solid;
	padding-top: 10px;
}

dl.table {
	margin: 30px 0 0;
}

dl.table dt {
	float: left;
	width: 100px;
	height: 40px;
	margin-bottom: 20px;
}

dl.table dd {
	height: 40px;
	margin-bottom: 20px;
	margin-right: 65px;
	float: left;
}

dl.table dd input {
	border: 1px solid #ebebeb;
	width: 295px;
	height: 40px;
}

dl.table dd.biezhu {
	height: 130px;
}

dl.table dd.biezhu textarea {
	height: 115px;
	width: 757px;
	border: 1px solid #ebebeb;
}

.codeimg {
	background-color: #000;
	margin: 0 0 0 10px;
}

dl.table dd .submit_btn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: 20px 20px 0 0;
	background: #029044;
	color: #fff;
	cursor: pointer;
	border: none;
	text-indent: 0;
}


/*网站地图*/

.ul_sitemap {
	margin: 10px 0 30px 30px;
}

.ul_sitemap b {
	display: none;
}

.ul_sitemap li {
	list-style: none;
	line-height: 26px;
}

li.small_li_sitemap {
	clear: both;
	padding-left: 12px;
}

li.small_li2_sitemap {
	float: left;
	padding-left: 20px;
}


/*=======================内页部分end=======================*/


/* 悬浮客服1*/

#leftsead {
	position: fixed;
	bottom: 32%;
	right: 0;
	z-index: 79
}

*html #leftsead {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
	height: 50px;
	margin-bottom: 1px;
}

#leftsead li span {
	display: block;
	width: 140px;
	height: 50px;
	padding-left: 50px;
	margin-right: -140px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#leftsead li a {
	height: 50px;
	float: right;
	display: block;
	min-width: 50px;
	max-width: 140px;
	color: #fff;
	line-height: 50px;
	border-radius: 6px 0 0 6px;
	overflow: hidden;
}

#leftsead li.qq_li span {
	background: #19baea url(../images/q.png) no-repeat 12px center;
}

#leftsead li.msn_li span {
	background: #58d249 url(../images/msn.png) no-repeat 12px center;
}

#leftsead li.skype_li span {
	background: #12e2cd url(../images/skype.png) no-repeat 12px center;
}

#leftsead li.w_li span {
	background: #ef6311 url(../images/ww.png) no-repeat 12px center;
}

#leftsead li.ww_li span {
	background: #e8952d url(../images/ww.png) no-repeat 12px center;
}

#leftsead li.www_li span {
	background: #b1d848 url(../images/ww.png) no-repeat 12px center;
}

#leftsead li.feedback span {
	background: #e46464 url(../images/feedback.png) no-repeat 12px center;
}

#leftsead li.code_li span {
	background: #6381f1 url(../images/code.png) no-repeat 12px center;
	position: relative;
}

#leftsead li.code_li .code {
	width: 280px;
	height: 280px;
	position: absolute;
	right: 140px;
	bottom: 0;
	background: #6381f1;
	background: rgba(99, 129, 241, 0.52);
	border-radius: 5px;
	padding: 10px;
}

#leftsead li.code_li .code img {
	width: 280px;
	height: 280px;
}

#leftsead li.top_li span {
	background: #6e6e6e url(../images/gotop.png) no-repeat 12px center;
}

#remind {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #f5d783;
	font-size: 20px;
	text-align: center;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/* 悬浮客服2*/

.main-im {
	position: fixed;
	right: 10px;
	top: 30%;
	z-index: 100;
	width: 110px;
	height: 272px;
}

.main-im .qq-a {
	display: block;
	width: 108px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}

.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}

.main-im .im_main {
	background: #F9FAFB;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #F9FAFB;
	display: none;
}

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 109px;
	height: 105px;
	border-bottom: 1px solid #dddddd;
	padding-top: 10px;
}

.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 12px;
}

.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: #e66d15;
}

.main-im .im_main .im-tel:hover {
	background: #fafafa;
}

.main-im .im_main .weixing-container {
	width: 55px;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(../images/weixing-icon.png) no-repeat center center;
	float: left;
}

.main-im .im_main .weixing-show {
	width: 112px;
	height: 145px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -100px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 116px;
	position: absolute;
	z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 114px;
	position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(../images/toTop-icon.png) no-repeat center center;
	float: right;
}

.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}

.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}

.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
	text-decoration: none;
}

.main-im .open-im {
	cursor: pointer;
	margin-left: 68px;
	width: 40px;
	height: 133px;
	background: url(../images/open_im.png) no-repeat left top;
}

.sr-bdimgshare-list {
	display: none!important;
}