@charset "utf-8";

/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

body,
html,
input {
    font: 12px/1.5 "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #80b62c;
    text-decoration: underline;
}

ul li {
    list-style-type: none;
}


/*顶部*/

.top {
    width: 100%;
    background: #fff;
    /*border-top: 5px solid #01a2ff;*/
}

.swiper-pagination-bullet {
    width: 65px !important;
    height: 4px !important;
    margin: 0 10px !important;
    border-radius: inherit !important;
}

.swiper-pagination {
    bottom: 29px !important;
}

.logo {
    /* width: 315px; */
    max-width: 1300px;
    margin: 0 auto;
    /* height: 79px; */
    /* float: left; */
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-contact {
    background: rgb(245, 245, 245);
    padding: 5px 0;
}

.head-contact div {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
}

.head-contact a {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0 7px;
}

.head-contact a:nth-child(1)::after {
    position: absolute;
    right: 0;
    content: '';
    height: 79%;
    width: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

.topMain ul {
    /*float: right;*/
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.navv {
    max-width: 100%;
    margin: 0 auto;
    background: rgb(220, 25, 33);
}

.topMain ul li {
    transition: all .5s;
    position: relative;
    width: calc(100% / 9);
    text-align: center;
    position: relative;
}

.topMain ul li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    padding: 13px 0;
    transition: all .5s;
    font-weight: 600;
}

.topMain ul li a:hover {
    text-decoration: none;
}

#current::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.topMain ul .nav-li .nav-a {
    position: relative;
}

.topMain ul .nav-li a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.topMain ul .nav-li:hover .nav-a::after {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: rgb(220, 25, 33) !important;
}


/*首页banner*/

.banner {
    width: 100%;
    overflow: hidden;
    height: 600px;
    position: relative
}

.banList {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 695px
}

.banList li {
    height: 695px;
    opacity: 0;
    position: absolute;
    transform: scale(0);
    transition: transform 0.5s ease 0s, opacity 1.5s ease 0s;
    z-index: 1;
}

.banList li.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.fomW {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 20px;
    z-index: 9;
    width: 1000px;
    margin-left: -500px
}

.jsNav {
    text-align: center;
}

.jsNav a {
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
}

.jsNav a.current {
    background: #fc8f0f;
    cursor: pointer
}


/**关于我们**/

.about {
    width: 100%;
    /* height: 650px; */
    background: url(../images/aboutbj.jpg) top center no-repeat;
    text-align: center;
    margin-top: 119px;
    padding-bottom: 82px;
}

.aboutMain {
    width: 1200px;
    margin: 0 auto;
}

.abouttitle {
    width: 1200px;
    height: 140px;
    background: url(../images/naboutbj.png) no-repeat;
    margin-top: 68px;
}

.aboutli {
    width: 470px;
    height: 110px;
    float: right;
    margin-top: 23px;
}

.aboutli ul li {
    width: 118px;
    height: 27px;
    background: url(../images/aboutli.png) no-repeat;
    float: left;
    margin: 14px 18px;
    line-height: 27px;
    text-align: center;
}

.aboutli ul li a {
    color: #fff;
    font-size: 14px;
}

.aboutli ul li a:hover {
    text-decoration: none;
}

.sub-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 100%;
    opacity: 0;
    background-color: rgb(220, 25, 33);
    line-height: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translateY(20px);
    transition: all .35s;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 11;
    transition: all .6s;
    visibility: hidden;
}

.sub-nav li {
    width: 100% !important;
}

.sub-nav li a {
    display: block;
    line-height: 16px !important;
    padding: 5px 8px !important;
    white-space: nowrap;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
}

ul::marker {
    display: none;
}

.sub-nav::after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-bottom-color: rgb(220, 25, 33);
}

.topMain ul li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(6px);
}

.aboutcon {
    width: 1200px;
    height: 419px;
    position: relative;
}

.aboutcon p,
.aboutcon p span {
    color: #fff !important;
}

.aboiutcontent {
    width: 623px;
    float: left;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
    display: none;
}

.shipin {
    float: right;
    margin-top: 47px;
    margin-right: 10px;
    width: 521px;
    overflow: hidden;
    background: rgba(255, 255, 255, .5);
    padding: 15px;
    border-radius: 10px;
}

.about-mor {
    width: 125px;
    height: 30px;
    background: #1a1a1a;
    border-radius: 3px;
    color: #FFF;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.about-mor:hover {
    color: #fff;
    text-decoration: none;
}


/**产品中心**/

.cp {
    width: 100%;
    height: 1248px;
    overflow: hidden;
    background-size: 100% 100%;
}

.cpMain {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.cptitle {
    width: 100%;
    height: 70px;
    margin-top: 60px;
    text-align: center;
}

.cpdes {
    text-align: center;
    font-size: 14px;
    padding: 10px 160px;
    line-height: 30px;
}

.cplist {
    width: 1200px;
    height: 683px;
    background: #fff;
    margin-top: 96px;
    transform: scale(1.2);
}

.cpleftdes ul li {
    margin-bottom: 12px;
}

.cpleft {
    width: 261px;
    /* height: 100%; */
    background: #d70c19;
    overflow: hidden;
    float: left;
    background-size: 100% 100%;
    padding: 5px;
    padding-bottom: 40px;
}

.cpleftdes {
    width: 190px;
    height: 213px;
    margin-top: 21px;
    margin-left: 40px;
    color: #fff;
    font-size: 14px;
    background: #fff;
    padding: 10px 8px;
}

.activehead {
    position: fixed;
    width: 100%;
    z-index: 100 !important;
    top: 0;
}

.cpleft a {
    /* background: url(../images/l-dt.jpg); */
    padding: 4px 15px;
    margin-top: 20px;
    margin-left: 80px;
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    width: 78% !important;
    padding-left: 40px;
}

.cpleft h3 {
    font-size: 21px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 15px;
}

.cpleft h3 span {
    font-size: 13px;
}

.cpleft .pro-nav {
    background: url(../images/l-dt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-position: 89% 50%; */
    transition: all .5s;
    margin-left: 0 !important;
}

.cpright p {
    text-align: left;
    font-size: 17px;
    letter-spacing: 1px;
    padding-top: 6px;
}

.cpright span {
    width: 101px;
    height: 28px;
    border-radius: 3px;
    display: block;
    background: #bbbbbb;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    margin-top: 7px;
    transition: all .5s;
}

.cpright .cpright-tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpright .cpright-tp .cpright-key {
    color: #d70c19;
    font-size: 13px;
    font-weight: 600;
}

.cpright .cpright-tp .cpright-key a {
    transition: all .5s;
    font-size: 12px;
}

.cpright .cpright-tp .cpright-key a:hover {
    color: rgb(220, 25, 33);
    text-decoration: none;
}

.cpright .cpright-tp form input {
    width: 235px;
    height: 30px;
    border: 1px solid #CCC;
    padding-left: 10px;
    float: left;
}

.cpright .cpright-tp form button {
    float: left;
    background: #dc1921;
    width: 40px;
    height: 32px;
    border: none;
    cursor: pointer;
    position: relative;
}

.cpright .cpright-tp form button::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/sousuo.png) no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

.cpright {
    width: 889px;
    height: auto;
    float: right;
    padding: 12px 0;
    padding-right: 18px;
    padding-top: 0;
}

.cpright ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
}

.cpright ul li {
    float: left;
    margin: 10px 0;
    width: 23.9%;
}

.cpright ul li a img {
    width: 100%;
    height: 178px;
}

.cpright ul li a div {
    position: relative;
    border: 2px solid #bbbbbb;
    transition: all .5s;
}

.cpright ul li a div p {
    position: absolute;
    width: 100%;
    height: 97%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
}

.cpright ul li a div p::after {
    content: '';
    background: url(../images/fdj.png) no-repeat center center /cover;
    width: 26px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.cpright ul li:hover a div p {
    opacity: 1;
    visibility: visible;
}

.cpright ul li:hover span {
    background: rgb(220, 25, 33);
}

.cpright ul li:hover a div {
    border: 2px solid #d70c19;
}

.cpright ul li:hover .p-o {
    color: #d70c19;
}

.cpright ul li:hover a {
    text-decoration: none !important;
}


/**新闻中心**/

.new {
    width: 100%;
    height: 645px;
    background: #fff;
    overflow: hidden;
}

.newMain {
    width: 1200px;
    margin: 0 auto;
}

.newtitle {
    width: 100%;
    height: 70px;
    margin-top: 0;
    text-align: center;
}

.newleft {
    width: 555px;
    height: 30px;
    float: left;
    margin-top: 30px;
}

.newleft ul {
    margin-top: 26px;
}

.newleft ul li {
    /* width: 145px;
    height: 46px;
    background: url(../images/newicon.png) no-repeat;
    float: left;
    margin-left: 4px;
    text-align: center;
    line-height: 38px;
    background-size: 100% 100%; */
}

.newleft ul li .newrtitle {
    background: #4b4b4b;
    margin-top: 2px;
}

.newleft ul li .newrtitle a {
    color: #fff;
}

.newleft ul li p {
    background: #4b4b4b;
    color: #fff;
    font-size: 13px;
    padding: 5px 7px 10px 23px;
}

.newleft ul li a {
    /* font-size: 18px;
    color: #024b91; */
}

.newleft ul li a:hover {
    text-decoration: none;
}

.dianshi {
    width: 390px;
    height: 300px;
    background: url(../images/diannao.png) no-repeat;
    margin-left: 15px;
    margin-top: 30px;
    overflow: hidden;
    /*display: none;*/
}

.topnew {
    width: 370px;
    height: 216px;
    border: 1px solid #444;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}

.toumingbt {
    width: 100%;
    height: 30px;
    background: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
}

.biaoti {
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

.newright {
    float: right;
    margin-right: 50px;
    width: 555px;
    margin-top: 30px;
}

.newrtitle {
    width: 555px;
    height: 35px;
    background: url(../images/newrbj.png) no-repeat;
    text-indent: 45px;
    line-height: 35px;
    font-size: 17px;
    font-weight: bold;
    background-position-y: center;
    background-size: 34% 12px;
}

.newrtitle a {
    color: #d70c19;
    position: relative;
    left: -22px;
}

.newrtitle a:hover {
    text-decoration: none;
}

.newright p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin-top: 2px;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 24px;
}

.new-mor {
    height: 40px;
    line-height: 40px;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 19px;
    color: #444;
    display: block;
    background: url(../images/red.png) no-repeat;
    background-size: 24px;
    background-position: 99%, 50%;
    font-weight: 600;
}

.new-mor:hover {
    text-decoration: none;
    color: #444;
}

.newright p::before {
    position: absolute;
    content: '';
    left: 0;
    width: 12px;
    height: 12px;
    background: rgb(4, 93, 187);
    top: 5px;
}

.newright ul li {
    margin-top: 15px;
    /*opacity: 0;*/
}


/**案例展示**/

.anli {
    width: 100%;
    height: 567px;
    overflow: hidden;
}

.anliMain {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.anliMain .swiper-button-next {
    right: -48px;
    margin-top: -3px;
}

.anliMain .swiper-button-prev {
    left: -48px;
    margin-top: -3px;
}

.anliMain .swiper-container1 .swiper-slide .p-t {
    text-align: center;
    font-size: 22px;
    color: #555;
    letter-spacing: 1px;
    transition: all .5s;
    background: #f1f1f1;
    padding: 10px 0;
}

.anliMain .swiper-container1 .swiper-slide:hover .p-t {
    color: #000;
}

.anliMain>ul {
    transform: scale(1.2);
}

.anliMain .swiper-container1 .swiper-slide a:hover {
    text-decoration: none;
}

.anlititle {
    width: 100%;
    height: 100px;
    background: url(../images/anlititle.jpg) no-repeat;
    margin-top: 60px;
    background-position: center;
}

.company {
    background: #fff;
}

.anliMain ul li {
    width: 275px;
    height: 230px;
    text-align: center;
    float: left;
    margin: 0px 12px;
}

.anliMain ul li p {
    line-height: 45px;
    font-size: 20px;
    letter-spacing: 1px;
}

.anliMain ul li p a {
    color: #024b91;
}

.moreanli {
    text-align: center;
    margin-top: 60px;
}

.moreanli a {
    background: rgb(220, 25, 33);
    padding: 10px 30px;
    font-size: 17px;
    color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    letter-spacing: 1px;
}

.moreanli a:hover {
    text-decoration: none;
}

.hezuo {
    width: 100%;
    height: 470px;
    background: url(../images/hezuobj.png) repeat-x;
    overflow: hidden;
}

.hezuoMain {
    width: 1200px;
    height: auto;
    margin: auto;
}

.hztitle {
    width: 100%;
    height: 96px;
    background: url(../images/hzhb.png) no-repeat;
    margin-top: 55px;
    margin-bottom: 30px;
}

.hezuoMain ul li {
    border: 1px solid #ddd;
    float: left;
    margin: 10px 18px;
    display: none;
}

.lx {
    width: 100%;
    height: 334px;
    background: #dc1921;
    overflow: hidden;
}

.lxcon {
    display: flex;
    justify-content: space-between;
}

.lxMain {
    width: 1200px;
    height: auto;
    margin: auto;
}

.lxtitle {
    width: 100%;
    height: 96px;
    background: url(../images/lxtitle.jpg) no-repeat;
    margin-top: 55px;
    margin-bottom: 20px;
}

.lxleft {
    width: 610px;
    height: 350px;
    float: left;
}

.lxleft form {
    display: flex;
    justify-content: space-between;
}

.lxleft h3 {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 32px;
}

.lxright {
    /* width: 575px; */
    height: 316px;
    float: right;
    padding-top: 36px;
}


/**联系**/

.namebj {
    /* width: 280px;
    height: 38px;
    background: url(../images/name.jpg) no-repeat; */
}

.emailbj {
    /* width: 280px;
    height: 38px;
    background: url(../images/email.jpg) no-repeat; */
}

.lxleft ul li {
    float: left;
    margin-right: 20px;
}

.contentbj {
    /* width: 560px;
    height: 204px;
    background: url(../images/content.jpg) no-repeat;
    margin-top: 20px; */
}

.tijiao {
    width: 583px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 16px;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari 和 Chrome */
    border-radius: 10px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    margin-top: 20px;
    letter-spacing: 1px;
}

.tijiao:hover {
    color: #000;
    text-decoration: none;
}


/**底部开始**/

.foot {
    width: 100%;
    height: 240px;
    background: #1b1b1b;
    overflow: hidden;
}

.footMain {
    width: 1200px;
    height: 240px;
    background: url(../images/footbj.jpg) no-repeat;
    margin: 0 auto;
}

.footMain ul li {
    color: #fff;
}

.foot1 {
    width: 320px;
    height: 210px;
    float: left;
    margin-top: 20px;
    margin-right: 60px;
    font-size: 13px;
    line-height: 27px;
}

.foot1title {
    border-bottom: 1px solid #fff;
    line-height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
}

.foot2 {
    width: 330px;
    height: 210px;
    float: left;
    margin-top: 20px;
}

.foot2 ul li {
    float: left;
    line-height: 26px;
    margin: 0 10px;
}

.foot2 ul li a {
    color: #fff;
    font-size: 13px;
}

.foot3 {
    width: 425px;
    height: 210px;
    float: right;
    margin-top: 20px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 30px;
}

.dilogo {
    margin-bottom: 20px;
    margin-top: 15px;
}

.foot3 a {
    color: #fff;
}


/**弹出效果**/

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(.9)
    }
    100% {
        -moz-transform: scale(1)
    }
}

#tc1 {
    -webkit-animation: bounceIn 1s .2s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#tc2 {
    -webkit-animation: bounceIn 1s .4s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#tc3 {
    -webkit-animation: bounceIn 1s .6s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#tc4 {
    -webkit-animation: bounceIn 1s .8s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#tc5 {
    -webkit-animation: bounceIn 1s 1.0s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#tc6 {
    -webkit-animation: bounceIn 1s 1.2s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#tc7 {
    -webkit-animation: bounceIn 1s 1.4s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#tc8 {
    -webkit-animation: bounceIn 1s 1.6s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc1 {
    -webkit-animation: bounceIn 1s .2s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc2 {
    -webkit-animation: bounceIn 1s .4s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc3 {
    -webkit-animation: bounceIn 1s .6s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc4 {
    -webkit-animation: bounceIn 1s .8s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc5 {
    -webkit-animation: bounceIn 1s 1.0s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc6 {
    -webkit-animation: bounceIn 1s 1.2s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc7 {
    -webkit-animation: bounceIn 1s 1.4s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}

#atc8 {
    -webkit-animation: bounceIn 1s 1.6s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
    display: block;
}


/**清楚浮动**/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */

.location {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    /*margin-bottom: 20px;*/
}

.my-map {
    margin: 0 auto;
    /* width: 575px; */
    height: 315px;
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}