@charset "UTF-8";

@import url("/css/animate.css");

.cen_title {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.cen_title h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.cen_title h2::after {
    content: "";
    border-left: 27px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    /* top: 58%; */
    transform: translate(-50%, -50%);
    bottom: -14px;
}

.zx_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.zx_title h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.zx_title h2::after {
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.zx_title i {
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}

.fw_line1 {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
    margin-bottom: 30px;
    padding-bottom: 20px;
}


.hr1 {
    width: 100%;
    height: 7px;
    background-color: #4257cc;
}

.fw_line1_nav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.fw_line1_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 390px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    box-sizing: border-box;
    padding-bottom: 18px;
}

.fw_line1_nav a h2 {
    font-size: 28px;
    margin-right: 18px;
    align-self: flex-end;
    /* font-weight: 700; */
}

.fw_line1_nav a span {
    display: block;
    font-size: 14px;
    align-self: flex-end;
    margin-bottom: 2px;
    padding-left: 8px;
    position: relative;
    color: #9c9c9c;
}

.fw_line1_nav a span::after {
    content: "";
    border-left: 1px solid #9c9c9c;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.fw_line1_nav a.cut span::after {
    border-left: 1px solid #fff;
}

.fw_line1_nav div.cut a span {
    color: #fff;
}

.fw_line1_nav div.cut a {
    /* background-image: -moz-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%); */
    color: #fff;
    background-color: #4257cc;
    pointer-events: none;
}

.fw_line1_list .item {
    display: none;
    padding-bottom: 60px;
    /* height: 400px; */
    background-color: #fff;
    padding: 90px 24px 24px 24px;
    height: 364px;
    box-sizing: border-box;

}

.fw_line1_list .item .ul1 {
    margin-bottom: 10px;
}

.fw_line1_list .item .ul1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fw_line1_list .item .ul1 ul li {
    width: 270px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    margin-bottom: 20px;
}

.fw_line1_list .item .ul1 ul li:hover a {
    color: #4257cc;
}

.fw_line1_list .item .ul1 ul li:hover img {
    animation: tada 1s;

}

.fw_line1_list .item .ul1 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fw_line1_list .item .ul1 ul li img {
    margin-right: 30px;
}

.fw_line1_list .item .ul1 ul li p {
    font-size: 18px;
}


.fw_line1_list .item .ul2 ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.fw_line1_list .item .ul2 ul li {
    margin-right: 13px;
}

.fw_line1_list .item .ul2 ul li:nth-child(5n) {
    margin-right: 0;
}

.fw_line1_list .item .ul2 ul li a {
    display: block;
    width: 220px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    margin-bottom: 16px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.fw_line1_list .item .ul2 ul li a:hover {
    color: #4257cc;
}

.fw_line1_list .item .ul2 ul li a:before,
.fw_line1_list .item .ul2 ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 0%;
    height: 0;
    border: 0;
    border-top: 1px #FFF solid;
    border-right: 1px #FFF solid;
    transition: 400ms ease all;
    box-sizing: border-box;
}

.fw_line1_list .item .ul2 ul li a:after {
    right: inherit;
    top: inherit;
    left: 0px;
    bottom: 0;
    border: 0;
    border-bottom: 1px #FFF solid;
    border-left: 1px #FFF solid;
}

.fw_line1_list .item .ul2 ul li a:hover:before,
.fw_line1_list .item .ul2 ul li a:hover:after {
    width: 100%;
    height: 100%;
    border-color: #3e8af1;
    transition: 500ms ease all;
}

.fw_search_box {
    height: 100px;
    background-color: #fafafa;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}
.fw_search_box a{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 200px;
    margin-bottom: 14px;
        background: url(../images/index_bg2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
}
.fw_search_box a:hover .fw_link {
    background-color: #6447CD;
}
.fw_search_box a:hover{
    opacity:.8
}
.fw_search_box p {
    font-size: 30px;
    color: #4257cc;
    margin-right: 34px;
}

.fw_search_box .fw_link {
    display: flex;
    width: 130px;
    height: 28px;
    background-color: #9985DD;
    margin-top: 10px;
    color: #fff;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 6px;
}


.fw_search_box .fw_link span {
    letter-spacing: 3px;
    font-size: 14px;
}

.fw_search_box .fw_link i {
    transform: rotate(180deg);
    font-size: 26px;
}


.fw_line2 {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
    margin-bottom: 30px;
    padding: 24px;
}

.fw_line2 .fw_search {
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DEE6FF;
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);

}

.fw_line2 .fw_search span:first-child {
    font-weight: 700;
}

.fw_line2 .fw_search .fw_input {
    flex: 1;
    background-color: #fff;
    height: 30px;
    margin: 0 10px;
    padding: 0 12px;

}

.fw_line2 .fw_search .fw_input input {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
}


.fw_line2 .fw_search .search_btn {
    width: 110px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 10px;
}

.fw_line2 .fw_search .search_btn:last-child {
    margin-left: 10px;
}

.accordion {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #DCE4FD;
    height: 570px;
}

.panel {
    transition: flex 0.3s;
    overflow: hidden;
    display: flex;
    height: 100%;
}

.panel-header {
    background-color: #f8f8f8;
    width: 77px;
    box-sizing: border-box;
    cursor: pointer;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    padding-top: 45px;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
}

.panel:nth-of-type(1) .panel-header {
    border-right: 1px solid #DCE4FD;
}

.panel:nth-of-type(2) .panel-header {
    border-left: 1px solid #DCE4FD;
}

.active .panel-header {
    border-right: 1px solid #DCE4FD;
    background-color: #fff;
}

.panel-header h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    letter-spacing: 4px;
}

.panel-header h3::after {
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    /* top: 58%; */
    transform: translate(-50%, -50%);
    top: -14px;
}

.panel-content {
    padding: 26px 20px;
    display: none;
    width: 1000px;
}

.panel.active {
    flex: 1;
}

.panel.active .panel-content {
    display: block;
}

.fw_line2 .panel-content h4 {
    font-size: 20px;
    /* color: #6049cb; */
    font-weight: 700;
    margin-bottom: 20px;
}

.fw_line2 .panel-content .fw_ul1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.fw_line2 .panel-content .fw_ul1 a {
    height: 88px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    margin-bottom: 20px;
}

/* .fw_line2 .panel-content .fw_ul1:nth-of-type(2) a:nth-child(5) {
    display: flex;
    justify-content: flex-start;
}

.fw_line2 .panel-content .fw_ul1:nth-of-type(2) a:nth-child(5) img {
    margin-right: 30px;
    margin-left: 40px;
} */

.fw_line2 .panel-content .fw_ul1 a:hover p {
    color: #4257cc;
}

.fw_line2 .panel-content .fw_ul1 a:hover img {
    animation: tada 1s;

}

.fw_line2 .panel-content .fw_ul1 a p {
    font-size: 18px;
}

.fw_line2 .panel-content .fw_ul1 a img {
    margin-right: 30px;
}


.fw_line3 {
    /* height: 310px; */
    background: url(/images/fw_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fw_line3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.fw_line3 ul li {
    width: 285px;
    height: 120px;
    background: url(/images/fw_pic12-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-bottom: 24px;
}

.fw_line3 ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fw_line3 ul li:nth-child(8) a img{
    width:32px;
}
.fw_line3 ul li a p {
    font-size: 20px;
    margin-left: 60px;
}

.fw_line3 ul li a:hover p {
    color: #4257cc;
}

.fw_line3 ul li a:hover img {
    animation: tada 1s;
}

/* v1 
.fw_line3 ul {
    display: flex;
    justify-content: space-between;

 .fw_line3 ul li {
    width: 385px;
    height: 146px;
    background: url(/images/fw_pic12.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fw_line3 ul li .img {
    margin-right: 40px;
    width: 52px;
    margin-top: 14px;
}

.fw_line3 ul li .img:first-child {
    width: 42px;
}

.fw_line3 ul li .img img {
    width: 100%;
}

.fw_line3 ul li .text {
    width: 160px;
}

.fw_line3 ul li .text p:first-child span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}
.fw_line3 ul li .text p:first-child a:hover{
    opacity: 0.8;
}
.fw_line3 ul li .text p:last-child a {
    font-size: 16px;
}
.fw_line3 ul li .text p:last-child a:hover{
    color: #4257cc;
} */

@media screen and (max-width: 768px) {
    .cen_title {
        padding-bottom: 10px;
    }

    .cen_title h2 {
        font-size: 1.5rem;
    }

    /* 2 */
    .fw_line1,
    .index_container2_list .item {
        height: 100%;
    }

    .index_container2_list .item {
        padding-bottom: 14px;
    }

    .fw_line1_nav {
        width: 100%;
        position: inherit;
        margin-bottom: 10px;
    }

    .fw_line1_nav>div {
        width: 32%;
    }

    .fw_line1_nav>div a {
        width: 100%;
        pointer-events: none;
        height: auto;
        padding: 10px 0;
    }

    .fw_line1_nav a h2 {
        margin-right: 0;
        font-size: 1.25rem;
    }

    .fw_line1_nav a span {
        display: none;
    }

    .fw_line1_list .item {
        padding: 16px 14px;
    }

    .fw_line1_list .item .ul1 ul li {
        width: 48%;
        height: 60px;
    }

    .fw_line1_list .item .ul1 ul li img {
        width: 24px;
        margin-right: 0;
    }

    .fw_line1_list .item .ul1 ul li a {
        justify-content: space-evenly;
    }
    .fw_line1_list .item{
        height: auto;
        padding-bottom:0;
    }
    .fw_line1_list .item .ul2 ul{
        justify-content: space-between;
    }
    .fw_line1_list .item .ul2 ul li {
        width: 48%;
        margin-right: 0;
    }

    .fw_line1_list .item .ul2 ul li a {
        width: 100%;
    }
         .fw_search_box{
        width: 100%;
    }
     .fw_search_box a{
        width: 100%;
        justify-content: space-evenly;
    }



     .fw_search_box a {
        padding: 16px 14px;
    }

     .fw_search_box a p {
        font-size: 1.5rem;
        margin-right: 0;
    }

     .fw_search_box .fw_link {
        width: 120px;
    }
 
    .fw_line1_list .item .fw_ul2 a img {
        margin-bottom: 10px;
    }

    .fw_search_box{
        width: 100%;
        /* margin: 0; */
        height: 70px;
        box-sizing: border-box;
        padding: 0 14px;
    }
     .fw_search_box a{
        width: 100%;
        justify-content: space-evenly;
    }
    .fw_line2 {
        padding: 16px 14px;
        padding-top: 0;
    }

    .fw_line2 .fw_search {
        height: auto;
        flex-wrap: wrap;
        padding: 16px 14px;
        font-size: 1rem;
    }

    .fw_line2 .fw_search span:first-child {
        width: 23%;
        height: 30px;
        /* line-height: 30px; */
    }

    .fw_line2 .fw_search .fw_input input {
        font-size: 0.875rem;
    }

    .fw_line2 .fw_search .fw_input {
        width: 60%;
        flex: auto;
        margin: 0;
        margin-bottom: 10px;
    }

    .fw_line2 .fw_search .search_btn {
        width: 48%;
        font-size: 0.875rem;
    }

    .accordion {
        height: auto;
        flex-direction: column;
        border: none;
    }

    .panel {
        flex-direction: column;
    }

    .panel-header {
        width: 100%;
        writing-mode: unset;
        justify-content: center;
        padding: 16px 0;
        border: none !important;
    }

    .panel-header h3 {
        font-size: 1.125rem;
    }

    .fw_line2 .panel-content h4 {
        font-size: 1rem;
    }

    .panel-content {
        width: 100%;
        box-sizing: border-box;
    }

    .fw_line2 .panel-content .fw_ul1 a {
        width: 48%;
        justify-content: space-evenly;
        height: 60px;
    }

    .fw_line2 .panel-content .fw_ul1 a img {
        margin-right: 0;
        width: 24px;
    }

    .fw_line2 .panel-content .fw_ul1:nth-of-type(2) a:nth-child(5) {
        justify-content: space-evenly;
    }

    .fw_line2 .panel-content .fw_ul1:nth-of-type(2) a:nth-child(5) img {
        margin: 0;
    }

    .fw_line3 {
        height: auto;
        background-size: cover;
        padding-bottom: 20px;
    }

    .fw_line3 ul {
        /* flex-direction: column; */
    }

    .fw_line3 ul li {
        width: 48%;
        margin-bottom: 16px;
        height: 80px;
        justify-content: space-evenly;
    }
    .fw_line3 ul li a{
        justify-content: space-evenly;
    }
    .fw_line3 ul li a p{
        margin-left: 0;
    }
    .fw_line3 ul li a img {
        width: 30px;
    }
    /* .fw_line3 ul li .img {
        margin-right: 0;
    }

    .fw_line3 ul li .text p:first-child a {
        margin-bottom: 8px;
    } */
}