@font-face {
    font-family: 'PuHuiTiLight';
    src: url('../font/Alibaba-PuHuiTi-Light.ttf');
    src: url('../font/Alibaba-PuHuiTi-Light.eot');
    src: url('../font/Alibaba-PuHuiTi-Light.eot?#font-spider') format('embedded-opentype'),
         url('../font/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}
* {
    margin: 0; padding: 0;
}

a{
    text-decoration:none;
    color: #eee;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.header{
    width: 100%;
    position: absolute;
    display: block;
    border-bottom: 1px solid #eee;
}

.header-img{
    height: 100px;
    line-height: 100px;
    float: left;
    margin-left: 14%;
}
.header-img img{
    vertical-align: middle;
    width: 142px;
    height: 58px;
}

.header-desc{
    font-size: 20px;
    margin-left: 14px;
    position: relative;
    bottom: -40px;
    font-family: PuHuiTiLight;
}

.footer{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    background-color: #111;
    color: #eee;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
}
.footer-info{
    margin: 0 6px;
}
.content{
    margin-top: 160px;
}
.content-left{
    float: left;
    width: 500px;
    margin-left: 14%;
}
.content-left img{
    width: 500px;
    height: 500px;
}
.content-right{
    height: 500px;
    margin-top: 100px;
    float: left;
    margin-left:160px;
    letter-spacing: 2px;
}
.location{
    display: inline-block;
}
.point{
    float: left;
    width: 18px;
    height: 18px;
    background-color: #e6e6e6;
    display: block;
    border-radius: 50%;
    margin-left: 18px;
    cursor: pointer;
}
.content-title1{
    font-size: 50px;
    font-weight: bold;
}
.content-title2{
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
}
.content-right ul {
    margin-top: 30px;
    font-size: 20px;
    color: #666;
}
.content-right ul li{
    margin-top: 10px;
    list-style-type:none;
    font-family: PuHuiTiLight;
}
