@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?7bzkmr');
    src: url('../fonts/icomoon.eot?7bzkmr#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?7bzkmr') format('truetype'),
        url('../fonts/icomoon.woff?7bzkmr') format('woff'),
        url('../fonts/icomoon.svg?7bzkmr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    min-width: 1200px;
    background: transparent;
}

.navigation {
    height: 47px;
    margin-top: 20px;
    border-bottom: 2px solid #b1191a;
}

.navigation .dropdown {
    float: left;
    width: 240px;
    height: 45px;
    background-color: #b1191a;
}

.dropdown .sortsAll {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.dropdown {
    float: left;
    width: 240px;
    height: 45px;
    background-color: #b1191a;
}

.productpath {
    float: left;
    margin-left: 15px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #219903;
}

.productpath a {
    font-size: 16px;
    font-weight: 500;
    color: #219903;
}

.sidemenu {
    float: left;
    width: 240px;
    height: auto;
    margin-top: 1px;
    border-top: 1px solid #b1191a;
    box-shadow: 0 0 3px rgba(99, 100, 100, 0.8);
}

.sidenav {
    width: 240px;
    height: auto;
    border: 1px solid #bbb;
    border-bottom: none;
}

.sidenav:last-child {
    border-bottom: 1px solid #bbb;
}

.sidenav-li {
    width: 238px;
    height: auto;
    line-height: 50px;
    font-size: 16px;
    background-color: #ddd;
    color: #666;
    letter-spacing: 2px;
    cursor: pointer;
}

.sidemenu .current .sidenav-li {
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.sidemenu .current .title {
    border-bottom: 1px solid #bbb;
}

.sidenav .title {
    width: 238px;
    font-size: 16px;
    letter-spacing: 1px;
}

.sidenav .title::before {
    margin: 0 15px 0 20px;
    padding-left: 5px;
    content: '';
    font-family: 'icomoon';
    font-size: 14px;
    color: #219903;
}

.current .title li {
    background-color: rgb(5, 155, 160);
}

.sidenav .title:hover {
    background-color: rgb(3, 191, 204);
    color: #222;
    border-bottom: 1px solid rgb(2, 136, 118);
    letter-spacing: 2px;
}

.sidenav ul {
    width: 238px;
    height: auto;
    display: none;
}

.sidenav ul li {
    position: relative;
    width: 238px;
    height: 50px;
    padding-left: 25px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.sidenav .display {
    background-color: rgb(252, 244, 178);
}

.sidenav ul li:hover {
    background-color: rgb(3, 204, 177);
    color: #222;
}

.sidenav ul li::before {
    margin: 0 10px 0 0;
    padding-left: 5px;
    content: '';
    font-family: 'icomoon';
    font-size: 14px;
    color: #23a702;
}

.sidenav li span {
    float: right;
    margin-right: 10px;
    color: #ccc;
}

.sidenav ul li:hover .list-sub {
    display: block;
}

.sidenav .list-sub {
    position: absolute;
    left: 239px;
    top: 0;
    width: 240px;
    height: auto;
    z-index: 2;
    display: none;
}

.sidenav .list-items {
    width: 240px;
    height: 50px;
    text-align: center;
    color: #666;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, .1);
}

.sidenav .list-items:hover {
    background-color: rgb(8, 235, 178);
    color: #222;
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .2));
}

.navigation .wechat {
    width: 240px;
    height: 240px;
    background-color: #ddd;
    margin-top: 105px;
    border: 1px solid #bbb;
    box-shadow: 0 0 3px rgba(99, 100, 100, 0.8);
    text-align: center;
}

.navigation .wechat img {
    margin-top: 40px;
    width: 160px;
}

.main {
    width: 100%;
    height: auto;
}

.techniquemain {
    width: 800px;
    height: auto;
    line-height: 36px;
    background: url(http://www.shone.com.cn/images/contact_BG.gif) no-repeat;
    margin: 20px 260px 20px 350px;
    padding: 100px 0 20px 5px;
    border-bottom: 1px solid #fc9393;
    font-size: 16px;
    letter-spacing: 2px;
}

#container {
    width: 800px;
    height: 600px;
    margin: 30px 60px 60px 350px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px #999;
}