
.product-box{
    padding: 50px 0 10px 0;
}
.product-box.pb50{
    padding-bottom: 50px;
}
.product-box .flex{
    display: flex;
    justify-content: space-between;
}
.pro-advantage{
    flex: 0 0 66.666666%;
    width: 66.666666%;
    height: auto;
}
.pro-advantage .protitle,.pro-location .protitle{
    padding-bottom: 10px;
}
.pro-advantage .pa-desc{
    font-size: 16px;
    line-height: 1.8;
}
.pro-advantage ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-advantage li{
    width: 420px;
    padding: 20px 80px 20px 50px;
    margin-right: 50px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.pro-advantage li .icon{
    position: absolute;
    left: 0;
    top: 25px;
    width: 29px;
    height: 19px;
    background: url(../img/icon-tick.png) no-repeat center center;
    background-size: 100% 100%;
}
.pro-advantage li .title{
    font-size: 24px;
    font-weight: bold;
    color: #0F3F88;
    padding-bottom: 10px;
}
.pro-advantage li .desc{
    font-size: 16px;
    color: #585858;
}
.pro-location{
    flex: 0 0 29.513888%;
    width: 29.513888%;
    height: auto;
    padding: 45px 40px 20px 40px;
    background: #ECECEC;
    border-radius: 25px;
}
.pro-location ul{
    padding-top: 20px;
}
.pro-location li{
    font-size: 24px;
    height: 88px;
    line-height: 88px;
    border-top: 1px solid #9e9e9e;
}
.pro-location li:hover{
    padding: 0 10px;
    background-color: #B81C25;
    border-top: 1px solid #B81C25;
}
.pro-location li a{
    display: block;
    color: #585858;
}
.pro-location li a:hover,.pro-location li a:hover em,.pro-location li a.more:hover{
    color: #FFF;
}
.pro-location li em{
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: #0f3f88;
}
.pro-location li a.more{
    color: #0f3f88;
}
.pro-company-list{
    padding: 0 0 0 0;
}
.pro-company-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-company-list li{
    display: block;
    width: 436px;
    height: 540px;
    margin-right: 65px;
    border-radius: 15px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.pro-company-list li:hover{
    background: #B81C25;
}
.pro-company-list li:nth-child(3n){
    margin-right: 0;
}
.pro-company-list li .pic{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}
.pro-company-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.pro-company-list li:hover .pic img{
    transform: scale(1.1);
}
.pro-company-list li .text{
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 5px;
    padding: 90px 40px 40px 40px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 120;
    color: #FFF;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(13, 51, 111, 1), rgba(13, 51, 111, 0.3) 100%);
    transition: all 0.35s;
}
.pro-company-list li:hover .text{
    background: linear-gradient(180deg, rgba(13, 51, 111, 1), rgba(13, 51, 111, 0.5) 100%);
}
.pro-company-list li .text .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 45px;
    text-align: center;
}
.pro-company-list li .text .desc{
    font-size: 16px;
    line-height: 1.8;
}
.pro-permit-list{
    padding: 0 0 0 0;
}
.pro-permit-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-permit-list li{
    display: block;
    width: 436px;
    height: 238px;
    margin-right: 65px;
    border-radius: 15px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.pro-permit-list li:hover{
    background: #B81C25;
}
.pro-permit-list li:nth-child(3n){
    margin-right: 0;
}
.pro-permit-list li .pic{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}
.pro-permit-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.pro-permit-list li:hover .pic img{
    transform: scale(1.1);
}
.pro-permit-list li .title{
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 5px;
    padding: 20px 20px 20px 20px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 120;
    color: #FFF;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(13, 51, 111, 0.8);
    transition: all 0.35s;
}
.pro-structure-list{
    padding: 0 0;
}
.pro-structure-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-structure-list li{
    flex: 0 0 268px;
    width: 268px;
    min-height: 320px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
    border-radius: 16px;
    border: 2px solid #0D336F;
}
.pro-structure-list li:hover{
    border: 2px solid #B81C25;
}
.pro-structure-list li:nth-child(5n){
    margin-right: 0;
}
.pro-structure-list li .pic{
    display: block;
    width: 100%;
    height: 135px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.pro-structure-list li .pic .icon{
    margin: 0 auto;
    text-align: center;
}
.pro-structure-list li .pic .icon img{
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: 135px;
    transition: all .3s;
}
.pro-structure-list li:hover .pic .icon img{
    transform: scale(1.1);
}
.pro-structure-list li .title{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 24px;
    line-height: 1.35;
    font-weight: bold;
    color: #10408B;
    text-align: center;
    z-index: 10;
}
.pro-structure-list li:hover .title{
    color: #B81C25;
}
.pro-structure-list li .desc{
    font-size: 16px;
    color: #2F2F2F;
    line-height: 1.6;
}
.process-desc{
    font-size: 16px;
    line-height: 1.6;
}
.pro-process-list{
    margin-top: 30px;
}
.pro-process-list li{
    display: flex;
    padding: 22px 22px;
    background: #E8E8E8;
    border-radius: 15px;
    margin-bottom: 38px;
}
.pro-process-list li:hover{
    background: #E0E0E0;
}
.pro-process-list li .pic{
    flex: 0 0 660px;
    width: 660px;
    height: 292px;
}
.pro-process-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-process-list li .text{
    flex: auto;
    width: auto;
    height: 292px;
    padding: 15px 0;
    padding-left: 30px;
}
.pro-process-list li .title{
    font-size: 24px;
    color: #d60000;
}
.pro-process-list li .desc{
    font-size: 16px;
    color: #585858;
    line-height: 1.6;
    height: 160px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.pro-process-list li .btn{
    text-align: right;
}
.pro-process-list li .btn a{
    margin: 0 0 0 0;
    width: 192px;
}
.pro-service-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 50px;
}
.pro-service-list li{
    display: block;
    width: 16.6666666%;
    text-align: center;
}
.pro-service-list li a{
    display: block;
}
.pro-service-list li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #B81C25;
    border-radius: 50%;
}
.pro-service-list li:hover .icon{
    background: #0f3f88;
}
.pro-service-list li .icon img{
    display: block;
    max-width: 95%;
    max-height: 95%;
}
.pro-service-list li .title{
    margin-top: 15px;
    font-size: 16px;
}
.pro-service-list li:hover .title{
    color: #0f3f88;
}
.pro-freezone-dubai{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 50px;
}
.pro-freezone-dubai li{
    display: block;
    width: 12.5%;
    text-align: center;
}
.pro-freezone-dubai li a{
    display: block;
}
.pro-freezone-dubai li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #0f3f88;
    border-radius: 50%;
}
.pro-freezone-dubai li:hover .icon{
    background: #B81C25;
}
.pro-freezone-dubai li .icon img{
    display: block;
    max-width: 95%;
    max-height: 95%;
}
.pro-freezone-dubai li .title{
    margin-top: 15px;
    font-size: 16px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.product-box {
    padding: 30px 0 10px 0;
}
.pro-freezone-dubai {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-freezone-dubai li {
    width: 33.3%;
    margin-bottom: 15px;
}
.pro-freezone-dubai li .title {
    margin-top: 8px;
    font-size: 16px;
}
.pro-freezone-dubai li .icon {
    width: 65px;
    height: 65px;
}
.pro-freezone-dubai li .icon img {
    max-width: 50%;
    max-height: 50%;
}
.pro-service-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-service-list li {
    width: 33.3%;
    margin-bottom: 15px;
}
.pro-service-list li .title {
    margin-top: 8px;
    font-size: 16px;
}
.pro-service-list li .icon {
    width: 65px;
    height: 65px;
}
.pro-service-list li .icon img {
    max-width: 50%;
    max-height: 50%;
}
.product-box .flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.pro-advantage {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.pro-advantage .pa-desc {
    font-size: 16px;
}
.pro-advantage li {
    width: 100%;
    padding: 10px 20px 10px 30px;
    margin-right: 0;
}
.pro-advantage li .icon {
    top: 13px;
    background: url(../img/icon-tick.png) no-repeat center center;
    background-size: 60% 60%;
}
.pro-advantage li .title {
    font-size: 16px;
    padding-bottom: 5px;
}
.pro-advantage li .desc {
    font-size: 16px;
}
.pro-location {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.pro-location li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.pro-location li em {
    font-size: 16px;
}
.pro-company-list li {
    width: 100%;
    height: 380px;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 5px;
}
.pro-company-list li .text .title {
    font-size: 24px;
    padding-bottom: 25px;
}
.pro-company-list li .text .desc {
    font-size: 16px;
    line-height: 1.8;
}
.pro-permit-list li {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    margin-right: 0;
}
.pro-permit-list li .title {
    font-size: 25px;
}
.pro-structure-list li {
    flex: 0 0 100%;
    width: 100%;
    min-height: auto;
    margin-right: 0 !important;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.pro-structure-list li:nth-child(2n) {
    margin-right: 0 !important;
}
.pro-structure-list li .desc {
    font-size: 16px;
}
.pro-structure-list li .title {
    font-size: 24px;
}
.pro-structure-list li .pic {
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
}
.pro-structure-list li .pic .icon img {
    height: 65px;
}
.process-desc {
    font-size: 16px;
}
.pro-process-list li {
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    flex-direction: column;
}
.pro-process-list li .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.pro-process-list li .pic img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.pro-process-list li .text {
    flex: auto;
    width: auto;
    height: auto;
    padding: 10px 0;
    padding-left: 0;
}
.pro-process-list li .title {
    font-size: 24px;
}
.pro-process-list li .desc {
    font-size: 16px;
    line-height: 1.6;
    height: auto;
}
.pro-process-list li .btn {
    text-align: left;
    padding-top: 10px;
}
.service-bank-process ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.service-bank-process li {
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 20px;
}
.service-bank-process li .number {
    position: absolute;
    right: 30px;
    top: 10px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 50px;
    border: 5px solid #FFF;
    margin-bottom: 0;
    z-index: 10;
}
.service-bank-process li .title {
    display: flex;
    align-items: center;
    align-items: flex-start;
    width: 100%;
    height: 80px;
    padding-left: 60px !important;
    font-size: 24px;
    line-height: 1.3;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 10px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.service-bank-process li .desc {
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.8;
}

}