body{
	overflow-x: hidden;
}
.zt-content p{
	font-size: 16px;
	line-height: 2em;
	color: #333;
}
.zt-content h1,.zt-content h2,.zt-content h3,.zt-content h4,.zt-content h5,.zt-content h6{
	color: #1a1a1a;
	line-height: 1.5em;
}
.zt-content li{
	color: #333;
	line-height: 2em;
	font-size: 16px;
}
#LRdiv1 p{
	font-size: 12px;
	line-height: 1.42857143;
}
.zt-content div,.zt-content p,.zt-content a,.zt-content li,.zt-content span,.zt-content h2,.zt-content h3,.zt-content h4,.zt-content h5{
	box-sizing: border-box;
}
.zt-content{
	width: 1200px;
	margin: 0 auto;
}
.zt-padd{
	padding: 50px 0;
}
.zt-banner img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.zt-content img{
    width: 100%;
    display: block;
}
.zt-alignr{
    text-align: right;
}
.tablebox{
    text-align: center;
    padding: 50px 0;
}
.tablebox table{
    margin: 0 auto;
    border-collapse: collapse;
    border:1px solid #ddd
}
.tablebox tr:nth-child(2n){
    background: rgb(241, 241, 241);
}

@media (max-width: 1300px){
    .zt-content{
        width: 90%;
    }
}
.vietnamlogo{
    background: #f5f5f5;
}
.vietnam{
    background-color: rgba(205,72,73,0.8);
    width:58%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: -240px;
    position: relative;
    z-index: 2;
}
.vietnam h1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.vietnam h2{
    font-size: 24px;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    text-align: center;
    margin: 10px 0;
}
.vietnam p{
    color: #FFF;
}
.vietnamlogo img{
    width: auto;
    margin: 20px auto;
}
.zt-titbox{
    background: #c01a1c;
    padding: 30px 0;
}
.zt-titbox h2{
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
}
.vietnampic{
    margin-top: 40px;
}
.vietnampic img{
    width: 46%;
}
.twopic{
    position: relative;
    padding: 50px;
    box-sizing: border-box;
    background: #FFF;
    margin-top: 40px;
}
.redbox2{
    position: absolute;
    right: 0;
    top: 0;
    background: #e75f6b;
    font-size: 24px;
    color:#fff;
    display: block;
    font-weight: bold;
    padding: 10px 20px;
}
.redbox3{
    right: auto;
    left: 0;

}
.redbox2 p{
    color: #FFF;
    font-size: 24px;
}
.twopic1{
    width: 47%;
    margin-bottom: 40px;
}
.twopicbg{
    background: #f5f5f5;
}
.centerpic{
    width: 60%;
    margin:170px auto 100px;
    position: relative;
}
.centerpic img{
    width: 33.3%;
    margin-bottom: 1px;
}
.zt-box{
    position: absolute;
    width: 170px;
    height: 140px;
    background-color: #e75f6b;
    bottom: -140px;
    left:50%;
    margin-left:-85px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.zt-box h3{
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}
.zt-con{
    display: flex;
    align-items: center;
    justify-content: center;
    left: -170px;
    top: 50%;
    margin-top: -70px;
    position: absolute;
}
.zt-box1{
    padding: 30px 0;
    background: #aaabad;
    width:170px;
    text-align: center;
    color: #FFF;

}
.zt-box1 p{
    color: #FFF;
}
.zt-box1 h3{
    font-size: 30px;
    color: #FFF;
}
.zt-con span{
    background: #aaabad;
    display: block;
    position: absolute;
    bottom:-40px;
    color: #FFF;
    right: 0;
    display: inline-block;
    padding: 10px;
}
.zt-top1{
    position: absolute;
    top: -138px;
    left: 30%;
}
.zt-top1:after{
    content: '';
    display: block;
    position: absolute;
    width:94px;
    background: #aaabad;
    height: 70px;
    border-left: 1px solid #fff;
    display: block;
    right: -94px;
    bottom: 0;
}
.zt-top1 img{
    width: 100%;
}
.table {
    width: 100%;
    margin: 15px auto;
    border-collapse: collapse;
    border: 1px solid #ddd;
    line-height: 2em;
  }
  
  .table th {
    text-align: center;
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: normal;
    font-size: 14px;
  }
  
  .table td {
    text-align: center;
    padding: 3px;
    border: 1px solid #ddd;
    font-size: 14px;
  }
  
  .table tr:nth-child(odd) {
    background-color: rgb(241, 241, 241) !important;
  }
  
  .table tr:nth-child(even) {
    background-color: rgb(255, 255, 255) !important;
  }
  
  .table tr:hover {
    background-color: rgb(211, 31, 43) !important;
    color: #fff !important;
  }
  
@media (max-width: 1000px) {
    .common-banner{
        width: 100%;
        height: 199.993px;
        overflow: hidden;
        position: relative;
    }
    .zt-content{
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .zt-padd{
        padding-top: 40px;
        padding-bottom: 40px;
        
    }
    .m-banner{
        width: 100%;
        margin-top: 57.314px;
        height: auto;
    }
    .m-banner img{
        width: 100%;
    }
    .zt-content img{
        width: 100%;
    }
    .common-banner img{
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .vietnamlogo{
        background: #f5f5f5;
    }
    .vietnam{
        background-color: rgba(205,72,73,0.8);
        width:90%;
        margin: 0 auto;
        box-sizing: border-box;
        padding:30px;
        margin-top: -80px;
        position: relative;
        z-index: 2;
    }
    .vietnam h1{
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
    }
    .vietnam h2{
        font-size: 18px;
        background: rgba(0,0,0,0.8);
        color: #FFF;
        text-align: center;
        margin: 10px 0;
    }
    .vietnam p{
        color: #FFF;
        line-height: 1.5em;
    }
    .vietnamlogo img{
        width: 100%;
        margin: 20px auto;
    }
    .zt-titbox{
        background: #c01a1c;
        padding: 20px 0;
    }
    .zt-titbox h2{
        font-size:24px;
        font-weight: bold;
        color: #FFF;
    }
    .vietnampic{
        margin-top: 30px;
    }
    .vietnampic img{
        width: 46%;
    }
    .twopic{
        position: relative;
        padding: 25px;
        padding-bottom: 0;
        box-sizing: border-box;
        background: #FFF;
        margin-top: 40px;
    }
    .redbox2{
        position: absolute;
        right: 0;
        top: 0;
        background: #e75f6b;
        font-size: 16px;
        color:#fff;
        display: block;
        font-weight: bold;
        padding:5px 10px;
    }
    .redbox3{
        right: auto;
        left: 0;
    
    }
    .redbox2 p{
        color: #FFF;
        font-size: 18px;
    }
    .twopic1{
        width: 47%;
        margin-bottom:20px;
    }
    .twopicbg{
        background: #f5f5f5;
    }
    .centerpic{
        width: 90%;
        margin:30px auto 0;
        position: relative;
    }
    .centerpic img{
        width: 33.3%;
        margin-bottom: 0px;
    }
    .zt-box{
      display: none;
    
    }
    .zt-box h3{
        font-size: 30px;
        font-weight: bold;
        color: #FFF;
    }
    .zt-con{
        display: none;
    }
    .zt-box1{
        display: none;
    }
    .zt-box1 p{
        color: #FFF;
    }
    .zt-box1 h3{
        font-size: 30px;
        color: #FFF;
    }
    .zt-con span{
        background: #aaabad;
        display: block;
        position: absolute;
        bottom:-40px;
        color: #FFF;
        right: 0;
        display: inline-block;
        padding: 10px;
    }
    .zt-top1{
        position: absolute;
        top: -138px;
        left: 30%;
        display: none;
    }
    .zt-top1:after{
        content: '';
        display: block;
        position: absolute;
        width:94px;
        background: #aaabad;
        height: 70px;
        border-left: 1px solid #fff;
        display: block;
        right: -94px;
        bottom: 0;
    }
    .zt-top1 img{
        width: 100%;
    }

}
@media (max-width: 500px) {
    .zt-banner {
      overflow: hidden;
      height: 190px;
      position: relative;
    }
    .zt-banner img {
      position: absolute;
      width: auto;
	  max-width: initial;
      left: 50%;
      height: 100%;
      transform: translateX(-50%);
    }
}