.fuwu2 {
    width: 100%;
}

.fuwu2 .fuwu2_top {
    display: flex;
    width: 15rem;
    margin: 0 auto;
    padding: 1.07rem 0 1.44rem;
}

.fuwu2 .fuwu2_top .top_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
}

.fuwu2 .fuwu2_top .top_bor {
    min-height: 100%;
    width: 0.01rem;
    background: #707070;
    margin-left: 0.84rem;
    margin-right: 0.24rem;
}

.fuwu2 .fuwu2_top .top_text {
    width: 100%;
    flex: 1;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
}

.fuwu2_center {
    width: 100%;
    height: 8rem;
    background: url('../img/fuwu2.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 1.03rem;
    box-sizing: border-box;
}

.fuwu2_center .center_title {
    margin-bottom: 0.94rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.47rem;
    text-align: center;
}

.fuwu2_center .fuwu2_card {
    display: flex;
    align-items: center;
    width: 15rem;
    margin: 0 auto;
}

.fuwu2_center .fuwu2_card .card_item {
    display: block;
    width: 3.46rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    margin-right: 0.39rem;
    transition: all 0.3s;
}

.fuwu2_center .fuwu2_card .card_item:hover {
    box-shadow: 0 0 0.2rem 0.01rem rgba(0, 0, 0, 0.06);
}

.fuwu2_center .fuwu2_card .card_item.card_item:last-child {
    margin-right: 0;
}

.fuwu2_card .card_item img {
    width: 0.45rem;
    height: 0.45rem;
    margin: 0.86rem auto 0.17rem;
}

.fuwu2_card .card_item .card_title {
    transition: all 0.3s;
    margin-bottom: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.27rem;
    text-align: center;
}

.fuwu2_card .card_item .card_text {
    width: 100%;
    padding: 0 0.36rem;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #9B9B9B;
    line-height: 0.3rem;
}

.fuwu2_center .fuwu2_card .card_item:hover .card_title {
    color: #0071B2;
}

.fuwu2_center .fuwu2_card .card_item:hover .card_text {
    color: #0071B2;
}

.fuwu2_bot .bot_title {
    width: 15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.27rem auto 0.86rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.47rem;
    text-align: center;
}

.contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.51rem;
    height: 0.49rem;
    background: #FFFFFF;
    border-radius: 0.53rem;
    border: 0.01rem solid #0071B2;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0071B2;
    transition: all 0.3s;
}

.contact_btn:hover {
    background: #0071B2;
    color: #FFFFFF;
}

.contact_btn .img_con {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.26rem;
    height: 0.26rem;
    background: #0071B2;
    border-radius: 50%;
    transition: all 0.3s;
    margin-left: 0.14rem;
}

.contact_btn:hover .img_con {
    background: #FFFFFF;
}

.contact_btn .img_con img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    transition: all 0.3s;
}

.contact_btn .img_con .img2 {
    opacity: 0;
}

.contact_btn:hover .img_con .img2 {
    opacity: 1;
}

.contact_btn:hover .img_con .img1 {
    opacity: 0;
}

.fuwu2_bot .bot_list {
    display: flex;
    align-items: center;
    width: 15rem;
    margin: 0 auto;
    padding-bottom: 1.28rem;
}

.fuwu2_bot .bot_list .list_item {
    display: block;
    width: 3.47rem;
    margin-right: 0.37rem;
}

.fuwu2_bot .bot_list .list_item:last-child {
    margin-right: 0;
}

.list_item .item_img {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
}

.list_item .item_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.list_item:hover .item_img img {
    transform: scale(1.1);
}

.list_item .item_title {
    width: 100%;
    height: 0.74rem;
    background: #F5F5F5;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.17rem;
    color: #000000;
    text-align: center;
    line-height: 0.74rem;
}

.list_item:hover .item_title {
    font-weight: bold;
    color: #0071B2;
}

.fuwu2 .fuwu2_input {
    width: 100%;
    height: 9.34rem;
    background: url('../img/inputbg.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 1.08rem;
    box-sizing: border-box;
}

.fuwu2 .fuwu2_input .inpu_tit {
    margin-bottom: 0.78rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.47rem;
    text-align: center;
}

.contact_bot {
    width: 100%;
    padding-bottom: 0.98rem;
}

.contact_bot .bot_title {
    margin-bottom: 0.93rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    text-align: center;
    line-height: 0.47rem;
}

.contact_bot .contact_input {
    display: flex;
    width: 100%;
    padding-left: 2.53rem;
    box-sizing: border-box;
    margin-bottom: 0.26rem;
}

.contact_input .input_item {
    width: 6.8rem;
    margin-right: 0.55rem;
}

.contact_input .input_item .input_title {
    margin-bottom: 0.13rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.24rem;
}

.input_title span {
    color: #FF0000;
}

.contact_input .input_item input {
    display: block;
    width: 100%;
    height: 0.56rem;
    background: rgba(255, 255, 255, 0.46);
    border: 0.01rem solid #E5E5E5;
    padding: 0 0.15rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    line-height: 0.56rem;
}

.contact_input .input_item input::placeholder {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #9A9A9A;
    line-height: 0.56rem;
}

.contact_input .textarea_item {
    width: 14rem;
}

.contact_input .textarea_item .input_title {
    margin-bottom: 0.13rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.24rem;
}

.contact_input .textarea_item textarea {
    width: 100%;
    height: 2rem;
    background: rgba(255, 255, 255, 0.46);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E5E5E5;
    padding: 0.18rem 0.15rem;
    box-sizing: border-box;
    font-size: 0.16rem;
}

.contact_input .textarea_item textarea::placeholder {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #9A9A9A;
}

.fuwu2_input .contact_btn {
    margin: 0.7rem auto 0;
}

.fuwu1 {
    display: flex;
    flex-wrap: wrap;
    width: 15rem;
    margin: 0 auto;
    padding-top: 1.15rem;
    padding-bottom: 0.77rem;
}

.fuwu1 .fuwu1_item {
    display: block;
    width: 4.66rem;
    background: #F5F5F5;
    margin-right: 0.51rem;
    margin-bottom: 0.96rem;
}

.fuwu1 .fuwu1_item:nth-child(3n) {
    margin-right: 0;
}

.fuwu1 .fuwu1_item .fuwu1_img {
    display: block;
    width: 100%;
    height: 3.36rem;
    overflow: hidden;
}

.fuwu1_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.fuwu1 .fuwu1_item:hover .fuwu1_img img {
    transform: scale(1.1);
}

.fuwu1 .fuwu1_item .fuwu1_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1rem;
    background: #F5F5F5;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.25rem;
    color: #000000;
}

.fuwu1 .fuwu1_item:hover .fuwu1_title {
    box-shadow: 0 0 0.15rem 0.01rem rgba(0, 0, 0, 0.16);
    font-weight: bold;
    color: #0071B2;
    background: #FFFFFF;
}

.fuwu1 .page {
    margin-top: -0.19rem;
}