/*
解决方案样式 by wangruohui 2021-08-24*/

/*医药 样式*/
ul{
    padding-left: 0;
}

.solution-a{
    color: #333;
    text-decoration: none;
    padding: 10px 20px 0 20px;
}

.medicine-banner-box{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 100px;
    position: fixed;
    z-index: -9;
}

.medicine-banner{
    width:100%;
    height:434px;
    background:url("/images/medicine-banner.jpg") no-repeat center bottom;
    background-size:cover;
    position: relative;
}
.merchandise-banner {
    background:url("/images/merchandise-banner.jpg") no-repeat center bottom;
    background-size:cover;
}
.cross-border-bnanner {
    background:url("/images/cross-border-bnanner.jpg") no-repeat center bottom;
    background-size:cover;
}
.cuntry-banner {
    background:url("/images/cuntry-banner.jpg") no-repeat center bottom;
    background-size:cover;
}

.medicine-banner .banner-text-box {
    color: #FFFFFF;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%);
    width: 680px;
}

.medicine-banner .banner-text-box .title {
    font-size: 50px;
    letter-spacing: 12px;
    line-height: 50px;
}
.medicine-banner .banner-text-box .sub-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 32px;
    margin-top: 20px;
}

.medicine-body{
    width: 100%;
    height: 100%;
}

.medicine-floor{
    width: 100%;
    height: 600px;
    background-color: #fff;
    text-align: center;
}

.gray-bg{
    background: #f9f9f9;
}

.medicine-h2{
   /* height: 80px;
    line-height: 80px;*/
    font-size: 28px;
    padding-top: 68px;
    margin-bottom: 20px;
}

.medicine-titel-p{
    margin-bottom: 48px;
}

.medicine-titel-p,.medicine-cas-p{
    color: #999;
    font-size: 20px;
    line-height: 32px;
    width: 617px;
    margin: 0 auto 60px auto;
}

.medicine-case-ul{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;/*决定子元素两端对齐，均匀间隔*/
    padding: 0;
}

.medicine-case-li{
    width:520px;
    float: left;
    text-align: justify;
    display: inline-block;
    text-align: center;
}

.medicine-case-img{
    margin-bottom: 30px;
}

.medicine-cas-p{
    line-height: 26px;
    font-size: 18px;
}

.consult-box{
    width: 100%;
    height: 279px;
    background: #2CB6F6;
    position: relative;
}

.consult-box-in{
    width: 1200px;
    height: 293px;
    margin: 0 auto;
    background: url(../images/connect-bg.png) no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    position: absolute;
    top: -14px;
    left: 50% ;
    transform: translate(-50%,0);
}

.consult-h3{
    color: #fff;
    padding-top: 45px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
}

.consult-ul{
    width: 516px;
    height: 66px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;/*决定子元素两端对齐，均匀间隔*/
    margin-top: 50px;
}

.consult-li{
    width: 228px;
    height: 66px;
    float: left;
    text-align: justify;
    display: inline-block;
    text-align: center;
}

.consult-li a{
    width: 228px;
    height: 66px;
    line-height: 66px;
    border-radius: 5px;
    text-decoration: none;
    color: #2BB6F6;
    font-size: 25px;
    text-align: center;
    background: #fff;
    display: inline-block;
}

.consult-icon{
    width: 38px;
    height: 66px;
    display: inline-block;
    float: left;
    background: url("../images/zixun.png") no-repeat center center;
    background-size: 38px;
    margin-left: 40px;
    margin-right: -35px;
}

.apply-icon{
    width: 38px;
    height: 66px;
    display: inline-block;
    float: left;
    background: url("../images/shiyong.png") no-repeat center center;
    background-size: 34px;
    margin-left: 40px;
    margin-right: -35px;
}

/*商超样式*/
.merchandise-floor{
    text-align: center;
}

.merchandise-ul{
    width: 1080px;
    height: 355px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;/*决定子元素两端对齐，均匀间隔*/
    padding: 0;
}

.merchandise-li{
    width: 250px;
    height: 299px;
    text-align: center;
    float: left;
    display: inline-block;
}

.merchandise-fllor-img{
    width: 100%;
}
.merchandise-floor-h4{
    font-size: 16px;
    margin: 25px 0 20px 0!important;
}

.merchandise-floor-p{
    color: #999;
    font-size: 15px;
    line-height: 24px;
}

.mercha-p{
    width: 952px;
    margin: 20px auto 60px auto;
}

.merchan-cae-ul{
    width: 1020px;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 32px;
    padding-left: 0;
}

.merchandise-case-img{
    float: left;
    margin-right: 25px;
    display: inline-block;
    margin-top: 10px;
}

.merchandise-cas-h4{
    text-align: left;
    margin: 0;
    font-size: 20px;
}

.merchan-cae-p{
    text-align: left;
    margin-top: 12px;
    font-size: 16.6px;
    line-height: 26.7px;
    width: 350px;
    height: 80px;
}

.merchan-cae-li{
    width: 465px;
    border: 2px solid #f6f6f6;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 30px 0 30px 25px;
    height: 74px;
}

.country-advantage-li{
    width: 300px;
    height: 317px;

}

.country-adh4-p{
    width: 256.67px;
    height: 128px;
    font-size: 16px;
}

.country-adh4{
    font-size: 22px;
    font-weight: normal;
}

.cross-border-ul{
    width: 1060px;
}

.cross-border-li{
    width: 160px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 50px 20px;
    height: 304px;
}

.croos-border-h4{
    font-size: 16px;
}

.cross-advan-p{
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    width: 166.6px;
    height: 185.83px;

}

.hangye-ul{
    width: 186px !important;
    padding: 0!important;
    margin-left: 50px;
}

.b2b2c-h1 {
    padding: 68px 0 60px 0;
    font-size: 28px;
    font-weight: normal;
    margin: 0 auto;
}
.b2b2c-h1.body-h1 {
    padding: 68px 0 10px 0 !important;
}
.b2b2c-p {
    margin: 0 auto 60px;
    width: 616px;
    font-size: 20px;
    line-height: 32px;
    color: #999;
}