/* 初始化样式 */
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Microsoft Yahei', Arial;
}

html {
    font-size: 16px;
}
strong{
    font-size:inherit;
    font-weight:bold;
    color: #000;
    font-family: 'Microsoft Yahei', arial;
}
li,
main p{
    color: #000;
}
html,
body {
    min-width: 320px;
    background: #fff;
    -overflow-x: hidden;
}

html,
body {
    width: 100%;
    position: relative;
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
i,
b,
span,
img,
dd,
dl,
dt,
li,
ol,
ul,
form,
label,
table,
tbody,
tr,
th,
td,
input,
textarea,
font {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

textarea {
    -resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button,
a,
input,
textarea {
    outline: none;
    overflow: visible;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0em;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
    clear: both;
}

/* 主体 */
body {
    background: url(maxbg.jpg) no-repeat center center;
    background-size: 100% 160%;
    background-position-y: 100px;
    height: auto;
}

.top-title {
    width: 1270px;
    margin: 0 auto;
    padding-top: 200px;
}

.top-title img {
    width: 100%;
}

/* 正文 */
.main-wbj {
    width: 1400px;
    margin: calc(100% - 65%) auto 45px;
    background: url(main-bg.png) no-repeat;
    background-size: 100%;
}

.main-nav ul,
.main_zcjd ul,
.main_bssx ul {
    display: flex;
    justify-content: space-around;
}
.main-nav ul{
    align-items: flex-end;
}
.main-nav ul li{
    width: 100%;
    height: 65px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #F0F2F6;
    border-radius: 15px 15px 0 0;
}
.main-nav ul li img{
    display: none;
}
.main-nav ul{
    height: 155px;
}
.main-nav ul li.on img{
    display: block;
    width: 80px;
    margin: 0 auto;
    margin-top: 10px;
}
.main-nav ul li.on{
    width: 100%;
    height: 140px;
    text-align: center;
    background-color: #1F497D;
    border-right: 1px solid #F0F2F6;
    border-radius: 15px 15px 0 0;
}

.main-nav ul li.on a{
    font-size: 20px;
    font-weight: bolder;
    line-height: 40px;
    color: white;
}

.main_zcjd ul li.on, 
.main_bssx ul li.on{
    background-color: #1F497D;
}

.main_zcjd ul li.on,
.main_bssx ul li.on {
    color: white;
}

/* .main-nav ul li a::after {
    content: "";
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 10px solid white;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    left: -105px;
    top: -1px;
    position: relative;

} */

.main-nav ul li a {
    font-size: 25px;
    line-height: 60px;
    display: block;
    color: black;
}

.main-com {
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 45px; */
}

.main_advantages {
    margin-top: 30px;
    width: 100%;
    background: #fff;
}

.main_title {

    text-align: center;
    background: url(man-title.png) center center no-repeat;
    background-size: 100%;
}

.main_title img {
    width: 140px;
}

.main_top {
    padding: 40px 65px 45px 65px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1F497D;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}

/* 工作动态 */
.gzdt_content,
.zcwj_content,
.main_zcjd_text {
    display: flex;

}

.main_content p {
    text-indent: 2em;
    font-size: 18px;
    background-color: #F0F5FA;
    line-height: 60px;
    color: #1F497D;
}

.main_content h3 {
    background-color: #4F81BD;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

/* 政策文件 */
.zcwj_content_left {
    border-right: 4px solid #4F81BD;
}

.zcwj_content_left p {
    font-size: 20px;
    width: 200px;
    text-align: center;
    color: #1F497D;
    line-height: 60px;
}

.zcwj_content_right p,
.zcwj_content_right a {
    padding-left: 15px;
}

.zcwj_content_right p {
    font-size: 20px;
    line-height: 60px;
}

.zcwj_content_right p:first-child,
.zcwj_content_right p:nth-child(4) {
    border-bottom: 4px solid #4F81BD;
}

.zcwj_content_right a {
    font-size: 20px;
    width: 836px;
    color: black;
    display: inline-block;
    word-wrap: break-word;
}

/* 政策解读 */
.main_content2 {
    background: url(man-title2.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main_content2 p {
    color: #fff;
    line-height: 59px;
    font-size: 25px;
height: 59px;
}

.main_zcjd,
.main_bssx{
    margin-bottom: 35px;
    line-height: 55px;
}
.main_zcjd ul li,
.main_bssx ul li{
    background:  #F0F2F6;
    width: 100%;
    height: 55px;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #F0F2F6;
}
.main_zcjd ul li.on{
    position: relative;
}
.main_zcjd ul li.on::after{
content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #1F497D;
    top: 55px;
    right: 158px;
}
.main_zcjd_text{
    width: 950px;
    margin: 0 auto;
    border-bottom: 4px solid #4F81BD;
}
.main_zcjd_text p{
    line-height: 60px;;
    font-size: 20px;
    background-color: #F0F5FA;
}
.main_text_right{
        width:10%;
    text-align: center;
}
.main_text_right2{
        width: 25%;
    text-align: center;
    color: #1F497D;;
}
.wd75{
    width: 75%;
}
.main_zcjd_text.main_zcjd_sel.hidden{
    display: flex;
}
.main_zcjd ul li:hover,
.main_bssx ul li:hover,
.main_bssx_left ul li:hover{
    cursor: pointer;
}
/* 办事事项 */
.main_bssx_sel:first-child,
.main_bssx_right_bldx,
.main_zxqd,
.wenti,
.huida{
    display: flex;
    /* justify-content: space-around; */
}
.main_bssx_left{
    width: 20%;
}
.main_bssx_left ul li{
    height: 75px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    padding-top: 15px;
}
.main_bssx_left ul li.on{
    background-color: #4F80BD;
    color: #fff;
}
.main_bssx_right{
    width: 80%;
    background-color: #4F80BD;

}
.main_bssx_right_nr img{
    width: 80%;
    margin: 20px auto;
    display: block;
}
.main_bssx_right_nr p,
.main_bssx_right_nr a{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding: 10px 20px;
}
.main_bssx_right_bldx {
    border-bottom:4px solid #1F497D;
}
.main_bssx_right_bldx span,
.main_bssx_right_bldx p{
    font-size: 25px;
    color: #1F497D;
    height: 90px;
    line-height: 90px;

}
.main_bssx_right_bldx span{
    text-align: center;
}
.main_bssx_right_bldx span:first-child{
    font-size: 60px;
    width: 6%;
    line-height: 80px;
    margin-left: 45px;
}
.main_bssx_right_bldx span:nth-child(2){
    margin-right: 20px;
    width: 10%;
}
/* 咨询渠道 */
.main_zxqd_zxzx_title{
    background: url(zxfw.jpg) no-repeat center center;
    background-size: 100%;
    text-align: center;
    width: 429px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.main_zxqd_zxzx_title p {
    color: #fff;
    line-height: 59px;
    font-size: 25px;
    height: 59px;
}
.main_zxqd_zxzx_nr h3{
    background: url(zxfw_title.jpg) no-repeat center center;
    background-size: 100%;
    text-align: center;
    width: 429px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.main_zxqd_zxzx_nr_bg{
    background: url(zxzx_list.jpg) no-repeat;
    background-size: 28px 310px;
    min-height: 310px;
    margin-top: -5px;
    padding-top: 20px;
}

.main_zxqd_zxzx_nr_bg span,
.main_zxqd_zxzx_nr_bg p{
    font-size: 18px;
    height: 140px;
    padding-top: 20px;
    line-height: 30px;
}
.main_zxqd_zxzx_nr_bg a{
    font-size: 18px;
}
.main_zxqd_zxzx_nr_bg p{
    width: 350px;
    border-top: 3px solid #1F497D;
}
.main_zxqd_zxzx_nr_bg span{
    text-align: center;
    color: #1F497D;
}
.main_zxqd_zxzx_nr_bg span:first-child{
    font-size: 35px;
    width: 20px;
    line-height: 31px;
    margin-left:10px;
}
.main_zxqd_zxzx_nr_bg span:nth-child(2){
    width: 120px;
    font-weight: bolder;
}
.main_zxqd_zxzx_content{
    display: flex;
}
.divider{
    border-left: 3px solid #4F80BD;
    height: 650px;
    margin: 0 30px;
}
.zxqd_logo{
    width: 179px;
    margin: 0px auto;
    display: block;
}
/* 常见问题 */
.huida span,
.huida p,
.wenti span,
.wenti p{
font-size: 23px;
}
.wenti p{
    background: linear-gradient(to right, #4271AB, #fff);

}
.wenti p,
.huida p{
    width: 100%;
    padding: 20px;
}
.wenti span,
.huida span{
    width: 6%;
    text-align: center;
    padding: 20px;
}
.wenti span{
    background-color: #4F80BD;
}
.wenti span,
.wenti p{
    color: #fff;
}
.huida p,
.huida span{
    background-color: #F2F2F2;
}
/* 通用样式 */

.ml60 {
    margin-left: 60px;
}

.mt30 {
    margin-top: 30px;
}

.pt15 {
    padding-top: 15px;
}

.mt50 {
    margin-top: 50px;
}

.pd25 {
    padding-bottom: 25px;
}

.pl15 {
    padding-left: 45px;
}
.hidden{
    display: none;
}