body,html{
    margin:0;
    padding:0;
    background:#f2f2f2;
    min-width:1024px;
}
.header{
    height:124px;
    width:100%;
    background:#0068c1;
}
.headercontent{
    width:1200px !important;
    min-width:1000px;
    height:124px;
    margin:0 auto;
    display:flex;
    white-space:nowrap;
    align-items: center;
    justify-content: space-between;
}
.headercontent img{
    vertical-align: middle;
    height:60px;
}
.flag{
    margin-left:20px;
}
.maintitleContainer{
    display:flex;
    color:#fff;
    align-items: center;
}
.maintitle{
    margin-left:16px;
    font-size:18px;
}
.maintitle .eng{
    font-family: Arial;
    font-size:18px;
}
.maintitle div{
    text-align-last:justify;
}
.search input{
    padding:0 0 0 14px;
    width:190px;
    height:28px;
    font-size:14px;
    border:none;
}
.search button{
   background:#fff;
   border:none;
   color:#0068c1;
   height:28px;
   margin-left:6px;
   font-size:14px;
   padding:0px 12px;
}
.subtitle{
    /* box-shadow:0 3px 5px  #cccccc; */
    background-color: #fff;
}
.tab{
    width:1200px !important;
    min-width:1000px;
    margin:0 auto;
    height:80px;
    display:flex;
    white-space:nowrap;
    justify-content: space-between; 
}
.tab a{
    text-decoration: none;
    color:#000;
    width:100%;
}
.tab .tabitem{
    display:flex;
    flex-direction: column;
}
.tab .chinese{
    font-family: PingFangSC-Regular;
	font-size: 16px;
}
.tab .eng{
    font-family: ArialMT;
    font-size: 16px;
    margin-top:10px;
}
.tab .index{
    text-align: center;
    width:200px;
    /* padding: 0px 18px; */
    display: flex;
    align-items: center;
}
.tab .active{
    background-color:#2f9ed5;
    color:#fff;
}
.contentbody{
    /* height:500px; */
    background:#fff;
    margin-top:2px;
    border:1px solid #fff;
    padding-bottom:68px;
}
.contentbody>p{
    width:1200px !important;
    min-width:1000px;
    margin:0 auto;
    text-align: justify;
    margin-top:43px !important;
}
.contentbody p>img{
   width:100%;
}
.contentbody .imgcontainer{
    width:1200px !important;
    min-width:1000px;
    margin:0 auto;
    text-align: center;
}
.contentbody .imgcontainer img{
    width:100%;
    /* margin:0 auto;
    text-align: center; */
}
.introduce{
    width:1200px !important;
    min-width:1000px;
    margin:0 auto;
    font-size:14px;
    margin-top:35px !important;
}
.paragraph{
    text-indent: 2em;
    text-align:justify;
}
/* .contentbody .imgcontainer img{
    width:100%;
} */
.footer{
    background-color:#2a2f2f;
    border:1px solid #2a2f2f
}
.footer>div{
    width:1200px !important;
    min-width:1000px;
    color:#fff;
    margin:0 auto;
    margin-top:80px;
    margin-bottom: 80px;
}
.footer h5{
    margin:0;
    padding:0;
    margin-bottom:18px;
    font-size:15px;
    font-weight: normal;
}
.footer p{
    margin:0;padding:0;
    font-size:15px;
}
.info{
    background:#202424;
    height:54px;
    color:#959595;
    font-size:15px;
    text-align: center;
    line-height: 54px;
}
