body{
    font-family: '微软雅黑'
}
p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: bold;
}
ul,ol{
    margin: 0;
}
header ul{
    padding-left: 0;
}
header ul li a:hover{
    text-decoration: none;
}
header .header_nav p.nava a:hover{
    text-decoration: none;
}
header .right_area .search_bg input{
    width: 80%;
    height:90%;
    border: 0;
    outline: none;
    padding: 0;
}
ul>li{
    list-style: none;
}
/* .header{
    display: none;
} */
.wrapper{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.form-inline{
    margin: 0;
    padding: 0;
}
.form-search input{
    height: 22px;
    line-height: 22px;
    margin-top: -4px;
    padding: 0;
    box-shadow: none;
    border: 0;
    outline: none;
}
header .right_area{
    overflow: visible;
}
.dropdown-menu{
    width: 350px !important;
}
.typeahead li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.typeahead li a{
    height: 100%;
    padding: 0px 20px;
}
.typeahead li a h5{
    height: 40px;
    line-height: 40px;
}
.btn{
    padding: 0;
    border: 0;
}
.log_con .kuaijiebox .loin a:hover{
    text-decoration: none;
}
.log_con .kuaijiebox .retuLog:hover{
    text-decoration: none;
}
footer{
    background: #272C31;
}
footer .encode{
    width: 440px;
    height: 223px;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}
footer .encode ul{
    padding-left: 0;
}
.banner{
    margin:0 auto 20px;
    height:300px;
    padding: 0;
}
.banner img {
    width: 100%;
    height: 300px;
}

@media (max-width: 1200px){
    .wrapper {
        width: 992px !important;
    }
    footer table{
        width: 650px;
    }
    footer .encode{
        width: 340px;
        padding-left: 0;
    }
    footer .encode ul li{
        margin-right: 18px;
        width:160px;
    }
    footer .encode ul li p{
        font-size: 14px;
    }
    header .header_nav {
        margin-left: 25px;
        /*overflow: hidden;*/
        width: 482px;
        float: left;
    }
}
@media (max-width: 992px){
    .wrapper {
        width: 720px !important;
    }
    footer{
    padding:20px 0 0 0 ;
    }
    footer table{
    width: 540px;
    }
    footer .encode{
    width: 170px;
    padding-left: 0;
    }
    footer table thead{
    font-size: 18px;
    }
    footer .encode ul li{
    font-size: 14px;
    }
    footer .encode ul li img{
    width: 68px;
    height: 68px;
    }
    footer .encode ul li p{
    margin: 5px 0 10px 0;
    }
    footer .encode p.kefuphone{
    width: 200px;
    margin-left: -20px;
    margin-top: 0;
    }
}
/* 2019-06-25添加 */
.header {
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    background: #fff;
    padding: 0 .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: fixed;
    z-index: 1111;
    box-shadow:0 5px 10px -5px #ccc;

  }
  .header .header_left {
    width: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_left img {
    width: 1.6rem;
  }
  .header .header_left a {
    color: #212775;
  }
  .header .header_right img {
    display: inline-block;
    vertical-align: middle;
  }
  .header .header_right img.search_img {
    width: .4rem;
    margin-right: .35rem;
  }
  .header .header_right img.sort_img {
    width: .45rem;
  }
  .header .header_nav {
    width: 100%;
    padding: .46rem .3rem 0 .3rem;
    border-bottom: 0.04rem solid #212775;
    box-shadow: 0 0.1rem 0.2rem -0.1rem #cccccc;
    position: absolute;
    left: 0;
    top: .9rem;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
    z-index: 1111;
  }
  .header .header_nav .nav_top {
    width: 100%;
    height: 8.05rem;
    *zoom: 1;
  }
  .header .header_nav .nav_top:before,
  .header .header_nav .nav_top:after {
    display: table;
    content: "";
  }
  .header .header_nav .nav_top:after {
    clear: both;
  }
  .header .header_nav .nav_top .left_nav {
    width: 35%;
    height: 100%;
    border-right: 1px solid #212775;
    float: left;
    display: inline;
  }
  .header .header_nav .nav_top .left_nav img.avatar {
    width: .9rem;
    height: .9rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 0 .59rem .46rem;
  }
  .header .header_nav .nav_top .left_nav .fast_nav {
    width: 1.84rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border: 1px solid #212775;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: .28rem;
    font-weight: 550;
    color: #212775;
    position: relative;
    margin-bottom: .4rem;
  }
  .header .header_nav .nav_top .left_nav .fast_nav::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: .13rem solid transparent;
    border-right: .26rem solid #2a4c7e;
    border-bottom: .13rem solid transparent;
    top: 50%;
    margin-top: -0.13rem;
    right: -0.6rem;
  }
  .header .header_nav .nav_top .left_nav .fast_a a {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: .3rem;
    text-indent: .3rem;
    color: #212775;
    font-size: .28rem;
    font-weight: 550;
  }
  .header .header_nav .nav_top .left_nav .fast_a a img {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    display: inline;
  }
  .header .header_nav .nav_top .left_nav .fast_a a:last-child {
    margin-bottom: 0;
  }
  .header .header_nav .nav_top .right_nav {
    width: 64%;
    height: 100%;
    float: right;
    display: inline;
  }
  .header .header_nav .nav_top .right_nav .project_nav {
    height: 25%;
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_title {
    padding: .25rem 0;
    height: .74rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    *zoom: 1;
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_title:before,
  .header .header_nav .nav_top .right_nav .project_nav .project_title:after {
    display: table;
    content: "";
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_title:after {
    clear: both;
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_title p {
    height: .24rem;
    line-height: .24rem;
    border-left: .03rem solid #2a4c7e;
    text-indent: .18rem;
    float: left;
    display: inline;
    margin-left: .3rem;
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_title img {
    width: .15rem;
    height: .27rem;
    float: right;
    display: inline;
    vertical-align: middle;
    margin-right: .16rem;
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_href {
    *zoom: 1;
    padding-left: .3rem;
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_href:before,
  .header .header_nav .nav_top .right_nav .project_nav .project_href:after {
    display: table;
    content: "";
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_href:after {
    clear: both;
  }
  .header .header_nav .nav_top .right_nav .project_nav .project_href a {
    width: 33%;
    height: 0.53rem;
    line-height: 0.53rem;
    float: left;
    display: inline;
    text-align: center;
    font-size: .24rem;
    font-weight: 550;
    color: #333;
    display: inline-block;
  }
  .header .header_nav .nav_bottom {
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .52rem .64rem 0 .64rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header .header_nav .nav_bottom div {
    text-align: center;
  }
  .header .header_nav .nav_bottom div img {
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
  }
  .header .header_nav .nav_bottom div p {
    font-size: .24rem;
    color: #333;
    font-weight: 550;
    line-height: .7rem;
  }
  