﻿/************* nav ***************/
div ul li .product-try span{
    padding: 5px 15px 7.8px 15px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    background-color: #E94609;
}
.nav .layui-nav li a {
    padding: 0px 30px;
    font-size: 16px;
    color: #fff;
}

.nav-hight-light{
    color:#E94609 !important;
    font-weight: bolder;
}
.logo{
    /* width:auto;
    display:block;
    padding-top: 2.32%; */
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 60px;
}
.logo img {
    width: 140px;
    height: 45px;
    padding-left: 10px;
}
.logo .logo-pa {
  width: 120px;
  height: 32px;
  padding-top: 8px;
}

header .nav {
    padding: 0.32% 2.77% 0.32% 2.77% !important;
}
header .nav .layui-nav-bar,header .nav .layui-nav-bar::after,.layui-nav .layui-this:after{
    background-color:#020b18 !important;
}
.nav .btn-login {
  border: 1px solid #ffffff;
  border-radius: 5px;
  line-height: 28px;
  padding: 0 15px !important;
  opacity: 99;
}
.nav .btn-login:hover {
  border: 1px solid #E94609;
  transition: all .3s ease-in-out;
}
.nav .layui-nav-bar{
  opacity: 0 !important;
}
/* 产品导航 */
.layui-row .nav-part {
    /* background-color: rgba(164, 181, 219, 0.4); */
    background-color:#e9edf4;
    /* background-color:rgba(151, 150, 109, 0.4); */
    padding-left:18.4%;
    transition: all 5s !important;
    -webkit-transition: all 5s !important;
    -moz-transition: all 5s !important;
}
.product-nav .nav-part a{
    color: #15233a;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
.product-nav .nav-part a:hover,.nav .layui-nav li a:hover{
    /* text-decoration: underline; */
    /* border-bottom: 2px solid #E94609; */
    color:#E94609;
}
.product-nav .nav-part a::after{
    background-color: #E94609 !important;
}
.layui-row .nav-part .layui-nav-bar{
    background-color: #E94609 !important;
}
.product-nav {
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s !important;
    -moz-transition: all 5s !important;
    /* display: inherit; */
    /* position: absolute; 
    opacity: 0; 
    filter:Alpha(opacity=0); */
}
.bar {
    opacity: 0;
    width: 76px;
    height: 5px;
    background-color: #E94609;
    display:block;
    margin-left: 13%;
}

/****************** 内容 ***********************/
/* 产品试用按钮 */
.product-try-open {
    border:2px solid #ffffff;
    display: block;
    width: 0.4213rem;
    height: 0.1387rem;
    padding: 0rem 0.2347rem 0.096rem 0.2347rem;
    margin: 0px 45.5%;
    color: #ffffff;
    border-radius: 5px;
    font-size:0.085rem;
}
.content-11 a:hover,a::after {
    transition: color,border .3s ease-in-out;
    border:2px solid #E94609;
    color:#E94609;
}
/* 图标变换图片 */
.content-2 img:hover{
   /* -webkit-transition: all 10s ease-in-out; */
   /* transform: scale(1.2,1.2); */
   /* transform: rotateY(180deg); */
   transition-duration: 0.5s;
}
.content-4 .images:hover{
    transform: scale(1.2,1.2);
    transition-duration: 0.5s;
}
/* 运动馆家描述 */
.content-6 p{
    color: #3c4a6a;
}
.sports-description-left {
    padding-top: 10%;
    text-align: left;
    font-size: 16px;
    line-height: 44px;
    margin-right: 20px;
}
.sports-description-right {
    padding-top: 10%;
    text-align: right;
    font-size: 16px;
    line-height: 44px;
    padding-left: 20px;
}
.sports-description{
    height: 331px;
    position: relative;
}
.content-6 .layui-col-md6 .sports-description-title {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 24px;
    color: #15233a;
}
.content-6 .layui-col-md6 .sports-description-keywords {
    font-size: 20px;
    line-height: 44px;
    
    color: #15233a;
    letter-spacing: 0.4px;
}
section .layui-row .icon-description {
    display: inline-block;
    width: 97px;
    /* width: 100%; */
    padding-top:17px;
}
.sports-img{
    height: 331px;
}
.sports-hr {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.sports-hr hr {
    float: right;
}
/* about部分 */
.history .history-node-time {
    font-size: 24px;
    padding-bottom: 22px;
    /* line-height: 68px; */
}

/* 客户评价 */

.he_border2{
    background:rgb(32, 39, 50, 1);
    width:270px;height:270px;
    padding:0;margin:0;
    position:relative;
    box-sizing:border-box;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden}
.he_border2 .he_border2_img{
    display:block;
    width:100%;
    padding:0;
    margin:0;
    position:relative;
    opacity:1;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden
}
.he_border2:hover .he_border2_img{
    position:absolute;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    opacity:.6
}
.he_border2 .he_border2_caption{
    color:#fff;
    padding:0;
    margin:0;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden
}
.he_border2 .he_border2_caption::before,.he_border2 .he_border2_caption::after{
    position:absolute;content:'';
    opacity:0;
    -webkit-transition:opacity 0.4s,-webkit-transform .4s;
    -moz-transition:opacity 0.4s,-moz-transform .4s;
    -o-transition:opacity 0.4s,-o-transform .4s;
    transition:opacity 0.4s,transform .4s
}
.he_border2 .he_border2_caption::before{
    top:14%;
    right:5%;
    bottom:14%;
    left:5%;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transform:scale(0,1);
    -moz-transform:scale(0,1);
    -o-transform:scale(0,1);
    transform:scale(0,1);
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0
}
.he_border2 .he_border2_caption::after{
    top:8%;
    right:10%;
    bottom:8%;
    left:10%;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    -webkit-transform:scale(1,0);
    -moz-transform:scale(1,0);
    -o-transform:scale(1,0);
    transform:scale(1,0);
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0
}
.he_border2:hover .he_border2_caption::before,.he_border2:hover .he_border2_caption::after{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
}
.he_border2 .he_border2_caption,.he_border2 .he_border2_caption > a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden; 
    z-index:1000
}
.he_border2 .he_border2_caption_h{
    font-size:1.3em;
    font-weight:700;
    text-align:center;
    width:80%;
    position:absolute;
    top:20%;
    left:10%;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    overflow:hidden;
    opacity:1}
.he_border2 .he_border2_caption_p{
    font-size:1em;
    text-align:center;
    line-height: 28px;
    width:80%;
    position:absolute;
    top:10%;
    left:10%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
    opacity:0;
    color: #fff;
}
.he_border2:hover .he_border2_caption_p{top:30%;opacity:1}
.content-4 .customer-evaluate-bottom {
    display: block;
    background-color: #ffffff;
    font-size: 20px;
    color: #172443;
    text-align: center;
    width: 270px;
    padding-top: 6%;
    padding-bottom: 7%;
    position: relative;
    
}
.box {
    width: 270px;
    height: 331px;
    margin: 0px 7.5px;
}
.item {
   margin-left:20px;
}
/* 申请列表 */
.application-list {
    padding: 3.25% 4.65%;
    margin: 0% 28.5% 0% 28.5%;
}
.application-list .layui-form .layui-input {
    color: #ffffff;
    background-color: transparent;
    margin-bottom: 15px;
    font-size: 14px;
}
.application-list .layui-form .layui-btn {
    font-size: 16px;
    margin-top: 8px;
}
.application-list .layui-form input:focus {
    border: 2px solid #E94609 !important;
    font-size: 16px;
    transition: all 0.6s ease-in-out;
}
.application-list input::-webkit-input-placeholder{
    color: #7E93A6;
}
.apply-tel {
  position: absolute;
  color: #7E93A6;
  z-index: 99;
  top: 91.3%;
  left: 41.8%;
  font-size: 19px;
}
/* 公司简介 */
.about-title {
    padding-bottom: 20px !important;
}
.content-bottom-detail {
    line-height: 28px;
}
.content-bottom-detail p {
  text-indent: 32px;
  line-height: 50px;
}
.content-bottom-detail p .highlight {
  font-weight: bolder;
}


