* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #666;
    box-sizing: border-box;
}

div {
    overflow: hidden;
}

body {
    background: white;
}

.width {
    width: 1200px;
    margin: 0 auto;
}


#top {
    background: #303030;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

#top strong {
    color: white;
    font-weight: bold;
}

#top img {
    vertical-align: middle;
}

#top span {
    margin: 0 20px 0 0;
}

#nav {
    height: 70px;
    background: white;
}

#nav img {
    height: 70px;
}

#nav ul.root {
    float: right;
}

#nav ul.root > li {
    display: inline-block;
}

#nav ul.root > li > a {
    display: block;
    height: 70px;
    line-height: 70px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

#nav ul.root > li > a.on {
    color: #0293e1;
}


#nav ul.root > li:hover ul {
    display: block;
}

#nav ul.root > li > a:hover {
    color: #0293e1 !important;
}

#nav ul.sub a:hover {
    background: #0293e1 !important;
    color: white;
}

#nav ul.sub {
    position: absolute;
    margin-top: 70px;
    background: white;
    display: none;
    padding: 10px;
}
#nav ul.sub li {
    display: block;
    height: 40px;
    line-height: 40px;
}

#nav ul.sub li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    padding: 0 20px;
}
#banner img {
    width: 100%;
}

#index-about {
    background: #303030;
    padding: 100px 0;
}

#index-about img {
    float: left;
    margin: 0 50px 0 0;
}
#index-about p {
    margin: 0 0 20px 0;
    line-height: 28px;
    font-size: 16px;
    color: #ccc;
}

.nav-ico {
    display: none;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0 0 50px 0;
}

h1 span {
    color: #0293e1;
}

a.more {
    padding: 15px 50px;
    background: #70a61c;
    color: white;
    display: inline-block;
    font-size: 16px;
}

#index-advantge {
    background: #084d8e;
    padding: 100px 0;
}

#index-advantge ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

#index-advantge ul li {
    width: 30%;
    text-align: center;
}

#index-advantge ul li h3 {
    text-align: center;
    color: white;
    margin: 20px 0;
    font-size: 24px;
}

#index-advantge ul li p {
    color: #3cadf7;
    font-size: 16px;
    line-height: 24px;
}

#index-product {
    padding: 100px 0;
}

#index-product ul  {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

#index-product li {
    width: 246px;
    margin: 0 0 40px 0;
    background: #4b4b4b;
}
#index-product li.blank {
    background: transparent;
}

#index-product li img {
    width: 100%;
    height: 300px;
}

h1.light {
    color: #333;
}

#index-product li div.title {
    text-align: center;
    padding: 20px;
}

#index-product li div.title h3 {
    color: white;
}

#index-product li div.title p {
    color: #ccc;
}

#index-news {
    padding: 100px 0;
    background: #f4f4f4;
}

#index-news ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

#index-news ul li {
    width: 48%;
    margin: 0 0 40px 0;
}

#index-news ul li h3 {
    color: #0293e1;overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#index-news ul li .date {
    margin: 10px 0;
}

.display-time {
    text-align: center;
}

#index-news ul li p.description {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#index-news ul li img {
    float: left;
    width: 200px;
    height: 115px;
    margin: 0 30px 0 0;
}

div.more {
    text-align: center;
}

#index-contact {
    background: #202020;
    padding: 100px 0;
}

#index-contact .frame {
    display: flex;
    justify-content: space-between;
}

#index-contact .form {
    width: 50%;
}

#index-contact .contact {
    width: 45%;
}

#index-contact .form label {
    display: block;
    margin: 0 0 10px 0;
    color: #ccc;
}

#index-contact .form input {
    width: 100%;
    background: transparent;
    border: 1px solid #0293e1;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    color: white;
    font-size: 16px;
}

#index-contact .form textarea {
    
    padding: 10px;
    color: white;
    font-size: 16px;
    width: 100%;
    background: transparent;
    border: 1px solid #0293e1;
    line-height: 30px;
    margin: 0 0 30px 0;
    height: 100px;
}

#index-contact .form input[type="submit"] {
    background: #0293e1;
    color: white;
    font-weight: bold;
}

#index-contact .contact img{
    vertical-align: middle;
    margin: 0 20px 0 0;
}

#index-contact .contact hr {
    border: 1px solid #666;
    margin: 0 0 20px 0;
}

#index-contact .contact p {
    margin: 0 0 20px 0;
    color: #ccc;
}

#about {
    padding: 100px 0;
}

#about p {
    margin: 0;
    line-height: 25px;
}
#about h1 {
    margin: 0;
}

.ql-editor {
    height:auto !important;
}

#contact ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

#contact ul li {
    width: 33.33%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 100px 0 100px;
}

#contact ul li img {
    display: block;
    margin: 0 auto 30px;
    width: 35%;
}

