



/*首页*/

/*顶部*/

header{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    background: white;

    z-index: 999;

}

.top{

    width: 1200px;

    margin: 0 auto;

}

.top-logo{

    float: left;

}

.top-logo img{

    padding-top: 18px;

    /*padding-left: 30px;*/

}

.top-right{

    float: right;

    margin-top: 1px;

    /*padding-right: 30px;*/

}

.top-weixin{

    float: right;

    position: relative;

    border: 1px solid white;

    width: 100px;

    text-align: center;

    padding-top: 5px;

    padding-bottom: 8px;

    cursor: pointer;

}

.top-weixin:hover{

    border: 1px solid #e1e1e1;

    border-bottom: none;

}

.top-weixin:hover .weixin-menu{

    display: block!important;

}

.weixin-icon{

    height: 20px;

    line-height: 20px;

}

.weixin-icon span{

    color: #666666;

    margin-left: 5px;

}

.weixin-menu{

    text-align: center;

    padding-top: 5px;

    position: absolute;

    top: 33px;

    width: 100px;

    border: 1px solid #e1e1e1;

    border-top: none;

    left: -1px;

    background-color: white;

    z-index: 99;

}

.weixin-menu p{

    color: #666666;

    margin-top: 6px;

    margin-bottom: 10px;

}

.top-call-line{

    float: right;

    color: #666666;

    margin-top: 8px;

    font-size: 14px;

    margin: 8px 10px 0;

}

.weixin-menu a{

    display: inline-block;

    height: 22px;

    line-height: 22px;

    color: white;

    width: 59px;

    padding-left: 14px;

    border-radius: 4px;

    background: #d00b17 url("../image/service-icon.jpg") 6px center no-repeat;

    margin-bottom: 10px;

}

.top-phone{

    float: right;

    margin-top: 7px;

    margin-right: 18px;

}

.top-phone span{

    font-size: 17px;

    display: inline-block;

    margin-left: 4px;

    color: #d00b17;

}

.top-nav{

    float: right;

    padding-right: 14px;

}

.top-nav li{

    float: left;

    margin-left: 62px;

    height: 58px;

    line-height: 58px;

}

.top-nav li a{

    font-size: 16px;

    color: #555555;

}

.top-nav .top-nav-on a{

    color: #d00b17;

    font-weight: bold;



}

.top-nav li:hover a{

    color: #d00b17;

}

.index-banner img{

    width: 100%;

}

.index-banner .swiper-button-next{

    background: url("../image/right-arrow-s.png") no-repeat;

    width: 44px;

    height: 79px;

    right: 40px;

}

.index-banner .swiper-button-prev{

    background: url("../image/left-arrow-s.png") no-repeat;

    width: 44px;

    height: 79px;

    left: 40px;

}

.index-banner .swiper-pagination-bullet{

    width: 10px;

    height: 10px;

}

.index-banner .swiper-pagination-bullet-active{

    background: #d00b17;

}

.index-about{

    width: 670px;

    margin: 52px auto;

    text-align: center;

}

.index-about h3{

    font-size: 30px;

    font-weight: normal;

}

.index-about .detail{

    color: #555555;

    line-height: 24px;

    font-size: 15px;

    margin-top: 20px;

}

.index-news{

    width: 1200px;

    margin: 0 auto;

}

.index-news-title h3{

    font-size: 30px;

    font-weight: normal;

    /*text-align: center;*/

}



.index-news-content{

    margin: 26px 0 20px;

}

.inc-left{

    margin-top: 22px;

    float: left;

    border-left: 1px solid #e0e0e0;

    width: 48%;

}



.inc-box{

    float: left;

    padding-bottom: 46px;

}

.inc-list .inc-box:first-of-type{

    padding-right: 118px;

    /*border-right: 1px solid #e0e0e0;*/

}

.inc-box-line{

    float: left;

    height: 121px;

    width: 1px;

    background-color: #e0e0e0;

    margin-right: 118px;

}

.index-news-content .inc-list:last-of-type .inc-box-line{

    height: 88px;

}

.inc-box-img{

    float: left;

}

.inc-box-p{

    float: left;

    margin-left: 40px;

    width: 340px;

    margin-top: 2px;

}

.inc-box-p h4{

    font-weight: normal;
	color:#555555;
    font-size: 16px;

}

.inc-box-p h4:hover{

    color: #D00817;

}

.inc-box-p p{

    color: #666666;

    font-size: 14px;

    margin-top: 15px;
	font-family:'微软雅黑';
    line-height: 24px;

}

.inc-box-p p:hover{

    text-decoration: underline;

}

.index-solution{

    width: 1200px;

    margin: 0 auto;

}

.index-title-logo{

    margin-bottom: 16px;

}

.index-title-logo span{

    font-size: 30px;

    vertical-align: middle;

    margin-right: 19px;

}


.isc-list {
    width:100%;
    margin-bottom:59px;
}
.isc-list li {
    width:290px;
    float:left;
    margin-right:13px;
    position:relative;
}
.isc-list li:last-child {
    margin-right:0;
}


.isc-left{

    width: 844px;

    float: left;

}

.isc-left-box1{

    margin-right: 5px;

    margin-bottom: 5px;

    float: left;

}

.iscl-box1-dark{

    position: absolute;

    top: 0;

    left: 0;

    width: 290px;

    height: 200px;

    background: #938c8d;

    transition:all ease .3s;

}
.isc-list li:hover .iscl-box1-dark {
    opacity:0;
}

/*.iscl-box1-dark:hover{*/

    /*background: #d00b17;*/

/*}*/

/*.isc-left-box1:hover .iscl-box1-dark{

    display: none;

}

.isc-left li:first-of-type .isc-left-box1 .iscl-box1-dark{

    background: #d00b17;

}

.isc-left li:first-of-type .isc-left-box1:hover .iscl-box1-dark{

    display: block;

    background: #222222;

}*/

.iscl-box1-dark h5{

    font-size: 21px;

    line-height:48px;

    color: white;

    font-weight: 400;

    margin-top: 39px;

    margin-left: 20px;

}

.iscl-box1-dark p{

    margin-left: 20px;

    color: white;

    font-size: 15px;

    line-height: 24px;

    width: 245px;

}

.isc-left-box2{

    float: left;

}

.iscl-box2-dark{

    position: absolute;

    top: 0;

    left: 0;

    width: 465px;

    height: 230px;

    background: rgba(0,0,0,0.6);

}

.isc-right-dark{

    position: absolute;

    top: 0;

    left: 0;

    width: 354px;

    height: 464px;

    background: rgba(0,0,0,0.6);

}

.isc-right:hover .isc-right-dark{

    display: none;

}

.isc-right-dark h5{

    font-size: 30px;

    color: white;

    font-weight: 400;

    margin-top: 158px;

    margin-left: 58px;

}

.isc-right-dark p{

    margin-left: 58px;

    color: white;

    font-size: 15px;

    line-height: 24px;

    margin-top: 20px;

    width: 246px;

}

.iscl-box2-dark h5{

    font-size: 30px;

    color: white;

    font-weight: 400;

    margin-top: 44px;

    margin-left: 109px;

}

.iscl-box2-dark p{

    margin-left: 109px;

    color: white;

    font-size: 15px;

    line-height: 24px;

    margin-top: 20px;

    width: 272px;

}

/*.iscl-box2-dark:hover{*/

    /*background: #d00b17;*/

/*}*/

.isc-left-box2:hover .iscl-box2-dark{

    display: none;

}

.isc-right{

    float: right;

    height: 464px;

    width: 354px;

    /*background-color: black;*/

    position: relative;

}

.isc-right-content{

    width: 248px;

    margin: 160px auto 0;

}

.isc-right-content h5{

    font-size: 30px;

    font-weight: 400;

    color: white;

}

.isc-right-content p{

    font-size: 15px;

    line-height: 24px;

    color: white;

    margin-top: 20px;

}

.index-case{

    width: 1200px;

    margin: 0 auto;

}

.icc-list{

    float: left;

    margin-left: 20px;

    margin-bottom: 20px;

}

.index-case-content li:nth-of-type(4n+1){

    margin-left: 0;

}

.icc-list-dark{

    position: absolute;

    left: 0;

    bottom: 0;

    height: 40px;

    line-height: 40px;

    width: 285px;

    background: rgba(204,51,51,0.8);

}

.icc-list-dark p{

    color: white;

    font-size: 16px;

    padding-left: 18px;

}

.index-eval{

    width: 1200px;

    margin: 70px auto;

}

.index-eval-title h3{

    text-align: center;

    font-size: 30px;

    font-weight: normal;

    margin-bottom: 30px;

}

.index-eval-box{

    float: left;

    padding-left: 80px;

    padding-right: 70px;

}

.ie-box-img{

    float: left;

}

.ie-box-img img{

    border-radius: 100%;

    overflow: hidden;

}

.ie-box-p{

    float: left;

    width: 360px;

    padding-left: 22px;

}

.ie-box-p h3{

    color: #333333;

    font-weight: normal;

    font-size: 26px;

}

.ie-box-p h3 span{

    color: #999999;

    font-size: 12px;

    margin-left: 12px;

}

.ie-box-p p{

    margin-top: 20px;

    color: #555555;

    font-size: 14px;

    line-height: 24px;

    padding-bottom: 50px;

}

.index-eval .swiper-pagination-bullet-active{

    background-color: #d00b17;

}

footer{

    padding-top: 44px;

    padding-bottom: 34px;

    background-color: #393939;

    position: relative;

}

.bot{

    width: 1200px;

    margin: 0 auto;

}

.bot-title{

    float: left;

    margin-right: 38px;

}

.bot-title h4{

    font-size: 28px;

    color: white;

    font-weight: normal;

}

.bot-list{

    float: left;

    margin-top: 8px;

    width: 210px;

}

.bot-list li{

    height: 26px;

}

.bot-list a{

    color: white;

    font-size: 14px;

}

.bot-declare{

    text-align: center;

    margin-top: 40px;

}

.bot-declare span{

    color: #ffd966;

    border: 1px solid #666666;

    padding: 8px 18px;

    display: inline-block;

}

.bot-right{

    text-align: center;

    margin-top: 18px;

}

.bot-right span{

    color: #cccccc;

    display: inline-block;

}



/*案例展示*/

.case-banner img{

    width: 100%;

}

.case-wrap{

    width: 1200px;

    margin: 0 auto;

}

.bread-nav{

    margin-top: 26px;

}

.bread-nav a{

    font-size: 12px;

    color: #888888;

}

.bread-nav a:hover{

    text-decoration: underline;

}

.bread-nav span{

    margin: 0 8px;

    color: #888888;

}

.bread-nav-index{

    background: url("../image/address-iocn.jpg") no-repeat left center;

    padding-left: 18px;

    display: inline-block;

    height: 15px;

}

.case-title{

    margin-top: 28px;

}

.case-title h3{

    font-size: 30px;

    font-weight: normal;

}
.case-title h1{

    font-size: 30px;

    font-weight: normal;

}

.case-type{

    margin-top: 16px;

}

.case-type a{

    display: inline-block;

    width: 104px;

    border: 1px solid #dcdcdc;

    height: 34px;

    line-height: 34px;

    text-align: center;

    margin-right: 10px;

    color: #333333;

    font-size: 14px;

}

.case-type a:hover{

    background-color: #d00b17;

    border: 1px solid #d00b17;

    color: white;

}

.case-box{

    margin-top: 22px;

}

.case-box:hover .case-box-dark p{

    background: rgba(208,11,23,0.8);



}

.case-type .case-type-on{

    background-color: #d00b17;

    border: 1px solid #d00b17;

    color: white;

}

.case-waterfall{

    padding-bottom: 40px;

}

.case-box-dark{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 285px;

}

.case-box-dark p{

    height: 40px;

    line-height: 40px;

    font-size: 16px;

    color: white;

    background: rgba(0,0,0,0.4);

    padding-left: 19px;

}

.goTop{

    position: absolute;

    right: 0;

    bottom: 322px;

}



/*新闻中心*/

.news-box{

    border: 1px solid #d8d6d3;

    width: 578px;

    float: left;

    margin-top: 24px;

}

.news-content li:nth-of-type(even){

    margin-left: 40px;

}

.news-box-left{

    float: left;

}

.news-box-right{

    float: left;

    margin-left: 30px;

    width: 332px;

}

.news-box-right h4{

    font-size: 18px;

    margin-top: 22px;

}

.news-box-right h4:hover{

    color: #D00817;

}

.news-box-right>p{

    font-size: 14px;

    color: #666666;

    line-height: 16px;

    margin-top: 20px;

}

.news-box-right>p:hover{

    text-decoration: underline;

}

.nb-right-time{

    margin-top: 16px;

}

.nb-right-time i{

    display: inline-block;

    height: 16px;

    width: 16px;

    background: url("../image/time.jpg") no-repeat left center;

    vertical-align: middle;

}

.nb-right-time span{

    vertical-align: middle;

    margin-left: 5px;

    color: #999999;

    font-size: 14px;

}

.nb-right-time .nbrt-more{

    vertical-align: middle;

    color: #999999;

    font-size: 14px;

    float: right;

}

.nb-right-time .nbrt-more:hover{

    color: #D00817;

}

.page{

    margin: 60px 0;

    text-align: center;

}

.page a{

    display: inline-block;

    width: 36px;

    height: 36px;

    text-align: center;

    line-height: 36px;

    color: #555555;

    margin-right: 5px;

    font-size: 14px;

    border: 1px solid #dcdcdc;

}

.page a:hover{

    color: white;

    background-color: #d00b17;

}

.page .page-first,.page .page-last{

    width: 66px;

}

.page .page-prev,.page .page-next{

    width: 72px;

}

.page .page-on{

    color: white;

    background-color: #d00b17;

}

.page input{

    padding: 11px 5px;

    border: 1px solid #dcdcdc;

    border-right: none;

    width: 54px;

    text-align: center;

}

.page .page-go{

    background-color: #f8f8f8;

}



/*案例详情*/

.case-detail-wrap{

    background-color: #f6f6f6;

    z-index: 10;

}

.cd-content{

    position: relative;

    width: 1200px;

    margin:0 auto;

    z-index: 10;

    padding-bottom: 40px;

}

.cd-content-left{

    width: 230px;

    float: left;

    background-color: #e6e6e6;

}

.cd-content-left .list{

    padding: 14px 0;

}

.cd-content-left .dl{

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    padding-left: 32px;

    cursor: pointer;

    color: #333333;

}

.cd-content-left dd{

    height: 30px;

    line-height: 30px;

    padding-left: 60px;

    color: #666666;

}

.cd-content-left dd a{

    font-size: 14px;

}

.cd-content-left dd:hover a{

    color: #d00b17;

}

.cd-content-left dd a.current{

    color: #d00b17;

}

.cd-content-right{

    /*float: left;*/

    /*background-color: white;*/

    width: 100%;

    padding-left: 20px;

}

.cdr-content{

    margin-top: 18px;
    margin-bottom:24px;

}

.cdr-content p{

    font-size: 14px;

    color: #888888;

    line-height: 24px;

    /*width: 590px;*/

}

.cdr-a{

    margin-left: 25px;

    margin-top: 24px;

    margin-bottom: 26px;

}

.cdr-a a{

    color: #555555;

    margin-left: 11px;

}

.cdr-a a:hover{

    text-decoration: underline;

}

.cdr-pra{

    margin-left: 25px;
    text-align:right;
    margin-top:22px;

}

.cdr-pra a{

    display: inline-block;

    margin-bottom: 20px;

    font-size: 14px;

    color: #555555;
    margin-left:20px;

}

.cdr-pra a span:hover{

    color: #d00b17;

}



/*新闻详情*/

.cdcl-title{

    margin-top: 20px;

}

.cdcl-title h3{

    font-size: 18px;

    font-weight: normal;

    padding-left: 22px;

}

.cdcl-box{

    width: 184px;

    margin-left: 22px;

    margin-top: 28px;



}

.cdcl-box h4{

    font-size: 14px;

    font-weight: normal;

}

.cdcl-box h4:hover{

    color: #d00b17;

}

.cdcl-box p{

    color: #888888;

    margin-top: 10px;

    line-height: 16px;

}

.cdcl-box p:hover{

    text-decoration: underline;

}

.nd-content{

    padding: 0 42px;

}

.ndc-title{

    margin-top: 40px;

}

.ndc-title h3{

    font-size: 24px;

    font-weight: normal;

    text-align: center;

}
.ndc-title h1{

    font-size: 24px;

    font-weight: normal;

    text-align: center;

}

.ndc-title-small{

    margin-top: 40px;

    text-align: center;

}

.ndc-title-small span,.ndc-title-small a{

    /*padding-left: 20px;*/

    color: #888888;

    height: 16px;

    line-height: 16px;

    display: inline-block;

}

.ndc-title-small i{

    font-style: normal;

    margin: 0 20px;

}

.ndc-title-small a:hover{

    color: #D00817;

}

.ndc-p-img{

    text-align: center;

    margin-top: 30px;

}

.ndc-p{

    font-size: 16px;

    line-height: 30px;

    margin-top: 40px;

}

.h_60{

    height: 60px;

}

/*关于我们*/

.about-wrap{

    width: 1200px;

    margin: 0 auto;

}

/*联系我们*/

.contact-wrap{

    width: 1200px;

    margin: 0 auto;

}

.cw-title{

    margin-top: 24px;

}

.cw-title h3{

    font-size: 30px;

    text-align: center;

    font-weight: normal;

}

.cw-type{

    margin-top: 80px;

}

.cw-type-box{

    float: left;

    border-left: 1px solid #cccccc;

    padding: 0 36px;

    position: relative;

    min-height: 80px;

}

.cw-type .cw-type-box:first-of-type{

    border-left: none;

}

.cwt-box-img{

    float: left;

}

.cwt-box-p{

    float: left;

    margin-left: 21px;

}

.cwt-box-p p{

    font-size: 24px;

    margin-top: 6px;

}

.cwt-box-p-phone{

    margin-top: 14px;

    font-size: 18px;

    color: #d00b17;

    display: block;

}

.cwt-box-p-qq{

    font-size: 14px;

    color: #555555;

    display: block;

    margin-top: 8px;

}

.cwt-box-p-ser{

    display: inline-block;

    height: 22px;

    line-height: 22px;

    color: white;

    width: 38px;

    padding-left: 24px;

    border-radius: 4px;

    background: #d00b17 url("../image/service-icon.jpg") 6px center no-repeat;

    margin-bottom: 10px;

    margin-top: 16px;

}

.cwt-box-p a:first-of-type{

    margin-right: 10px;

}

.cwt-box-p-weixin{

    font-size: 18px;

    margin-top: 14px;

    display: block;

    color: #555555;

}

.cwt-box-p-weixin i{

    margin-left: 4px;

    cursor: pointer;

}

.two-code-big{

    position: absolute;

    right: -114px;

    top: -84px;

}

.contact-message{

    margin-top: 76px;

}

.cm-left{

    float: left;

    width: 526px;

}

.cm-left-title span{

    margin-right: 12px;

}

.cm-left-title h4{

    text-align: center;

    /*background: url("../images/message.jpg") no-repeat left center;*/

    height: 33px;

    line-height: 33px;

    font-size: 28px;

    font-weight: normal;

}

.cm-left-form{

    margin-top: 30px;

}

.cml-form-box{

    position: relative;

    margin-top: 28px;

}

.cml-form-box p{

    font-size: 16px;

}

.cml-form-box input{

    border: 1px solid #cccccc;

    margin-top: 10px;

    padding: 10px;

    width: 500px;

}

.cml-form-box textarea{

    padding: 10px;

    resize: none;

    width: 500px;

    margin-top: 10px;

    line-height: 20px;

    border: 1px solid #cccccc;

    height: 130px;

}

.cml-form-btn{

    text-align: center;

    margin-top: 34px;

    padding-bottom: 40px;

}

.cml-form-btn input{

    display: inline-block;

    padding: 13px 80px;

    background-color: #d00b17;

    border: none;

    border-radius: 4px;

    color: white;

    font-size: 24px;

    cursor: pointer;

}

.cm-right{

    float: right;

}

.cd-content{

    overflow: hidden;

}

.h_94{

    height: 94px;

}



/*新增*/

.bot-link{

    float: left;

    margin-top: 10px;

    margin-left: 8px;

    width: 1022px;

}

.bot-list-2 span{

    display: inline-block;

    width: 200px;

    margin-bottom: 12px;

}

.bot-list-2 span a{

    color: white;

    font-size: 14px;

}





.about-content{

font-size: 16px;color: #555555;line-height: 24px;

}





.index-banner .swiper-button-next{

    background: url("../image/right-arrow-s.png") no-repeat;

    width: 44px;

    height: 79px;

    right: 40px;

    opacity: 0;

    margin-top: -40px;

}

.index-banner .swiper-button-prev{

    background: url("../image/left-arrow-s.png") no-repeat;

    width: 44px;

    height: 79px;

    left: 40px;

    opacity: 0;

    margin-top: -40px;

}

.index-banner:hover .swiper-button-next{

    opacity: 1;

}

.index-banner:hover .swiper-button-prev{

    opacity: 1;

}





/*新增改字号*/

.bread-nav a{

    font-size: 14px;

}

.case-type a{

    font-size: 16px;

}









/*新增*/

/*.iscl-box1-dark{

    background: rgba(0,0,0,0.7);

}*/

.iscl-box2-dark{

    background: rgba(0,0,0,0.7);

}

.icc-list-dark{

    background: rgba(204,51,51,0.9)

}

.isc-right-dark{

    background: rgba(0,0,0,0.7);

}

.ie-box-p h3{

    font-size: 20px;

}

.goTop{

    position: fixed;

    right: 0;

    bottom: 20px;

}

.case-box-dark p{

    background: rgba(0,0,0,0.2);

}

.case-detail-wrap{

    padding-bottom: 40px;

}

.cd-content{

    box-shadow: 2px 0px 5px #999999;

    padding-bottom: 0;

}

.cd-content-left .dl{

    font-weight: bold;

}

.cd-content-left dd a{

    color: #333333;

}

.news-box-right h4{

    font-weight: normal;

}

.bot-title h4{

    font-size: 24px;

}











/*7.6新增修改*/

.bot-title{

    margin-top: 7px;

}

.inc-box-line{

    height: 130px;

}

.new-gz{

    height: 20px;

    line-height: 20px;

    background: url("../image/weixin-icon.jpg") no-repeat 10px center;

}

.weixin-icon span{

    margin-left: 18px;

}

.new-kf{

    height: 20px;

    line-height: 20px;

    background: url("../image/qq-icon.jpg") no-repeat 10px center;

}

.top-phone{

    height: 20px;

    line-height: 20px;

    background: url("../image/phone-icon.jpg") no-repeat left center;

    padding-left: 20px;

}

.cd-content-right{

    width:950px;
    margin:auto;
    padding:0;
	float:left;

}

.cd-content{

    box-shadow: none;

    /*border-right: 1px solid #e6e6e6;*/

}

.inc-box-p h4{

    font-weight: bold;

}

.news-box-right h4{

    font-weight: bold;

}

.news-box-right>p{

    font-family: '宋体';

}


.case-box-dark p{

    background: rgba(0,0,0,0.1);

}













/*7.12修改*/

.icc-list img{

    border: 1px solid #e0e0e0;

}

.icc-list{

    margin-left: 17px;

}

.case-box{

    border: 1px solid #e0e0e0;

}

@media screen and (max-width: 1100px){
.index-banner{
width: 1200px;
 margin: 0 auto;
}
    footer{
        width: 1200px;
    }
    .index-about{
        width: 1200px;
    }
    .index-about p{
        width: 670px;
        margin: 20px auto 0;
    }
    .case-banner{
        width: 1200px;
    }
	 .banner{
        width: 1200px;
        margin: 0 auto;
		background-size: 100%;
    }


}




.case-cplist {
    width:100%;
    position:relative;
    border-top:1px solid #dedede;
    margin-top:27px;
    padding-top:32px;
}
.case-cplist .title {
    font-size:18px;
    line-height:38px;
    color:#555;
    margin-bottom:8px;
}
.case-cplist ul {
    width:100%;
}
.case-cplist ul li {
    width:180px;
    margin-right:14px;
}
.case-cplist .prev, .case-cplist .next {
    width:10px;
    height:13px;
    position:absolute;
    cursor:pointer;
}
.case-cplist .prev {
    right:15px;
    top:52px;
    background:url(../image/nicon-img1.png) center center no-repeat;
}
.case-cplist .prev:hover {
    background:url(../image/nicon-img1-1.png) center center no-repeat;
}
.case-cplist .next {
    right:2px;
    top:52px;
    background:url(../image/nicon-img2.png) center center no-repeat;
}
.case-cplist .next:hover {
    background:url(../image/nicon-img2-1.png) center center no-repeat;
}


