*{
    margin:0;
    padding: 0;
}
html,body{
    width:100%;
}
.container {
    margin: 0 auto;
    width: 9.5rem;
}
.content {
    margin-bottom: 1rem;
}
.pic-box img{
    width: 100%;
}
.page-banner {
    padding-top: 1rem;
}
/*头部样式*/
header {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 1rem;
    left: 0;
    top: 0;
    padding: 0.15rem 0;
    font-size: 0;
    text-align: center;
    background-color: #060e5d;
    box-sizing: border-box;
}
.router{
    width:0.6rem;
    height: 0.6rem;
}
.logo{
    margin-top: 0.05rem;
    width:3.5rem;
}
.search {
    width:0.7rem;
    height:0.7rem;
}

/*底部样式*/
footer{
    overflow: hidden;
    background-color: #f2f2f2;
}
.getMeg{
    width:9.4rem;
    display: inline-block;
    margin:auto;
}
.getMeg li{
    margin-top: .2rem;
    height:1rem;
    line-height: 1rem;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.getMeg .GM_1{
    display:inline-block;
    width: 8.3rem;
    padding-left: 0.7rem;
}
.aboutUS{
    background: url(../img/AQ_code1.png) no-repeat left;
    background-size: 0.5rem 0.5rem;
}
.productCenter{
    background: url(../img/AQ_code2.png) no-repeat left;
    background-size: 0.5rem 0.5rem;
}
.solveProgram{
    background: url(../img/AQ_code3.png) no-repeat left;
    background-size: 0.5rem 0.5rem;
}
.joinUS{
    background: url(../img/AQ_code4.png) no-repeat left;
    background-size: 0.5rem 0.5rem;
}
.newsCenter{
    background: url(../img/AQ_code5.png) no-repeat left;
    background-size: 0.5rem 0.5rem;
}
.serverSupport{
    background: url(../img/AQ_code6.png) no-repeat left;
    background-size: 0.5rem 0.5rem;
}
.linkUS{
    padding-top: .2rem;
    height:1.2rem;
    line-height: 1.2rem;
    border-bottom: 2px solid rgb(79,159,233);
    width:9.4rem;
    margin:auto;
    color: rgb(17,104,158);
    text-align: left;
    font-weight: bold;
}
.linkUSRight{
    float: right;
    margin-right: 0.2rem;
    color: #000;
    font-size: 0.3rem;
}
.addMsg{
    text-align: left;
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: -0.45rem;
}

.adLink{
 margin-bottom: 0.3rem;
  font-size: 0.3rem;
}
.phones div{
    color: #2b64c3;
}
.officeAddress div{
    color: #2b64c3;
}
.emails div{
    color: #2b64c3;
}
.AQ_code{
    margin-right: -0.45rem;
    width: 2.3rem;
    float: right;
    margin-top: -4rem;
}
/*导航样式*/
.nav {
    z-index: 9999;
    display: none;
    position: fixed;
    padding: .5rem 0;
    width: 100%;
    height: 100%;
    top: 1rem;
    background-color: #060e5d;
}
.nav-box {
    background-color: #060e5d;
}
.nav li,.nav a {
    color: #fff;
}
.nav li {
    margin: 0 .5rem;
    padding-left: .1rem;
    line-height: 1rem;
    text-align: left;
    border-bottom: 1px solid #3642b7;
}
.nav li:last-child {
    border: none;
}
.second-nav {
    display: none;
}
.second-nav li {
    border-bottom: none;
}
/*搜索框样式*/
/*搜索框*/
.search-box {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.search-box .search-input {
    padding: 5px;
    font-size: 0.1rem;
    background-color: #293085;
}
.search-box .search-input input[type="text"]{
    width: 70%;
    line-height: 25px;
    font-size: 0.3rem;
    background: none;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,.1);
    text-indent: 1em;
    color: #fff;
    border-radius: 4px;
}
.search-box .search-input span {
    margin-left: 20px;
    line-height: 35px;
    font-size: .3rem;
    color: #27e8ea;
    cursor: pointer;
}
.search-box .search-input .close {
    color: #fff;
    font-size: 20px;
}
.search-list {
    padding: 0px 20px;
    background-color: #fff;
}
.search-list li {
    height: 1rem;
    line-height: 1rem;
}

.page-title{
    padding: .5rem 0 .4rem;
    font-size: 0.4rem;
    font-weight: normal;
    border-bottom: 1px solid #539cdf;
}
.page-title span {
    margin-left: 0.3rem;
    font-size: 0.3rem;
    color: #00a0e9;
}
.tag {
    display: inline-block;
    position: fixed;
    right: .5rem;
    top: 1.5rem;
    z-index: 99999;
    color: #00bcd4;
    padding: .1rem;
    /*background-color: #00bcd4;*/
    border-radius: 3px; 
    border: 1px solid #00bcd4;
    font-size: .3rem;
    
}