@charset "utf-8";

*{
    padding: 0;
    margin: 0;
}

body, div, address, blockquote, iframe,datalist,footer,header,nav,time, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {margin:0; padding:0; font-weight: normal;font-style: normal;font-size: 100%; }

body{
    font-family: 'PingFangSC-Regular, sans-serif !important';
    max-width: 750px;
    margin: 0 auto;
}

input[type="button"], input[type="submit"], input[type="reset"] {
　　-webkit-appearance: none;
}
textarea {
　　-webkit-appearance: none;
}   
/*以及圆角*/
.button{ border-radius: 0; } 

.clearfix{
    clear: both;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.section{
    background: url("../img/index.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 20rem;
    text-align: center;
}

.section #companyCont{
    padding-top: 5rem;
    color: #FFFFFF;
    font-size: .3rem;
    line-height: .5rem;
}

#logo{
    width: 1.2rem;
    margin-top: .6rem;
}

.product{
    margin-top: 7.6rem;
}

.navTitle .nav_title{
    font-size: .36rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 100;
    right: .36rem;
}

.navTitle .nav_title dt{
    position: relative;
    font-size: .3rem;
}

.navTitle .nav_title dt span{
    font-size: .28rem;
    font-weight: 300;
}

.navTitle .nav_title dt::after{
    content: '';
    display: block;
    width: .2rem;
    height: 1px;
    background: #E19C28;
    margin: 0 auto;
    margin-top: 0.12rem;
}

.navTitle dd{
    font-size: .22rem;
    color: #4c4c4c;
    margin: .16rem 0 0 0;
    font-weight: 100;
}

.navTitle dd p,.navTitle dd span{
    font-weight: 100 !important;
    font-size: .24rem !important;
    color: #686868 !important;
}

.product .infolist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .16rem;
    margin-top: .4rem;
}

.product .infolist .children_infolist{
    width: 2.28rem;
    display: inline-block;
}

.children_infolist img{
    border-radius: .01rem;
    display: block;
}

.infolist .children_infolist:nth-child(1) img{
    animation:scales 10s infinite;
}
.infolist .children_infolist:nth-child(2) img{
    animation:scales 10s 3s infinite;
}
.infolist .children_infolist:nth-child(3) img{
    animation:scales 10s 6s infinite;
}
.infolist .children_infolist:nth-child(4) img{
    animation:scales 10s 9s infinite;
}
.infolist .children_infolist:nth-child(5) img{
    animation:scales 10s 12s infinite;
}
.infolist .children_infolist:nth-child(6) img{
    animation:scales 10s 15s infinite;
}

.infolist .children_infolist .title{
    font-size: .24rem;
    color: #d9d9d9;
    margin: .2rem 0;
}

.case,.link,.contact{
    margin: .8rem 0;
}

.news{
    padding: .8rem .16rem 0 .16rem;
    background: #171717;
}

#catrgoryImg{
    position: relative;
    display: block;
    position: relative;
    display: block;
    margin: .4rem 0 .25rem 0;
}

#catrgoryImg dl{
    position: absolute;
    left: .36rem;
    top: 2rem;
    text-align: left;
}

#catrgoryImg dl dd,#catrgoryImg dl dd span,#catrgoryImg dl dd p{
    line-height: .4rem !important;
    color: #a8a8a8 !important;
}

#catrgoryImg dl span{
    font-size: .2rem;
    font-weight: bold;
    color: rgb(226, 156, 40);
}

#catrgoryImg dl .icon{
    width: 0.5rem;
    height: .3rem;
    position: relative;
    top: .1rem;
}

#catrgoryImg dl dt::after{
    width: 0;
    margin-top: 0;
}

.newsStatus::after{
    content: '';
    display: block;
    clear: both;
}

.newsStatus a{
    width: 49%;
    display: inline-block;
    float: left;
}

.newsStatus a:nth-child(2){
    margin-left: 2%;
}

.newsStatus a:nth-child(1) img{
    animation:scales 10s 3s infinite;
}

.newsStatus a:nth-child(2) img{
    animation:scales 10s 6s infinite;
}

.newsStatus img{
    border-radius: .05rem;
}

.newsStatus .title{
    font-size: .24rem;
    color: #d9d9d9;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-top: .18rem;
    white-space: nowrap;
}

.newsStatus .intro{
    font-size: .22rem;
    color: #a8a8a8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: .05rem 0;
}

.newsStatus .moreIcon{
    font-size: .18rem;
    color: #d9d9d9;
}

.newsStatus .icon{
    width: .5rem;
    height: .25rem;
    color: #FFFFFF;
    position: relative;
    top: .05rem;
}

.linkList{
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .16rem;
    margin-top: .4rem;
}

.linkList a{
    width: 1.436rem;
    display: inline-block;
    height: 1.25rem;
    float: left;
    background: #fff;
    animation: opacity1 8s infinite;
}

.linkList a:nth-child(2n){
    animation: opacity2 8s infinite;
}

.linkList a img{
    float: left;
    height: 100%;
}

.linkList::after{
    content: '';
    display: block;
    clear: both;
}

.contact{
    padding: 0 .16rem;
}

.address{
    width: 70%;
    color: #FFFFFF;
    padding-right: .6rem;
}

.address dt{
    font-size: .25rem;
}
.address dd{
    padding-left: .36rem;
    font-size: .21rem !important;
    font-weight: initial !important;
}
.address dd span,.address dd p,.address a{
    line-height: .5rem;
    font-size: .21rem !important;
    color: #FFFFFF !important;
    text-align: left;
    font-weight: initial !important;
}
#evm{
    width: 38%;
    text-align: right;
    padding-right: .36rem;
}

.address .icon{
    width: .3rem;
    height: .3rem;
    position: relative;
    top: .04rem;
}

.gbook {
    padding: 0 .52rem;
}

.dataform #edit{
    display: block;
    margin-top: .32rem;
    margin-bottom: 0;
}

.dataform #edit::after{
    content: '';
    display: block;
    clear: both;
}

.dataform #edit .input{
    width: 44.4%;
}

.dataform div{
    height: .8rem;
    line-height: .8rem;
    margin-bottom: .32rem;
}

.input,.dataform select{
    width: 96%;
    font-size: .24rem;
    border: 0;
    height: .8rem;
    line-height: .8rem;
    outline: none;
    padding-left: .25rem;
    color: #FFFFFF;
    border-radius: 3px;
    background: #333333;
}

.dataform select{
    width: 100%;
}

textarea{
    font-size: .24rem !important;
    border: 0;
    outline: none;
    width: 90%;
    color: #FFFFFF;
    background: #333333 !important;
    border-radius: 3px;
    margin-top: .32rem;
    padding: .32rem;
}

.submitBtn{
    font-size: .26rem;
    float: left;
    background: #333333;
    color: #AFAFAF;
    border: 0;
    padding: .2rem 1rem;
    border-radius: 3px;
}

#bot{
    border-top: 1px solid #333333;
    font-size: .22rem !important;
    line-height: .5rem !important;
    color: #b2b2b2 !important;
    padding: .2rem 0;
    text-align: center;
    background: #181818;
    margin-top: .2rem;
}

#bot p, #bot span{
    color: #b2b2b2 !important;
    font-size: .22rem !important;
    line-height: .5rem !important;
    text-align: center;
}

blockquote{
    font-size: .3rem;
    color: #FFFFFF;
}

#bot a{
    color: #b2b2b2;
}

.navIcon{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    height: 1.1rem;
    /* box-shadow: 1px 2px 5px rgb(255 255 255 / 50%); */
    z-index: 99;
    transition: all .5s;
}

#navIcon{
    transition: all .5s;
}

#navIcon .icon{
    position: fixed;
    right: .2rem;
    top: .2rem;
    z-index: 15;
    width: .5rem;
    height: .6rem;
    color: #E29C28;
}


#nav{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    z-index: 12;
    padding-top: 15%;
    text-align: center;
    display: none;
}

#nav li{
    margin-bottom:.28rem;
}

#nav a{
    color: #e29c28;
    font-size: .5rem;
}

.page h2{
    color: #FFFFFF;
    font-size: .3rem;
    position: fixed;
    left: .2rem;
    top: .3rem;
    z-index: 99;
}

.sections{
    margin-top: 1.5rem;
    text-align: center;
}

#lanmuTitle{
    font-size: .35rem;
    color: #FFFFFF;
}

#category{
    display: flex;
    width: 86%;
    margin: .36rem auto;
    position: relative;
}

/*#category::after{
    content: '';
    display: block;
    width: .4rem;
    height: 2px;
    background: #9B6B1E;
    position: absolute;
    top: .18rem;
    left: -0.4rem;
}*/

#category .active{
    color: #E19C28;
}

#category a{
    flex: 1;
    font-size: .23rem;
    color: #7c7c7c;
}

.container{
    padding: 0 .2rem;
}

.childrenList .video{
    display: block;
    margin-bottom: .5rem;
}

.childrenList .video img{
    border-radius: 3px;
}

.childrenList dl{
    text-align: left;
}

.childrenList dt{
    font-size: .28rem;
    color: #FFFFFF;
}

.childrenList dt a{
    float: right;
    color: #E29C28;
    font-size: .24rem;
}

.childrenList dd{
    font-size: .22rem;
    position: relative;
    color: #8d8d8d;
    margin-top: .2rem;
}

.childrenList dd::after{
    content: '';
    display: block;
    width: .5rem;
    height: 1px;
    background: #e29c28;
    position:absolute;
    left: 0;
    top: .5rem;
}

#cont_title {
    color: #FFFFFF;
    font-size: .32rem;
    font-weight: bold;
}

#touch_content{
    text-align: justify;
    margin-top: .5rem;
}

#touch_content,#touch_content p,#touch_content span{
    color: #FFFFFF;
    line-height: 28px !important;
    font-size: .26rem;
}

#touch_content h2{
    position: initial !important;
}

#touch_content img{
    width: 100%;
}

.newlist a{
    display: flex;
    margin-bottom: .38rem;
}

.newlist img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
    animation: scales 10s infinite;
}

.newlist dl{
    width: 4.5rem;
    text-align: left;
    padding-left: .2rem;
}

.newlist dl dt{
    font-size: .26rem;
    color: #FFFFFF;
}

.newlist dl dd{
    font-size: .21rem;
    color: #a8a8a8;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin: .1rem 0;
}

.newlist dl span{
    font-size: .19rem;
    font-weight: bold;
    color: #e29c28;
    float: left;
    position: relative;
}

.newlist dl .icon{
    width: 35px;
    height: 16px;
    position: absolute;
}

.pageList a{
    font-size: .3rem;
    color: #FFFFFF;
}

.pageList #now{
    color: #e29c28;
}

.pageList a:nth-child(1){
    margin-right: .2rem;
}

#none,.footer a{
    color: #FFFFFF;
    text-align: center;
    font-size: .3rem;
}

.footer{
    background: #181818;
    padding: .5rem 0;
    font-size: .28rem;
    color: #FFFFFF;
}

.footer .sections{
    margin-top: 0;
}

.footer p{
    margin: .25rem 0;
}

.usercent dl{
    color: #e5e5e5;
}

.usercent dl dt{
    font-size: .28rem;
    font-weight: bold;
    margin-top: .2rem;
    color: #d9d9d9;
}

.usercent dl dd{
    font-size: .26rem;
    margin-top: .1rem;
}














@keyframes scaleX {
    0%{
    -webkit-transform: scaleX(0);
    }
    25%{
    -webkit-transform: scaleX(0.5);
    }
    50%{
    -webkit-transform: scaleX(1);
    }
    75%{
    -webkit-transform: scaleX(0.5);
    }
    100%{
    -webkit-transform: scaleX(0);
    }
    }
    @keyframes opacity1 {
    0%{
    opacity:0.9
    }
    50%{
    opacity:0.4
    }
    100%{
    opacity:0.9
    }
    }
    @keyframes opacity2 {
    0%{
    opacity:0.4
    }
    50%{
    opacity:0.9
    }
    100%{
    opacity:0.4
    }
    }
    @keyframes scales{
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
    }
    

.more{
    text-align: center;
    margin-top: .5rem;
    padding-bottom: .5rem;
    font-size: .26rem;
}


.more a{
    border: 1px solid #E29C28;
    border-radius: .5rem;
    padding: .15rem .4rem;
    color: #E29C28;
}








