html,body{
        padding: 0;
        margin: 0;
    }
img{
    max-width: 100%;
}
.index_before{
    background: url(../images/bg_sy.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.top_nav{
    overflow: hidden;
    width: 1370px;
    margin: 60px auto 0;
}

.top_nav div:first-child{
    margin-top: 42px;
    float: left;
}
.top_nav div:last-child{
    float: right;
    padding-right: 30px;
}
.content_list{
    width: 1370px;
    margin: -5px auto 0;
    overflow: hidden;
}
.content_list ul li{
    float: left;
    width: 660px;
    padding: 35px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}
.content_list ul li:nth-child(2n-1){
    margin-right: 50px;
}
.content_list .title_bg{
    text-align: center
}

.ha_list{
    margin-top: 35px;
}
.ha_list div{
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    overflow: hidden;
}
.ha_list div:nth-child(1){
    padding-bottom: 20px;
}
.ha_list div:nth-child(2){
    border-right: none;
    padding-bottom: 20px;
}
.ha_list div:nth-child(3){
    border-bottom: none;
    padding-top: 20px;
}
.ha_list div:nth-child(4){
    border-bottom: none;
    border-right: none;
    padding-top: 20px;
}
.ha_list div i{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    margin-left: 77px;
}
.ha_list div a{
    display: block;
    float: left;
    margin-top: 6px;
}
.ha_list div:nth-child(1) i{
    background: url(../images/sy_ta.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list div:nth-child(2) i{
    background: url(../images/yy_sy.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list div:nth-child(3) i{
    background: url(../images/sy_sq.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list div:nth-child(4) i{
    background: url(../images/ys_cg.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list div label{
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
    color: #333
}
.ha_list div p{
    display: block;
    font-size: 22px;
    font-weight: 600
}
.ha_list div span{
    font-size: 15px;
    font-weight: normal;
}
.rukou{
    overflow: hidden;
    width: 477px;
    margin: 35px auto 0
}
.rukou a{
    display: block;
    float: left;
}
.rukou a:nth-child(1){
    margin-bottom: 17px;
    margin-right: 17px;
}
.rukou a:nth-child(2){
    margin-bottom: 17px;
}
.rukou a:nth-child(3){
    margin-bottom: 0px;
    margin-right: 17px;
}
.rukou a:nth-child(4){
    margin-bottom: 0px;
}
.showta_list{
    margin-top: 10px
}
.showta_list i{
    background: red;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-top: 14px;
    border-radius: 50%;
    margin-right: 10px;
}
.showta_list #tzgg div{
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    line-height: 38px;
    height: 38px;
}
.showta_list #xxtx div{
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    line-height: 38px;
    height: 38px;
}
.showta_list div a{
    float: left;
    font-size: 16px;
    color: #333;
		max-width: 600px;
    overflow: hidden;
    display: block;
}

.showta_list div p{
    color: #666;
		float: right;	
    font-size: 16px;
}
.left_na{
    position: absolute;
    right: 0;
    margin-top: 190px;
}
.right_na{
    position: absolute;
    left: 0;
    margin-top: 190px;
}
.nav_index{
    background: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0;
}
.nav_index ul li{
    float: left;
    margin-right: 22px;
    height: 80px;
    width: 115px;
	margin-bottom: 10px;
}
.content_list_index{
    margin: 15px 25px 0;
    overflow: hidden;
}
.content_list_index ul li{
    float: left;
    /* min-width: 720px; */
    width: 49%;
    padding: 10px 35px 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
/* .content_list_index ul li:nth-child(2n-1){
    margin-right: 1.5%;
} */

.nav_tab{
    width: 380px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 22%;
    font-size: 15px;
    background: #F6F6F6;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #eee
}
.nav_tab div{
    width: 33.33%;
    text-align: center;
    float: left;
    color: #333;
    cursor: pointer;
}
.nav_tab div.active{
    background: #d0021b;
    color: #fff;
	/* background: -moz-linear-gradient(left, #62bafd 0%, #1192f5 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#62bafd), color-stop(100%,#1192f5));
	background: -webkit-linear-gradient(left, #62bafd 0%,#1192f5 100%);
	background: -o-linear-gradient(left, #62bafd 0%,#1192f5 100%);
	background: -ms-linear-gradient(left, #62bafd 0%,#1192f5 100%);
	background: linear-gradient(to right, #62bafd 0%,#1192f5 100%); */
}
.more_active{
    float: right;
    font-size: 14px;
    font-weight: 600
}
.more_active a{
    color: #5e5e5e;
    /* text-decoration: underline; */
    /* line-height: 45px; */
}


.ha_list1{
    margin-top: 35px;
}
.ha_list1 div{
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    overflow: hidden;
}
.ha_list1 div:nth-child(1){
    padding-bottom: 20px;
}
.ha_list1 div:nth-child(2){
    border-right: none;
    padding-bottom: 20px;
}
.ha_list1 div:nth-child(3){
    border-bottom: none;
    padding-top: 20px;
}
.ha_list1 div:nth-child(4){
    border-bottom: none;
    border-right: none;
    padding-top: 20px;
}
.ha_list1 div i{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    margin-left: 77px;
}
.ha_list1 div a{
    display: block;
    float: left;
    margin-top: 15px;
}
.ha_list1 div:nth-child(1) i{
    background: url(../images/sy_ta.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list1 div:nth-child(3) i{
    background: url(../images/index_na1.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list1 div:nth-child(2) i{
    background: url(../images/index_na3.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list1 div:nth-child(4) i{
    background: url(../images/index_na2.png) no-repeat;
    background-size: cover;
    display: block;
}
.ha_list1 div label{
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    color: #333
}
.ha_list1 div p{
    display: block;
    font-size: 24px;
    font-weight: 600
}
.ha_list1 div span{
    font-size: 15px;
    font-weight: normal;
}
.rq_input{
    float: right;
    height: 45px;
    line-height: 45px;
}
.lv_qk{
    float: left;
    /* height: 45px;
    line-height: 45px; */
    font-size: 20px;
    color: #F75501;
    font-weight: 600
}

.biaoti{
    color: #333
}
.z_content{
    overflow: hidden;
    padding: 10px 0;
    color: #666
}
.z_content div{
    float: left;
    width: 90px;
}


.pl_list ul li{
    margin-top: 12px;
}
.list_div{
    overflow: hidden;
}
.infor{
    float: left;
}
.infor div:nth-child(1){
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.infor div{
    float: left;
    line-height: 50px;
    color: #666
}
.infor div:nth-child(2){
    margin: 0 10px;
}
.infor div:nth-child(4){
    margin-left: 25px;
}
.cont{
    padding:  10px 5px;
    background: #fff;
    color: #333;
    text-align: left;
    margin: 5px 0 0 50px;
}
.dianzan{
    float: right;
    text-align: right;
    line-height: 50px;
    cursor: pointer;
}
.dianzan i{
    float: right;
    display: block;
    width: 20px;
    height: 22px;
    background: url("../images/dianzan.png") no-repeat;
    background-size: 100%;
    margin-top: 15px;
}
.dianzan.active_dz i{
    float: right;
    display: block;
    width: 20px;
    height: 22px;
    background: url("../images/dianzan2.png") no-repeat;
    background-size: 100%;
    margin-top: 15px;
}
.dianzan.active_dz span{
    color: red
}
.dianzan span{
    display: block;
    float: right;
    margin-left: 5px;
}
.add_desc{
    border: 1px solid #ddd;
    text-align: center;
}
/*ocr 图片识别 begin*/
.ocr{
    position: absolute;
    right: 2px;
    top: 2px;
}
.ocr:hover{
    cursor: pointer;
}
/*ocr 图片识别 end*/
/*tts 语音播报 begin*/
/*.tts_block{
    width:100%;
    background-color: rgb(229,245,245);
    border-radius: 5px;
    color: dodgerblue;
}
.tts_block .audio_block{
    padding: 9px 15px;
}
.tts_block .audio_block:hover{
    cursor: pointer;
}
.tts_block .tts_label{
    float: left;
    display: block;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    position: relative;
    margin:9px 25px 9px 5px;
    font-size: 16px;
    color: dodgerblue;
}
.tts_block .tts_label_rad{
    float:left;
    display: block;
    width: 4px;
    height: 20px;
    background: dodgerblue;
    margin-top: 9px;
    border-radius: 3px;
    margin-left: 20px;
}*/
/*tts 语音播报 end*/

/*20210708 首页修改*/
.bg_show_w{
    width: 1572px;
    margin: 0 auto
}
.logo_top{
    width: 942px;
    height: 102px;
    padding:60px 0 30px;
}
.content_show{
    clear: both;
}
.content_show li{
    background: #fbfbfb;
    float: left;
    border-radius: 10px;
    box-sizing: border-box;
}
.content_show .first_li{
    height: 290px;
    margin-right: 30px;
    width: 912px;
    margin-bottom: 30px;
}
.content_show .second_li{
    height: 290px;
    width: 630px;
    margin-bottom: 30px;
}
.content_show .third_li{
    height: 385px;
    margin-right: 30px;
    width: 912px;
    padding: 25px;
}
.content_show .fourth_li{
    height: 385px;
    width: 630px;
    padding: 25px;
}
.first_li{
    overflow: auto;
    padding: 20px 0;
}
.first_li ul li{
    margin: 0 35px 24px;
}
.first_li ul li img{
    width: 77px;
    height: 77px;
    display: block;
    margin: 0 auto 10px;
}
.first_li ul li span{
    font-size: 17px;
    color: #333333;
    line-height: 25px;
    display: block;
    text-align: center;
    font-weight: 500;
}
.zanwu{
    text-align: center;
    display: block;
    margin: 60px auto 0;
    width: 222px;
}
.zanwu img{
    width: 222px;
    display: block;
}
.zanwu span{
    display: block;
    color: #333;
    font-size: 18px;
    margin-top: 20px;
}

.second_li{
    display: flex;
    justify-content:center;
    padding: 34px 10px;
}
.user_show1{
    width: 260px 
}
.user_show1 a{
    display: block;
}
.user_show1 a:nth-child(1){
    margin-bottom: 25px;
}
.user_show2{
    width: 306px;
    height: 221px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(169, 169, 169, 0.5);
    border-radius: 10px;
    margin-left: 18px;
    overflow: hidden;
}
.user_out{
    clear: both;
    width: 260px;
    margin: 0 auto;
}
.user_out div{
    margin-top: 30px;
    float: left;
    width: 120px;
    height: 72px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(202, 202, 202, 0.5);
    border-radius: 5px;
}
.user_out div:nth-child(1){
    margin-right: 18px;
}
.user_out div img{
    display: block;
    width: 24px;
    height: 24px;
    margin: 12px auto 8px;
}
.user_out div span{
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.erwm_dow{
    width: 260px;
    height: 224px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(169, 169, 169, 0.5);
    border-radius: 10px;
    text-align: center;
    display: flex;

}
.erwm_dow img{
    width: 95px;
    height: 95px;
    padding-top: 6px;
}
.erwm_dow label{
    color: #333;
    font-size: 16px;
}
.erwm_dow p{
    color: #666;
    font-size: 13px;
    margin-top: 7px;
}
.erwm_dow .erwm_dow1{
    padding: 35px 0 10px;
    width: 125px;
    margin-left: 5px;
}
.erwm_dow1 div{
    width: 105px;
    height: 105px;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 8px 0px rgb(169 169 169 / 50%);
}
.erwm_dow2 div{
    width: 105px;
    height: 105px;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 8px 0px rgb(169 169 169 / 50%);
}
.erwm_dow .erwm_dow2{
    padding: 35px 0 10px;
    width: 125px;
}

 /*滚动条样式*/
.first_li::-webkit-scrollbar {
    border-radius: 20px;
    width: 10px;    
    /*height: 4px;*/
}
.first_li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.first_li::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}

.first_li{
  scrollbar-color: rgba(0,0,0,0.2) #f7f7f9; /* 滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}