@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
    padding:0px;
    margin:0px;
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    font-size:14px;
    line-height:22px;
    padding:0px;
    margin: auto;
    width: 640px;
    font-family: "Microsoft Yahei", "微软雅黑";
    background: #fff;
}
img{
    vertical-align: middle;
}
/*banner*/
.banner {
    width: 640px;
    height: auto;
    position: relative;
    z-index: 1;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;

}
.banner .swiper-slide img{
    width: 640px;
    vertical-align: middle;
}
.banner .swiper-slide>.ban_tit{
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}
.banner .swiper-slide>.ban_tit>div:nth-child(1){
    font-size:45px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:48px;
}
.banner .swiper-slide>.ban_tit>div:nth-child(2){
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 20px;
}
.banner .swiper-slide>.ban_tit>div:nth-child(3){
    margin-top: 40px;
}
.banner .swiper-slide>.ban_tit>div:nth-child(3)>a{
    display: inline-block;
    width:130px;
    line-height:38px;
    background:rgba(68,124,254,1);
    border-radius:6px;
    font-size:18px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
/*底部栏目*/
.f-nav{
    position: fixed;
    width: 640px;
    bottom: 0;
    background: #19191A;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3);
    z-index: 9999999999999999999;
}
.f-nav>a{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding: 15px 0;
}
.f-nav>a img{
    width:42px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.f-nav>a>.img{
    height: 43px;
    position: relative;
}
.f-nav>a>.tit{
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 15px;
}

/*头部*/
.wap-top{
    height: 90px;
    background: #000001;
    opacity: 0.9;
}
.logo{
    float: left;
    line-height: 90px;
    margin-left: 22px;
}
.logo>img{
    width: 288px;
    height: 54px;
}
.lanmu{
    width: 40px;
    height: 30px;
    float: right;
    margin-right: 20px;
    background: url("/template/wap/images/caidan.png")no-repeat center;
    margin-top: 30px;
}
.yuyan{
    float: right;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 90px;
    margin-right: 25px;
}
.yuyan>a{
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}
.top-ss{
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 22px;
    margin-top: 35px;
    background: url("/template/wap/images/ss.png")no-repeat center;
}
/*栏目*/
.wap-nav{
    width: 640px;
    height: 80px;
    background: #8FC93B;
    margin: auto;
    text-align: center;
    line-height: 80px;
}
.wap-nav>a{
    display: inline-block;
    width: 139px;
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    font-weight: 500;
    color: #8FC93B;
    margin: 0 3px;
    border-radius: 10px;

    background: #fff;
    border: 2px solid #FFFFFF;
}
/*标题*/
.ttt{
    text-align: center;
}
.ttt>div:nth-child(1){
    font-size: 45px;
    font-weight: bold;
    color: #8FC93B;
    opacity: 0.36;
    line-height: 40px;
}
.ttt>div:nth-child(2){
    font-size: 38px;
    font-weight: 400;
    color: #1E2A5A;
    line-height: 38px;
    margin-top: -28px;
}
.about{
    padding-top: 40px;
}
.ab-con{
    width: 600px;
    margin: auto;
    margin-top: 33px;
}
.ab-con>div:nth-child(1){
    width: 580px;
    height: 320px;
    border: 10px solid #8FC93B;
}
.ab-con>div:nth-child(1)>img{
    width: 580px;
    height: 320px;
}
.ab-con>div:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    color: #282828;
    line-height: 30px;
    margin-top: 32px;
}
/*定制*/
.ding{
    width: 640px;
    height: 270px;
    background: #202020;
    margin: auto;
    margin-top: 40px;
}
.ding>.tt{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #90CA3D;
    padding-top: 26px;
}
.f-list{
    text-align: center;
    margin-top: 42px;
}
.f-list>div{
    display: inline-block;
    width: 108px;
    height: 116px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
    margin: 0 13px;
}
.f-list>div>img{
    height: 65px;
    margin-top: 3px;
}
.f-list>div>div{
    width: 75px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    margin: auto;
}
/*产品中心*/
.index-pro{
    padding-top: 57px;
}
.i-p-l{
    text-align: center;
    padding-top: 6px;
}
.i-p-l>a{
    display: inline-block;
    margin: 0 8px;
    margin-top: 40px;
}
.i-p-l>a>div:nth-child(1){
    width: 284px;
    height: 288px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    overflow: hidden;
    position: relative;
}
.i-p-l>a>div:nth-child(1)>img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.i-p-l>a>div:nth-child(2){
    height: 47px;
    font-size: 20px;
    font-weight: 500;
    color: #6F6F6F;
    background: #D4D4D4;
    text-align: center;
    line-height: 47px;
}
/*案例*/
.index-al{
    padding-top: 54px;

}
.i-p-a{
    text-align: center;
    padding-top: 6px;
}
.i-p-a>a{
    display: inline-block;
    margin: 0 8px;
    margin-top: 20px;
}
.i-p-a>a>div:nth-child(1){
    width: 290px;
    height: 232px;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    overflow: hidden;
    position: relative;
}
.i-p-a>a>div:nth-child(1)>img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.i-p-a>a>div:nth-child(2){
    height: 47px;
    font-size: 18px;
    font-weight: 500;
    color: #1E2A5A;
    text-align: center;
    line-height: 47px;
}

.index-ne{
    padding-top: 57px;
    margin-bottom: 40px;
}
.i-p-n{
    width: 600px;
    margin: auto;
    margin-top: 55px;
}
.i-n-l{
    display: block;
    width: 598px;
    height: 88px;
    padding: 20px 0;
    overflow: hidden;
    margin-top: 7px;
    border: 1px solid #E5E5E5;
}
.i-n-l:nth-child(1){
    margin-top: 0;
}
.i-n-l>.left{
    float: left;
    width: 130px;
    height: 90px;
    text-align: center;
    border-right: 1px solid #E5E5E5;
    color: #8FC93B;
}
.i-n-l>.left>div:nth-child(1){
    font-size: 30px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 30px;
}
.i-n-l>.left>div:nth-child(2){
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.i-n-l>.right{
    float: left;
    margin-left: 25px;
    width: 410px;
    color: #282828;
}
.i-n-l>.right>div:nth-child(1){
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    padding-top: 3px;
}
.i-n-l>.right>div:nth-child(2){
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;
}
.i-n-l:hover{
    background: #8FC93B;
}
.i-n-l:hover>.left{
    color: #fff;
}
.i-n-l:hover>.right{
    color: #fff;
}



.dis-nav{
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 9999999999999999999999999;
    background: #000001;
    opacity: 0.9;
    display: none;
}
.dis-nav>a{
    display: block;
    color: #fff;
    width: 250px;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
}
.dis-nav>a:hover{
    color: #8FC93B;
}










<!--0.00016498565673828-->