/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
    
    a { color: #333; }
    
    a:hover { color: #1d4789; }

 a:focus { outline:none; -moz-outline:none; }     
    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }   
    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1360px;
        /*min-width: 980px; */
        _width: 1360px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }

   /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }

    /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:30%;height:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%;}
.langbox{position: absolute; right: 10px; font-size: 16px;top:35px;z-index: 3; line-height: 30px;} 
.langbox a{color: #0ca728;}
.envelope{position: absolute; right:45px; font-size: 16px;top:35px;z-index: 3;line-height: 30px;}
/*.langbox{position: absolute; right: 10px; font-size: 14px;top:32px;z-index: 3;} 
.langbox .langhd a{margin:0 8px;}
.langbox .langbd{width: 100%; background: #fff;border:1px solid #ccc;padding:5px 0;}
.langbox .langbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent: 5px;}
.langbox .langbd{display: none;}
.langbox:hover .langbd{display: block;} */

.toptel{position: absolute;right:60px; font-size: 14px;top:20px; color: #fff; line-height: 30px display:none;}
.toptel span{color: #1d4789;font-weight: bold;font-size: 20px;font-style: italic;}
.serchinco{position: absolute;width:30px; height: 30px; right:70px; top:35px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 16px;color: #333333;}

.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px;padding:15px;z-index: 99; background:#0ca728;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
      
@media only screen and (max-width: 480px) {
   .globalsearch{ width: calc(100% - 30px);}
}
 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox,.envelope{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px;}
}



/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #0ca728;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #0ca728;
        top: 100%;
        min-width: 200px;
    }
 
   .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #0ca728;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width:100%;
        display: block;
        text-align: center;
    }
   #gn_02 .dropdown {
        min-width: 300px;
    }
     #gn_02 .dropdown a{text-align: left;}
    @media (max-width:920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown, #gn_02 .dropdown{ min-width: calc(100% - 40px); padding-top: 0; }
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #0ca728;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ==========================================================================
   tjxspart01
   ========================================================================== */
.tjxspart01{padding:100px 0;background: url(../images/tjxs_pic01.jpg) left center no-repeat;background-size: cover; }
.tjjs-ul li{width: calc(25% - 1px);border-left: 1px solid #e5e5e5; text-align: center; float: left;font-size: 16px;}
.tjjs-ul li:first-child {border-left: 0;} 
.tjjs-ul li h3{font-weight: normal;}
.tjjs-ul li h3 span{font-size: 60px;font-weight: bold;}
.tjjs-ul li p{color: #666;}
.about-row{margin-top: 30px;position: relative;padding-left: 20px;}
.about-row .pic{width: 788px; height: 454px;float: left;overflow: hidden;}
.about-row .pic img{width: 100%;height: 100%; transition: transform 1s;}
.about-row .pic:hover img{ transform: scale(1.1);}
.about-row .txtarea{width: calc(100% - 830px);height: 450px; float: right;}
.about-row:before{
content: "";display: block; top:40px; left:0; position: absolute; width:11px;height:414px;background: url(../images/tjxs_pic05.png) left top no-repeat;
}

.about-row .txtarea .welcome{color: #558716;font-size: 16px;text-transform:Uppercase;position: relative;padding-bottom: 10px;margin-top: 10px;}
.about-row .txtarea .welcome:before{content: "";display: block; top:30px; left:-100px; position: absolute; width:180px;height:3px;background: #73a533;}
.about-row .txtarea .tit{font-size: 30px; font-weight: bold;margin-top: 20px;}
.about-row .txtarea .desc{font-size: 16px; color: #666;margin:20px 0; height: 210px; line-height: 30px; overflow: hidden;}
.about-row .txtarea .more a{width: 180px; height:45px; font-weight: bold; text-align: center; line-height: 45px; display: inline-block; 
  border:1px solid #0ca728; color: #333; }
.about-row .txtarea .more a:hover{background: #0ca728;color: #fff;}
.about-row .txtarea .more .fa{margin-left: 10px;}


/* ==========================================================================
   tjxspart02
   ========================================================================== */
.tjxspart02{padding:60px 0 0 0;background: url(../images/tjxs_pic02.jpg) left center no-repeat;background-size: cover; }
.hometit h3{font-size: 30px; font-weight: bold;}
.hometit h3 .txten{color: #959595; font-size: 14px; font-weight: normal;text-transform:Uppercase;}
.tjxspart02 .proxlnav{margin:20px 0;}
.tjxspart02 .proxlnav a{font-size: 16px;margin-left:40px;padding-bottom: 10px;}
.tjxspart02 .proxlnav a:first-child {margin-left: 0;}
.tjxspart02 .proxlnav a.on{border-bottom: 2px solid #0072b9;}
.tjxspart02 .row02{padding:40px 20px; background: #fff;margin-top: 30px;}
.tjxspart02 .row01{margin:0 40px;}
#owl-honor .tit{ text-align: center;color: #666;font-size: 16px;margin-top: 10px; }
#owl-honor .pic {width: calc(100% - 10px);margin:0 20px; height: 250px; line-height: 250px; text-align: center;overflow: hidden;}
#owl-honor .pic img{max-width: 100%;}
#owl-honor a:hover .tit{color: #0072b9;}
#owl-honor .pic:hover {    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);    transform: translate3d(0, -2px, 0);}

/* ==========================================================================
   tjxspart03
   ========================================================================== */
.tjxspart03{padding:60px 0;background: url(../images/tjxs_pic03.jpg) left center no-repeat;background-size: cover; }
.tjxspart03 .hometit{margin-left: 20px;}
.Tec-ul{margin-top: 30px;}
.Tec-ul li{width: 25%;overflow: hidden; float: left;height: 400px;}
.Tec-ul li .tec-row{margin:20px;position: relative;height: 350px;border:1px solid #96d8a2;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.Tec-ul li .tec-row .pic{width:100%; height: 100%;overflow: hidden;display: none;}
.Tec-ul li .tec-row .pic img{width: 100%;height: 100%;}
.Tec-ul li .tec-row .cover{position: absolute;top: 0; left:0; width:100%;height: 100%;
   background:#ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 0%,#f6fff1 100%);
    background-image: -moz-linear-gradient(top,#ffffff 0%,#f6fff1 100%);
    background-image: linear-gradient(top,#ffffff 0%,#f6fff1 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ffffff', StartColorStr='#f6fff1');
}
.Tec-ul li .tec-row .inco{width: 120px; height: 120px; margin:50px auto 0 auto;}
.Tec-ul li:nth-child(1) .inco{background: url(../images/inco01.png) center no-repeat;}
.Tec-ul li:hover:nth-child(1) .inco{background: url(../images/inco02.png) center no-repeat;}
.Tec-ul li:nth-child(2) .inco{background: url(../images/inco03.png) center no-repeat;}
.Tec-ul li:hover:nth-child(2) .inco{background: url(../images/inco04.png) center no-repeat;}
.Tec-ul li:nth-child(3) .inco{background: url(../images/inco05.png) center no-repeat;}
.Tec-ul li:hover:nth-child(3) .inco{background: url(../images/inco06.png) center no-repeat;}
.Tec-ul li:nth-child(4) .inco{background: url(../images/inco07.png) center no-repeat;}
.Tec-ul li:hover:nth-child(4) .inco{background: url(../images/inco08.png) center no-repeat;}

.Tec-ul li .tec-row .tit{text-align: center;font-size: 22px; font-weight: bold; color: #0ca728;margin-top: 30px;position: relative;}
.Tec-ul li .tec-row .tit:before{content: "";display: block; top:80px; left:50%;margin-left: -25px; position: absolute; width:50px;height:3px;background: #0ca728;}
.Tec-ul li:hover .tec-row .pic{display: block;}
.Tec-ul li:hover .tec-row .cover{
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E531B649', endColorstr='#E531B649');background:rgba(49,182,73,0.9);
}
.Tec-ul li:hover .tit{color: #fff;}
.Tec-ul li:hover .tec-row .tit:before{display: none;}
.Tec-ul li:hover .tec-row{margin:0;height: 390px;}
.Tec-ul li:hover .tec-row .inco{margin-top: 100px;}


/* ==========================================================================
   tjxspart04
   ========================================================================== */
.tjxspart04{padding:60px 0;}
.tjxspart04 .hometit {position: relative;}
.tjxspart04 .hometit a.more{position: absolute; right:0;top:10px; font-size: 16px; }
.tjxspart04 .hometit a.more .fa{margin-left: 10px;}
.row-hnews{margin-top: 30px;}
.row-hnews .row01{width: 495px;overflow: hidden; float: left;}
.row-hnews .row01 .pic{width: 495px; height: 260px;overflow: hidden;}
.row-hnews .row01 .pic img{width: 100%;height: 100%; transition: transform 1s;}
.row-hnews .row01 .pic:hover img{ transform: scale(1.1);}
.row-hnews .row01 .txtarea{background: #e7f0f7;padding:20px;position: relative; height: 60px;}
.row-hnews .row01 .txtarea .date{height: 24px; line-height: 24px;}
.row-hnews .row01 .txtarea .date span{font-size: 12px;color: #8c8c8c;}
.row-hnews .row01 .txtarea h3{font-size: 20px;font-weight: normal; width: 100%;height: 30px; line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.row-hnews .row01 .txtarea .more {width:50px; height:50px; text-align: center; line-height: 50px; display: inline-block; 
    position: absolute; right: 0; bottom:0; background: #0072b9;color: #fff; }
.row-hnews .row01 .txtarea .more:hover{background: #0071d1;}
.hnewslist{width: calc(100% - 500px); float: right;}
.hnewslist li{width: calc(50% - 35px);margin-left: 30px; height: 165px; background: #e7f0f7; float: left; margin-bottom: 30px;}
.hnewslist li .txtarea{padding:20px 30px;}
.hnewslist li .txtarea .date{height: 24px; line-height: 24px;margin-bottom: 10px;}
.hnewslist li .txtarea .date span{font-size: 12px;color: #8c8c8c;}
.hnewslist li .txtarea .tit{height: 60px; line-height: 30px; font-size: 24px; overflow: hidden;margin-bottom: 10px;}
.hnewslist li .txtarea .more{color: #666;}


@media only screen and (max-width: 1200px) {
.tjxspart01{padding:40px 0;}
.tjjs-ul li h3 span { font-size:42px;}
.about-row .pic { width:600px; height:346px;}
.about-row:before {height:305px;}
.about-row .txtarea {width: calc(100% - 630px);height: auto;}
.about-row .txtarea .tit { font-size:24px; margin-top:10px;}
.about-row .txtarea .desc{height: 144px;font-size: 14px; line-height: 24px;}
.tjxspart02 {padding: 20px 0 0 0;}
.hometit h3 {font-size: 24px;}
.tjxspart02 .proxlnav a{font-size: 14px;margin-left:20px;}
.tjxspart02 .row01 {margin: 0;}
.tjxspart02 .row02{padding:20px;}
#owl-honor .pic { width:100%; margin: 0; height: 220px; line-height: 220px;}
.tjxspart03,.tjxspart04 {padding: 20px 0;}
.hnewslist li .txtarea .tit {font-size: 18px;}
.Tec-ul li:hover .tec-row .inco{margin-top:20px;}
.tjxspart03 .hometit { margin-left:0;}
.Tec-ul li .tec-row .tit{font-size: 20px;}
}


@media only screen and (max-width: 920px) {
.tjxspart01{padding:20px 0;}
.tjjs-ul li h3 span { font-size:30px;}
.about-row .pic { width:500px; height:288px;}
.about-row:before {height:250px;}
.about-row .txtarea {width: calc(100% - 530px);}
.about-row .txtarea .tit { font-size:20px; margin-top:0;}
.about-row .txtarea .welcome{font-size: 14px;}
.about-row .txtarea .desc {margin:10px 0;}
.about-row .txtarea .more a {width: 100px;height: 40px;line-height: 40px; font-size: 12px;}
.hometit h3 {font-size: 20px;}
.tjxspart02 .proxlnav {margin:20px 0 0 0;}
.tjxspart02 .proxlnav a{margin-bottom: 10px; display: inline-block;margin-left: 0;margin-right: 20px;}
.tjxspart02 .row02 {padding: 0;margin-top:10px;}
#owl-honor .pic {height:180px; line-height:180px;}
.Tec-ul li .tec-row{margin:5px; height: 230px;}
.Tec-ul li .tec-row .inco{margin-top: 20px;}
.Tec-ul li .tec-row .tit:before{top: 50px;}
.Tec-ul li .tec-row .tit{margin-top: 0px;}
.Tec-ul li:hover .tec-row{ height: 240px;}
.Tec-ul li .tec-row .inco{background-size: auto 80px;}
.Tec-ul li:hover .tec-row .inco{background-size: auto 80px;}
.Tec-ul li{height: 250px;}
.row-hnews .row01 {width: 400px;}
.row-hnews .row01 .pic { width: 400px; height: 210px;}
.row-hnews .row01 .txtarea h3 {font-size:16px;}
.hnewslist {width: calc(100% - 402px);}
.hnewslist li {width: calc(50% - 12px); margin-left:10px;height: 150px;margin-bottom:10px;}
.hnewslist li .txtarea {padding:15px;}
.hnewslist li .txtarea .tit { font-size: 16px; line-height: 24px; height: 48px;}
.row-hnews { margin-top:10px;}
}

@media only screen and (max-width:768px) {
.tjjs-ul li h3 span {font-size:18px;}
.tjjs-ul li{font-size: 14px;}
.about-row { margin-top:10px;}
.about-row .pic { width: 100%; height: auto; float: none;}
.about-row:before { top: 10px; height:200px;}
.about-row .txtarea {width: calc(100% - 10px);float: none;overflow: hidden;}
.about-row .txtarea .tit {font-size:16px;}
.about-row .txtarea .desc {font-size: 12px;}
.tjxspart02 .proxlnav{display: none;}
.Tec-ul li .tec-row .inco{background-size: auto 40px; width: 50px; height: 50px;margin-top:10px;}
.Tec-ul li:hover .tec-row .inco{background-size: auto 40px;}
.Tec-ul li .tec-row .tit{font-size: 14px;}
.Tec-ul li .tec-row .tit:before{display: none;}
.Tec-ul li .tec-row{height: 90px;}
.Tec-ul li:hover .tec-row{ height:100px;}
.Tec-ul li{height: 105px;}
.Tec-ul{margin-top:10px;}
.hometit h3 { font-size:16px;}
.hometit h3 .txten{font-size: 12px;}
.tjxspart04 .hometit a.more{font-size: 12px;}
.row-hnews .row01{width: 100%; float: none; overflow: hidden;}
.hnewslist {width:100%;float: none;margin-top: 10px;}
.hnewslist li { width: calc(50% - 6px); margin-left: 0; height: 130px; margin-bottom: 10px;}
.hnewslist li:nth-child(2n){margin-left: 12px;} 
.hnewslist li .txtarea .tit{font-size: 12px;margin-bottom: 5px; line-height: 20px;}
.hnewslist li .txtarea .date{margin-bottom: 5px;}

}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei; padding:60px 0 0 0;color: #fff;background: url(../images/footbg.jpg) left center no-repeat;background-size: cover; }
footer a{color: #efefef;}
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify; }
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.fn-col h3 {  margin-bottom: 10px;font-size: 16px;line-height: 24px;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:30px; font-size: 14px;color: #fff;}
.fn-col li a{color: #eefff1;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-colwx{width:250px;}
.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #fff; font-size: 14px;border-top: 1px solid #1f7fb2;}
.foothd a{color: #fff;}
.foothd a:hover{color: #fff; text-decoration: underline;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px;font-size: 12px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
.fn-colwx{ width: 200px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width: calc(20% - 5px);padding-left:0; background: none;}
.footer-nav{height: 30px;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
.fn-col h3 {font-size: 12px;}
}

.toggle-btn { display: none;}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont > p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


