@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #444444;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.main {
    min-width: 1024px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/bg.png); */
}

.text-c {
    text-align: center;
}

.flex {
    display: flex;
}

.box_1280 {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.box_flex {
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.side {
    width: 180px;
    background: #E9F3FE;
    border-right: 2px solid #9DB3C5;
    border-bottom: 2px solid #9DB3C5;
}

.content {
    padding-left: 18px;
    width: 1040px;
    background: #FFFFFF;
    border-bottom: 2px solid #9DB3C5;
}

.header {
    width: 100%;
    height: 100px;
    align-items: center;
}

.header .left {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header .left_logo {
    width: 60px;
    height: 60px;
    margin-left: 25px;
}

.header .left_m {
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.header .left_m .left_m_t,
.header .left_m .left_m_b {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-width: 390px;
}

.left_m_t p:first-child {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

.left_m_t img:nth-child(2) {
    width: 40px;
    height: 15px;
}

.left_m_t p:nth-child(3),
.left_m_t p:nth-child(4) {
    font-size: 10px;
    color: #666666;
    line-height: 15px;
    font-weight: 500;
}

.left_m_t p:nth-child(3) span,
.left_m_t p:nth-child(4) span {
    color: #F47500;
}

.left_m_b span:nth-child(1) {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}

.left_m_b span:nth-child(2) {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.header .center {
    margin-left: 40%;
}

.header .center .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.header .center input {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.header .center .head_content {
    float: right;
}

.header .center .serach {
    float: right;
    width: 212px;
    height: 32px;
    margin-top: 6px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 0px;
}

.header .center .serach img {
    height: 30px;
    vertical-align: top;
}

.header .center .txt {
    height: 30px;
    width: 105px;
    padding-left: 10px;
    display: inline-block;
    font-size: 14px;
    outline: none;
}

.header .center .serach .btn {
    width: 59px;
    line-height: 32px;
    background: #008ded;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    float: right;
    border-radius: 0 4px 4px 0;
}

.header .center .keywos {
    float: left;
    font-size: 14px;
    line-height: 45px;
    position: initial;
}

.header .center .keywos img {
    width: 216px;
    height: 32px;
}

.header .center .keywos a {
    color: #5c5c5c;
    margin-right: 20px;
    text-decoration: none;
}

.header .center .keywos a:hover {
    text-decoration: none;
    color: #0A50A1;
}

.header .right {
    margin-right: 30px;
}

.header .right span {
    width: 24px;
    height: 14px;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 14px;
}

.header .right input {
    width: 90px;
    height: 20px;
    margin-right: 20px;
    background: #FFFFFF;
    border: 1px;
    padding-left: 5px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
}

input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
}

input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
}

.header .right .checkbox {
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 0.69px solid #B6BECA;
    border-radius: 2.75px;
}

.header .right button {
    cursor: pointer;
    width: 68px;
    height: 20px;
    background: #0278FF;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
}

.header .right a {
    width: 48px;
    height: 14px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.header .right .up {
    margin-bottom: 10px;
}

.link {
    height: 40px;
    align-items: center;
}

.link ul li {
    margin-left: 20px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.link ul li a {
    text-decoration: underline;
    font-size: 14px;
    color: #0278FF;
    font-weight: 400;
}

.link li:nth-child(1) {
    margin-left: 30px;
}

.bar {
    width: 100%;
    height: 40px;
}

.bar .box {
    align-items: center;
}

.bar .box img {
    margin: 0 8px 0 30px;
}

.bar .box span {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 14px;
}

.body {
    flex-wrap: wrap;
}

.body .pageover {
    margin: 0 30px 0 30px;
    align-items: center;
    height: 42px;
    width: 1220px;
    justify-content: space-between;
}

.body .pageover .button {
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 35px;
    cursor: pointer;
    background-image: linear-gradient(180deg, #03A3FF 0%, #0169FF 100%);
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
}

.body .tabs_box {
    display: flex;
    flex-direction: row;
}

.body .tabs_btn {
    margin-left: 10px;
    font-size: 6px;
}

.body .tabs_btn input {
    width: 30px;
    height: 22px;
    background: #FFFFFF;
    border: 0.69px solid #B6BECA;
    border-radius: 2.75px;
    margin: 0px 5px;
}

.body .page ul li {
    margin-left: 6px;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    background: rgba(178, 196, 223, 0.29);
    border-radius: 2.75px;
}

.body .page ul .active {
    color: #FFFFFF;
    background: #0278FF;
    border-radius: 2.75px;
}

.body .page ul span {
    width: 46px;
    height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 26px;
}

.body .page li:nth-child(10) {
    margin-left: 10px;
}

.body .page button {
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    float: right;
    width: 64px;
    height: 24px;
    font-size: 13px;
    color: #444444;
    border-radius: 2px;
    border: 1px solid #C0C0C0;
}

.body .block {
    margin: 0 auto;
    width: 1220px;
    border: 2px solid #9DB3C5;
}

.body .block_1 .top {
    height: 42px;
    line-height: 42px;
}

.body .block_1 .top .left {
    display: flex;
    justify-content: space-around;
}

.body .block_1 .top .left span {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.body .block_1 .top .left span .blue {
    color: #0278FF;
    font-weight: 600;
}

.body .block_1 .top .right {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    background: #FFFFFF !important;
}

.body .block_1 .top .right img {
    margin-right: 11px;
    cursor: pointer;
}

.body .block_1 .box {
    height: 1650px;
}

.body .block_1 .box .left {
    text-align: center;
}

.body .block_1 .box .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_1 .box .left .left_1 {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_1 .box .left .left_1 img {
    width: 92px;
    height: 92px;
}

.body .block_1 .box .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.body .block_1 .box .right_1_l img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_1 .box .right_1_l span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_1 .box .right_1_r img {
    vertical-align: middle;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.body .block_1 .box .right_2 p:first-child {
    padding-top: 20px;
    font-size: 38px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    cursor: pointer;
}

.body .block_1 .box .right_2 p:nth-child(2) {
    padding-top: 30px;
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
}

.body .block_1 .box .right_2 p:nth-child(3) {
    padding-top: 20px;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
}

.body .block_1 .box .right_2 p:nth-child(5) {
    padding-top: 50px;
    font-size: 38px;
    color: #333333;
    line-height: 57px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.body .block_1 .box .right_2 p:nth-child(6) {
    padding-top: 20px;
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.body .block_1 .box .right_2 p:nth-child(7) {
    padding-top: 70px;
    padding-bottom: 50px;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}

.body .block_1 .box .right_2 p span {
    color: #FF4444;
    text-decoration: underline;
}

.body .block_1 .box .right_2 ul {
    margin-top: 30px;
}

.body .block_1 .box .right_2 ul li span {
    margin-left: 8px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 20px;
}

.body .block_1 .box .right_2 ul li img {
    margin-top: 14px;
}

.body .block_1 .box .right_2 ul li .second_img {
    margin-bottom: 135px;
    margin-left: 30px;
}

.body .block_1 .box .right_2 .comment .top {
    align-items: center;
    margin-top: 35px;
    width: 800px;
    height: 38px;
    background: #FFF4DD;
}

.body .block_1 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_1 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

.body .block_1 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_1 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_1 .box .right_2 .comment .top div {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 14px;
    margin-right: 33px;
}

.body .block_1 .box .right_2 .comment .top div span {
    margin-left: 6px;
    background: #FFDD97;
    border-radius: 2px;
    color: #F67700;
    font-size: 12px;
    color: #FF0000;
}

.body .block_1 .box .right_2 .comment .top div:nth-child(1) {
    margin-left: 12px;
    margin-right: 60px;
}

.body .block_1 .box .right_2 .comment ul {
    margin: 0;
}

.body .block_1 .box .right_2 .comment ul li {
    display: flex;
    align-items: center;
    height: 38px;
    width: 800px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_1 .box .right_2 .comment ul li div {
    display: flex;
    width: 130px;
    margin-left: 12px;
}

.body .block_1 .box .right_2 .comment ul li div img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 4px;
}

.body .block_1 .box .right_2 .comment ul li div span {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_1 .box .right_2 .comment ul li .orange {
    color: #F67700;
    margin-right: 85px;
}

.body .block_1 .box .right_2 .comment ul li span {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.body .block_1 .box .right_2 .comment ul .function {
    margin-right: 250px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body .block_1 .box .right_2 .comment ul .function div {
    margin-left: 100px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.body .block_1 .box .right_2 .comment ul .function div img {
    margin: 0 5px 3px 0;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.body .block_1 .box .right_2 .comment ul span {
    float: right;
    margin-right: 420px;
    font-size: 16px;
    font-weight: normal;
    color: #444444;
}

.body .block_1 .box .right_2 .comment .bottom {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_1 .box .right_2 .comment .bottom img {
    margin: 0 6px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.body .block_1 .box .right_2 .comment .bottom img:nth-child(2) {
    margin-left: 20px;
}

.body .block_2 {
    height: 380px;
    display: flex;
}

.body .block_2 .left {
    text-align: center;
}

.body .block_2 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_2 .left .left_1 {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_2 .left .left_1 img {
    width: 92px;
    height: 92px;
}

.body .block_2 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_2 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_2 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_2 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_2 .right_2 p {
    margin: 18px 0 260px 0;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.body .block_2 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_2 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

.body .block_2 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_2 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_3 {
    height: 400px;
    display: flex;
}

.body .block_3 .left {
    text-align: center;
}

.body .block_3 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_3 .left .left_1 {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_3 .left .left_1 img {
    width: 92px;
    height: 92px;
}

.body .block_3 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_3 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_3 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_3 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_3 .right_2 p {
    margin: 18px 0 280px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_3 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_3 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_3 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_3 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_4 {
    height: 440px;
    display: flex;
}

.body .block_4 .left {
    text-align: center;
}

.body .block_4 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_4 .left .left_1 {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_4 .left .left_1 img {
    width: 92px;
    height: 92px;
}

.body .block_4 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_4 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_4 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_4 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_4 .right_2 p {
    margin: 18px 0 320px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_4 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_4 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_4 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_4 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_5 {
    height: 500px;
    display: flex;
}

.body .block_5 .left {
    text-align: center;
}

.body .block_5 .left span {
    display: block;
    margin: 0px 10px 11px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
    padding: 11px 0px;
    border-bottom: 1px dashed #dedede;
}

.body .block_5 .left .left_1 {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_5 .left .left_1 img {
    width: 92px;
    height: 92px;
}

.left .left_2 {
    width: 150px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.left .left_2 p:first-child {
    padding: 0px 10px 0px 0px;
    border-right: 2px solid #9DB3C5;
}

.left .left_2 p:nth-child(2) {
    padding: 0px 10px 0px 0px;
    border-right: 2px solid #9DB3C5;
}

.left .left_3 {
    width: 150px;
    margin: 10px auto;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
}

.left .left_4 {
    width: 150px;
    margin: 10px auto;
    text-align: left;
}

.left .left_5 {
    width: 150px;
    margin: 10px auto;
    text-align: left;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
}

.left .left_6 {
    width: 150px;
    margin: 10px auto;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.left .left_6 img {
    width: 18px;
    height: 16px;
    margin-right: 10px;
}

.body .block_5 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_5 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_5 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_5 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_5 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_5 .right_2 img {
    margin: 0 20px 165px 0;
}

.body .block_5 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_5 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_5 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_6 {
    height: 390px;
    display: flex;
}

.body .block_6 .left {
    text-align: center;
}

.body .block_6 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_6 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_6 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_6 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_6 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_6 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_6 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_6 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_6 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_6 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_6 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_6 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_7 {
    height: 665px;
    display: flex;
}

.body .block_7 .left {
    text-align: center;
}

.body .block_7 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_7 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_7 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_7 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_7 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_7 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_7 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_7 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_7 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_7 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_7 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_7 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block1 {
    margin: 0 auto;
    width: 1220px;
    border: 1px solid #D6D6D6;
}

.body .block1_1 .top {
    height: 42px;
    line-height: 42px;
}

.body .block1_1 .top .left {
    display: flex;
    justify-content: space-around;
}

.body .block1_1 .top .left span {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_1 .top .left span .blue {
    color: #246BD0;
}

.body .block1_1 .top .right {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}

.body .block1_1 .top .right img {
    margin-right: 11px;
    cursor: pointer;
}

.body .block1_1 .box {
    height: 1270px;
}

.body .block1_1 .box .left {
    text-align: center;
}

.body .block1_1 .box .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block1_1 .box .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block1_1 .box .left div img {
    width: 92px;
    height: 92px;
}

.body .block1_1 .box .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_1 .box .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block1_1 .box .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_1 .box .right_2 .cite {
    width: 1000px;
    height: 165px;
    margin-top: 20px;
    background: #FFF9EC;
    border: 1px solid #F0E3C6;
}

.body .block1_1 .box .right_2 .cite .inner {
    margin: 20px 0 0 20px;
}

.body .block1_1 .box .right_2 .cite .inner .hh {
    margin-left: 10px;
    width: 202px;
    height: 14px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_1 .box .right_2 .cite .inner p {
    margin-top: 15px;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    cursor: pointer;
}

.body .block1_1 .box .right_2 .cite .inner p span {
    color: #FF4444;
    text-decoration: underline;
}

.body .block1_1 .box .right_2 .cite .right_img {
    margin-left: 629px;
}

.body .block1_1 .box .right_2 ul {
    margin-top: 30px;
}

.body .block1_1 .box .right_2 ul li span {
    margin-left: 8px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 20px;
}

.body .block1_1 .box .right_2 ul li img {
    margin-top: 14px;
}

.body .block1_1 .box .right_2 .comment .top {
    align-items: center;
    margin-top: 35px;
    width: 800px;
    height: 38px;
    background: linear-gradient(270deg, rgba(232, 232, 232, 0) 0%, #E8E8E8 100%);
}

.body .block1_1 .box .right_2 .comment .top div {
    font-size: 13px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
    margin-right: 33px;
}

.body .block1_1 .box .right_2 .comment .top div span {
    margin-left: 6px;
    background: #FFE0AE;
    border-radius: 2px;
    color: #F67700;
}

.body .block1_1 .box .right_2 .comment .top div:nth-child(1) {
    margin-left: 12px;
    margin-right: 60px;
}

.body .block1_1 .box .right_2 .comment ul {
    margin: 0;
}

.body .block1_1 .box .right_2 .comment ul li {
    display: flex;
    align-items: center;
    height: 38px;
    width: 800px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_1 .box .right_2 .comment ul li div {
    display: flex;
    width: 130px;
    margin-left: 12px;
}

.body .block1_1 .box .right_2 .comment ul li div img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 4px;
}

.body .block1_1 .box .right_2 .comment ul li div span {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_1 .box .right_2 .comment ul li .orange {
    color: #F67700;
    margin-right: 85px;
}

.body .block1_1 .box .right_2 .comment ul li span {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.body .block1_1 .box .right_2 .comment ul .function {
    margin-right: 250px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.body .block1_1 .box .right_2 .comment ul .function div {
    float: right;
    color: #999999;
    margin-left: 40px;
    cursor: pointer;
}

.body .block1_1 .box .right_2 .comment ul .function div img {
    margin: 0 5px 3px 0;
    vertical-align: middle;
}

.body .block1_1 .box .right_2 .comment ul span {
    float: right;
    margin-right: 220px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_1 .box .right_2 .comment .bottom {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_1 .box .right_2 .comment .bottom img {
    margin: 0 6px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.body .block1_1 .box .right_2 .comment .bottom img:nth-child(2) {
    margin-left: 20px;
}

.body .block1_1 .box .right_3 {
    border-top: 1px dashed #D6D6D6;
    height: 40px;
    margin-top: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_1 .box .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block1_1 .box .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block1_2 {
    height: 300px;
    display: flex;
}

.body .block1_2 .left {
    text-align: center;
}

.body .block1_2 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block1_2 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block1_2 .left div img {
    width: 92px;
    height: 92px;
}

.body .block1_2 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_2 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block1_2 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_2 .right_2 {
    height: 210px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_2 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_2 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block1_2 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_2 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block1_2 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block1_3 {
    height: 525px;
    display: flex;
}

.body .block1_3 .left {
    text-align: center;
}

.body .block1_3 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block1_3 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block1_3 .left div img {
    width: 92px;
    height: 92px;
}

.body .block1_3 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_3 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block1_3 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_3 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_3 .right_2 .cite {
    margin-top: 20px;
    width: 1000px;
    height: 324px;
    background: #FFF9EC;
    border: 1px solid #F0E3C6;
}

.body .block1_3 .right_2 .cite .inner {
    margin: 20px 0 0 20px;
}

.body .block1_3 .right_2 .cite .inner span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_3 .right_2 .cite .inner p {
    margin: 10px 0 10px 30px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_3 .right_2 .cite .inner .content_img {
    margin-left: 30px;
}

.body .block1_3 .right_2 .cite .inner .right_img {
    margin-left: 602px;
}

.body .block1_3 .right_2 p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    cursor: pointer;
}

.body .block1_3 .right_2 p span {
    color: #FF4444;
    text-decoration: underline;
}

.body .block1_3 .right_2 .ii {
    display: block;
    margin-bottom: 20px;
    height: 16px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_3 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_3 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block1_3 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block1_4 {
    height: 675px;
    display: flex;
}

.body .block1_4 .left {
    text-align: center;
}

.body .block1_4 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block1_4 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block1_4 .left div img {
    width: 92px;
    height: 92px;
}

.body .block1_4 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_4 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block1_4 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_4 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_4 .right_2 .cite {
    margin-top: 20px;
    width: 1000px;
    height: 474px;
    background: #FFF9EC;
    border: 1px solid #F0E3C6;
}

.body .block1_4 .right_2 .cite .inner {
    margin: 20px 0 0 20px;
}

.body .block1_4 .right_2 .cite .inner span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_4 .right_2 .cite .inner p {
    margin: 10px 0 10px 30px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_4 .right_2 .cite .inner .content_img {
    margin-left: 30px;
}

.body .block1_4 .right_2 .cite .inner .right_img {
    margin-left: 342px;
}

.body .block1_4 .right_2 p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    cursor: pointer;
}

.body .block1_4 .right_2 p span {
    color: #FF4444;
    text-decoration: underline;
}

.body .block1_4 .right_2 .ii {
    display: block;
    margin-bottom: 20px;
    height: 16px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_4 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_4 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block1_4 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block1_5 {
    height: 675px;
    display: flex;
}

.body .block1_5 .left {
    text-align: center;
}

.body .block1_5 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block1_5 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block1_5 .left div img {
    width: 92px;
    height: 92px;
}

.body .block1_5 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_5 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block1_5 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_5 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_5 .right_2 .cite {
    margin-top: 20px;
    width: 1000px;
    height: 474px;
    background: #FFF9EC;
    border: 1px solid #F0E3C6;
}

.body .block1_5 .right_2 .cite .inner {
    margin: 20px 0 0 20px;
}

.body .block1_5 .right_2 .cite .inner span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_5 .right_2 .cite .inner p {
    margin: 10px 0 10px 30px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_5 .right_2 .cite .inner .content_img {
    margin-left: 30px;
}

.body .block1_5 .right_2 .cite .inner .right_img {
    margin-left: 342px;
}

.body .block1_5 .right_2 p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    cursor: pointer;
}

.body .block1_5 .right_2 p span {
    color: #FF4444;
    text-decoration: underline;
}

.body .block1_5 .right_2 .ii {
    display: block;
    margin-bottom: 20px;
    height: 16px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_5 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_5 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block1_5 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block1_6 {
    height: 434px;
    display: flex;
}

.body .block1_6 .left {
    text-align: center;
}

.body .block1_6 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block1_6 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block1_6 .left div img {
    width: 92px;
    height: 92px;
}

.body .block1_6 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_6 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block1_6 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_6 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_6 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_6 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block1_6 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_6 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block1_6 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block1_7 {
    height: 455px;
    display: flex;
}

.body .block1_7 .left {
    text-align: center;
}

.body .block1_7 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block1_7 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block1_7 .left div img {
    width: 92px;
    height: 92px;
}

.body .block1_7 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_7 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block1_7 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block1_7 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block1_7 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block1_7 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block1_7 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block1_7 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block1_7 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .page {
    justify-content: flex-end;
    height: 60px;
    width: 1220px;
    margin: 0 auto;
    align-items: center;
}

.body .page button {
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    float: right;
    width: 64px;
    height: 24px;
    font-size: 12px;
    color: #444444;
    border-radius: 2px;
    border: 1px solid #C0C0C0;
}

.body .page ul li {
    margin-left: 4px;
    text-align: center;
    font-size: 13px;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #444444;
}

.body .page ul .active {
    color: #FFFFFF;
    background: #3C99F2;
}

.body .page ul span {}

.body .page li:nth-child(1) {
    margin-left: 10px;
}

.body .page li:nth-child(10) {
    margin-left: 10px;
}

.body .footer {
    width: 1220px;
    height: 240px;
    border: 1px solid #D6D6D6;
    margin: 0 auto;
}

.body .footer .left {
    width: 180px;
    background: #E9F3FE;
    border-right: 1px solid #9DB3C5;
}

.body .footer .right {
    padding: 0;
    background: #F9F9F9;
    justify-content: center;
    align-items: center;
}

.body .footer .right .box {
    width: 980px;
    height: 178px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
}

.body .footer .right .box .head {
    align-items: center;
    justify-content: space-between;
    height: 34px;
    background: #E9F3FE;
    border-bottom: 1px solid #9DB3C5;
}

.body .footer .right .box .head img {
    margin-left: 12px;
}

.body .footer .right .box .head span {
    margin-right: 12px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 14px;
}

.body .footer .right .box .center {
    height: 144px;
    justify-content: center;
    align-items: center;
}

.body .footer .right .box .center p {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .footer .right .box .center p span {
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #35ACFF;
    line-height: 14px;
}

.body .footer .right .box .center img {
    cursor: pointer;
}

.bottom {
    font-size: 12px;
    color: #444444;
    line-height: 26px;
    text-align: center;
    padding: 35px;
}

#toTop {
    width: 52px;
    height: 52px;
    cursor: pointer;
    color: white;
    position: fixed;
    bottom: 50px;
    right: 50px;
}