body{font-size:14px; font-family:"微软雅黑"; background:#fff;}
.fr{ float:right;}
.fl{ float:left;}
.fn{ float:none;}
.f2{ font-size:12px;}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration: none;}
ul,li{padding:0px; margin:0px; list-style:none;}
ul li a:hover{ color:#0069ac;}
div a:hover{ color:#0069ac;}
input,form,select,textarea{ margin:0px;padding:0px; outline:medium; border:0; border-radius:0; background:none; font-family:"微软雅黑"; font-size:14px;}
i,em{ font-style:normal;}
.mo{ margin: 0 auto;}
.most{ width:100%; height:auto; overflow:hidden; display:block;}
.roundBorder{border-radius: 15px;} 
.clear{ clear:both; height:0; overflow:hidden;} 
.dsk{ width:100%; height:100%; display:block; overflow:hidden;}
/*定位*/
.pr{ position: relative;}
.pa{ position: absolute;}
.pf{ position: fixed;}

/*块级转换*/
.db { display: block;}
.dn { display: none;}
.di { display: inline;}
.dib { display: inline-block;}

/*清除浮动*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}

/*首页*/
a { 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.lazy{width:100%;height:100%;background: url(../images/loading.gif) 50% no-repeat;}

.w1200 { width: 1200px; margin: 0 auto;}



.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}

.move {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.header-inner {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
	position: relative;
}

.header.move .header-inner {
	height: 100px;
}

.logo {
	width: 70px;
	height: 68px;
}

.logo2 {
	display: none;
}

.header.move .logo1 {
	display: none;
}

.header.move .logo2 {
	display: block;
}

.header-right {
	width: 910px;
	position: relative;
}

.header.move .header-right {
	padding-top: 15px;
}

.nav {
	width: 100%;
}

.nav ul {
	display: flex;
	justify-content: space-between;
}

.nav li a {
	font-size: 18px;
	color: #f8f8f8;
}
.nav li a.active{
	color: #ffffff;
}
.header.move .nav li a {
	color: #000000;
}

.header.move .nav li a:hover{
	color: #0069ac;
}
.header.move .nav li a.active{
	color: #0069ac;
}
.phone {
	padding-left: 35px;
	background: url(../images/phone.png) no-repeat left center;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 0;
}

.header.move .phone {
	background: url(../images/phone2.png) no-repeat left center;
	color: #0069ac;
	top: 10px;
}

.banner-slide {
	width: 100%;
	height: 949px;
}

.banner-img {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner-arrow {
	width: 105px;
	height: 22px;
	position: absolute;
	bottom: 66px;
	left: 50%;
	margin-left: -600px;
}

.banner-arrow .swiper-button-prev,.banner-arrow .swiper-button-next {
	width: 13px;
	height: 22px;
	background-size: 100% 100%;
}

.mouse {
	width: 22px;
	height: 39px;
	background: url(../images/mouse.png) no-repeat;
	position: absolute;
	bottom: 66px;
	left: 50%;
	margin-left: -11px;
	z-index: 9;
	animation: updown 1s ease-in-out infinite;
}

@keyframes updown {
	0% {
		bottom: 66px;
	}

	50% {
		bottom: 46px;
	}

	100% {
		bottom: 66px;
	}
}

.index-wrap {
	padding-bottom: 45px;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
}

.index-about {
	margin-bottom: 80px;
	margin-top: -40px;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 9;
}

.index-about-title {
	margin-bottom: 50px;
	text-align: center;
}

.index-about-title h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 38px;
	color: #333;
}

.index-about-title p {
	font-size: 18px;
	color: #686868;
}

.index-about-list ul {
	display: flex;
}

.index-about-list li {
	flex: 0 0 25%;
	border-right: 1px #eee solid;
	text-align: center;
}

.index-about-list li:last-child {
	border-right: none;
}

.index-about-list h3 {
	font-weight: normal;
	font-size: 62px;
	color: #1c66d3;
}

.index-about-list p {
	font-size: 16px;
	color: #666;
}

.lesson-tab {
	margin-bottom: 28px;
}

.lesson-tab ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lesson-tab ul:after {
	display: block;
	content: '';
	width: 386px;
}

.lesson-tab li {
	width: 386px;
	height: 64px;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.lesson-tab li a {
	display: block;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 20px;
	color: #fff;

}
.lesson-tab li a:hover{
	color: #ffffff;

}
.b2 {
	background: #cfa972;
}

.b3 {
	background: #8fc31f;
}

.b4 {
	background: #f4ae00;
}

.b5 {
	background: #664e33;
}

.b6 {
	background: #506b15;
}

.b7 {
	background: #f77b24;
}
.b8{background: }

.b9{background: }

.b10{background: }


.b2:hover{
	background: #c49653;
}
.b3:hover{
	background: #78a90f;
}
.b4:hover{
	background: #d59903;
}
.b5:hover{
	background: #533b20;
}
.b6:hover{
	background: #3e560a;
}
.b7:hover{
	background: #e4670f;
}


.b8:hover{background: }

.b9:hover{background: }

.b10:hover{background: }


.lesson-list {
	margin-bottom: 25px;
}

.lesson-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lesson-list li {
	width: 593px;
	height: 358px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}

.lesson-image {
	width: 593px;
	height: 358px;
}

.lesson-con {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(26,82,181,.85);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	transform: scale(1.2);
	opacity: 0;
}

.lesson-list li:hover .lesson-con {
	opacity: 1;
	transform: scale(1);
}

.lesson-box {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px #fff solid;
	color: #fff;
}

.lesson-box h3 {
	font-size: 30px;
}

.lesson-box p {
	margin: 20px 0;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}

.lesson-more {
	display: block;
	width: 26px;
	height: 26px;
	border: 1px #fff solid;
	background: url(../images/ra.png) no-repeat center center;
}

.lesson-more:hover {
	background: url(../images/ra2.png) no-repeat center center #fff;
}

.index-more {
	display: block;
	width: 150px;
	height: 48px;
	margin: 0 auto;
	padding-left: 54px;
	border: 1px #e5e5e5 solid;
	background: url(../images/ra2.png) no-repeat 133px center #fff;
	line-height: 48px;
	font-size: 16px;
	color: #666;
}

.index-more:hover {
	background: url(../images/ra.png) no-repeat 133px center #0069ac;
	color: #fff;
}

.index-video {
	padding: 70px 0;
	background: url(../images/spbg.jpg) no-repeat center center;
	background-size: cover;
}

.video-slide .swiper-slide {
	width: 776px;
	height: 443px;
/*	background: #000;*/
	position: relative;
	border:6px solid #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

.video-img {
	width: 776px;
	height: 443px;
	opacity: 1;
}

.video-slide .swiper-slide-active .video-img {
	opacity: 1;
}

.play-icon {
	width: 106px;
	height: 106px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -53px;
	margin-left: -53px;
	z-index: 9;
	opacity: 0;
}

.video-slide .swiper-slide-active .play-icon {
	opacity: 1;
}

.index-more2 {
	display: block;
	width: 150px;
	height: 48px;
	margin: 50px auto 0;
	padding-left: 54px;
	border: 1px #fff solid;
	background: url(../images/ra.png) no-repeat 133px center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}

.index-more2:hover {
	background: url(../images/ra2.png) no-repeat 133px center #fff;
	color: #0069ac;
	/*background: url(../images/ra.png) no-repeat 133px center #0069ac;
	color: #fff;*/
}

.news {
	padding: 110px 0 70px;
}

.news-container {
	display: flex;
	justify-content: space-between;
}

.news-list {
	width: 610px;
}

.news-list li {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-time {
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px #e6e6e6 solid;
	color: #333;
}

.news-time h3 {
	font-size: 42px;
	font-weight: lighter;
}

.news-time p {
	font-size: 16px;
}

.news-time span {
	display: block;
	width: 60px;
	height: 1px;
	background: #e6e6e6;
}

.news-info {
	width: 490px;
}

.news-name {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-name a {
	color: #333;
}

.news-name a:hover {
	font-weight: bold;
}

.news-con {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list li:hover .news-time {
	background: #0069ac;
	border: 1px #0069ac solid;
	color: #fff;
}

.news-list li:hover .news-time span {
	background: #fff;
}

.news-list li:hover .news-con {
	color: #333;
}

.news-show {
	width: 520px;
}

.news-img {
	width: 520px;
	height: 290px;
	overflow: hidden;
}

.news-img a {
	display: block;
}

.news-img img {
	width: 520px;
	height: 290px;
	transition: all 0.3s;
}

.news-img:hover img {
	transform: scale(1.1);
}

.news-content {
	padding: 0 28px;
	height: 190px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #f2f2f2;
}

.news-content h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-content a {
	color: #333;
}

.news-p {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.footer-top {
	padding: 55px 0;
	background: #282a36;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.hot-tit {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
}

.hot-tit img {
	width: 27px;
	height: 26px;
	margin-right: 14px;
}

.hot h3 {
	margin-bottom: 20px;
	font-size: 32px;
}

.hot p {
	font-size: 16px;
}

.footer-logo {
	width: 510px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-left: 1px #53555e solid;
	border-right: 1px #53555e solid;
	font-size: 14px;
	color: #fff;
}

.footer-logo img {
	margin-bottom: 20px;
}

.footer-qr {
	width: 260px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}


.qr-info h3 {
	font-size: 20px;
	font-weight: normal;
}

.qr-info span {
	display: block;
	margin-bottom: 15px;
	opacity: 0.7;
}

.qr-info p {
	opacity: 0.7;
}

.footer-btm {
	padding: 50px 0;
	background: #262732;
}

.footer-btm-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-btm-left {
	font-size: 14px;
	color: #bababc;
}
.footer-btm-left a{color: #bababc;}
.footer-nav {
	margin-bottom: 15px;
	font-size: 14px;
	color: #bababc;
}

.footer-nav a {
	color: #bababc;
}

.footer-nav span {
	margin: 0 30px;
}

.link {
	width: 310px;
	position: relative;
}

.link-tit {
	width: 100%;
	height: 42px;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #8397b8;
	background: #1c1e26;
}

.link-slide {
	display: none;
	width: 300px;
	background: #131524;
	position: absolute;
	bottom: 42px;
	left: 5px;
	z-index: 9;
}

.link-slide a {
	display: block;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #8397b8;
}

.link-slide a:hover {
	background: #2f334c;
}

.link:hover .link-slide {
	display: block;
}

/* 关于我们 */
.inside-banner {
	width: 100%;
	height: 543px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inside-bar {
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	line-height: 60px;
}

.your-position {
	font-size: 12px;
	color: #848584;
}

.your-position a {
	color: #848584;
}

.sub-nav {
	font-size: 0;
}

.sub-nav a {
	display: inline-block;
	width: 175px;
	height: 60px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.sub-nav a.active {
	background: #0069ac;
	color: #fff;
}

.about-content {
	padding: 50px;
}

/* 团队风采 */
.team {
	padding: 50px 0;
	width: 1230px;
	margin: 0 auto;
}

.team ul {
	display: flex;
	flex-wrap: wrap;
}

.team li {
	width: 275px;
	margin: 0 15px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.team a {
	display: block;
}

.team-img {
	width: 275px;
	height: 375px;
	overflow: hidden;
}

.team-img img {
	height: 375px;
	transition: all 0.3s;
}

.team li:hover img {
	transform: scale(1.1);
}

.team-info {
	padding: 15px;
	height: 70px;
	background: #fff;
	text-align: center;
}

.team-info h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

.team-info p {
	font-size: 12px;
	color: #999;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.team li:hover .team-info {
	background: #0069ac;
}

.team li:hover .team-info h3 {
	color: #fff;
}

.team li:hover .team-info p {
	color: #fff;
}

/* 招贤纳士 */
.job {
	width: 100%;
	padding: 50px 0;
	display: flex;
}

.job ul {
	width: 50%;
	padding: 0 40px;
	box-sizing: border-box;
}

.job li {
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.job-title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #e6e6e6 solid;
	position: relative;
	font-size: 18px;
	color: #6a6a6a;
}

.job-title:before {
	display: block;
	content: '';
	width: 11px;
	height: 6px;
	background: url(../images/job-a.jpg) no-repeat;
	position: absolute;
	bottom: -1px;
	left: 20px;
}

.job-title em {
	color: #f08519;
}
.job-info{
	color: #666666;
	line-height:30px;
	font-size:16px;
}
/* 精彩视频 */
.videos {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.videos ul {
	width: 105%;
}

.videos li {
	width: 366px;
	float: left;
	margin-right: 51px;
	margin-bottom: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.videos-img {
	width: 366px;
	height: 206px;
	overflow: hidden;
}

.videos-img a {
	display: block;
	position: relative;
}

.videos-img img {
	height: 206px;
}

.videos-img i {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/play.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	transition: all 0.3s;
}

.videos-img:hover i {
	transform: scale(1.1);
}

.videos-name {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.videos-name a {
	color: #333;
}

/* 精品课程 */
.elit {
	padding: 50px 0;
}

/* 新闻资讯 */
.notice {
	padding: 50px 0;
	width: 100%;
}

.notice-wrap {
	margin-bottom: 70px;
}

.notice-item {
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding: 20px;
}

.notice-info {
	width: 780px;
	height: 320px;
	padding-top: 45px;
	padding-left: 108px;
	padding-right: 50px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.notice-img {
	width: 480px;
	height: 254px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 9;
}

.notice-img a {
	display: block;
}

.notice-img img {
	height: 254px;
	transition: all 0.3s;
}

.notice-img:hover img {
	transform: scale(1.1);
}

.notice-title {
	padding: 20px;
	padding-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333;
}

.notice-title a {
	color: #333;
}

.notice-con {
	height: 141px;
	padding: 0 24px;
	background: url(../images/dot.png) no-repeat;
}

.notice-content {
	height: 125px;
	overflow: hidden;
}

.notice-con p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.notice-con a {
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 6px;
	border: 1px #1c66d3 solid;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #1c66d3;
}

.notice-con a:hover {
	background: #1c66d3;
	color: #fff;
}

.notice-slide .swiper-pagination {
	padding-left: 200px;
	bottom: 50px !important;
}

.notice-slide .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	border-radius: 6px;
}

.notice-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.notice-list ul:after {
	display: block;
	content: '';
	width: 380px;
}

.notice-list li {
	width: 378px;
	margin-bottom: 35px;
	border: 1px #e6e6e6 solid;
}

.xin-img {
	width: 378px;
	height: 200px;
	overflow: hidden;
}

.xin-img img {
	height: 200px;
	transition: all 0.3s;
}

.xin-img:hover img {
	transform: scale(1.1);
}

.xin-info {
	padding: 15px;
	height: 130px;
}

.xin-title {
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xin-title a {
	color: #333;
}

.xin-time {
	margin-bottom: 15px;
	padding-left: 28px;
	background: url(../images/clock.jpg) no-repeat left center;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.xin-con {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 新闻详情 */
.xq {
	padding: 50px 0;
}

.xq-title {
	padding: 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px #e6e6e6 solid;
	text-align: center;
	position: relative;
}

.xq-title h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
}

.xq-title p {
	font-size: 14px;
	color: #999;
}

.xq-title a {
	display: block;
	width: 76px;
	height: 25px;
	border-radius: 2px;
	background: #0d6cd8;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.xq-title a:hover {
	background: #0069ac;
	color: #fff;
}

/* 助学基金 */
.zx-content {
	padding: 50px;
	padding-bottom: 0;
	position: relative;
}

/* 联系我们 */
.contact {
	padding: 50px 0;
}

.contact-title {
	margin-bottom: 10px;
	text-align: center;
}

.contact-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-item {
	width: 526px;
	margin-bottom: 30px;
}

.contact-name {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-size: 18px;
	color: #1c66d3;
}

.contact-content {
	margin-bottom: 30px;
}

.contact-bar {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
}

.contact-bar img {
	margin-right: 15px;
}


/*公司简介*/
.ah{
    color:#17365d;font-size:43px;
}
.ap1{
    color:#8E97A8;
    font-size: 25px;
    margin-top: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}
.ap2{
    color: #A7000F;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.adv{
    color: #172734;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: -10px;
}
.adv span{
    color:#416285;
}
.adv2{margin: 40px auto 20px;font-weight: bold;font-size:48px;}
.adv2 span{color:#17365d;}
.adv2 b{color:#00b0f0;margin-left:50px; }
.about-content{
    color: #4F4F4F;line-height:45px;font-size:18px;
}
.about-content img{max-width: 100%;}
.weaom{color:#123066;margin-top:20px;font-weight: bold;font-size: 20px;}
.doh{
    color:#00B8F4;font-size:40px;margin:55px auto;
}
.dome{
    color:#17365d;font-size: 46px;margin-bottom: 30px;
}
.dbom span{
    color:#9A1822;font-weight: bold;margin-right: 10px;
}
.xq-content{font-size: 15px;line-height: 30px;color: #666666;display:block;}
.xq-content img{max-width: 100%;}
.xq-content video{display: flex;align-items: center;justify-content:center;margin: 0 auto;}
.qrimg{
	width: 100px;height: 100px;background: #ffffff;	margin-right: 20px;display: flex;align-items: center;justify-content: center;border-radius: 4px;
}

.footer-qr img {
	width: 90px;
	height:90px;
}

.video-left,.video-right {
	width: 210px;
	height: 360px;
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -180px;
	z-index: 9;
}

.video-left {
	right: 0;

}

.video-right {
	left: 0;
}

.kfom{
	width: 85px;height: 85px;display: block;background: url(../images/kefu.png) no-repeat center center;background-size: 100% 100%;position: fixed;right:0;top: 25%;z-index: 999;
}


.bomt p{
	line-height: 35px;
}