/* 提升形式 */

.tisheng ul{ margin:0; padding:30px 0; display: flex; justify-content: space-between;}
.tisheng li{ list-style:none;margin:0 5px; border-right:1px solid #ccc; height:130px;}
.tisheng li h4{font-size:18px; font-weight:bold; padding-left: 20px;}
.tisheng li .tslist a{ font-size:16px; margin-right:15px; width:95px; display:block; float:left; line-height:30px;}
.tisheng li .tslist img{ float:right;}
.tisheng li .rwz{ width:130px; float:right; font-size:22px; font-weight:bold;}
.tisheng li .rwz span{ color:#e50101;}
.tisheng li .rwz .btn{ background:#0aa468; width:130px; height:35px; font-size:20px; line-height:15px; margin-top:10px;}
.tisheng li .tslist{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.tishengli1{
	width: 40%;
    display: flex;
}
.li1img{
    float: left;
	width: 150px;
}
.tishengli2{
	width: 32%;

}
.tishengli3{
	float: right;
}
.tishengli3 img{
	margin-right: 15px;
}

/*四大学历提升方式*/
.four{
	background: url(/template/guanwang/images/edu/fourbg.jpg) no-repeat center;
	height: 728px;
	margin: 0;
}
.four h3{
	font-size: 56px;
	font-weight: bold;
	padding: 60px 0;
    text-align: center;
}
.four h3 span{
	color: #0aa468;
	
}
.four ul{
    display: flex;
    justify-content: space-between;
}
.four li{
	list-style: none;
	width: 283px;
	height: 466px;
	text-align: center;
}
.four .fourli1{
	background: url(/template/guanwang/images/edu/fourbg1.jpg) no-repeat center;
	box-shadow: 0px 0px 3px 2px #dcdbdb;
}
.four .fourli2{
	background: url(/template/guanwang/images/edu/fourbg2.jpg) no-repeat center;
	box-shadow: 0px 0px 3px 2px #dcdbdb;
}
.four .fourli3{
	background: url(/template/guanwang/images/edu/fourbg3.jpg) no-repeat center;
	box-shadow: 0px 0px 3px 2px #dcdbdb;
}
.four .fourli4{
	background: url(/template/guanwang/images/edu/fourbg4.jpg) no-repeat center;
	box-shadow: 0px 0px 3px 2px #dcdbdb;
}
.four img{
	margin-top: 20px;
}
.four .fourli1 h4,.fourli2 h4,.fourli3 h4,.fourli4 h4{
	font-weight: bold;
	font-size: 34px;
	padding: 10px 0;
}
.four .fourli1 h4{
	color: #2aae7c;
}
.four .fourli2 h4{
	color: #16b3e8;
}
.four .fourli3 h4{
	color: #ec7c0e;
}
.four .fourli4 h4{
	color: #e73f3f;
}

.four .list{
	margin: 0 20px;
}
.four .list p{
	border-bottom: 1px dashed #c1c1c1;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
    margin: 0;
    font-size: 16px;
}
.four .btn1,.btn2,.btn3,.btn4{
	width: 190px;
	height: 38px;
	margin:36px auto 0 auto;
}
.four .btn1{
	border: 1px solid #2bb17e;
}
.four .btn1 a{
	color: #2bb17e;
	line-height: 38px;
}
.four .btn1 a:hover{
	text-decoration: underline;
}

/*学历提升方案*/
.fangan{
	background: url(/template/guanwang/images/edu/fanganbg.jpg) no-repeat center;
	height: 577px;
}
.fanganc{
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.fanganc h3{
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	padding: 50px 0;
}
.fanganc h3 span{
	color: #fef038;
}
.fangan ul{
	margin: 0;
	padding: 0;
    display: flex;
    justify-content: space-between;
}
.fangan li{
	list-style: none;
	width: 194px;
}
.fangan .li1{
	background: url(/template/guanwang/images/edu/fanganb1.png) no-repeat center;
	height: 352px;
}
.fangan .li2{
	background: url(/template/guanwang/images/edu/fanganb2.png) no-repeat center;
	height: 352px;
}
.fangan li .con{
	width: 150px;
	margin: 0 auto;
}
.fangan .con .title{
	padding-top: 50px;
	font-size: 35px;
	color: #03965d;
	font-weight: bold;
	line-height: 45px;
	height: 130px;
}
.fangan .con p{
	color: #fff;
	font-size: 23px;
	padding-top: 70px;
}
.fangan .con .bot{
	border: 1px solid #fff;
	border-radius: 6px;
	height: 36px;
	margin-top: 20px;
}
.fangan .con .bot a{
	color: #fff;
	font-size: 16px;
	line-height: 34px;
}
.fangan .con .bot a:hover{
	text-decoration: underline;
}


/*热门专业*/
.major{
	background: #ebf0f6;
	padding: 100px 0 50px 0;
}
.major-c{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.major-c h4{
	font-size: 52px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.major-c span{
	color: #009a64;
}
.major-l{
	width: 296px;
	float:left
}
.major-r{
	width: 982px;
	float: left;
	background: #fff;
	padding: 20px 30px 35px 30px;
}
.major-r .major-list{
	border-bottom: 1px solid #ebecee;
	height: 110px;
	padding-top: 20px;
}
.major-list img{
	float: left;
}
.major-list-r{
	width: 800px;
	 float: left;
}
.major-list-r h6{
	font-weight: bold;
	font-size: 28px;
}
.major-list-r a{
	font-size: 17px;
	padding: 0 20px 0 0;
}


/*全程助考六部曲*/
.aid-six{
	width: 1158px;
	margin: 0 auto;
	padding: 100px 0;
}
.aid-six .title h3{
	font-size: 52px;
	font-weight: bold;
}
.aid-six .title h3 span{
	color: #26b07c;
}
.aid-six .title p{
	font-size:20px;
	color: #696969;
	text-align: center;
	line-height: 50px;
}
.aid-six .one{
	background: url(/template/guanwang/images/edu/sixbg.jpg) no-repeat;
	height: 396px;
}
.aid-six .two{
	background: url(/template/guanwang/images/edu/sixbg.jpg) no-repeat 0 -396px;
	height: 284px;
}
.aid-six .three{
	background: url(/template/guanwang/images/edu/sixbg.jpg) no-repeat 0 -680px;
	height: 290px;
}
.aid-six .sixfour{
	background: url(/template/guanwang/images/edu/sixbg.jpg) no-repeat 0 -970px;
	height: 290px;
}
.aid-six .five{
	background: url(/template/guanwang/images/edu/sixbg.jpg) no-repeat 0 -1260px;
	height: 302px;
}
.aid-six .sixs{
	background: url(/template/guanwang/images/edu/sixbg.jpg) no-repeat 0 -1562px;
	height: 280px;
}
.aid-six .one{
	padding: 110px 110px 0 30px;
}
.aid-six .two{
	padding: 0 0 0 100px;
}
.aid-six .three{
	padding: 0 110px 0 30px;
}
.aid-six .sixfour{
	padding:10px 0 0 100px;
}
.aid-six .five{
	padding:10px 110px 0 30px;
}
.aid-six .sixs{
	padding:10px 0 0 100px;
}


.aid-six .icon1{
	background: url(/template/guanwang/images/edu/six-icon1.jpg) no-repeat;
	width: 147px;
	height: 113px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
	line-height: 110px;
	text-align: center;
	float: left;
}
.aid-six .icon2{
	background: url(/template/guanwang/images/edu/six-icon2.jpg) no-repeat;
	width: 147px;
	height: 113px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
	line-height: 110px;
	text-align: center;
	float: left;
}
.aid-six .middle{
	width: 455px;
	float: left;
	margin: 0 15px;
}
.aid-six .middle h6{
	color: #26b17a;
	font-size: 26px;
	font-weight: bold;
}
.aid-six .middle p{
	font-size: 16px;
	color: #242537;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	margin: 25px 0;
}
.aid-six .middle .btn{
	width: 280px;
	height: 60px;
	border-radius: 5px;
	background: #ed4343;
}
.aid-six .middle .btn a{
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	display: block;
}
.aid-six .middle .btn a:hover{
	color: #ed4343;

}
.aid-six .middle .btn:hover{
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ed4343;
	color: #ed4343;
}
.aid-six .right{
	width: 344px;
	float: left;
	margin-left: 20px;
	margin-right:20px;
}


/** 省时、省力、省钱、省心 */
.fw{
	background: #ebf0f6;
	padding: 20px 0;
}
.fuwu {
	width: 1220px;
	margin:0 auto;
  padding: 40px 20px;
  background: #fff;
}

.fuwu h3 {
  color: #333333;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.fuwu p {
  text-align: center;
  font-size: 20px;
  color: #4a4848;
}

.fuwu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.fuwu .list li {
  list-style: none;
  background: #f2f2f2;
  width: 250px;
  margin: 15px 0;
  padding-bottom: 15px; float:left;
}
.fuwu .list li img{
	margin-bottom:10px;}


.fuwu .list li h4 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.fuwu .list li p {
  color: #797979;
  font-size: 16px;
  text-align: center;
}

.fuwu .list li .btn {
  background: #27b07c;
  width: 70%;
  height: 40px;
  line-height: 30px;
  margin: 0 auto;
  display: block;
}

.fuwu .list li .btn a {
  color: #fff;
  display: block;  font-size: 18px;
}

.fuwu .list li .btn a:hover {
  text-decoration: none;
}

.fuwu .list li .btn:hover {
  background: #1a9566;
}v