body,p,h1,h2,h3,h4,h5,h6,ul,li {
    margin: 0;
    padding: 0;
    font-size: 0.17rem;
}

body {
    min-width: 1280px;
}

* {
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}

.sports {
    opacity: 0;
}

::selection {
    background: transparent;
}

body,html,.full_page {
    width: 100%;
    box-sizing: border-box;
    color: #292f33;
}

img {
    vertical-align: middle;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.animate {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container {
    width: 12rem;
    margin: 0 auto;
}

h4 {
    font-size: 0.47rem;
    line-height: 0.47rem;
    font-weight: normal;
}

h4 + .underline {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #f0a676;
    margin-top: 0.43rem;
    transition:.3s width .3s;
}

.part_one {
    padding-top: 0.58rem;
    background-size: 100% 100%;
    color: #fff;
    height: 7rem;
}

.part_one header,.part_three header {
    display: flex;
    justify-content: space-between;
}

.part_one header .logo {
    width: 2.12rem;
    height: 0.34rem;
    background: url(../img/index/logo.png);
    background-size: contain;
}

.part_two {
    background: #f5f5f5;
}

.presentation {
    margin-top: 1.84rem;
}

.presentation p {
    text-align: center;
    font-size: 0.2rem;
}

.presentation p:nth-child(1),.presentation p:nth-child(2) {
    font-size: 0.93rem;
}

/* 导航条 */
header nav .active {
    height: 0.06rem;
    background: #e6a174;
    opacity: .6;
    position: absolute;
    transition: left .3s;
    border-radius: 15px;
    transform: translateY(-50%);
}

header nav a {
    line-height: 0.34rem;
    margin-left: 0.4rem;
    letter-spacing: 0.05rem;
    position: relative;
}

footer {
    background: #292f33;
    color: #fff;
}

footer .info {
    display: flex;
    padding-top: 0.84rem;
}

footer .info .company .wechat{
    width: 1.22rem;
    height: 1.22rem;
}

footer .info .company .wechat img {
    width: 100%;
    height: 100%;
}

footer .info .company p {
    color: #b3b4b4;
    display: flex;
}

footer .info .company p [class^="icon-"], [class*=" icon-"] {
    margin-right: 10px;
    width: 0.2rem;
    height: 0.2rem;
}

.icon-phone {
    background: url(../img/icon/tel.png) no-repeat;
}

.icon-map-marker {
    background: url(../img/icon/address.png) no-repeat;
}

footer .info .company p:nth-of-type(1) {
    margin-top: 0.21rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    
}

footer .info .company p:nth-of-type(2) {
    margin-top: 0.15rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
}

dl {
    margin-bottom:1rem;
    margin-top: 0;
}

footer .dl {
    flex: 1;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

footer .dl dt {
    font-size: 0.15rem;
    line-height: 0.15rem;
    margin-bottom: 0.16rem;
    color: #fff;
}

.header {
    display: flex;
    align-items: center;
    flex-direction: column;
}


footer .dl dd {
    font-size: 0.12rem;
    line-height: 0.12rem;
    margin: 0;
    margin-bottom: 0.16rem;
    color: #b3b4b4;
}

.copyright {
    border-top: #96999b solid 1px;
}

.copyright p {
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.12rem;
}

dd:hover {
    color: #fff !important;
}

footer .info .company p:hover {
    color: #fff;
}

.copyright p{
    color: #fff;
}

