@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1270px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}

/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*t图片样式*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img {
    border: 0px;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}

.main-title {
    text-align: center;

}

.main-title b {
    font-size: 34px;
    color: #333;
    display: block;
    line-height: 55px;
    text-transform: uppercase;

}

.main-title span {
    color: #DA241C;
}

.main-title p {
    font-weight: 400;
    color: #666;
    font-size: 18px;
    line-height: 40px;
    margin: 0px auto;
    padding-bottom: 14px;
}

.dflex {
    display: flex;
}

.dflex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dflex_start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dflex_end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dflex_stretch {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.dflex_space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*顶部导航*/
.header {
    width: 100%;

}

.header_top {
    width: 100%;
    background: #282828;
    height: 38px;
    line-height: 38px;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    overflow: hidden;
}

.top-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    position: relative;
}

.logo {
    position: absolute;
    top: 0px;
    z-index: 99;
}

.top-txt {
    font-size: 38px;
    color: #333;
    font-weight: bold;
}

.header_phone {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.header_phone p {
    color: #666;

    font-size: 18px;
}

.header_phone img {
    padding-right: 10px;
}

.header_phone b {
    color: #1a67b7;
    font-size: 28px;
    ;
    margin-top: 0;
    display: block;
    padding-right: 20px;
}



/*导航菜单*/
.navbar {
    width: 100%;
    height: 70px;
    background: #1a67b7;
    color: #fff;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav li {
    position: relative;
    width: calc(100% / 8);
    background: url(../images/line.png) no-repeat right;
}

.nav li:last-child {
    background: none
}

.nav li a {
    display: block;
    font-size: 16px;
    line-height: 70px;

    color: #fff;
    text-align: center;
    transition: all .3s;
    text-transform: uppercase;

}

.nav a:hover,
.nav li:hover>a {
    font-weight: bold;
    color: #fff;
    background: #3C3B37;

}

.nav .current>a {
    font-weight: bold;
    color: #fff;
    background: #3C3B37;
}

/* 二级菜单 */
.ejxl {
    display: none;
    background-color: rgba(255, 255, 255, .9);
    transition: all 0s;
    z-index: 999;
    position: absolute;
    top: 100%;
    width: 100%;

}

.spec {
    position: absolute;
    top: 70px;
    width: 150%;
    left: -25%;
    height: auto;
}

.nav li .ejxl li {
    margin: 0 auto;
    display: block;
    padding: 0;
    width: 100%;
    background: none;
}

.nav li .ejxl li a {
    display: block;
    color: #444;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

.nav li .ejxl li:hover a {
    background: none;
}

.nav li .ejxl a:hover {
    color: #FE7E19;
}

.language a {
    font-size: 16px;
    margin-left: 5px;
    color: #fff;
    padding: 0 5px;
}

.language a:hover {
    color: #FE7E19;
    background: #1a67b7;
}
/*导航菜单 end*/


/*首页banner图*/
#banner .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

#banner .swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
    display: block;
    width: 100%;

}

#banner .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    width: 50px;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    transition: all .5s ease;
    outline: none;

}

#banner .swiper-button:hover {
    background: #1a67b7;
}

.btn-prev {
    left: 5%;
}

.btn-next {
    right: 5%;
}

#banner .swiper-pagination-bullet {
    position: relative;
    margin: 0 8px !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    z-index: 10;
    border-radius: 100%;
    outline: none;
    background: none;
    opacity: 1;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    background: #fff;
}

#banner .swiper-pagination-bullet-active {
    background: #1a67b7;
    border: 2px solid #1a67b7;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;

}


/*首页banner图 end*/
/* 产品 */
.pro-nav {
    margin-top: 50px;
}

.ny-xiaoguo8 {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;

}

.ny-xiaoguo8 .list {
    width: calc(30% - 35px);
    text-align: center;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 10px 18px;
    cursor: pointer;
    padding: 10px 0 10px 0;
    transition: all .3s;
    border-radius: 10px;
}


/*.ny-xiaoguo8 .list i {
    display: block;
    width: 120px;
    height: 120px;
 
    border-radius: 50%;
    margin: auto;
}


.ny-xiaoguo8 .list .lcimg {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;



}

.ny-xiaoguo8 .list:hover .lcimg {
    animation: swing 1s infinite linear;
}*/

.ny-xiaoguo8 .list p {
    font-size: 18px;
    margin: 17px 0;
    width: 100%;
    color: #fff;
}

.youshi-list .imgbox img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.youshi-list:hover .imgbox img {
    animation: swing 1s infinite linear;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.product {
    background: #f5f5f5;
    padding: 50px 0;
}

.slide-nav {


    margin-top: 30px;
    width: 22%;


}

.pro_tj {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.pro_tj a {
    width: 30%;
    position: relative;
    border-radius: 15px;
}

.pro_tj a p {
    width: calc(100% - 20px);
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 80px;
    font-size: 20px;
    color: #1A67B7;
    font-weight: bold;
    padding: 50px 10px;
}

.pro_tj a:hover {
    box-shadow: 0 0 10px 0 #666;
}

.pro_icon {
    margin-top: 25px;

}

.pro_icon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.pro_icon ul li {
    flex: 1;
}

.pro_icon ul li a {
    color: #666;
    text-decoration: none;
    display: block;
}



.pro_icon-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.pro_icon-txt p {
    padding: 10px;
    line-height: 24px;
    font-size: 15px;
    width: 100%;
    text-align: center;
}


.pro_box {
    background: #E6EAF3;
    padding: 50px 0;
}

.pro_list {
    flex: 4;
}

.pro_list a {
    display: block;
    float: left;
    width: calc(25% - 22px);
    margin: 10px;
    border: 1px solid #f2f4f5;
}

.pro_list span {
    display: block;
    overflow: hidden;
}

.pro_list p {
    padding: 10px 15px;
    background: #1a67b7;
}

.pro_list .cp_tit {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pro_list .cp_tit i {
    float: right;
}

.pro_list .cp_dec {
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

.pro_list a:hover {
    box-shadow: 0 0 10px #ccc;
}

.pro_list a:hover p {
    color: #fff;
    background: #FE7E19;
}

.probg {
    background: #F4F6F8;
    padding: 40px 0 60px;
    margin-top: 50px;
}

/* 简介 */
.about {
    background: url("../images/abbg.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 0;
}

.about_fl p {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}


.ab_list2 {
    background: rgba(255, 255, 255, 1);
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);


}

.ab_list2 li {
    flex: 1;
    cursor: pointer;
    color: #333;
    margin: 10px;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    font-size: 18px;
}

.ab_list2 li a {
    color: #333;
}

.ab_list2 li p {
    margin-top: 10px;
}

.ab_list2 li:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.more-btn {
    margin: 30px auto 0 auto;
    text-align: center;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 15px;
    background: #FE7E19;
    color: #fff;
    transition: all .3s;
    border: 1px solid #FE7E19;
    display: block;
}

.more-btn span {
    display: block;
}

.more-btn:hover {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

/* 公司资质 */
.jszb {
    margin-top: 50px;
}

.prone .swiper-wrapper {
    padding-bottom: 50px;
    padding-top: 30px;
}

.prone .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-shadow: 0 0 30px #fff;
}

.prone .swiper-slide p {

    color: #666;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.8);
}

.prone .swiper-slide:hover p {
    background-color: #FE7E19;
    color: #fff;

}

.prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.prone .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.prone .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.prone .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF9B01;
}

/*优势*/
.ys-bg {
    background: #f5f5f5 url(../images/ysbg.png) top no-repeat;
    padding: 50px 0;
}

.ys {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: stretch;
}

.ys-fl {
    flex: 1;
    overflow: hidden;
}

.ys-fl img {
    width: 100%;
    display: block;
    transition: .5s ease-in;
}

.ys-fl:hover img {
    transform: scale(1.1, 1.1);
}

.ys-fr {
    flex: 1;
    background: #fff;
}

.ys-num {
    display: flex;
    align-items: center;
}

.ys-title span {
    color: #999;
    display: block;
}

.ys-title b {
    font-size: 32px;
    color: #333;
    line-height: 48px;
    display: block;
    margin-bottom: 20px;
}

.ys-title p {
    line-height: 26px;
    color: #666;
}

.ys-fr p {
    margin-top: 15px;
}

.ys-fr img {
    margin-top: 15px;
}

.ys-box {
    margin-top: 30px;
}

.ys-cont {
    margin: 40px;
}

.ys-cont2 {
    margin: 40px;
}

.ysimg .img {
    width: 48%;
    float: left;
    margin-right: 2%;
    transition: all 0.2s ease-in;
}

.ysimg .img p {
    font-size: 18px;
    width: 100%;
    text-align: center
}

.ysimg .img:hover {
    position: relative;
    top: -2px;
}

/*流程*/
.liucheng {
    background: #1a67b7;
    padding: 60px 0;
}

.liuchengbox {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;


}

.liucheng-list {
    width: calc(20% - 36px);
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 10px 18px;
    cursor: pointer;
    background: rgba(254, 126, 25, .8);
    transition: all .3s;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;


}

.liucheng-list a {
    color: #fff;
    font-size: 30px;
}

.liucheng-list .lcimg {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 20px;


}

.liucheng-list:hover .lcimg {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.liucheng-list p {
    font-size: 16px;
    margin: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
}

.liucheng-list .num {
    font-size: 20px;
    width: 48px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 44px;
    border-radius: 50px;
    text-align: center;

    font-size: 30px;
    color: #fff;

    margin: 0 auto;
    position: relative;
}

.liucheng-list span {
    position: absolute;
    right: -35px;
    top: 50%
}

.liucheng-list:hover .num {
    color: #1a67b7;
}

.liucheng-list:hover {
    background: rgba(254, 126, 25, 1);
}

/* 新闻 */
/*新闻*/
.news_box {
    margin-top: 50px;
}

.news_con {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.news {
    display: block;
    flex: 1;
    margin-right: 20px;
    background: #f6f6f6;
}

.news a {

    transition: .3s;
}

.news a .img,
.news a .img img {
    width: 100%;

    overflow: hidden;
    transition: 1s;

}

.news a .cont {
    padding: 10px 20px;
}

.news a .cont span {
    background: url("../images/more2.png") no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    transition: all 0.5s;
}

.news a b {
    color: #999999;
    font-size: 40px;
    margin-top: 10px;
    display: block;
}

.news a p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-bottom: 8px;


}

.news a .news-title {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    padding-top: 5px;
    overflow: hidden;


}

.news a:hover img {
    transform: scale(1.1);
}



.news a:hover .cont span {
    width: 35px;
    height: 35px;
    display: block;
    margin-left: 90%;
}

.news-two {
    flex: 1;
    margin-left: 20px;
}

.news-two ul {
    display: flex;
    flex-wrap: wrap;
}

.news-two a {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 30px 20px;
    transition: .3s;
    border: 1px solid #f1f1f1;
    margin-top: -1px;
}

.news-two a:hover {
    box-shadow: 0 0 10px #dedede;
    background: #1a67b7;
    background-size: 100%;
}

.news-two a:hover span {
    color: #fff;
}

.news-two a:hover .day,
.news-two a:hover .newscon,
.news-two a:hover .newscon b {
    color: #fff;
}

.day {
    color: #666;
    flex: 1;
    height: 80px;
    margin: 7px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.day span {
    font-size: 30px;
    width: 100%;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.day p {
    width: 100%;
    text-align: center;
}

.day img {
    margin-top: 15px;
}

.newscon {
    flex: 4;
    padding-left: 20px;
}

.newscon b {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    display: block;

}

.newscon p {

    text-align: left;
    line-height: 24px;
    font-size: 14px;

}

.newscon img {
    margin-top: 10px;
}

.cjwt {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cjwt a {
    width: calc(33.3% - 42px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -1px;
    margin-left: -1px;
    padding: 20px;
    border: 1px solid #f1f1f1;
}
.cjwt a p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.cjwt a:hover {
    color: #1a67b7;
}

/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background: #FE7E19;
    font-size: 26px;
}

/*底部footer*/

.footer {
    background: #1a67b7;
    margin-top: 60px;
}

.foot {
    padding: 20px 0 30px 0;

}


.ft_lxwm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft_lxwm_tit b {
    font-size: 34px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}

.ft_lxwm_tit p {
    color: #fff;
    font-size: 20px;
}

.foot span {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
}

.footer-nav {
    display: flex;
    display: -webkit- box;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.footer-nav li {
    position: relative;
}

.footer-nav a {
    display: block;
    color: #fff;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
}

.footer-nav a:hover {
    color: #FE7E19;
}



.foot .ft-contact p {
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
}

.foot .footer_center {
    margin-top: 62px;
    display: flex;

    justify-content: center;
    flex-direction: column;
}

.footer_phone {
    display: flex;
    align-items: center;
}

.footer_phone p {
    color: #fff;
    font-size: 16px;
}

.footer_phone p img {
    padding-right: 15px;
}

.footer_phone p span {
    font-weight: normal;
}

.footer_phone b {
    color: #fff;
    font-size: 32px;
    display: block;
}

.foot .footer_center {
    width: 20%;
}

.foot .footer_center .footer_tel {

    display: flex;

    flex-direction: column;
}

.foot .footer_center p {
    text-align: left;
    color: #fff;

}



.foot .ewm img {
    margin-top: 40px;
}

.foot .foot-con {
    display: flex;
    justify-content: space-between;
}

.foot .ft-contact {

    display: flex;
    flex-wrap: wrap;

    flex-direction: column;
    margin-top: 50px;

}

.foot .ewm {
    text-align: right
}

.copyright {
    margin-top: 10px;
}

.copyright,
.bah {
    color: #fff;
    line-height: 180%;
    text-align: right;
    font-size: 15px;
}

.copyright a,
.bah a,
.bah span {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.bah span {
    padding-left: 10px;
    padding-right: 0;
}