/*
 *
 *文件名称：css样式表
 *创建时间：2019/8/23
 *创建人：乐乐
 *
 */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #383838;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}

.main-width {
	width: 89%;
	margin: 0 auto;
}

body a {
	color: #383838;
	text-decoration: none;
}

body a:visited {
	text-decoration: none;
}

body a:focus{
	text-decoration: none
}

body a:hover {
	color: #009de6;
	text-decoration: none;
}

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

a,img {
	border: none;
	max-width: 100%;
}

input {
	outline: none;
}

input:focus {
	outline: none;
}


/*公共部分*/

/********header********/
.header {
}

.header .h-top {
	height: 35px;
	width: 100%;
	line-height: 35px;
	background: #666666;
}

.header .h-top .h-t-span {
	line-height: 30px;
	color: #a3a3a3;
	font-size: 12px;
	float: right;
}

.header .h-top .h-t-span font {
	color: #e70012;
	font-weight: bold;
}

.header .h-nav {
	width: 100%;
	height: 110px;
}

.header .h-nav .h-n-img {
	height: 110px;
	line-height: 110px;
	vertical-align: middle;
}

.header .h-nav .h-n-img a {
	width: 97%;
}

.header .h-nav .h-n-img img {
	vertical-align: middle;
	width: 388px;
	height: 67px;
}

.header .search {
	margin: 20px auto 10px;
	text-align: right;
}

.btn-search {
	height: 30px;
    display: inline-block;
    background: #337ab7;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
    vertical-align: middle;
}

.btn-search:hover {
    color: #fff;
}

.btn-input {
	width: 220px;
	height: 30px;
    line-height: 30px;
    padding-left: 30px;
    margin-right: -5px;
}

.header .h-nav .h-n-ul {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
}

.header .h-nav .h-n-ul .nav-li {
	width: 11%;
	height: 50px;
}

.header .h-nav .h-n-ul .bg-active:hover {
	background: url(../images/nav_hover.png) no-repeat bottom;
}

.header .h-nav .h-n-ul .select .nav-a {
	background: #009de6;
	color: #fff;
}

.header .h-nav .h-n-ul .nav-li .nav-a {
	display: block;
	line-height: 35px;
	height: 35px;
	text-align: center;
	font-size: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.header .h-nav .h-n-ul .nav-li .nav-a:hover {
	background: #009de6;
	color: #fff;
}

.header .h-nav .h-n-ul .nav-li .select {
	border-bottom: 2px solid #009de6;
	color: #666;
}

.header .h-nav .h-n-ul .nav-li .subnav {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 110px;
	left: 0;
	background: #fff;
	border-top: 3px solid #009de6;
	z-index: 10;
	display: none;
}

.header .h-nav .h-n-ul .nav-li .subnav li {
	width: 100%;
	/*margin: 5px auto;*/
	line-height: 30px;
}

.header .h-nav .h-n-ul .nav-li .lihover li:hover {
	background: #009de6;
}

.header .h-nav .h-n-ul .nav-li .lihover li a:hover {
	color: #fff;
}

.header .h-nav .h-n-ul .nav-li .subnav  li .s-l-name {
	font-size: 14px;
}

/********footer********/

.f-top {
	width: 100%;
	background: #4d4d4d;
}

.f-top .dl-left {
	margin-top: 30px;
}

.f-top .dl-left dt {
	line-height: 30px;
}

.f-top .dl-left dt a {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.dta01 {
	color: #e5e5e5 !important;
	font-size: 14px !important;
}

.f-top .dl-left dd {
	color: #b0b0b0;
	font-size: 12px;
	line-height: 32px
}

.f-top .dl-left dd a {
	color: #cccccc;
	font-size: 12px;
	line-height: 32px
}

.f-top .dl-left dd a:hover {
	color: #fff;
}

.f-top .erweima {
	margin-top: 30px;
}

.f-top .erweima .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.f-top .erweima .dl1 {
	width: 30%;
}

.f-top .erweima .dl2 {
	width: 30%;
}

.f-top .erweima .dl3 {
	width: 90%;
	margin: auto;
	text-align: center;
	color: #e5e5e5;
}

.f-top .erweima .dl3 span:first-child {
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: -5px;
}

.f-top .erweima .dl3 span:nth-child(2) {
	font-size: 30px;
	display: inline-block;
}

.f-top .erweima dl dt {
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color: #e5e5e5;
}

.f-top .erweima dl dd {
}

.f-top .erweima dl dd img {
	width: 100%;
}

.linkurl {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.linkurl .link-left img {
	width: 100%;
}

.linkurl .link-right a {
	font-size: 14px;
	color: #b0b0b0;
}

.linkurl .link-right a:hover {
	color: #fff;
}

.f-bottom {
	height: 50px;
	background: #333333;
}

.f-bottom p {
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #b2b2b2;
}

.f-bottom p a {
	color: #b2b2b2;
}

.f-bottom p a:hover {
	color: #fff;
}

.banner {
	position: relative;
	overflow: hidden;
}

.hd {
	position: absolute;
	bottom: 20px;
	left: 42%;
	z-index: 10;
}

.hd li {
	width: 45px;
	height: 10px;
	background: #fff;
	z-index: 100;
	margin-right: 10px;
	float: left;
}

.hd li.on {
	background: #009de6;
}

.banner .bd ul li a {
	display: block;
	width: 100%;
	height: 90%;
}

/*内页*/


.pro-li {
	width: 304px;
	height: 200px;
	background: url('../images/pro_list.png') no-repeat center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pro-li dt {
	width: 200px;
	height: 130px;
	padding: 25px 52px 2px 52px;
}

.pro-li dt img {
	width: 200px;
	height: 130px;
}

.pro-li dd {
	width: 304px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	color: #666;
}

.khty {
	position: relative;
	cursor: pointer;
}

.two-button {
	position: absolute;
	display: none;
	top: -60px;
	left: 60px;
	background: #fff;
	border: 1px #eee solid;
	border-radius: 10px;
	padding: 10px 20px 0 20px;
}

.two-button a {
	display: block;
	line-height: 30px;
	width: 120px;
	background: #009de6;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 5px;
}

.two-button a:hover {
	color: #fff;
}

.link-li {
	width: 200px;
	height: 110px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.link-li:hover dt {
	border-color: #009de6;
}

.link-li:hover dd {
	background: #009de6;
	color: #fff;
}

.link-li dt {
	padding: 2px;
	border: 1px solid #eee;
	height: 77px;
}

.link-li dt img {
	width: 197px;
	height: 77px;
}

.link-li dd {
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-top: none;
	color: #009de6;
	font-size: 12px;
	background: #fcfcfc;
}
/********分页样式 *****/
.wdcms-page {
	text-align: center;
	margin-top: 40px;
	clear: both;
}

.wdcms-page a {
	line-height: 24px;
	font-size: 12px;
	color: #333;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	background: #f1f1f1;
	border: #ccc solid 1px;
	margin: 0 5px;
}

.wdcms-page span {
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	background: #009de6;
	border: #ccc solid 1px;
	margin: 0 5px;
}

.wdcms-page a:hover {
	background: #ccc;
	color: #333;
}

/*首页*/

.spantop {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}

.spantop:visited {
	text-decoration: none;
	color: #fff;
}

.spantop:hover {
	color: #fff;
}

.spantop span {
	position: relative;
	top: -2px;
}

.a-active {
	background: #009de6;
	color: #fff;
}

.a-active:hover {
	background: #009de6;
	color: #fff;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.xl-span {
	position: relative;
	top: -3px;
}

.fw-span {
	padding-right: 10px;
}

.li-title1 {
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #39913e;
}

.li-title1 a {
	color: #39913e;
}

.li-title1 a:hover {
	color: #39913e;
}

.li-title2 {
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #009de6;
}

.li-title2 a {
	color: #009de6;
}

.index-title {
	width: 100%;
	margin: 30px auto 35px;
	border-bottom: 2px solid #b3b3b3;
	text-align: center;
}

.index-title .entitle {
	font-size: 76px;
    text-transform: uppercase;
    color: #009de6;
    margin-bottom: 0;
    font-weight: bold;
}

.index-title .cntitle {
	font-size: 30px;
	color: #333333;
	padding-bottom: 25px;
}

.index-row01 {
	display: flex; 
	justify-content: space-between; 
	width: 85%; 
	margin: 20px auto;
}

#hbjg,#nyjc {
	display: inline-block;
    width: 45%;
    border: 1px solid #ccc;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    color: #4c4c4c;
    padding-left: 20px;
}

.plus {
	float: right;
	padding-right: 10px;
	font-size: 26px;
    color: #999999;
}

.hb-active {
	background: #009de6;
	color: #fff !important;
}

.hb-active .plus {
	color: #fff;
}

.hbjg,.nyjc {
	width: 100%;
	margin: 20px auto;
	color: #383838;
}

.hbjg .des,.nyjc .des {
	font-size: 16px;
	line-height: 30px;
}

.hbjg .des-bottom,.nyjc .des-bottom {
	width: 15%;
	height: 3px;
	background: #383838;
	margin: 20px 0;
}

.hbjg ul,.nyjc ul {
	width: 100%;
	color: #343434;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.hbjg ul li img,.nyjc ul li img {
	max-width: 100%;
}

.liimg {
	width: 80%;
}

.liimg img {
	max-width: 100%;
}

.lip {
	width: 90%;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
    margin-top: 10px;
}


.ypt-qh {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.ypt-qh-des {
	width: 95%;
	padding-left: 36%;
	font-size: 14px;
	color: #717171;
	line-height: 24px;
	margin: 20px auto 10px;
	text-indent: 2em;
}
.ypt-more {
	position: absolute;
    right: 45px;
    top: 100px;
    display: block;
    color: #009de6;
    z-index: 999;
}

.mypt-more {
	color: #009de6;
    float: right;
    padding-right: 10px;
}

.news-more {
	position: absolute;
    right: 35px;
    top: -55px;
    font-size: 18px;
}

.page-more-blue {
	width: 20%;
	margin: 0 auto 10px;
	text-align: center;
	background: #009de6;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}

.page-more-green {
	width: 20%;
	margin: 0 auto 10px;
	text-align: center;
	background: #3b8f35;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}

.page-more-blue a,.page-more-green a {
	color: #fff;
	font-size: 18px;
}

.page-more-blue a:hover,.page-more-green a:hover {
	color: #fff;
}

.ypt-qh .hd {
	position: absolute;
	bottom: 145px;
	left: 47%;
	z-index: 10;
}

.ypt-qh .hd li {
	width: 40px;
	height: 5px;
	background: #9d9d9d;
}

.ypt-qh .hd li.on {
	background: #009de6;
}

.news {
	width: 100%;
	margin: 10px auto 30px;
}

.news ul {
	width: 95%;
	margin: auto;
}

.news ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc;
	margin: 0 auto 7px;
	padding-bottom: 7px;
}

.news ul li .nleft {
	width: 10%;
	height: 65px;
	background: #f2f2f2;
	color: #009de6;
	text-align: center;
}

.img100 {
	text-align: center;
}

.img100 img {
	width: 100%;
}

.nleft .day {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin: 2px auto 0;
	font-weight: bold;
}

.nleft .date {
	font-size: 14px;
	line-height: 24px;
}

.news ul li .nright {
	width: 87%;
}

.nright .title {
	font-size: 18px;
	color: #373839;
	line-height: 30px;
	margin-bottom: 0;
}

.nright .des {
	font-size: 14px;
	line-height: 19px;
	color: #999999;
}

.anli {
	width: 100%;
	margin: 20px auto;
}

.al-hover {
	height: 300px;
	opacity: 0;
	padding-top: 90px;
}

.al-hover .jiahao {
	width: 30%;
	margin: 0 auto 20px;
	text-align: center;
}

.al-hover:hover {
	background: rgba(54,169,214,0.5);
	opacity: 1;
}

.al-hover .cnp {
	line-height: 37px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	width: 90%;
    margin: auto;
}

.al-hover .enp {
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 96%;
    margin: auto;
}


/*环保单页*/
.bigtitle {
	width: 80%;
	margin: 30px auto 15px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
.bigdes {
	width: 94%;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.bg-dian .dian-p img {
	opacity: 0;
}

.bg-dian:hover .dian-p img {
	opacity: 0.8;
}

.hb-p {
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin: 20px auto;
}

.page-title {
	width: 100%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

.page-title .line {
	width: 40%;
	height: 6px;
	border-bottom: 2px solid #e3e3e3;
	border-top: 2px solid #e3e3e3;
	margin-top: 20px;
}

.page-title .center {
	width: 15%;
	margin: auto;
	text-align: center;
}

.page-title .center .cntitle {
	font-size: 30px;
	line-height: 35px;
	color: #2d3138;
}

.page-title .center .entitle {
	font-size: 18px;
	color: #808080;
	margin-top: 10px;
	text-transform: uppercase;
}

.page-news {
	display: flex;
	justify-content: space-between; 
	width: 100%; 
	margin: 0 auto 20px;
	font-size: 14px;
}

.page-news a img {
	width: 100%;
	max-height: 180px;
}

.page-news a .hb-tit {
	font-weight: bold;
	line-height: 23px;
	color: #fff;
	margin: 15px auto 2px;
}

.page-news a .hb-tit .tubiao {
	font-size: 26px;
	color: #39913e;
}

.page-news a .hb-tit .tubiao-blue {
	font-size: 26px;
	color: #009de6;
}

.page-news a .hb-tit .wz {
	padding: 0 10px;
	position: relative;
    top: -3px;
}

.page-news a .hb-des {
	line-height: 22px;
	color: #b3b3b3;
}

.page-anli {
	width: 100%;
	margin: auto;
}

.page-anli .aleft {
	width: 27%;
	height: 145px;
}

.page-anli .aleft img {
	max-width: 100%;
}

.page-anli .aright {
	width: 73%;
	height: 145px;
}

.page-anli .aright a {
	width: 100%;
	height: 145px;
	padding-left: 15px;
	padding-top: 20px;
	display: block;
	background: #f5f5f5;
	color: #4c4c4c;
}

.page-anli .aright .green-bg:hover {
	background: #3b8f35;
	color: #fff !important;
}

.page-anli .aright .blue-bg:hover {
	background: #009de6;
	color: #fff !important;
}

.aright .title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: 500;
}

.aright .des {
	font-size: 13px;
	line-height: 24px;
	width: 98%;
}

.bggreen {
	width: 100%;
	height: 170px;
	background: #3b8f35;
}

.bgblue {
	width: 100%;
	height: 170px;
	background: #009de6;
}

.page-pro {
	width: 100%;
	position: absolute;
	top: 155px;
	margin: auto;
	z-index: 9;
}

.page-pro .proli {
	width: 90%;
    margin: auto;
	border: 1px solid #e6e6e6;
	background: #fff;
	text-align: center;
	padding-bottom: 10px;
}

.proli img {
	max-width: 80%;
	margin: 5px auto 15px;
}

.proli .cnp {
	width: 96%;
	margin: auto;
	font-size: 16px;
	color: #474747;
	line-height: 24px;
}

.bigline {
	width: 17%;
	height: 3px;
	margin: 0 auto 20px;
	background: #009de6;
}

.nypage {
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap; 
	width: 100%; 
	margin: 0 auto 30px;
}

.nypage .nyli {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
}

.nypage .left {
	width: 27%;
}

.nypage .left img {
	width: 100%;
}

.nypage .right {
	width: 66%;
	margin: 15px auto 0;
}

.nypage .right .hb-cn {
	font-size: 16px;
	color: #616161;
	line-height: 24px;
	margin: auto;
}

.nypage .right .hb-en {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin: auto;
	text-transform: uppercase;
}

.nypage .right:hover .hb-cn {
	color: #009de6;
}

.nypage .right:hover .hb-en {
	color: #009de6;
}

/*left页面*/

.sidebar {
	width: 280px;
	float: left;
}

.sidebar .nav-ny {
}

.topname {
	background: #009de6;
	color: #fff;
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	text-indent: 1em;
}

.sidebar .nav-ny {
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}

.sidebar .nav-ny li {
	line-height: 40px;
	background: #f7f7f7;
	text-indent: 1em;
	margin: 0 auto 5px;
}

.sidebar .nav-ny li.select {
	background: none;
}

.sidebar .nav-ny li.select a {
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
}

.sidebar .nav-ny li a {
	display: block;
	color: #666666;
}

.sidebar .nav-ny li i {
	text-indent: 0;
}

.sidebar .nav-ny li .subclick {
	margin: 0px;
}

.sidebar .nav-ny li .subclick li {
	text-indent: 1.6em;
	margin: 5px auto 0;
}

.sidebar .nav-ny li .subclick li a {
	font-size: 14px;
	font-weight: normal;
}

.anniu {
	float: right;
    margin-right: 10px;
    font-size: 30px;
    margin-top: 5px;
    color: #a3a3a3;
}

.left-contact p {
	padding: 20px 0 20px 10px;
	line-height: 30px;
	color: #666;
	background: #f7f7f7;
}

.position {
	line-height: 45px;
	height: 45px;
	background: #f2f2f2;
	display: flex;
	justify-content: space-between;
	border-left: 8px solid #009de6;
}

.position .pos-left {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #3f3f3f;
}

.position .pos-right {
	padding-right: 10px;
}

.position a {
	color: #666666;
}

.inner-main {
	width: 100%;
	padding: 10px;
}

/*列表页*/
.news-list {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list dt {
	width: 31%
}

.news-list dt img {
	width: 100%;
}

.news-list dd {
	width: 65%;
}

.news-list dd h3 {
	margin: auto;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold
}

.news-list dd h3 a {
	color: #333;
}

.news-list dd p {
	line-height: 25px;
	color: #666;
}

.news-list dd span {
	line-height: 30px;
	color: #999;
}

/*详情页*/
.show-title {
	text-align: center;
}

.show-title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #000;
}

.show-title span {
	font-size: 14px;
	color: #a3a3a3;
	line-height: 30px;
	margin-right: 10px;
}

/*.pro-title {
	text-align: center;
}*/

.pro-title h3 {
	font-size: 24px;
	text-align: center;
	line-height: 32px;
	color: #3f3f3f;
}

.inner-main .product {
	width: 98%;
	margin: 30px auto;
}

.inner-main .product .proli {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
}

.inner-main .product .proli li {
	width: 25%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #e0e0e0;
	border-right: 1px solid #b2b2b2;
	box-sizing: border-box;
}

.inner-main .product .proli li a {
	color: #333333;
	font-size: 14px;
}

.inner-main .product .proli li:last-child {
	border-right: none;
}

.inner-main .product .proli li i {
	margin-right: 6px;
}

.pro-active {
	background: #009de6 !important;
}

.pro-active a {
	color: #fff !important;
}

.inner-main .product .content {
	width: 100%;
	margin: 20px auto 0;
	display: none;
}

/*案例列表页*/
.anli-list {
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.anli-list .anli-li {
	width: 31%;
	margin-right: 2%;
	border: 1px solid #ccc;
	margin-bottom: 2%;
}

.anli-li dt {
	width: 100%;
	height: 200px;
}

.anli-li dt a {
	display: block;
	width: 100%;
	height: 100%;
}

.anli-li dd {
	width: 95%;
	margin: auto;
}

.anli-li dd h3 {
	margin: 6px auto 0;
    line-height: 27px;
	font-size: 18px;
	text-align: center;
}

.anli-li dd h3 a {
	color: #333;
}

.anli-li dd .ry-title {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.anli-li dd p {
	line-height: 25px;
	color: #666;
}

.anli-li dd span {
	line-height: 30px;
	color: #999;
}

/*修改input placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
} 

.page-updown {
	margin: 20px auto;
	font-weight: bold;
}

/*浮动qq*/
.main-im {
	position: fixed;
	right: 10px;
	top: 300px;
	z-index: 100;
	width: 121px;
	height: 272px;
}

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

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

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

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

.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 120px;
	height: 120px;
	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: block;
}

.main-im .im_main .im-qq2 {
	color: #000000;
	text-align: center;
	width: 120px;
	border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-qq2 div {
	font-size: 12px;
	margin-top: 11px;
}

.main-im .im_main .im-qq2 img {
}

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

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 120px;
	height: 60px;
	border-bottom: 1px solid #dddddd;
}

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

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

.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: 155px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -116px;
}

.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: 134px;
	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: 132px;
	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;
	line-height: 25px;
}

.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;
	display: none;
}

.main-im .im-footer {
	position: relative;
}

.cc a {
	display: block;
	margin-bottom: 10px;
}

.current-left {
	background: #e8e7e7 !important;
}