.about{padding-top: 140px;background-color: #2A2F2F;}
.about .am-container .am-g{overflow: hidden;height: 100%;}
.about .content{width: 80%;margin-top: 33px;padding-bottom: 50px;}
.about .content h3{color:#84C1EA;padding:0;margin:0;font-weight: 300;font-size:14px;}
.about .content p{font-weight: 300;font-size:14px;margin: 0;padding:0;line-height: 2;color:#FFF;}


.content-pdt{margin-top: 65px;}
.procate{background-color: #000000;padding-top: 60px;padding-bottom: 70px;}
.procate ul li{display: flex;flex-direction: row;justify-content: space-between;}
.procate ul li .list{width: 95%;background-color: #2A2F2F;margin-top: 15px;display: flex;flex-direction: row;font-size:16px;align-items:center;padding:20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
.procate ul li .list img{max-width:80px;
    -webkit-animation: dong1 .5s ease-in-out;
    -o-animation: dong1 .5s ease-in-out;
    animation: dong1 .5s ease-in-out;}
.procate ul li .list .text{padding-left: 15px;}
.procate ul li .list .text h3,.procate ul li .list .text h4{margin: 0;padding:0;color:#A0D9F6;font-weight: 400;}
.procate ul li .list .text h4{color:#B4D8F2;font-weight: 300;}
.procate ul li .list .text a{display:inline-block;padding:5px 15px;color: #A0D9F6;border:1px solid #B4D8F2;margin-top: 8px;}
.procate ul li .list .text a:hover{border-color: #FFFFFF;color: #FFF;}
.procate ul li .list:hover img{
    -webkit-animation: dong1 .5s ease-in-out;
    -o-animation: dong1 .5s ease-in-out;
    animation: dong1 .5s ease-in-out;
    }
.procate ul li{
    perspective: 500;
    -webkit-perspective: 500;
    perspective-origin: center;
    -webkit-perspective-origin: center;
}
.procate ul li .list:hover{
    background-color: rgba(255,255,255,.3);
    transform-origin: bottom;
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
}

/*产品列表页*/
.prolist{background-color: #141414;padding-bottom:45px;}
.prolist .am-container>h3{font-size:20px;font-weight: 500; line-height: 50px;color:#A0D9F6; margin-top: 58px;}
.prolist .product .list .info h3{font-size:18px;color:#A0D9F6; font-weight: 300;}
.prolist .product .list .info table *{border:none;}
.prolist .product .list .info table td{padding-right:15px;color: #FFF;font-size: 16px;}
.prolist .product .list .info .gongneng>h4{font-size:16px;font-weight:300;color: #FFF;line-height: 35px;margin: 0;padding:0;}
.prolist .product .list .info .gongneng .content_gongneng>ul{margin: 0;padding:0;}
.prolist .product .list .info .gongneng .content_gongneng>ul li{list-style: none;color:#FFF;}
.prolist .product .list .info a{display: block;float: right;padding-right: 15px;border:1px solid #A0D9F6;padding:5px 25px;color:#A0D9F6;padding-right: 45px;font-weight: 300;font-size:16px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.prolist .product .list .info a:hover{
    padding-right:15px;
}
/*产品详情页*/
.proshow{padding-top:50px;}
.proshow *{color:#FFF;font-size:16px;font-weight: 300;}
.proshow .tedian h3{font-size:18px;font-weight: 400;}
.proshow .tedian ol{margin:0;padding:0;}
.proshow .tedian ol li{list-style-position: inside;}
.proshow .xiangqing .title span{
    font-size:20px !important;
    line-height: 45px;
    font-weight: 500;
}
.proshow .xiangqing .title span::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #84C1EA;
}
@media screen and (max-width:640px){
    .about{padding-top: 60px;}
    .about .content{width: 100%;margin-bottom: 25px;}
}
@keyframes dong1 {
    0%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    50%{
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);

    }
    100%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}