#fwdt {
    width: 1200px;
    margin: 10px auto;
}

.fwdt_top {
    display: flex;
}

.fwdt_top a {
    width: 600px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    background: #DCE3ED;
    cursor: pointer;
}

.fwdt_top .active {
    position: relative;
    background: #0262D2;
    color: #fff;
}

.fwdt_top .active::after {
    position: absolute;
    left: 285px;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #FFFFFF transparent;
}

.fwdt_dis {
    display: flex;
    width: 1200px;
    background-color: #fff;
    height: 90px;
}

.fwdt_dis div {
    margin-left: 19px;
    display: flex;
    flex-wrap: wrap;
    width: 1070px;
    height: 60px;
    margin-top: 15px;
}

.fwdt_dis div a {
    display: block;
    width: 95px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.fwdt_dis div .active {
    color: #0262D2;
}

.fwdt_conter {
    margin-top: 10px;
}

.conter_One,
.conter_Two {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.conter_One .One_left,
.conter_Two .Two_left {
    width: 300px;
}

.conter_One .One_left .left_item>a,
.conter_Two .Two_left .left_item>a {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    height: 60px;
    background: linear-gradient(0deg, #49A0FF, #0A5CFF);
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.conter_One .One_left .left_item>a img,
.conter_Two .Two_left .left_item>a img {
    width: 20px;
    height: 22px;
    margin-right: 16px;
}

.conter_One .One_left .left_item>a img:last-child,
.conter_Two .Two_left .left_item>a img:last-child {
    width: 17px;
    height: 14px;
    transition: all .5s;
}

.conter_One .One_left .left_item>.active img:last-child,
.conter_Two .Two_left .left_item>.active img:last-child {
    transform: rotate(180deg)
}

.conter_One .One_left .left_item>.active1 img:last-child,
.conter_Two .Two_left .left_item>.active1 img:last-child {
    transform: rotate(0deg)
}

.conter_One .One_left .left_item>.active2 img:last-child,
.conter_Two .Two_left .left_item>.active2 img:last-child {
    transform: rotate(0)
}

.conter_One .One_left .left_item>a span,
.conter_Two .Two_left .left_item>a span {
    display: block;
    width: 200px;
}

.conter_One .One_left .left_item>div,
.conter_Two .Two_left .left_item>div {
    width: 300px;
    background-color: #fff;
}

.conter_One .One_left .left_item>div a,
.conter_Two .Two_left .left_item>div a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 59px;
    color: #333;
}

.conter_One .One_left .left_item>div a:hover,
.conter_Two .Two_left .left_item>div a:hover {
    background: #EEF6FF;
    font-weight: 700;
    border-left: 2px solid #0362D2;
}

.conter_One .One_left .left_item>div .active,
.conter_Two .Two_left .left_item>div .active {
    background: #EEF6FF;
    font-weight: 700;
    border-left: 2px solid #0362D2;
}

.conter_One .One_right,
.conter_Two .Two_right {
    width: 890px;
    background-color: #fff;
    padding: 20px 18px;
    box-sizing: border-box;
}

.conter_One .One_right div,
.conter_Two .Two_right div {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.conter_One .One_right h2,
.conter_Two .Two_right h2 {
    font-size: 16px;
    color: #333;
    border-left: 4px solid #0362D2;
    padding-left: 11px;
    margin-bottom: 10px;
}

.conter_One .One_right p,
.conter_Two .Two_right p {
    text-indent: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}