@charset "utf-8";

/* css reset www.admin10000.com */
html {
    font-size: 10px;
    font-size: 62.5%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

/* css common */
.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

* {
    outline: none;
}

.container {
    margin: 0 auto;
    width: 1000px;
}

.ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ov2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ov3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.header {
    height: 100px;
    background-color: #fff;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.header .container .logo {
    width: 187px;
    height: 51px;
}

.header .container .logo img {
    display: block;
    width: 187px;
    height: 51px;
}

.header .container .header_r .header_1 {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.header .container .header_r .header_1 span {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #13a9e3;
}

.header .container .header_r .header_1 a {
    text-align: right;
    display: block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #555555;
    height: 17px;
}

.header .container .header_r ul {
    display: flex;
}

.header .container .header_r ul li {
    padding-left: 27px;
}

a {
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.header .container .header_r ul li a.on {
    border-bottom: 1px solid #13a9e3;
    color: #13a9e3;
    font-weight: bold;
}

.banner img {
    width: 100%;
}

.index_num {
    /* margin-bottom: 110px; */
    background: url(../images/index1_bg.png) no-repeat center bottom;
    height: 551px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_num ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_num ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_num ul li img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0 0 30px -2px rgba(19, 169, 227, 0.4);
    margin-bottom: 10px;
    margin-right: 22px;
}

.index_num ul li div {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.index_num ul li h3 {
    color: #13a9e3;
    font-size: 40px;
}

.index_num ul li p {
    font-size: 20px;
}

.index_num ul li:nth-of-type(1) {
    flex-direction: column;
    margin-bottom: 70px;
    width: 50%;
}

.index_num ul li:nth-of-type(1) div {
    text-align: center;
}

.index_num ul li:nth-of-type(1) img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.index_num ul li:nth-of-type(2) {
    flex-direction: column;
    margin-bottom: 70px;
    width: 50%;
}

.index_num ul li:nth-of-type(2) img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.index_num ul li:nth-of-type(2) div {
    text-align: center;
}

.index_num ul li:nth-of-type(2) h3 {
    color: #6669f4;
}

.index_bj {
    height: 516px;
    background: url(../images/index2x_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 48px;
}

.index_bj .index_t {
    text-align: center;
    margin-bottom: 70px;
}

.index_bj .index_t h3 {
    font-size: 28px;
    color: #fff;
}

.index_bj .index_t p {
    font-size: 15px;
    color: #fff;
    opacity: 0.7;
}

.index_bj .index_t span {
    display: block;
    width: 30px;
    height: 6px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 14px;
}

.index_bj .swiper-slide {
    padding: 0 50px;
}

.index_bj .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_bj .swiper-slide a img {
    width: 900px;
    height: 280px;
    display: block;
}

.index_bj .swiper-slide a p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #ffffff;
}

.index_bj .swiper-slide a li {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
}

.index_bj .swiper-slide a span {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.index_bj .swiper-button-next {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
}

.index_bj .swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
}

.index_bj .swiper-button-next,
.index_bj .swiper-button-prev {
    width: 16px;
    height: 24px;
    margin-top: 0;
}

.index_bj .swiper-button-next::after,
.index_bj .swiper-button-prev::after {
    display: none;
}

.index_t {
    text-align: center;
}

.index_t h3 {
    font-size: 28px;
    color: #000;
}

.index_t p {
    font-size: 15px;
    color: #000;
    opacity: 0.7;
}

.index_t span {
    display: block;
    width: 30px;
    height: 6px;
    background-color: #00b0d1;
    margin: 0 auto;
    margin-top: 14px;
}

.index_product {
    padding-top: 80px;
    margin-bottom: 78px;
}

.index_product .index_t {
    margin-bottom: 48px;
}

.index_product .index_product_btn {
    padding: 0 54px;
    display: flex;
    justify-content: center;
    margin-bottom: 58px;
}

.index_product .index_product_btn a {
    display: block;
    width: 335px;
    height: 43px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #08a9e3;
    font-size: 22px;
    color: #08a9e3;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    margin: 0 27px;
}

.index_product .index_product_btn a.active {
    background-color: #08a9e3;
    color: #fff;
    box-shadow: 0 0 30px 1px rgba(19, 169, 227, 0.6);
}

.index_product .index_product_ul+.index_product_ul {
    display: none;
}

.index_product .index_product_ul {
    width: 810px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 422px;
    padding-top: 117px;
    margin-bottom: 40px;
    position: relative;
}

.index_product .index_product_ul img {
    position: absolute;
    width: 300px;
    /*height: 422px;*/
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    z-index: -1;

}

.index_product .index_product_ul ul li {
    text-align: left;
    font-size: 17px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: normal;
}

.index_product .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #08a9e3;
}

.index_product .more img {
    margin: 0 5px;
}

.index_scenario {
    height: 578px;
    background-color: #f8f7f6;
    padding-top: 47px;
}

.index_scenario .index_t {
    margin-bottom: 39px;
}

.index_scenario .swiper-slide {
    width: 190px;
    padding: 30px 0;
}

.index_scenario .swiper-slide img {
    width: 100%;
    height: 220px;
}

.index_scenario .swiper-slide a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transition: 0.2s linear all;
}

.index_scenario .swiper-slide a div {
    background-color: #fff;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index_scenario .swiper-slide a div h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #08a9e3;
}

.index_scenario .swiper-slide a div P {
    font-size: 13px;
    color: #666666;
}

.index_scenario .swiper-slide a:hover {
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.3);
}

.index_value_d img {
    display: block;
    margin: 0 auto;
}

.index_value {
    padding-top: 70px;
    margin-bottom: 92px;
}

.index_value .index_t {
    margin-bottom: 40px;
}

.index_profit {
    padding-top: 50px;
    height: 649px;
    background-color: #f6f9fc;
}

.index_profit .index_t {
    margin-bottom: 42px;
}

.index_profit .main .main1 {
    text-align: center;
    margin-bottom: 58px;
    color: #666666;
    font-size: 26px;
}

.index_profit .main .main1 h3 {
    display: flex;
    justify-content: center;
}

.index_profit .main .main1 p {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    color: #13a9e3;
}

.index_profit .main .main1 span {
    font-size: 18px;
    color: #666666;
}

.index_profit .main .main2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_profit .main .main2 img {
    margin-right: 35px;
}

.index_profit .main .main2 p {
    color: #666666;
    font-size: 20px;
    line-height: 48px;
}

.index_profit .main .main2 p span {
    font-size: 20px;
    font-weight: bold;
}

.index_profit .index_profit_btn {
    padding: 0 20px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_profit .index_profit_btn a {
    width: 211px;
    height: 43px;
    display: block;
    text-align: center;
    line-height: 43px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    margin: 0 60px;
}

.index_profit .index_profit_btn a:nth-of-type(2) {
    background-color: #fe9625;
    box-shadow: 0 0 30px 1px #fe9625;
}

.index_profit .index_profit_btn a:nth-of-type(3) {
    background-color: #c760dd;
    box-shadow: 0 0 30px 1px #c760dd;
}

.index_news {
    margin-bottom: 40px;
    padding-top: 80px;
}

.index_news .index_t {
    margin-bottom: 40px;
}

.index_news .swiper-container .swiper-slide {
    padding-bottom: 20px;
}

.index_news .swiper-container .swiper-slide:hover {
    background-color: #f6f9fc;
}

.index_news .swiper-container .swiper-slide:hover h3 {
    color: #08a9e3;
}

.index_news .swiper-container img {
    width: 100%;
    height: 195px;
}

.index_news .swiper-container h3 {
    padding: 0 10px;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 30px;
    color: #333333;
    line-height:1.5;
}

.index_news .swiper-container p {
    padding: 0 10px;
    color: #797979;
    font-size: 15px;
    line-height:1.5;
}

.footer {
    margin-top: -102px;
    padding-top: 275px;
    z-index: -1;
    height: 658px;
    background: url(../images/footer.png) no-repeat center center;
}

.footer_t {
    display: flex;
    justify-content: space-between;
}

.footer_t .footer_logo {
    margin-bottom: 45px;
    display: block;
}

.footer_t .footer1 {
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer_t .footer1 h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.footer_t .footer1 p {
    color: #f2f5fb;
    font-size: 18px;
}

.footer_t .footer2 {
    line-height: 1.8;
    color: #f2f5fb;
    font-size: 18px;
}

.footer_t .footer_r {
    margin-top: 24px;
    text-align: right;
}
.footer_t .footer_r .ewm img{
    display: block;
    margin: 0 auto;
}
.footer_t .footer_r h3 {
    color: #ffffff;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 50px;
}

.link {
    margin-top: 20px;
    display: flex;
    padding: 16px 0;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.link span {
    display: block;
    width: 91px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 18px;
    line-height: 25px;
    color: #f2f5fb;
    text-align: center;
}

.link a {
    line-height: 25px;
    padding: 0 20px;
    color: #f2f5fb;
    font-size: 18px;
}

.footer_d {
    padding-top: 10px;
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.all_banner img {
    display: block;
    width: 100%;
}

.contact_ul {
    margin-top: 50px;
}

.contact_ul h3 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact_ul li {
    display: flex;
    padding-left: 25px;
    margin-bottom: 10px;
}

.contact_ul li span {
    display: block;
    width: 105px;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}

.contact_ul li p {
    flex: 1;
    color: #666666;
    font-size: 20px;
}

.contact_ul li:nth-of-type(1) {
    background: url(../images/contact1.png) no-repeat left top;
    background-size: auto 21px;
    background-position-y: 5px;
}

.contact_ul li:nth-of-type(2) {
    background: url(../images/contact2.png) no-repeat left top;
    background-size: auto 21px;
}

.contact_ul li:nth-of-type(3) {
    background: url(../images/contact3.png) no-repeat left top;
    background-size: auto 21px;
}


.contact_ul li:nth-of-type(4) {
    background: url(../images/contact3.png) no-repeat left top;
    background-size: auto 21px;
}

.contact_ul li:nth-of-type(5) {
    background: url(../images/contact3.png) no-repeat left top;
    background-size: auto 21px;
}
.dt {
    margin: 30px auto;
}

.dt img {
    display: block;
    width: 100%;
}

.contact_ul2 ul li:nth-of-type(2) {
    background: url(../images/contact3.png) no-repeat left top;
    background-size: auto 21px;
}

.all_meau {
    height: 68px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 0px rgba(102, 102, 102, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_meau a {
    padding: 0 65px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #000;
    background: url(../images/list_t.png) no-repeat right;
}

.all_meau a:last-child {
    background: none;
}

.all_meau a.active {
    color: #13a9e3;
}

.list {
    margin: 126px auto;
}

.list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.list li {
    width: 311px;
    text-align: center;
    margin-bottom: 32px;
    margin-left: 32px;
}

.list li img {
    width: 100%;
    height: 211px;
    display: block;
}

.list li p {
    margin-top: 24px;
    line-height: 1;
    color: #333333;
    font-size: 20px;
}

.list li:nth-of-type(3n+1) {
    margin-left: 0;
}

.list .more {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #000000;
    color: #000000;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

.gsjj {
    margin: 100px auto;
}

.gsjj1 {
    color: #333333;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.gsjj2 {
    color: #13a9e3;
    font-weight: bold;
    line-height: 1.8;
    font-size: 20px;
}

.gsjj3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.gsjj3 .gsjj3_l {
    margin-right: 32px;
}

.gsjj3 .gsjj3_r img {
    width: 707px;
    height: 263px;
    display: block;
}

.gsjj3 .item {
    margin: 64px 0;
    display: flex;
    align-items: center;
}

.gsjj3 .item img {
    box-shadow: 0 0 30px -2px rgba(19, 169, 227, 0.4);
    width: 79px;
    height: 79px;
    border-radius: 100%;
    margin-right: 17px;
}

.gsjj3 .item h3 {
    line-height: 1.2;
    color: #13a9e3;
    font-size: 40px;
}

.gsjj3 .item p {
    line-height: 1.2;
    color: #333333;
    font-size: 25px;
}

.team {
    margin: 100px auto;
    padding: 0 20px;
}

.team .item {
    margin-bottom: 80px;
}

.team .item_t {
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #59c3eb;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.team .item_d {
    margin: 51px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .item_d img {
    width: 180px;
    height: 170px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 19px;
}

.team .item_d div {
    width: 716px;
}

.team .item_d p {
    font-size: 16px;
}

.team .item_d h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.team .item_d h3 span {
    font-weight: normal;
}

.team>.item_d {
    margin: 68px 0;
    height: 218px;
    background-color: #f2f2f2;
    border-radius: 15px;
}

.team>.item_d h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.team>.item_d h3 span {
    font-weight: bold;
}

.team>.item_d p {
    font-size: 16px;
    color: #000000;
}

.hzdw {
    margin: 100px auto;
}

.hzdw .hzdw1 {
    text-align: center;
    line-height: 2;
    color: #000000;
    font-size: 22px;
}

.hzdw .hzdw2 {
    margin-top: 60px;
}

.hzdw .hzdw2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.hzdw .hzdw2 h3 {
    margin-top: 32px;
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}

.zfbj {
    margin: 100px auto;
}

.zfbj .swiper-slide {
    padding: 50px;
}

.zfbj a {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px -2px rgba(19, 169, 227, 0.4);
    padding-bottom: 0;
}

.zfbj a img {
    margin-right: 28px;
    width: 400px;
    height: 331px;
    display: block;
}

.zfbj a div {
    width: 569px;
}

.zfbj a h3 {
    color: #13a9e3;
    font-size: 24px;
    margin-bottom: 20px;
}

.zfbj a p {
    color: #000000;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    line-height:1.5;
}

.zfbj .swiper-button-next {
    background: url(../images/next1.png) no-repeat;
    background-size: 100% 100%;
}

.zfbj .swiper-button-prev {
    background: url(../images/prev1.png) no-repeat;
    background-size: 100% 100%;
}

.zfbj .swiper-button-next,
.zfbj .swiper-button-prev {
    width: 16px;
    height: 24px;
    margin-top: 0;
}

.zfbj .swiper-button-next::after,
.zfbj .swiper-button-prev::after {
    display: none;
}

.news {
    margin: 100px auto;
}

.news .more {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #000000;
    color: #000000;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

.news1 {
    height: 371px;
    padding: 54px 40px;
    background-color: #f6f9fc;
    display: flex;
    align-items: flex-end;
}

.news1 img {
    width: 392px;
    height: 262px;
    display: block;
    margin-right: 30px;
}

.news1 div {
    width: 490px;
}

.news1 h3 {
    font-size: 20px;
    color: #08a9e3;
    font-weight: bold;
    margin-bottom: 65px;
}

.news1 p {
    color: #797979;
    font-size: 15px;
}

.news1 a {
    width: 141px;
    height: 41px;
    border-radius: 20px;
    border: solid 1px #6ac1ea;
    display: block;
    margin-top: 50px;
    color: #6ac1ea;
    font-size: 18px;
    text-align: center;
    line-height: 41px;
}

.info {
    margin: 70px auto;
    margin-bottom: 100px;
}

.info .info_t {
    text-align: center;
    margin-bottom: 70px;
}

.info .info_t h3 {
    padding-bottom: 20px;
    color: #08a9e3;
    font-size: 28px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}

.info .info_t p {
    color: #797979;
    font-size: 14px;
}

.info .info_d {
    color: #797979;
    font-size: 18px;
    line-height: 1.8;
}

.info .info_d p {
    margin: 20px 0;
}

.info .info_d img {
    display: block;
    margin: 20px auto;
}

.cooperation1 {
    margin-top: 65px;
    margin-bottom: 40px;
}

.cooperation1 .index_t {
    margin-bottom: 50px;
}

.cooperation1 .main {
    display: flex;
}

.cooperation1 .main .cooperation1-img {
    width: 1000px;
    height: 534px;
    margin-right: 40px;
}

.cooperation1 .main .cooperation1-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.cooperation1 .main ul li {
    line-height: 2;
    margin-bottom: 50px;
}

.cooperation1 .main ul li h3 {
    color: #13a9e3;
    font-size: 24px;
}

.cooperation1 .main ul li p {
    color: #000000;
    font-size: 20px;
}

.index_t2 h3 {
    margin-bottom: 30px;
}

.cooperation2 {
    background-color: #f6fcfe;
    padding: 45px 0;
    margin-bottom: 89px;
}

.cooperation2 ul {
    width: 801px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cooperation2 ul img {
    width: 241px;
    height: 241px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
}

.cooperation2 ul li {
    width: 343px;
}

.cooperation2 ul li span {
    width: 171px;
    height: 51px;
    background-color: #13a9e3;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 51px;
}

.cooperation2 ul li div {
    width: 100%;
    height: 227px;
    border-radius: 15px;
    border: solid 1px #13a9e3;
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    font-size: 24px;
    line-height: 2;
}

.cooperation2>h3 {
    width: 801px;
    height: 59px;
    border-radius: 10px;
    border: solid 1px #58bbe8;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 47px;
    color: #13a9e3;
    font-size: 28px;
}

.cooperation2>h3 img {
    margin-right: 7px;
}

.cooperation3 {
    margin: 89px auto;
}

.cooperation3 .cooperation3_img img {
    display: block;
    margin: 0 auto;
}

.cooperation4 {
    margin-bottom: -190px;
    background-color: #f4f4f4;
    padding-top: 48px;
    padding-bottom: 253px;
}

.cooperation4 .index_t {
    margin-bottom: 40px;
}

.cooperation4 .cooperation4_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.cooperation4 .cooperation4_img h3 {
    color: #13a9e3;
    font-size: 28px;
    margin-top: 75px;
    text-align: center;
}

.cooperation4_1 {
    margin-bottom: 80px;
    text-align: center;
}

.cooperation4_1 h3 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 40px;
}

.cooperation4_1 p {
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}

.index_t3 {
    text-align: left;
    margin-bottom: 6px;
}
.index_t3 p{
    font-size: 19px;
}
.hbd1 {
    margin: 70px auto;
    margin-bottom: 100px;
}

.hbd1 .hbd1_t {
    margin-bottom: 90px;
}

.hbd1 .hbd1_t h3 {
    color: #5eb7e8;
    font-size: 28px;
}

.hbd1 .hbd1_t p {
    margin-top: 15px;
    color: #000000;
    font-size: 20px;
}

.hbd1 .hbd1_d>img {
    width: 845px;
    display: block;
    margin: 0 auto;
}

.hbd2 {
    height: 649px;
    background-color: #f6f9fc;
    padding-top: 65px;
}

.hbd2 .main {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hbd2 .main>img {
    width: 209px;
    height: 236px;
}

.hbd2 ul li {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.hbd2 ul li img {
    width: 39px;
    margin-right: 29px;
}

.hbd2 ul li div {
    width: 635px;
}

.hbd2 ul li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.hbd2 ul li p {
    font-size: 20px;
    color: #000000;
}

.hbd2 .hbd2_d {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.hbd2 .hbd2_d p {
    width: 315px;
    height: 71px;
    background-color: #13a9e3;
    border-radius: 10px;
    text-align: center;
    line-height: 71px;
    font-size: 20px;
    color: #fff;
}

.zlkk {
    margin: 67px auto;
    margin-bottom: 120px;
}

.zlkk .index_t {
    margin-bottom: 60px;
}

.zlkk ul {
    display: flex;
    flex-wrap: wrap;
}

.zlkk ul li {
    text-align: center;
    margin-left: 11px;
}

.zlkk ul li img {
    border: 4px solid #13a9e3;
    border-radius: 10px;
    width: 318px;
    height: 238px;
}

.zlkk ul li p {
    margin-top: 20px;
    color: #9a9a9a;
    font-size: 20px;
}

.zlkk ul li:nth-of-type(3n+1) {
    margin-left: 0;
}

.hbd3 {
    height: 743px;
    background-color: #faf8f7;
    padding-top: 40px;
}

.hbd3 .index_t {
    margin-bottom: 60px;
}

.hbd3 .hbd3_img {
    width: 100%;
    margin: 0 auto;
}

.hbd4 {
    background-color: transparent;
    margin-bottom: 150px;
    margin-top: 107px;
}

.zqd1 {
    margin-top: 70px;
    margin-bottom: 60px;
}

.zqd1 .index_t {
    margin-bottom: 16px;
}

.zqd1_d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}

.zqd1_d ul li {
    display: flex;
}

.zqd1_d ul li span {
    margin: 2px;
    width: 150px;
    display: block;
    height: 36px;
    background-color: #eeeeee;
    border-radius: 5px;
    line-height: 36px;
    font-size: 20px;
    color: #000;
    padding-left: 11px;
}

.zqd1_d ul li p {
    padding: 0 25px;
    flex: 1;
    margin: 2px;
    height: 36px;
    line-height: 36px;
    background-color: #5fd4ed;
    border-radius: 5px;
    color: #000000;
    font-size: 20px;
}

.zqd2 {
    height: 388px;
    background-color: #f6f9fc;
    padding-top: 17px;
}

.zqd2_img {
    height: 388px;
    margin: 0 auto;
    margin-top: -82px;
    display: flex;
    align-items: center;
}

.zqd2_img img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.zqd3 {
    margin: 73px auto;
}

.zqd3 .zqd3_img {
    margin-top: 54px;
}

.zqd3 .zqd3_img img {
    width: 714px;
    margin: 0 auto;
    display: block;
}

.zqd4 {
    padding-bottom: 300px;
    margin-bottom: -245px;
    padding-top: 40px;
    background-color: #f9f8f7;
}

.zqd4 .index_t {
    margin-bottom: 90px;
}

.zqd4 .zqd3_img img {
    width: 920px;
    margin: 0 auto;
    display: block;
}

.map-img {
    display: block;
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    margin-top: 60px;
}

.BMap_cpyCtrl{
    display: none;
}
.anchorBL{
    display: none;
}

 #news_lst{
     display: flex;
     flex-wrap: wrap;
 }
#news_lst li{
    margin-left: 20px;
    width: 320px;
    margin-bottom: 20px;
}
#news_lst li:nth-of-type(3n+1){
    margin-left: 0;
}
