div,p,b,h1,h2,h3,h4,h5,h6,a,span{
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    color: #fff;
    /*border:1px solid red;*/
}
.div{
    padding-left: 0px;
    padding-right: 0px;
}
ul{
    padding-left: 0px;
}
.nav1{
    background: #090909;
}
.nav1 li{
    float: left;
    list-style: none;
    margin: 10px auto;
    margin-right: 1.3%;
    font-weight: bold;
}
    .nav1 li a:hover {
        color: #fff;
        text-decoration: none;
        color: #01DEFE;
    }
    .nav1 .active a {
        color: #01DEFE;
    }
    .nav1 .active a:hover {
        color: #01DEFE;
    }
.nav2{
    background: #0063B0;
}
.form-control{
    background-color: transparent;
    border-radius: 0px;
    border:1px solid #fff;
    height: 40px;
    /*background: url("../Images/glass.png") no-repeat;*/
    position: relative;
    top:25px;
    /*left: 10px;*/
    color:#fff;
}
.imgglass{
    position: relative;
    top:-15px;
    left: 254px;
    width:40px;
    height:40px;
    background-color:#fff;
    border:1px solid #fff;
}
.ChineseV{
    padding: 8px 5px;
    border: 1px solid #fff;
    position: relative;
    top:8px;
    left: 25px;
    color: #fff;
}
.inputnav2{
   margin-top: 20px;
}
.inputnav2 a:hover{
    color:#fff;
    text-decoration:none;
}
.bottombc{
background-color: #F2F2F2;
    padding: 20px 0px;
}
.bottomtext{
    margin: 40px auto;
}
.bottomtext p{
    color: #8A8A8C;
}
.PicStyle span {
    color: #1E1E1E;
    vertical-align: middle;
}
.searchBlock{
    display: flex;
    margin-top: 20px;
}
.searchInput{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
}
.searchBtn{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
}
.chineseVersion{
        border: 1px solid #fff;
        color: #fff;
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
}
@media screen and (max-width: 1367px){
    .chineseVersion{
        border: 1px solid #fff;
        color: #fff;
        display: table;
        text-align: center;
        height: 40px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px){
    .chineseVersion{
        border: 1px solid #fff;
        color: #fff;
        display: table;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }
}
.cistcLogo{
    width: 100%;
    height: 80px;
}
.icp-style
{
    text-decoration: none;
    color: #8A8A8C;
    }
.icp-style:hover
{
    text-decoration: none;
    color: #8A8A8C;
    }