/*子页面*/
.jiejue {
    overflow-x: hidden;
}

.jiejue .contentb {
    padding: 20px 30px;
}

.container {
    width: 1200px;
    /*margin-top: -120px;*/
    margin: -120px auto 0 auto;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    color: #333333;
}

.title {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
}

.title .text1 {
    color: #333333;
    font-size: 32px;
}

.title .text2 {
    height: 56px;
    font-size: 36px;
    color: #2279FF;
    line-height: 56px;
}

.title .text2 {
    height: 56px;
    font-size: 40px;
    color: #2279FF;
    line-height: 56px;
}

.title img {
    width: 52px;
    height: 52px
}

.content {
    width: 934px;
}

.content .desc p{
    width: 914px;
}

.content .desc p img{
    width: 914px;
    object-fit: cover;
}


.content .desc {
    border-radius: 6px;
    font-size: 16px;
    color: #333333;
    padding: 12px 14px;
    line-height: 24px;
}



.content .tag-img {
    width: 48px !important;
    height: 45px !important;
}

.menu {
    width: 246px;
    margin-top: 99px;
    position: sticky !important;
    top: 83px;
    /* position: fixed;
    right: 152px;
    top: 585px; */
}

.menu .box {
    height: 183px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}

.menu .box .top {
    height: 96px;
    background: #2279FF;
    border-radius: 6px 6px 0px 0px;
    padding: 0 20px 0px 20px;
}

.menu .box .top .text1 {
    width: 80px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
}

.menu .box .top img {
    width: 110px;
    height: 101px;
    margin-top: -18px;
}

.menu .box .btn {
    width: 206px;
    height: 47px;
    background: rgba(34, 121, 255, 0.11);
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.menu .box .btn a:hover {
    color: #2279FF;
}

.menu .item{
	cursor: pointer;
}

.menu .item .tag {
    width: 6px;
    height: 30px;
    background: rgba(34, 121, 255, 0.13);
}
.tag-active {
    background: #2279FF !important;
}

.menu .item .text {
    font-size: 16;
    color: #333333;
    margin-left: 25px;
}

.menu .item .text:hover {
    color: #2279FF;
}

.text-active {
    color: #2279FF !important;
}



.pages-nav {
    /*display: flex;*/
    /*flex-direction:row;*/
    /*justify-content: space-between;*/
    overflow: hidden;
    padding-top: 16px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    line-height: 31px;
}


.pages-nav a {
    color: #666;
}

.pages-nav a:nth-child(1) {
    float: left;
}

.pages-nav a:nth-child(2) {
    float: left;
    margin-left: 10px;
}

.pages-nav a:nth-child(3) {
    float: right;
}

.pages-nav a:nth-child(4) {
    float: right;
    margin-right: 10px;
}

.pages-nav a:hover {
    color: #00a0e9;
}

.pages-nav .pages-nav-pre {}

.pages-nav .pages-nav-next {
    float: right;
}


.headimg {
    position: relative;
    overflow: hidden;
}

.headimg .headimg-bg {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 380px;
    margin-left: -960px;
}

.headimg .headimg-txt {
    position: absolute;
    display: flex;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    align-items: center;
    justify-content: center;
}

.headimg .headimg-txt p {
    font-size: 32px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 40px;
}


header .jiejuefangan {
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(180deg, #3a8959, #306084), linear-gradient(90deg, #5c5fa5, #893f60);
}

header .headerimg-content {
    height: 520px;
    position: relative;
}