body,p,h1,h2,h3,h4,h5,h6,ul,li {
    margin: 0;
    padding: 0;
    font-size: 0.18rem;
    color: #292f33;
}

body {
    min-width: 1280px;
}

@media screen and (max-width: 1280px) {
    .wrap {
        min-width: 1280px;
    }
}

* {
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}

::selection {
    background: transparent;
}

img {
    vertical-align: middle;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: #fff;
}

a:hover {
    color: #fff;
}

.animate {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sports {
    opacity: 0;
}

.wrap {
    width: 100%;
}

.m-container {
    width:1200px;
    margin: 0 auto;
}

h4 {
    font-size: 0.47rem;
    line-height: 0.47rem;
}

h4 + .underline {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #f0a676;
    margin-top: 0.43rem;
    transition:.3s width .3s;
}

.ad {
   padding-top: 0.58rem;
   position: absolute;
}

.ad header,.part_three header {
    display: flex;
    justify-content: space-between;
}

.ad header .logo {
    width: 2.12rem;
    height: 0.34rem;
    background: url(../img/index/logo.png) no-repeat;
    background-size: contain;
    
}

/* 导航条 */
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;
}

#carouselExampleIndicators {
    position: absolute;
    width: 100%;
    height: 7rem;
    left:0;
    top: 0;
    z-index: -1;
}

#carouselExampleIndicators img {
    height: 7rem;
}

/* 商业合作 */
.cooperation {
    position: absolute;
    top: 7rem;  
    padding-top: 1.37rem;
}

.cooperation-content {
    display: flex;
    margin-top: 0.68rem;
    display: flex;
    justify-content: space-between;
}

.cooperation-content-title {
    width: 5.9rem;
    line-height: 1.4rem;
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
    background: #f0a676;
}

.cooperation-content-wrap {
    display: flex;
    justify-content: space-around;
    height: 1.77rem;
    align-items: flex-end;
}

.cooperation-content-wrap p {
    line-height: 0.57rem;
    height: 0.57rem;
    text-align: center;
    font-size: 0.16rem;
}

.cooperation-content a  {
    display: block;
    line-height: 0.63rem;
    height: 0.63rem;
    color: #f0a676;
    text-align: center;
    font-size: 0.18rem;
}

.cooperation-content a span {
    padding-right: 0.23rem;
    background: url('../img/index/more.png') no-repeat right;
    letter-spacing: 2px;
}

.cooperation-content-item {
    box-shadow: 0 0 5px #f8f8f8;
}

.cooperation-content-item:hover {
    box-shadow: 0 0 5px #fbe6d9;
}

.product {
    position: absolute;
    top: 16.19rem;
    padding-bottom: 1.6rem;
}

.product .product-header {
    display: flex;
    justify-content: space-between;
}

.product .product-header a {
    display: block;
    width: 1.9rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align:center;
    font-size: 0.16rem;
    background: #f0a676;
    border: 1px solid #f0a676;
    box-sizing: border-box;
    transition: .3s;
}
.product .product-header a:hover {
    background: #fff;
    color: #f0a676;
}

.product ul {
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.69rem;
}

.product ul li a {
    display: block;
    overflow: hidden;
    cursor: default;
}

.product ul li a img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.product ul li:hover img{
    transform: scale(1.05);
}

.services {
    position: absolute;
    top: 25.27rem;
    background: #f5f5f5;
    color: #f0a676;
    padding-bottom:1.55rem;
}

.services-header,.partner-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 1.6rem;
}

.services ul {
    display: flex;
    justify-content: space-between;
    margin-top: 0.88rem;
    text-align: center;
}

.services ul img {
    width: 1.7rem;
    height: 1.7rem;
}

.services ul h4 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.25rem;
    margin-bottom: 0.15rem;
}

.services ul p {
    font-size: 0.16rem;
    line-height: 0.31rem;
    width: 1.7rem;
}

.partner {
    position: absolute;
    top: 33.3rem;
}

.partner ul {
    margin-top: 0.68rem;
    display: flex;
    border-top: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
}

.partner ul li {
    display:flex;
    flex: 1;
    border-right:#cccccc solid 1px;
    border-left: #cccccc solid 1px;
    margin-left: -1px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.partner ul li a {
    display: flex;
    width: 2.38rem;
    height: 1.98rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

footer {
    position: absolute;
    top: 40.02rem;
    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: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;
}

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;
}


footer .dl dd {
    font-size: 0.12rem;
    line-height: 0.12rem;
    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;
}

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;
}

.copyright p{
    color: #fff;
}

#products li {
    width: 3.58rem;
    height: 2.68rem;
    /* background: #f6f6f6; */
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

#products li p {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align:center;
    z-index: 999;
    line-height: 0.18rem;
}