/* CSS Document */
*{
	font-size:100%;
	margin:0px;
	padding:0px;
	font-family:Microsoft Yahei, Arial, Helvetica, sans-serif;
	transition: all 0.25s linear 0s;
	list-style:none;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:rgb(6,98,163);
}
@media only screen and (min-width: 320px){
    html {
        font-size:10px !important;
    }
}
@media only screen and (min-width: 360px){
    html {
        font-size:12px !important;
    }
}
@media only screen and (min-width: 400px){
    html {
        font-size:12.5px !important;
    }
}
@media only screen and (min-width: 480px){
    html {
        font-size:15px !important;
    }
}
body{
	position: relative;
	width:100%;
	max-width:720px;
	margin:0px auto;
	background: #ebebeb;
	height: auto;
}
.clear{
	clear:both !important;
	width:0px !important;
	height:0px !important;
	padding:0px !important;
	margin:0px !important;
	float: none !important;
}
.head {
	width: 96%;
	height: 100px;
	background: #fff3e3;
	padding:5% 2% 0;
}
.logo {
	width: 40%;
	height:100%;
	float: left;
}
.tel {
	width: 30%;
	height:100%;
	float: right;
}
.head img {
	width:100%; 
	height: auto;
}
.snav{
	width: 100%;
	padding-top: 1.5rem;
	background-color: #fff;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.snav .yuan-inner{
	width: 33%;
	margin-bottom: 1.5rem;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.snav .yuan-inner a {
	width: 54%;
}
.snav .yuan-inner a img{
	width: 100%;
}
.snav .yuan-inner p{
	font-family: "微软雅黑";
	color: #262626;
	margin-top: 0.6rem;
	font-size: 1.2rem;
}
.StudentStyle{
	margin-top: 0.5rem;
	width: 100%;
	background-color: #fff;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.StudentStyle-outer{
	width: 93%;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.StudentStyle-box{
	margin-bottom: 1.5rem;
	width: 47%;
	position: relative;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.StudentStyle-inner{
	width: 100%;
    height: 233px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.StudentStyle-inner img{
	width: 100%;
	height: auto;
}
.StudentStyle-box a{
	margin-top: 0.5rem;
}
.StudentStyle-box span{
	font-family: "华文细黑";
	font-size: 1.2rem;
	color: #808080;
	font-weight: bold;
	margin-top: 0.5rem;
}
.NewsInformation{
	margin-top: 0.5rem;
	width: 100%;
	background-color: #fff;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; 
}
.NewsInformation .newslist{
	width: 93%;
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 0.75rem;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; 
}
.NewsInformation .newslist .lis{
	width: 100%;
	margin-bottom: 1rem;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.NewsInformation .newslist .lis p{
/*	width: 100%;*/
	margin-left:1rem; 
	font-family: "华文细黑";
	font-size: 1.3rem;
	color: #333333;
	text-overflow: ellipsis;
	height: 2rem;
    line-height: 2rem;
    overflow: hidden;
}
.NewsInformation .newslist .lis span{
	font-family: "华文细黑";
	font-size: 0.9rem;
	color: #808080;
}
.ContactUs{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e3e3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.ContactUs-outer{
	width: 93%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}
.ContactUs-outer p{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.ContactUs-outer p.p1{
    font-family: "宋体";
    color: #333333;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    margin-left: 1.7rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.ContactUs-outer p.ps{
	letter-spacing: 0.5rem;
}
.ContactUs-outer p img{
	margin-right: 1rem;
}
.ContactUs-outer p.p3{
	margin-left: 3.7rem;
}
.yuliuwei {
	width: 90%;
	margin: 0 auto;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.yuliuwei div {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.yuliuwei img {
	width: 100%;
	height: auto;
}
.topback {
	width: 100%;
	background: #fff;
	padding-top: 1rem;
	height: 85px;
	padding-bottom: 1.5rem;
}
.topback img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 2%;
}
.copyright {
	background: #fff;
	padding: 2% 5%;
	margin-bottom: 100px;
}
.copyright span {
	background: #fff;
	font-family: "微软雅黑";
	font-size: 1.2rem;
	color: #999;
	text-align: center;
	display: block;
}
.foot {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	height: 100px;
	background: #333;
	position: fixed;
	bottom: 0;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
    -webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.foot li {
	width: 20%;
	height: 100%;
}
.foot li img {
	width: auto;
	height: 100%;
}
#makeBox{
	width: 40%;
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 100px;
    transition: all 0s ease 0s;
}
#makeBox li{
	background-color:rgba(0,0,0,0.6);
	border-bottom:1px solid #eee;
	width: 100%;
}
#makeBox li a{
	text-align: center;
	color: #fff;
	line-height: 3;
	display: block;
}

@media only screen and (max-width: 613px){
	.head {
		height: 65px;
	}
	.topback {
		height: 55px;
	}
	.copyright {
		margin-bottom: 85px;
	}
	.foot {
		height: 85px;
	}
	#makeBox{
	    bottom: 85px;
	}
	.StudentStyle-inner{
	    height: 134px;
	}
}
@media only screen and (max-width: 412px){
	.head {
		height: 50px;
	}
	.snav .yuan-inner{
		margin-bottom: 1rem;
	}
	.snav .yuan-inner p {
		margin-top: 0.4rem;
		font-size: 1rem;
	}
	.topback {
		height: 45px;
	}
	.copyright {
		margin-bottom: 50px;
	}
	.foot {
		height: 50px;
	}
	#makeBox{
	    bottom: 50px;
	}
	.StudentStyle-inner{
	    height: 120px;
	}
}
@media only screen and (max-width: 320px){
	.head {
		height: 45px;
	}
	.logo {
		width: 45%;
	}
	.tel {
		width: 35%;
	}
	.snav .yuan-inner p {
		margin-top: 0.3rem;
		font-size: 1rem;
	}
	.topback {
		height: 35px;
	}
	.copyright {
		margin-bottom: 45px;
	}
	.foot {
		height: 45px;
	}	
	#makeBox{
	    bottom: 45px;
	}	
	.StudentStyle-inner{
	    height: 102px;
	}
}








