/*公共样式--开始*/





ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}





/* APPLICATION 行业应用 */
.case {
    background: url(//cdn.myxypt.com/b2414e33/22/02/cbd077d1bdc8aba9f0be2988845e1b2ef578ae01.jpg)no-repeat center;
    padding-top: 30px;
    padding-bottom: 76px;
    background-size: cover;
}
.hotsearch{
    padding-bottom: 4vh;
    color:#666;
}
.hotsearch a{
    color:#666;
}
.hotsearch a:hover{
    color:#003c8d;
}
.r1 a{
    padding-right: 5px;
}

.bt .bt1 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #333;
    font-weight: 600;
}

.bt .bt1 span {
    color: #003c8d;
    font-family: Arial;
    font-size: 40px;
}

.bt .bt2 {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-top: 16px;
}

.hy {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.hyl {
    width: 70%;
}

.hyr {
    width:31%;
}

.hyl .tab2 img {
    width: 100%;
}

.hyl .tab2 {
    position: relative;
}

.hyl .tab2 .cnr {

    width: 100%;

}

.hyl .tab2 .cnr .p1 {
    color: #fff;
    border-left: 5px solid #fff;
    padding-left: 16px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 58px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.hyl .tab2 .cnr .p2 {
    color: #fff;

    font-size: 14px;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.8s;
}

.hyl .tab2.on .cnr .p1 {
    height: auto;
    bottom:68px;
}

.hyl .tab2.on .cnr .p2 {
    /* margin-top: 20px; */
    height: auto;
    bottom: 24px;
}

.hyr ul {
    height: 100%;

    background: #fff;
    /* display: flex;
    flex-direction: column;
    justify-content: space-evenly; */
}

.hyr ul li {
    height: calc(100% / 4);
    /* border-bottom: 1px solid #e6e7e7; */
    padding: 0 25px;

}

.hyr ul li .ll {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e6e7e7;
}



.hyl .tab2 {
    display: none;
}

.hyr ul li:last-child .ll {
    border-bottom: none;
}

.hyr ul li .div {
    /* padding-left: 104px; */
    height: 71px;
    background: no-repeat top left;
    /* line-height: 71px; */
    transition: all 0.5s;
    /* line-height: 71px; */
}

.hyr ul li .div a {
    display: block;
}

.hyr ul li .div .s1 {
    display: block;
    width: 71px;
    height: 71px;
    margin-right: 37px;
    overflow: hidden;
    border-radius: 50%;
    background: #f7f7f7;
}

.hyr ul li .div .hfa {
    width: 100%;
    height: 40px;
    margin-top: 15.5px;
    overflow: hidden;
    background: no-repeat top center;
    transition: all 0.5s;
}

.hyr ul li.cur .div .hfa {
    background: no-repeat bottom center;

}

.hyr ul li.cur {
    width: 100%;
    background: #39B379;

}

.hyr ul li.cur .ll {
    border-bottom: 1px solid #39B379;
}

.hyr ul li .div .p1 {
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    padding-top: 14px;
}

.hyr ul li .div .p2 {
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
    text-transform: uppercase;
}

.hyr ul li.cur .p1,
.hyr ul li.cur .p2 {
    color: #fff;
}

.product {
    padding-top: 67px;
 
}

.picList li {
    width: 23.4%;
    margin-right: 28px;
}

.pro .bd .tempWrap {
    width: 100% !important;
}

.picList li {
    padding-right: 1px;
}

.picList li .pimg {
    border: 1px solid #f5f5f5;
    /* transition: all 0.3s; */
    position: relative;
}

.picList li .pimg img {
    width: 100%;
}

.picList li p {
    background: #f5f5f5;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    transition: all 0.3s;
}

.picList li .pimg::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #39B379;
    left: 0;
    bottom: 0;
    height: 0;
    transition: all 0.3s;
}

.picList li:hover .pimg::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #39B379;
    left: 0;
    bottom: 0;
    height: 100%;
    /* transition-delay: 300ms; */
}

.picList li .pimg .tbu {
    content: "";
    position: absolute;
    width: 0;
    background: #39B379;
    left: 0;
    top: 0;
    height: 1px;
    transition: all 0.3s;
}

.picList li:hover .pimg .tbu {
    width: 100%;
    transition-delay: 300ms;
}


.picList li .pimg .dbu {
    content: "";
    position: absolute;
    width: 1px;
    background: #39B379;
    right: 0;
    top: 0;
    height: 0;
    transition: all 0.3s;
}

.picList li:hover .pimg .dbu {
    height: 100%;
    transition-delay: 600ms;
}


.picList li .pimg::after {
    content: "";
    position: absolute;
    width: 0;
    background: #39B379;
    right: 0;
    bottom: 0;
    height: 1px;
    transition: all 0.3s;
}

.picList li:hover .pimg::after {
    width: 100%;
    transition-delay: 900ms;
}



.picList li:hover p {
    background:#39B379;
    color: #fff;
}



