@charset "UTF-8";

/*初始化css*/
body {
    font-family: 微软雅黑;
    color: #333;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}

i {
    font-style: normal;
}

.bx-1200 {
    width: 1200px;
    margin: 0 auto;

}

body {
    background-color: #F7F7F8;
}

.blueyy {
    box-shadow: 1px 1px 10px rgba(25, 119, 198, 0.13);
}

/* banner开始 */
.bigbanner {
    width: 100%;
    height: 410px;
    background: url(../images/bigbg.png) no-repeat center top;
    color: #fff;
    padding-top: 80px;
}

.bigbanner span {
    font-size: 38px;
    font-weight: bold;
}

.bigbanner p {
    margin-top: 20px;
    font-weight: inherit;
}

.bigbanner a {
    display: block;
    width: 150px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 42px;
    color: inherit;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}

/* 第一部分开始 */
.section1 {
    height: 270px;
    background-color: #fff;
    margin-top: -100px;
    margin-bottom: 25px;
}

.section1-top {
    padding-top: 50px;
    padding-left: 50px;
}

.section1-top span {
    color: #191919;
    line-height: 34px;
    margin-right: 15px;
}

.section1-top div.fl {
    width: 70px;
    height: 28px;
    color: #666666;
    background: url(../images/section1Bg.png) no-repeat center;
    padding-left: 15px;
    line-height: 28px;
    position: relative;
    font-size: 14px;
}

.section1-top div.fl ul {
    position: absolute;
    width: 70px;
    left: 0;
    top: 28px;
    background-color: #fff;
    display: none;
    z-index: 20px;
}

.section1-top div.fl li {
    width: 100%;
    border-bottom: 1px dashed #999;
    line-height: 28px;
    text-align: center;
}

.section1-top div.fl:hover ul {
    display: block;
}

.section1-bottom {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.section1-left {
    margin-right: 40px;
}

.section1-right p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 5px;
}

.section1-right i {
    font-style: normal;
    font-size: 46px;
    font-weight: bold;
    margin-right: 14px;
}

.section1-right span {
    color: #343434;
}

.section1-bottom>div:first-child i {
    color: #D71A19;
}

.section1-bottom>div:first-child p:last-child {
    width: 100px;
    text-align: center;
}

.section1-bottom>div:nth-child(2) i {
    color: #DD971A;
}

.section1-bottom>div:nth-child(3) i {
    color: #008C43;
}

/* 第二部分开始 */
.section2 {
    display: flex;
    justify-content: space-between;
}

.section2-content {
    width: 583px;
    height: 730px;
    background-color: #fff;
    overflow: auto;
}

/* 定义滚动条样式 */
.section2-content::-webkit-scrollbar {
    width: 4px;
    height: 20px;
    background-color: rgb(45, 102, 165);
}

/*定义滚动条轨道 内阴影+圆角*/
.section2-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px #fff;
    background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.section2-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(45, 102, 165);
}

.section2-bt {
    font-size: 28px;
    font-weight: bolder;
    color: #333;
    line-height: 41px;
    margin-top: 33px;
    margin-bottom: 30px;
}

.section2-bt .section2-ygx {
    height: 41px;
    border-left: 6px solid #0095E3;
    margin-right: 16px;
}

.section2-bt>div:nth-child(2) {
    width: 518px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
    font-size: 28px;
}

.section2-xl {
    font-size: 18px;
    color: #999999;
    float: right;
    font-weight: normal;
    padding-right: 31px;
    background: url(../images/section2img1.png) no-repeat 123px center;
}

.section2-content .section2-list {
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 22px;
}

.section2-content:first-child .section2-list i {
    width: 20px;
    height: 20px;
    background-color: #C6C8CB;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 20px;
    border-radius: 6px;
    margin-top: 8px;
    margin-right: 10px;
}

.section2-content:last-child .section2-list .section2-top {
    padding-left: 21px;
    background: url(../images/section2img2.png) no-repeat left center;
}

.section2-content:first-child .section2-list:first-child i,
.section2-content:first-child .section2-list:nth-child(2) i {
    background-color: #1885E3;
}

.section2-content .section2-top span {
    font-size: 24px;
    color: #333;
    float: left;
}

.section2-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    line-height: 30px;
}

.section2-bottom li {
    width: 193px;
}

.section2-bottom span {
    vertical-align: middle;
}

.section2-bottom span:first-child {
    font-size: 16px;
    color: #999999;
    margin-right: 15px;
}

.section2-bottom span:nth-child(2) {
    font-size: 20px;
    color: #1885E3;
    font-weight: bolder;
}

/* 第三部分开始 */
.section3 {
    height: 468px;
    background-color: #fff;
    margin-top: 38px;
    position: relative;
    overflow: hidden;
    /* display: flex;
    justify-content: space-around; */
}

.section3-bt {
    font-size: 28px;
    font-weight: bold;
    border-left: 6px solid #0095E3;
    line-height: 41px;
    padding-left: 17px;
    position: absolute;
    top: 35px;
    left: 0;
}

.section3-content {
    width: 529px;
    padding-top: 45px;
}

.section3-minbt {
    width: 100%;
    font-size: 20px;
    color: #373D41;
    text-align: right;
    margin-bottom: 40px;
}

.section3-content li p,
.section3-content li span {
    font-size: 14px;
    margin: 0;
}

.section3-content li {
    margin-bottom: 30px;
}

.section3-jdt,
.section3-jdt2 {
    width: 100%;
    height: 11px;
    background-color: #F7F7F8;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden;
}

.section3-minjdt {
    background-color: #DE9E36;
    height: 100%;
    border-radius: 5px;
}

.section3-minjdt2 {
    background-color: #3E9FF3;
    height: 100%;
    border-radius: 5px;
}

/* 第四部分开始 */
.section4 {
    margin-top: 34px;
    /* height: 528px; */
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.section4-bt {
    font-size: 28px;
    font-weight: bold;
    border-left: 6px solid #0095E3;
    line-height: 41px;
    padding-left: 17px;
    margin-top: 41px;
}

#main {
    position: absolute;
    top: 18px;
}

.section4-right {
    width: 500px;
    position: absolute;
    right: 10px;
    top: 140px;
}

.section4-left {
    margin-right: 14px;
    line-height: 55px;
}

.section4-right li {
    width: 250px;
    margin-bottom: 25px;
}

.section4-right li p {
    font-size: 18px;
    margin-bottom: 5px;
}

.section4-right li p span {
    font-size: 26px;
    font-weight: bold;
    color: #1885E3;
}

/* 第五部分开始 */
.section5 {
    min-height: 650px;
    background-color: #fff;
    margin-top: 31px;
    margin-bottom: 33px;
    overflow: hidden;
}

.section5-bt {
    font-size: 28px;
    font-weight: bold;
    border-left: 6px solid #0095E3;
    line-height: 41px;
    padding-left: 17px;
    margin-top: 41px;
    /* margin-bottom: 15px; */
}

.newsection5-minbox>ul {
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
}

.section5-tab {
    width: 177px;
    height: 70px;
    background-color: #f1f2f3;
    text-align: center;
    cursor: pointer;
}

.section5-tab+.section5-tab {
    padding-top: 12px;
}

.section5-active {
    background-color: #448af0;
    color: #fff;
}

.section5-tab:hover {
    background-color: #448af0;
    color: #fff;
}

.section5-content>ul {
    padding: 0 33px;
}

.section5-list {
    /* height: 120px; */
    border-bottom: 1px solid #e8e8e9;
    margin-top: 20px;
}

.section5-top {
    line-height: 28px;
    font-size: 14px;
}

.section5-top ul {
    margin: 5px 20px 0px 10px;
}

.bad {
    width: 18px;
    height: 17px;
    background: url(../images/section5bg1.png);
    margin: 0 5px;
}

.good {
    width: 18px;
    height: 17px;
    background: url(../images/section5bg2.png);
    margin: 0 5px;
}

.section5-top span {
    font-weight: bold;
}

.section5-top img {
    margin-right: 10px;
}

.section5-bottom {
    font-size: 14px;
    color: #999;
    padding-left: 39px;
    margin: 20px 0;
}

.section5-fy {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.section5-fy li {
    min-width: 36px;
    margin-right: 10px;
    font-size: 14px;
    color: #989898;
    text-align: center;
    line-height: 36px;
}

.section5-fy li div {
    width: 36px;
    height: 36px;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 36px;
}

.section5-fy select {
    width: 108px;
    height: 36px;
    border: 1px solid #ededed;
    padding-left: 15px;
    margin: 0 20px;
}

.section5-fy option {
    font-size: 16px;
}

.section5-fy input {
    width: 62px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ededed;
    margin: 0 10px;
}

.section5-active2 div {
    background-color: #2e5fd2;
    color: #fff;
}


/*加载框*/
.loaddiv {
    background-color: #000000;
    opacity: 0.6;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 60%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    text-align: center;
    display: none;
    z-index: 999;
}

.loadimg {
    background-color: #000000;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
}

.loadtext {
    margin: 0px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #F2F2F2;
}

[v-cloak] {
    display: none;
}

.rectification {
    background: rgb(243, 246, 248);
    padding: 12px;
    color: rgb(37, 42, 48);
    border-radius: 3px;
    margin-left: 39px;
    margin-bottom: 10px;
}

.rectification span {
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.rectification p {
    margin: 2px 0 0 0;
    color: rgb(148, 155, 163);
    font-size: 12px;
}

.section2-click {
    display: none;
}

#PHONE {
    display: none;
}

.dropdown-menu>li>a{  cursor: pointer;}
.new-section2-bt{
    display: none;
}
.secion3-bigbox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
#NEWINDEX {
    display: none;
}
.section3-bt-min,
.section4-bt-min,
.section5-bt-min{
    font-size: 28px;
    font-weight: 600;
}
.fun_button_list>.close {
    width: 80px !important;
    top: 39px !important;
    right: 0 !important;
    opacity: 10 !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}