@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */


/* 禁用iPhone中Safari的字号自动调整 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
}


/* 禁止缩放表单 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

:root {
    --main-color: #e60012;
    --main-color-white: #ffffff;
    --main-color-fontColor: #555555;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.trans {
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

header .nav_ul>li:nth-child(4) .er-ul {
    width: 160%;
    left: -30%;
}

.er-ul {
    position: absolute;
    width: 140%;
    left: -20%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    transition: 400ms ease-in-out;
    transform: scale(0);
    opacity: 0;
}

.er-ul>li {
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
}

.er-ul>li:hover a {
    color: #A22037;
}

.er-ul>li:nth-child(1) {
    padding-top: .625rem;
}

.er-ul>li:last-child {
    padding-bottom: .625rem;
}

header .nav_ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
    display: block;
}

.bg {
    background: #A22037;
}

.bg1 {
    background: #03435C;
}

.logo_phone img {
    width: 7.5rem;
}

.c {
    color: #A22037;
}

.c1 {
    color: #03435C;
}

.cf {
    color: #fff !important;
}

.c0 {
    color: #000 !important;
}

.phone_weibu {
    background: #0A0A0A;
    display: none;
}

.phone_weibu .mobMenu>li>a {
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}

.phone_weibu .mobMenu>li {
    border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
    font-size: 12px;
    color: #9a9797;
    line-height: 28px;
    text-align: left;
}

.phone_weibu {
    display: none;
}

.phone_weibu .mobMenu>li>a::before {
    background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
    background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
    display: none;
}

.container {
    padding: 0 14.8125rem;
    width: 100%;
}

html {
    font-size: calc(0.83333333vw);
}

.container {
    padding: 0 16.25rem;
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .phone_weibu {
        display: block;
    }
}

header {
    border-top: .4375rem solid #A22037;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(255, 255, 255, 0));
}

header .container {
    padding-left: 3.5625rem;
    padding-right: 0;
}

header .logo {
    width: 35.0625rem;
    margin-top: 1.5625rem;
}
header .logo img{ width:100%;}
header .center .top.active ul li,
header .center .top.active .sousuo i {
    line-height: 4rem;
    transition: all 0.6s;
    -webkit-transform: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}

header .menu {
    width: 6.625rem;
    line-height: 5.125rem;
    text-align: center;
    height: 5.125rem;
    background-size: contain;
    background-position: top right;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    margin-left: 1.875rem;
    cursor: pointer;
}

header .menu i {
    color: #fff;
    font-size: 1.875rem;
}

header .center .top .form input {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #000;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    /* Firefox 4 */
    -webkit-transition: width 0.5s;
    /* Safari 和 Chrome */
    -o-transition: width 0.5s;
    width: 0;
}

header .center .top .sousuo+ul {
    position: relative;
}

header .center .top ul.active {
    left: -18rem;
}

header .center .top .sousuo:hover input {
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    /* Firefox 4 */
    -webkit-transition: width 0.5s;
    /* Safari 和 Chrome */
    -o-transition: width 0.5s;
    width: 20rem;
    padding: 0 0 0 .9375rem;
}

header .center .top {
    margin: .9375rem 0 .25rem;
    position: relative;
    padding-right: 1.5rem;
}

header .center .top .form .contact button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
    border: none;
    opacity: 0;
    background: transparent;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
}

header .center .top .sousuo:hover .form .contact button {
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
}

header .center .top .form .contact button i {
    color: #A22037;
}

header .center .top .form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
}

header .center .top ul li {
    display: inline-block;
    margin-right: 1.25rem;
    font-size: .875rem;
    line-height: 2rem;
    color: #FFFFFF;
    opacity: 0.68;
}

header .center .top ul li a {
    color: #FFFFFF;
}

header .center .top .sousuo {
    color: rgba(255, 255, 255, 0.68);
}

header .center .top .sousuo i {
    display: block;
    line-height: 2rem;
}

header .center .bot>ul>li {
    float: left;
    padding: 0 1rem .25rem;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 2.5rem;
    color: #FFFFFF;
    position: relative;
    margin-left: .9375rem;
}

header .center .bot>ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
}

header.active1 .center .bot>ul>li::before {
    background: #000;
}

header .center .bot>ul>li.active::before,
header .center .bot>ul>li:hover::before {
    width: 100%;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

header .center .bot>ul>li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

header .center .bot>ul>li>a {
    color: #FFFFFF;
}

.g-nav2 {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/nav-bg.jpg) center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.g-nav2.active {
    opacity: 1;
    visibility: visible;
}

.g-nav2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 7.5rem;
    bottom: 0;
    overflow-y: auto;
}

.g-nav2 .scroll ul {
    margin: 0 auto;
}

.g-nav2 .scroll li {
    width: 14.285%;
    text-align: center;
    float: left;
    padding-top: 2.8125rem;
}

.g-nav2 .scroll li h2 {
    font-size: 1.375rem;
    font-weight: 600;
}

.g-nav2 .scroll li h2 {
    margin-bottom: 1.25rem;
}

.g-nav2 .scroll li a:hover {
    color: #A22037;
}

.g-nav2 .scroll li a {
    color: #fff;
}

.g-nav2 .scroll li .list {
    padding: .875rem 0;
}

.g-nav2 .scroll li .list h3 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.g-nav2 .scroll li .list dl {
    padding-bottom: 1.25rem;
}

.g-nav2 .scroll li .list dd {
    font-size: .75rem;
    line-height: 1.875rem;
    opacity: .65;
}

.banner .hover {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
}

.banner .hover .p1 {
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.75rem;
    color: #FFFFFF;
    text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}

.banner .swiper-pagination {
    position: static;
    text-align: left;
    padding: 0 5.3125rem;
}

.banner .hover_pag {
    bottom: 15%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}

.index_two {
    background: #F2F3F9;
}

.banner .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
}

.banner .swiper-pagination-bullet {
    width: 3.625rem;
    height: .375rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
    margin-right: 1.25rem;
    position: relative;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet:before {
    position: absolute;
    bottom: -2.1875rem;
    left: 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}


/* .banner .swiper-pagination-bullet:nth-child(1):before {
    content: "高中";
} */


/* .banner .swiper-pagination-bullet:nth-child(2):before {
    content: "初中";
} */


/* .banner .swiper-pagination-bullet:nth-child(3):before {
    content: "少培";
} */

.m20 {
    margin-top: 1.25rem;
}

.news_kuai:hover .name {
    color: #03435C;
}

.news_kuai img {
    height: 16.5rem;
    object-fit: cover;
}

.news_kuai:hover .over img {
    transform: scale(1.1);
}

.news_kuai .name {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #000000;
    height: 3.75rem;
}

.loadmore-tips {
    font-size: 1rem;
}

.loadmore-line {
    text-align: center;
}

.news_kuai .text {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #888888;
}

.news_kuai .data {
    font-size: .875rem;
    line-height: 2rem;
    margin: .25rem 0;
    color: #888888;
}

.news_kuai .data i {
    font-size: .875rem;
}

.news_kuai .data span {
    color: #A22037;
    margin-left: 1.25rem;
}

.data {
    font-size: .875rem;
    line-height: 2rem;
    margin: .25rem 0;
    color: #888888;
}

.data i {
    font-size: .875rem;
}

.data span {
    color: #A22037;
    margin-left: 1.25rem;
}

.index_one {
    padding: 4.75rem 0 5.625rem;
}

.index_one .top .swiper-slide .img {
    background-position: center !important;
    height: 15.5rem;
}

.index_one .left .swiper-container {
    padding-bottom: 3.75rem;
}

.index_one .left .swiper-pagination-bullet {
    background: #A0A0A0;
    opacity: 1;
}

.index_one .left .swiper-pagination {
    bottom: 0;
}

.index_one .left .swiper-pagination-bullet-active {
    background: #03435C;
}

.index_one .left .swiper-button-prev,
.index_one .left .swiper-button-next {
    bottom: .1875rem;
    top: auto;
    margin: 0;
    width: 3.75rem;
    height: .625rem;
}

.index_one .left .swiper-button-prev {
    background: url(../images/jr.svg);
}

.index_one .left .swiper-button-next {
    background: url(../images/jl.svg);
}

.index_one .left .bot {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 1rem 0 .9375rem;
    margin-top: 2.5rem;
}

.index_one .left .bot .name {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.index_one .left .bot .col-md-4:hover .name {
    color: #03435C;
}

.index_one .right .border {
    border: 1px solid #EAEAEA;
    border-top: 3px solid #A22037;
    padding: 1.875rem;
}

.index_one .right .border .title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #5B5B5B;
    padding: 0 0 1.5rem 0;
    position: relative;
}

.index_one .right .border ul li {
    position: relative;
    padding: 1.7rem 0;
}

.index_one .right .border ul li .fl {
    position: relative;
    padding-right: .9375rem;
    width: 15%;
}

.index_one .right .border ul li .fl .number {
    font-size: 2.125rem;
    line-height: 2.4rem;
    color: #A22037;
}

.index_one .right .border ul li .fl div {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #A22037;
}

.index_one .right .border ul li .fr {
    width: 85%;
    padding-left: 1.25rem;
}

.index_one .right .border ul li .fr .name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #000000;
}

.index_one .right .border ul li .fl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    background: #EAEAEA;
}

.index_one .right .border ul li:hover .name {
    color: #03435C;
}

.index_one .right .border ul li:hover .fl .number,
.index_one .right .border ul li:hover .fl div {
    color: #03435C;
}

.index_one .right .border ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    height: 1px;
    background: #EAEAEA;
}

.index_two .left {
    width: 61.5%;
}

.index_two .left .over div {
    height: 43.75rem;
}

.index_two .left .swiper-pagination {
    position: absolute;
    bottom: 5rem;
    right: 9.375rem;
}

.index_two .left .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 .375rem;
}

.index_two .left .swiper-pagination-bullet-active {
    background: #03435C;
}

.index_two .left .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
}

.index_two .left .hover .content {
    padding-left: 16.25rem;
    width: 70%;
    position: absolute;
    bottom: 5rem;
    left: 0;
    z-index: 9;
}

.index_two .left .hover .content .name {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #FFFFFF;
}

.index_two .left .hover .content .data {
    font-size: .875rem;
    line-height: 2rem;
    color: #FFFFFF;
    margin: .625rem 0;
}

.index_two .left .hover .content .text {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #FFFFFF;
}

.index_two .left .hover .content .more_a {
    margin-top: 1.25rem;
}

.index_two .left .hover .content .more_a img {
    width: 3.75rem;
}

.index_two .right {
    width: 38.5%;
}

.index_two .right .top {
    background: #F9F9FB;
    padding: 4.1875rem 16.25rem 5rem 5.625rem;
}

.index_two .right .top ul {
    margin-top: 2.1875rem;
}

.index_two .right .top .name {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 26px;
    color: #000000;
    padding: 1.51rem 0;
    border-bottom: 1px solid #EAEAEA;
}

.index_two .right .top ul li:hover .name {
    color: #A22037;
}

.index_two .right .top ul li:last-child .name {
    border-bottom: none;
}

.index_two .right .bot {
    background: #F2F3F9;
}

.index_two .right .bot .more {
    width: 8.6875rem;
    height: 8.75rem;
    line-height: 8.6875rem;
    text-align: center;
    background: #A22037;
}

.index_two .right .bot .more a {
    font-size: 3rem;
    color: #fff;
}

.index_two .right .bot .more:hover {
    background: #03435C;
}

.en_name {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.cn_name {
    font-size: 2.25rem;
    line-height: 2.75rem;
    position: relative;
    color: #000000;
    padding-bottom: .625rem;
}

.cn_name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.625rem;
    height: 3px;
    background: #A22037;
}

.cn_name.ma::before {
    left: 50%;
    transform: translateX(-50%);
}

.index_three .three_left .img,
.list_news .top .left .img {
    height: 27.25rem;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    background-size: cover !important;
}

.index_three .swiper-pagination {
    display: none;
}

.index_three .three_left .content,
.list_news .top .left .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
}

.index_three .three_left .content>div,
.list_news .top .left .content>div {
    position: absolute;
    bottom: 1.875rem;
    padding: 0 2.8125rem;
    width: 100%;
}

.index_three .three_left .content>div .name,
.list_news .top .left .content>div .name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #FFFFFF;
}

.three_left:hover .name,
.list_news .top .left:hover .name {
    text-decoration: underline;
}

.three_left:hover .img,
.list_news .top .left:hover .img {
    transform: scale(1.1);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.index_three {
    background: #F2F3F9;
    padding: 7.5rem 0 6.875rem;
}

.index_three .top .cn_name {
    padding: 0;
}

.index_three .top .cn_name::before {
    display: none;
}

.index_three .top .center {
    font-size: .875rem;
    line-height: 4.25rem;
    color: #888888;
    padding-left: 2.0625rem;
    margin-left: 1.125rem;
    position: relative;
}

.index_three .top .center a {
    margin-left: 3.125rem;
    color: #888888;
    position: relative;
    border-bottom: 2px solid #A22037;
    padding-bottom: .25rem;
}

.index_three .top .center a:hover {
    color: #A22037;
}

.index_three .top .center::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 90%;
    background: #A22037;
}

.index_three .bot {
    margin-top: 3.75rem;
}

.index_three .bot .three_right {
    position: static;
}

.index_three .bot .three_right .news_kuai .img {
    height: 12.8125rem;
    background-size: cover !important;
}

.index_three .bot .three_right .news_kuai .content {
    background: #fff;
    padding: 1.45rem 1.25rem 1.875rem;
}

.index_three .bot .three_right .news_kuai .content .name {
    font-size: 1.125rem;
}

.index_three .swiper-button-next,
.index_three .swiper-button-prev {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    line-height: 3.125rem;
    text-align: center;
    z-index: 99;
    top: 0;
    border: 1px solid #03435C;
    margin: .625rem 0 0;
}

.index_three .swiper-button-next {
    background-image: url(../images/yy.svg);
    background-size: 1.6875rem .625rem;
    right: 0;
}

.index_three .swiper-button-prev {
    right: 5rem;
    left: auto;
    background-image: url(../images/yz.svg);
    background-size: 1.6875rem .625rem;
}

.duiwu_squera .text {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #888888;
    height: 7rem;
}

.duiwu_squera .name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    margin: 1.5625rem 0 .625rem;
}

.duiwu_squera .img,
.duiwu_squera .over {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover;
}

.duiwu_squera:hover .name {
    color: #A22037;
}

.index_four {
    padding: 5rem 0 7.5rem;
}

.index_four .swiper-container {
    padding-bottom: 3.75rem;
    margin-top: 3.125rem;
}

.index_four .swiper-pagination-bullet {
    background: #A0A0A0;
    opacity: 1;
}

.index_four .swiper-pagination-bullet-active {
    background: #000;
}

.index_five .hover {
    position: relative;
    margin: -5rem 0 0 10rem;
    width: 65%;
    background: #A22037;
    padding: 3.5rem 2.5rem 4.0625rem;
}

.index_five .hover .name {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 2.125rem;
    color: #FFFFFF;
    margin-bottom: .625rem;
}

.index_five .hover .text {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #FFFFFF;
}

.index_five .biaoti {
    width: 20%;
    position: relative;
    margin: -10rem 0 0 0rem;
}

.index_five .cn_name::before {
    display: none;
}

.index_five .more {
    margin-top: .9375rem;
}

.index_five .more img {
    width: 3.75rem;
}

.index_six {
    background: url(../images/8.jpg) no-repeat;
    background-size: cover;
    padding: 11.875rem 0 22.5rem;
}

.index_six .row {
    margin: 0 -2.2rem;
}

.index_six .col-md-3 {
    padding: 0 2.2rem;
}

.index_six .col-md-3 .number {
    font-size: 1.125rem;
    line-height: 4rem;
    color: #A22037;
}

.index_six .col-md-3 .number span {
    font-size: 3rem;
    line-height: 5rem;
    color: #A22037;
}

.index_six .col-md-3 .text {
    padding-top: .625rem;
    border-top: 3px solid #A22037;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
}

.index_six .col-md-3 .fl {
    width: 25%;
    padding-top: 1.125rem;
}

.index_six .col-md-3 .fl img {
    width: 2.9375rem;
}

.index_six .col-md-3 .fr {
    width: 70%;
}

.index_seven {
    background: #A22037;
}

.index_seven .clearfix {
    position: relative;
    margin-top: -16.25rem;
}

.index_seven .left {
    background: #fff;
    padding: 5.25rem 2.5rem 2.3rem;
    width: 30%;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

.index_seven .left ul {
    margin-top: 1.875rem;
}

.index_seven .left ul li {
    padding: .9375rem 0;
    border-bottom: 1px solid #EAEAEA;
}

.index_seven .left ul li:hover .name {
    color: #03435C;
}

.index_seven .left ul li:last-child {
    border-bottom: none;
}

.index_seven .left .name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    height: 3.25rem;
}

.index_seven .left .more img {
    width: 3.75rem;
    height: .625rem;
}

.index_seven .right {
    width: 70%;
    padding-top: 6.25rem;
}

.index_seven .wenzi {
    padding: 3.75rem 0;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4.375rem;
    color: #FFFFFF;
    color: #ffffff;
    opacity: 0.09;
}

.index_eight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    /*background: #A22037;*/
}

.index_eight {
    position: relative;
}

.index_eight .container {
    padding: 0 4.75rem;
}

.index_eight .container .row {
    margin: 0;
}

.index_eight .container .row>div {
    padding: 0;
    position: relative;
}

.index_eight .container .row>div::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
}

.index_eight .container .hover {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 3.125rem;
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    width: 100%;
    padding: 0 2.5rem;
    color: #FFFFFF;
}

.index_eight .container .over {
    height: 27.625rem;
}

.index_ten {
    padding: 3.125rem 0;
}

.index_ten .icon {
    width: 10.375rem;
    height: 10.375rem;
    border-radius: 50%;
    line-height: 10.375rem;
    text-align: center;
    background: #F2F3F9;
    margin: 0 auto;
}

.index_ten .icon i {
    font-size: 3.5rem;
    color: #000;
}

.index_ten .name {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    text-align: center;
    margin-top: 1.25rem;
}

.index_ten .col-md-4:hover .name {
    color: #03435C;
}

.index_ten .col-md-4:hover .icon {
    transform: rotateY(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    background: #03435C;
}

.index_ten .col-md-4:hover .icon i {
    color: #fff !important;
}

footer {
    background-color: #333534;
}

footer .name {
    font-size: 1rem;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: .9375rem;
}

footer .text {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.33);
}

footer .left {
    width: 80%;
    padding-top: 1.875rem;
    border-right: 1px solid rgba(255, 255, 255, 0.19);
}

footer .left .top img {
    width: 16.125rem;
}

footer .left .bot {
    padding-top: 1.5625rem;
    margin-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding-bottom: 3.125rem;
}

footer .left .bot ul li {
    width: 14.2%;
    float: left;
}

footer .right {
    width: 20%;
    padding: 3.75rem 0 0 3.75rem;
}

footer .right .yqll {
    margin-bottom: 1.5625rem;
}

footer .right .yqll li {
    float: left;
    margin-right: .625rem;
}

footer .right .yqll .icon {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    margin: 0 !important;
}

footer .right .yqll .icon i {
    font-size: 1.875rem;
    color: #B5B5B5;
    border: none !important;
}

footer .right .yqll .icon:hover i {
    background: transparent !important;
}

footer .right .yqll li:last-child {
    margin-right: 0;
}

footer .right .yqll li:hover .icon {
    background: #A22037;
}

footer .right .yqll li:hover .icon i {
    color: #fff !important;
}

footer .right .yqll_text a {
    margin-right: 1.25rem;
}

footer a:hover {
    color: #fff !important;
    opacity: 1;
}

.ny_ban .bread {
    color: #fff;
}

.ny_ban .bread a {
    color: #fff;
}

.ny_ban .hover {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    z-index: 100;
}

.ny_ban .img {
    position: relative;
}

.ny_ban .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
}

.ny_ban .name {
    font-weight: bold;
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 3.75rem;
    color: #FFFFFF;
    margin-bottom: .5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.ny_ban .text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #FFFFFF;
}

.ny_erji {
    line-height: 5.625rem;
    border-bottom: 1px solid #EAEAEA;
}

.ny_erji ul {
    display: flex;
    justify-content: center;
}

.ny_erji ul li {
    font-size: 1.25rem;
    color: #333534;
    padding: 0 1.5625rem;
    position: relative;
}

.ny_erji ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background: #A22037;
}

.ny_erji ul li.active::before,
.ny_erji ul li:hover::before {
    width: 1.4375rem;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.ny_erji ul li.active a,
.ny_erji ul li:hover a {
    color: #A22037;
}

.p6090 {
    padding: 3.75rem 0 5.625rem;
}

.p6090 .text {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #515151;
}

.mt50 {
    margin-top: 3.125rem;
}

strong {
    font-weight: bolder !important;
}

.bor {
    border-radius: .9375rem;
}

.list_about .cn_name {
    margin-bottom: .625rem;
}

.list_about .border_bo {
    margin-bottom: 1.875rem;
}

.list_about .border_bo .text {
    padding-bottom: 2rem;
    height: 8.875rem;
    border-bottom: 2px solid #A22037;
}

.about_swiper .swiper-button-next,
.about_swiper .swiper-button-prev {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: c;
    border-radius: 50%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.51);
}

.about_swiper .swiper-button-next:hover,
.about_swiper .swiper-button-prev:hover {
    background-color: #A22037;
}

.about_swiper .swiper-button-next {
    background-image: url(../images/nj.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem .625rem;
    background-position: center center;
}

.about_swiper .swiper-button-prev {
    background-image: url(../images/nj2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.6875rem .625rem;
}

.list_about .swiper-container {
    padding-bottom: .875rem;
}

.list_about .swiper-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    height: .875rem;
    background: #A22037;
    width: 90%;
}

.list_team .row {
    margin: 0 -2.1875rem;
}

.list_team a:hover {
    color: #A22037;
}

.list_team .col-md-6 {
    margin-bottom: 2.375rem;
    padding: 0 2.1875rem;
}

.list_team .col-md-6>div {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    line-height: 5.4375rem;
    position: relative;
    padding: 0 1.875rem;
}

.list_team .col-md-6>div::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2.0625rem;
    left: 0;
    background: #A22037;
}

.list_team .col-md-6 .name {
    width: 35%;
    font-weight: bold;
    font-size: 1.625rem;
    color: #565454;
}

.list_team .col-md-6 .text1 {
    width: 65%;
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.875rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.list_team .col-md-6 .text1 a {
    margin-right: 2.5rem;
}

.show_team .left {
    padding-right: 2.5rem;
}

.show_team .right {
    padding-left: 2.5rem;
}

.show_team .right .top,
.show_team .right .bot {
    border-left: 1px solid #03435C;
    padding-left: .625rem;
}

.show_team .right .top {
    margin: 4.375rem 0 2.5rem;
}

.show_team .right .top .name {
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 3.5rem;
    color: #A22037;
}

.show_team .right .text {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #757474;
}

.list_duiwu .duiwu_squera {
    margin-bottom: 2.8125rem;
    padding: 0 1.5625rem;
}

.list_duiwu .duiwu_squera .img {
    transform: scale(1);
    transition: all .6s;
}

.list_xxyj {
    padding-top: 2.5rem;
}

.list_xxyj .col-md-4 {
    text-align: center;
    margin-bottom: 1.25rem;
}

.list_xxyj .col-md-4 .text {
    background: #e9e9e9;
    padding: 1.2rem .625rem;
}

.list_about .text {
    font-size: 1.125rem;
    line-height: 2.125rem;
}

.index_four .swiper-slide .img {
    transition: all .6s;
}

.index_four .swiper-slide .w80 img,
.list_duiwu .duiwu_squera .w80 img {
    width: 60%;
    margin: 0 auto;
}


/* 
.list_duiwu .duiwu_squera:hover .img,
.index_four .swiper-slide:hover .img {
  transform: scale(1.1);
  transition: all .6s;
} */

.list_duiwu .row.mt50 {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
}

.list_news .top .right .name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.6rem;
    height: 3.25rem;
    color: #000;
}

.list_news .top .right ul li:hover .name {
    color: #03435C;
}

.list_news .top .right ul li {
    padding: .72rem 0 0.25rem;
    border-bottom: 1px solid #EAEAEA;
}

.list_news .top .right ul li:first-child {
    border-top: 1px solid #EAEAEA;
}

.list_news .bot {
    margin-top: 3.4375rem;
}

.list_news .bot .news_kuai {
    margin-bottom: 5rem;
}

.list_news .bot .text {
    height: 5.25rem;
}

.bread {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: rgba(68, 67, 67, 0.4);
}

.bread a {
    color: rgba(68, 67, 67, 0.4);
}

.bread span:last-child {
    display: none;
}

.show_news {
    margin-top: 8.25rem;
}

.show_news .top {
    padding: 1.875rem 0 3.125rem;
    background: #F2F2F2;
}

.show_news .top .name {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #000000;
    margin: 1.25rem 0 .625rem;
}

.show_news .text {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #6B6A6A;
}

.show_news .text a {
    color: #6B6A6A;
}

.show_news .shangxia {
    border-top: 1px solid #EAEAEA;
    padding-top: 1.5625rem;
    margin-top: 2.8125rem;
}

.show_news .right .news_news {
    font-size: 1.375rem;
    line-height: 3.1875rem;
    color: #444343;
    padding-bottom: 1.25rem;
    margin-bottom: 2.1875rem;
    border-bottom: 3px solid #EAEAEA;
}

.show_news .right .news_news img {
    margin-right: 1.375rem;
}

.show_news .right ul {
    position: relative;
    padding: .75rem 0 6.25rem 2.0625rem;
}

.show_news .right ul li {
    margin-bottom: 1.5625rem;
}

.show_news .right ul li:hover .name {
    color: #03435C;
}

.show_news .right ul li:hover .data_m_d::before {
    background: #03435C;
}

.show_news .right .name {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #4C4B4B;
}

.show_news .right ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #EAEAEA;
}

.show_news .right .data_m_d {
    background: url(../images/30.png) no-repeat;
    background-size: contain;
    width: 5rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    font-size: .875rem;
    color: #03435C;
    margin-bottom: .625rem;
    position: relative;
}

.show_news .right .data_m_d::before {
    width: 1rem;
    height: 1rem;
    content: "";
    border: 1px solid #EAEAEA;
    background: #fff;
    left: -2.5rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

header.active1 {
    background: #fff;
    height: 8.25rem;
}

header.active1 .center .bot ul li a {
    color: #4C4C4C;
}

header.active1 .center .top ul li a {
    color: rgba(104, 104, 104, 0.65);
}

header .center .top .sousuo i {
    font-size: 1rem;
}

.list_kecheng .name {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: .625rem;
}

.list_kecheng .col-md-4 {
    padding: 0 2.1875rem;
}

.list_kecheng .col-md-4>div {
    border-bottom: 2px solid #A22037;
    padding-bottom: .9375rem;
}

.list_kecheng .col-md-4:hover .text a {
    background: url(../images/jl.svg);
}

.list_kecheng .col-md-4:hover>div {
    border-color: #03435C;
}

.list_kecheng .col-md-4:hover .name {
    color: #03435C;
}

.list_kecheng .row.mt50 {
    margin-top: 5rem;
}

.list_kecheng .row {
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
}

.list_kecheng .text {
    color: #515151;
}

.list_kecheng .text a {
    background: url(../images/jr3.svg);
    width: 3.75rem;
    height: .625rem;
    display: inline-block;
    text-align: right;
    background-repeat: no-repeat !important;
    margin-top: 0.375rem;
}

.show_kecheng .text.ta {
    margin-top: .625rem;
}

.show_kecheng .row {
    margin-top: 3.125rem;
}

.show_kecheng .row .col-md-3>div {
    padding: 2.5rem 1.25rem 2.1875rem;
    background: #F2F2F2;
    border-radius: .625rem;
}

.show_kecheng .row .col-md-3 .icon {
    width: 8.75rem;
    height: 8.75rem;
    line-height: 8.75rem;
    text-align: center;
    background: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    margin: 0 auto;
    color: #A22037;
    border-radius: 50%;
}

.show_kecheng .row .col-md-3 .name {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #515151;
    font-weight: 600;
    margin: 1.875rem 0 .625rem;
}

.show_kecheng .row .col-md-3 .text {
    height: 10.5rem;
}

.show_kecheng .row .col-md-3:hover>div {
    box-shadow: 0 0 1.25rem rgba(162, 32, 56, 0.3);
}

.list_ssfc .top>div {
    height: 30.875rem;
}

.list_ssfc .top .fr {
    width: 35%;
    box-shadow: 0 0 10px #ddd;
    padding: 0 3.75rem;
}

.list_ssfc .top .fr .name {
    padding-top: 3.75rem;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #000000;
    position: relative;
    padding-bottom: .625rem;
}

.list_ssfc .top .fr .name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.4375rem;
    height: 1px;
    background: #A22037;
}

.list_ssfc .top .fr .text {
    margin: 1.5625rem 0 10rem;
}

.list_ssfc .top .fr .more img {
    width: 3.75rem;
}

.list_ssfc .top .fl {
    width: 65%;
}

.ssfc_squera .col-md-4 {
    margin-bottom: 2.5rem;
}

.ssfc_squera .content {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    position: relative;
    width: 80%;
    margin: -4rem auto 0;
}

.ssfc_squera .content>div {
    padding: 1.25rem;
}

.ssfc_squera .content>div .name {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
    height: 3.75rem;
}

.ssfc_squera .content>div .more {
    margin-top: .9375rem;
}

.ssfc_squera .content>div .more img {
    width: 3.75rem;
}

.ssfc_squera .col-md-4:hover .name {
    color: #A22037;
}

.ssfc_squera .col-md-4:hover .over img {
    transform: scale(1.1);
}

.list_zsjz_two {
    background: url(../images/34.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6.875rem 0 9.375rem;
}

.list_zsjz_two .mt50 {
    border-radius: 1.25rem;
    background: #A22037;
    padding: 4.0625rem 0;
}

.list_zsjz_two .mt50 .top {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 2.3125rem;
    color: #FFFFFF;
    margin-bottom: .625rem;
    padding-top: .9375rem;
}

.list_zsjz_two .mt50 .top i {
    font-size: 1.375rem;
    color: #fff;
}

.list_zsjz_two .mt50 .text {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #FFFFFF;
}

.list_zsjz_two .mt50 .col-md-4 {
    padding: 0 5rem;
}

.list_zsjz_two .mt50 .col-md-4 li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .3125rem;
    color: #FFFFFF;
    width: 50%;
    float: left;
}

.list_zsjz_two .mt50 .col-md-4 li img {
    border-radius: .625rem;
}

.list_zsjz_two .mt50 .col-md-3 {
    padding: 0 3.75rem;
}

.list_zsjz_two .mt50 .col-md-5 {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    height: 11.9375rem;
    padding: 0 2.8rem;
}

.list_zsjz_three {
    padding: 3.75rem 0;
}

.list_zsjz_three form {
    margin-top: 1.875rem;
}

.list_zsjz_three .text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: .625rem;
    color: #6B6A6A;
}

.list_zsjz_three .text span {
    color: #A22037;
}

.list_zsjz_three .col-md-4 {
    margin-bottom: 1.25rem;
}

.list_zsjz_three input,
.list_zsjz_three select {
    width: 100%;
    height: 3.875rem;
    border-radius: .625rem;
    background: #F2F2F2;
    color: #6B6A6A;
    font-size: 1rem;
    padding: 0 1.25rem;
    outline: none;
    border: none;
}

.list_zsjz_three button,
.list_development .left .more {
    width: 7.9375rem;
    height: 2.875rem;
    line-height: 2.75rem;
    border-radius: .625rem;
    border: 1px solid #A22037;
    font-size: 1rem;
    color: #A22037;
    background: #FFFFFF;
    margin-top: 1.5625rem;
}

.list_zsjz_three button:hover,
.list_development .left .more:hover {
    background: #A22037;
    color: #fff !important;
}

.list_development .left {
    padding-right: 4.0625rem;
}

.list_development_two {
    padding: 5rem 0 6.25rem;
    background: #F2F2F2;
}

.list_development_two .text {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #515151;
    margin-top: 1.875rem;
}

.list_development_two .hover {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.25rem;
    font-weight: bold;
    font-size: 1.125rem;
    color: #FFFFFF;
    background: linear-gradient(to right, #a22037, rgba(255, 255, 255, 0));
}

.list_development_two .col-md-4:hover .hover {
    background: linear-gradient(to right, #03435c, rgba(255, 255, 255, 0));
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.list_development_two .col-md-4:hover .over img {
    transform: scale(1.1);
}

.list_development_three {
    background: #A22037;
}

.list_development_three .left {
    padding-left: 4.75rem;
    position: relative;
    padding-right: 0;
}

.list_development_three .left .fl {
    width: 55%;
}

.list_development_three .left .fl .img {
    height: 15rem;
}

.list_development_three .left .fr {
    width: 45%;
    padding-left: 1.25rem;
}

.list_development_three .pad {
    background: #fff;
    padding: 2.2rem;
}

.list_development_three .left::before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    height: 0;
    border-top: 6rem solid transparent;
    border-right: 5rem solid #fff;
    border-bottom: 6rem solid transparent;
    bottom: 1.25rem;
}

.list_development_three .left::after {
    content: "";
    width: 0;
    position: absolute;
    right: -4rem;
    height: 0;
    border-top: 6rem solid transparent;
    border-left: 5rem solid #fff;
    border-bottom: 6rem solid transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.list_development_three .right {
    position: relative;
}

.list_development_three .right ul {
    background: #fff;
    padding: 0 1.6875rem 0 4rem;
}

.list_development_three .right ul li {
    line-height: 4.75rem;
    border-bottom: 1px solid #EAEAEA;
    font-weight: bold;
    font-size: 1.375rem;
    color: #666666;
    cursor: pointer;
}

.list_development_three .right ul li:hover,
.list_development_three .right ul li.active {
    color: #03435C;
}

.list_development_three .right::before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    height: 0;
    border-top: 6rem solid transparent;
    border-left: 5rem solid #A22037;
    border-bottom: 6rem solid transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

.list_development_four {
    padding: 14.375rem 0 16.875rem;
}

.list_development_four .text {
    font-size: 1.25rem;
    line-height: 2.5rem;
    color: #515151;
    width: 76%;
    margin: 1.875rem auto 0;
}

.list_development_four .text a {
    color: #A22037;
}

.beian_phone {
    display: none;
}

.beian {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding: .9375rem 0;
}

.list_search ul li {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ddd;
}

.list_search ul li .name {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

strong {
    font-weight: bold !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #A22037;
    border-color: #A22037;
}

.pagination>li>a,
.pagination>li>span {
    color: #787878;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #A22037;
}

@media (max-width: 1600px) {
    .list_zsjz_two .mt50 .col-md-4 {
        padding: 0 3rem;
    }
}

@media (max-width: 1440px) {
    .index_two .right .top {
        padding: 3rem 16.25rem 4rem 5.625rem;
    }
}

@media (max-width: 1366px) {
    .index_two .right .top {
        padding: 2.55rem 16.25rem 4rem 5.625rem;
    }
    html {
        font-size: calc(0.90909091vw);
    }
    .list_zsjz_two .mt50 .col-md-4 {
        padding: 0 2rem;
    }
    .list_zsjz_two .mt50 .col-md-3 {
        padding: 0 2.75rem;
    }
    .container {
        padding: 0 12rem;
    }
}

@media (max-width: 1280px) {
    .index_one .right .border ul li {
        padding: 1.6rem 0;
    }
}

@media (max-width: 990px) {
    header {
        display: none;
    }
    .phone_weibu {
        display: block;
    }
    .phone_logo img {
        height: 40px;
    }
    .banner .swiper-pagination::before {
        top: 1.54rem;
    }
    html {
        font-size: 14px;
    }
    .container {
        padding: 0 8rem;
    }
    .banner .hover .p1 {
        font-size: 2.2rem;
        line-height: 40px;
    }
    .banner .swiper-pagination-bullet {
        top: 12px;
    }
    .index_two .left,
    .index_two .right {
        width: 100%;
    }
    .index_two .left .hover .content {
        padding-left: 8rem;
    }
    .index_two .right .top {
        padding: 45px 8rem 45px 8rem;
    }
    .cn_name {
        font-size: 2rem;
    }
    .index_two .right .bot {
        display: none;
    }
    .index_three .top .center {
        margin-left: 0;
        padding-left: 20px;
        margin-top: 15px;
        line-height: 30px;
    }
    .index_three .bot {
        margin-top: 45px;
    }
    .index_three .swiper-button-prev,
    .index_three .swiper-button-next {
        display: none;
    }
    .index_three .bot .three_right {
        margin-top: 25px;
    }
    .index_three .bot .three_right>div {
        padding-bottom: 45px;
    }
    .swiper-pagination-bullet-active {
        background: #A22037;
    }
    .index_three,
    .index_four {
        padding: 45px 0;
    }
    .duiwu_squera .img {
        width: 9rem;
        height: 9rem;
    }
    .index_five .hover {
        margin: -5rem 0 0 0rem;
        width: 75%;
    }
    .index_six .col-md-3 .number span {
        font-size: 2.2rem;
    }
    .index_six {
        padding: 45px 0 17.5rem;
    }
    .index_six .col-md-3 .fl {
        text-align: center;
        padding-top: 1.8rem;
    }
    .index_seven .left {
        width: 100%;
    }
    .index_seven .right {
        width: 100%;
        padding-top: 0;
    }
    .index_seven .wenzi {
        padding: 45px 0;
        font-size: 2.4rem;
        line-height: 2.375rem;
    }
    .index_eight .container .over {
        height: 15rem;
        background-position: center center !important;
    }
    .index_ten .icon {
        width: 7.375rem;
        height: 7.375rem;
        line-height: 7.375rem;
    }
    .index_ten .icon i {
        font-size: 2.5rem;
    }
    footer {
        background: #000;
    }
    footer .footer_top {
        display: none;
    }
    footer .mobMenu {
        padding: 0;
    }
    .phone_weibu {
        display: block;
    }
    .phone_weibu .mobMenu>li>a {
        font-size: .75rem;
    }
    footer .text {
        color: rgb(255 255 255 / 58%);
        text-align: center;
    }
    .beian {
        padding: 10px 0;
        background: #000;
    }
    .beian .text {
        font-size: 1rem;
        line-height: 24px;
    }
    .beian p {
        display: none;
    }
    .beian .text a {
        color: #ddd;
    }
    body {
        padding-bottom: 0;
    }
    .ny_ban .name {
        font-size: 2.2rem;
        line-height: 36px;
    }
    .ny_erji ul li {
        font-size: 1.125rem;
    }
    .ny_erji {
        line-height: 4.625rem;
    }
    .list_development .left .more {
        margin-bottom: 25px;
    }
    .list_development_two .col-md-4 {
        margin-bottom: 15px;
    }
    .list_development_three .left::after {
        content: "";
        width: 0;
        position: absolute;
        right: auto;
        bottom: -5rem;
        top: auto;
        border-top: 6rem solid #ffffff;
        border-left: 5rem solid #fff0;
        border-bottom: 6rem solid #ffffff00;
        transform: translateY(0%);
        z-index: 9;
        left: 50%;
        border-right: 5rem solid #fff0;
        display: none;
    }
    .list_development_three .left::before,
    .list_development_three .right::before {
        display: none;
    }
    .list_development_three .left {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .list_development_four {
        padding: 7rem 0;
    }
    .list_kecheng .row.mt50 {
        margin-top: 45px;
    }
    .list_kecheng .text a {
        display: block;
        text-align: center;
        float: none;
        margin-top: 10px;
    }
    .list_kecheng .col-md-4 .text {
        margin: 10px 0 0;
    }
    .ny_erji ul li {
        font-size: 1.125rem;
        padding: 0 1rem;
    }
    .list_news .top .right {
        margin-top: 20px;
    }
    .list_news .top .right .name {
        height: auto;
    }
    .list_news .bot .news_kuai {
        margin-bottom: 45px;
    }
    .news_kuai .name {
        font-size: 1.125rem;
    }
    .list_ssfc .top .fr {
        padding: 0 2.75rem;
    }
    .list_ssfc .top>div {
        height: 21rem;
    }
    .list_ssfc .top .fr .text {
        margin: 1rem 0 1rem;
    }
    .list_zsjz_two .mt50 .col-md-5 {
        height: auto;
        margin: 25px 0;
    }
    .list_zsjz_two .mt50 {
        padding: 2rem 0;
    }
    .show_kecheng .row .col-md-3 {
        margin-bottom: 45px;
    }
    .show_news .top .name {
        font-size: 1.8rem;
    }
    .show_news {
        margin-top: 0;
    }
    .bread {
        display: none;
    }
    .show_news .right {
        margin-top: 45px;
    }
    .show_team .right .top {
        margin: 25px 0 1.5rem;
    }
    .show_team .right {
        padding-left: 15px;
    }
    .show_team .right .text {
        font-size: 1rem;
    }
    .beian_phone {
        display: block;
    }
    .index_three .swiper-pagination {
        display: block;
    }
}

@media (max-width: 767px) {
    .index_two .left .hover .content {
        padding-left: 15px;
    }
    .index_two .right .top {
        padding: 25px 15px 25px 15px;
    }
    .container {
        padding: 0 15px;
    }
    .banner .hover .p1 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner .swiper-pagination {
        padding: 0;
    }
    .banner .hover_pag {
        bottom: 26%;
    }
    .banner .hover {
        bottom: 30%;
    }
    .index_one {
        padding: 25px 0;
    }
    .news_kuai .name {
        font-size: 1.125rem;
    }
    .news_kuai .data span {
        margin-left: 0;
        display: block;
    }
    .news_kuai .data {
        line-height: 1.5rem;
    }
    .index_one .left .swiper-button-prev,
    .index_one .left .swiper-button-next {
        bottom: .5rem;
    }
    .index_one .left .bot .col-md-4 {
        margin-bottom: 15px;
    }
    .index_one .right .border {
        padding: 15px;
    }
    .index_one .right .border ul li .fl .number {
        font-size: 2rem;
    }
    .index_two .left .over div {
        height: 25rem;
    }
    .index_two .left .hover .content {
        width: 100%;
        padding: 0 15px;
        bottom: 3rem;
    }
    .index_two .left .swiper-pagination {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .index_two .right .top ul {
        margin-top: 15px;
    }
    .index_two .right .top .name {
        padding: 1rem 0;
    }
    .index_three,
    .index_four {
        padding: 25px 0;
    }
    .index_three .top .center a {
        display: none;
    }
    .index_three .three_left .content>div,
    .list_news .top .left .content>div {
        padding: 0 15px;
    }
    .index_three .three_left .img,
    .list_news .top .left .img {
        height: 15rem;
    }
    .index_three .bot .three_right .news_kuai .img {
        height: 10rem;
    }
    .duiwu_squera .img {
        width: 7rem;
        height: 7rem;
    }
    .index_five .hover {
        margin: 0;
        width: 100%;
        padding: 15px;
    }
    .index_five .biaoti {
        width: 100%;
        position: relative;
        margin: 25px 0 0 0;
    }
    .index_five .more {
        margin-top: 0;
    }
    .index_six {
        padding: 25px 0;
        margin: 0;
    }
    .index_six .col-md-3 {
        margin-bottom: 15px;
    }
    .index_six .col-md-3:last-child {
        margin-bottom: 0;
    }
    .index_seven {
        padding: 25px 0;
    }
    .index_seven .clearfix {
        margin-top: 0;
    }
    .index_seven .left {
        background: #fff;
        padding: 45px 15px 35px;
    }
    .index_seven .wenzi {
        padding: 15px 0;
        font-size: 1.8rem;
    }
    .index_eight .container {
        padding: 0 15px;
    }
    .index_eight .container .over {
        height: 12rem;
    }
    .index_ten .icon {
        width: 5.375rem;
        height: 5.375rem;
        line-height: 5.375rem;
    }
    .index_ten .icon i {
        font-size: 2rem;
    }
    .ny_erji {
        display: none;
    }
    .ny_ban .text {
        font-size: 1rem;
        line-height: 24px;
    }
    .ny_ban .name {
        font-size: 1.8rem;
        line-height: 30px;
    }
    .ny_ban .hover {
        bottom: 20px;
    }
    .p6090,
    .list_development_two,
    .list_zsjz_three {
        padding: 25px 0;
    }
    .list_zsjz_two {
        padding: 25px 15px;
    }
    .cn_name {
        font-size: 1.6rem;
        line-height: 30px;
    }
    .list_development .left {
        padding-right: 15px;
    }
    .mt50 {
        margin-top: 15px;
    }
    .list_development_three .left .fl,
    .list_development_three .left .fr {
        width: 100%;
    }
    .list_development_three .left .fr {
        margin-top: 15px;
        padding-left: 0;
    }
    .list_development_three .pad {
        padding: 15px;
    }
    .list_development_three .right ul {
        padding: 0 15px;
    }
    .list_development_three .right ul li {
        line-height: 50px;
        font-size: 1.125rem;
    }
    .list_development_four .text {
        width: 100%;
    }
    .list_development_four {
        padding: 4rem 0;
    }
    .list_kecheng .row.mt50 {
        margin-top: 25px;
    }
    .list_kecheng .col-md-4 {
        margin-bottom: 25px;
    }
    .list_news .bot {
        margin-top: 25px;
    }
    .list_news .bot .news_kuai {
        margin-bottom: 25px;
    }
    .list_ssfc .top .fl {
        width: 100%;
    }
    .list_ssfc .top .fr {
        width: 100%;
        height: auto;
        padding: 0 15px 15px;
    }
    .list_ssfc .top .fr .tr {
        text-align: left;
    }
    .list_ssfc .top .fr .name {
        padding: 15px 0 0;
    }
    .ssfc_squera .content {
        width: 90%;
    }
    .list_team .col-md-6 .name {
        font-size: 1.125rem;
    }
    .list_team .col-md-6 .text1 {
        width: 62%;
        font-size: 1rem;
    }
    .list_team .col-md-6 .text1 a {
        margin-right: 1.5rem;
    }
    .list_team .col-md-6 {
        margin-bottom: 25px;
    }
    .list_about .border_bo .text {
        padding-bottom: 15px;
        height: auto;
    }
    .list_about .border_bo .col-md-6:nth-child(1) {
        margin-bottom: 15px;
    }
    .list_zsjz_two .mt50 .col-md-3,
    .list_zsjz_two .mt50 .col-md-5,
    .list_zsjz_two .mt50 .col-md-4 {
        padding: 0 20px;
    }
    .show_kecheng .row .col-md-3 .text {
        height: auto;
    }
    .show_kecheng .row .col-md-3 {
        margin-bottom: 25px;
    }
    .show_news .top .name {
        font-size: 1.25rem;
        line-height: 30px;
    }
    .show_news .top {
        padding: 15px 0;
    }
    .show_news .right ul {
        padding: .75rem 0 2.25rem 2.0625rem;
    }
    .list_xxyj .col-md-4 .text {
        text-align: left;
        padding: .9375rem;
    }
    .index_one .top .swiper-slide .img {
        height: 8.5rem;
    }
    .index_one .left .bot .name {
        height: auto;
    }
    .duiwu_squera .img,
    .duiwu_squera .over {
        height: 7rem;
    }
    .phone_weibu .mobMenu>li>.subDepth>li>a {}
    .index_four .swiper-slide .w80 img {
        width: 70%;
        margin: 0 auto;
    }
    .list_duiwu .duiwu_squera .w80 img {
        width: 45%;
    }
    .list_duiwu .duiwu_squera {
        margin-bottom: 25px;
    }
    .duiwu_squera .text {
        height: auto;
    }
}