﻿/*Pengjin 2018-12-22*/

/* --banner-- */
.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner .bd li img {
	display: block;
	width: 100%;
}
.banner .hd {
	position: absolute;
	bottom: 0.3rem;
	left: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.banner .hd li {
	display: inline-block;
	margin: 0 0.5vw;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	background: #fff;
	border-radius: 50%;
}
.banner .hd li.on {
	background: #ff8315;
}
/* --end banner-- */

/* --product-- */
.product {
	overflow: hidden;
	background: #f7f7f7;
}
.product .tab-menu {
	padding: 5vw 2vw;
	overflow: hidden;
	background: #fff;
}
.product .tab-menu ul {
	display: flex;
}
.product .tab-menu li {
	flex: 1;
	text-align: center;
}
.product .tab-menu li i {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 10vw;
	height: 10vw;
	overflow: hidden;
}
.product .tab-menu li i img {
	display: block;
	position: absolute;
	top: -10vw;
	left: 0;
	width: 10vw;
	height: 20vw;
	transition: all 1s;
}
.product .tab-menu li p {
	padding-top: 2vw;
	font-size: 3.5vw;
	color: #333;
	line-height: 1.5
}
.product .tab-menu li.on img {
	top: 0;
}
.product .tedian {
	position: relative;
	margin: 0 auto 2vw;
	width: 60%;
	overflow: hidden;
}
.product .tedian img {
	display: block;
	width: 100%;
}
.product .tab-main .tabCon {
	padding: 3vw;
	overflow: hidden;
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-list .item {
	width: 49%;
	padding: 2vw;
	background: #fff;
	border: #eee solid 1px;
	box-sizing: border-box;
}
.product-list .item img {
	display: block;
	width: 100%;
}
.product-list .item p {
	margin: 2vw;
	height: 5vw;
	line-height: 5vw;
	text-align: center;
	font-size: 3.2vw;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* --end product-- */


/*模块标题*/
.wrap-title {
	margin-bottom: 3vw;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
}
.wrap-title h2 {
	font-weight: bold;
	font-size: 4.5vw;
	background: url(../images/title_line.png) repeat-x center;
}
.wrap-title p {
	font-size: 3.5vw;
	color: #666;
}
.wrap-title a {
	display: inline-block;
	padding: 0 3.8vw;
	color: #333;
	background: #FFF
}
/*end 模块标题*/

/* --product-- */
.video {
	padding: 5vw 0;
	overflow: hidden;
	background: #fff;
}
.video-slide {
	position: relative;
	padding: 0 3vw 6vw;
	overflow: hidden;
}
.video-slide .item {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: #ddd solid 1px;
}
.video-slide .pic a {
	display: block;
	position: relative;
	width: 100%;
}
.video-slide .pic img {
	display: block;
	width: 100%;
	border-radius: 8px;
}
.video-slide h2 {
	margin: 1vw 2vw;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.video-slide p {
	margin: 0 2vw;
	height: 60px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.video-slide .hd {
	position: absolute;
	bottom: 0rem;
	left: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.video-slide .hd li {
	display: inline-block;
	margin: 0 1vw;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	background: #fff;
	border-radius: 50%;
	border: #d00 solid 1px;
}
.video-slide .hd li.on {
	border-color: #d00;
	background: #d00;
}
/* --end product-- */
/* Solution YangFangLing 2018年10月19日 */
.Solution {
padding: .938rem 0;
}
.SolutionBot {
margin-top: .625rem;
	text-align: center;
}
.SolutionBot span {
width: .188rem;
height: .188rem;
	border-radius: 50%;
	border: 1px #ccc solid;
	display: inline-block;
margin: 0 .1rem;
}
.SolutionBot span.on {
	background-color: #faba0a;
	border: 1px #faba0a solid;
}
.SolutionTop {
margin-top: .625rem;
}
.SolutionTop ul li {
	float: left;
	width: 48%;
	margin-left: 4%;
	text-align: center;
	background-color: #e9e9e9;
padding-bottom: .313rem;
}
.SolutionTop ul li:first-child {
	margin-left: 0;
}
.SolutionTop ul li span img {
	display: block;
	width: 100%;
}
.SolutionTop ul li p {
font-size: .375rem;
margin-top: .234rem;
padding: 0 .3rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.SolutionTop ul li p a {
	color: #595757;
}
.SolutionTop ul li a.More {
height: .625rem;
line-height: .625rem;
	background-color: #fff;
	border-radius: 5rem;
padding: 0 .481rem;
	display: inline-block;
margin-top: .234rem;
}
/* Solution End */
/* Qualification YangFangLing 2018年10月19日 */
.Qualification {
padding: .938rem 0;
}
.QualificationTop {
margin-top: .625rem;
}
.QualificationTop ul li {
	width: 48%;
	margin-left: 2%;
	text-align: center;
	float: left;
	position: relative;
margin-bottom: .3rem;
}
.QualificationTop ul li:first-child {
	margin-left: 0;
}
.QualificationTop ul li span {
	width: 100%;
	margin: 0 auto;
	display: block;
border-radius: .2rem;
	overflow: hidden;
box-shadow: 0 0 .313rem rgba(0,0,0,0.2);
	position: relative;
	z-index: 9;
}
.QualificationTop ul li span img {
	width: 100%;
	display: block;
}
.QualificationTop ul li p {
	color: #666;
font-size: .45rem;
margin-top: .313rem;
	position: relative;
	z-index: 9;
}
.QualificationTop ul li i {
	display: block;
	width: 100%;
	height: 2rem;
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
bottom: -.3rem;
	z-index: 1;
}
.QualificationBot {
margin-top: .7rem;
}
/* Qualification End */
/* --service-- */
.service {
	padding: 5vw 0;
	overflow: hidden;
	background: #f7f7f7;
}
.service .wrap-title a {
	background: #f7f7f7
}
.service-tab {
	padding: 0 3vw;
	overflow: hidden;
}
.service-tab .tab-menu {
	background: #fff;
	overflow: hidden;
	border-bottom: #f0f0f0 solid 1px;
}
.service-tab .tab-menu ul {
	display: flex;
}
.service-tab .tab-menu li {
	flex: 1;
	text-align: center;
	font-size: 3.5vw;
	padding: 3vw 0;
	color: #333;
	border-right: #f0f0f0 solid 1px;
}
.service-tab .tab-menu li:last-child {
	border-right: none;
}
.service-tab .tab-menu li.on {
	background: url(../images/service_cur.png) repeat-x bottom;
}
.service-tab .tabCon {
	position: relative;
	padding-top: 3vw;
	background: #fff;
	overflow: hidden;
}
.service-tab .pic {
	position: relative;
}
.service-tab .pic img {
	display: block;
	width: 100%;
}
.service-tab i {
	position: absolute;
	left: 2vw;
	top: 53vw;
	display: block;
	width: 8vw;
	height: 8vw;
}
.service-tab i img {
	display: block;
	width: 100%;
}
.service-tab .text {
	padding: 3vw 3vw 5vw 14vw;
	overflow: hidden;
	line-height: 1.5;
}
.service-tab .text h3 {
	margin-bottom: 1vw;
	font-size: 4.5vw;
	font-weight: normal;
	color: #000;
}
.service-tab .text p {
	font-size: 3.2vw;
	color: #666;
}
/* --end service-- */

/*case*/
.case {
	padding: 5vw 0;
	overflow: hidden;
	background: #fff;
}
.case-tab {
	padding: 0 3vw;
	overflow: hidden;
}
.case-tab .tab-menu {
	margin-bottom: 3vw;
	overflow: hidden;
}
.case-tab .tab-menu ul {
	display: flex;
	justify-content: center;
}
.case-tab .tab-menu li {
	text-align: center;
	font-size: 3.5vw;
	margin: 0 2vw;
}
.case-tab .tab-menu li a {
	display: block;
	padding: 3vw;
	color: #666;
}
.case-tab .tab-menu li.on a {
	color: #fff;
	background: #ff8315;
}
.case-tab .case-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case-item {
	margin-bottom: 2vw;
	width: 49%;
}
.case-item p {
	width: 100%;
	margin-top: 1vw;
	padding: 0 2vw;
	line-height: 2;
	font-size: 3.2vw;
	color: #666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.case-item .pic img {
	display: block;
	width: 100%;
}
.case-item:first-child {
	position: relative;
	width: 100%;
}
.case-item:first-child p {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 333;
	text-align: left;
	color: #fff;
	font-size: 4vw;
	background: rgba(0,0,0,0.6);
}
/*end case*/

/*aboutus*/
.aboutus {
	padding: 5vw 3vw 5vw;
	overflow: hidden;
	background: #fff;
}
.aboutus .wrap-title a {
	background: #f7f7f7
}
.aboutus .pic {
	position: relative;
	top: 0vw;
}
.aboutus .pic img {
	display: block;
	width: 100%;
}
.aboutus .text {
	position: relative;
	z-index: 333;
	top: 0vw;
	padding: 5vw;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
}
.aboutus .abstr {
	font-size: 15px;
	;
	color: #666;
	line-height: 1.75;
}
.abt-list {
	margin-top: 5vw;
	display: flex;
	justify-content: space-between;
}
.abt-list .item {
	flex: 1;
	text-align: center;
	border-right: #eee dotted 1px;
}
.abt-list .item:last-child {
	border-right: none;
}
.abt-list span {
	display: block;
	margin-bottom: 1vw;
	font-size: 5vw;
	color: #000;
}
.abt-list em {
	display: inline-block;
	position: relative;
	top: -2vw;
	width: 5vw;
	height: 5vw;
	line-height: 5vw;
	text-align: center;
	font-size: 2.7vw;
	vertical-align: bottom;
	color: #fff;
	background: #ff8315;
	border-radius: 50%;
}
.abt-list p {
	color: #666;
	font-size: 3vw;
}
.abt-list i {
	display: block;
	margin: 3vw auto 2vw;
}
/*end aboutus*/

/*news*/
.news {
	margin-top: -5vw;
	padding: 5vw 0;
	overflow: hidden;
	background: #fff;
}
.news-tab {
	position: relative;
}
.news-tab .tab-menu {
	margin: 0 3vw;
	overflow: hidden;
	border-bottom: #f7f7f7 solid 1px;
}
.news-tab .tab-menu ul {
	display: flex;
	justify-content: center;
}
.news-tab .tab-menu li {
	text-align: center;
	font-size: 3.5vw;
	margin: 0 2vw;
}
.news-tab .tab-menu li a {
	display: block;
	padding: 3vw;
	color: #666;
}
.news-tab .tab-menu li.on a {
	background: url(../images/service_cur.png) repeat-x bottom;
}
.news-tab .tabCon {
	padding: 0 3vw;
	overflow: hidden;
}
.news-tab .item {
	padding: 3vw 0;
	border-bottom: #eee dashed 1px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.news-tab .item:last-child {
	border-bottom: none;
}
.news-tab .pic {
	width: 35%;
}
.news-tab .pic img {
	display: block;
	width: 100%;
}
.news-tab .text {
	padding-left: 3vw;
	width: 65%;
	box-sizing: border-box;
}
.news-tab .text h3 {
	margin-bottom: 1.5vw;
	font-size: 4vw;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-tab .text p {
	font-size: 3.2vw;
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/*end news*/

.list-con {
	width: 100%;
	padding: 0rem 0;
}
.list-con .list-con_top {
	width: auto;
}
.list-con ul li {
	width: 94%;
	margin: 0 auto;
	padding: 0.25rem 0;
	border-bottom: 0.025rem solid #f3f3f3;
}
.list-con ul li:last-child {
	border-bottom: none;
}
.list-con ul li .listContent {
	margin: 0 0.25rem;
	position: relative;
}
.listContent_left {
	width: 37%;
	float: left;
	background: #FFF;
}
.listContent_left img {
	width: 100%;
	height: 90px;
}
.listContent_right {
	/*width: 10.5rem;*/
	width: 60%;
	float: right;
	height: inherit;
	padding: 0px 0;
}
.listContent_right h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
}
.listContent_right {
	color: #959595;
}
.listContent_right p {
	font-size: 12px;
	margin-top: 0px;
	line-height: 18px;
	display: block;
	background: #F68932;
	padding-left: 5px;
	color: #fff;
	width: 70px;
}
.listContent_right p a {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.listContent_right p a:nth-child(1) {
	color: #959595;
}
.listContent_right div {
	font-size: 0.25rem;
	color: #959595;
	padding-top: 0.25rem;
}
.listContent_right div span {
	display: inline-block;
	width: 0.5rem;
	height: 0.4rem;
	background: url("../img/common/see-ico.png")no-repeat;
	background-size: 0.5rem;
	background-position: 0 0.1rem;
	padding-right: 0.08rem;
}
.listContent_left1 {
	width: 30px;
	;
	height: 30px;
	;
	float: left;
}
.listContent_right1 {
	/*width: 10.5rem;*/
	width: 60%;
	float: left;
	height: inherit;
}
.listContent_right1 h3 {
	font-size: 0.4rem;
	font-weight: normal;
}
.listContent_right1 {
	color: #959595;
}
.listContent_right1 p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 18px;
}
.list-con ul li {
	display: none;
}
.list-con ul li:nth-child(1), .list-con ul li:nth-child(2), .list-con ul li:nth-child(3), .list-con ul li:nth-child(4) {
	display: block;
}
.ne_news_main_t {
	padding-top: 10px;
	width: 92%;
	margin: 0 auto
}
.ne_news_main_t dl {
	padding-left: 0px;
}
.ne_news_main_t dl dd {
	padding: 5px 0px 5px 0px;
	position: relative;
	min-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.e_news_mt {
	margin-right: 137px;
	min-height: 80px;
	position: relative;
}
.ne_news_main_t dl dd table {
	position: absolute;
	right: 15px;
	top: 12px;
	width: 123px;
	height: 80px;
}
.ne_news_main_t dl dd table img {
	max-width: 123px;
	max-height: 80px;
}
.e_news_mt span, .ne_news_main_t dl dd span {
	display: block;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 22px;
	max-height: 40px;
}
.e_news_mt span a, .ne_news_main_t dl dd span a {
	display: block;
	color: #333;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 22px;
	max-height: 40px;
	overflow: hidden;
}
.e_news_mt em {
	display: block;
	color: #888;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.ne_news_main_t dl dd em {
	display: block;
	color: #888;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	margin-top: 5px;
}
.mainCon .conBox {
	padding-top: 0rem;
}
.mainCon .conBox li {
	float: left;
	width: 49%;
	margin-left: 2%;
	box-sizing: border-box;
padding: .117rem;
	border: 1px solid #e3e3e3;
	margin-bottom: 0.15rem;
	background: #FFF
}
.mainCon .conBox li img {
	display: block;
	width: 100%;
	height: 130px
}
.mainCon .conBox li:nth-child(2n+1) {
	margin-left: 0;
}
.mainCon .conBox li h3 {
	font-size: 15px;
	color: #666666;
margin: .75rem 0 1.167rem 0;
	font-weight: normal;
	text-align: center;
}
.mainCon .conBox li p {
	width: 100%;
	;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mainCon .conBox .btn {
	height: 2.458rem;
	overflow: hidden
}
.mainCon .conBox .btn a {
	display: block;
	width: 50%;
	float: left;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	height: 2.458rem;
	line-height: 2.457rem;
	border-left: 1px solid #e3e3e3;
	box-sizing: border-box;
	font-size: 0.9rem;
}
.mainCon .conBox .btn a:first-child {
	border-left: none;
}
.more {
	font-size: 14px;
	color: #a41018;
	line-height: 1rem;
	margin-top: 10px;
	display: block;
	text-align: center;
	border: 1px #CCCCCC solid;
	border-radius: 20px;
	line-height: 30px;
	width: 120px;
	margin: 20px auto;
}
.more img {
	width: 15px;
	;
	display: inline-block;
	margin-left: 2%;
	position: relative;
	top: 0.07rem;
}
nav {
	width: 100%;
	background: #fff;
}
nav img {
	display: block;
	width: 100%;
}
nav a {
	display: block;
	width: 25%;
	float: left;
	border-left: 1px solid #ededed;
	box-sizing: border-box;
	height:2.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
}
nav a div{

	height:40px;;

}
nav a img {
	width: 40%;
	margin: 0 auto;
}
nav a:nth-child(1), nav a:nth-child(2), nav a:nth-child(3), nav a:nth-child(4) {
	border-bottom: 1px solid #ededed;
}
nav a:nth-child(4n+1) {
	border-left: none;
}
nav a em {
	font-size: 14px;
	color: #333333;
	display: block;
	margin-top: 0.3rem;
}
.aa {
	width: 90%;
	font-size: 0;
	margin: 0 auto 65px
}
.ab {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	padding: 0 0.1rem;
	text-align: center;
	border: 1px solid #f6f6f6;
	border-radius: 0.05rem;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #333;
	margin: 0 0.16rem 0.16rem 0;
	float: left;
	background: #FFF
}
.ab.active {
	background-color: #fe0101;
	border-color: #fe0101;
	color: #fff;
}
#container .canyun ul {
	background: #f4f4f4;
	overflow: hidden;
	padding: 6% 0;
}
#container .canyun ul li {
	width: 18%;
	font-size: 0.2rem;
	float: left;
	margin: 0 3% 0 4%;
	text-align: center;
}
#container .canyun ul li img {
	margin-bottom: 0.05rem;
}
#container .gueatbook {
	margin: 5% 0;
}
#container .photo {
	width: 95%;
	margin: auto;
	font-size: 0.3rem;
}
#container .photo img {
	display: inline;
	width: 6%;
	vertical-align: middle;
}
#container .buttom {
	float: right;
	width: 35%;
	border-radius: 10px;
	border: 1px solid #0fc4bf;
	color: #0fc4bf;
	font-size: 24px;
	text-align: center;
}
#container .guesttitle {
	width: 65%;
	margin: 5% auto;
	text-align: center;
	padding-bottom: 2%;
	font-size: 0.28rem;
	background: url(../images/tu_22.jpg) no-repeat bottom;
}
#container .guesttitle span {
	color: #0fc4bf;
}
#container .gueatbook form {
	width: 95%;
	margin: 0 auto 5% auto;
	font-size: 0.12rem;
}
#container .gueatbook form input {
	padding: 0;
	height: 0.8rem;
	margin: 1.5% 0;
	width: 100%;
	text-indent: 0.1rem;
	font-size: 0.24rem;
	border: #e1e1e1 solid 1px;
	color: #b7b7b7;
}
#container .gueatbook form textarea {
	padding: 0;
	height: 1.7rem;
	margin: 1.5% 0;
	width: 100%;
	text-indent: 0.1rem;
	font-size: 0.24rem;
	border: #e1e1e1 solid 1px;
	color: #b7b7b7;
}
#container .gueatbook .buttoms {
	background: #ED4147;
	color: #fffefe;
	border-radius: 0.06rem;
}
#container .address, #container1 .address {
	max-width: 6.4rem;
	line-height: 0.24rem;
	background: #f4f4f4;
	overflow: hidden;
	font-size: 0.22rem;
	border-top: 1px solid #e1e1e1;
	padding: 4% 0;
}
#container .addressw, #container1 .addressw {
	max-width: 6.4rem;
	line-height: 0.35rem;
	background: #f4f4f4;
	overflow: hidden;
	padding: 4% 0;
	font-size: 0.22rem;
	border-top: 1px solid #e1e1e1;
	margin-bottom: 0.8rem;
}
#container .addressleft, #container1 .addressleft {
	float: left;
	width: 20%;
	text-align: right;
}


	.pop2 {  display: none;  width:80%;  position: fixed;  top:55%;  left: 0; right: 0;  margin: auto;  padding: 0px;  z-index: 99999999;  }
	.pop-top2{  height:30px;  width:30px;  border-bottom: 0px #E5E5E5 solid; padding:6px 22px; line-height:50px; margin:10px auto 0 auto }
	.pop-close2{ width:20px; height:20px; background:url(../images/close.png) center center no-repeat; background-size:100%; border-radius:50%; padding:5px;}
	
	.pop-top2 h2{  float: left;  display:black; font-size:20px; line-height:35px;}
	.pop-top2 span{  float: right;  cursor: pointer;  font-weight: bold; display:black}
	.pop-foot2{  height:50px;  line-height:50px;  width:100%;  text-align: right;  }
	.pop-cance2, .pop-ok {  padding:8px 15px;  margin:15px 5px;  border: none;  border-radius: 5px;  background-color: #337AB7;  color: #fff;  cursor:pointer;  }
	.pop-cance2 {  background-color: #000;   color: #000;  }
	.pop-content2{  height: auto;  border-radius: 8px; background-color: #f1f1f1;  }
	.pop-content-left{  float: left;  }
	.pop-content-right{  width:310px;  float: left;  padding-top:20px;  padding-left:20px;  font-size: 16px;  line-height:35px;  }
	.bgPop2{  display: none;  position: fixed;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.7);  }
	.pop-content2 iframe{ width:100%; margin:0 auto;   height:485px; border-radius:6px;}
	.pop-close11{ position: absolute;  z-index: 129;right: 0;  top:5px;  width:50px;  height:30px;  float:right; margin-right:-25px; font-size:20px; color:#333; line-height:20px; padding:0 5px 0 10px;}
	
	.bgPop2{  display: none;  position: fixed;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background:rgba(0,0,0,0.4)}
	.kefu_tel{}
	.kefu_tel li{ font-size:18px; line-height:40px; border-bottom:1px #f1f1f1 solid;}
	.kefu_tel li a{ font-size:18px; line-height:40px; color:#F00}
	
	.pop3 {  display: none;  width:80%;  position: fixed;  top:55%;  left: 0; right: 0;  margin: auto;  padding: 0px;  z-index: 99999999;  }
	.pop-top3{  height:30px;  width:30px;  border-bottom: 0px #E5E5E5 solid; padding:6px 22px; line-height:50px; margin:10px auto 0 auto }
	.pop-close3{ width:20px; height:20px; background:url(../images/close.png) center center no-repeat; background-size:100%; border-radius:50%; padding:5px;}
	
	.pop-top3 h2{  float: left;  display:black; font-size:20px; line-height:35px;}
	.pop-top3 span{  float: right;  cursor: pointer;  font-weight: bold; display:black}
	.pop-foot3{  height:50px;  line-height:50px;  width:100%;  text-align: right;  }
	.pop-cance3, .pop-ok {  padding:8px 15px;  margin:15px 5px;  border: none;  border-radius: 5px;  background-color: #337AB7;  color: #fff;  cursor:pointer;  }
	.pop-cance3 {  background-color: #000;   color: #000;  }
	.pop-content3{  height: auto;  border-radius: 8px; background-color:#f1f1f1;  }
	.pop-content-left{  float: left;  }
	.pop-content-right{  width:310px;  float: left;  padding-top:20px;  padding-left:20px;  font-size: 16px;  line-height:35px;  }
	.bgPop3{  display: none;  position: fixed;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.7);  }
	.pop-content3 iframe{ width:100%; margin:0 auto;   height:485px; border-radius:6px;}
	.pop-close11{ position: absolute;  z-index: 129;right: 0;  top:5px;  width:50px;  height:30px;  float:right; margin-right:-25px; font-size:20px; color:#333; line-height:20px; padding:0 5px 0 10px;}
	
	.bgPop3{  display: none;  position: fixed;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background:rgba(0,0,0,0.4)}
	.kefu_tel{}
	.kefu_tel li{ font-size:18px; line-height:40px; border-bottom:1px #f1f1f1 solid; text-align:center}
	.kefu_tel li a{ font-size:18px; line-height:40px; color:#F00}
	
	
/* 瀛椾綋鍥炬爣鏍峰紡 */
.icon_nav {

  margin-bottom:0%;
 
    border-bottom:1px #E1E1E2 solid;
}
.icon_nav ul li {
  width: 31.3%;
  text-align: center;
  float: left;
  margin: 0 1%;
  margin-top: 4%;
margin-bottom: 2%; 
}
.icon_nav ul li:nth-child(3) {
  width: 31.3%;
  text-align: center;
  float: left;
  margin: 0 1%;
  margin-top: 4%;
margin-bottom: 2%; 
}
.icon_nav ul li a strong {
 display: inline-block;
    border-radius:50%;
    color: #fff;
    font-size: 0.55rem;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-weight: normal;
	 padding:0.1rem;
}

.icon_nav ul li a strong img{

    width:1.8rem;
  
}


.icon_nav ul li a span {
  display: inline-block;
  color: #333;
  font-size:16px;
  margin-top: 3%;
  width: 100%;
   text-align: center;
  
 
}
 .icon_nav ul li:first-child strong{
	 font-size: 0.45rem;
}
.icon_nav ul li:first-child a span {
  display: inline-block;
  color: #333;
  font-size:14px;
  margin-top: 3%;
  width: 100%;
   text-align: center;
  
 
}


