html,body,ul,li,dl,div,dd,dt,p,h1,h2,h3,h4,h5,h6,form,img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html,
body {
    width: 100%;
    min-width:1200px;
}

body {
    font-size: 16px;
    font-family: "Microsoft Yahei", Arial,sans-serif;
    color: #333333;
    background-color: #fff;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1em;
}

ul, ol {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.flt {
    float: left;
}
.frt {
    float: right;
}

.rel{
    position: relative;
}

.abs{
    position: absolute;
}

.hide{
    display: none;
}

.show{
    display: block
}

.f-12{
    font-size:12px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 23px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.bolder {
    font-weight: bolder
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.h-100{
    height: 100%;
}

.inline-block {
    display: inline-block;
}

.text-center{
    text-align: center;
}

.block{
    display: block;
}

.w-100{
    width: 100%;
}

.container {
    width: 1200px;
    margin:0 auto;
}

/*#common_top*/
#common_top.common-top{
    background-color: #f5f5f5;
    height: 50px;
    color:#aaaaaa;
}
#common_top .txt{
    line-height: 50px;
}

#common_top .nav-btn{
    height: 50px;
    width: 90px;
    display: inline-block;
    line-height: 50px;
    color:#aaaaaa
}

#common_top .nav-btn:hover{
    text-decoration:underline;
}

#common_top .nav-btn:before{
    content:"";
    position:absolute;
    height:16px;
    width:19px;
    margin-top:-7px;
    top:50%;
    left:-22px;
}
#common_top .nav-btn.wzdh:before{
    background-image: url("../images/icon/icon_05.png");
}
#common_top .nav-btn.yxdq:before{
    background-image: url("../images/icon/icon_04.png");
}
#common_top .nav-btn.zydq:before{
    background-image: url("../images/icon/icon_03.png");
}
#common_top .nav-btn.gywm:before{
    background-image: url("../images/icon/icon_02.png");
}
#common_top .nav-btn.gfwb:before{
    background-image: url("../images/icon/icon_01.png");
}
/*#common_top*/

/*common_bottom*/

#common_bottom{
    background: #fff;  
    padding-top:50px 
}
#common_bottom .bg{
    background: #f5f5f5;
    padding-top:30px 
}
#common_bottom .links .tit{
    color:#4872ea;  
    top:0px;
    left: 0px;
}
#common_bottom .links{
    padding-left:105px; 
    padding-bottom: 12px;
}

#common_bottom .links a{
    color:#707070;
    margin:0 8px 12px;
}

#common_bottom .links a:hover{
    color:#fe7c64;
}

#common_bottom .other{
    padding: 40px 0;
    color:#707070
}

#common_bottom .other .safe img{
    margin:0 5px 20px;
}
#common_bottom .other .copyright p{
    margin-bottom: 10px;
}

#common_bottom .other .copyright p span{
    margin:0 10px;
}

#common_bottom .other .copyright p a{
    color:#707070
}

#common_bottom .other .copyright p a:hover{
    color:#fe7c64
}