/*自适应样式*/
.row{
    overflow: auto
  }
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-25,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-25 {
    width: 20%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
html,
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 微软雅黑, "PingFang SC","Microsoft YaHei",Arial;
}
li{
	list-style: none;
}
button {
	outline: 0;
}
img{
	border: none;
}
p{
  padding: 0;
  margin: 0;
}
button.focus {
  outline: none;
  border-color: none; // 若是本身具有 border 请删除此属性
  box-shadow:none;
}
/*顶部通用样式*/
a {
    text-decoration: none;
    color: #333;
  }
  
  body{
    background-size: 100%;
    background-repeat: no-repeat;

  }
  input::placeholder{
      color:#D7D7D7;
  }
  .top_background{
	  background-image: url(nav-backgroundPC.png);
	  background-size: 100% 100%;
	  background-repeat: no-repeat;
  }
  .top_fixed {
	display: none;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
    /* background-color:rgb(255, 255, 255,0.3); */
    color: #fff;
  }
  .top_fixed_width{
    width: 100%;
    margin: 0 auto;
    line-height: 0.4rem;
    display: flex;
  }
  .top_fixed_left{
    width: 60%;
    font-size: 0.16rem;
    line-height: 0.4rem;
    text-align: left;
    text-indent: 0.1rem;
  }
  .top_fixed_right {
    width: 40%;
    font-size: 0.16rem;
    line-height: 0.4rem;
    text-align: right;
  }
  .top_fixed_right_line{
    border-left: 2px solid #fff;
    height: 0.14rem;
    margin-left: 0.1rem!important;
    margin-right: 0.1rem!important;
    position: relative;
    top: 0.5px;
  }
  .top_fixed_right p,.top_fixed_left p {
    display: inline-block;
    cursor: pointer;
    margin: 0;
  }
  .font_switch {
    display: none !important;
  }
  .top_title {
    width: 100%;
	padding-top: 0.3rem;
  }
  .top_title_B {
    width: 88%;
    margin: 0 auto;
    text-align: left;
    line-height: 0;
  }
  .top_banner_left{
	  display: flex;
  }
  .top_banner_img1{
	  margin-right: 0.3rem;
	  height: 85px;
	 }
  .top_title_C {
    width: 60%;
    margin: 0 auto;
	margin-top: 0.3rem;
    line-height: 0;
    display: flex;
    padding-bottom: 0.4rem;
  }
  .top_title_C input {
    width: calc(100% - 0.9rem);
    line-height: 0.6rem;
    border: 1px solid #fff;
    background-color: transparent;
    text-indent: 0.2rem;
	font-size: 0.2rem;
	color: #D7D7D7;
  }
  .top_title_C input:focus {
    outline: none;
    border: 1px solid #fff;
  }
  .top_title_search {
    width: 0.9rem;
    margin: 0;
    line-height: 0.64rem;
    font-size: 0.16rem;
    color: #fff;
    background: #196EE5;
    text-align: center;
    border: 1px solid #fff;
	border-left: 0;
    cursor: pointer;
  }
  .top_title_search img{
	  width: 0.33rem;
	  height: 0.33rem;
	  position: relative;
	  top: 0.1rem;
  }
  /*navigation*/
  .navigation {
    width: 100%;
    background: #3A86E8;
    color: #fff;
    font-size: 0.2rem;
    position: relative;
  }
  .navigation_name {
    width: 100%;
    margin: 0 auto;
    line-height: 0.3rem;
    z-index: 9;
  }
  .nav_width{
    width: 100%;
  }
  .nav_select2 {
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
    line-height: 0.92rem;
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;
  }
  .nav_select2:hover{
    background: #F6BC01;
  }
  .nav_select a{
	  color: #fff;
  }
  .nav_current{
	  background: #F6BC01;
  }
  
/*当前位置*/
.page_position{
	width: 90%;
	margin: 0.2rem auto;
	background: #F2F7FD;
}
.page_position_content{
	padding-left: 0.2rem;
}
.page_position_content span{
	color: #3A86E8;
}
.page_position_content img{
	float: left;
	width: 0.18rem;
	margin-right: 0.1rem;
	position: relative;
	top: 0.16rem;
}
.page_position_content p{
	float: left;
	font-size: 0.24rem;
	line-height: 0.56rem;
	color: #333;
}

/*列表样式*/
  .news_content_details a:hover .news_content_time{
	color: #00699d;
}
  .news_content_details a:hover .news_content_title{
	color: #00699d;
}
  .news_content_details a:hover .news_content_title2{
	color: #00699d;
}
  .news_content_details a:hover .news_content_time2{
	color: #00699d;
}
.list_content a:hover .list_content_title{
	color: #00699d;
}
.list_content a:hover .list_content_time{
	color: #00699d;
}
.list_content2 a:hover .list_content_title2{
	color: #00699d;
}
.list_content2 a:hover .list_content_time2{
	color: #00699d;
}
.list_content3 a:hover .list_content_title2{
	color: #00699d;
}
.list_content3 a:hover .list_content_time2{
	color: #00699d;
}


/*分页开始*/
.qt-page {
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
    .qt-page button,
    .qt-page input,
    .qt-page p {
        font-size: 12px;
    }
    .qt-page .page-show,
    .qt-page .page-search {
        display: inline-block;
    }
    .qt-page .pre-page-btn {
        position: relative;
        margin-right: 10px;
    }
    .qt-page .next-page-btn {
        position: relative;
        margin-left: 10px;
    }
    .qt-page button,
    .qt-page input {
        display: inline-block;
        border: 1px solid #d9d9d9;
        padding: 0 10px;
        height: 25px;
    }
    .qt-page button {
        margin: 0 5px;
        background: #fff;
        border-color: #e3e3e3;
        cursor: pointer;
		 outline: 0;
    }
	.qt-page button:hover {
	    border-color: #3A86E8;
		color: #3A86E8;
	}
    .qt-page .page-search-btn {
        margin: 0 5px 0 10px;
    }
    .qt-page input {
        width: 50px;
        padding: 0 4px;
        text-align: center;
    }
    .qt-page .pre-ico-page-btn,
    .qt-page .next-ico-page-btn {
        width: 30px;
        padding: 0;
        display: none;
    }
    .qt-page .pre-ico-page-btn,
    .qt-page .next-ico-page-btn,
    .qt-page .page-btn-number button {
        margin: 0;
        border: 1px solid #e3e3e3;
        background: #fff;
    }
    .qt-page .page-btn-number {
        display: none;
    }
        .qt-page .pre-ico-page-btn,
        .qt-page .page-btn-number button {
            border-right: none;
        }
        .qt-page .page-btn-number .current {
            background: #3A86E8;
            border-color: #3A86E8;
            color: #fff;
        }
/*分页结束*/

  /*底部通用样式*/
  .bottom_zw{display: none;}
.bottom {
    width: 94%;
	padding: 0 3%;
    background: #EEEEEE;
	border-top: 0.1rem solid #2166C2;
  }
  .bottom_B {
    width: 100%;
  }
  .bottom_logo {
    text-align: center;
    margin: 0.1rem 0;
  }
  .bottom_logo img:nth-child(2) {
    position: relative;
    top: -0.1rem;
    left: -0.1rem;
  }
  .bottom_B_info {
    position: relative;
    width: 100%;
    text-align: center;
    color: #333333;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
	cursor: default;
  }
  .bottom_B_info_img{
    width: 0.15rem;
    position: relative;
    top: 0.02rem;
    margin-left: 0.05rem;
  }
  .bottom_B_info_2 {
    color: #afcbe4;
    font-size: 0.14rem;
    margin-top: 0.28rem;
    text-align: center;
  }
  .bottom_B_info p {
    color: #333;
	font-size: 0.18rem;
    margin-bottom: 0rem;
	line-height: 0.4rem;
  }
  .bottom_B_info p a{
    color: #333333;
    text-decoration: none;
    cursor: pointer;
	font-size: 0.2rem;
  }
  .bottom_select {
    width: 100%;
    margin: 0 auto;
  }
  .bottom_select_content {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    float: left;
    margin-top: 0.2rem;
  }
  .bottom_select_content3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: left;
  }
  .bottom_select_content1 {
    cursor: pointer;
    width: 95%;
    margin: 0 auto;
    line-height: 0.34rem;
    background: #fff;
    font-size: 0.18rem;
    text-indent: 0.2rem;
    text-align: left;
    color: #333333;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    background-image: url(bottom_select_bottom.png);
    background-position: 95% 0.11rem;
    background-repeat: no-repeat;
    background-size: 0.14rem 0.1rem;
  }
  .bottom_select_background{
    background-image: url(bottom_select_bottom2.png)!important;
  }
  .bottom_select_content2{
      display: none;
      z-index: 9;
      position: absolute;
	  width: 45%;
	  margin: 0 auto;
      margin-top: 0.05rem;
	  margin-left: 1%;
      cursor: pointer;
      border-radius: 4px;
      color: #00699d;
      background: #fff;
      font-size: 0.18rem;
      text-indent: 0.2rem;
      text-align: left;
	  max-height: 1.5rem;
	  overflow: auto;
  }
  .bottom_select_content2 div{
      width: 100%;
      line-height: 0.4rem;
  }
  .bottom_select_content2 a{
    text-decoration: none;
    color: #000;
  }
  .bottom_select_content2 a:hover{
    color: #00699d;
  }
  .bottom_select_overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bottom_logo_1{
	width: 1.25rem;
	position: relative;
	top: 0.8rem;
	left: -2.4rem;
  }
  .bottom_logo_2{
    width: 0.62rem;
	position: relative;
	top: 0.9rem;
	left: 2.2rem;
  }
  .br{display: block;}
  .bottom_select_show{display: block!important;}
  .bottom_police{
      display: inline-block!important;
      width: 0.15rem!important;
      margin-top: -0.04rem!important;
      margin-bottom: 0!important;
  }
  @media (min-width: 768px) {
    /*自适应样式*/
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .bottom_select_content1 {
    background-position: 95% 0.13rem;
    background-repeat: no-repeat;
    background-size: 0.14rem 0.1rem;
  }
}
@media (min-width: 992px) {
    /*自适应样式*/
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 1200px) {
          /*自适应样式*/
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-25,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-25 {
      width: 20%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    /*顶部通用样式*/
    .navigation_name,
	.nav_width,
    .top_fixed_width {
      width: 12rem;
      margin: 0 auto;
    }
    .top_title {
      width: 12rem;
      margin: 0 auto;
	  padding-bottom: 0.4rem;
    }
    .top_title_B{
	  width: calc(100% - 4.3rem);
	  float: left;
    }
	.top_fixed{
		display: block;
	}
    .top_fixed_left{
      text-indent: 0;
    }
    .top_title_C {
      width: 3.29rem;
	  padding-top: 0.2rem;
	  padding-bottom: 0;
	  margin-top: 0;
    }
    .top_title_C input {
      width: 3rem;
    }
    .top_title_search {
      width: 0.9rem;
	  line-height: 0.62rem;
      text-align: center;
    }
    .nav_select2{
		font-size: 0.2rem;
      line-height: 0.62rem;
    }
    
	.page_position{
		width: 12rem;
		margin: 0.3rem auto;
	}
	.page_position_content p{
		font-size: 0.18rem;
	}
	
    /*底部通用样式*/
    .bottom_B,.bottom_B_info {
        width: 12rem;
        margin: 0 auto;
      }
      .bottom_B_info{
        margin-top: 0.5rem;
      }
	  .bottom_B_info p {
	    color: #333;
	  	font-size: 0.14rem;
	    margin-bottom: 0rem;
	  	line-height: 0.4rem;
	  }
	  .bottom_B_info p a{
	    color: #333333;
	    text-decoration: none;
	    cursor: pointer;
	  	font-size: 0.16rem;
	  }
      .bottom_select {
        width: 12rem;
        margin: 0 auto;
      }
      .bottom_logo_1{
        float: left;
        position: relative;
        top: 0.5rem;
        left: 1rem;
      }
      .bottom_logo_2{
        float: right;
        position: relative;
        top: 0.45rem;
        left: -1.5rem;
      }
	  .br{display: none;}
      .bottom_select_title{
        font-size: 0.16rem;
        color: #fff;
        position: relative;
        top: 0.14rem;
        text-align: right;
        margin-top: 0.1rem;
      }
      .bottom_select_content {
        width: 25%;
      }
      .bottom_select_content1{
        width: 2.35rem;
		font-size: 0.14rem;
        background-position: 2.1rem 0.11rem;
      }
      .bottom_select_content2{
        display: none;
        z-index: 9;
        position: absolute;
        margin-top: 0.05rem;
        margin-left: 0.32rem;
        cursor: pointer;
        width: 2.35rem;
        border-radius: 4px;
        color: #00699d;
        background: #fff;
        font-size: 0.12rem;
        text-indent: 0.2rem;
        text-align: left;
    }
    .bottom_select_content2 div{
        width: 100%;
        line-height: 0.3rem;
    }
      .bottom_select_content3 {
        width: 13%;
      }
	  .bottom_zw{
		  display: block;
	  }
  }
  