﻿.front-banner-placeholder {
    height: 550px;
}

.index-banner {
    height: 600px;
}

.index-banner .banner-image {
    height: 600px;
    width: 1920px;
    position: relative;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-banner .slick-slide {
    overflow: hidden;
}

.index-banner .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
    /*opacity: 0.5;*/
}

.index-banner .slick-dots li {
    display: inline;
    margin-right: 25px;
}

.index-banner .slick-dots li:last-child {
    margin-right: 0;
}

.index-banner .slick-dots li button {
    border-radius: 50%;
    background: white;
    border: 0;
    width: 10px;
    padding: 0;
    color: white;
    height: 10px;
    font-size: 0;
    outline: none;
}

.index-banner .slick-dots li.slick-active button {
    border: 2px solid white;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0);
    /*color: #0091ff;*/
    outline: none;
}

.front-products {
    margin: 60px auto;
    margin-bottom: 80px;
}

.front-products .product-classes {
    text-align: right;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

.front-products .product-class-item {
    display: inline-block;
    padding-bottom: 20px;
    text-decoration: none;
    color: #333;
    margin-right: 30px;
}

.front-products .product-class-item:last-child {
    margin-right: 0;
}

.front-products .product-class-item:hover, .front-products .product-class-item.active {
    color: #0091ff;
}

.front-products .product-class-item.active-line {
    border-bottom: 2px solid #0091ff;
    margin-bottom: -2px;
}

.front-products .product-banner {
    height: 250px;
    overflow: hidden;
}

.front-products .product-banner-item {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.front-products .product-banner .slick-arrow {
    display: none;
    position: absolute;
    top: 85px;
    z-index: 888;
    background-color: transparent;
    font-size: 0;
    border: 0;
    height: 80px;
    width: 35px;
    cursor: pointer;
}

.front-products .product-banner .slick-prev {
    left: 1px;
    background-image: url(/Content/images/product-banner-left.png);
}

.front-products .product-banner .slick-next {
    right: 1px;
    background-image: url(/Content/images/product-banner-right.png);
}

.front-products .product-banner:hover .slick-arrow, .front-products .product-banner:hover .slick-prev, .front-products .product-banner:hover .slick-next {
    display: block;
}

.front-products .product-item {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0 1px;
    height: 250px;
}

.front-products .product-item .product-image {
    height: 250px;
    width: 398px;
}

.front-products .product-item .product-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    transition: height linear 100ms;
}

.front-products .product-item .product-name-more {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 0;
    overflow: hidden;
    color: #0091ff;
    font-size: 16px;
    line-height: 100%;
    opacity: 0;
}

.front-products .product-item:hover {
    cursor: pointer;
}

.front-products .product-item:hover .product-name {
    height: 100%;
    font-size: 0;
    display: table;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color linear 200ms, height linear 100ms;
}

.front-products .product-item:hover .product-name-more {
    opacity: 1;
    height: auto;
    transition: opacity linear 500ms;
}

.front-products .product-item:hover .product-name-more img {
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
}

.front-section .section-title {
    margin-top: 70px;
}

.front-section .section-title span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.front-section .section-title a {
    font-size: 18px;
    text-decoration: none;
    color: #0090ff;
}

.front-section .section-title a:hover {
    color: #007fff;
}

.front-apps {
    height: 446px;
    overflow: hidden;
}

.front-apps .app-container {
    margin-top: 40px;
}

.front-apps .app-item {
    display: inline-block;
    position: relative;
    width: 338px;
    margin-bottom: 30px;
    margin-right: 80px;
}

.front-apps .app-item:nth-child(3n) {
    margin-right: 0;
}

.front-apps .app-item:nth-child(n+4), .front-apps .app-item:nth-child(n+5), .front-apps .app-item:nth-child(n+6) {
    padding-top: 30px;
    border-top: 2px dashed #e5e5e5;
}

.front-apps .app-item:nth-child(n+4) .description, .front-apps .app-item:nth-child(n+5) .description, .front-apps .app-item:nth-child(n+6) .description {
    top: 60px;
}

.front-apps .app-item:nth-child(n+4) .app-new-icon, .front-apps .app-item:nth-child(n+5) .app-new-icon, .front-apps .app-item:nth-child(n+6) .app-new-icon {
    top: 30px;
}

.front-apps .app-item .app-icon {
    display: inline-block;
    height: 75px;
    width: 75px;
    margin-right: 20px;
    border-radius: 9px;
}

.front-apps .app-item .app-new-icon {
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 9px;
}

.front-apps .app-item .app-info {
    display: inline-block;
    vertical-align: top;    
}

.front-apps .app-item .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    height:20px;
}

.front-apps .app-item .name:hover {
    color: #0091ff;
}

.front-apps .app-item .description {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 14px;
    color: #808080;
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
}

.front-services {
    height: 490px;
}

.front-services .service-container {
    margin-top: 40px;
    height: 330px;
    border: 0 !important;
    box-shadow: none !important;
}

.front-services .service-container .error-message {
    height: 100%;
    color: black;
    overflow: scroll;
}

.front-services .distributor-item {
    display: inline-block;
    height: 330px;
    width: 260px;
    border: 1px solid #f4f7f9;
    background: #f4f7f9;
    margin-right: 40px;
    transition: all ease 0.2s;
}

.front-services .distributor-item:nth-child(4n) {
    margin-right: 0;
}

.front-services .distributor-item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}

.front-services .dist-logo {
    height: 140px;
    width: 100%;
    background-color: white;
}

.front-services .dist-info {
    text-align: center;
    padding-top: 30px;
}

.front-services .dist-info .name-area {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.front-services .dist-info .area {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
}

.front-services .dist-info .certified img {
    height: 20px;
    vertical-align: middle;
}

.front-services .dist-appoint {
    display: block;
    height: 44px;
    width: 140px;
    background: #0091ff;
    font-size: 16px;
    color: white;
    line-height: 44px;
    text-decoration: none;
    margin: 0 auto;
}

.front-services .dist-appoint:hover {
    background: #007fff;
}

.front-solutions {
    height: 380px;
    overflow: hidden;
}

.front-solutions .front-solution-container {
    margin-top: 50px;
}

.front-solutions .solution-item {
    display: inline-block;
    text-align: center;
}

.front-solutions .solution-item .solution-item-image {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.front-solutions .solution-item .name {
    font-size: 16px;
    color: #333;
}

.front-solutions .solution-item img {
    transition: transform ease-out 100ms;
}

.front-solutions .solution-item img:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: transform ease-in 100ms;
}

.front-solutions .slick-dots {
    list-style: none;
    text-align: center;
}

.front-solutions .slick-dots li {
    display: inline;
}

.front-solutions .slick-dots button {
    font-size: 0;
    height: 6px;
    width: 30px;
    border-radius: 5px;
    background: #ccc;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.front-solutions .slick-dots li.slick-active button {
    background: #0091ff;
}

.front-news {
    height: 480px;
}

.front-news .front-news-bg {
    background: #f4f7f9;
}

.front-news .front-news-container {
    margin-top: 30px;
    overflow: hidden;
    height: 300px;
}

.front-news .news-banner {
    display: inline-block;
    margin: 40px 20px 20px 20px;
    margin-right: 30px;
    height: 224px;
    width: 400px;
}

.front-news .news-banner-item {
    position: relative;
}

.front-news .news-banner-item img {
    max-height: 224px;
    max-width:400px;
    _width:expression(this.width > 400 ? "400px" : this.width)
}

.front-news .news-banner-item .news-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
}

.front-news .news-banner-item .news-title:hover {
    color: #0091ff;
}

.front-news .news-banner .slick-arrow {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    color: white;
    border: 0;
    z-index: 999;
    width: 2em;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}

.front-news .news-banner .slick-prev {
    left: 0;
}

.front-news .news-banner .slick-next {
    right: 0;
}

.front-news .news-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    width: 550px;
    margin-right: 30px;
    overflow: hidden;
}

.front-news .news-list .news-more {
    font-size: 14px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #0091ff;
    margin-top: 10px;
}

.front-news .news-list .news-more:hover {
    color: #007fff;
}

.front-news .news-group .news-article-item {
    display: table;
    width: 100%;
    height: 30px;
}

.front-news .news-group .news-article-item .title {
    display: table-cell;
    font-size: 14px;
    color: #333;
    max-width: 60%;
    text-decoration: none;
}

.front-news .news-group .news-article-item .title:hover {
    color: #007fff;
}

.front-news .news-group .news-article-item .time {
    display: table-cell;
    text-align: right;
    font-size: 14px;
    color: #999;
}

.front-news .news-group .news-article-item:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.front-news .news-group .news-article-item:first-child .title {
    font-size: 18px;
}

.front-news .front-news-side {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    background: #0091ff;
    text-align: center;
    height: 300px;
    padding-top: 30px;
}

.front-news .front-news-side .news-class-item {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #3dbdff;
    margin-bottom: 24px;
    font-size: 18px;
    padding-bottom: 6px;
}

.front-news .front-news-side .news-class-item.active, .front-news .front-news-side .news-class-item:hover {
    color: white;
}

.front-news .front-news-side .news-class-item.active-line {
    /*padding-bottom: 5px;
    border-bottom: 1px solid white;*/
}