﻿/******************pennychen css***********************/



/*** 当浏览器的可视区域小于960px ***/
    @media screen and (max-width: 960px) {
	
	
/**********基本**********/
*{
	margin:0;
	padding:0;
	border: 0;
}
body {
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: normal;
	background-color: #FFFFFF;
	overflow-x:hidden;
}
img {
	border: 0px;	
}
ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
li {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
h1 { 
    font-size:18px; 
}
h2 { 
    font-size:16px; 
}
h3 { 
    font-size:14px; 
}
p {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 24px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #78C4A0;
	text-decoration: none;
}
.clear { clear: both;}
input{
	color: #666666;
	outline: none;
}
input:hover{
	color: #D4D0C8;
}
select{
	border: 1px #CCCCCC solid;
}
small { font-size:10px; color:#999999; margin-left:15px;}



/**********去除苹果样式*************/
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}   
.button{ border-radius: 0; } 


/**********基本  end**********/



.main {
	margin: 0px auto;
	width: 100%;
    min-width:200px;
	height: 100%;
}

/**************头部*****************/
.header {
	float: left;
	width: 100%;
	z-index: 99;
	height: 60px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}
.header_box {
	width: 100%;
	margin: 0px auto;
	height: inherit;
	position: relative;
}

#header {
}
#header a.menu {
	background: url(../images/nav.png) no-repeat center center;
	background-size: 36px 36px;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header a.friends {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);}
#header a.right {
	left: auto;
	right: 10px;
}


/*************顶部链接**********/
.top_box {
	width: 100%;
	float: left;
	position: relative;
	height: 20px;
	background-color: #053C87;
	z-index: 500;
}

/************* tel *********/
.tel {
	width: 224px;
	position: absolute;
	height: 32px;
	z-index: 500;
	top: 20px;
	right: 5px;
	font-size: 18px;
	color: #FFFFCC;
	line-height: 32px;
}
.tel img {
	width: 100%;
}



/***********/
.logo {
	float: left;
	width: auto;
	height: auto;
	padding: 10px 20px 0px 10px;
}
.logo a {
	float: left;
}
.logo a img {
	float: left;
	width: auto;
	height: 40px;
}

/************* menu *****************/
.menubox {
	width: 100%;
	margin: 0px auto;
}



/**************menu****************/
.booNavigation {
	position: relative;
	float: left;
	padding: 15px 0px 0px 60px;
	width: 850px;
	display: none;
}
.booNavigation li.navItem {
	padding: 0px 18px;
	float: left;
	text-decoration: none;



    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	line-height: 48px;
}
.booNavigation li.navItem:last-child { 
	padding: 0px 0px 0px 19px;
}
.booNavigation li.multi {
	background: url(../images/multi.png) no-repeat right center;
	background-size: 10px 10px;
	margin-right: 10px;
	position: relative;
}
.booNavigation li.navItem:hover {
    cursor: pointer;
}
.booNavigation .divide {
	padding: 0px 0px;
	line-height: 20px;
	border-right: 1px #ccc solid;
	float: left;
	height: 20px;
	margin: 26px 0px 14px 0px;
}
.booNavigation li.navItem > a {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	float: left;
}
.booNavigation li.navItem:hover a {
    color: #78C4A0;
}

.booNavigation li.navItem .navContent {
	background-color: #053C87;
	border-radius: 4px; /* css 3标准 */
    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	left: -170px;
	position: absolute;
	top: 60px;
	width: 420px;
	z-index: 999;
	padding: 0px;
}
.triangle {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 16px solid #053C87;
	position: absolute;
	z-index: 50;
	left: 48%;
	top:-12px;
}
.triangle_2 {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 16px solid #1E96D4;
	position: absolute;
	z-index: 50;
	left: 43%;
	bottom:-12px;
}
.booNavigation .navContent > li {
    color: #fff;
    float: left;
    padding: 3% 3%;
    width: 94%;
}
.booNavigation .navContent > li > ul > li {
    color: #fff;
    float: left;
    padding: 0px;
    width: 33%;
}
.booNavigation .navContent > li > ul.ztl > li {
    color: #fff;
    float: left;
    padding: 0px;
    width: auto;
}
.booNavigation .navContent ul li a {
	color: #333333;
	display: block;
	padding: 5px 15px;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
	border-radius: 4px; /* css 3标准 */



    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.booNavigation .navContent ul.ztl li a {
	padding: 5px 20px;
}
.booNavigation li.navItem:hover .navContent ul li a {
    color: #FFFFFF;
}
.booNavigation li.navItem:hover .navContent ul li a:hover {
    color: #78C4A0;
}
/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}

/**********移动端菜单*************/
button#showRightPush{
	float:left;
	width:40px;
	height:40px;
	border-radius: 50px; /* css 3标准 */



    -moz-border-radius: 50px; /* mozilla */
    -webkit-border-radius: 50px;
	display: block;
	outline:none;
	border:0px;
	cursor: pointer;
	top:10px;
	right:10px;
	z-index: 600;
	position: absolute;
	padding: 0px;
	background: none;
}
button#showRightPush img {
	width:40px;
	height:40px;
}

.cbp-spmenu {
	display: block;
}



/*************end 头部*****************/



/*****热搜*******/
.key {
	padding: 10px 0px 10px;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 38px;
	color: #000000;
	font-weight: normal;
	float: left;
	margin: 90px 0px 0px 0px;
	clear: both;
}
.key_box {
	width: 1200px;
	margin: 0px auto;
}
.key a {
	color: #333333;
	padding: 0px 5px;
}
.key a:hover {
	color: #78D400;
}
.refresh {
	width: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	color: #000000;
	font-weight: normal;
	font-family: "Heiti SC", "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px 0px 0px 20px;
	background: url(../images/refresh.png) no-repeat left center;
	background-size: 20px 20px;
	position: absolute;
	top: 0px;
	right: 4%;	
}
.refresh a {
	color: #333333;
	padding: 0px 0px;
}



/**************首页 轮换大区域**************/
.index_banner {
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
#owl-demo .item a {
	display: block;
	width: 100%;
	height: 240px;
	background-size: cover;
	float: left;
    }
#owl-demo .item a img {
	width: 100%;
    }




/*****************con*****************/
.con {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	height: auto;
	background-color: #FFFFFF;
	float: left;
}
.conbox {
	clear: both;
	width: 100%;
	margin: 50px auto 0px auto;
	height: auto;
	position: relative;
	padding: 0px 0px 0px 0px;
}

.con_2 {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	height: auto;
	background: url(../images/con_bg.jpg) #EBEBEB no-repeat top center;
	background-size: 1100px 170px;
	float: left;
	padding: 100px 0px 0px 0px;
}
.con_3 {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	height: auto;
	background: url(../images/con_3_bg.jpg) #EBEBEB no-repeat top center;
	background-size: 1100px 170px;
	float: left;
	padding: 100px 0px 0px 0px;
}
.pro_conbox {
	float: left;
	width: 90%;
	padding: 3% 5% 5% 5%;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom: 3%;
}

.pro_conbox img {
	max-width: 100%;
}

/*******当前位置********/
.ct {
	float: left;
	clear: both;
	background: url(../images/home.png) #F2F2F2 no-repeat 10px center;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	width: 90%;
	height: 28px;
	padding: 5px 0px 5px 10%;
	margin: 0px auto 20px auto;
}
.ct h2 {
	line-height: 28px;
	width: 100%;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	padding-left: 0px;
	letter-spacing: 0px;
	height: 28px;
	float: left;
}
.ct h2 a {
	color: #999999;
}
.ct h2 a:hover {
	color: #004CA0;
}
.ct h2 span {
	color: #999999;
}
.deadline {
	float: left;
	width: 170px;
	font-size: 14px;
	padding: 0px 0px 0px 60px;
	text-align: left;
	color: #78C4A0;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: none;
}
.deadline:hover {
	color: #78C4A0;
}
.deadline span {
	background: url(../images/pro_icon.png) no-repeat center center;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -20px;
	left: 20px;
}



/****************首页 产品*****************/
.pro_show {
	clear: both;
	margin: 0px auto;
	padding: 0% 0% 0% 0%;
	width: 100%;
}
.ps_left {
	float: left;
	width: 90%;
	padding: 20px 5% 0px 5%;
}
.ps_right {
	float: left;
	width: 100%;
	padding: 50px 0px 40px 0px;
	display: none;
}

.ps_left h1 {
	font-size: 24px;
	color: #333333;
	line-height: 42px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.ps_left h2 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
}
.ps_left h2 a {
	color: #333333;
}
.ps_left h2 a:hover {
	color: #333333;
}

.ps_box {
	width: 50%;
	float: left;
	height: auto;
	margin: 0px 0px 0px 0px;
}
.ps_box img {
	width: 100%;
	height: auto;
}
.ps_box:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.60;
}
.ps_box h3 {
	font-size:16px;
	line-height: 28px;
	color:#333333;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}
.ps_box:hover h3 a {
	color:#78C4A0;
}
.ps_box p{ 
	font-weight:normal; 
	padding: 0 0px 0 0px; 
}
.ps_box p a {
	color:#999999;
	padding-right: 15px;
}
.ps_box p a:hover { 
	color:#CCCCCC; 
}

/***/
.vid_show {
	clear: both;
	margin: 0px auto;
	padding: 0% 0% 0% 0%;
	width: 1200px;
	display:none;
}
.vid {
	clear: both;
	margin: 0px;
	padding: 0% 0% 0% 0%;
	width: 100%;
	float: left;
}


/***/
.d_more {
	clear: both;
	margin: 0px auto 0px auto;
	width: 150px;
	height: auto;
	padding: 0px auto 0px auto;
}
.d_more a {
	width: 150px;
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 8px; /* css 3标准 */



    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	text-align: center;
	padding: 6px 0px;
	float: left;
	margin-top: 10px;
	border: 1px #ccc solid;
}
.d_more a:hover {
	background-color: #78C4A0;
	color: #FFFFFF;
	border: 1px #78C4A0 solid;
}


/************ 首页 推荐位置 ****************/
.recommend {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0% 2% 0%;
	width: 100%;
	float: left;
}
.tj {
	clear: both;
	margin: 0px auto;
	padding: 0% 0% 0% 0%;
	width: 100%;
}
.tj_left {
	float: left;
	margin: 0px;
	padding: 0% 0% 0% 0%;
	width: 100%;
	overflow: hidden;
	display:block;
}
.tj_left img {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;	
}
.tj_right {
	float: left;
	margin: 0px;
	padding: 0px 0% 20px 0px;
	width: 100%;
	background-color: #333333;
	height: auto;
}
.tj_right ul {
	float: left;
}
.tj_right ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 6% 5% 1% 5%;
	width: 90%;
}
.tj_right ul li img {
	margin: 0px;
	padding: 0px;
	width: 12%;
	float: left;
}
.tj_right ul li img:hover {
	transform:rotate(50deg);
	-ms-transform:rotate(50deg); /* IE 9 */
	-moz-transform:rotate(50deg); /* Firefox */
	-webkit-transform:rotate(50deg); /* Safari 和 Chrome */
	-o-transform:rotate(50deg); /* Opera */
}
.tj_right ul li .ar_t {
	margin: 0px;
	padding: 0px 0px 0px 3%;
	width: 80%;
	float: left;
}
.tj_right ul li h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.tj_right ul li h1 a {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.tj_right ul li h1 a:hover {
	color: #AE62C1;
}
.tj_right ul li p {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

/**********首页 介绍 证书************/
.cre {
	width: 100%;
	height: auto;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
	clear: both;
	float: left;
}
.cre_box {
	width: 90%;
	margin: 0px auto;
	height: auto;
	padding: 0px 5% 0px 5%;
}

/*******/
.at_box {
	padding: 0% 4% 1% 4%;
	width: 92%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.at_box h1 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 80px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.at_box p {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-align: left;
	height: auto;
	width: 92%;
	margin: 0px 4%;
}




/****************/
.ce {
	clear: none;
	float: left;
	width: 100%;
	padding: 2% 0% 3% 0%;
	background-color: #FFFFFF;
}
.ce:after{
     display:inline-block;
     overflow:hidden;
     width:100%;
     height:0;
     content:'';
     vertical-align:top;
}
.ce_list {
	float: left;
	width: 31%;
	padding: 0px 1%;
	text-align: center;
	display:inline-block;
}
.ce_list img {
	width: 80%;
	clear: both;
	margin: 0px auto;
	border: 1px #ccc solid;
}
.ce_list h1 {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	color: #333333;
	margin: 20px auto;
	text-align: center;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	border: 1px #ccc solid;
}


/**********首页 热卖产品************/
.hot {
	width: 100%;
	height: auto;
	padding: 20px 0px 60px 0px;
	margin: 20px auto 0px auto;
	clear: both;
	background-color: #EBEBEB;
	float: left;
}
.hot_box {
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding: 0px 0px 0px 0px;
}

/****************/
.hot_pro {
	float: left;
	width: 90%;
	padding: 2% 5% 3% 5%;
}
.hot_list {
	float: left;
	width: 100%;
	padding: 0px 0%;
	text-align: center;
}
.hot_list img {
	width: 100%;
	clear: both;
}
.hot_list img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.70;
}
.hot_list h1 {
	float: left;
	padding: 0px 0% 10px 0%;
	text-align: center;
	width: 100%;
	line-height: 42px;
	font-weight: normal;
	font-size: 14px;
}


/********内页**********/
h1.c_title {
	font-size: 30px;
	color: #333333;
	line-height: 32px;
	padding: 0px 0px 0% 1%;
	text-align: left;
	clear: both;
	border-left: 5px #333 solid;
	width: 94%;
	margin: 20px 0px 20px 0px;
	float: left;
	position: relative;
}
h1.c_title span {
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	padding: 0px 0px 0% 0%;
	font-weight: normal;
	float: left;
}
h1.c_title a.back {
	color: #0081CC;
	position: absolute;
	top: 8px;
	right: 0px;
	line-height: 42px;
	font-size: 14px;
	width: 120px;
	border-radius: 5px; /* css 3标准 */

    -moz-border-radius: 5px; /* mozilla */
    -webkit-border-radius: 5px;
	border: 1px #ccc solid;
	text-align: center;
	font-weight: normal;
}
h1.c_title a.back:hover {
	color: #55BFFF;
}

.info_box {
	padding: 2% 0% 1% 0%;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.info_box p {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-align: center;
	height: auto;
	text-align: center;
	width: 100%;
	margin: 0px 0%;
}


/*************产品列表****************/
.coop_box {
	padding: 1% 0% 3% 0%;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	background:url(../images/menu_bg.png) repeat center center;
	float: left;
}
.coop_box h1 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 64px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.coop_box h2 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-align: center;
	height: auto;
	text-align: center;
	width: 100%;
	margin: 0px 0%;
}
.coop_box h2 span {
	color: #CCCCCC;
	padding: 0px 10px;
}

.tag_link {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 30px 0px;	
}
.tag_link a {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 36px;
	text-align: center;
	height: 36px;
	text-align: center;
	width: 89%;
	float: left;
	padding: 0px 5%;
	border-radius: 5px; /* css 3标准 */
    -moz-border-radius: 5px; /* mozilla */
    -webkit-border-radius: 5px;
	border: 1px #ccc solid;
	margin: 5px 0px;
}
.tag_link a:hover {
	color: #FFFFFF;
	border: 1px #004CA0 solid;
	background-color: #004CA0;
}

/************/
.products {
	width: 100%;
	height: auto;
	padding: 10px 0px 20px 0px;
	margin: 0px auto;
	clear: both;
	float: left;
}
.pro_con {
	clear: none;
	width: 100%;
	margin: 0px auto;
	float: left;
	padding: 0px 0px 50px 0px;
}
.pro_box {
	clear: none;
	width: 100%;
	margin: 0px auto;
}

.cbox {
	width: 90%;
	float: left;
	border: 1px #EBEBEB solid;
	margin: 0px 0px 20px 0px;
	height: auto;
	padding: 15px 5% 20px 5%;
	text-align: center;
	border:1px #EBEBEB solid;
}
.cbox:hover {
	box-shadow:1px 0px 6px #ccc ;
}
.cbox img {
	width: 245px;
	height: 245px;
}
.cbox img:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.60;
}
.cbox .nt {
	padding:5px 10px 10px 10px;
	text-align: center;
	height: auto;
}
.cbox h1 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	color: #4D4D4D;
	line-height: 24px;
	height:24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;

	-o-text-overflow:ellipsis;

	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cbox h1 a {
	color:#000000;
}

.cbox h1 a:hover, .cbox:hover h1 a {
	border-bottom:1px dotted #fff;
	color:#78C4A0;
}

.cbox p {
	font-size:12px;
	color: #999999;
	text-align: left;
	line-height: 24px;
	height:48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;

	-o-text-overflow:ellipsis;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cbox p span {
	padding-left: 0px;
}

/*****更多******/
.more {
	clear: both;
	padding: 5% 0% 5% 0%;
	width: 50%;
	margin: 0px auto;
}
.more a {
	clear: both;
	float: left;
	padding: 5% 0px 5% 0px;
	width: 100%;
	color: #999;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	border: 1px #ccc solid;
}
.more a:hover, .cbox:hover .more a {
	color: #fff;
	border: 1px #78C4A0 solid;
	background-color: #78C4A0;
}


/***********************翻页************************/
#Page{
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	line-height: 40px;
	padding: 50px 0px 50px 0px;
	margin: 0px auto;
}
.pages .cpb {
	background:#78C4A0;
	border:1px solid #78C4A0;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px 5px 0px 0px;
	padding:7px 12px 7px 12px;
	line-height: 20px;
}
 .pages span {
	padding:7px 0px 7px 0px;
} 
.pages a {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#666666;
	margin:5px 5px 0px 0px;
	padding:7px 12px 7px 12px;
	text-decoration:none;
	line-height: 20px;
}   
.pages a:hover{background: #78C4A0;border:1px solid #78C4A0;color:#FFFFFF;}  



/*********产品详情***********/
.proleft {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
.proright {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0px 20px 0px;
}
.proright img {
	width: 100%;
	float: left;
	height: auto;
}

.proleft h1 {
	margin-bottom: 10px;
	line-height: 42px;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
.proleft p {
	color: #333333;
	line-height: 28px;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	clear: both;
	width: 94%;
	padding:0px 0%;
	margin: 0px auto 0px auto;
	float: left;
}
.proleft p span {
	color: #999999;
	line-height: 28px;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.price {
	color: #FF9900;
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.price strong {
	color: #000000;
	line-height: 26px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.price span {
	color: #666666;
	line-height: 24px;
	font-size: 12px;
	padding-left: 10px;
	font-weight: normal;
}

#fx {
	clear: both;
	padding: 10px 0px 30px 0px;
	float: left;
	width: 100%;
	display: none;
}

.fxbox {
	width: 100px;
	height: 32px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px; /* webkit */
	background-color: #008AD9;
	float: left;
	clear: both;
}
.fxbox:hover {
	background-color: #8DC63E;
}
.fxbox a {
	color: #FFFFFF;
	font-family:"微软雅黑","宋体",Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-size: 16px;
}
.fxbox a:hover {
	color: #FFFFFF;
}


/*********购买**********/
.buy {
	line-height: 50px;
	height: 50px;
	padding: 20px 10% 30px 10%;
	clear: both;
	margin: 0px auto;
	text-align: center;
	width: 80%;
	float: left;
}
.buy a {
	color: #666666;
	outline: none;


	-webkit-border-radius: 4px;
	border: 1px #ccc solid;
	line-height: 48px;
	height: 48px;
	padding: 0px 5%;
	cursor: pointer;
	width: 90%;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	float: left;
}
.buy a:hover{
	color: #FFFFFF;
	background-color: #FF8000;
}


/*********************tab***************************/
.Menubox {
	width:100%;
	background:url(/images/nav.jpg) repeat-x center bottom;
	height:42px;
	line-height:42px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px #ccc solid;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	width:33%;
	text-align:center;
	font-weight:normal;
	height: 42px;
	line-height: 42px;
	margin-bottom: 5px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	border-bottom: none;
	color: #666666;
	font-size: 15px;
}
.Menubox li.hover{
	width:33%;
	color:#FFFFFF;
	font-weight:bold;
	height:42px;
	line-height:42px;
	font-size: 15px;
	border: none;
	border-bottom: none;
	background-color: #78C4A0;
	float: left;
}
.Menubox li a {
	color:#999999;
	font-weight: bold;
	font-size: 14px;
}
.Menubox li a:hover {
	color:#FF6600;
}
.Menubox li.hover a {
	color:#00A8F0;
}
#con_two_1, #con_two_2, #con_two_3, #con_two_4,#con_two_5, #con_two_6, #con_two_7, #con_two_8  {
	height: auto;
	width: 100%;
	clear: both;
	display: none;
}
.tabconbox {
	width: 100%;
	float: left;
	height: auto;
	min-height:100px;
	padding: 10px 0px 0px 0px;
	color: #333333;
}
.tabconbox h2.ch {
	line-height: 42px;
	font-size: 16px;
}
.tabconbox img {
	max-width: 100%;
}

/***********/
.p_con {
	padding: 1% 0px 4% 0px;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.title_c {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px #E0E0E0 solid;
	margin-bottom: 2%;
}
.title_c_right {
	float: right;
	text-align: right;
}
img.float_img_left {
	padding: 9px 40px 10px 0px;
	text-align: left;
	float: left;
	width: 420px;
}
img.float_img_right {
	padding: 10px 0px 30px 40px;
	text-align: left;
	float: right;
	width: 330px;
}
.title_c h1 {
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 42px;
	color: #78C4A0;
	font-weight: bold;
	text-transform: none;
	float: left;
	clear: both;
	width: auto;
	border-bottom: 1px #FFCC00 solid;
}
.title_c h1 span {
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 42px;
	color: #999999;
	font-weight: normal;
}
.p_con p {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0px;
}



/********优势********/
.adv {
	clear: none;
	float: left;
	width: 100%;
	padding: 2% 0px 3% 0px;
	background-color: #FFFFFF;
}
.adv:after{
     display:inline-block;
     overflow:hidden;
     width:100%;
     height:0;
     content:'';
     vertical-align:top;
}
.adv_list {
	float: left;
	width: 33%;
	padding: 0px 0% 10px 0%;
	text-align: center;
	display:inline-block;
	position: relative;
}
.adv_list img {
	max-width: 100%;
	clear: both;
	margin: 0px auto;
	width: 100%;
	height: 100px;
}
.adv_list h1 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
	margin: 10px 0% 5px 0%;
	text-align: center;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	background-color: #78C4A0;
	padding: 5px 0px 5px 0px;
}





/***********解决方案**********/
.com_box {
	width: 96%;
	float: left;
	margin: 0px 0px 30px 0px;
	height: auto;
	padding: 0% 2% 5% 2%;
	clear: both;
}
.com_box h1 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #78C4A0;
	text-align: left;
	margin: 10px 0px 10px 0px;
}

.com_box p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}


.support_con {
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 20px auto 20px auto;
	float: left;
}
.sup_box {
	clear: none;
	width: 90%;
	float: left;
	margin: 10px 0%;
	text-align: center;
	padding: 6% 5% 6% 5%;
	height: auto;
	background: radial-gradient(#ffffff, #E6E6E6); 
    background: -o-radial-gradient(#ffffff, #E6E6E6); 
    background: -moz-radial-gradient(#ffffff, #E6E6E6);
    background: radial-gradient(#ffffff, #E6E6E6); 
}
.sup_box img {
	width: 40%;
	height: auto;
	margin: 0px 30% 0px 30%;
	float: left;
}
.sup_box .sup_t {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px;
}
.sup_box h1 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #78C4A0;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
.sup_box p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}



/********案例*********/
.sol_list {
	float: left;
	height: auto;
	width: 90%;
	padding: 5% 5%;
	margin: 8px 0%;
	background-color: #FFFFFF;
	border: 1px #EBEBEB solid;
}
.sol_list:hover {
	background-color: #FFFFFF;
	border: 1px #78C4A0 solid;
	box-shadow:1px 0px 6px #ccc ;
}
.sol_list .nimg {
	float: left;
	height: auto;
	width: 100%;
}
.sol_list .nimg img {
	height: 200px;
	width: 100%;
}
.sol_list .nimg img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.sol_list .ntext {
	float: left;
	height: auto;
	width: 100%;
	padding-left: 0%;
}
.sol_list .ntext h1 a {
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px;
	font-weight: bold;
	float: left;
	clear: both;
	line-height: 36px;
}
.sol_list .ntext h1 a:hover, .sol_list:hover .ntext h1 a {
	color: #78C4A0;
}

.sol_list .ntext h2 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	line-height: 24px;
	clear: both;
}
.sol_list .ntext h2 span {
	padding: 0px 10px 0px 0px;
}
.sol_list:hover .ntext h2 span {
	color: #78C4A0;
}
.sol_list .ntext p {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	border: 1px #ccc solid;
	width: auto;
	text-align: center;
	margin: 5px 8px 0px 0px;
	float: left;
	padding: 5px 15px;
}
.sol_list .ntext p a {
	color: #999999;
}
.sol_list .ntext p a:hover {
	color: #fff;
}
.sol_list:hover .ntext p a {
	color: #fff;
}

.sol_list .ntext p:hover, .sol_list:hover .ntext p {
	color: #fff;
	border: 1px #78C4A0 solid;
	background-color: #78C4A0;
}


.section_p {
	border-radius: 10px; /* css 3标准 */
    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	box-shadow:0px 2px 8px #ccc;
	padding: 2% 3%;
	width: 94%;
	margin: 0px 0px 20px 0px;
	height:auto;
	background-color: #FFFFFF;
	border: 1px #ccc solid;
	float: left;
}

.table {
	width: 100%;
	color: #454545;
	border-collapse: collapse;
	font-size: 14px;
	margin: 0% 0px 1% 0px;
}
.table .thead {
	color: #454545;
	border: 1px #E0E0E0 solid;
	border-collapse: collapse;
	font-weight: bold;
	background-color:#F2F9FD
}
.table .thead td {
	color: #454545;
	border: 1px #E0E0E0 solid;
	border-collapse: collapse;
	font-weight: bold;
}
.table tr {
	width: 100%;
	color: #454545;
	border-collapse: collapse;
}
.table tr:hover {
	background-color: #E9F7E6;
}
.table tr th {
	width: 20%;
	color: #000;
	border: 1px #E0E0E0 solid;
	border-collapse: collapse;
	line-height: 24px;
	padding: 8px 10px;
}
.table tr td {
	width: 20%;
	color: #666666;
	border: 1px #E0E0E0 solid;
	border-collapse: collapse;
	line-height: 24px;
	padding: 5px 6px;
	text-align: center;
}
.table_data tr td {
	width: 14%;
	color: #666666;
	border: 1px #E0E0E0 solid;
	border-collapse: collapse;
	line-height: 24px;
	padding: 5px 6px;
	text-align: center;
}
.table tr th p.en {
	width: 100%;
	color: #666666;
	line-height: 20px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


.table tr td.td_name {
	width: 24%;
}
.table tr td.td_p {
	width: 72%;
}
.table tr td.td_cnname {
	width: 20%;
}
.table tr td.td_cnp {
	width: 18%;
}


/*********加盟条件***********/
ul.con_list {
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 36px;
	width: 100%;
}
ul.con_list li {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 28px;
	height: auto;
	width: 92%;
	background:url(../images/ok.jpg) no-repeat top left;
	padding: 0px 0% 0px 8%;
	float: left;
	margin: 4px 0px 4px 0px;
	text-align: left;
}
ul.con_list li.bad {
	background:url(../images/bad.jpg) no-repeat center left;
}
ul.con_list p.con_tips {
	font-size: 14px;
	line-height: 32px;
	color: #333333;
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
}




/*****文章 列表*********/
.news_con {
	padding: 4% 4% 4% 4%;
	width: 92%;
	height: auto;
	clear: both;
	margin: 0px auto 20px auto;
	float: left;
	border: 1px #ccc solid;
	background-color: #FFFFFF;
}
.news_con:hover {
	box-shadow:1px 0px 6px #ccc ;
}

h1.title_n {
	padding: 0px 0px 10px 0px;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px #ccc solid;
	margin-bottom: 1%;
	line-height: 32px;
	font-weight: normal;
	font-size: 16px;
}
h1.title_n a {
	color: #333333;
}
h1.title_n a:hover {
	color: #78C4A0;
}
.n_date {
	float: left;
	width: 8%;
	padding: 0px;
	margin-right: 2%;
	height: auto;
	font-size: 24px;
	line-height: 36px;
	color: #999999;
	text-align: center;
	display: none;
}
.n_date span {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	font-size: 14px;
	line-height: 36px;
	color: #999999;
	text-align: center;
}
.n_left_img {
	float: left;
	width: 26%;
	padding: 0px 4% 0px 0px;
	margin-right: 0%;
	height: auto;
}
.n_left_img img {
	width: 100%;
	padding: 0px;
	height: auto;
	float: left;
}
.news_de {
	float: left;
	width: 70%;
	text-align: left;
}
.ship_de {
	float: left;
	width: 100%;
	text-align: left;
}
.news_de p {
	padding: 0px 0px 10px 0px;
	float: left;
	clear: both;
	width: 95%;
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
}

.news_de p.time {
	padding: 0px 0px 0px 28px;
	float: left;
	clear: both;
	width: 90%;
	line-height: 32px;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	position: relative;
}
.news_de p.time img {
	padding: 0px;
	width: 24px;
	position: absolute;
	top: 3px;
	left: -3px;
}


/*******标题********/
.newshead {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 20px 0px;
	float: left;
	width: 100%;
}
.newshead h1 {
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.newshead p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
}
.newshead p span {
	padding-left: 20px;
}
.newshead p span.cc a {
	background:url(../images/comments.jpg) no-repeat top left;
	color: #0096D7;
	font-size: 12px;
	padding-left: 20px;
}

/****/
.de_con {
	float: left;
	width: 100%;
	padding: 2% 0% 2% 0%;
}
.info_p {
	clear: both;
	padding: 0px;
	margin-bottom: 4%;
	float: left;
	width: 100%;
}
.info_p p {
	text-align:justify;
	text-justify:inter-ideograph;
	font-size: 14px;
	line-height: 28px;
}
.info_p h1 {
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.de_con img {
	max-width: 100%;
	float: none;
}
/**********关联 推荐 评论留言**************/
.addition {
	clear: both;
	height: auto;
	padding: 10px 0px 20px 0px;
	border-top: 1px #ccc solid;
	margin: 0px 0px;
}
.addition h2 {
	font-size: 18px;
	color: #0887D7;
	line-height: 30px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.jiathis_style {
	float: left;
	color: #333333;
	display: none;
}
.pan {
	clear: both;
	height: auto;
	padding: 10px 0px 10px 0px;
	width: 100%;
	float: left;
}
.pan p {
	clear: both;
	padding: 0px 0px 0px 0px;
	line-height: 28px;
	font-size: 14px;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
}
.pan p.pre {
	background: none;
}
.pan p.next {
	background: none;
}
.pan p a {
	color: #666666;
	background: none;
	background-color: #FFFFFF;
}
.pan p a:hover {
	color: #57C5F8;
	background-color: #FFFFFF;
}

/*******右侧********/
.pc_right {
	padding: 0px 0% 10px 0%;
	text-align: left;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0%;
}
.pc_right ul {
	clear: both;
	padding: 10% 4% 10% 4%;
	width: 92%;
	float: left;
	height: auto;
	background-color: #F0F0F0;
}
.pc_right h1 {
	clear: both;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	line-height: 36px;
}
.pc_right ul li {
	clear: both;
	padding: 10px 0px 10px 0px;
	font-weight: normal;
	color: #666666;
	font-size: 14px;
}
.pc_right ul li a {
	color: #666666;
}
.pc_right ul li a:hover {
	color: #65CAF5;
}
.pc_right ul li p.time {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 90%;
	line-height: 32px;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	position: relative;
}

.more_3 {
	clear: both;
	margin: 8% 0px 8% 0px;
	width: 40%;
	float: left;
}
.more_3 a {
	width: 90%;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	box-shadow: 2px 2px 3px #999;
	border: 1px #ccc solid;
	border-radius: 8px; /* css 3标准 */




    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	text-align: center;
	padding: 4% 9%;
	background-color: #FFFFFF;
	float: left;
}
.more_3 a:hover {
	background-color: #65CAF5;
	color: #FFFFFF;
	border: 1px #65CAF5 solid;
}





/***********联系我们**************/

.contact_con {
	padding: 0% 0px 2% 0px;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.contact_con h1 {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	font-size: 16px;
	padding: 0px 0% 0% 0%;
	color: #333333;
	line-height: 48px;
	margin-bottom: 40px;
	clear: both;
}
.contact_con h1 span {
	color: #999999;
	padding: 0px 20px;
	font-size: 12px;
}

.contact-icons_2 {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 1% 0% 2% 0%;
	float: left;
}
.contact-icons_2 p img {
	width: 50px;
	height: 50px;
	padding-right: 2%;
}
.contact-icons_2 div {
	width: 92%;
	float: left;
	height: auto;
	text-align: center;
	font-size: 14px;
	padding: 4% 4% 4% 4%;
	color: #999999;
	line-height: 28px;
	box-shadow: 0px 0px 6px #ccc ;
}




/***************footer********************/
.footer {
	clear: both;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	float: left;
	background: #333333;
}
.floatbox {
	float: left;
	padding: 40px 0px 0px 0px;
	width: 100%;
	clear: both;
}

.links {
	height: auto;
	color: #666666;
	line-height: 24px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	margin: 0px auto;
	text-align: center;
}
.links a {
	color: #999999;
	padding: 0px 5px;
}
.links a.hover {
	color: #78C4A0;
}
.links a:hover {
	color: #78C4A0;
}

.foot_right {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	float: left;

}
.copyright {
	height: auto;
	color: #666666;
	margin-top: 0px;
	line-height: 28px;
	padding: 5px 0px 50px 0px;
	font-size: 12px;
}
.copyright a {
	color: #666666;
	display: none;
	padding-left: 10px;
}
.copyright a:hover {
	color: #78C4A0;
}


/***********************返回顶部*****************************/
#rightButton{
	position:fixed;
	top:320px;
	right:0px;
	z-index:999999;
	display:block;
}
#right_ul{
	position:relative;
	float: left;
}

#ww,#qq,#tel,#tip,#backToTop,#code{
	width:50px;
	height:auto;
	background:url(../images/icon.png) no-repeat;
}
/*******QQ*********/
#qq{
	background-position:-305px -269px;
	width:50px;
	height:46px;
	display: none;
}
/*******旺旺********/
#ww{ background-position:-305px -221px; width:50px; height:50px;}
#ww:hover{
	background-position:-255px -221px;
}
/*******电话********/
#tel{ background-position:-305px -220px; width:50px; height:49px;}
/*********微信*********/
#code{
	background-position:-305px -315px;
	width:50px;
	height:49px;
	display: none;
}
#code a {
	width:50px;
	height:49px;
	float: left;
}


#tip{
	width:150px;
	height:580px;
	position:absolute;
	right:50px;
	display:none;
	z-index:999999;
	background:url(../images/flag_right.png) no-repeat;
	margin-top: -100px;
	padding: 15px 35px 20px 25px;
	top: 0px;
}


.flagShow_p1{
	font-size:14px;
	line-height:32px;
	color: #333333;
	font-weight: bold;
}
.flagShow_p2{
	font-size:14px;
	color:#999999;
	line-height: 32px;
}
.flagShow_p2 a{
	display:block;
	line-height:24px;
	color: #999999;
	padding: 2px 0px;
}
.flagShow_p2 span{
	margin: 0px;
	float: left;
	line-height: 24px;
	height: 24px;
}
.flagShow_img{
	height: auto;
	text-align: center;
}
.flagShow_line{
	margin: 9px 0px 10px 0px;
}

.flag_qq{ display:none;}
.flag_wx img{
	position:absolute;
	right:-14px;
	bottom:-10px;
}

/**********返回*************/
#backToTop { background-position:-305px -163px; z-index:999999; width:50px; height:59px; display:none;}
a.backToTop_a { width:50px; height:60px; display:block; }
a.backToTop_a:active { background-position:-255px -162px; }

.line91{ line-height:91px; }


/************* 微信二维码 *****************/
.hidden2{
	position:absolute;
	right:50px;
	top:-60px;
	padding: 0px;
	width: 275px;
	height: 361px;
	z-index: 600;
	display: block;
}

#code_img{
	width:270px;
	height:355px;
	background:url(../images/icon.png) -4px -3px no-repeat;
	position:fixed;
	right:90px;
	bottom:67px;
	cursor:pointer;
	display:none;
	_position:absolute;
	_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); 	_margin-bottom:70px;
	z-index: 100000;
}

/********************/
.kf_b {
	float: left;
	width: 100%;
	margin: 0px 0% 10px 0px;
	text-align: center;
}
.kf_b a {
	float: left;
	width: 84%;
	height: auto;
	margin: 0px 0% 3px 0px;
	padding: 0% 2% 0% 14%;
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 32px;
	border-radius: 5px; /* css 3标准 */
    -moz-border-radius: 5px; /* mozilla */
    -webkit-border-radius: 5px;
	box-shadow:1px 1px 5px #999;
	background:url(../images/qq_3.png) no-repeat 10px center;
}
.kf_b a:hover {
	color: #05B0FA;
}


/**********footer 移动端底部快速入口************/
.nav_b{
	display: block;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:999;
	background: url(../images/nav_b_bg.png) repeat top center;
	height: auto;
	float: left;
}
.nav_b li{
	width:17%;
	float:left;
	height: 100%;
	padding: 4% 4% 3% 4%;
	text-align: center;
}
.nav_b li.n_last{
	border-right: none;
}
.nav_b li a{
	font-size:15px;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding: 0px 0% 0px 0%;
	line-height: 24px;
	font-weight: bold;
}
.nav_b li img{
	display: block;
	margin: 0 auto;
	width: 35%;
	clear: both;
	height: auto;
}
.nav_b li p {
	font-size:14px;
	line-height:24px;
	font-weight: bold;
	color:#000;
}
.nav_a p:hover{color:#000;}



}