body,html{
    padding: 0;
    margin: 0;
    font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei";
}
input,button,select,textarea{
    font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; 
}
dl,dt,dd,ul,li,ol,h1,h2,h3,p,a,i{
    padding: 0;
    margin: 0;
}
ul,li,ol{
    list-style: none;
}
img{
    vertical-align: top !important;
    display: inline-block;
}
.clear{
    clear: both;
}
a{
    color: #666;
    text-decoration: none;
}
a:hover{
    color: #2d467e !important;
    transition: 0.2s ease color;
}
.center{
    position: relative; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);
}
@font-face {
	font-family:english_fonts2;
	src:url(../fonts/eng/eng_2.ttf);
	src:url(../fonts/eng/eng_2.eot);
	src:url(../fonts/eng/eng_2.svg);
	src:url(../fonts/eng/eng_2.woff);
}
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #2d467e;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #fff;
}
::-webkit-scrollbar-thumb{
    border-radius: 0;
    background-color: #2d467e;
}
/* Head */
.head-box{
    width: 6.9rem;
    height: 1rem;
    padding: 0 0.3rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 0.08rem rgba(0,0,0,0.2);
    z-index: 99;
}
.head{
    width: 6.9rem;
    height: 1.0rem;
    position: relative;
}
.head-box .logo{
    width: 6.9rem;
    height: 1.0rem;
}
.head-box .logo img{
    height: 1.0rem;
}
.head-box .ph-menu{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0;
    top: 0.25rem;
    box-sizing: border-box;
    padding-top: 0.05rem;
}
.head-box .ph-menu span{
    display: block;
    width: 100%;
    height: 0.06rem;
    background: #1b1b1c;
}
.head-box .ph-menu text{
    display: block;
    width: 60%;
    height: 0.06rem;
    margin-left: 40%;
    background: #1b1b1c;
    margin-top: 0.09rem;
    margin-bottom: 0.1rem;
}
.menu{
    width: 7.5rem;
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 1.0rem;
    left: 0;
    background: #fff;
    z-index: 96;
    box-shadow: 0 0.05rem 0.05rem rgba(0,0,0,0.2);
    padding: 0.2rem 0;
    display: none;
}
.menu ul li{
    display: block;
    width: 100%;
    height: 1.0rem;
    line-height: 1.0rem;
    text-align: center;
    font-size: 0.32rem;
    position: relative;
}
.menu ul li a{
    color: #666;
}
.menu ul li.nav a{
    color: #2d467e;
    font-weight: bold;
}
.menu ul li.nav a::before{
    content: "—";
}
.head-white{
    width: 100%;
    height: 1.0rem;
}
.blank-top{
    width: 0.7rem;
    height: 0.7rem;
    background: #2d467e;
    position: fixed;
    right: 0.2rem;
    bottom: 0.2rem;
    z-index: 99;
}
.blank-top img{
    width: 0.7rem;
    height: 0.7rem;
}
.blank-top{
    display: none;
}
.menu-btn,.sub-menu,.in-about-btn{
    display: none;
}
.bottom-box{
    width: 6.9rem;
    height: auto;
    overflow: hidden;
    padding: 0.3rem;
    background: url(../images/bottombg.jpg) no-repeat bottom center #0e0f11;
}
.bottom-box .bot-icon{
    display: none;
}
.bottom-lft{
    width: 6.9rem;
    height: auto;
    overflow: hidden;
}
.bottom-lft .bot-menu{
    font-size: 0.28rem;
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.bottom-lft .bot-menu a{
    display: block;
    width: 25%;
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 0.1rem 0 0 0.2rem;
    position: relative;
    box-sizing: border-box;
}
.bottom-lft .bot-menu a::before{
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.55rem;
}
.bot-menu2{
    font-size: 0.28rem;
    overflow: hidden;
}
.bot-tit{
    width: 25%;
    float: left;
    font-weight: bold;
    color: #fff;
    padding: 0.1rem 0 0 0.2rem;
    position: relative;
    box-sizing: border-box;
}
.bot-tit::before{
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.55rem;
}
.bot-menu2 ul{
    display: block;
    width: 75%;
    float: left;
    height: auto;
}
.bot-menu2 ul li{
    display: block;
    width: 33.33%;
    height: 0.65rem;
    line-height: 0.65rem;
    float: left;
}
.bot-menu2 ul li a{
    font-size: 0.26rem;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bottom-rht{
    padding-top: 0.3rem;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.bottom-rht ul li{
    font-size: 0.24rem;
    height: auto;
    padding: 0.1rem 0;
    width: 100%;
    color:#fff;
}
.footer{
    width: 6.9rem;
    height: auto;
    padding:0.3rem;
    text-align: center;
    color: #666;
    font-size: 0.24rem;
}
.blank-right{
    display:none;
}