@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
	margin: 0 auto;
	padding: 0;
}

ul,
ol,
dl {
	list-style-type: none;
	padding: 0;
}

html,
body {
	*position: static;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button {
	overflow: visible;
	vertical-align: middle;
	outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif, "\5B8B\4F53";
	font-size: 12px;
	color: #333;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
}

a:link,
a:visited {
	text-decoration: blink;
}

li {
	list-style: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(../img2/bg.jpg)no-repeat center;
    background-color: rgba(250,240,224);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.fc {
	zoom: 1;
}

.fc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.area {
	width: 100%;
	text-align: center;
}

.area2 {
	width: 1200px;
	margin: 0 auto;
}

.area3{
	width: 1140px;
	margin: 0 auto;
}

.banner {
	width: 100%;
	height: 800px;
	background: url(../img2/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.search {
	width: 894px;
	height: 57px;
	margin: 0 auto;
	background-color: #f8f8f8;
	border-radius: 28px;
	border: solid 1px #fbb135;
	margin-top: 32px;
	position: relative;
}

.colseButton{
	width: 30vh;
	text-align: center;
	text-indent: 0;
	border: 1px solid #fbb136;
	margin: 0 auto;
	border-radius: 2rem;
	margin-top: 1rem;
}

.searchable-select-hide {
	display: none;
}

.searchable-select {
	display: inline-block;
	margin: 0 auto;
	min-width: 90%;
	font-size: 0.96rem;
	line-height: 2.4rem;
	vertical-align: middle;
	position: relative;
	outline: none;
	text-indent: 2.7rem;
	color: #fbb136;
}

.searchable-select-holder {
	background-color: #fff;
	background-image: none;
	height: 100%;
	box-sizing: border-box;
	background: url(../img/search.png) 20px center;
	background-repeat: no-repeat;
	margin-top: 1%;
	text-indent: 50px;
}

.searchable-select-caret {
	position: absolute;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border-color: black transparent transparent transparent;
	top: 0;
	bottom: 0;
	border-width: 5px;
	margin: auto;
	right: 10px;
}

.searchable-select-dropdown {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.8);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

.searchable-select-input {
	margin-top: 5px;
	border: none;
	outline: none;
	padding: 0.76rem;
	box-sizing: border-box;
	width: 95%;
	background-position: 0.3rem center;
	margin-top: 0.8rem;
}

.searchable-scroll {
	margin-top: 4px;
	position: relative;
}

.searchable-scroll.has-privious {
	padding-top: 16px;
}

.searchable-scroll.has-next {
	padding-bottom: 16px;
}

.searchable-has-privious {
	top: 0;
}

.searchable-has-next {
	bottom: 0;
}

.searchable-has-privious,
.searchable-has-next {
	/* left: 0;
	right: 0;
	position: absolute; */
	text-align: center;
	z-index: 10;
	line-height: 1rem;
	cursor: pointer;
}

.searchable-select-items {
	max-height: 80vh;
	overflow-y: scroll;
	position: relative;
}

.dis{
	display: block;
}

.marTop20{
	margin-top: 20px;
}

.t1{
	background: url(../img2/1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.t2{
	background: url(../img2/2.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.t3{
	background: url(../img2/3.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.t4{
	background: url(../img2/4.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.t5{
	background: url(../img2/answer.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 291px;
}

.t6{
	background: url(../img2/5.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.t10{
	background: url(../img2/10.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.t11{
	width: 100%;
	background: url(../img2/6.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.t12{
	width: 100%;
	background: url(../img2/7.png) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 93px;
}

.bgFf{
	background-color: #FFFFFF;
}

.news1{
	width: 596px;
	height: 335px;
}

/* 本例子css */
.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 8px;
	height: 10px;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
	border-radius: 3.071428rem;
}

.slideBox .hd ul li.on {
	width: 10px;
	height: 10px;
	background-color: #ffd237;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd ul{
	height: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 100%;
}

.slideBox .bd li a{
	display: block;
	width: 100%;
	height: 100%;
}

.slideBox .bd li a img{
	width: 100%;
	height: 100%;
}

.slideBox .bd li a p{
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,0.6);
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 30%;
	display: block;
	width: 1.071428rem;
	height: 2.107142rem;
}

.slideBox .next {
	right: 0;
	background: url(../img/left.png)no-repeat center right;
	background-size: contain;
}

.slideBox .prev{
	left: 0;
	background: url(../img/right.png)no-repeat center left;
	background-size: contain;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.a1{
	width: 530px;
	font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
}

.a2{
	width: 530px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #5d5d5d;
}

.a3{
	width: 530px;
	height: 41px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #5d5d5d;
	border-bottom: dashed 2px #dddddd;
}
.maBott20{
	margin-bottom: 20px;
}

.slideBox2 {
	width: 100%;
	height: 375px;
	overflow: hidden;
	position: relative;
}

.slideBox2 .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right:20px;
	bottom: 7px;
	z-index: 1;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #37bdec;
	cursor: pointer;
	border-radius: 3.071428rem;
}
.slideBox2 .hd ul li.on {
	background: #ffb238;
}

.slideBox2 .bd {
	position: relative;
	height: 329px;
	z-index: 0;
	margin-top: 20px;
}

.slideBox2 .bd ul{
	height: 100%;
	verflow:hidden; 
	zoom:1;
}

.slideBox2 .bd li {
	zoom: 1;
	height: 100%;
	width: 560px;
	 float:left; 
	 _display:inline; 
	 overflow:hidden;
	  text-align:center; 
	 margin: 0 5px;
}

.slideBox2 .bd li a{
	display: block;
	width: 100%;
	height: 329px;
}

.slideBox2 .bd li a img{
	width: 100%;
	height: 100%;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev,
.slideBox2 .next {
	position: absolute;
	top: 30%;
	display: block;
	width: 54px;
	height: 107px;
}

.slideBox2 .next {
	right: 0;
	background: url(../img/left.png)no-repeat center right;
	background-size: contain;
}

.slideBox2 .prev{
	left: 0;
	background: url(../img/right.png)no-repeat center left;
	background-size: contain;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox2 .prevStop {
	display: none;
}

.slideBox2 .nextStop {
	display: none;
}

.p4{
	width: 860px;
	height: 509px;
}

.p1{
	width: 275px;
	height: 156px;
	background-color: #37bdec;
	font-family: MicrosoftYaHei;
	font-size: 54px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 156px;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
}

.p2{
	width: 275px;
	height: 156px;
}

.p4 img,.p2 img{
	width: 100%;
	height: 100%;
}

.pa20{
	padding: 20px 0;
}

.school{
	background-color: #fcbe36;
}

.school1{
	height: 77px;
}

.school1 li{
	width: 50%;
}

.school1 a{
		font-family: SourceHanSansCN-Regular;
		font-size: 30px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 77px;
		letter-spacing: 0px;
		color: #ffeba6;
		text-align: right;
		padding-right: 0.535714rem;
}
 
 .school1 .s1{
	 text-align: left;
	 padding-left: 0.535714rem;
 }
 
 .school1 .active a{
	 color: #FFFFFF;
 }
 
 .school2 li{
	 float: left;
	 	width: 374px;
	 	height: 166px;
	 	background-color: #ffffff;
	 	border-radius: 0.357142rem;
		margin-bottom: 20px;
		margin-left: 20px;
 }
 
 /* .school2 li:nth-child(2n){
	 margin: 0 20px;
 } */
 
 .school2 li a{
	 width: 97%;
	 margin: 0 auto;
 }
 
 .school2 li a h3{
	 width: 100%;
	 	font-family: SourceHanSansCN-Bold;
	 	font-size: 28px;
	 	font-weight: 600;
	 	font-stretch: normal;
	 	line-height: 57px;
	 	letter-spacing: 0px;
	 	color: #4f4f4f;
		border-bottom: 0.035714rem dashed  #cbccd1;
		height: 57px;
    overflow: hidden;
 }
 
 .school2 li a img{
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 8px 8px;
	float: left;
 }
 
 .school2 li a p{
	 float: right;
	 	font-family: SourceHanSansCN-Regular;
	 	font-size: 23px;
	 	font-weight: normal;
	 	font-stretch: normal;
	 	line-height: 42px;
	 	letter-spacing: 0px;
	 	color: #ffffff;
	 	width: 204px;
	 	height: 42px;
	 	background-image: linear-gradient(90deg, 
	 		#ff7035 0%, 
	 		#ff9c31 100%);
	 	border-radius: 18px;
		margin-top: 35px;
		margin-right: 35px;
 }
 
 .school2{
	 display: none;
	 padding-bottom: 3.571428rem;
	 
 }
 
 .active{
	 display: block;
 }
 
 .bott{
	 height: 395px;
	 background: url(../img2/bott.png)no-repeat center bottom;
	 background-size: contain;
	 background-color: rgb(251,241,227);
 }
 
 .picture{
	width: 615px;
	height: 345px;
 }
 
 .picture img{
	 width: 100%;
	 height: 100%;
 }
 
 .summary{
	 width: 549px;
	height: 294px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #5d5d5d;
 }
 
 .summary span{
	color: #d70f0f; 
 }
 
 .word{
	width: 549px;
	height: 22px;
	font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
 }
 
 .fBox{
	 width: 590px;
 }
 
 .shcCont,.shcCont2{
	 width: 100%;
	 height: 339px;
	 background: url(../img2/bg19.jpg);
	 position: relative;
 }
 
 .shcCont2 img{
	 width: 100%;
	 height: 339px;
 }
 
 .shcCont p{
	 font-size: 18px;
	 text-align: center;
	 position: absolute;
	 bottom: 40px;
 }