@charset "utf-8";

.banner {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: auto;
    top: 32px;
}

.wrap {
    width: 85%;
    margin: 0 auto;
}

.cont {
    top: 0;
}

/* 分页 */
.page {
    padding: 0 0 40px;
    line-height: 24px;
    text-align: center;
}

.page a {
    display: inline-block;
    margin: 0 4px;
    padding: 6px 14px;
    border: 1px solid #aaaaaa;
    background: #fff;
    color: #333;
    vertical-align: top;
}

.page a:hover, .page .current {
    border: 1px solid #272493;
    background: #272493;
    color: #fff;
}

/*内页通用标题*/
.shuzi {
    text-align: center;
}

.shuzi .h {
    font-size: 48px;
    color: rgba(62, 58, 57, .5);
    text-transform: uppercase;
    font-family: STSong, simsun;
    line-height: 1;
    font-weight: bold;
}

.shuzi .p {
    font-size: 30px;
    line-height: 2;
    color: #3e3a39;
    margin-top: 10px
}

.shuzi .s {
    font-size: 14px;
    color: #727171;
    margin-top: 15px
}

/*案例*/
.case {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: #e8e9e9
}

.case .caseTop {
    padding: 72px 0 25px;
    background: #fff
}

.case .caseBar {

}

.case .caseBar ul li {
    float: left;
    width: 16.666%;
    position: relative;
}

.case .caseBar ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 48px;
    background: #c9c9c9;
    margin-top: -24px
}

.case .caseBar ul li:last-child::after {
    display: none;
}

.case .caseBar ul li a {
    display: block;
    width: 98%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 18px 0 18px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto
}

.case .caseBar ul li .h {
    color: #3e3a39;
    font-size: 24px;
    text-align: center;
    line-height: 30px
}

.case .caseBar ul li .p {
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    color: #3e3a39;
    text-transform: uppercase;
}

.case .caseBar ul li.current a, .case .caseBar ul li:hover a {
    background: #272493
}

.case .caseBar ul li.current .h, .case .caseBar ul li:hover .h {
    color: #fff
}

.case .caseBar ul li.current .p, .case .caseBar ul li:hover .p {
    color: rgba(255, 255, 255, .7);
}

.service .caseBar ul li {
    float: left;
    width: 16.666%;
    position: relative;
}

.service .caseBar ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 48px;
    background: #c9c9c9;
    margin-top: -24px
}

.service .caseBar ul li:last-child::after {
    display: none;
}

.service .caseBar ul li a {
    display: block;
    width: 98%;
    height: 80px;
    box-sizing: border-box;
    padding: 15px 18px 0 18px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
}

.service .caseBar ul li .h {
    color: #3e3a39;
    font-size: 24px;
    text-align: center;
    line-height: 30px
}

.service .caseBar ul li .p {
    font-size: 12px;
    text-align: center;
    color: #3e3a39;
    text-transform: uppercase;
}

.service .caseBar ul li.current a, .service .caseBar ul li:hover a {
    background: #272493
}

.service .caseBar ul li.current .h, .service .caseBar ul li:hover .h {
    color: #fff
}

.service .caseBar ul li.current .p, .service .caseBar ul li:hover .p {
    color: rgba(255, 255, 255, .7);
}

.case .anlis {
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin: 0 auto;
}

.case .anlis dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.case .anlis dl dd {
    margin-bottom: 3%;
    width: 31.5%;
    height: 330px;
    float: left;
    box-sizing: border-box;
    background: #ffffff
}

.case .anlis dl dd:nth-child(3n) {
    margin-right: 0;
}

.case .anlis dl dd a {
    display: block;
    width: 100%;
    height: 100%;
}

.case .anlis dl dd .pic {
    overflow: hidden;
}

.case .anlis dl dd .pic img {
    width: 100%;
    height: 285px;
    overflow: hidden;
    transition: all 0.6s;
}

.case .anlis dl dd .wenzi {
    height: 44px;
    position: relative;
    border: 1px solid #bfbfbf;
    border-top: 1px solid #c9c9c9;
}

.case .anlis dl dd .wenzi span {
    position: absolute;
    display: inline-block;
    height: 44px;
    line-height: 44px;
}

.case .anlis dl dd .wenzi span.name {
    float: left;
    left: 18px;
    font-size: 16px;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.case .anlis dl dd .wenzi span.adds {
    float: right;
    right: 18px;
    font-size: 12px;
    color: #818181;
    display: block;
}

.case .anlis dl dd:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*新闻中心*/
.news {
    padding: 66px 0 90px
}

.news .newsBar {
    margin-top: 36px;
    padding-bottom: 55px;
}

.news .newsBar ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.news .newsBar ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #aaaaaa
}

.news .newsBar ul li:last-child:after {
    display: none
}

.news .newsBar ul li a {
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
    color: #3e3a39;
    font-weight: lighter;
    line-height: 42px;
    height: 42px;
    border-radius: 5px;
    padding: 0 30px
}

.news .newsBar ul li span {
    margin-left: 5px;
    text-transform: uppercase;
}

.news .newsBar ul li a:hover, .news .newsBar ul li.current a {
    background: #272493;
    color: #fff
}

.news .newsList {
    width: 80%;
    margin: 0 auto;
}

.news .newsList ul {
    margin-bottom: 65px
}

.news .newsList ul li {
    margin-bottom: 0;
}

.news .newsList ul li .pic {
    float: left;
    width: 490px;
    height: 310px;
    overflow: hidden;
    transform: scale(.9);
}

.news .newsList ul li .pic img {
    display: block;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
    max-width: 100%;
}

.news .newsList ul li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .newsList ul li .txt {
    float: right;
    width: calc(100% - 520px);
    margin-top: 15px;
    margin-right: 15px;
}

.news .newsList ul li .txt .h a {
    font-size: 16px;
    color: #595757;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .newsList ul li .txt .time {
    font-size: 12px;
    color: #959595;
    margin-top: 6px;
}

.news .newsList ul li .txt .cont {
    font-size: 12px;
    line-height: 2;
    color: #959595;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
    margin-top: 14px;
    height: 96px;
    overflow: hidden;
}

.news .newsList ul li .txt .more {
    display: block;
    width: 88px;
    height: 28px;
    border: 1px solid #939393;
    font-size: 12px;
    color: #939393;
    text-align: center;
    cursor: pointer;
    margin-top: 62px;
    line-height: 28px;
}

.news .newsList ul li:hover .txt .h a {
    color: #272493
}

.news .newsList ul li:hover .txt .more {
    color: #272493;
    border: 1px solid #272493
}

.news .RightArea {
    width: 326px;
}

/* 内容模式 */
.article {
    padding: 0 0 40px;
    line-height: 1.5;
    font-size: 14px;
    word-wrap: break-word;
}

.article .hd {
    padding: 0 0 20px;
    text-align: center;
}

.article .hd h1 {
    color: #000;
    font-size: 20px;
}

.article .hd .titBar {
    color: #797979;
    font-size: 12px;
}

.article .bd {
    padding-bottom: 40px;
}

.article .ft {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.article .ft ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article img {
    max-width: 100%;
    height: auto;
    margin: 5px 0
}

.mainArticle {
    padding: 80px 0;
    width: 1144px;
    min-height: 320px;
    margin: 0 auto
}

.mainArticle .dh {
    text-align: right;
    font-size: 14px;
    color: #272a93;
    line-height: 30px;
    position: relative;
    z-index: 3;
    padding-bottom: 4px;
    border-bottom: 1px solid #272a93;
    margin-bottom: 45px
}

.mainArticle .dh a {
    color: #272a93
}

.mainArticle .dh a:hover {
    color: #272493
}

.service .dh {
    text-align: right;
    font-size: 14px;
    color: #272a93;
    line-height: 30px;
    position: relative;
    z-index: 3;
    padding-bottom: 4px;
    border-bottom: 1px solid #272a93;
    margin-bottom: 45px
}

.service .dh a {
    color: #272a93
}

.service .dh a:hover {
    color: #272493
}

.case .dh {
    text-align: right;
    font-size: 14px;
    color: #272a93;
    line-height: 30px;
    position: relative;
    z-index: 3;
    padding-bottom: 4px;
    border-bottom: 1px solid #272a93;
    margin-bottom: 25px
}

.case .dh a {
    color: #272a93
}

.case .dh a:hover {
    color: #272493
}

.news .dh {
    text-align: right;
    font-size: 14px;
    color: #272a93;
    line-height: 30px;
    position: relative;
    z-index: 3;
    padding-bottom: 4px;
    border-bottom: 1px solid #272a93;
    margin-bottom: 45px
}

.news .dh a {
    color: #272a93
}

.news .dh a:hover {
    color: #272493
}

.mainArticle .article {
    line-height: 2
}

.mainArticle .article img {
    margin-top: 0;
    margin-bottom: 10px
}

/*详情*/
.qiyeg {
    padding: 95px 0 70px;
}

.leftArea {
    float: left;
    width: 1090px;
}

.leftArea .titBar {
    padding: 0 0 10px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 35px;
}

.leftArea .titBar .tit1 {
    font-size: 24px;
    color: #595757;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.leftArea .titBar .tit2 {
    font-size: 12px;
    color: #727171
}

.leftArea .titBar .dh {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #727171;
    line-height: 30px;
    position: relative;
    z-index: 3;
    padding-top: 20px
}

.leftArea .titBar .dh a {
    color: #727171
}

.leftArea .titBar .dh a:hover {
    color: #272493
}

.leftArea .new_bot {
    width: 100%;
    padding-bottom: 60px;
}

.leftArea .new_bot dl {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.leftArea .new_bot dl dd {
    width: 410px;
    font-size: 12px;
    color: #727171;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftArea .new_bot dl dd a {
    color: #727171
}

.leftArea .new_bot dl dd a:hover {
    color: #272493
}

.leftArea .new_bot dl dd:nth-of-type(1) {
    float: left;
}

.leftArea .new_bot dl dd:nth-of-type(1) span {
    /*padding-left: 26px;*/
    /*background: url(../images/prevload.png) no-repeat left center;*/
}

.leftArea .new_bot dl dd:nth-of-type(2) {
    float: right;
}

.leftArea .new_bot dl dd:nth-of-type(2) span {
    /*padding-left: 26px;*/
    /*background: url(../images/nextload.png) no-repeat left center;*/
}

.leftArea .tj {
    padding-top: 40px;
    border-top: 1px solid #d8d8d8;
}

.leftArea .tj .tit {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.leftArea .tj ul {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.leftArea .tj ul li {
    width: 310px;
    height: 100%;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #d8d8d8;
}

.leftArea .tj ul li:last-child {
    margin-right: 0;
}

.leftArea .tj ul li a {
    display: block;
    width: 310px;
    height: 100%;
}

.leftArea .tj ul li img {
    width: 100%;
    height: 175px;
    transition: all 0.6s;
}

.leftArea .tj ul li .txt {
    position: relative;
    padding: 15px 80px 15px 15px;
}

.leftArea .tj ul li .txt .p1 {
    font-size: 14px;
    color: #616161;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftArea .tj ul li .txt .p2 {
    font-size: 12px;
    color: #818181;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.leftArea .tj ul li .txt .p3 {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    width: 40px;
    text-align: center;
    border: 1px solid #818181;
    font-size: 12px;
    color: #818181;
    height: 20px;
    line-height: 18px;
    z-index: 5;
}

.leftArea .tj ul li:hover img {
    -ms-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

.RightArea {
    width: 368px;
    float: right;
}

.RightArea .casetit .tou {
    width: 100%;
    padding: 0 0 8px;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
}

.RightArea .casetit .tou .zi {
    font-size: 24px;
    font-weight: bold;
    color: #3e3a39;
    display: inline-block;
}

.RightArea .casetit .tou p.smzi {
    font-size: 12px;
    color: #3e3a39;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.RightArea .casetit .caname {
    padding: 25px 0 36px;
}

.RightArea .casetit .caname ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.RightArea .casetit .caname ul li a {
    color: #616161;
}

.RightArea .casetit .caname ul li:hover a {
    color: #272493;
}

.RightArea .casetiton .tou .zi {
    color: #272493;
}

.RightArea .casetiton .tou p.smzi {
    color: #272493;
}

.RightArea .casetiton .tou p.smzi01 {
    color: #272493;
}

.RightArea .casetiton .tou .img1 {
    display: none;
}

.RightArea .casetiton .tou .img2 {
    display: inline-block;
}

.RightArea .newsTit {
}

.RightArea .newsTit .dh {
    font-size: 12px;
    color: #727171;
    padding-bottom: 16px;
    border-bottom: 1px solid #a0a0a0
}

.RightArea .newsTit .dh a {
    color: #727171
}

.RightArea .newsTit .dh a:hover {
    color: #272493
}

.RightArea .newsTit .tou {
    font-size: 18px;
    color: #3e3a39;
    padding-bottom: 16px;
    border-bottom: 1px solid #a0a0a0
}

.RightArea .newsTit .tou span {
    text-transform: uppercase;
}

.RightArea .newsTit .caname {
    padding: 15px 0 30px;
}

.RightArea .newsTit .caname ul li {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #b5b5b5
}

.RightArea .newsTit .caname ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: rgba(0, 0, 0, .8)
}

.RightArea .newsTit .caname ul li a:hover {
    color: #272493
}

/*关于我们*/
.about01 .shuzi {
    padding-bottom: 25px;
}

.aBox {
    padding: 55px 0 70px;
    background: #d2d2d2;
}

.aBox ul li {
    float: left;
    width: 33.33%;
    background: #fff;
}

.aBox ul li .pic {
    width: 100%;
    height: 340px;
}

.aBox ul li .txt {
    width: 100%;
    height: 340px;
    padding: 90px 60px 0 60px;
    box-sizing: border-box;
}

.aBox ul li .txt .p1 {
    font-size: 24px;
    color: #666;
    text-align: center;
}

.aBox ul li .txt .p2 {
    font-size: 12px;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 45px;
}

.aBox ul li .txt .p3 {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.about02 {
    padding-bottom: 110px;
}

.bBox .wrap {
    position: relative;
}

.bBox .txt {
    position: absolute;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    width: 670px;
    top: 110px;
    right: 110px;
    text-align: justify;
    z-index: 5;
}

.about03 {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    padding-bottom: 20px;
    background: #343434;
}

.about03 .shuzi {
    position: absolute;
    width: 1560px;
    left: 50%;
    top: 30px;
    margin-left: -780px;
    color: #fff;
    z-index: 5;
}

.about03 .shuzi .tit {
    color: #fff;
}

.about03 .shuzi .js {
    color: #fff;
}

.cBox {
    position: absolute;
    width: 1560px;
    left: 50%;
    top: 225px;
    margin-left: -780px;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    z-index: 5;
}

.about04 {
    padding-bottom: 90px;
}

.dBox {
    font-size: 20px;
    color: #666;
    line-height: 40px;
    text-align: center;
}

/*联系我们*/
.contact {
    padding-bottom: 170px;
}

.contact .txt {
    font-size: 24px;
    color: #727171;
    line-height: 40px;
    text-align: center;
}

.contact .txt a {
    color: #727171;
    margin: 0 10px;
}

.conBox {
    position: relative;
    margin: 50px 0 100px;
}

.conBox .txt01 {
    position: absolute;
    top: 95px;
    color: #fff;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
}

.conBox .txt01 .p1 {
    font-size: 55px;
    line-height: 60px;
    text-align: center;
}

.conBox .txt01 .p2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 25px 0 35px;
    text-transform: uppercase;
}

.conBox .txt01 .p3 {
    padding-top: 40px;
    border-top: 1px dashed #fff;
    text-align: center;
}

.conBox .txt01 .p3 ul li {
    display: inline-block;
    width: 210px;
}

.conBox .txt01 .p3 ul li p {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}

.conBox .txt01 .p3 ul li span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

/*多媒体集成*/
.service {
    padding: 70px 0 0;
}

.service .topArea {
    margin-bottom: 45px
}

.serviceList {
    margin-top: 42px
}

.serviceList ul li {
    position: relative;
    margin-bottom: 70px;
}

.serviceList ul li a {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    width: 100%;
    border-top: 1px solid #0000001f;
}

.serviceList ul li:last-child {
    margin-bottom: 0;
}

.serviceList ul li .txt {
    float: left;
    width: 385px;
    height: 435px;
    box-sizing: border-box;
}

.serviceList ul li .txt .aArea {
    height: 210px;
    box-sizing: border-box;
    transition: all .5s ease;
}

.serviceList ul li .txt .aArea .h {
    font-size: 36px;
    color: rgba(62, 58, 57, 0.8);
    font-family: STsong, simsun;
    text-transform: uppercase;
    line-height: 1.1;
}

.serviceList ul li .txt .aArea .p {
    font-size: 24px;
    color: #575757;
    margin-top: 5px;
}

.serviceList ul li .txt .aArea .s {
    font-size: 12px;
    color: rgba(62, 58, 57, .8);
    margin-top: 12px
}

.serviceList ul li .txt .bArea {
    font-size: 12px;
    color: #727171;
    line-height: 24px;
    height: 216px;
    overflow: hidden;
    margin-top: 8px
}

/*.serviceList ul li:hover .txt .aArea {*/
/*    padding: 25px 0 0 14px;*/
/*    background: #272493*/
/*}*/

/*.serviceList ul li:hover .txt .aArea .h {*/
/*    color: rgba(255, 255, 255, .5);*/
/*}*/

/*.serviceList ul li:hover .txt .aArea .p {*/
/*    color: #fff*/
/*}*/

/*.serviceList ul li:hover .txt .aArea .s {*/
/*    color: rgba(255, 255, 255, .8);*/
/*}*/

.serviceList ul li .pic {
    flex-shrink: 0;
}

.serviceList ul li .pic p {
    overflow: hidden;
}

.serviceList ul li .pic p img {
    display: block;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
    max-width: 100%;
    object-fit: contain;
}

.serviceList ul li .pic p:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.serviceList ul li:nth-child(2n) .txt {
    float: right;
}

.serviceList ul li:nth-child(2n) .pic {
    float: left;
}


.contact-l {
    /*width: 1551px;*/
    /*position: relative;*/
    /*left: 50%;*/
    /*margin-left: -775px;*/
    /*margin-top: 105px*/
    width: 100%;
    position: relative;
    /* left: 50%; */
    /* margin-left: -775px; */
    margin-top: 50px;
}

.contact-l ul li {
    width: calc(25% - 8px);
    height: 125px;
    box-sizing: border-box;
    padding: 20px 5px 0 70px;
    position: relative;
    border: 1px solid #a0a0a0;
    transition: all .5s ease;
    margin-top: 10px;
}

.contact-l ul li:last-child {
    margin-right: 0
}

.contact-l ul li span {
    display: block;
    position: absolute;
    max-width: 55px;
    top: 20px;
    right: 215px;
    transition: all .5s ease;
}

.contact-l ul li span img {
    max-width: 100%;
    height: auto;
}

.contact-l ul li span .img1 {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
}

.contact-l ul li span .img2 {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease;
}

.contact-l ul li .txt {
}

.contact-l ul li .txt .h {
    font-size: 24px;
    color: #727171;
    line-height: 1
}

.contact-l ul li .txt .p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 7px;
    color: rgba(113, 113, 113, .8);
}

.contact-l ul li:hover span .img2 {
    opacity: 1;
    visibility: visible;
}

.contact-l ul li:hover span .img1 {
    opacity: 0;
    visibility: hidden;
}

.contact-l ul li:hover span {
    transform: rotateY(360deg);
}

.contact-l ul li:hover .txt .h {
    color: #272493
}

.contact-l ul li:hover {
    border: 1px solid #272493;
    margin-top: 0;
}

.contact-l ul li:hover p {
    color: #272493;

    transition: all .3s;
}
