<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head-nav-con {
            width: 100%;
            height: 60px; 
        }
 
        .head-nav-con ul {
            list-style: none;
            cursor: pointer;
        }
 
        .head-nav-con ul li {
            width: 180px;
            float: left; 
        }
        .head-nav-con ul li:hover {
            background: #ff9c01; 
        }
 
        .head-nav-con ul a {
            display: block;
            text-decoration: none;
            text-align: center;
            line-height: 60px;
            color: white;
		   color:#7d7d7d;
        }
 .head-nav-con ul a:hover {color:#fff;}
        .head-nav-con .drop-down {
            position: relative;
        }
 
        .head-nav-con .drop-down:hover .drop-down-content {
            display: block;color:#fff;
        }
 
        .head-nav-con .drop-down-content {
            display: none;
            position: absolute;
            z-index: 1;
            background:#f7faf3;
        }
   		.head-nav-con .drop-down-content a{ color:#FFF;}
        .head-nav-con .drop-down-content li:hover {
            background-color:#ff9c01;
        }
 
        .head-nav-con .drop-down-2 {
            position: relative;
        }
.head-nav-con .drop-down-content a{ color:#606060;}
        .head-nav-con .drop-down-2:hover .drop-down-content-2 {
            display: block;
        }
 
        .head-nav-con .drop-down-content-2 {
            display: none;
            position: absolute;
            left: -180px;
            top: 0;
            z-index: 1;
            
        }
 
        .head-nav-con .drop-down-content-2 li {
            float: none;
            margin-bottom:1px;
            background-color: #ff9c01;
        }
.head-nav-con .drop-down-content-2 li a{ color:#fff;}
        .head-nav-con .drop-down-content-2 li:hover {
            background-color: #17c86a;
        }</pre></body></html>