html {
    font-size: 20px;
    min-width: 1250px;
}

body {
    width: 100%;
    min-width: 1250px;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 0.7rem;
    font-family: "微软雅黑";
    color: #666;
    background: #f9f9f9!important;
    overflow-x: hidden;
    z-index: -10;
    position: relative;

}

* {
    -webkit-top-highlight-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

input {
    -webkit-appearance: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #666;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

h1 {
    margin: 0;
    border: 0;
}

h2 {
    border: 0;
    margin: 0;
    padding: 0;
}
/* 背景 */
.bg{
    position: absolute;
    background: url(bg.jpg) 0 no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 100%;
    height: 25rem;
    z-index: -8;
}
/* 顶部 */
.top{
    width: 100%;
    height: 6rem;
    overflow: hidden;
    position: relative;
}
.top h1{
    margin-top: 1.7rem;
    margin-left: 4.8rem;
    display: inline-block;
    
}
.top h1 img{
    width: 18rem;
}
.top h2{
    position: absolute;
    left: 50%;
    margin-left: -11.9rem;
    top: 2rem;


    width: 23.8rem;


}
.top h2 img{
    width: 23.8rem;
    height: 2.3rem;

}
.top ul{
    position: absolute;
    right: 18rem;
    top: 2.3rem;
}
.top ul li a{
    display: block;
    width: 4.5rem;
    height: 1.4rem;
    border-radius: 0.7rem;
    background: #015196;
    color: #fff;
    line-height: 1.4rem;
    text-align: center;
}
.mb14{
    margin-bottom: 0.7rem;
}
/* 搜索 */
.ss{
    width: 32.5rem;
    height: 3rem;
    overflow: hidden;
    margin: 1rem auto 0;
}
.ss input{
    width: 26rem;
    height: 2.9rem;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-right:none ;
   border-radius: 0.2rem 0 0 0.2rem;
   padding-left: 0.45rem;
   float: left;
}
.ss span{
    width: 6rem;
    height: 2.9rem;
    background: #015196;
    border-radius: 0 0.2rem 0.2rem 0;
    float: left;
    line-height: 3rem;
    color: #fff;
}
.ss span a{
    color: #fff;
    font-size: 0.8rem;
}
.ss span img{
    width: 1rem;
    height: 1.05rem;
margin-left: 1.4rem;
margin-right: 0.2rem;
}
/* 内容区域 */
.box1{
    width: 60rem;
    padding: 0 2.5rem;
    margin:  2.5rem auto 0;
    background: #fff;
}
.pjjgxx{
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 1rem;
}
h3{
    height: 4.2rem;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 1.5rem;
}
 h3 b{
    line-height: 4.2rem;
    font-size: 1.2rem;
    color: #015196;
    border-bottom: 1px solid #015196;
    display: inline-block;
}

footer{
    margin-top: 1rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
}
footer p{
    line-height: 1.5rem;
    text-align: center;
    color: #777777;
}