﻿.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:focus:not(:focus-visible),
span:focus:not(:focus-visible),
div:focus:not(:focus-visible),
dl:focus:not(:focus-visible),
dt:focus:not(:focus-visible),
dd:focus:not(:focus-visible),
ul:focus:not(:focus-visible),
ol:focus:not(:focus-visible),
li:focus:not(:focus-visible),
h1:focus:not(:focus-visible),
h2:focus:not(:focus-visible),
h3:focus:not(:focus-visible),
h4:focus:not(:focus-visible),
h5:focus:not(:focus-visible),
h6:focus:not(:focus-visible),
pre:focus:not(:focus-visible),
code:focus:not(:focus-visible),
form:focus:not(:focus-visible),
fieldset:focus:not(:focus-visible),
legend:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
p:focus:not(:focus-visible),
blockquote:focus:not(:focus-visible),
th:focus:not(:focus-visible),
td:focus:not(:focus-visible),
hr:focus:not(:focus-visible),
button:focus:not(:focus-visible),
article:focus:not(:focus-visible),
aside:focus:not(:focus-visible),
details:focus:not(:focus-visible),
figcaption:focus:not(:focus-visible),
figure:focus:not(:focus-visible),
footer:focus:not(:focus-visible),
header:focus:not(:focus-visible),
hgroup:focus:not(:focus-visible),
menu:focus:not(:focus-visible),
nav:focus:not(:focus-visible),
img:focus:not(:focus-visible),
section:focus:not(:focus-visible) {
    outline: 0;
}

.cf {
    zoom: 1;
}

.cf:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.banner {
    height: 400px;
    background-color: #edf6ff;
}

.banner_box {
    width: 1200px;
    margin: auto;
    position: relative;
}

.banner_txt {
    position: absolute;
    width: 376px;
    left: 87px;
    top: 155px;
}

.banner_img {
    position: absolute;
    width: 756px;
    right: -85px;
    bottom: -400px;
}

.main {
    padding-top: 35px;
}

.Area_item {
    width: 1200px;
    margin: auto;
    padding-bottom: 40px;
}

.title_box {
    height: 80px;
    position: relative;
}

.title_left {
    position: absolute;
    left: 0;
    top: 25px;
    height: 7px;
    background: url(title_bg.png) center center;
}

.title_right {
    position: absolute;
    right: 0;
    top: 25px;
    height: 7px;
    background: url(title_bg.png) center center;
}

.title_1 {
    width: 476px;
}

.title_2 {
    width: 425px;
}

.title_3 {
    width: 440px;
}

.title_4 {
    width: 480px;
}

.title_5 {
    width: 444px;
}

.title_item {
    font-family: 'MicrosoftYaHei';
    font-size: 40px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #2888e3;
    text-align: center;
}

.title_item a {
    font-family: 'MicrosoftYaHei';
    font-size: 40px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #2888e3;
    text-align: center;
}

.First_Area_box {
    margin-bottom: 50px;
}

.tplb {
    width: 700px;
    height: 466px;
    overflow: hidden;
}

.container1 {
    width: 700px;
    height: 466px;
}

.tplb_item {
    width: 700px;
    height: 466px;
}

.tplb .tplb_item img {
    width: 700px;
    /* height: 466px; */
}

.tplb_list {
    width: 500px;
    height: 466px;
    background-image: linear-gradient(0deg,
            #f3faff 0%,
            #ffffff 100%);
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
    padding: 0 30px;
}

.tplb_list_item {
    display: block;
    height: 116px;
    border-bottom: 1px solid #98b4df;
    padding: 20px 0 20px 40px;
}

.tplb_list_item a {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;

    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tplb_list_item:hover {
    background: url(list_hover.png) no-repeat left center;
}

.tplb_list_item:hover a {
    color: #2888e3;
    font-weight: bold;
}

.tplb_list_item.hover {
    background: url(list_hover.png) no-repeat left center;
}

.tplb_list_item.hover a {
    color: #2888e3;
    font-weight: bold;
}

.First_Area_ss_box {
    width: 1200px;
    height: 140px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
    padding: 25px 30px 25px 40px;
}

.ss_box {
    display: inline-block;
    width: 400px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #2888e3;
    margin-right: 10px;
    margin-top: 15px;
}

.input_txt {
    width: 325px;
    height: 58px;
    line-height: 58px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #282828;
    border: 0;
    outline: 0;
    padding-left: 30px;
}

.input_btn {
    width: 24px;
    height: 24px;
    margin-bottom: -5px;
}

.ss_box_item {
    display: inline-block;
    width: 210px;
    height: 90px;
    background-color: #e0f2ff;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 0px;
    color: #2888e3;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.ss_box_item1 {
    padding-left: 80px;
    background-image: url(pic_01.png);
    background-position: 22px center;
}

.ss_box_item2 {
    padding-left: 98px;
    background-image: url(pic_02.png);
    background-position: 42px center;
}

.ss_box_item3 {
    padding-left: 88px;
    background-image: url(pic_03.png);
    background-position: 30px center;
}

.main .ss_box_item:hover {
    background-color: #2888e3;
    box-shadow: 0px 5px 7px 0px rgba(196, 231, 251, 0.55);
    color: #ffffff;
}

.ss_box_item1:hover {
    background-image: url(pic_01_hover.png);
}

.ss_box_item2:hover {
    background-image: url(pic_02_hover.png);
}

.ss_box_item3:hover {
    background-image: url(pic_03_hover.png);
}

.qh_box_item {
    text-align: center;
    margin-bottom: 30px;
}

.qh_item {
    min-width: 100px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    height: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.qh_item.hover {
    padding: 0px 44px 0px 16px;
    height: 40px;
    color: #fff;
    background-color: #2888e3;
    border-radius: 8px;
    line-height: 40px;
    background-image: url(qh_hover.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}

.main a.qh_item:hover {
    color: #fff;
}

.Second_box {
    position: relative;
    height: 281px;
    background-image: linear-gradient(0deg,
            #f3faff 0%,
            #ffffff 100%);
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
    overflow: hidden;
}

.Second_box::after {
    content: '';
    width: 500px;
    height: 350px;
    right: 22px;
    top: 17px;
    position: absolute;
    background-image: url(pic_04.png);
    background-repeat: no-repeat;
}

.Second_box_item {
    padding: 0px 30px;
    position: relative;
    z-index: 111;
    /* background-image: linear-gradient(0deg,
            #f3faff 0%,
            #ffffff 100%);
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
    overflow: hidden; */
}

.ts.Second_box_item {
    padding: 0px 0px;
}

.Second_box_item_txt {
    display: block;
    padding-left: 20px;
    background: url(dian.png) no-repeat left center;
    height: 35px;
    margin: 5px 0;
}

.Second_box_item_txt a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.Second_box_item_txt span {
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #999999;
}

.Second_box_item_fl {
    display: none;
    padding-left: 20px;
    margin: 5px 0;
}

.Second_box_item_fl a {
    display: inline-block;
    height: 25px;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    padding: 0 15px;
}

.wzjd {
    border: solid 1px #ff9f37;
    color: #ff9f37 !important;
}

.tj {
    color: #2888e3 !important;
    border: solid 1px #2888e3;
}

.fbhjd {
    color: #2888e3 !important;
    border: solid 1px #2888e3;
}

.mtjd {
    color: #2888e3 !important;
    border: solid 1px #2888e3;
}

.zcyw {
    color: #60cb40 !important;
    border: solid 1px #60cb40;
}

.Second_box_item_fl a:hover {
    font-weight: bold;
}

.Second_box_item li.on>.Second_box_item_fl {
    display: block;
}

.Third_box_item_box {
    width: 585px;
    height: 271px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
    padding: 5px 20px;
}

.Third_box_item_txt {
    display: block;
    padding-left: 20px;
    background: url(dian.png) no-repeat left center;
    height: 36px;
}

.Third_box_item_txt a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.Third_box_item_txt a:hover {
    color: #1496ff;
}

.Third_box_item_txt span {
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #999999;
}

.zt_lunbo_box {
    position: relative;
}

.zt_lunbo_item {
    width: 278px;
    height: 242px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    position: relative;
    float: left;
}

.zt_lunbo_item img {
    width: 276px;
    height: 140px;
}

.zt_lunbo_txt {
    display: block;
    width: 276px;
    height: 101px;
    padding: 15px 20px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
}

.zt_lunbo_btn {
    display: block;
    width: 80px;
    height: 25px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 13px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    position: absolute;
    bottom: 20px;
    right: 14px;
}


.zt_lunbo_item:hover .zt_lunbo_btn {
    background-color: #0e6ddf;
    color: #ffffff;
}

.Fifth_Area_box a {
    display: block;
    float: left;
    width: 158px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #e0f2ff;
    color: #000;
    margin: 0 10px 30px 30px;
}

.main .Fifth_Area_box a:hover {
    background-color: #2888e3;
    color: #fff;
}

.swiper-button-prev2 {
    width: 42px;
    height: 42px;
    left: -63px;
    background: url(lb_left.png);
}

.swiper-button-prev2:hover {
    background: url(lb_left_hover.png);
}

.swiper-button-next2 {
    width: 42px;
    height: 42px;
    right: -63px;
    background: url(lb_right.png);
}

.swiper-button-next2:hover {
    background: url(lb_right_hover.png);
}

.swiper-button-next1 {
    display: none;
}

.swiper-button-prev1 {
    display: none;
}




.mobile_type .banner {
    height: 40vw;
    background: url(app_banner.png) no-repeat center top;
    background-size: contain;
}

.mobile_type .banner_box {
    display: none;
}

.mobile_type .main {
    padding: 4vw 4vw 0;
}

.mobile_type .Area_item {
    width: 100%;
    margin: auto;
    padding-bottom: 4vw;
}

.mobile_type .title_box {
    height: 10vw;
    position: relative;
}

.mobile_type .title_left {
    position: absolute;
    left: 0;
    top: 4vw;
    height: 4px;
    background: url(app_title_bg.png) center center;
}

.mobile_type .title_right {
    position: absolute;
    right: 0;
    top: 4vw;
    height: 4px;
    background: url(app_title_bg.png) center center;
}

.mobile_type .title_1 {
    width: 25vw;
}

.mobile_type .title_2 {
    width: 16vw;
}

.mobile_type .title_3 {
    width: 22vw;
}

.mobile_type .title_4 {
    width: 23vw;
}

.mobile_type .title_5 {
    width: 17vw;
}

.mobile_type .title_item {
    font-family: 'MicrosoftYaHei';
    font-size: 5vw;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 5px;
    color: #2888e3;
    text-align: center;
}

.mobile_type .title_item a {
    font-family: 'MicrosoftYaHei';
    font-size: 5vw;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 5px;
    color: #2888e3;
    text-align: center;
}

.mobile_type .First_Area_box {
    margin-bottom: 0;
}

.mobile_type .tplb {
    width: 100%;
    height: 60vw;
    overflow: hidden;
}

.mobile_type .container1 {
    width: 100%;
    height: 100%;
}

.mobile_type .tplb_item {
    width: 100%;
    height: 100%;
}

.mobile_type .tplb .tplb_item img {
    width: 100%;
    /* height: 100%; */
}

.mobile_type .tplb_list {
    width: 100%;
    height: 100%;
    background-image: none;
    box-shadow: none;
    padding: 0;
}

.mobile_type .tplb_list_item {
    display: none;
    height: auto;
    background-image: none;
    padding: 4vw 0;
    text-align: center;
    border-bottom: 0px solid #98b4df;
}

.mobile_type .tplb_list_item a {
    font-family: MicrosoftYaHei;
    font-size: 4.5vw;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 9vw;
    letter-spacing: 0px;
    color: #333333;
}

.mobile_type .tplb_list_item:hover {
    display: block;
}

.mobile_type .tplb_list_item.hover {
    display: block;
}

.mobile_type .First_Area_ss_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 111;
}

.mobile_type .First_Area_ss_box::before {
    position: absolute;
    content: "";
    top: 4vw;
    width: 92vw;
    height: 12vw;
    z-index: -1;
    background-color: #edf6ff;
}

.mobile_type .ss_box {
    display: block;
    width: 90%;
    height: 10vw;
    background-color: #ffffff;
    border: solid 1px #98b4df;
    margin-right: 0;
    margin-top: 0;
    margin: 0 5% 11vw;
}



.mobile_type .input_txt {
    width: 83%;
    height: 9vw;
    line-height: 58px;
    font-family: MicrosoftYaHei;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 9vw;
    letter-spacing: 0px;
    color: #282828;
    border: 0;
    outline: 0;
    padding-left: 30px;
}

.mobile_type .input_btn {
    width: 5vw;
    height: auto;
    margin-bottom: -1vw;
}

.mobile_type .ss_box_item {
    display: inline-block;
    width: 28vw;
    height: 13vw;
    background-color: #e0f2ff;
    font-family: MicrosoftYaHei;
    font-size: 3.5vw;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 13vw;
    letter-spacing: 0px;
    color: #2888e3;
    background-repeat: no-repeat;
    margin-left: 4vw;
    overflow: hidden;
}

.mobile_type .ss_box_item1 {
    padding-left: 8vw;
    background-image: url(app_pic_01.png);
    background-position: 2vw center;
    background-size: 4vw;
    margin-left: 0px;
}

.mobile_type .ss_box_item2 {
    padding-left: 11vw;
    background-image: url(app_pic_02.png);

    background-position: 4vw center;
    background-size: 4vw;
}

.mobile_type .ss_box_item3 {
    padding-left: 10vw;
    background-image: url(app_pic_03.png);

    background-position: 4vw center;
    background-size: 4vw;
}

.mobile_type .main .ss_box_item:hover {
    background-color: #2888e3;
    box-shadow: 0px 5px 7px 0px rgba(196, 231, 251, 0.55);
    color: #ffffff;
}

.mobile_type .ss_box_item1:hover {
    background-image: url(app_pic_01_hover.png);
}

.mobile_type .ss_box_item2:hover {
    background-image: url(app_pic_02_hover.png);
}

.mobile_type .ss_box_item3:hover {
    background-image: url(app_pic_03_hover.png);
}

.mobile_type .qh_box_item {
    text-align: center;
    margin-bottom: 30px;
}

.mobile_type .main a.qh_item {
    min-width: 18vw;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 4vw;
    height: 6vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 6vw;
    letter-spacing: 0px;
    color: #333333;
}

.mobile_type .main a.qh_item.hover {
    width: auto;
    padding: 0px 10vw 0px 4vw;
    height: 6vw;
    color: #fff;
    background-color: #2888e3;
    border-radius: 8px;
    line-height: 6vw;
    background-image: url(qh_hover.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}

.mobile_type .Second_box {
    position: relative;
    height: auto;
    background-image: none;

    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
}

.mobile_type .Second_box::after {
    display: none;
    content: '';
    right: 22px;
    top: auto;
    width: 49vw;
    bottom: 0;
    position: absolute;
    background-image: url(app_pic_04.png);
    background-repeat: no-repeat;
}

.mobile_type .Second_box_item {
    padding: 0px 4vw;
}

.mobile_type .ts.Second_box_item {
    padding: 4vw 4vw;
}

.mobile_type .Second_box_item_txt {
    display: block;
    padding-left: 4vw;
    background: url(dian.png) no-repeat left 4vw;
    background-size: 1vw;
    height: auto;
    margin: 5px 0;
}

.mobile_type .Second_box_item_txt a {
    font-family: MicrosoftYaHei;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 8vw;
    letter-spacing: 0px;
    color: #333333;
    max-width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile_type .Second_box_item_txt span {
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 8vw;
    letter-spacing: 0px;
    color: #999999;
}

.mobile_type .Second_box_item_fl {
    display: none;
    padding-left: 20px;
    margin: 5px 0;
}

.mobile_type .Second_box_item_fl a {
    display: inline-block;
    height: 25px;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    padding: 0 15px;
}

.mobile_type .wzjd {
    border: solid 1px #ff9f37;
    color: #ff9f37;
}

.mobile_type .tj {
    color: #2888e3;
    border: solid 1px #2888e3;
}

.mobile_type .fbhjd {
    color: #2888e3;
    border: solid 1px #2888e3;
}

.mobile_type .mtjd {
    color: #2888e3;
    border: solid 1px #2888e3;
}

.mobile_type .zcyw {
    color: #60cb40;
    border: solid 1px #60cb40;
}

.mobile_type .Second_box_item li.on>.Second_box_item_fl {
    display: none;
}

.mobile_type .Third_box_item {
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
}

.mobile_type .Third_box_item_box {
    width: 100%;
    height: auto;
    float: none;
    background-color: #ffffff;
    box-shadow: none;
    padding: 1vw 4vw;

}

.mobile_type .Third_box_item_txt {
    display: block;
    padding-left: 4vw;
    background: url(dian.png) no-repeat left 4vw;
    background-size: 1vw;
    height: auto;
}

.mobile_type .Third_box_item_txt a {
    font-family: MicrosoftYaHei;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 8vw;
    letter-spacing: 0px;
    color: #333333;
    max-width: 100%;
    overflow: auto;
    text-overflow: initial;
    white-space: initial;
    display: inline-block;
}

.mobile_type .Third_box_item_txt a:hover {
    color: #1496ff;
}

.mobile_type .Third_box_item_txt span {
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 8vw;
    letter-spacing: 0px;
    color: #999999;
}

.mobile_type .zt_lunbo_box {
    position: relative;
}

.mobile_type .zt_lunbo_item {
    width: 278px;
    height: 100%;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    position: relative;
    float: left;
}

.mobile_type .zt_lunbo_item img {
    width: 100%;
    height: 25vw;
}

.mobile_type .zt_lunbo_txt {
    display: block;
    width: auto;
    height: 12vw;
    padding: 0;
    margin: 4vw;
    font-family: MicrosoftYaHei;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 6vw;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile_type .zt_lunbo_txt:hover {
    color: #0e6ddf;
}

.mobile_type .zt_lunbo_btn {
    display: none;
}

.mobile_type .zt_lunbo_item:hover .zt_lunbo_btn {
    background-color: #0e6ddf;
    color: #ffffff;
}

.mobile_type .Fifth_Area_box a {
    display: block;
    float: left;
    width: 21.5vw;
    height: 8vw;
    text-align: center;
    line-height: 8vw;
    background-color: #e0f2ff;
    color: #000;
    font-size: 4vw;
    margin: 0 0 2vw 2vw;
}

.mobile_type .Fifth_Area_box a:nth-child(4n-3) {
    margin: 0 0 2vw 0vw;
}

.mobile_type .Fifth_Area_box a:hover {
    background-color: #2888e3;
    color: #fff;
}

.mobile_type .Third_box_item_box.fr {
    display: none;
}

.mobile_type .swiper-button-prev2 {
    left: -13px;
}

.mobile_type .swiper-button-next2 {
    right: -13px;
}

.mobile_type .swiper-button-next1 {
    display: block;
}

.mobile_type .swiper-button-prev1 {
    display: block;
}




.old_type .banner {
    height: 400px;
    background-color: #edf6ff;
}

.old_type .banner_box {
    width: 1200px;
    margin: auto;
    position: relative;
}

.old_type .banner_txt {
    position: absolute;
    width: 376px;
    left: 87px;
    top: 155px;
}

.old_type .banner_img {
    position: absolute;
    width: 756px;
    right: -85px;
    bottom: -400px;
}

.old_type .main {
    padding-top: 35px;
}

.old_type .Area_item {
    width: 1200px;
    margin: auto;
    padding-bottom: 40px;
}

.old_type .title_box {
    height: 80px;
    position: relative;
}

.old_type .title_left {
    position: absolute;
    left: 0;
    top: 25px;
    height: 7px;
    background: url(title_bg.png) center center;
}

.old_type .title_right {
    position: absolute;
    right: 0;
    top: 25px;
    height: 7px;
    background: url(title_bg.png) center center;
}

.old_type .title_1 {
    width: 476px;
}

.old_type .title_2 {
    width: 425px;
}

.old_type .title_3 {
    width: 440px;
}

.old_type .title_4 {
    width: 480px;
}

.old_type .title_5 {
    width: 444px;
}

.old_type .title_item {
    font-family: 'MicrosoftYaHei';
    font-size: 40px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #2888e3;
    text-align: center;
}

.old_type .title_item a {
    font-family: 'MicrosoftYaHei';
    font-size: 40px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #2888e3;
    text-align: center;
}

.old_type .First_Area_box {
    margin-bottom: 50px;
}

.old_type .tplb {
    width: 1200px;
    height: 700px;
    overflow: hidden;
}

.old_type .container1 {
    width: 1200px;
    height: 700px;
}

.old_type .tplb_item {
    width: 1200px;
    height: 700px;
}

.old_type .tplb .tplb_item img {
    width: 1200px;
    /* height: 700px; */
}

.old_type .tplb_list {
    width: 1200px;
    height: auto;
    background-image: none;
    box-shadow: none;
    padding: 0 0px;
}

.old_type .tplb_list_item {
    display: none;
    height: auto;
    border-bottom: 0px solid #98b4df;
    padding: 20px 0;
    background: 0;
}

.old_type .tplb_list_item a {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 123px;
    line-height: 62px;
    letter-spacing: 0px;
    color: #333333;
}

.old_type .tplb_list_item.hover {
    display: block;
}

.old_type .tplb_list_item:hover a {
    color: #2888e3;
    font-weight: bold;
}

.old_type .tplb_list_item.hover a {

    font-weight: bold;
}

.old_type .First_Area_ss_box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 111;
}

.old_type .First_Area_ss_box::before {
    position: absolute;
    content: "";
    top: 50px;
    width: 1200px;
    height: 120px;
    z-index: -1;
    background-color: #edf6ff;
}

.old_type .ss_box {
    display: inline-block;
    width: 1100px;
    height: 100px;
    background-color: #ffffff;
    border: solid 1px #98b4df;
    margin: 0 50px 120px;
}

.old_type .input_txt {
    width: 89%;
    height: 98px;
    line-height: 98px;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #282828;
    border: 0;
    outline: 0;
    padding-left: 50px;
}

.old_type .input_btn {
    width: 46px;
    height: 50px;
    margin-bottom: -11px;
}

.old_type .ss_box_item {
    display: inline-block;
    width: 366px;
    height: 150px;
    background-color: #e0f2ff;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #2888e3;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.old_type .ss_box_item1 {
    padding-left: 137px;
    background-image: url(old_pic_01.png);
    background-position: 22px center;
    background-size: 62px;
}

.old_type .ss_box_item2 {
    padding-left: 175px;
    background-image: url(old_pic_02.png);
    background-position: 42px center;
    background-size: 60px;
}

.old_type .ss_box_item3 {
    padding-left: 161px;
    background-image: url(old_pic_03.png);
    background-position: 30px center;
    background-size: 63px;
}

.old_type .main .ss_box_item:hover {
    color: #ffffff;
    background-color: #2888e3;
    box-shadow: 0px 5px 7px 0px rgba(196, 231, 251, 0.55);
}

.old_type .ss_box_item1:hover {
    background-image: url(old_pic_01_hover.png);
}

.old_type .ss_box_item2:hover {
    background-image: url(old_pic_02_hover.png);
}

.old_type .ss_box_item3:hover {
    background-image: url(old_pic_03_hover.png);
}

.old_type .qh_box_item {
    text-align: center;
    margin-bottom: 30px;
}

.old_type .qh_item {
    min-width: 100px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    height: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 20px;
}

.old_type .qh_item.hover {
    padding: 0px 78px 0px 35px;
    color: #fff;
    background-color: #2888e3;
    border-radius: 8px;
    background-image: url(old_qh_hover.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}

.old_type .Second_box {
    position: relative;
    height: auto;
    /* background-image: linear-gradient(0deg, #f3faff 0%, #ffffff 100%);
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
    overflow: hidden; */
}

.old_type .Second_box::after {
    content: '';
    width: 500px;
    height: 350px;
    right: 22px;
    top: 17px;
    position: absolute;
    background-image: url(pic_04.png);
    background-repeat: no-repeat;
}

.old_type .Second_box_item {
    padding: 0px 30px;
}

.old_type .ts.Second_box_item {
    padding: 0px 0px;
}

.old_type .Second_box_item_txt {
    display: block;
    padding-left: 20px;
    background: url(dian.png) no-repeat left center;
    background-size: 9px;
    height: 72px;
    margin: 5px 0;
}

.old_type .Second_box_item_txt a {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #333333;
    max-width: 889px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.old_type .Second_box_item_txt span {
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #999999;
}

.old_type .Second_box_item_fl {
    display: none;
    padding-left: 40px;
    margin: 5px 0;
}

.old_type .Second_box_item_fl a {
    display: inline-block;
    height: 60px;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    padding: 0 15px;
    margin-right: 25px;
}

/* .old_type .wzjd {
    border: solid 1px #ff9f37;
    color: #ff9f37;
}

.old_type .tj {
    color: #2888e3;
    border: solid 1px #2888e3;
}

.old_type .fbhjd {
    color: #2888e3;
    border: solid 1px #2888e3;
}

.old_type .mtjd {
    color: #2888e3;
    border: solid 1px #2888e3;
}

.old_type .zcyw {
    color: #60cb40;
    border: solid 1px #60cb40;
} */

.old_type .Second_box_item li.on>.Second_box_item_fl {
    display: block;
}

.old_type .Third_box_item_box {
    padding: 5px 20px;
    width: 1200px;
    height: 529px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(196, 231, 251, 0.55);
}

.old_type .Third_box_item_txt {
    display: block;
    padding-left: 20px;
    background: url(dian.png) no-repeat left center;
    background-size: 9px;
    height: 72px;
}

.old_type .Third_box_item_txt a {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #333333;
    max-width: 889px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.old_type .Third_box_item_txt a:hover {
    color: #1496ff;
}

.old_type .Third_box_item_txt span {
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #999999;
}

.old_type .zt_lunbo_box {
    position: relative;
}

.old_type .zt_lunbo_item {
    width: 585px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    position: relative;
    float: left;
}

.old_type .zt_lunbo_item img {
    width: 585px;
    height: 305px;
}

.old_type .zt_lunbo_txt {
    display: block;
    width: 585px;
    height: 255px;
    padding: 15px 20px;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #333333;
}

.old_type .zt_lunbo_btn {
    display: block;


    width: 170px;
    height: 50px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 25px;
    font-family: MicrosoftYaHei;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.old_type .zt_lunbo_item:hover .zt_lunbo_btn {
    background-color: #0e6ddf;
    color: #ffffff;
}

.old_type .Fifth_Area_box a {
    display: block;
    float: left;
    width: 277px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #e0f2ff;
    color: #000;
    margin: 0 0px 30px 30px;
    font-size: 36px;
}

.old_type .Fifth_Area_box a:nth-child(4n-3) {
    margin: 0 0px 30px 0px;
}

.old_type .Fifth_Area_box a:hover {
    background-color: #2888e3;
    color: #fff;
}

.old_type .swiper-button-prev2 {
    width: 75px;
    height: 73px;
    left: -126px;
    background: url(old_lb_left.png);
}

.old_type .swiper-button-prev2:hover {
    background: url(old_lb_left_hover.png);
}

.old_type .swiper-button-next2 {
    width: 75px;
    height: 73px;
    right: -126px;
    background: url(old_lb_right.png);
}

.old_type .swiper-button-next2:hover {
    background: url(old_lb_right_hover.png);
}

.old_type .Third_box_item_box.fr {
    display: none;
}

.old_type .swiper-button-next1 {
    display: block;
    width: 84px;
    height: 136px;
    background: url(old_lb1_right.png);
    right: 0;
}

.old_type .swiper-button-prev1 {
    display: block;
    width: 84px;
    height: 136px;
    background: url(old_lb1_left.png);
    left: 0;
}


/* è¡¥å……æ ·å¼ */
.imglist_item {
    display: block;
    float: left;
    width: 380px;
    height: 245px;
    overflow: hidden;
    margin-left: 30px;
}

.imglist_item:first-child {
    margin-left: 0px;
}

.imglist_item img {
    width: 100%;
    min-height: 100%;
}

.mobile_type .imglist_item {
    display: block;
    float: none;
    width: 100%;
    height: 53vw;
    margin-left: 0px;
    margin-bottom: 4vw;
}


.qh_more {
    display: none;
}

.mobile_type .qh_more {
    display: block;
    margin: 4vw auto;
    width: 50vw;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    font-size: 4vw;
    color: #fff !important;
    background-color: #1492ff;
}

.old_type .imglist_item:first-child {
    margin-left: 0px;
}

.old_type .imglist_item {
    display: block;
    float: left;
    width: 575px;
    height: 320px;
    overflow: hidden;
    margin-left: 50px;
}

.old_type .ts.Second_box_item a:nth-child(3) {
    display: none;
}