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;
}

body {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-family: "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

html,
body {
    min-width: 1200px;
}

td,
th,
caption {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: auto;
}

a,
button {
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.toast {
    position: fixed;
    bottom: 5%;
    left: 50%;
    z-index: 9;
    width: auto;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.banner {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
}

.in_a {
    width: 100%;
    padding: 40px 0 60px;
}

.in_a .ia_box {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.in_a .ia_box img {
    vertical-align: top;
    max-width: 100%;
}

.title {
    width: 660px;
    margin: 0 auto;
    text-align: center;
}

.title div {
    line-height: 88px;
    font-size: 48px;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    margin-bottom: 18px;
}

.title p {
    line-height: 1;
    color: #666666;
    font-size: 32px;
}

.zx {
    width: 100%;
    text-align: center;
}

.zx a {
    display: inline-block;
    vertical-align: top;
    max-width: 355px;
    min-width: 230px;
    padding: 0 44px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    background-color: #e2352e;
    box-shadow: 2px 4px 0px #f3a47e;
}

.zx2 {
    width: 100%;
    text-align: center;
}

.zx2 a {
    display: inline-block;
    vertical-align: top;
    max-width: 355px;
    min-width: 230px;
    padding: 0 44px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color: #2c3846;
    font-size: 20px;
    background-color: #ffff00;
    box-shadow: 2px 4px 0px #f3a47e;
}

.in_b {
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.in_b .container {
    padding: 40px 0;
    height: 1000px;
    box-sizing: border-box;
}

.in_b .ib_box {
    margin: 40px 0 0;
}

.in_b .ib_box img {
    display: block;
    width: 100%;
    vertical-align: top;
}

.in_b .zx2 {
    margin-top: 137px;
    padding-right: 75px;
    text-align: right;
}

.in_c .container {
    padding: 60px 0;
}

.ic_list {
    margin-top: 45px;
    margin-bottom: 55px;
}

.ic_list ul {
    display: flex;
}

.ic_list ul li {
    margin-right: 25px;
    cursor: pointer;
}

.ic_list ul li:last-child {
    margin: 0;
}

.ic_list ul li .icl_img {
    width: 280px;
    text-align: center;
    position: relative;
}

.ic_list ul li .icl_img img {
    width: 280px;
    display: block;
}

.ic_list ul li .icl_img div {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding: 12px 0 10px;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.ic_list ul li .icl_text {
    padding: 10px 25px 0;
    text-align: center;
    height: 120px;
    width: 230px;
}

.ic_list ul li .icl_text div {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.ic_list ul li .icl_text p {
    text-align: left;
    color: #000000;
    font-size: 13px;
}

.ic_list ul li .icl_text p span {
    color: #ff0000;
}

.ic_list ul li:hover .icl_img div {
    background-color: rgba(248, 56, 38, 0.7);
    color: #fff;
}

.ic_list ul li:hover .icl_text {
    background-color: #e9736a;
}

.ic_list ul li:hover .icl_text div {
    color: #fff;
}

.ic_list ul li:hover .icl_text p {
    color: #fff;
}

.ic_list ul li:hover .icl_text p span {
    color: #fff600;
}

.ic_list ul li .icl_img div,
.ic_list ul li .icl_text div,
.ic_list ul li .icl_text,
.ic_list ul li .icl_text p,
.ic_list ul li .icl_text p span {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.ic_list ul li:hover .icl_img div,
.ic_list ul li:hover .icl_text div,
.ic_list ul li:hover .icl_text,
.ic_list ul li:hover .icl_text p,
.ic_list ul li:hover .icl_text p span {
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}

.in_d {
    background: url(../img/photo11.jpg);
    width: 100%;
    height: 800px;
    padding: 30px 0 50px;
}

.in_d .id_t {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.in_d .id_s div {
    display: flex;
}

.in_d .id_s li img {
    margin-bottom: 15px;
}

.in_d .container {
    overflow: visible;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    font-size: 22px;
    color: #333;
}

.swiper-slide img {
    object-fit: cover;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/swiper_left.png);
    left: -30px;
    top: 50%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../img/swiper_right.png);
    right: -30px;
    top: 50%;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 89%;
    width: 23px;
    height: 26px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 23px 26px;
    background-position: center;
    background-repeat: no-repeat;
}

.in_e {
    padding-bottom: 100px;
}

.in_e .ie_t {
    background: url(../img/photo18.jpg);
    width: 100%;
    height: 425px;
    padding-top: 105px;
}

.in_e .ie_t .title div {
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 14px;
}

.in_e .ie_t .title p {
    font-size: 24px;
}

.in_e .ie_b ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    justify-content: space-between;
    margin-top: 17px;
}

.in_e .ie_b ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.in_e .ie_b ul li div {
    font-size: 16px;
    color: #333;
    background-color: #f0f4fa;
    padding: 20px 0 19px 35px;
    width: 308px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.in_e .ie_b ul li a {
    font-size: 22px;
    color: #fff;
    background-color: #e2352e;
    padding: 16px 51px 17px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.in_f {
    padding: 55px 0 80px;
    background-color: #f9faff;
    width: 100%;
}

.in_f .title div {
    border-bottom: 0;
    margin-bottom: 55px;
}

.in_f img {
    width: 100%;
    display: block;
}

.footer {
    width: 100%;
}

.footer img {
    width: 100%;
    display: block;
}