﻿*{ margin: 0; padding: 0;}
body {
    font-family: Microsoft YaHei;
    margin: 0px !important;
    padding: 0px !important;
    height: 100%;
    width: 100%;
    background: #fff;
}

p{ margin: 0; padding: 0;}

input {
    outline: none;
}

li{ list-style: none;}

.flex {
    display: flex;
    flex-direction: row;
}

.flex_bet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

a {
    text-decoration: none;
}

img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.flex_aro {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.txt-left{ text-align: left;}
.txt-center{ text-align: center;}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logtopdiv {
    background: #fff;
    height: 140px;
    width: 100%;
}

.log {
    width: 703px;
    height: 96px;
    margin-top: 20px;
}

.logtopdiv_right {
    width: 286px;
    margin-top: 23px;
}

.logtopdiv_text {
    font-family: FZCSJW;
    color: #010101;
    font-size: 20px;
    font-weight: bold;
}

.txt-lm{ color: #3b52d6;}

.logtopdiv_input {
    width: 100%;
    height: 30px;
    border: 2px solid #E5E5E5;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 15px;
}

.logtopdiv_input input {
    width: 240px;
    height: 26px;
    font-size: 12px;
    color: #999;
    box-sizing: border-box;
    border: 0;
    margin-left: 10px;
}

.logtopdiv_input img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.topdiv {
    width: 100%;
    height: 1082px;
    position: relative;
}

.topdiv_text {
    position: relative;
    width: 1200px;
    height: 206px;
    padding: 40px;
    margin-top: -370px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #fff;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #010101;
    line-height: 41px;
    text-indent: 2em;
    box-sizing: border-box;
    border-radius: 20px;
}

.webtext {
    width: 565px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
    z-index: 3;
    position: relative;
}

.webzhanlan {
    margin-top: 54px;
    width: 100%;
    height: 669px;
    position: relative;
}

.webzhanlan_cont {
    position: absolute;
    left: 20px;
    top: 50px;
    bottom: 40px;
    right: 20px;
    overflow: hidden;
}

.bm_content {
    height: 484px;
    width: 100%;
}

.webzhanlan_cont .table_title {
    width: 100%;
    height: 80px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #264895;
    line-height: 80px;
    background: #e1ecff;
    
}

.bm_content .table {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444;
    line-height: 68px;
    width: 100%;
    cursor: pointer;
    border-collapse: collapse;
}

.bm_content .table td{ box-sizing: border-box; padding: 0 20px; border:1px solid #e0e0e0;}


.bm_content .table .ellipsis a{
    color: #617ab3;
}

.webtext_top {
    margin-top: 96px;
}

.weblyfl {
    width: 1200px;
    height: 609px;
    margin-top: -610px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.weblyfl_abso {
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
}

.weblyfl_abso .list {
    width: 240px;
    height: 190px;
    color: #D5FFCB;
    font-size: 18px;
    float: left;
    margin-right: 60px;
    text-align: center;
    margin-top: 44px;
}

.weblyfl_abso a {
    color: #D5FFC8;
}

.weblyfl_abso .list:nth-child(4n) {
    margin-right: 0px;
}

.weblyfl_abso .list img {
    width: 92px;
    height: 92px;
    margin-bottom: 15px;
}

.webjdtp {
    width: 100%;
    height: 1099px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.webjdtp_abso {
    top: 54px;
    left: 22px;
    bottom: 55px;
    right: 22px;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
}

.daimg {
    width: 1159px;
    height: 799px;
    overflow: hidden;
    margin-right: 10px;
}

.xiaoimg {
    width: 280px;
    height: 168px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 19px;
}

.bom {
    padding: 20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 41px;
    text-align: center;
    margin-top: 40px;
    background-color: #4c83ff;
}

.bom a{color: #fff;}

body {
    overflow: auto !important;
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    overflow: -moz-scrollbars-none;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track-piece {
    background: rgba(11, 10, 20, 0.54);
    -webkit-border-radius: 6px;
}

/*竖向滚动条*/

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background: rgba(162, 215, 255, 0.12);
    -webkit-border-radius: 6px;
}

.bm_content {
    overflow: auto !important;
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    overflow: -moz-scrollbars-none;
}

.bm_content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track-piece {
    background: #e1ecff;
    -webkit-border-radius: 6px;
}

/*竖向滚动条*/

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background: rgba(11, 10, 20, 0.54);
    -webkit-border-radius: 15px;
}

/* 搜素按钮 */

.search-btn {
    width: 26px;
    height: 26px;
    background: url(../image/select.png) no-repeat center;
    background-size: 80%;
    outline: none;
    border: none;
}

/* 分页 */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 25px 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.8;
    text-decoration: none;
    color: #444;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin: 0 5px;
}

.pagination>li:first-child>a {
    margin-left: 0;
}

.pagination>li:last-child>a {}

.pagination>li>a:hover {
    z-index: 3;
    color: #fff;
    background-color: #0053b6;
    border-color: #0053b6;
}

.pagination>li>.active {
    z-index: 2;
    color: #ffffff;
    background-color: #0053b6;
    border-color: #0053b6;
    cursor: default;
}

.navigation {
    /* width: 60%;
    padding: 0 20%; */
    height: 60px;
    background-color: #0053b6;
}

.navigation ul {
    width: 1200px;
    margin: 0 auto;
}


.navigation li {
    line-height: 60px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /* transition: all 0.5s; */
}

.navigation li:hover{
    border-bottom: 2px solid #fff;
}

.navigation a {
    color: #ffffff;
}

.weblist {
    font-size: 16px;
    color: #cacaca;
}

.listtitle {
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    color: #333;
}

.listtitle a {
    color: #333;
}

.weblist_left {
    width: 220px;
    box-shadow: 0 0 9px #dbdbdb;
    height: 524px;
}

.weblist_left div {
    line-height: 55px;
    border-bottom: 1px solid #ececec;
    font-size: 17px;
    text-indent: 3em;
}

.weblist_left a {
    color: #333;
}

.weblist_left a div:hover {
    color: #0053b6;
    cursor: pointer;
}

.true,.true a {
    color: #0053b6;
    font-weight: bold;
}

.weblist_left .flex {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    height: 75px;
    background: #0053b6;
    line-height: 75px;
    text-align: center;
}

.weblist_left .flex img {
    width: 22px;
    height: 23px;
    margin-top: 28px;
    margin-left: 46px;
    margin-right: 10px;
}

.weblist_rig_title {
    height: 67px;
    border-bottom: 8px solid #0053b6;
    line-height: 67px;
    text-indent: 18px;
    color: #0053b6;
    font-weight: bold;
    font-size: 20px;
    width: 1300px;
}

.weblist_riglist {
    padding-top: 33px;
    margin-left: 35px;
    border-left: 1px dashed #bfbfbf;
}

.riglist {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: url(../image/dot.png) no-repeat;
}

.riglist a {
    color: #000;
    margin-left: -6px;
    width: 1250px;
    text-indent: 15px;
}

.riglist a:hover {
    background: #0053b6;
    color: #fff;
}

.riglist span {
    margin-right: 28px;
    padding-left: 28px;
}

.riglist img {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: 17px;
    z-index: 2;
}

.webcont {
    text-align: center;
    padding-bottom: 20px;
}

.webcont .title {
    font-size: 28px;
    color: #000000;
    text-align: center;
    line-height: 1.5em;
    font-weight: normal;
}

.webcont .title_cont {
    height: 30px;
    background: #f0f0f0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #3f3f3f;
}

.webcont .title_cont span {
    margin-left: 15px;
}

.webconttext {
    font-size: 17px;
}

.webconttext img {
    width: 50%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.webconttext div {
    margin-top: 20px;
}
.webconttext p {
    /* text-indent: 2em; */
    line-height: 40px;
}