﻿*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
body,html{
    width: 100%;
}
header{
    position: relative;
}
#bigBox{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}
.header_top{
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 81, 193, 0.1);
    z-index: 2;
}
.header_top_ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top_ul>li{
    color: white;
    font-size: 14px;
}
.banner{
    width:  100%;
    height: 400px;
    position: relative;
}
.banner div{
    width: 100%;
    height: 100%;
}
.banner img{
    width: 100%;
    height: 100%;
}

.swiper-pagination{
    width: 100%;
    height: 25px !important;
    position: absolute !important;
    bottom: 0;
}
.swiper-pagination>span{
    width: 30px;
    height: 5px;
    border-radius: 2px;
    margin-right: 5px;
}
.banner_seach{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}
.banner_seach_ul{
    width: auto;
    margin-bottom: 70px;
}
.new_header_style {
	width: 1200px!important;
	 height: 100%!important;
	 margin: 0 auto;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
.banner_seach_ul>li:nth-of-type(1){
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.banner_seach_ul>li:nth-of-type(2){
    color: #FFFFFF;
    font-size: 37px;
    letter-spacing: 14px;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.banner_seach_ul>li:nth-of-type(3){
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 2.8px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.banner_seach_ul>li:nth-of-type(4){
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.4px;
}
.indexSeach{
    width: auto !important;
    height: 40px !important;
    top: 200px;
    right: 10.5%;
}
.indexSeach input {
    width: 280px;
    height: 38px;
    padding-left: 15px;
    outline: none;
    border:1px solid #0051C1;
    border-radius: 2px 0 0 2px;
}
    input::-webkit-input-placeholder{
    /* WebKit browsers */
    color: #999999;
}
input:-moz-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}
.indexSeach button{
    width: 80px;
    height: 100%;
    background: rgba(0, 81, 193, 1);
    line-height: 40px;
    color: white;
    text-align: center;
    font-size: 14px;
    float: right;
    cursor: pointer;
    border: none;
    border-radius: 0 2px 2px 0;
}
.seachBtnActive{
    background: rgba(0, 70, 167, 1) !important;
}
.indexSeach button:hover{
    background: rgba(0, 81, 193, 0.8);
}
.header_nav{
    width: 100%;
    height: 68px;
    background: #0051C1;
}
.header_nav_ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_nav_ul>li{
    width: 14.28%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    line-height: 15px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
    /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
}

.header_nav_ul>li:hover{
    background: #0048AB;
}
.header_nav_ul>li>p{
    width: 100%;
    text-align: center;
}
.header_nav_ul>li>p:nth-of-type(1){
    font-size: 18px;
}
.header_nav_ul>li>p:nth-of-type(2){
    font-size: 14px;
}
.header_nav_active{
    font-weight: bold;
    background: #0048AB;
    color: white !important;
    opacity: 1;
}

/* 中间内容区 */
.content{
    width: 1200px;
    margin: 0 auto;
}
.content_nav{
    width: 100%;
    height: max-content;
    margin: 20px 0;
    position: relative;
}
.content_nav_ul{
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_nav_ul>li{
    width: 140px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.content_nav_ul_jypt{
    position: relative;
}
.content_nav_ul>li img{
    width: 50px;
    height: 50px;
}
.content_nav_ul>li>p{
    color: #333333;
    font-size: 16px;
    text-align: center;
    width: 140px;
}
.content_nav_ul>li>.content_nav_ul_img {
    transition: transform 0.5s;
    perspective: 800px;
    margin-bottom: 15px;
}
.content_nav_ul_img2{
    display: none;
}
.content_nav_ul>li:hover{
    background: #4787FF;
}
.content_nav_ul>li:hover .content_nav_ul_p{
    color: white;
}
.content_nav_ul>li:hover .content_nav_ul_img1{
    display: none;
}
.content_nav_ul>li:hover .content_nav_ul_img {
    transform: rotate3d(0, 1, 0, 180deg);
}
.content_nav_ul>li:hover .content_nav_ul_img2{
    display: block;
}
/*.content_nav_ul_img,.content_nav_ul_img2 {*/
    /*transition: all 1s ease-in-out;*/
    /*-webkit-transition: all 0.4s ease-in-out;*/
    /*-moz-transition: all 0.4s ease-in-out;*/
    /*-o-transition: all 0.4s ease-in-out;*/
/*}*/

/*.content_nav_ul>li:hover .content_nav_ul_img2{*/
    /*transform: rotate3d(0, 1, 0, 360deg);*/
    /*-webkit-transform: rotate3d(0, 1, 0, 360deg);*/
    /*-moz-transform: rotate3d(0, 1, 0, 360deg);*/
    /*-o-transform: rotate3d(0, 1, 0, 360deg);*/
    /*-ms-transform: rotate3d(0, 1, 0, 360deg);*/
/*}*/
.content_nav_jypt_show_box{
    width: 1200px;
    display: none;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 6;
}
.content_nav_jypt_show{
    position:relative;
    margin-top: 15px;
}
.content_nav_jypt_show:before,
.content_nav_jypt_show:after{
    position:absolute;
    content:'';
    border:10px solid;
}
.content_nav_jypt_show:before{
    left: 70px;
    top:-17px;
    border-color:  transparent transparent #4787FF transparent;
}
.content_nav_jypt_show:after{
    border-color: transparent transparent #4787FF transparent;
    left: 70px;
    top: -17px;
}
.content_nav_jypt_show_active{
    display: block !important;
}
.content_nav_jypt_show_ul{
    width: 100%;
    height: 50px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border: 1px solid #D2D2D2;
    background: #4787FF;
    border-radius: 2px;

}
.content_nav_jypt_show_ul li{
    width: 115px;
    height: max-content;
    border-right: 1px solid #ffffff;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    cursor: pointer;
    border-right-color: rgba(255, 255, 255, 0.2);
}

.content_nav_jypt_show_ul li:nth-last-of-type(1){
    border-right: none;
}
.content_nav_jypt_show_ul_activeLi{
    font-weight: bold;
    color: rgba(255, 255, 255, 1) !important;
}

/*内容交易信息*/
.content_jyxx{
    width: 100%;
}
.content_jyxx_title1{
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.content_jyxx_title1>p{
    color: #333333;
    font-size: 22px;
    border-bottom: 2px solid #0051C1;
    line-height: 39px;
    font-weight: bold;
}
.content_jyxx_title1>img{
    width: 20px;
    height: 20px;
}
.content_jyxx_details1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
/*左侧地图*/
.content_jyxx_details1_ecahrts{
    width: 47.5%;
    position: relative;
}
#echarts_map{
    width: 100%;
    height: 420px;
}
.citySite{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
}
.citySite>div{
    float: left;
}
.citySite>div img{
    width: 14px;
    height: 18px;
    vertical-align: -2px;
}
.citySite>div:nth-of-type(1){
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.citySite>div:nth-of-type(2){
    color: rgba(71, 135, 255, 1);
    font-size: 14px;
    line-height: 23px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 1px;
}
.citySite>div:nth-of-type(2):hover{
    color: rgba(71, 135, 255, 0.8);
}
.content_jyxx_details1_ecahrts_content{
    width: 100%;
    height: 266px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
}
.content_jyxx_details1_ecahrts_content_top{
    width: 95%;
    height: 58px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_jyxx_details1_ecahrts_content_top>p:nth-of-type(1){
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.content_jyxx_details1_ecahrts_content_top>p:nth-of-type(2){
    display: flex;
    align-items: center;
}
.content_jyxx_details1_ecahrts_content_top>p:nth-of-type(2) span:nth-of-type(1){
    color: #333333;
    font-size: 16px;
    margin-top: 2px;
    margin-right: 10px;
}
.content_jyxx_details1_ecahrts_content_top>p:nth-of-type(2) span:nth-of-type(2){
    color: #4787FF;
    font-size: 24px;
    font-weight: bold;
}
.content_jyxx_details1_ecahrts_content_ul{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.content_jyxx_details1_ecahrts_content_ul_line{
    position: absolute;
    width: 1px;
    height: 168px;
    background:linear-gradient(to bottom,rgba(221, 221, 221, 0),rgba(221, 221, 221, 1),rgba(221, 221, 221, 0))
}
.content_jyxx_details1_ecahrts_content_ul>p:nth-of-type(1){
    top: 15px;
    left: 171px;
}
.content_jyxx_details1_ecahrts_content_ul>p:nth-of-type(2){
    top: 15px;
    right: 172px;
}
.content_jyxx_details1_ecahrts_content_ul>li{
    width: 27%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 50px;
}
.content_jyxx_details1_ecahrts_content_ul>li:nth-of-type(3),
.content_jyxx_details1_ecahrts_content_ul>li:nth-of-type(6),
.content_jyxx_details1_ecahrts_content_ul>li:nth-of-type(9){
    margin-right: 0;
}
.content_jyxx_details1_ecahrts_content_ul>li>div{
    display: flex;
    align-items: center;
}
.content_jyxx_details1_ecahrts_content_ul>li>div>img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.content_jyxx_details1_ecahrts_content_ul>li>div>p{
    font-size: 16px;
    color: #333333;
}
.content_jyxx_details1_ecahrts_content_ul>li>p{
    font-size: 18px;
    color: #4787FF;
    font-weight: bold;
}
/*右侧tab*/
.content_jyxx_details1_right_tab{
    width: 50%;
    height: 684px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
}
.content_jyxx_details1_right_tab_top{
    width: 100%;
    height: 47px;
    line-height: 47px;
}
.content_jyxx_details1_right_tab_top>span{
    margin-right: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.content_jyxx_details1_right_tab_nav{
    display: flex;
    justify-content: flex-start;
    background: #EFF0F3;
    border-radius: 3px;
    /*position: absolute;*/
}
.content_jyxx_details1_right_tab_nav>img{
    width: 18px;
    height: 18px;
    margin-top: 18px;
}

.content_jyxx_details1_right_tab_nav>img:nth-of-type(1){
    margin-right: 15px;
}
.content_jyxx_details1_right_tab_nav_ul{
    width: 95%;
    height: max-content;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.content_jyxx_details1_right_tab_nav_ul>li{
    padding: 7px 10px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.content_jyxx_details1_right_tab_nav_ul>li:hover{
    color: #4787FF;
}
.content_jyxx_details1_right_tab_nav_ul_li_active{
    background: #4787FF !important;
    color: white !important;
    border-radius: 2px;
}
.unfoldImg{
    width: max-content;
    cursor: pointer;
    color: #4787FF;
    font-size: 14px;
    margin-top: 18px;
    margin-left: 11px;
}

.content_jyxx_details1_right_tab_nav_ul_show{
    height: max-content !important;
}
.content_jyxx_details1_right_tab_content{
    width: 100%;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    height: 46px;
}
.content_jyxx_details1_right_tab_content>div{
    width: 100%;
    height: 100%;
    display: none;
}
.content_jyxx_details1_right_tab_content>div>ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}
.content_jyxx_details1_right_tab_content>div>ul>li{
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}
.content_jyxx_details1_right_tab_content>div>ul>li:nth-of-type(1){
    color: #4787FF;
}
.content_jyxx_details1_right_tab_content_tex{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content_jyxx_details1_right_tab_content_tex>div{
    /*display: none;*/
    width: 100%;
}




/* 7张卡片 */
.content_jyxx_details2{
    width: 100%;
    margin-bottom: 30px;
}
.content_jyxx_details2>ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_jyxx_details2>ul>li{
    width: 162px;
    height: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    overflow: hidden;
    border-radius: 2px;
    transition: all 1s;
    cursor: pointer;
}
.content_jyxx_details2>ul>li:hover{
    background-size: 150% 150%;
    background-position: -20px -20px;
}
.content_jyxx_details2>ul>li>p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.content_jyxx_details2>ul>li>p>span{
    display: block;
    width: max-content;
    height: max-content;
    margin: 0 auto;
}

.content_jyxx_details2>ul>li:nth-of-type(1){
    background-image: url("../img/area_lasa.png");
}
.content_jyxx_details2>ul>li:nth-of-type(2){
    background-image: url("../img/area_rika.png");
}
.content_jyxx_details2>ul>li:nth-of-type(3){
    background-image: url("../img/area_changdu.png");
}.content_jyxx_details2>ul>li:nth-of-type(4){
     background-image: url("../img/area_linzhi.png");
 }.content_jyxx_details2>ul>li:nth-of-type(5){
      background-image: url("../img/area_shannan.png");
  }.content_jyxx_details2>ul>li:nth-of-type(6){
       background-image: url("../img/area_quna.png");
   }
.content_jyxx_details2>ul>li:nth-of-type(7){
    background-image: url("../img/area_ali.png");
}




/* 综合动态 */
.content_zhdt{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.content_zhdt_swiper{
    width: 590px;
    height: 330px;
    overflow: hidden;
    position: relative;
}
.content_zhdt_swiper div{
    width: 100%;
    height: 100%;
}
.swiper-container2 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container2 .swiper-slide>p{
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 15px;
}
.swiper-pagination2{
    width: max-content !important;
    height: 20px !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}
.swiper-pagination2> .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: 0.4;
    margin-right: 5px;
}
.swiper-pagination2 .swiper-pagination-bullet-active{
    background: white;
    opacity: 1;
}

.content_zhdt_tab{
    width: 590px;
}
.content_jyxx_title1_tab{
    width: max-content;
    position: absolute;
    left: 113px;
    top: 7px;
    border-left: 1px solid #DDDDDD;
}
.content_jyxx_title1_tab_ul{
    display: flex;
}
.content_jyxx_title1_tab_ul>li{
    font-size: 16px;
    color: rgba(51, 51, 51, 0.6);
    padding-left: 20px;
}
.content_jyxx_title1_tab_ul_active{
    color: rgba(51, 51, 51, 1) !important;
    font-weight: bold;
}
.content_zhdt_content{
    width: 100%;
    height: 286px;
}
.content_zhdt_content_ul{
    width: 100%;
    display: none;
    border-bottom: 1px solid #DDDDDD;
}
.content_zhdt_content_ul>li{
    height: 48.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #DDDDDD;
    font-size: 16px;
}
.content_zhdt_content_ul>li:nth-of-type(6){
    border-bottom: none;
}
.content_zhdt_content_ul>li>p:nth-of-type(1){
    width: 75%;
	cursor: pointer;
    color: #333333;
    display: flex;
    align-items: center;
}
.content_zhdt_content_ul>li>p:nth-of-type(2){
	width: 15%;
    color: #999999;
    width: max-content;
}
.content_zhdt_content_ul>li>p:nth-of-type(3){
	width: 10%;
    text-align: right;
}
.content_zhdt_content_ul>li>p:nth-of-type(1)>span{
    display: block;
}
.content_zhdt_content_ul>li>p:nth-of-type(1)>span:nth-of-type(1){
    display: inline-table;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: rgba(102, 102, 102, 1);
    margin-right: 10px;
}
.content_zhdt_content_ul>li>p:nth-of-type(1)>span:nth-of-type(2){
    width: 98%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content_zhdt_content_ul>li>p:nth-of-type(1)>span:nth-of-type(2):hover{
    color: #4787FF !important;
}
/*政策法规及下载中心*/
.content_zcfg_and_onload{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.content_zcfg_and_onload>div{
    width: 590px;
}

/*footer*/
footer{
    width: 100%;
    height: 174px;
    background: #0051C1;
    margin-top:30px;
}

.footer_select{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.footer_select>p{
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 10px;
}
.select_box{
    position: relative;
    margin-right: 30px;
}
.select_box:nth-last-of-type(1){
    margin-right: 0;
}
.footer_select select{
    width: 350px;
    height: 34px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 2px;
    border: none;
    color: white;
    outline: none;
    appearance:none;
    padding-left: 10px;
}
.selectBtn{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 14px;
    right: 10px;
}
.selectBtn img{
    width: 8px;
    height: 4px;
    display: none;
}
.selectBtnImgShow{
    display: block !important;
}
.footer_select select:nth-last-of-type(1){
    margin-right: 0;
}
.footer_select select option{
    color: #333333;
}

.footer_bottom{
    width: 560px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom>img{
    width: 50px;
    height: 61px;
}
.footer_bottom>p{
    font-size: 14px;
    color: white;
}

/*右侧侧边栏*/
.rightFixed {
    width: 80px;
    position: fixed;
    top: 30%;
    right: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
    border-radius: 4px 0px 0px 4px;
    z-index: 100;
    font-weight: 600;
}

.rightFixed > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rightFixed > ul > li {
    width: 100%;
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(102, 102, 102, 1);
}

.rightFixed > ul > li div {
    /* display: flex; */
    width: 100%;
    float: left;
    height: 36px;
    margin-top: 13px;
    overflow: hidden;
}
.rightFixed > ul > li div img {
    width: 24px !important;
    height: 24px;
    float: left;
}
.fixedimg1 {
    padding-left: 30px;
}
.fixedimg2 {
    display: none;
}
/*.rightFixed > ul > li div:hover .fixedimg1 {*/
/*overflow: hidden;*/
/*}*/

/* #rightFixed > ul > li div img{
    float: left;
} */
/*.rightFixed > ul > li div:hover .fixedimg1 {*/
    /*display: none;*/
/*}*/
/*.rightFixed > ul > li div:hover .fixedimg2 {*/
    /*display: block;*/
/*}*/

.rightFixed > ul > li > p {
    margin: 5px 0;
}
.rightFixed > ul > li {
    position: relative;
}

.rightFixed > ul > li:hover {
    background: rgba(71, 135, 255, 1);
    color: white !important;
    cursor: pointer;
}
.rightFixed > ul > li div img {
    width: 100%;
    transition: transform 0.3s;
}
.rightFixed > ul > li:hover div img {
    transform: translate(-96px);
}
.rightFixed > ul > li:hover .fixedimg2 {
position: absolute;
top: 16px;
left: 125px;
}
.fixedimg2 {
    display: block;
}


/****
    二级详情列表样式
***/
.detail_bigBox{
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1200px;
}
.detail_banner{
    width: 100%;
    height: 180px;
    position: relative;
    background-image: url("../img/header2_xz.png");
    background-repeat: no-repeat;
}
/*.detail_banner img{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
.detail_banner_div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.detail_banner_seach_ul{
    margin-top: 4px;
}
.detail_banner_seach_ul>li {
	line-height: 30px!important;
}
.detail_banner_seach_ul>li:nth-of-type(1){
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.detail_banner_seach_ul>li:nth-of-type(2){
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 9.5px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.detail_banner_seach_ul>li:nth-of-type(3){
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 0.9px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.detail_banner_seach_ul>li:nth-of-type(4){
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.1px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.detail_indexSeach{
    width: max-content !important;
    height: 40px !important;
    /*position: absolute;*/
    /*top: 90px;*/
    /*right: 10.5%;;*/
}
.detail_indexSeach input {
    width: 280px;
    height: 38px;
    padding-left: 15px;
    outline: none;
    border:1px solid #0051C1;
    border-radius: 2px 0 0 2px;
}
.detail_indexSeach button{
    width: 80px;
    height: 100%;
    background: rgba(0, 81, 193, 1);
    line-height: 40px;
    color: white;
    text-align: center;
    font-size: 14px;
    float: right;
    cursor: pointer;
    border: none;
    border-radius: 0 2px 2px 0;
}
.detail_indexSeach button:hover{
    background: rgba(0, 81, 193, 0.8);
}
.detail_content{
    width: 1200px;
    min-height: 780px;
    margin: 20px auto;
    border: 1px solid rgba(221, 221, 221, 1);
    display: flex;
}
.detail_content_left{
    width: 300px;
    overflow: hidden;
}
.detail_content_left_ul{
    width: 100%;
    height: 100%;
    background: rgba(245, 246, 249, 1);
    padding-top: 10px;
}
.detail_content_left_ul>li{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    cursor: pointer;
}
.detail_content_left_ul>li:hover{
    background: rgba(255, 255, 255, 1);
}
.detail_content_left_ul_li_div{
    width: max-content;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 24px;
}
.detail_content_left_ul_li_div>img{
    width: 16px;
    height: 16px;
    margin-right: 20px;
    display: none;
}

.on{
    background: white;
    color: rgba(71, 135, 255, 1) !important;
    font-weight: bold;
}
.on .detail_active_img{
    display: unset;
}
.on .detail_left_img2{
    display: block !important;
}
.on .detail_left_img1{
    display: none !important;
}
.activeOn{
    background: white;
    color: rgba(71, 135, 255, 1) !important;
    font-weight: bold;
}
.activeOn .detail_left_img2{
    display: block !important;
}
.activeOn .detail_left_img1{
    display: none !important;
}


.detail_left_img1{
    display: block !important;
}
.detail_content_left_ul_li_div>p{
    font-size: 16px;
}
.detail_content_left_ul>li>img{
    width: 10px;
    height: 12px;
    margin-right: 20px;
    display: none;
}

.detail_content_right{
    width: 75%;
}
.detail_content_right_box{
    width: 96%;
    height: 100%;
    margin: 0 auto;
}
.detail_content_right_box_seach{
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: relative;
}
.detail_content_right_box_seach>p{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #0051C1;
    line-height: 64px;
}
.detail_content_right_box_seach input{
    width: 280px;
    height: 32px;
    border: 1px solid #CCCCCC;
    padding-left: 10px;
    outline: none;
    padding-right: 30px;
}
.detail_content_right_box_seach input:hover{
    border-color: #4787FF;
}
.detail_content_right_box_seach>img{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 23px;
}
input::-webkit-input-placeholder{
    /* WebKit browsers */
    color: #999999;
}
input:-moz-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}
.detail_content_right_box_nav{
    width: 100%;
}
.detail_content_right_box_nav>div{
    padding-bottom: 5px;
}
.detail_content_right_box_nav ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 14px 0;
}
.detail_content_right_box_nav ul>p{
    font-size: 14px;
    color: #333333;
    margin-right: 5px;
}
.detail_content_right_box_nav ul>li{
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
    padding: 6px 12px 8px;
    cursor: pointer;
}
.detail_content_right_box_nav_ul>li:hover{
    color: white !important;
    background: #4787FF;
    padding: 6px 12px 8px;
    border-radius: 2px;
}
.detail_content_right_box_nav_active{
    color: white !important;
    background: #4787FF;
    border-radius: 2px;
}
.detail_content_right_box_content{
    width: 100%;
}
.detail_content_right_box_content_ul{
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    max-height: 474px;
    overflow: hidden;
}
.detail_content_right_box_content_ul>li{
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #DDDDDD;
    font-size: 16px;
}
.detail_content_right_box_content_ul>li:nth-last-of-type(1){
    border-bottom: none;
}
.detail_content_right_box_content_ul>li>p{
    display: flex;
    align-items: center;
    height: 100%;
}
.detail_content_right_box_nav_ul>div>span{
    color: #333333;
    margin-right: 20px;
}
.detail_content_right_box_nav_ul>div{
    position: relative;
}
.detail_content_right_box_nav_ul>div>img{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.detail_content_right_box_nav_ul #demo{
    width: 210px;
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #DDDDDD;
}
.detail_content_right_box_content_ul>li>p:nth-of-type(1){
    width: 88%;
    color: #333333;
    cursor: pointer;
}
.detail_content_right_box_content_ul>li>p:nth-of-type(1):hover{
    color: #4787FF;
}
.detail_content_right_box_content_ul>li>p:nth-of-type(1)>span:nth-of-type(1){
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #666666;
    margin-right: 10px;
}
.detail_content_right_box_content_ul>li>p:nth-of-type(1)>span:nth-of-type(2){
    width: 98%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detail_content_right_box_content_ul>li>p:nth-of-type(2){
    color: #999999;
}

/*三级详情*/
.detailIndex_content{
    width: 1200px;
    height: auto;
    min-height: 500px;
    border: 1px solid #DDDDDD;
    margin: 20px auto;
}

/**新增**/
.detail-title{
	width: 95%;
	margin: 10px auto;
}
.detail-title .headline{
    min-height: 40px;
    text-align: center;
    font-size: 28px;
    margin: 10px;
    color: #000000;
}

.title-code {
	height: 40px;
	text-align: center;
	font-size: 18px;
	color: #000000;
}

.title-time {
	height: 40px;
	line-height: 40px;
	background: #F5F6F9;
	text-align: center;
	border-radius: 2px;
	color: #666666;
	font-size: 14px;
}
.content-text {
	width:95%;
	margin: 0 auto;
}
.moreImg{
	cursor: pointer;
}
.contentImg {
	text-align: center;
}
.highlight {
	color: red;
}
.jsz {
	background-image: url("../common/images/jsz.png");
	background-size: 40px 30px;
	width: 40px;
    height: 30px;
    margin: 20px auto;
}

/*新加样式*/
.content_nav{
    /* overflow: hidden; */
}
.swiper-container-nav .swiper-wrapper{
    height: 150px !important;
}
.swiper-container-nav .swiper-wrapper>li{
    width: 140px !important;
    margin-left: 10px;
    height: 93%;
}
.swiper-container-nav .swiper-wrapper>li:nth-of-type(1){
    margin-left: 5px;
}
.swiper-button-prev{
    left: -42px !important;
}
 .swiper-button-prev,.swiper-button-next{
     background: #F5F6F9;
     height: 150px !important;
     background-repeat: no-repeat !important;
     top: 0 !important;
     background-position-y: 60%;
     margin-top: 0px !important;
     opacity: 1 !important;
     background-size: 12px 22px!important;
   	 width: 42px!important;
}
.swiper-button-next{
    right: -42px !important;
}
.content{
    position: relative;
}
.content>.content_nav_jypt_show_box{
    top: 139px;
}

/*金融服务平台详情*/
.crumbs{
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    display: flex;
}
.crumbs>p{
    font-size: 14px;
}
.crumbs>p:nth-of-type(1){
    color: #999999;
}
.crumbs>p:nth-of-type(2){
    color: #444444;
}
.productPresentation{
    width: 1200px;
    margin: 0 auto;
}
.productPresentation_title{
    width: 1200px;
    margin: 0 auto;
}
.productPresentation_title_ul{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.productPresentation_title_ul>li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.productPresentation_title_ul>li:nth-of-type(2){
    margin: 0 58px;
    font-weight: bold;
    color: #333333;
    font-size: 22px;
}
.productPresentation_title_ul>li .productPresentation_title_line{
    width: 160px;
    height: 1px;
    background: #999999;
}
.productPresentation_title_ul>li .productPresentation_title_circle{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999999;
    box-shadow: #555555 0px 0px 5px;
}
.productPresentation h5,.financingInstitution h5,.applicationProcedure{
    text-align: center;
    margin: 3px auto;
    color: #999999;
    font-size: 14px;
    font-weight: unset;
}
.productPresentation_card{
    width: 100%;
    height: 200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.productPresentation_card>img{
    width: 40%;
    height: 100%;
}
.productPresentation_card>div{
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.productPresentation_card>div>p:nth-of-type(1){
    color: #333333;
    font-size: 22px;
}
.productPresentation_card>div>p:nth-of-type(2){
    width: 30px;
    height:3px;
    background: #6B9FFF;
    margin-bottom: 30px;
}
.productPresentation_card>div>p:nth-of-type(3) {
    text-indent: 37px;
}
.productPresentation_card>div>p:nth-of-type(3){
    color: #555555;
    font-size: 18px;
}
.financingInstitution{
    max-width: 1920px;
    height: 550px;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.financingInstitution>.productPresentation_title{
    margin: 0px auto;
    padding-top: 40px;
}
.financingInstitution_ul{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.financingInstitution_ul>li{
    width: 288px;
    height: 124px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
.financingInstitution_ul>li>img{
    width: 100%;
    height: 100%;
}
.applicationProcedure{
    max-width: 1920px;
    height: 376px;
    background: white;
    margin: 0 auto;
}
.applicationProcedure>.productPresentation_title{
    margin: 0px auto;
    padding-top: 50px;
}
.applicationProcedure>img{
   /*  width: 1067px; */
    /* height:39px; */
    margin: 30px auto 20px;
}
.applicationProcedure_ul{
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.applicationProcedure_ul>li{
    width: 152px;
    height: 100%;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    background-image: url("../img/xzjh.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 37px;
}
.applicationProcedure_ul>li>.jyimgsj{
    top: -32px;
    position: relative;
}
.applicationProcedure_ul>li>.jyimg{
    width: 30px;
    height: 30px;
    margin-bottom: 17px;
}
.applicationProcedure_ul>li>p{
    font-size: 18px;
    color: #333333;
}
.div-title2{
	margin: 0 auto;
    width: 512px;
}
.div-article2 {
    line-height: 35px;
    font-size: 16px;
    margin-top: 10px;
    /* text-indent: 2em; */
    margin-bottom: 30px;
    text-align: justify;
    position: relative;
}
.gycq-table {
    border-collapse: collapse;
    width: 100%;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.gycq-table th {
    width: 270px;
    background-color: #dbefff;
    border: 1px solid #ccc;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}

.gycq-table td {
    border: 1px solid #ccc;
    text-align: left;
    padding-left: 5px;
}

.gycq-table2 {
    border-collapse: collapse;
    width: 100%;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin: 30px 0;
}

.gycq-table2 th {
    width: 33%;
    background-color: #dbefff;
    border: 1px solid #ccc;
    text-align: center;
}

.gycq-table2 td {
    border: 1px solid #ccc;
    text-align: center;
}

/*右侧侧边栏*/
.rightFixed {
    width: 80px;
    position: fixed;
    top: 30%;
    right: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
    border-radius: 4px 0px 0px 4px;
    z-index: 100;
}

.rightFixed > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rightFixed > ul > li {
    width: 100%;
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(102, 102, 102, 1);
}

.rightFixed > ul > li div {
    /* display: flex; */
    width: 100%;
    float: left;
    height: 36px;
    margin-top: 13px;
    overflow: hidden;
}
.rightFixed > ul > li div img {
    width: 24px !important;
    height: 24px;
    float: left;
}
.fixedimg1 {
    padding-left: 30px;
}
.fixedimg2 {
    display: none;
}
/*.rightFixed > ul > li div:hover .fixedimg1 {*/
/*overflow: hidden;*/
/*}*/

/* #rightFixed > ul > li div img{
    float: left;
} */
/*.rightFixed > ul > li div:hover .fixedimg1 {*/
/*display: none;*/
/*}*/
/*.rightFixed > ul > li div:hover .fixedimg2 {*/
/*display: block;*/
/*}*/

.rightFixed > ul > li > p {
    margin: 5px 0;
}
.rightFixed > ul > li {
    position: relative;
}

.rightFixed > ul > li:hover {
    background: rgba(71, 135, 255, 1);
    color: white !important;
    cursor: pointer;
}
.rightFixed > ul > li div img {
    width: 100%;
    transition: transform 0.3s;
}
.rightFixed > ul > li:hover div img {
    transform: translate(-96px);
}
.rightFixed > ul > li:hover .fixedimg2 {
    position: absolute;
    top: 16px;
    left: 125px;
}
.fixedimg2 {
    display: block;
}
.WordSection1 p {
    max-width: 1110px;
}
.dtggbt {
	position: absolute;
    margin-top: 360px;
}
.dtggbt span {
    font-size: 14px;
    color: #333333;
    background: url("../images/dttb2.png") no-repeat;
	margin-left: 0.33em;
	padding: 0 0 0 15px;
}
/**监管部门*/
.headline p{
	line-height: 40px;
}

.article-list3 li {
    border-bottom: 1px dashed #ccc;
    clear: both;
    line-height: 28px;
    overflow: hidden;
    padding: 15px 0;
    height: 150px;
}
.jyjg-name {
    width: 180px;
}
.jyjg-jg {
    float: left;
    width: 150px;
    padding: 0 20px;
}
.jyjg-phone {
    float: left;
    width: 660px;
}
/* 开标日历 */
.cs_tab_slide {
    margin: 0 auto;
    width: 1280px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.cs_tab_slide>span {
    font-size: 18px;
    color: rgba(68,68,68,0.6);
    position: relative;
    cursor: pointer;
}
.cs_tab_slide>span:hover, .cs_tab_slide>.active {
    color: rgb(0 104 234);
}
.cs_tab_slide>span:first-child {
	padding-right: 10px;
}

.cs_slide {
    position: absolute;
    width: 30px;
    height: 4px;
    background: rgba(17,124,255,1);
    border-radius: 2px;
    display: none;
}
.cs_tab_box_cont_all {
    width: 100%;
}
.cs_tab_box>div {
    display: inline-block;
    vertical-align: top;
}
.cs_three_white {
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 14%);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    padding: 0 40px;
    margin-bottom: 12px;
    background-image: url(../images/three_white.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 65px;
}
.cs_three_white>div {
    width: calc(16.5%);
    display: inline-block;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
    vertical-align: bottom;
    position: relative;
}
.cs_three_white>div>p {
    font-size: 18px;
    color: rgba(68,68,68,1);
    margin-bottom: 5px;
}
.cs_three_white>div>p>span:first-child {
    font-size: 40px;
    font-weight: normal;
    color: rgba(17,124,255,1);
}
.cs_three_white>div>p>span:last-child {
    font-size: 18px;
    color: rgba(68,68,68,1);
}
.cs_three_white>div:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #DEDEDE;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.jrkb_t>p {
	border-bottom: 0px;
	font-size: 20px;
}
.jrkb {
	/* height: 230px; */
	margin-bottom: 30px;
}
.detail_content_right .jrkb-ul {
    max-height: 2000px;
}
.jrkb-ul>li>p:nth-of-type(1){
	width: 70%;
}
.jrkb-ul>li>p:nth-of-type(2){
	width: 20%;
	text-align: center;
    color: #333333;
}
.jrkb-ul>li>p:nth-of-type(3){
	width: 10%;
	color: #333333;
	text-align: right;
}
.zwsj {
    font-size: 18px;
    margin-top: 15px;
    color: #837676;
}
.jrkb-h {
	height: 230px;
}
#gds {
	display: none;
}
