.choice{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;	
	padding:40px 0px;
}
.choice-title{
	padding-top: 20px;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
.choice-title h2{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.choice-title p{
	width: 1200px;
	font-size: 16px;
	color: #6c8293;
	line-height: 26px;
}
.choice-top{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.choice-top ul li{
	width: 270px;
	height: 250px;
	float: left;
	text-align: center;
	margin: 0px 15px;
}
.choice-top ul li h3{
	margin: 30px auto 14px;
	font-weight: normal;
	font-size: 25px;
	color: #333;
}
.choice-top ul li p{
	font-size: 14px;
	color:#919191;
	width: 200px;
	margin: 0 auto;
}




.program{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	background: #f7f8fa;
}
.program-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	zoom: 1;
	overflow: hidden;	
}
.program-title h2{
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.program-title p{
	width: 1200px;
	font-size: 16px;
	color: #6c8293;
	line-height: 26px;
	text-align: center;
}
.program-top{
	width: 1200px;
	min-width: 1200px;
	height: 209px;
	margin: 30px auto;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.program-top ul li{
	float: left;
	width: 290px;
	height: 360px;
	margin: 0px 5px;
	text-align: center;
	overflow: hidden;
	transition: all .4s cubic-bezier(.4,0,.2,1);
	cursor: pointer;
	position: relative;
}
.program-top ul li:nth-child(1){
	background: url(../img/why/program-bg1.jpg)center center no-repeat;
}
.program-top ul li:nth-child(2){
	background: url(../img/why/program-bg2.jpg)center center no-repeat;
}
.program-top ul li:nth-child(3){
	background: url(../img/why/program-bg3.jpg)center center no-repeat;
}
.program-top ul li:nth-child(4){
	background: url(../img/why/program-bg4.jpg)center center no-repeat;
}
.program-box{
	opacity: 1;
	width: 290px;
	height: 360px;
	background: rgba(17,72,77,0.7);
	padding-top: 80px;
}
.program-im{
	width: 100%;
	height: 66px;
	overflow: hidden;
}

.program-text{
	margin-top: 30px;
}
.program-text h2{
	font-size: 28px;
	color: #ffffff;
	font-weight: normal;
}
.program-text p{
	padding-top: 15px;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.program-none{
	position: absolute;
	opacity: 0;
	top: 361px;
	width: 100%;
	height: 100%;
	background: rgba(6,143,168,0.96);
	padding-top: 50px;
}
.program-none h2{
	font-size: 28px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 30px;
}
.program-none p{
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}
.program-none a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #fff;
	margin: 0 auto;
	color: #fff;
	margin-top: 40px;
}

.program-top ul li:hover .program-box{
	opacity: 0;
	transition: 1.5s;
}
.program-top ul li:hover .program-none{
	opacity: 1;
	top: 0px;
	transition: 0.7s;
}




.flow{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
}
.flow-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	zoom: 1;
	overflow: hidden;	
}
.flow-title h2{
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.flow-title p{
	width: 1200px;
	font-size: 16px;
	color: #6c8293;
	line-height: 26px;
	text-align: center;
}
.flow-top{
	width: 1200px;
	min-width: 1200px;
	height: 209px;
	margin: 30px auto;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}


.flow-top-title{
	width: 552px;
	height: 100px;
	margin: 0 auto;
}
.flow-top-title ul li{
	padding: 12px 18px;
	text-align: center;
	float: left;
	border-radius: 5px;
	margin: 0px 50px;
	cursor: pointer;
}
.flow-top-title .active{
	color: #fff;
	background-image: linear-gradient(to right, #05a8da 20%, #35e6a8 100%);
}



.flow-news div{
	display: none;
}
.flow-news div:nth-child(1){
	display: block;
}

.flow-news-li ul li{
	width: 350px;
	height: 420px;
	float: left;
	margin: 0px 125px;
	text-align: center;
}
.flow-news-li ul li img{
	width: 350px;
	height: 420px;
}


.access{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	background: #f7f8fa;
}
.access-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	zoom: 1;
	overflow: hidden;	
}
.access-title h2{
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}

.access-top{
	width: 1200px;
	min-width: 1200px;
	margin:30px auto 0px;
}
.access-top ul li{
	float: left;
	width: 290px;
	height: 275px;
	margin: 0px 5px;
	text-align: center;
	border: 1px solid rgb(228,228,228);
}
.access-top-im{
	width: 100%;
	padding-top: 41px;
	height: 123px;
}
.access-top-text h2{
	font-size: 25px;
	color: #333333;
}
.access-top-text hr{
	display: block;
	width: 48px;
	height: 4px;
	border: none;
	background: #333333;
	margin: 15px auto;
}
.access-top-text p{
	width: 200px;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
}

.news{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	background: #f7f8fa;
}
.news-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	zoom: 1;
	overflow: hidden;	
}
.news-title h2{
	    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333333;
}

.news-top-li4 {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.news-top-li4 ul li{
	width: 360px;
	height: 482px;
	float: left; 
	margin: 20px 20px;
	background: #fff;
	box-shadow: 0px 0px 25px rgba(7,40,42,0.1);
	margin-bottom: 50px;
}
.set-top3-im{
	display: block !important;
	width: 360px;
	height: 360px;
	position: relative;
}
.set-top3-im img{
	width: 360px;
	height: 360px;	
}
.set-top3-im-none{
	display: block !important;
	width: 360px;
	height: 360px;
	position: absolute;
	opacity: 0;
	top: 0px;
	background: url(../img/news/set-top3.png)center center no-repeat;
	text-align: center;
}
.set-top3-im-none img{
	width: 127px;
	height: 127px;
	margin-top: 232px;
}
.set-top3-text{
	display: block !important;
	width: 360px;
	height: 122px;
	text-align: center;
}
.set-top3-text h2{
	margin-top: 30px;
	font-size: 18px;
	color: rgb(72,76,80);
}
.set-top3-text p{
	font-size: 14px;
    line-height: 26px;
    color: rgb(133,145,157);
    width: 100%;
    height: 66px;
    padding: 10px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-top-li4 ul li:hover .set-top3-im-none{
	opacity: 1;
	transition: 0.7s;
	transform: 0.7s;
}
.news-bom-but{
	width: 170px;
    height: 50px;
    margin: 40px auto;
    text-align: center;
    margin-top: 40px;
	display: block !important;
	clear: both;
}
.news-bom-but a{
	display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
    border-image: linear-gradient(to top, #05a8da, #35e6a8);
    border-image-slice: 1;
    color: #12b7f5;
    font-size: 20px;
}
.news-bom-but:hover a{
	background-image: linear-gradient(to right, #05a8da 20%, #35e6a8 100%);
	border: none;
	color: #fff;
	transition: 0.5s;
}
