
/*body{*/
/*    !*100窗口高度*!*/
/*    height: 100vh;*/
/*    !*弹性布局，水平垂直剧中*!*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*!*    渐变背景*!*/
/*    background: linear-gradient(45deg, #e56e10,#f1ca01,#009845,#dd1a20,#aa4183,#0097e6);*/
/*!*    指定背景图片的大小*!*/
/*    background-size: 500%;*/
/*    !*执行动画：动画名称  时长  线性  无限次播放 *!*/
/*    animation: bgAnimation 15s linear infinite;*/
/*}*/
.text{
    color:#fff;
    font-size:30px;
/*    字间距*/
    letter-spacing: 15px;
}

/*定义动画*/
@keyframes bgAnimation {
    0%{
        background-position: 0 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0 50%;
    }
}

.dh {
    display: flex;
    justify-content: space-between;
    width:90%;
    margin: 0 auto;
}
.crumb{
    display: flex;
    margin: 10px 0;
}

.nr{
    height: 500px;
}
.crumb ul{
    display: flex;
    flex-wrap: wrap;
}
.crumb li:not(:last-child)::after{
    display: inline-block;
    /*margin: 0.25rem;*/
    content: '->';
}
/*导航条样式开始*/
.nav {
    width: 100%;
    height: 66px;
    /*100窗口高度*/
    /*height: 100vh;*/
    /*弹性布局，水平垂直剧中*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*    渐变背景*/
    background: linear-gradient(45deg, #e56e10,#f1ca01,#009845,#dd1a20,#aa4183,#0097e6);
    /*    指定背景图片的大小*/
    background-size: 500%;
    /*执行动画：动画名称  时长  线性  无限次播放 */
    animation: bgAnimation 15s linear infinite;
    /*background:linear-gradient(45deg, #e56e10,#f1ca01,#009845,#dd1a20,#aa4183,#0097e6);*/
    /*background: linear-gradient(to left bottom,#0097e6, transparent 50%);*/
    /*background:*/
    /*        url("./../images/nav1/navheader.png") no-repeat 80%,*/
    /*        linear-gradient(to bottom,#e56e10,#f1ca01 ),linear-gradient(to right ,#009845,#dd1a20);*/
}
img{
    max-width: 100%;
}
.logo>a>img{
    max-width: 100%;
    height:60px;
}

.logo, .nav-bar, .lang{
    height: 66px;
    float: left;
}

/*导航条样式结束*/
.nav-bar ul{
    float:right;
}
.nav-bar ul li{
    float:left;
}
.nav-bar ul li h2 a{
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 66px;
    padding:23px 15px;

}
.nav-bar ul li h2 .nav-active{
    color:#54abd4;
    border-bottom:2px solid #dd1a20;
}
.nav-bar ul li h2 a:hover{
    color:#dd1a20;
    border-bottom:2px solid #dd1a20;
}

.lang{
    width: 10%;
}
.lang span a{
    font-size: 14px;
    color:#fff;
    line-height: 66px;
    padding-left: 5px;
}
.lang span a:hover{
    color:#dd1a20;
}

.nav-img img{
    max-width: 100%;
    height:auto;
}

.about p{
    margin:80px 10px;
    text-indent: 2em;
    font-weight: bold;
}
.factory{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.factory li{
    width:30%;
}

.footer{
    background: rgba(0,0,0,0.8);
}
.footer1{
    padding: 10px 0;
}
.dh>.navlist{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.dh>.navlist>ul{
    margin-right: 30px;
    color:#ffffff;
}
.dh>.navlist>ul>li{
    margin: 15px 0;
}

.dh>.navlist>ul>li>a{
    color:#ffffff;
}
.dh>.navlist>ul>li:first-child{
    font-weight: bold;
    margin: 5px 0;
}

.footer .nav-footer .footer-info{
    width: 90%;
    display: flex;
    color:#ffffff;
    justify-content: space-between;
}

/*Manufacturing*/
.dh .gc{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}
.dh .gc li{
    flex-basis: content-box;
    width: 13%;
    margin-top: 10px;
}
.dh .gc li img{
    border-radius: 5px;
}
.customersList{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.customersList li{
    width:20%;
}
.prt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prt li{
    margin: 20px auto;
    font-size: larger;
}
.h-title{
    font-size:60px;
    margin: 30px auto;
    text-align: center;
}
.contact{
    height: 500px;
}
.contact p{
    margin-top: 30px;
    font-weight: bold;
}