@font-face {
    font-family: impact;
    src: url(../fonts/impact.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dd {
    margin: 0;
    color: #333;
}

p,
span,
a,
dd,
li {
    font-size: 14px;
}

.container {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.container2 {
    padding: 0;
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

ul,
ol,
body,
html,
p {
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

html {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 14px;
}

a {
    text-decoration: none!important;
    color: #004ea2
}

a:hover {
    transition: all 300ms linear;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}

.banner {
    height: 1044px;
    overflow: hidden;
}

.banner .container {
    margin-top: 210px;
    overflow: unset;
}

.banner .aboutzlxk {
    font-size: 48px;
    color: #fff;
}

.banner .line {
    background: #d93f3d;
    width: 50px;
    height: 4px;
    margin-top: 40px;
}

.banner .swiper-container {
    width: 760px;
    margin-left: 0;
    color: #fff;
    margin-bottom: 60px;
}

.banner .swiper-container p {
    font-size: 36px;
    color: #fff;
    margin: 35px 0;
}

.banner .swiper-container .detail {
    font-size: 18px;
    margin-bottom: 160px;
    display: block;
}

.banner .swiper-pagination {
    left: 0;
    text-align: left;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}

.banner .aigav span {
    display: block;
    float: left;
    width: 25%;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.banner .num {
    font-family: impact;
    font-size: 120px;
    color: #fff;
}

.banner .plus {
    color: #fff;
    font-size: 42px;
}

.banner .aigav {
    padding-top: 150px;
    border-top: 1px #4b276a solid;
}

.banner .font {
    height: 100px;
    position: relative;
}

.about-01 {
    overflow: hidden;
    background: #f1f5f9;
    padding-bottom: 80px;
}

.about-title {
    text-align: center;
    font-size: 36px;
    margin-top: 60px;
}

.about-line {
    background: #d93f3d;
    width: 50px;
    height: 4px;
    margin: 30px auto 60px auto;
}

.about-01 .main p {
    font-size: 20px;
    color: #484848;
    line-height: 38px;
    margin-bottom: 30px;
}

.about-01 .list {
    background: #fff;
    width: 250px;
    text-align: center;
    padding: 50px 30px;
    height: 330px;
    float: left;
    margin-right: 110px;
}

.about-01 .list .bt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}

.about-01 .list-line {
    margin: 25px auto;
    width: 70px;
    height: 1px;
    background: #333;
}

.about-01 .detail {
    color: #666;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
}

.about-01 .bottom {
    margin-right: -110px;
}

.about-02 {
    height: 789px;
    background: url(../images/aboutbg_28.jpg) center no-repeat;
    overflow: hidden;
}

.about-txt {
    color: #fff;
    text-align: center;
}

.about-02 .swiper-slide {
    text-align: center;
}

.about-02 .pc .swiper-slide img {
    width: 100%;
    height: auto;
}

.about-02 .swiper-container {
    width: 1450px;
    margin-top: 50px;
}

.about-02 .container {
    position: relative;
}

.about-02 .swiper-button-next,
.about-02 .swiper-button-prev {
    top: 70%;
}

.about-03 {
    overflow: hidden;
    background: url(../images/cxvs_41.jpg) center no-repeat;
    height: 789px;
}

.about-03 img {
    margin-top: 50px;
}

.foot-about p,
.full-foot-bottom p,
.full-foot-bottom a,
.foot-about a {
    color: #666
}

.about-01 .list img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about-01 .list:hover {
    box-shadow: 0 2px 9px 0 rgba(0, 43, 89, 0.22);
}

.about-01 .list:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}