@import url("./public.css");
@import url("./footer.css");

body {
    background: url("../images/rdfw_bg.png") no-repeat center;
    background-size: 100% 100%;
}

.header {
    padding: 75px 0 200px;
    background: url("../images/rdfw_top.png") no-repeat top center;
    background-size: 100% 100%;
}

.header .logo {
    display: block;
    margin-bottom: 85px;
    width: 499px;
    height: 77px;
}

.header .logo img {
    width: 100%;
}

.header .head {
    margin: 0 auto;
    display: block;
}

.container {
    padding-top: 150px;
    margin-top: -50px;
    background: url("../images/bmdt_bg.png") no-repeat top center;
    background-size: 100%;
}

.rdfw_head {
    margin-bottom: 78px;
    text-align: center;
}

.bmdt {}

.map {
    position: relative;
    box-sizing: border-box;
    padding: 16px;
    height: 608px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(44, 107, 217, 0.2);
}

#container {
    width: 100%;
    height: 100%;
}

.tool-card {
    width: 339px;
    /* height: 638px; */
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    left: 25px;
    overflow: hidden;
}

.tool-card::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

.tool-card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(360deg, #3991f5 0%, #3067e3 100%);
    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -o-shadow: inset 6px rgba(0, 0, 0, 0.5);
}

.tool_search {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 11px;
    width: 100%;
    height: 79px;
    border-radius: 4px;
    padding: 14px 13px 23px;
    background: #fff;
    z-index: 99;
}

.tool_search::before,
.tool_search::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -35px;
    width: 65px;
    height: 75px;
    background: url("../images/bmdt_icon.png") no-repeat center;
    z-index: 99;
}

.tool_search::before {
    left: 17px;
}

.tool_search::after {
    right: 17px;
}

.tool_search_con {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px 0 10px;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    background: rgba(44, 107, 217, 0.1);
}

.tool_search i {
    font-size: 20px;
    font-weight: bold;
    color: #2c6bd9;
    display: inline-block;
}

.tool_search input {
    border: none;
    outline: none;
    font-size: 16px;
    color: #666666;
    width: calc(100% - 80px);
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    background: none;
}

.tool_search input:focus {
    border: none;
    outline: none;
}

.tool_search button {
    border: none;
    outline: none;
    font-size: 16px;
    color: #666;
    background-color: transparent;
    cursor: pointer;
}

.tool_panel {
    padding-top: 20px;
    position: relative;
    height: 425px;
    border-radius: 4px;
    background: #ffffff;
}

.tool_menu {
    padding: 0 10px;
    height: 100%;
    overflow-y: auto;
}

.tool_menu::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

.tool_menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(360deg, #3991f5 0%, #3067e3 100%);
    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -o-shadow: inset 6px rgba(0, 0, 0, 0.5);
}

.down{
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    padding: 10px 0;
}

.jg_card {
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px dashed rgba(44, 107, 217, 0.37);
}

.lm_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 58px;
    cursor: pointer;
}

.card_fl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lm_title h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.lm_title .icon-zt_ckgd {
    margin-right: 10px;
    font-size: 16px;
    color: #666;
}

.lm_title .lm_iconfont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 15px;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    border-radius: 3px;
    background: rgba(44, 107, 217, 0.11);
}

.lm_iconfont i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 24px;
    border-radius: 3px;
    color: #fff;
    background: #2c6bd9;
    transform: rotate(-45deg);
}

.lm_iconfont i {
    color: #ffffff;
}

.lm_title:hover,
.lm_title.on {
    color: #fff;
    border-radius: 6px;
    background: #2c6bd9;
    transition: all 0.3s ease;
}

.lm_title.on .lm_iconfont,
.lm_title.on .lm_iconfont i,
.lm_title:hover .lm_iconfont,
.lm_title:hover .lm_iconfont i {
    background: #fff;
    transition: all 0.3s ease;
}

.lm_title:hover .lm_iconfont i,
.lm_title.on .lm_iconfont i {
    color: #2c6bd9;
    transition: all 0.3s ease;
}

.lm_title:hover .icon-zt_ckgd,
.lm_title.on .icon-zt_ckgd {
    color: #fff;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.jg_list {
    display: none;
    background: #fafafa;
}

.jg_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    font-size: 18px;
    cursor: pointer;
}

.jg_list li:hover {
    font-weight: bold;
    color: #2c6bd9;
    transition: all 0.3s ease;
}

.amap-logo {
    bottom: 0;
}

.amap-copyright {
    padding-bottom: 0;
}

.amap-icon img {
    width: 25px;
    height: 34px;
}

.custom-input-card {
    width: 22rem;
}

.custom-input-card .btn {
    margin-right: 1rem;
}

.custom-input-card .btn:last-child {
    margin-right: 0;
}

.info-title {
    color: white;
    font-size: 15px;
    line-height: 24px;
    background-color: #2c6bd9;
    padding: 5px 0 5px 5px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.info-title:hover {
    color: #000;
}

.info-content {
    font-size: 12px;
    padding: 4px;
    color: #666666;
    line-height: 24px;
}

.info-content img {
    float: left;
    margin: 3px;
}

.amap-info-combo .keyword-input {
    height: 25px;
    border-radius: 2px 0 0 2px;
}

.content-window-card {
    position: relative;
    width: 24rem;
    padding: 0.75rem 0 0 1.25rem;
    box-shadow: none;
    bottom: 0;
    left: 0;
    padding: 0;
}

.content-window-card p {
    height: 2rem;
}

.content-window-card .input-item {
    height: auto;
}

.content-window-card h4 {
    font-size: 16px;
    font-weight: bold;
}

#panel {
    position: absolute;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}

.panel_card {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
}

.panel_bl {
    box-sizing: border-box;
    padding-top: 10px;
    left: 0;
    border-radius: 4px;
}

.panel_t {
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 19px;
}

.panel_t h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1764ce;
}

.panel_t button {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 30px;
    border-radius: 6px;
    background: #2c6bd9;
    font-size: 16px;
    color: #fff;
}

.panel_t button i {
    margin-right: 6px;
    font-size: 16px;
}

.panel_li {
    padding: 0 10px 20px;
    margin-top: 13px;
    height: 520px;
    cursor: pointer;
    overflow-y: scroll;
}

.panel_li::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

.panel_li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(360deg, #1764ce 0%, #1764ce 100%);
    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -o-shadow: inset 6px rgba(0, 0, 0, 0.5);
}

/* .panel_li::-webkit-scrollbar-track {
    background: #C8C8C8;
  } */

.panel_li h4 {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    font-size: 18px;
    color: #333333;
}

.panel_li .panel_item {
    padding-left: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0em;
    color: #666666;
}

.panel_li i {
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    color: #2c6bd9;
}

.panel_li span {
    font-weight: bold;
}

.panel_li li {
    box-sizing: border-box;
    margin-bottom: 13px;
    padding: 10px 20px;
    min-height: 111px;
    border-radius: 6px;
    background: #fafafa;
}

.ckxq {
    display: block;
    margin-top: 8px;
    padding-left: 40px;
    font-size: 14px;
    color: #666;
}

.ckxq i {
    margin-left: 5px;
    transform: rotate(-90deg);
    font-size: 14px;
}

.row2 {
    padding: 125px 0 137px;
    background: url('../images/lnryd_bottom.png') no-repeat center 90%;
}

.lnryd {
    box-sizing: border-box;
    padding: 25px 20px;
    height: 535px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #2C6BD9;
}

.lnryd .gpsx {
    width: 446px;
    background: url('../images/lnryd_img.png') no-repeat bottom center;
}

.lnryd .gpsx_head {
    position: relative;
    margin-top: 17px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.lnryd .gpsx_head::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 2px;
    border-radius: 251px;
    background: #FFFFFF;
}

.lnryd .gpsx_head::before {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 24px;
    border-radius: 12px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%);
}

.lnryd .gpsx ul {
    padding: 11px 0;
    background: url('../images/lnryd_gpsx_ul.png') no-repeat center;
}

.lnryd .gpsx ul li {
    box-sizing: border-box;
    padding: 0 10px;
    margin: 16px 0;
    width: 188px;
    height: 80px;
    border-radius: 4px;
    background: #FFFFFF;
}

.lnryd .gpsx ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.lnryd .gpsx ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #2C6BD9;
    border-radius: 50%;
}

.lnryd .zcwj {
    width: calc(100% - 476px);
    height: 486px;
    background: #FFFFFF;
}

.lnryd .zcwj {
    box-sizing: border-box;
    padding: 0 40px;
}

.lnryd .zcwj .tab_hd {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.lnryd .zcwj .tab_hd a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    background: url('../images/lnryd_li_on.png') no-repeat center;
    background-size: 100%;
    opacity: .4;
    transition: all .3s ease;
}

.lnryd .zcwj .tab_hd a.on{
    opacity: 1;
}

.lnryd .zcwj .tab_bd ul li{
    line-height: 54px;
}

.lnryd .zcwj .tab_bd ul li:hover a{
    font-weight: bold;
    transition: all .3s ease;
}

.lnryd .zcwj .tab_bd ul li:hover span{
    color: #2C6BD9;
    transition: all .3s ease;
}

.row3{
    padding: 105px 0 164px;
    background: url('../images/cjrfw_bg.png') no-repeat center;
}

.row3 .gpsx{
    padding: 0 20px;
    height: 219px;
    border-radius: 4px;
    background: #2C6BD9;
}

.row3 .title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 228px;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #F67626;
    text-align: center;
    box-sizing: border-box;
    background: url('../images/cjrfw_h3.png') no-repeat center;
    background-size: 100%;
}

.row3 .gpsx ul{
    margin-top: 45px;
}

.row3 .gpsx ul li{
    width: calc((100% - 120px) / 4);
    height: 77px;
    background: url('../images/cjrfw_gpsx_li.png') no-repeat center;
    background-size: 100% 100%;
}

.row3 .gpsx ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #2C6BD9;
}

.row3 .gpsx ul li a i{
    margin-right: 12px;
    display: block;
    width: 56px;
    height: 56px;
}

.cjrfw_con{
    margin-top: 36px;
}

.blzn{
    box-sizing: border-box;
    position: relative;
    padding: 0 20px;
    width: calc((100% - 40px) / 2);
    height: 332px;
    border-radius: 4px;
    background: #2C6BD9;
}

.blzn .main_lis{
    margin-top: 30px;
}

.blzn .main_lis li{
    line-height: 52px;
}

.blzn .main_lis li a,.blzn .main_lis li span{
    color: #fff;
}

.blzn .main_lis li a::after{
    background: #fff;
}

.blzn::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 288px;
    height: 12px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 1px solid #2C6BD9;
    border-radius: 12px 12px 0 0;
}

.jgml{
    box-sizing: border-box;
    position: relative;
    padding: 0 16px;
    width: calc((100% - 40px) / 2);
    height: 332px;
    border-radius: 4px;
    background: #2C6BD9;
}

.jgml::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 288px;
    height: 12px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 1px solid #2C6BD9;
    border-radius: 12px 12px 0 0;
}

.cljg{
    margin-top: 25px;
}

.cljg .swiper-slide{
    padding: 30px;
    height: 200px;
    border-radius: 4px;
    background: #FFFFFF;
}

.cljg h3{
    position: relative;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.cljg h3::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 91px;
    height: 2px;
    border-radius: 293px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #2C6BD9 56%, rgba(255, 255, 255, 0) 100%);
}

.cljg p {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}

.cljg p i{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    font-size: 12px;
    color: #fff;
    background: #2C6BD9;
    border-radius: 50%;
}

.jgml .swiper-pagination{
    margin-top: 14px;
    position: relative;
    width: 100%;
    text-align: center;
}

.jgml .swiper-pagination-bullet{
    margin: 0 2px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.jgml .swiper-pagination-bullet-active{
    background: #fff;
}

.row4{
    padding: 95px 0 164px;
    background: url('../images/cjrfw_bg.png') no-repeat center;
}

.jdc {
    box-sizing: border-box;
    padding: 25px 30px 0;
    background: url('../images/jdc_line.png') no-repeat top center;
}

.jdc .gpsx{
    box-sizing: border-box;
    position: relative;
    padding: 50px 40px 20px;
    width: calc((100% - 70px) / 2);
    height: 446px;
    background:url('../images/jdc_box1.png') no-repeat top center;
    background-size: 100% 100%;
}

.jdc .gpsx::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background:linear-gradient(180deg, #2B5CD9 0%, rgba(255, 255, 255, 0) 100%) 
}

.jdc .gpsx_head{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 38px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #2C6BD9;
    text-align: center;
    background: url('../images/jdc_gpsx_head.png') no-repeat bottom center;
}

.jdc .gpsx ul{
    padding: 13px 0;
    background: url('../images/jdc_gpsx_ul.png') no-repeat  center;
}

.jdc .gpsx ul li{
    margin: 20px 0;
    width: calc((100% - 85px) / 2);
    height: 98px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(44, 107, 217, 0.2);
}

.jdc .gpsx ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
}

.jdc .gpsx ul li a i{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    width: 61px;
    height: 61px;
    background: #2C6BD9;
    border-radius: 50%;
}

.jszbl{
    box-sizing: border-box;
    position: relative;
    padding: 50px 40px 20px;
    width: calc((100% - 70px) / 2);
    height: 446px;
    background:url('../images/jdc_box1.png') no-repeat top center;
    background-size: 100% 100%;
}

.jszbl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background:linear-gradient(180deg, #2B5CD9 0%, rgba(255, 255, 255, 0) 100%) 
}

.jszbl .hd{
    margin-bottom: 47px;
    position: relative;
}

/* .jszbl .hd::before{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 13px;
    background: linear-gradient(180deg, rgba(44, 107, 217, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
} */

.jszbl .hd a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc((100% - 20px) / 2);
    height: 77px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 5px;
    background: #2C6BD9;
}

.jszbl .hd a::after{
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: 50px;
    width: 17px;
    height: 42px;
    background:url('../images/jszbl_icon.png') no-repeat center;
    z-index: 99;
}

.jszbl .hd a::before{
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 50px;
    width: 17px;
    height: 42px;
    background:url('../images/jszbl_icon.png') no-repeat center;
    z-index: 99;
}

.jszbl .hd a i{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

.cjwtjd h3{
    margin-bottom: 10px;
    padding-bottom: 38px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #2C6BD9;
    text-align: center;
    background: url('../images/jdc_gpsx_head.png') no-repeat bottom center;
}

.cjwtjd ul li{
    line-height: 44px;
}

@media only screen and (max-width: 1400px) {
    .cljg .swiper-slide {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .head{
        width: 100%;
    }
    .row3 .gpsx {
        padding: 0 20px 20px;
        height: auto;
    }
    .row3 .gpsx ul li {
        margin: 10px 0;
        width: calc((100% - 60px) / 2);
    }
    .jszbl,.jdc .gpsx {
        padding: 50px 20px 20px;
        width: calc((100% - 20px) / 2);
    }
    .jdc .gpsx ul li {
        width: calc((100% - 25px) / 2);
    }
}

@media only screen and (max-width: 996px) {
    .header {
        padding: 30px 0 100px;
    }
    .header .logo {
        margin-bottom: 45px;
    }
    .container {
        padding-top: 80px;
    }
    .rdfw_head {
        margin-bottom: 20px;
        text-align: center;
    }
    .rdfw_head img{
        width: 100%;
    }
    .row2,.row3,.row4 {
        padding: 35px 0 ;
    }
    .lnryd{
        height: auto;
    }
    .lnryd .gpsx{
        width: 100%;
    }
    .lnryd .gpsx ul {
        padding: 0;
        background: none;
    }
    .lnryd .gpsx ul li{
        margin: 20px 0 0;
        width: calc((100% - 25px) / 2);
    }
    .lnryd .zcwj {
        margin-top: 20px;
        width: 100%;
    }
    .cjrfw_con {
        margin-top: 20px;
    }
    .blzn {
        width: 100%;
        height: 332px;
    }
    .jgml {
        margin-top: 20px;
        width: 100%;
        height: 332px;
    }
    .jdc{
        padding: 15px 20px 0;
        background-size: 100%;
    }
    .jszbl,.jdc .gpsx {
        padding: 35px 40px 20px;
        width: 100%;
    }
    .jdc .gpsx {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .header .head {
        width: 80%;
    }
}