/* 相关产品链接 */
.view{
    width: 100%;
    padding-bottom: 2rem;
    justify-content: space-evenly;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);

}
.view li{
    margin-top: .5rem;
    width: 11rem;
}
/* 封面 */
.home_b_k{
    padding: 1rem 0.7rem;
    background-image: linear-gradient(90deg, #ff7832 0%, #fb612d 100%);
    box-sizing: border-box;
    position: relative;
}
.home_b_k h6{
    font-size: 1rem;
    line-height: 1;
    color: #333;
    position: absolute;
    bottom: 23.2rem;
    left: 3rem;
}
.home_b_k p{
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    bottom: 2rem;
    width: 80%;
    left: 4rem;
}
.home{
    background: #ffffff;
    padding: 1.5rem 1.5rem 0 1.5rem;
}
.home h2{
    font-size: 2rem;
    line-height: 1.2;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}
.home h3{
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
    background-color: #f0f2f7;
    margin: 1rem 0;
    text-align: center;
}
.home div{
    border-radius: .5rem .5rem 0 0 ;
    border: 1px solid #fdd730;
    overflow: hidden;
    box-sizing: border-box;
}
.home div h4{
    font-size: 1.3rem;
    line-height: 1.8;
    color: #333;
    text-align: center;
    background-color: #fdd730;
}
.home div ul{

}
.home div ul li{
    box-sizing: border-box;
    width: 25%;
    border: 1px solid #fdd730;
}
.home div ul li img{
    width: 100%;
    height: 6.9rem;
    border-bottom: 1px solid #fdd730;
    box-sizing: border-box;
}
.home div ul li h5{
    font-size: 1rem;
    line-height: 1.2;
    color: #333;
    text-align: center;
    padding: .5rem 0;
}
/* machine list */
.adv_ul h4{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
    margin: -1.5rem auto 0.5rem auto;
}
.adv_ul h5{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
}
.adv_ul h6{
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-weight: 400;
}
.adv_ul i{
    height: .1rem;
    width: 96%;
    margin: 1rem auto;
    background-color: #333;
    display: block;
}
.adv_ul ul{
    justify-content: space-evenly;
}
.adv_ul ul h5{
    width: 100%;
}
.adv_ul ul li {
    width: 29%;
    margin: 1rem 0;
}
.adv_ul ul li img{
    border-radius: .5rem;
    box-shadow: 0 0 .25rem #333;
}
.adv_ul ul li h6{
    margin-top: .5rem;
}
/* 表格 */
table,table tr th, table tr td { 
    border:1px solid #999; 
}
table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    /* margin: 1rem auto; */
    margin-top: 1rem;
    background-color: #fff;
    /* background: url(../images/doing.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat; */
}
table tr td{
    line-height: 1.5;
    min-width: 2rem;
    padding: 0.2rem;
    font-size: 1rem;
    text-align: center;
    box-sizing: border-box;
}
.tr_tag{
    font-weight: 600;
}
.tr_tag_b_k{
    font-weight: 600;
    background-color: #f8f2dc;
}
.p_a_table p{
    font-size: 1.1rem;
    color: #f44b12;
    line-height: 1.5;
    padding: 1rem 2rem;
    background-color: #f3f6fb;
    font-weight: bold;
    position: relative;
}
.p_a_table p img{
    width: 1.2rem;
    position: absolute;
    top: 1rem;
    left: .5rem;
}
/* 介绍 */
.e_a{
    background-color: #fff;
    padding: 1.5rem;
}
.e_a ul{

}
.e_a ul>img{
    width: 21rem;
    margin: 1rem auto;
}
.e_a ul li{
    border-radius: 1rem;
    border: 1px solid #fc7a2f;
    box-sizing: border-box;
}
.e_a_img{
    padding: 1rem;
    border-radius: 1rem;
}
.e_a_text{
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
    border-top: 1px solid #fc7a2f;
    background-image: linear-gradient(90deg, #ffd22f 0%, #ffbb3b 100%);
}
.e_a_text h3{
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: .5rem;
}
.e_a_text h4{
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
}
/* 证书 */
.cpa {
    background-color: #fff;
    padding: 1.5rem;
}
.cpa h3{
    background-color: #fbf7cc;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: .5rem;
}
/* 国家案例 */
.fac_case{
    background: #ffffff;
    padding: 0.9rem;
    position: relative;
}
.case {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case li{
    position: relative;
    margin-top: .5rem;
}

.fac_case li div{
    position: relative;
}
.fac_case .case li h3 {
    width: max-content;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: .5rem;
    background-color: #333333a6;
    padding: .1rem 1rem;
    background-image: none !important;
    text-transform: capitalize;
}
.fac_case .case li h3 img{
    float: left;
    width: .9rem;
}
.fac_case li>img{
    width: 10.9rem;
}
.fac_case li div>img{
    width: 10.9rem;
}
.fac_case_dimg{
    width: 22.8rem !important;
}
.fac_case_d2img{
    width: 17rem !important;
}
/* 服务 */
.services{
    background: #ffffff;
    padding: 0.9rem;
    position: relative;
}
.services ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.services ul li {
    position: relative;
}
.services ul li:nth-child(1){
    width: 42%;
}
.services ul li:nth-child(2){
    width: 52%;
}
.services ul li h3{
    font-size: 1.1rem;
    line-height: 1.5;
    color: #ff790c;
    text-transform: capitalize;
    position: absolute;
    top: -3.5rem;
    margin-left: -1.4rem;
}
.services ul li h3 b{
    font-size: 2.3rem;
}
.services ul li div{
    border-left: 2px dashed #ff703b;
    padding-left: 1rem;
}
.services ul li div h4{
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
    position: relative;
}
.services ul li div h4 img{
    width: .7rem;
    position: absolute;
    left: -1.35rem;
    top: 0.5rem;
}