@charset"utf-8";

.banshi {
    width: 100%;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    background: rgba(236, 236, 236, 1);
}

.banshi:after {
    content: "";
    display: block;
    clear: both;
}

.banshi .head-inner a {
    /*padding:5px 0;*/
    display: inline-block;
    /*height: 20px;*/
    /*line-height: 20px;*/
    float: right;
}

.banshi .head-inner {
    padding: 0 20px;
}

.banshi .head-inner p {
    display: inline-block;
}

.banshi .head-inner p span i {
    color: #909090;
    vertical-align: middle;
}

.banshi .head-inner p span {
    font-size: 11px;
    font-family: MyriadPro-Regular;
    font-weight: 400;
    color: rgba(111, 111, 111, 1);
}

.banshi .head-inner .threetb {
    margin-left: 20px;
}

.banshi .head-inner .threetb i {
    font-size: 25px;
    display: inline-block;
    margin: 0 10px;
    color: #666666;
    background: #f5f5f5;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
}

.head {
    width: 100%;
    background-color: #fff;
    padding: 0 0;
}

.head-top {
    display: flex;
    align-items: center;
}

.head-inner {
    width: 1200px;
    margin: 0 auto;
}

.head-inner:after {
    content: '';
    display: table;
    clear: both;
}

.head-list:after {
    content: '';
    display: table;
    clear: both;
}

.head-logo {
    margin-top: 13px;
}

.head-logo a span {
    display: inline-block;
    /*margin-top: 18px;*/
    vertical-align: middle;
}

.dao-r {
    /*margin-top:15px;*/
    width: 660px;
    margin-left: 30px;
}

.dao-d {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 18px;
    margin-top: 3px;
}

.dao-d h3 {
    font-size: 12px;
    color: #9f2522;
    line-height: 20px;
}

.dao-d h3 a:hover {
    color: #ee3837;
}

.dao-d h3 a {
    font-size: 12px;
    color: #9f2522;
    line-height: 18px;
}

.dao-r>ul {
    display: flex;
    justify-content: space-around;
}

.head-list>li {
    /*float: left;*/
    width: 14.26%;
    position: relative;
    padding: 40px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.25s linear;
}

.head-list>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgba(20, 20, 20, 1);

}

.head-list>li>a i {
    display: block;
    width: 70%;
    border: 1px solid #fff;
}

.head-list>li>a i:nth-child(1) {
    margin: 0 auto 20px;
}

.head-list>li>a i:nth-child(2) {
    margin: 20px auto 0;
}

.head-list>li.active,
.head-list>li:hover {
    background-color: #124D5D;
    /*border-bottom: 2px solid #d8000f;*/
}

.head-list>li.active a,
.head-list>li:hover a {
    color: #fff;
    /*border-bottom: 2px solid #d8000f;*/
}

.head-list>li.active i,
.head-list>li:hover i {
    display: block;
}

.head-list>li div {
    position: absolute;
    background-color: #124D5D;
    left: 0;
    top: 101%;
    right: 0;
    z-index: 99;
    display: none;
    width: 240px;
    padding: 15px;
    /*background: rgba(255,255,255,0.9);*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.xl-list {
    overflow: hidden;
}

.xl-list li {
    width: fit-content;
    /*text-align: center;*/
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1);

}

.xl-list li:last-child {
    /*border-bottom: 0;*/
}

.xl-s h3 {
    font-size: 16px;
    color: #a72126;
    border-bottom: 1px solid #a72126;
    padding-bottom: 10px;
}

.xl-list li a {
    font-size: 14px;
    color: #fff;
    font-family: Arial-BoldMT;
    font-weight: bold;
}

/*.xl-list li.active a{*/
/*color: #a72126;*/
/*}*/
/*.xl-list li:hover a{*/
/*color: #a72126;*/
/*}*/
.serch {
    display: flex;
    width: 290px;
}

.serch_input {
    width: 200px;
    height: 32px;
    border: 2px solid #888888;
    border-right: none;
}

.serch_input input {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0 10px;
    border: none;
}

.serch_a {
    width: 90px;
    height: 32px;
    background: #124D5D;
    color: #fff;
}

.serch_a a {
    font-size: 14px;
    display: flex;
    height: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.serch_a a i {
    margin-right: 5px;
}

.head-phone {
    display: none;
}

.dao-wx {
    margin-top: 27px;
}

.dao-wx a {
    display: inline-block;
    position: relative;
    margin-left: 8px;
}

.dao-wx a span {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 38px;
    left: 0;
}

.dao-wx a span img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .head-inner {
        width: 1024px;
    }

    .dao-r {
        width: 70%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1023px) {
    body {
        position: relative;
        right: 0;
        transition: all linear .5s;
    }

    .head {
        /*padding: 10px 0 0 0;*/
        height: auto;
    }

    .head-inner {
        display: none;
    }

    .head-phone {
        display: block;
        overflow: hidden;
        padding: 10px;
    }

    .head-logo {
        margin-left: 6px;
        margin-top: 0;
    }

    .head-logo a {
        display: block;
        overflow: hidden;
    }

    .head-logo a span {
        margin-top: 0;
    }

    .head-phone:after {
        content: '';
        display: table;
        clear: both;
    }

    .top_cen {
        display: block;
        margin-right: 10px;
        margin-top: 10px;
    }

    .top_cen a.cen_x {
        font-size: 40px;
        font-weight: 500;
        color: #124D5D;
        line-height: 30px;
        height: 30px;
        width: 30px;
        display: block;
        position: relative;
        top: -4px;
        left: -4px;
    }

    .top_cen a.active {
        display: none;
    }

    .top_cen span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #124D5D;
        margin: 6px 0;
    }

    .navlist_mo {
        display: block;
        position: fixed;
        top: 0;
        right: -65%;
        bottom: 0;
        width: 65%;
        background-color: #212020;
        transition: all linear .5s;
        overflow-y: auto;
    }

    .navlist_mo>li {
        background-color: #212020;
    }

    .navlist_mo>li>a {
        color: #ffffff;
        display: block;
        font-size: 17px;
        line-height: 22px;
        width: 100%;
        padding: 15px 0;
        padding-left: 10px;
        transition: all .5s;
        position: relative;
    }

    .navlist_mo>li.active>a {
        background-color: #303030;
    }

    .navlist_mo>li a:after {
        top: 1.4rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navlist_mo>li a:not([href]):after {
        content: "";
        display: block;
        position: absolute;
        left: 128px;
        top: 20px;
        width: 9px;
        height: 9px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all .3s ease 0s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navlist_mo>li.active a:not([href]):after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 23px;
    }

    .navlist_mo>li .abm_nav {
        display: none;
        height: 0;
        transition: all .5s;
    }

    .navlist_mo>li.active .abm_nav {
        display: block;
        height: auto;
    }

    .navlist_mo>li .abm_nav li {
        background-color: #080808;
    }

    .navlist_mo>li .abm_nav li.active a {
        color: #0763a4;
    }

    .navlist_mo>li .abm_nav li a {
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
        padding-left: 20px;
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }

    .head-logo a span img {
        max-width: 80%;
    }

    .banshi .head-inner {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .head {
        padding: 0;
    }

    .head-logo a span img {
        max-width: 100%;
    }

    .top_cen {
        display: block;
        margin-right: 6px;
        margin-top: 15px;
    }

    .head-logo {
        margin-top: 0;
        width: 50%;
        margin-left: 0;
    }
}

@media screen and (max-width: 374px) {
    .head-logo a span {
        margin-right: 0;
    }
}


/* 底部 */
.bot-top {
    width: 100%;
}

.bot-top ul {
    overflow: hidden;
    padding: 35px 0 20px;
}

.bot-top ul li {
    float: left;
    width: 33.3%;
    padding: 0 30px;
    min-height: 222px;
}

.bot-top ul li:nth-child(2) {

    border-left: 1px solid #434343;
    border-right: 1px solid #434343;
}

.bot-top ul li h1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 30px;
}

.bot-top ul li h1 span {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.bot-top ul li h1:after {
    display: block;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #be1d2c;
    margin-top: 8px;
}

.bone-t p {
    font-size: 14px;
    line-height: 24px;
    color: #c8c8c8;
    padding-bottom: 10px;
}

.bone-t p span {
    display: inline-block;
    width: 17px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.bone-t p:first-child span {
    background: url(../images/index/f-tel.png) no-repeat;
}

.bone-t p:last-child span {
    background: url(../images/index/f-addr.png) no-repeat;
}

.btwo-t {
    width: 100%;
    overflow: hidden;
}

.btwo-t div {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
}

.btwo-t div a {
    font-size: 14px;
    line-height: 20px;
    color: #c8c8c8;
}

.btwo-t div a:hover {
    color: #d83e4c;
}

.bthr-t span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}

.bthr-t i {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}

.b-bot {
    border-top: 1px solid #434343;
    padding: 20px 0;
}

.b-bot p {
    text-align: center;
    font-size: 12px;
    color: #bdbdbd;
}

.b-top {
    position: relative;
    width: 100%;
    z-index: 101;
}

.b-top .inner {
    overflow: hidden;
    padding-top: 8px;
}

.b-logo {
    float: left;
}

@media screen and (max-width: 1200px) {
    .inner {
        width: 1024px;
    }

    .bot-top ul {
        padding: 35px 0 25px;
    }
}

@media screen and (max-width: 1023px) {
    .bot-top ul li:nth-child(3) {
        border-left: 1px solid #434343;
    }

    .bot-top ul li:nth-child(2) {
        display: none;
    }

    .bot-top ul li {
        width: 50%;
    }

    .b-top {
        display: block;
    }

    .b-logo {
        padding-left: 10px;
        padding-bottom: 6px;
    }

    .ft-lf>ul {
        padding: 25px 0;
    }

    .ft-lf>ul>li:last-child {
        display: none;
    }

    .ft-lf>ul>li.zhai {
        width: 13%;
    }

    .ft-lf>ul>li {
        width: 20%;
    }

}

@media screen and (max-width: 767px) {
    .bot-top ul li:nth-child(3) {
        display: none;
    }

    .bot-top ul li {
        min-height: auto;
        width: 100%;
        padding: 0 15px;
    }

    .bot-top ul li h1 {
        display: none;
    }

    .bot-top ul {
        padding: 20px 0 10px;
    }

    .b-bot p {
        padding: 0 10px;
    }

    .b-logo img {
        width: 45px;
        padding-top: 6px;
    }

    .b-top .inner {
        padding-top: 5px;
    }

    .banshi .head-inner {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .banshi .head-inner .threetb i {
        margin: 0 5px;
    }

    .banshi .head-inner p {
        display: none;
    }

    .yuyan {
        float: left;
    }
}



/******
    底部
********/
.inner {
    width: 1200px;
    margin: 0 auto;
}

/*底部*/
.foot {
    padding: 120px 0 0 0;
}

.foot_inner {
    position: relative;
}

.foot_tel {
    position: absolute;
    left: 10%;
    top: -36px;
    width: 283px;
    height: 36px;
    background: url('../img/tel.png');
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.foot_tel i {
    font-weight: normal;
    font-size: 20px;
    margin-right: 10px;
}

.foot_cent {
    background: #E8EFF2;
}

.foot_cent {
    padding: 50px 0 0 0;
    overflow: hidden;
}

.foot_cent_inner {
    width: 1600px;
    margin: auto;
}

.ft-lf {
    width: 50%;
    float: left;
}
.foot_cent_inner img{
  max-width: 100%;
}

.ft-rt {
    width: 28%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.ft_ce {
    width: 22%;
    float: left;
    padding-left: 70px;
}

.youlink {
    padding: 20px 0;
}

.ft-lf>ul {
    overflow: hidden;
}

.ft-lf>ul>li.zhai {
    width: 10%;
}

.ft-lf>ul>li.dibulogo {
    display: none;
}

.ft-lf>ul>li {
    float: left;
    width: 15%;
    padding: 0 0 15px 0;
}

.ft-lf>ul>li:last-child {
    float: right;
    width: 22%;
}

.ft-lf ul li h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: "Arial";
    margin-bottom: 15px;
}

.ft-ls li a {
    color: #333333;
    line-height: 20px;
    font-family: "Arial";
    font-size: 12px;
}

.youlink a {
    padding: 0 15px;
}

.ft-ls li a:hover {
    color: #284b7f;
}

.ft-rt p b {
    display: block;
    font-size: 24px;
    font-family: 'sih';
    line-height: 28px;
}

.ft-gz h1 {
    margin-top: 20px;
}

.ft-gz p {
    color: #124d5d;
    /*opacity: 0.9;*/
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
}

.ft-gz p i {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.ft-gz h1 a i {
    font-size: 30px;
    color: #666666;
    vertical-align: text-top;
    margin-right: 10px;
}

.ft-gz h1 a:nth-child(2) i {
    font-size: 31px;
}

.ft-gz u img {
    max-width: 100%;
}

/**/
.ftb {
    background-color: #e8eff2;
    border-top: 1px solid #ced0d3;
    padding: 18px 0;
}

.ftb p {
    color: #000;
    text-align: center;
    padding: 0 15px;
    font-size: 12px;
    /*font-family: '黑体';*/
}

.yqlj h2 {
    display: inline-block;
    font-size: 14px;
    font-family: Arial-BoldMT;
    font-weight: bold;
    color: rgba(20, 20, 20, 1);
    padding: 20px;
}

.yqlj a {
    font-size: 14px;
    font-family: ArialMT;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 19px;
    opacity: 0.7;
}

.ft_ce h4 {
    margin-bottom: 10px;
}

.ft_ce p {
    line-height: 25px;
}

@media screen and (max-width: 1600px) {
    .foot_cent_inner {
        width: 1200px;
    }

    .ft-lf {
        width: 60%;
    }

    .ft-rt {
        width: 40%;
    }

    .ft_ce {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .foot_cent_inner {
        width: 798px;
    }

    .ft-lf {
        width: 100%;
    }

    .ft-rt {
        width: 50%;
    }

    .ft_ce {
        width: 50%;
        padding-left: 30px;
    }

    .inner {
        width: 100%;
    }

    .ft-ls li a {
        font-size: 14px;
        line-height: 28px;
    }

    .ft-lf>ul>li {
        padding: 0 10px;
    }

    .ft-rt {}

    .ft-lf>ul {
        padding: 25px 0;
    }

    .ft-lf>ul>li:last-child {
        display: none;
    }

    .ft-lf>ul>li.zhai {
        width: 13%;
    }

    .ft-lf>ul>li {
        width: 20%;
    }
}

@media screen and (max-width: 1023px) {
    .ft-lf {
        width: 100%;
        padding: 15px 10px;
    }

    .ft-rt {
        width: 100%;
        padding: 0 10px;
    }

    .inner {
        width: 100%;
    }

    .yqlj {
        display: none;
    }

    .ft_ce {
        width: 100%;
        padding-left: 10px;
        padding-top: 20px;
    }

    .youlink {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-container {
        padding-top: 0px !important;
    }

    .foot_cent_inner {
        width: 100%;
    }

    .ft-lf {
        display: none;
    }

    .ft-gz p {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
    }

    .ft-gz h1 {
        display: none;
    }

    .yqlj {
        display: none;
    }

    .ft-rt img {
        width: 100px;
        height: 100px;
    }

    .foot_tel {
        font-size: 14px;
    }

    .foot_tel i {
        font-size: 16px;
    }
    .foot {
        padding: 60px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    .ft-txt {
        padding-top: 10px;
    }
}