﻿/*自适应样式*/
.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%;
  }

/*顶部通用样式*/
a {
    text-decoration: none;
    color: #333;
  }
  body{
    background-image: url(../images/01-01-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .top_fixed {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color:rgb(255, 255, 255,0.3);
    color: #337645;
  }
  .top_fixed_width{
    width: 100%;
    margin: 0 auto;
    line-height: 0.4rem;
    display: flex;
  }
  .top_fixed_left{
    width: 60%;
    font-size: 0.12rem;
    line-height: 0.4rem;
    text-align: left;
    text-indent: 0.1rem;
  }
  .top_fixed_right {
    display: none;
    width: 40%;
    font-size: 0.12rem;
    line-height: 0.4rem;
    text-align: right;
  }
  .top_fixed_right_line{
    border-left: 2px solid #337645;
    height: 0.1rem;
    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%;
  }
  .top_title_B {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    line-height: 0.3rem;
  }
  .top_title_B_images {
    width: 0.6rem;
    display: inline-block;
  }
  .top_title_B_right {
    display: inline-block;
    color: #fff;
    text-align: left;
  }
  .top_title_B_right img{
    position: relative;
    margin-top: 0.2rem;
    width: 6.3rem;
  }
  .simple{
    margin-right: 0.1rem!important;
  }
  .top_title_C {
    width: 95%;
    margin: 0 auto;
    line-height: 0;
    display: flex;
    padding-bottom: 0.4rem;
    padding-top: 0.1rem;
  }
  .top_title_C input {
    width: calc(100% - 0.9rem);
    line-height: 0.36rem;
    border: 1px solid #337645;
    background-color: transparent;
    text-indent: 0.4rem;
  }
  .top_title_C input:focus {
    outline: none;
    border: 1px solid #337645;
  }
  .top_title_C .search_btn img{
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    left: 0.3rem;
    padding-top: 0.1rem;
  }
  .top_title_C p {
    width: 0.9rem;
    margin: 0;
    line-height: 0.38rem;
    font-size: 0.16rem;
    color: #fff;
    background: #337645;
    text-align: center;
    border: 1px solid #337645;
    cursor: pointer;
  }
  /*navigation*/
  .navigation {
    width: 100%;
    background: #337645;
    color: #fff;
    font-size: 0.2rem;
    position: relative;
  }
  .navigation_name {
    width: 95%;
    margin: 0 auto;
    top: -0.1rem;
    line-height: 0.3rem;
    background: #E8E8E8;
    z-index: 9;
  }
  .nav_width{
    width: 100%;
    position: relative;
    top:-0.1rem;
  }
  .navigation_img_left{
    position: absolute;
    margin-left: 0.06rem;
    margin-top: 0.1rem;
  }
  .navigation_img_left,.navigation_img_right{
    width: 0.13rem;
  }
  .navigation_img_right{
    position: absolute;
    right: 0.06rem;
    margin-top: -0.42rem;
  }
  .navigation_name>div>div {
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.5rem;
    margin-bottom: 0;
    cursor: pointer;
    color: #333333;
    border-left: 1px solid #cfcfcf;
    width: calc(20% - 1px);
    border-top: 3px solid #E8E8E8;
  }
  .navigation_name>div>div:nth-child(1):hover{
    border-top: 3px solid #FF6600;
    color: #FF6600;
  }
  .public_details{
    width: 94.5%!important;
    text-align: center;
    background: #fff;
    position: absolute!important;
    top: 0.53rem;
    z-index: 9;
    border-bottom: 1px solid #FF6600;
    display: none;
  }
  .public_details_content{
    width: 80%;
    margin: 0 auto;
		margin-top: 0.2rem;
		cursor: pointer;
		border:1px solid #ccc;
		text-align: center;
	}
	.public_details_content:hover{
		color: #017840;
		border:1px solid #017840;
	}
	.public_details_content:hover p{
    background: #017840;
		color: #fff;
	}
	.public_details_content:hover .public_details_content_img{
		display: none!important;
	}
	.public_details_content:hover .public_details_content_img2{
		display: inline-block!important;
	}
	.public_details_content p{
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.16rem;
    margin: 0 auto;
		background: #f0f0f0;
  }
  .public_details_content_img,.public_details_content_img2{
		width: 0.5rem;
		height: 0.5rem;
		position: relative;
		top: 0.1rem;
	}
	.public_details_content_img2{
		display: none;
  }
  .public_details_bottom{
    width: 100%;
  }
  .public_details_bottom_title {
    width: 96.5%;
    line-height: 0.4rem;
    border-bottom: 1px solid #337645;
    display: flex;
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  .public_details_bottom_title_content {
    font-size: 0.2rem;
    text-align: center;
    color: #337645;
    cursor: pointer;
  }
  .public_details_bottom_img {
    position: relative;
    top: 0.03rem;
    width: 0.14rem;
  }
  .public_details_bottom_content{
    width: 100%;
  }
  .public_details_bottom_content p{
    display: inline-block;
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #333;
    font-weight: 300;
  }
  .public_details_bottom_content p:hover{
    color:#337645;
  }
  .public_details_bottom_content p:nth-child(1){
    width: 0.1rem;
    height: 0.1rem;
    position: relative;
    top:0.15rem;
    margin-right: 0.05rem;
    background: #337645;
  }


  /*底部通用样式*/
.bottom {
    width: 100%;
    background: #183015;
  }
  .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 !important;
    color: #afcbe4;
    font-size: 0.14rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .bottom_B_info p{
    text-align: center !important;
  }
  .bottom_B_info_img{
    width: 0.15rem;
    position: relative;
    top: 0.02rem;
    margin-left: 0.05rem;
  }
  .bottom_B_info a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .bottom_B_info_2 {
    color: #afcbe4;
    font-size: 0.14rem;
    margin-top: 0.28rem;
    text-align: center;
  }
  .bottom_B_info p {
    color: #fff;
    margin-bottom: 0rem;
  }
  .bottom_select {
    width: 100%;
    margin: 0 auto;
  }
  .bottom_select_title{
    font-size: 0.16rem;
    color: #fff;
    width: 95%;
    margin: 0 auto;
    margin-top: 0.2rem;
    text-align: left;
  }
  .bottom_select_content {
    width: 100%;
    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.07rem;
    background: rgb(#183015,0);
    font-size: 0.12rem;
    text-indent: 0.2rem;
    text-align: left;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-image: url("../images/bottom_select_bottom.png");
    background-position: 95% 0.21rem;
    background-repeat: no-repeat;
    background-size: 0.14rem 0.1rem;
  }
  .bottom_select>div:nth-child(6) .bottom_select_content1{
    background-image: none;
  }
  .bottom_select>div:nth-child(6) .bottom_select_background{
    background-image: none!important;
  }
  .bottom_select_background{
    background-image: url("../images/bottom_select_bottom2.png")!important;
  }
  .bottom_select_content2{
      display: none;
      z-index: 9;
      position: absolute;
      margin-top: 0.05rem;
      margin-left: 2.5%;
      cursor: pointer;
      width: 95%;
      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.5rem;
  }
  .bottom_select_content2 a{
    text-decoration: none;
    color: #000;
  }
  .bottom_select_overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media screen and (max-width:1200px){
    .bottom_logo_2{
      width: 60px;
      top: 10px;
      position: relative;
    }
    .bottom_logo_1{
      margin-right: 0.2rem;
      width: 70px;
    }
  }
  
  .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 (max-width: 760px) {
  .top_title_B_right img{
    width: 6rem;
  }
  }
  @media (max-width: 600px) {
    /*顶部通用样式*/
    .top_title_B_images {
      width: 0.58rem;
    }
    .top_title_B {
      margin-top: 0;
    }
    .top_title_B_right p{
      font-size: 0.45rem;
    }
  }
  @media (max-width: 500px) {
    /*顶部通用样式*/
    .top_title_B_images {
      width: 0.63rem;
    }
  }
  @media (max-width: 426px) {
    /*顶部通用样式*/
    .top_title_B_images {
      width: 0.63rem;
    }
    .top_title_B_right img{
      width: 6rem;
    }
  }
  @media (max-width: 376px) {
    /*顶部通用样式*/
    .top_title_B_images {
      width: 0.55rem;
    }
    .bottom_B_info_img{
      width: 0.23rem;
      position: relative;
      top: 0.02rem;
    }
    .top_title_C p{
      line-height: 0.4rem;
    }
    .top_title_B_right p{
      font-size: 0.46rem;
    }
    .navigation_img_left {
      margin-left: 0.04rem;
    }
    .navigation_img_right {
      right: 0.05rem;
      margin-top: -0.44rem;
  }
  }
  @media (max-width: 321px) {
    /*顶部通用样式*/
    .top_title_B_images {
      width: 0.5rem;
    }
    .top_title_B_right p{
      font-size: 0.45rem;
    }
  }
  @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%;
  }
  .navigation_img_left {
    margin-left: 0.08rem;
  }
  .navigation_img_right {
    right: 0.08rem;
    top:0.52rem
  }
  .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: 1023px) {
    /*顶部通用样式*/
    .navigation_img_left {
      margin-left: 0.14rem;
    }
    .navigation_img_right {
      right: 0.14rem;
      top:0.52rem
  }
  }
  @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,
    .top_title_B,
    .top_fixed_width {
      width: 12rem;
      margin: 0 auto;
    }
    .navigation_img_left{
      position: absolute;
      margin-left: 0.06rem;
    }
    .navigation_img_left,.navigation_img_right{
      width: 0.13rem;
    }
    .navigation_img_right{
      position: absolute;
      right: 0.06rem;
      margin-top: -0.42rem;
    }
    .navigation_name>div>div{
      width: calc(20% - 1px);
    }
    
    .nav_width{
      width: 12.4rem;
      margin: 0 auto;
    }
    .public_details{
      width: 12rem!important;
      margin: 0 auto;
    }
    .public_details_content{
      width: 1.4rem;
      margin: 0 auto;
      margin-top: 0.2rem;
      cursor: pointer;
      border:1px solid #ccc;
      text-align: center;
    }
    .public_details_content p{
      line-height: 0.3rem!important;
      height: 0.3rem;
      font-size: 0.16rem;
      margin: 0 auto;
      margin-top: 0.1rem;
      background: #f0f0f0;
    }
    .top_title {
      width: 12rem;
      margin: 0 auto;
    }
    .top_title_B{
      margin-top: 0.2rem;
    }
    .top_fixed_left{
      text-indent: 0;
    }
    .top_fixed_right{
      display: block;
    }
    .top_title_C .search_btn img{
      width: 0.2rem;
      height: 0.2rem;
      position: relative;
      left: 0.3rem;
      top: -0.1rem;
    }
    .top_title_B_right p {
      letter-spacing: 6px;
    }
    .top_title_C {
      width: 4.3rem;
      position: relative;
      left: 3.5rem;
      top: -0.3rem;
      padding-bottom: 0;
    }
    .top_title_C input {
      width: 3rem;
    }
    .top_title_C p {
      width: 0.9rem;
      text-align: center;
    }
    .navigation_name>div>div {
      line-height: 0.5rem;
    }

    /*底部通用样式*/
    .bottom_B,.bottom_B_info {
        width: 12rem;
        margin: 0 auto;
      }
      .bottom_B_info{
        margin-top: 0.2rem;
      }
      .bottom_select {
        width: 12rem;
        margin: 0 auto;
      }
      .bottom_logo_1{
        float: left;
        position: relative;
        top: -1rem;
        left: 1.5rem;
        width: 110px;
      }
      .bottom_logo_2{
        width: 80px;
        float: right;
        position: relative;
        top: -0.96rem;
        left: -1.7rem;
      }
      .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: 20%;
      }
      .bottom_select_content1{
        width: 2.35rem;
        background-position: 2.1rem 0.11rem;
      }
      .bottom_select_content2{
        display: none;
        z-index: 9;
        position: absolute;
        margin-top: 0.05rem;
        margin-left: 0.02rem;
        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%;
      }
  }
  