/**
 * 
 * @authors Administrator (you@example.org)
 * @date    2017/7/28 13:05
 * @version v1.01
 */

/* module: common css style by liwb */
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: -apple-system,Helvetica,sans-serif;
    background-color: #fff;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    outline: none;   
}

/*滚动条*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 8px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 8px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

.subpage {
    padding-top: 60px;
}

.header,
.footer,
.bodyer {
    min-width: 1000px;
}

.header .main,
.footer .main,
.bodyer .main {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    position: relative;
}

.en {
    font-family: 'HelveticaNeue-UltraLight', "PingFang SC", 'Microsoft Yahei', Arial, Verdana, sans-serif;
    font-weight: 100;
}
.phone-desc a{
    color: #181818;
    margin-right: 5px;
}

/* module: common css --end */