.home .main {
    width: 90%;
    margin: 182px auto 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.home .main .lNav {
    width: 300px;
    opacity: 0;
}

.home .main .lNav .item {
    width: 240px;
    background: rgba(9, 148, 215, 0.05);
    margin-bottom: 10px;
    display: flex;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 600ms;
}

.home .main .lNav .item .pic {
    position: relative;
}

.home .main .lNav .item .pic img {
    transition: all 600ms;
}

.home .main .lNav .item .pic img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home .main .lNav .item p {
    margin-left: 20px;
    color: #333333;
    font-size: 20px;
    transition: all 600ms;
}

/*.home .main .lNav .item:hover {*/
/*  background: #0994D7;*/
/*}*/
/*.home .main .lNav .item:hover p {*/
/*  color: white;*/
/*}*/
/*.home .main .lNav .item:hover .pic img:nth-child(1) {*/
/*  opacity: 0;*/
/*}*/
/*.home .main .lNav .item:hover .pic img:nth-child(2) {*/
/*  opacity: 1;*/
/*}*/
.home .main .lNav .active {
    background: #0994D7;
}

.home .main .lNav .active p {
    color: white;
}

.home .main .lNav .active .pic img:nth-child(1) {
    opacity: 0;
}

.home .main .lNav .active .pic img:nth-child(2) {
    opacity: 1;
}

.home .main .lNav2 .item {
    position: relative;
    flex-wrap: wrap;
}

.home .main .lNav2 .item .jt {
    position: absolute;
    right: 30px;
    top: 25px;
}

.home .main .lNav2 .item .jt img {
    vertical-align: middle;
    transition: all 600ms;
}

.home .main .lNav2 .item .jt img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

/*.home .main .lNav2 .item:hover .jt img:nth-child(1) {*/
/*  opacity: 0;*/
/*}*/
/*.home .main .lNav2 .item:hover .jt img:nth-child(2) {*/
/*  opacity: 1;*/
/*}*/
.home .main .lNav2 .aList {
    background: rgba(9, 148, 215, 0.05);
    transform: translateY(-10px);
    padding: 10px 20px 10px 70px;
    display: none;
}

.home .main .lNav2 .aList a {
    display: block;
    color: #666666;
    padding: 10px 0;
    transition: all 600ms;
}

.home .main .lNav2 .aList a:hover {
    color: #0994D7;
}

.home .main .lNav2 .aList .active2 {
    color: #0994D7;
}

.home .main .lNav2 .showList {
    display: block;
}

.home .main .lNav2 .active .jt img:nth-child(1) {
    opacity: 0;
}

.home .main .lNav2 .active .jt img:nth-child(2) {
    opacity: 1;
}

.home .main .content {
    width: calc(95% - 300px);
}

.home .main .content .dom1 {
    margin-bottom: 80px;
}

.home .main .content .dom1 .p1 {
    color: #333333;
    font-size: 40px;
    margin-bottom: 10px;
}

.home .main .content .dom1 .allItems {
    margin-bottom: 30px;
}

.home .main .content .dom1 .allItems .logo {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
    padding-top: 50px
}

.home .main .content .dom1 .allItems .logo img {
    transition: all 600ms;
}

.home .main .content .dom1 .allItems .logo:hover img {
    transform: scale(1.05);
}

.home .main .content .dom1 .allItems a {
    display: flex;
    color: #333333;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
    padding: 30px 0;
    position: relative;
}

.home .main .content .dom1 .allItems a .pic {
    position: relative;
    margin-top: 10px;
}

.home .main .content .dom1 .allItems a .pic img {
    transition: all 600ms;
    vertical-align: middle;
}

.home .main .content .dom1 .allItems a .pic img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home .main .content .dom1 .allItems a .t {
    width: calc(95% - 86px);
    margin-left: 20px;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.8;
    transition: all 600ms;
}

.home .main .content .dom1 .allItems a .link {
    width: 44px;
    height: 44px;
    background: #F4F4F4;
    opacity: 0.6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home .main .content .dom1 .allItems a .link img {
    transition: all 600ms;
}

.home .main .content .dom1 .allItems a .link img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.home .main .content .dom1 .allItems a:hover .pic img:nth-child(1) {
    opacity: 0;
}

.home .main .content .dom1 .allItems a:hover .pic img:nth-child(2) {
    opacity: 1;
}

.home .main .content .dom1 .allItems a:hover .t {
    color: #0191D6;
}

.home .main .content .dom1 .allItems a:hover .link img:nth-child(1) {
    opacity: 0;
}

.home .main .content .dom1 .allItems a:hover .link img:nth-child(2) {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .home .main {
        flex-direction: column;
        margin-top: 75px;
    }

    .home .main .lNav {
        width: 100%;
        margin-bottom: 30px;
        opacity: 1;
    }

    .home .main .lNav .item {
        width: 90%;
        padding: 20px 5%;
    }

    .home .main .content {
        width: 100%;
    }

    .home .main .content .dom1 {
        margin-bottom: 40px;
    }

    .home .main .content .dom1 .p1 {
        font-size: 24px;
    }

    .home .main .content .dom1 .allItems .logo {
        margin-bottom: 15px;
    }

    .home .main .content .dom1 .allItems a {
        padding: 15px 0;
    }
}

.home .main .content .dom1 .pager {
    display: flex;
    justify-content: center;
}

.home .main .content .dom1 .pager a {
    color: #666666;
    font-size: 18px;
    margin: 0 15px;
    transition: all 600ms;
    position: relative;
    padding-bottom: 15px;
}

.home .main .content .dom1 .pager a::after {
    content: "";
    display: block;
    background: #0090D8;
    height: 2px;
    width: 0;
    transition: all 600ms;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home .main .content .dom1 .pager a:hover {
    color: #0090D8;
}

.home .main .content .dom1 .pager a:hover::after {
    width: 100%;
}

.home .main .content .dom1 .pager .active {
    color: #0090D8;
}

.home .main .content .dom1 .pager .active::after {
    width: 100%;
}

.home .main .pager {
    display: flex;
    justify-content: center;
}

.home .main .pager a {
    color: #666666;
    font-size: 18px;
    margin: 0 15px;
    transition: all 600ms;
    position: relative;
    padding-bottom: 15px;
}

.home .main .dom1 .pager a::after {
    content: "";
    display: block;
    background: #0090D8;
    height: 2px;
    width: 0;
    transition: all 600ms;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home .main .pager a:hover {
    color: #0090D8;
}

.home .main .pager a:hover::after {
    width: 100%;
}

/*# sourceMappingURL=xshy.css.map */
