body{
    background: url('../images/header_bg.png') top no-repeat #F2F6FA;
    /* background-size: cover; */
}

header {
    position: relative;
    /* padding-top: 28px !important; */
    height: 562px;

}
.header_con{
    padding-top: 39px;
    position: relative;
}
.logo {
    /* margin-bottom: 70px; */
    display: block;
	margin-top: 0 !important;
}

.logo img {
    width: 372px;
}

.head-img{
    margin:50px auto 0 auto;
    /* text-align: center; */
}

.head-img img{
    max-width: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    border-radius: 245px;
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    height: 55px;
    padding: 0px 20px;
	position: absolute;
	top:69px;
	right: 0;
}
.header-right li{
	padding: 0 5px;
}
.header-right *{
	color: #FFFFFF;
    font-size: 23px;
}
.nav {
    position: relative;
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, #FF7C11 0%, #E01116 100%);
    z-index: 2;
}

.container{
    margin:0 auto !important;
	width: auto !important;
    padding:0 0 44px 0 !important;
}

.head{
    display: block;
    width: 100%;
    height: 69px;
    background-repeat: no-repeat;
    background-position: center;
}
.row1{
    height: 182px;
    border-radius: 2px;
    /* background: url('../images/mcjs_bg.png') no-repeat; */
    background: #fff;
    box-shadow: 0px -5px 24px 0px rgba(25, 122, 231, 0.44);
}
.mcjs-title{
    width: 183px;
    height: 60px;
    /* background: linear-gradient(180deg, #19BAE7 0%, #197AE7 100%);
    box-shadow: 0px 4px 10px 0px rgba(32, 101, 238, 0.46); 
    border-radius: 0 0 200px 0;*/
    background: url('../images/mcjs_txt_bg.png') no-repeat; 
    
}
.mcjs-con{
    min-height: 112px;
    padding: 10px 30px 0 160px;
    background: url('../images/mcjs_ico.png') no-repeat 30px 3px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.row1 .line{
    margin-top: -10px;
    width: 100%;
    height: 40px;
    background: url('../images/jz_line.png') no-repeat center;
    background-size: 100%;
}

.jz_con{
    box-sizing: border-box;
    height: 419px;
    /* background: url('../images/jz_bg.png') no-repeat bottom center; */
}

.jz_con ul{
    padding: 20px 20px 0 20px;
    border: 8px #37B1EA solid;
    background: #fff;
}

.jz_con ul li{
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px 22px;
    width: calc((100% - 50px) / 3);
    height: 169px;
    border-radius: 5px;
    border: 1px solid rgba(55, 189, 234, 0.26);
    transition: all .3s ease;
}

.jz_con ul li:hover{
    background: #FFFFFF;
    border: 1px solid #fff;
    box-shadow: 0px 4px 22px 0px rgba(6, 21, 40, 0.17);
    transition: all .3s ease;
}

.jz_con ul li h3{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jz_con ul li p{
    margin: 20px 0 20px;
    font-size: 14px;
    max-height: 44px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jz_con ul li span{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.jz_con ul li span i{
    margin-right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/time.png') no-repeat center;
}

.row2{
    min-height: 270px;
    margin:22px 0 auto;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(25, 129, 231, 0.1);
    box-sizing: border-box;
    border: 0px solid rgba(32, 101, 238, 0.14);
    overflow: hidden;
}

.zcjjd-title{
    width: 206px;
    height: 60px;
    /* background: linear-gradient(180deg, #19BAE7 0%, #197AE7 100%);
    box-shadow: 0px 4px 10px 0px rgba(32, 101, 238, 0.46); 
    border-radius: 0 0 200px 0;*/
    background: url('../images/zcjjd_txt_bg.png') no-repeat; 
    
}
.zcjjd-con{
    padding: 24px 0 0 30px;
}
.zc-con{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify; /* 浏览器可能不支持 */
    display: flex;
    align-items: center;
    letter-spacing: normal;
}
.zc-con span{
    color: #333333;
}
.zc-con a{
    color: #C71817;
    font-weight: bold;
}
.jd-con{
    margin-top: 19px;
    display: flex;
    /* align-items: center; */
    letter-spacing: normal;
}
.jd-con span{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}
.jd-con ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1270px;
}
.jd-con ul li{
    width: 227px;
    height: 93px;
    box-sizing: border-box;
    border: 1px solid rgba(32, 101, 238, 0.14);
    margin-right: 27px;
    margin-bottom: 20px;
    transition: all .3s ease;
    align-items: center;
}
.jd-con ul li:hover{
    background: #FFFFFF;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 10px 0px rgba(32, 101, 238, 0.14);
    transition: all .3s ease;
}

.jd-con ul li a{
    padding: 19px 17px 0 17px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: normal;
    color: #333333;

}

.row3{
    margin-top:22px;
    height: 740px;
    display: flex;
    justify-content: space-between;
}

.row3 .step-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 230px;
    padding-top:48px;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(25, 129, 231, 0.1);
}
.row3 .step-nav li{
    width: 180px;
    height: 56px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.row3 .step-nav li:hover{
    border-radius: 0 2px 0px 0px;
    background: linear-gradient(270deg, #FFFFFF 0%, #E2F1FF 100%);
    box-shadow: 0px 4px 10px 0px rgba(25, 122, 231, 0.34);
    /* background: url('../images/li_on.png') no-repeat center; */
    border-left: 1px solid #197AE7;
    border-bottom: 1px solid #197AE7;
    font-weight: bold;
    color: #197AE7;
}
.row3 .step-nav li:hover::after{
    width:6px;
    height: 6px;
    border-top:1px solid;
    border-right:1px solid;
    border-color: #197AE7;
    content:'';
    position:absolute;
    right:0px;
    bottom:-4px;
    transform:rotate(45deg);
}
.row3 .step-nav li.on{
    border-radius: 0 2px 0px 0px;
    background: linear-gradient(270deg, #FFFFFF 0%, #E2F1FF 100%);
    box-shadow: 0px 4px 10px 0px rgba(25, 122, 231, 0.34);
    /* background: url('../images/li_on.png') no-repeat center; */
    border-left: 1px solid #197AE7;
    border-bottom: 1px solid #197AE7;
    font-weight: bold;
    color: #197AE7;
}
.row3 .step-nav li.on::after{
    width:6px;
    height: 6px;
    border-top:1px solid;
    border-right:1px solid;
    border-color: #197AE7;
    content:'';
    position:absolute;
    right:0px;
    bottom:-4px;
    transform:rotate(45deg);
}
.row3 .step-right{
    width: calc(100% - 252px);
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(25, 129, 231, 0.1);
}
.bllc-title{
    width: 192px;
    height: 60px;
    /* background: linear-gradient(180deg, #19BAE7 0%, #197AE7 100%);
    box-shadow: 0px 4px 10px 0px rgba(32, 101, 238, 0.46); 
    border-radius: 0 0 200px 0;*/
    background: url('../images/bllc_txt_bg.png') no-repeat; 
    
}
.step-content-list{
    padding-left: 42px;
    margin: 30px 10px 30px 0;
    height: calc(100% - 120px);
    overflow: auto;
    scroll-behavior: smooth;
}
.step-content-list>ul {
    height: 100%;
    position: relative;
}
.step-content-list::-webkit-scrollbar{
    width:2px;
    height:2px;
    background-color:#ddd;
    border-radius:10px;
}
.step-content-list::-webkit-scrollbar-track{
    background-color:#ddd;
    border-radius:10px;
}
.step-content-list::-webkit-scrollbar-thumb{
    width:2px;
    background-color:#1988E7;
    border-radius:10px;
}
.step-content-list>ul>li{
    position: relative;
    min-height: 120px;
    padding-left: 18px;
    border-left: 1px solid #1988E7;
}
.step-content-list>ul>li::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: -8px;
    top: 14px;
    background: url('../images/quan_ico.png') no-repeat;
}
.step-content-list ul li .step-title{
    /* width: 119px; */
    display: inline-flex;
    height: 44px;
    padding: 0 20px;
    text-align: center;
    line-height: 44px;
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-weight: bold;
    color: #1988E7;
    border-radius: 257px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(32, 101, 238, 0.12);
}
.step-content-list ul li .step-content{
    padding: 10px 0 25px 20px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 44px;
    color: #333;
}
.step-content-list ul li .step-content .sxcl-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.step-content-list ul li .step-content .sxcl-list li{
    width: 230px;
    height: 90px;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(32, 101, 238, 0.1412);
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom:13px;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #333333;
    position: relative;
}
.step-content-list ul li .step-content .sxcl-list li::before{
    position: absolute;
    left: -9px;
    top: -9px;
    content: "1";
    width: 31px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background: url('../images/xh_bg.png') no-repeat;
    text-align: center;
}
.step-content-list ul li .step-content .sxcl-list li:nth-child(2)::before{
    content: "2";
}
.step-content-list ul li .step-content .sxcl-list li:nth-child(3)::before{
    content: "3";
}
.step-content-list ul li .step-content .sxcl-list li:nth-child(4)::before{
    content: "4";
}

.step-content-list ul li .step-content .sxcl-list li a{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333333;
    padding: 24px 18px 0 18px;
}
.step-content-list ul li .step-content .sxcl-list li a span{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #197AE7;
}
.qtzl-title{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    text-align: justify; /* 浏览器可能不支持 */
    display: flex;
    align-items: center;
    letter-spacing: normal;
    color: #C71817;
}
.qtzl-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.qtzl-list li{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding: 10px 20px;
    margin: 6px 0;
    background: linear-gradient(270deg, rgba(25, 122, 231, 0) 0%, rgba(25, 122, 231, 0.11) 100%);    
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #197AE7;
}
.blbz-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.blbz-list li{
    position: relative;
    padding: 0 0 0 90px;
    min-height: 109px;
    margin-top: 15px;
}
.blbz-list li::after{
    position: absolute;
    left:28px;
    bottom: 0;
    content: "";
    width: 14px;
    height: 26px;
    background: url('../images/xxjt_ico.png') no-repeat;
}
.blbz-list li:nth-child(1)::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 99px;
    height: 99px;
    background: url('../images/step1_ico.png') no-repeat -15px -10px;
}
.blbz-list li:nth-child(2)::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 99px;
    height: 99px;
    background: url('../images/step2_ico.png') no-repeat -15px -10px;
}
.blbz-list li:nth-child(3)::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 99px;
    height: 99px;
    background: url('../images/step3_ico.png') no-repeat -15px -10px;
}
.blbz-list li:last-child::after{
    background: none;
}
.step-panel{
    display: flex;
    padding-left: 18px;
    padding-right: 20px;
    flex-direction: column;
    position: relative;
    
}
.step-panel::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 21px;
    background: #1983E7;
    left: 0;
    top: 45%;
    
}
.step-bt{
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #333;
    line-height: normal;
}
.step-description{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-top: 5px;
}
.row3 .ln_box ul li::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 95px;
    display: block;
    width: 45px;
    height: 56px;
    background: url('../images/ln_icon.png') no-repeat center;
    z-index: 1;
    transition: all .3s ease;
}

.row4{
    margin-top:22px;
    min-height: 350px;
    display: flex;
    border-radius: 2px;
    box-shadow: 0px 0px 18px 0px rgba(25, 129, 231, 0.1);
    flex-direction: column;
}
.cjwt-title{
    width: 187px;
    height: 69px;
    background: url('../images/cjwt_txt_bg.png') no-repeat; 
}
.cjwt-title a{
    display: block;
    width: 100%;
    height: 100%;
}
.cjwt-con{
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.cjwt-con li{
    width: calc(100% / 3 - 80px);
    background:#fff ;
    padding: 22px 25px;
    min-height: 176px;
}
.cjwt-bt{
    background: url('../images/wen_ico.png') no-repeat 0 0;
    padding-left: 39px;
}
.cjwt-bt a{
    font-size: 18px;
    font-weight: bold;
    min-height: 32px;
    color: #197FE7;
}
.cjwt-description{
    padding-top: 6px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify; /* 浏览器可能不支持 */
    display: flex;
    align-items: center;
    color: #333333;
    background: url('../images/da_ico.png') no-repeat 0 10px;
    padding-left: 39px;
}
.row5{    
    margin-top:22px;
    min-height: 350px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zxfk-panel{
    width: 593px;
    height: 350px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 18px 0px rgba(25, 129, 231, 0.1);
}
.zxfk-title{
    width: 187px;
    height: 69px;
    background: url('../images/zxfk_txt_bg.png') no-repeat; 
}
.zxfk-description{
    padding: 18px 30px 0 30px;
    display: flex;
    justify-content: space-between;
}
.zxzx-panel{
    width: 166px;
    height: 266px;
    overflow: hidden;
}
/* .zxzx-panel:hover img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition: linear 0.5s;
	-moz-transition: linear 0.5s;
	-ms-transition: linear 0.5s;
	-o-transition: linear 0.5s;
	transition: linear 0.5s;
} */
.xgfw-panel{
    width: 735px;
    height: 350px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 18px 0px rgba(25, 129, 231, 0.1);
}
.xgfw-title{
    width: 187px;
    height: 69px;
    background: url('../images/xgfw_txt_bg.png') no-repeat; 
}
.xgfw-description{
    padding: 18px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xgfw-description a{
    width: calc(100% / 2 - 10px);
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
    .row2 .tab_hd{
        width: 100%;
    }
    .row2 .tab_con::after{
        width: 1250px;
    }
    .row3 .ln_box {
        padding: 0 35px 0 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .row2 .tab_hd a{
        padding: 0 15px;
    }
    .row3 .ln_box {
        padding: 30px ;
        height: auto;
    }
    .row3 .ln_box ul {
        justify-content: flex-start;
    }
    .row3 .ln_box ul li{
        margin: 20px 0;
        width: calc(100% / 5);
    }
}

@media only screen and (max-width: 996px) {
    header{
        height: 550px;
    }
    .jz_con{
        height: auto;
    }
    .jz_con ul li {
        width: calc((100% - 20px) / 2);
    }
    .row2 .tab_con::after{
        display: none;
    }
    .row2 .tab_hd{
        padding-bottom: 0;
        height: auto;
    }
    .row2 .tab_hd::before,.row2 .tab_hd::after{
        display: none;
    }
    .row2 .tab_hd a {
        box-sizing: border-box;
        padding-bottom: 20px;
        width: calc(100% / 5);
    }
    .row2 .tab_con{
        height: auto;
    }
    .gk_box {
        padding: 20px 20px 100px 20px;
    }
    .gk_box .pic1{
        width: 100%;
        height: auto;
    }
    .gk_box .text {
        width: 100%;
    }
    .row3 .ln_box{
        padding: 10px 30px;
    }
    .row3 .ln_box ul li {
        width: calc(100% / 4);
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 616px) {
    header {
        padding-top: 20px;
        height: 350px;
    }
    .jz_con ul {
        padding: 15px 15px 0 15px;
    }
    .jz_con ul li {
        width: 100%;
    }
    .logo{
        margin-bottom: 40px;
    }
    .logo img {
        width: 250px;
        height: auto !important;
    }
    .header-right{
        height: 40px;
    }
    .header-right * {
        font-size: 16px;
    }
    .row1{
        height: auto;
    }
    .jd-con{
        display: block;
    }
    .jd-con ul {
        width: 100%;
    }
    .jd-con ul li {
    width: 100%;
    }
    .row3 .ln_box ul li {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
    }
    .row3 .ln_box ul li:nth-child(3n){
        margin-right: 0;
    }
    .row3 .ln_box ul li:first-child::before{
        display: none;
    }
    .row3 .step-nav {
        width: 100px;
    }
    .row3 .step-right {
        width: calc(100% - 110px);
    }
    .row3 .step-nav li {
        width: 100%;
    }
    .step-content-list {
        padding-left: 20px;
    }
    .step-content-list ul li .step-content {
        padding-left: 0;
    }
    .cjwt-con li {
        width: 100% !important;
        height: auto !important;
        min-height: auto;
    }
    .zxfk-description {
        padding-left: 0;
        padding-right: 0;
    }
    .zxfk-description img{
        width: 100%;
        height: 227px;
    }
    .zxfk-panel {
        width: 100%;
    }
    .zxzx-panel {
        margin-right: 15px;
    }
    .xgfw-panel {
        width: 100%;
        height: auto;
    }
    .xgfw-description {
        padding-left: 0;
        padding-right: 0;
    }
    .xgfw-description a img {
        width: 100%;
    }
}

@media only screen and (max-width: 515px) {
    .head{
        background-size: 170%;
    }
    .logo img {
        width: 250px;
        height: auto !important;
    }
    .header-right{
        height: 40px;
    }
    .header-right * {
        font-size: 16px;
    }
    .row2 {
        margin: 30px 0 ;
    }
    .row2 .head {
        margin-bottom: 20px;
    }
    .jd-con{
        display: block;
    }
    .jd-con ul {
        width: 100%;
    }
    .jd-con ul li {
        width: 100%;
    }
    .row3 .step-nav {
        width: 100px;
    }
    .row3 .step-right {
        width: calc(100% - 110px);
    }
    .row3 .step-nav li {
        width: 100%;
    }
    .step-content-list {
        padding-left: 20px;
    }
    .step-content-list ul li .step-content {
        padding-left: 0;
    }
    .cjwt-con li {
        width: 100% !important;
        height: auto !important;
        min-height: auto;
    }
    .zxfk-description {
        padding-left: 0;
        padding-right: 0;
    }
    .zxfk-description img{
        width: 100%;
        height: 227px;
    }
    .zxfk-panel {
        width: 100%;
    }
    .zxzx-panel {
        margin-right: 15px;
    }
    .xgfw-panel {
        width: 100%;
        height: auto;
    }
    .xgfw-description {
        padding-left: 0;
        padding-right: 0;
    }
    .xgfw-description a img {
        width: 100%;
    }
    
}