html,body,.wrap{
	width: 100%;
}
html,body{
	margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
}
.top,.bottom {
	width: 100%;
	position: relative;
}
.top img ,.bottom img{
	display: block;
	width: 100%;
}
.top-title {
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	height: 6rem;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	color: #fff;
}
.top-title .select {
	margin: 0rem 1rem 0rem 0rem;
}
.icon {
	position: absolute;
	font-size: 2.3rem;
	color: #fff;
	letter-spacing: 2px;
	line-height: 6rem;
	display: flex;
	font-weight: bolder;
}
.section{
	font-size: 2rem;
    line-height: 6rem;
    color: #fefefe;
    position: absolute;
    right: 1rem;
}
.section a {
	padding:1rem;
}
.center {
	position: absolute;
    top: 50%;
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}
.introduce-title{
    line-height: 9.2rem;
    text-align: center;
    margin: 1rem auto .5rem;
    font-size: 2.7rem;
    letter-spacing: 2px;
}
.introduce{
	margin-top: -2rem;
}
.introduce p{
	line-height: 4.2rem;
	color: #6b6b6b;
	padding: 0rem 2rem 2rem;
	font-size: 2rem;
	text-align: center;
}
.serviceList{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 2rem;
}
.service img{
	width:50%;
	margin: 2rem;
}
.service p{
	color:#215259;
	font-size: 1.9rem;
	font-weight: bold;
}
.service{
	border: 1px solid #6b6b6b;
	margin: 1rem 0 1rem 1rem;
	text-align: center;
	padding: 1rem;
	/* height: 18rem; */
}
#picture{
	display: flex;
    justify-content: center;
}
.title{
	width: 100%;
    position: absolute;
    text-align: center;
    margin-top: 6rem;
}
.title strong{
	font-size: 2.5rem;
    color: #fefefe;
}
.title p{
	font-size: 2rem;
    color: #fefefe;
    margin-top: 1rem;
}
.majorList{
	/* margin-bottom: -3rem; */
}
.major01_img{
	width: 60%;
}
.major02_img{
	width: 50%;
}
.major03_img{
	width: 41%;
}
.major{
	display: flex;
	margin: 0rem 2rem 1rem 3rem;
}
.major-01{
    margin-left: 2rem;
    width: 40%;
    padding: 2rem;
    display: flex;
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
}
.major-02{
    margin-right: 2rem;
    width: 50%;
    padding: 1.8rem;
    display: flex;
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
}
.major-03{
    margin-left: 2rem;
    width: 59%;
    padding: 2rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-news img{
	width: 16rem;
	position: relative;
    float: left;
    height: 15rem;
    margin-left: 1rem;
}
.company-news {
    display: flex;
    height: 15rem;
    margin: 0rem 0rem 3rem 0rem;
}
.company-news div{
	float: left;
    position: relative;
    display: inline;
    border: 1px solid #cccccc;
    width: 97%;
    height: 14.9rem;
    margin-right: 1rem;
}
.company-news-01{
	font-size: 2.2rem;
	display: block;
    text-align: center;
    margin-top: .8rem;
}
.company-news-02{
	font-size: 2rem;
    line-height:3rem;
    display: block;
    text-align: left;
    color: #6b6b6b;
    padding: 1rem;
    margin-top: -0.5rem;
}
.company-news-a{
	margin: 2rem 1rem;
    text-align: center;
}
.company-news-a a{
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    font-size: 2rem;
}
.line{
	width: 9px;
    background: #215257;
    margin-top: 30px;
    margin-right: -7px;
}
.line-bottom{
	height: 4rem;
    border-right: 4px dashed #215257;
    width: 48px;
}
.history{
	display: flex;
	position: relative;
    font-size: 2.2rem;
    margin: 2rem 2rem 0rem 3rem;
}
.text{
	padding:0;
}
.dot{
	width: 20px;
    height: 20px;
    background: #215256;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
}
.text-04{
	margin-left: 40px;
}
.text-03{
	display: flex;
    justify-content: left;
    align-items: center;
}
.text-02{
    margin-bottom: 20px;
    margin-left: -6px;
}
.text div p{
    color: #6b6b6b;
    font-size: 2rem;
}
.partner{
	margin-left: 1rem;
	margin-bottom: -5rem;
}
.partner ul li{
	list-style: none;
	width: 100%;
	align-items: center;
    justify-content: center;
}
.partner ul{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding:0;
    margin-top: 0;
}
.circle img{
	width: 80%;
}