ul li{
    list-style: none;
}
.underline{
    width: 20px;
    height: 4px;
    margin-left: 40%;
    margin-top: 4%;
    margin-bottom: 12%;
    background: #d8c581;
}
.product_detail{
    margin-top: 10%;
    float: left;
    text-align: center;
    /*background: url('/assets/images/bg3.png') no-repeat;*/
}
.bgImg{
    width: 100px;
    display: block;
    background: url(/assets/images/bg3.png) no-repeat;
    background-size: contain;
    height: 100px;
    position: absolute;
    right: -10px;
    top: 40%;
}
.bgImg_two{
    width: 100px;
    display: block;
    background: url(/assets/images/bg3.png) no-repeat;
    background-size: contain;
    height: 100px;
    position: absolute;
    left: 45px;
    top: 20%;
}
.bgImg_three{
    width: 100px;
    display: block;
    background: url(/assets/images/bg3.png) no-repeat;
    background-size: contain;
    height: 100px;
    position: absolute;
    right: 30px;
    top: 35%;
}
.bgImg_four{
    width: 100px;
    display: block;
    background: url(/assets/images/bg3.png) no-repeat;
    background-size: contain;
    height: 100px;
    position: absolute;
    left: 45px;
    top: 35%;
}
.product-text{
    font-size: 14px;
    color: #8d8d8d;
    display: block;
    width: 100px;
    text-align: center;
}
.detail_list{
    list-style: none;
    background: #d1eb63;
    padding: 10px;
    width: 86%;
    margin-top: 15%;
    margin-left: 16px;
    border-radius: 20px;
    /*text-align: center;*/
}
.detail_list li{
    word-wrap: break-word;
    /*display: inline;*/
    font-size: 13px;
    /*white-space: nowrap;*/
    margin-right: 2%;
    margin-left: 2%;
}


/*@media screen and (max-width:400px) {*/
/*    .detail_list li:first-child {*/
/*        margin-left: -42%;*/
/*    }*/
/*    .bottom{*/
/*        margin-top: -7%;*/
/*    }*/
/*}*/
.jidi{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
}
.jidi li{
    /*display: inline-block;*/
    /*float: left;*/
    text-align: center;
    font-size: 14px;
    /*margin-top: 8%;*/
}
.jidi li div{
    font-size: 14px;
    color: #737373;
}
.jidi_two li{
    display: inline-block;
}
.method{
    background: url('/assets/images/bg4.png') no-repeat;
    background-size: contain;
    background-position: 28% 18px;
    width: 100vw;
    height: 145px;
    margin: 0 auto;
    /*display: table;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.method li{
    float: left;
    text-align: center;
    font-size: 14px;
    /*margin-right: 12%;*/
    /*margin-left: 4%;*/
    /*margin: 0px 7.5%;*/
    width: 110px;
}
.shiyong_one,.shiyong_two{
    height: 230px;
}
.consulatetype-frame {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    padding-left: 10px;
}
.consulatetype-frame .consulate-item {
    width: 30.333%;
    text-align: center;
    border: 1px solid #eee;
    margin-left: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #eaeaea;
}
.consulatetype-frame .consulate-item .item-img {
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0px 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.consulatetype-frame .consulate-item .item-title {
    font-size: 13px;
    color: #4e4e4e;
    letter-spacing: 0;
    line-height: 40px;
}
.consulatetype-frame .consulate-item .item-des {
    font-size: 12px;
    color: #9b9b9b;
    line-height: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.consulatetype-frame .consulate-item .itemAll{
    height: 110px;
    text-align: left;
    padding: 0px 6px 0px 8px;
}
.content{
    margin: -30px 25px 25px 25px;
    padding-top: 50px;
    font-size: 12px;
    color: #3b3b3b;
    /*background: url('/assets/images/bg2.png') no-repeat;*/
    background-position: right top;
    background-size: 50% 100%;
}
.bottom_img{
    /*background: url('/assets/images/list_bg.png') no-repeat;*/
    /*background-size: cover;*/
    /*height: 760px;*/
    /*margin-left: -3%;*/
}
.one,.two,.three,.four{
    position: relative;
    color: #5a5a5a;
}
.one{
    background: url('/assets/images/listone_bg.png') no-repeat;
    /*background-size: contain;*/
    /*height: 215px;*/
    /*margin-left: 3%;*/
    background-size: cover;
    background-position: center;
    height: 220px;
}
.two{
    background: url('/assets/images/listtwo_bg.png') no-repeat;
    /*background-size: contain;*/
    /*height: 215px;*/
    /*margin-left: 1%;*/
    background-size: cover;
    background-position: center;
    height: 220px;
    margin-top: -10%;
}
.three{
    background: url('/assets/images/listthree_bg.png') no-repeat;
    /*background-size: contain;*/
    /*height: 215px;*/
    /*margin-left: 4%;*/
    background-size: cover;
    background-position: center;
    height: 220px;
}
.four{
    background: url('/assets/images/listfour_bg.png') no-repeat;
    /*background-size: contain;*/
    /*height: 215px;*/
    /*margin-left: 4%;*/
    background-size: cover;
    background-position: center;
    height: 220px;
    margin-top: -6%;
}
.one .one_top,.two .two_top,.three .three_top,.four .four_top{
    position: absolute;
    font-size: 12px;
    width: 79%;
}
.one .one_bottom,.two .two_bottom,.three .three_bottom,.four .four_bottom{
    position: absolute;
    font-size: 12px;
    text-align: right;
    width: 80%;
}
.one .one_top{
    /*top: 48px;*/
    /*left: 40px;*/
    width: 320px;
    top: 2.5rem;
    left: 1.3rem;
}
.two .two_top{
    width: 320px;
    top: 3.4rem;
    left: 1.5rem;
}
.three .three_top{
    width: 320px;
    top: 2.8rem;
    left: 1.4rem;
}
.four .four_top{
    width: 320px;
    top: 3.3rem;
    left: 1.2rem;
}
.one .one_bottom{
    /*top: 115px;*/
    /*left: 43px;*/
    top: 7rem;
    left: 3rem;
}
.two .two_bottom{
    top: 8rem;
    left: 3.3rem;
}
.three .three_bottom{
    top: 7.3rem;
    left: 3.3rem;
}
.four .four_bottom{
    top: 7.8rem;
    left: 3rem;
}
.footers{
    background: #509a3b;
    height: 200px;
    color: #fff;
    display: block;
    padding: 4% 5%;
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
}
.inners {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.mod-link .bd {
    padding: 10px;
    display: flex;
}
.mod-footz .hd {
    position: absolute;
    right: 200px;
    top: 30px;
    right: 3%;
    text-align: center;
}
.mod-footz .bd {
    font-size: 12px;
    font-weight: 400;
    color: #F9FAFB;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
}
.mod-link .bd p a {
    color: #fff;
}
