/* 全局属性 start*/
body {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei;
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #222;
}

div {
    box-sizing: border-box;
}

/* 全局属性 end*/


/* 顶部标志 start*/
.top-container {
    padding-top: 10px;
    /* padding-bottom: 6px; */
    width: 100%;
    height: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: .02rem;
    background-image: url(../images/logoBg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#logo {
    width: 90%;
    background-image: url(../images/logo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 2%;
}

/* 顶部标志 end*/


/* 导航栏 start*/
.navibar {
    width: 100%;
    height: 1.2rem;
    overflow: hidden;
    background-color: rgb(10, 72, 149);
}

.navbar-item {
    height: .6rem;
    display: flex;
}

.local-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: .6rem;
    background-color: #ffffff00;
    justify-content: space-around;
}

.local-nav li {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: space-around;
}

.local-nav a {
    display: flex;
    flex-direction: row;
    font-size: .25rem;
    font-weight: bold;
    color: white;
}

/* 导航栏 end*/

/*内容*/

.con-box{
    padding:0 0.2rem;
}
.con-box h1.title{
    text-align: center;
    font-size: 0.38rem;
    margin-top: 0.34rem;
    font-weight: bold;
    color: #1c64d8;
}

.con-box .tabs {
    height: 0.28rem;
    line-height: 0.28rem;
    position: relative;
    padding-left: 0.25rem;
    font-size: 0.24rem;
    color: #333;
    font-weight: bold;
    margin-top: 0.20rem;
    margin-bottom: 0.20rem;
}

.con-box .tabs::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.08rem;
    height: 0.28rem;
    background: #2C85D5;
  }

  .con-box .tabs::after{
    content: '';
    position: absolute;
    left: 0.11rem;
    top: 0;
    width: 0.02rem;
    height: 0.28rem;
    background: #2C85D5;
  }

.con-box .fwlc{
    height: 1.1rem;
    margin: auto;
  }

  .con-box .kjcxpt {
    display: flex;
  }

  .con-box .kjcxpt .items {
    width: 3rem;
    text-align: center;
  }

  .con-box .kjcxpt .items img{
    margin: auto;
    width: 1rem;
  }

  .con-box .kjcxpt .items p{
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.36rem;
  }

  .con-box .lxfs {
    font-size: 0.2rem;
  }

/*footer start*/
.footer {
    width: 100%;
    height: 1.5rem;
    background: #e7e7e7;
    padding-top: 0.4rem
}

.footer p {
    font-size: 0.2rem;
    color: #565555;
    margin-bottom: 0.04rem;
    text-align: center;
}

.footer a {
    font-size: 0.2rem;
    color: #565555;
    margin: 0 2px;
}

/*footer end*/

/*base*/
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

li {
    list-style: none;
}

body {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

i {
    font-style: normal;
}

img {
    display: block;
}

.cl:before,
.cl:after {
    display: table;
    line-height: 0;
    content: "";
}

.cl:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    height: 100%;
    width: 100%;
}