html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

body {
    overflow-x: hidden;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 30px;
}

.title a {
    color: #333;
}

.title h2 {
    font-size: 20px;
}

.one li img, .two_img img, .three_img img, .ten_ul li img, .fore_top img, .fore_bottom img, .six .fr img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.one li:hover img, .two_ul li:hover img, .three_ul li:hover img, .ten_ul li:hover img, .fore_top li:hover img, .fore_bottom li:hover img, .six .fr li:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

#slides .prev, #slides .next, .header_top, .one li, .two_nav .on a, .five_title a, .sever li:hover, .nine li, .ten_nav a, .ten_title a, .fore_bottom li h3, .nav .nav_ul a:hover, .nav .nav_ul .cur, .six_qh .prev, .six_qh .next, .pages_title {
    color: #fff
}

.title h2, .nav li a:hover, .nav .cur, .header_r b, .two .more, .fore .more, .three_ul .fl, .three_ul li:first-child h2, .five_title h2, .five_title b, .five li h3:before, .five p b, .six .more, .ten_ul p b, .ten_ul li a:hover, .dbnr li:hover, .ten_r h3:hover {
    color: #00923f;
}

.nav .nav_ul a:hover, .nav .nav_ul .cur, #slides .hd .on, .two_nav .on, .sever li:hover, .ten_ul li:hover:before, .pading .current, .pages_title {
    background: #00923f;
}

/**/

#slides {
    position: relative;
}

#slides img {
    width: 100%;
    display: block
}

#slides .hd {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    text-align: center;
    left: 50%;
}

#slides .hd li {
    color: transparent;
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    float: left;
    margin: 0px 5px;
    border-radius: 50%;
}

#slides .prev, #slides .next {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    top: 50%;
    text-align: center;
    font-family: '宋体';
    line-height: 48px;
    margin-top: -25px;
    font-size: 50px;
}

#slides .prev {
    left: 100px;
}

#slides .next {
    right: 100px;
}

/*header*/

.header_top {
    background: #212121;
    line-height: 40px;
}

/*logo*/

.logo {
    width: 345px;
    max-height: 150px;
}

.logo img {
    display: block;
}

/**/

/*导航*/

.navbox {
    width: 675px;
    margin-top: 60px;
}

.nav li {
    float: left;
    position: relative;
    line-height: 90px;
}

.nav .cur:before, .nav li:hover:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #00923f;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.nav li ul li:before {
    display: none;
}

.nav li a {
    display: block;
    padding: 0 20px;
    text-align: center;
    color: #626262;
    font-size: 16px;
    font-weight: bold;
}

.nav li ul {
    position: absolute;
    width: 290px;
    background: #fff;
    z-index: 999;
    left: -92px;
    top: 90px;
    display: none;
}

.nav .nav_ul li {
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
}

.nav .nav_ul a {
    padding: 0 0;
    font-size: 14px;
}

.nav li:hover .nav_ul {
    display: block;
}

.nav_ul .cur:before {
   display:none
}

/**/

.header_r {
    width: 180px;
    text-align: right;
    margin-top: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.header_r b {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

/*one*/

.one {
    margin-top: 50px;
}

.one ul {
    overflow: hidden;
    margin-top: 50px;
}

.one li {
    float: left;
    width: 295px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    line-height: 150px;
    text-align: center;
    font-size: 18px;
}

.one li:nth-child(4n) {
    margin-right: 0;
}

.one li img {
    position: absolute;
    z-index: -1;
}

/**/

.two {
    margin-top: 44px;
}

.two_nav {
    text-align: center;
    margin-top: 45px;
}

.two_nav li {
    line-height: 30px;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 20px;
    margin: 0px 5px;
}

.two_nav li a {
    font-size: 16px;
    color: #161616
}

.two_ul {
    margin-top: 50px;
    overflow: hidden;
}

.two_ul li {
    float: left;
    width: 280px;
    margin-right: 26px;
}

.two_ul li a {
    display: block;
    position: relative;
}

.two_ul li a:before {
    content: '';
    width: 33px;
    height: 37px;
    background: url(../images/xx.png) no-repeat;
    position: absolute;
    top: 92.5px;
    left: 50%;
    z-index: 1;
    margin-left: -16.5px;
    display: none;
}

.two_ul li a:after {
    width: 100%;
    height: 222px;
    content: '';
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.two_ul li:hover a:after, .two_ul li:hover a:before {
    display: block;
}

.two_ul li:nth-child(4n) {
    margin-right: 0;
}

.two_img {
    width: 100%;
    height: 222px;
    overflow: hidden;
}

.two_ul li h3 {
    text-align: center;
    line-height: 50px;
    color: #161616;
    font-size: 16px;
}

.two .more, .fore .more {
    text-align: center;
    width: 260px;
    line-height: 40px;
    border: 2px solid #00923f;
    display: block;
    margin: 40px auto 0;
    font-size: 16px;
}

/**/

.three {
    margin-top: 50px;
}

.three_ul {
    background: #eeeeee;
    margin-top: 50px;
    padding: 50px 0 0;
}

.three_ul ul {
    overflow: hidden;
}

.three_ul li {
    background: #fff;
    float: left;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-right: 10px;
    width: 393px;
    height: 175px;
    margin-bottom: 50px;
}

.three_ul li:nth-child(3n) {
    margin-right: 0;
}

.three_ul .fl {
    width: 180px;
}

.three_img {
    width: 138px;
    height: 138px;
    overflow: hidden;
    float: right;
}

.three .fl h3 {
    font-size: 20px;
    color: #686868;
    font-weight: bold;
    margin-bottom: 25px;
}

.three_p {
    font-size: 12px;
    color: #151515;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 25px;
}

.three_ul li:first-child {
    color: #686868;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.three_ul li:first-child h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.three_ul li:first-child h3 {
    margin-bottom: 20px;
    font-size: 16px;
}

/**/

.fore {
    margin-top: 50px;
    position: relative;
}

.fore .nexts, .fore .prevs {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: rgba(0, 146, 63, 0.5);
    z-index: 2;
    position: absolute;
    top: 380px;
    font-size: 100px;
    font-family: '宋体';
    color: #fff;
}

.fore .nexts {
    left: 0px
}

.fore .prevs {
    right: 0px
}

.fore_top {
    margin-top: 50px;
}

.fore_top img {
    width: 100%;
    height: 655px;
    display: block;
}

.fore_top h3 {
    display: none;
}

.fore_bottom {
    margin-top: 30px;
}

.fore_bottom li {
    margin-right: 10px;
    width: 232px !important;
    float: left;
    height: 125px;
    position: relative;
    overflow: hidden;
}

.fore_bottom img {
    height: 125px;
    width: 100%;
    display: block;
}

.fore_bottom li h3 {
    line-height: 125px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: none;
}

.fore_bottom li:hover h3, .fore_bottom .swiper-slide-thumb-active h3 {
    display: block;
}

/**/

.five {
    margin-top: 80px;
    overflow: hidden;
}

.five_title {
    background: url(../images/g.png) no-repeat;
    width: 845px;
    height: 177px;
    margin: auto;
    text-align: center;
    padding-top: 40px;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.five_title a {
    font-size: 20px;
    font-weight: bold;
}

.five_title h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.five_title b {
    display: block;
    font-size: 14px;
}

.five ul, .five ol {
    width: 600px;
    float: left
}

.five li {
    margin-bottom: 15px;
}

.five li h3 {
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 80px;
    position: relative;
    margin: 5px 0;
}

.five li h3:before {
    content: '01';
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 70px;
    font-size: 35px;
    border-radius: 50%;
    border: 1px solid #00923f;
    font-weight: bold;
    font-style: oblique;
}

.five ul li:nth-child(2) h3:before {
    content: "02";
}

.five ol li:nth-child(2), .five ol li:nth-child(3) {
    padding-left: 125px;
}

.five ol li:nth-child(2) h3:before {
    content: "03";
}

.five ol li:nth-child(3) h3:before {
    content: "04";
}

.five li p {
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
}

.five li p:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #4c4c4c;
    position: absolute;
    left: 25px;
    top: 12px;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

/**/

.six {
    margin-top: 50px;
    overflow: hidden;
}

.six .title {
    margin-bottom: 50px;
}

.six .fl {
    width: 540px;
    color: #717171;
    font-size: 16px;
}

.six .fl h2 {
    font-size: 30px;
    margin: 40px 0;
    color: #333
}

.six .fl h3 {
    font-size: 20px;
    color: #333
}

.six .fl h4 {
    margin-bottom: 35px;
    color: #333
}

.six .more {
    width: 115px;
    line-height: 35px;
    border: 1px solid #00923f;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-top: 50px;
}

.six .fr {
    width: 600px;
    height: 400px;
    position: relative;
}

.six .fr li {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.six .fr img {
    width: 100%;
    height: 100%;
    display: block;
}

.six_qh {
    position: absolute;
    width: 65px;
    height: 60px;
    background: #00923f;
    bottom: 0px;
    padding: 19px 9px 0;
    box-sizing: border-box;
}

.six_qh .prev, .six_qh .next {
    font-size: 41px;
    display: inline-block;
    font-family: '宋体';
}

/**/

.sever {
    margin-top: 50px;
    overflow: hidden;
}

.sever li {
    width: 292px;
    height: 132px;
    border: 2px solid #515151;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    padding: 25px 30px;
    box-sizing: border-box;
    color: #515151;
    line-height: 18px;
}

.sever li:nth-child(4n) {
    margin-right: 0;
}

.sever_img, .sever_imgs {
    max-width: 100%;
    max-height: 100%;
    float: left;
    margin-top: 5px;
}

.sever li:hover .sever_img {
    display: none;
}

.sever_imgs {
    display: none;
}

.sever li:hover .sever_imgs {
    display: block;
}

.sever .fr {
    width: 160px;
}

.sever h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.sever li:hover {
    border-color: #00923f
}

/**/

.eight {
    margin-top: 50px;
}

.eight .bd {
    margin-top: 50px;
    overflow: hidden;
}

.eight li {
    float: left;
    width: 300px;
    height: 185px;
}

.eight li img {
    width: 3100%;
    height: 100%;
    display: block;
}

/**/

.nine {
    margin-top: 50px;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.nine li {
    float: left;
    width: 262px;
    font-size: 30px;
    position: relative;
    margin-left: 50px;
}

.nine li:first-child {
    margin-left: 0;
}

.nine li:before {
    content: '/';
    position: absolute;
    right: 0px;
    top: 37px;
}

.nine li:nth-child(4n):before {
    display: none;
}

.nine li img {
    vertical-align: middle;
    margin-right: 20px;
}

/**/

.ten {
    margin-top: 50px;
    overflow: hidden;
}

.ten_l {
    width: 810px;
    box-shadow: 0px 0px 20px #eee;
    border: 1px solid #eee;
}

.ten_nav, .ten_title {
    background: #494a4a;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}

.ten_nav li {
    width: 405px;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
}

.ten_nav li h2, .ten_title h2 {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}

.ten_title {
    font-size: 16px;
}

.ten_nav .on {
    background: #212121;
}

.ten_ul {
    padding: 20px;
    box-sizing: border-box;
}

.ten_ul li {
    overflow: hidden;
    line-height: 40px;
    position: relative;
    padding-left: 15px;
}

.ten_ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #212121;
    position: absolute;
    top: 14px;
    left: 0px;
}

.ten_ul li a {
    color: #17151a
}

.ten_ul li span {
    float: right;
}

.ten_ul .first {
    padding-left: 0px;
}

.ten_ul .first:before {
    display: none;
}

.ten_img {
    width: 230px;
    height: 135px;
    overflow: hidden;
    float: left;
}

.ten_fr {
    width: 520px;
    float: right;
}

.ten_fr h3 {
    font-size: 20px;
    color: #17151a;
    font-weight: bold;
    line-height: 30px;
}

.ten_fr p {
    color: #17151a;
    text-indent: 2em;
    height: 48px;
    overflow: hidden;
}

/**/

.ten_r {
    width: 375px;
    box-shadow: 0px 0px 20px #eee;
    border: 1px solid #eee;
    height: 505px;
}

.ten_r .bd {
    margin: 20px 20px 0;
}

.ten_r li {
    margin-bottom: 14px;
}

.ten_r h3 {
    color: #17151a;
    font-weight: bold;
    text-indent: 2em;
    font-size: 14px;
}

.ten_r p {
    color: #898b8c;
    text-indent: 2em;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
}

/***/

.dbnr {
    margin-top: 50px;
    background: #202020;
    padding: 50px 0;
    color: #eeeeee;
    overflow: hidden;
}

.dbnr .fl {
    width: 300px;
}

.dbnr .fl img {
    display: block;
    margin-bottom: 10px;
}

.dbnr ul {
    float: left;
    width: 225px;
}

.dbnr li:first-child {
    font-size: 18px;
    line-height: 50px;
}

/*page*/

.page_container {
    margin: 50px auto 0;
    overflow: hidden;
    width: 1200px;
}

.page_banner img {
    width: 100%;
    display: block;
}

/**/

.page_qh {
    margin-top: 30px;
}

.page_qh span {
    display: block;
    color: #5d5d5d
}

.page_qh a {
    color: #5d5d5d
}

/**/

.pading {
    text-align: center;
}

.pading a, .pading span {
    display: inline-block;
    margin: 0 2px;
    padding: 4px 8px;
    border-radius: 2px;
    background: #eeeeee;
    color: #000;
}

.pading .current {
    color: #fff;
}

/**/

.page_l {
    width: 240px;
}

.pages_title {
    width: 100%;
    height: 100px;
    padding-top: 23px;
    font-size: 25px;
    box-shadow: 0px 5px 5px #ccc;
    position: relative;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}

.pages_title b {
    font-size: 56px;
    display: inline-block;
    position: absolute;
    left: 26px;
    line-height: 50px;
}

.pages_title span {
    font-size: 14px;
    display: block;
}

.page_l li {
    position: relative;
}

.page_l li a {
    line-height: 70px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #6f6e69;
    position: relative;
}

.page_l ul, .pages_text {
    border: 1px solid #bfbfbf;
    border-top: none;
    box-shadow: 5px 5px 10px #bfbfbf;
    transform: rotateY(5deg);
}

.page_l li ul {
    border: none;
    box-shadow: none;
    transform: rotate(0deg);
    display: none;
}

.page_l li a:before {
    content: '';
    width: 85%;
    height: 1px;
    background: #e6e6e6;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.page_l li a:after {
    content: '>';
    position: absolute;
    top: 0px;
    right: 30px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.pages_l {
    margin-top: 30px;
}

.page_r {
    width: 910px;
}

.page_top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.page_top .fl {
    color: #666;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    line-height: 43px;
}

.page_top .fr {
    font-size: 16px
}

.page_top a {
    color: #333
}

/*product*/

.product {
    margin-top: 50px;
}

.product li {
    width: 290px;
    margin: 0px 8px 16px;
    float: left;
    transition: 0.5s;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product li img {
    width: 100%;
    height: 225px;
    display: block;
}

.product li h3 {
    line-height: 50px;
    text-align: center;
    color: #6f6e69;
    height: 50px;
    overflow: hidden;
}

.product li:hover {
    -khtml-opacity: .95;
    -moz-opacity: .95;
    opacity: .95;
    filter: alpha(opacity=95);
    -moz-box-shadow: 0 0 20px #888;
    -webkit-box-shadow: 0 0 20px #888;
    box-shadow: 0 0 20px #888;
    -moz-transform: translateY(-3px) translateX(-3px);
    -webkit-transform: translateY(-3px) translateX(-3px);
    -o-transform: translateY(-3px) translateX(-3px);
    -ms-transform: translateY(-3px) translateX(-3px);
    transform: translateY(-3px) translateX(-3px);
}

/**/

.product_item_top {
    margin-top: 50px;
    overflow: hidden;
}

.product_item_top .fl {
    width: 450px;
}

.product_item_top .fl img {
    width: 100%;
    display: block;
}

.product_item_top .fr {
    width: 430px;
}

.product_item_top .fr h2 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.product_item_top .fr p {
    line-height: 30px;
}

/**/

.product_item_bottom {
    margin-top: 30px;
    overflow: hidden;
}

/**/

.article {
    margin-top: 50px;
}

.article li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.article li img {
    width: 270px;
    height: 180px;
    display: block;
}

.article li .fr {
    width: 600px;
}

.article li .fr h3 {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.article li:hover h3 {
    color: #00923f !important
}

.article li p {
    height: 72px;
    overflow: hidden;
    color: #999;
}

.article li span {
    color: #999999;
    margin-top: 20px;
    display: block;
}

/**/

.article_item {
    margin-top: 50px;
    overflow: hidden;
}

.article_item_title {
    text-align: center;
    color: #999;
}

.article_item_title h1 {
    font-size: 23px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 15px;
}

.article_item_title a {
    color: #999;
}

.article_item_text {
    margin-top: 30px;
    overflow: hidden;
}

/**/

.pages {
    margin-top: 50px;
    overflow: hidden;
}

/*footer*/

.footer {
    padding: 0px 0 10px;
    background: #202020;
}

/**/

.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.relevant .rel_title {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1D1C1C;
    text-indent: 10px;
    color: #fff !important;
}

.relevant .rel_content {
    padding: 10px;
    overflow: hidden;
}

/*��ز�Ʒ*/

.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
    width: 100%;
    height: 90px;
}

.relevant_product .rel_item .rel_item_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #fff !important;
}

/*�������*/

.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
    float: right;
    color: #999;
}

/**/

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
    margin-top: 20px;
}

h4.related span {
    display: inline-block;
    border-bottom: 2px solid #666;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/

.interlink {
	padding:10px 0;
	background:#202020;
}
.interlink__inner {
	width:1200px;
	margin:auto;
	color:#fff;
	overflow:hidden;
}
.interlink__title {
	width:100px;
	font-size:16px;
	background:url(http://img01.fuhai360.com/--47/47432/202106/202106021654093565.png) no-repeat right;
	float:left
}
.interlink__list {
	width:1090px;
	float:right;
}
a.interlink__item {
	color:#fff;
	margin:0px 10px;
	font-size:15px;
}
a.interlink__item:hover {
	color:#00923f
}
