
.about {
    padding: 60px 0;
}

.about .r h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    color: rgba(2, 136, 209, 1);
    margin-bottom: 20px;
}

.about .r p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 22px;
}

.about .r a {
    display: inline-block;
    padding: 0 52px 0 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background-color: rgba(2, 136, 209, 1);
    position: relative;
    border: 2px solid rgba(2, 136, 209, 1);
}

.about .r a:after {
    content: '';
    width: 11px;
    height: 17px;
    background: url("../images/icon_04.png") no-repeat right center;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -8px;
}

.about .r a.white {
    background-color: #fff;
    border: 2px solid rgba(2, 136, 209, 1);
    color: rgba(2, 136, 209, 1);
    margin-left: 20px;
}

.about .r a.white:after {
    background: url("../images/icon_03.png") no-repeat right center;
}

.column-title {
    text-align: center;
}

.column-title h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    color: rgba(2, 136, 209, 1);
    margin-bottom: 3px;
}

.column-title p {
    font-size: 26px;
    font-weight: bold;
    line-height: 37px;
    color: rgba(102, 102, 102, 1);
    opacity: 0.5;
}

.application {
    padding: 57px 0 67px 0;
    background: url("../images/bg_application.jpg") no-repeat center;
    background-size: cover;
}

.application .bx-wrapper .bx-next{
	right: -100px
}

.application .bx-wrapper .bx-prev{
	left: -100px
}

.application li {
    text-align: center;
}


.application li img {
	width: 100%;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	box-sizing: border-box;

}

.application li p {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.application li:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 2px solid rgba(2, 136, 209, 1);
}

.application li:hover p {
    color: #0288D1;
    font-weight: bold;
}

.product {
    padding: 43px 0 50px 0;
}

.product ul {
    text-align: center;
    padding: 20px 0 32px 0;
}

.product li {
    display: inline-block;
    margin: 0 10px;
}

.product li a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #666;
    padding: 0 28px;

    border: 1px solid rgba(255, 150, 0, 1);
    border-radius: 20px;
}

.product li.active a {
    background: rgba(255, 150, 0, 1);
    color: #fff;
}

.product .list {
    margin: 0 -30px;
}

.product .list > div {
    margin-bottom: 20px;
}

.product .list .box-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid transparent;
	margin-bottom: 30px;
}

.product .list p {
    height: 43px;
    line-height: 43px;
    padding: 0 5px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: rgba(102, 102, 102, 1);
    background-color: #eee;
}

.product .product-tab {
    display: none;
}

.product .product-tab.active {
    display: block;
}

.product .product-tab a:hover > div {
    border: 1px solid rgba(2, 136, 209, 1);
}

.product .product-tab a:hover p {
    color: rgba(2, 136, 209, 1);
    font-weight: bold;
}

.good {
    padding: 54px 0 47px 0;
    background: url("../img/bg_good.jpg") no-repeat center;
    background-size: cover;
}

.good .list {
    padding-top: 33px;
}

.good .list .box {
    max-width: 170px;
    text-align: center;
    margin: 0 auto;
}

.good .list .box img{
	transition: all 1s;
}

.good .list .box:hover img{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);	
	-moz-transform: rotateY(360deg);
}

.good .list h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: rgba(2, 136, 209, 1);
    padding: 12px 0 11px 0;
}

.good .list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
}

.good .list img {
    max-width: 70px;
}

.news {
    padding: 54px 0 60px 0;
}

.news .list {
    padding-top: 30px;
    margin: 0 -30px;
}

.news .list .box {
    position: relative;
}


.news .list .box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: rgba(255, 150, 0, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news .list .box:hover:after {
    width: 100%;
}

.news .list .box:hover h3 {
    color: rgba(255, 150, 0, 1);
}

.news .list .desc {
    padding: 20px;
    background: rgba(244, 244, 244, 1);
}

.news .list h3 {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(2, 136, 209, 1);
    margin-bottom: 10px;
    margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news .list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
}

.news .list .time {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.news .list .time span {
    float: left;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    background: url("../images/icon_09.png") no-repeat left center;
    padding-left: 26px;
}

.news .list .time a {
    float: right;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}


@media (max-width: 1024px) {

}


@media (max-width: 768px) {
    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 10px;
    }

    .column-title h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .column-title p {
        font-size: 18px;
        line-height: 26px;
    }

    .about {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .about .l {
        margin: 15px 0;
    }

    .about .r h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 0;
    }

    .about .btn-wrap {
        text-align: center;
    }

    .product .list {
        margin: 0 -15px;
    }

    .product li {
        margin-bottom: 10px;
    }

/*
    .application li {
        width: 20%;
        margin: 1% 2.5%;
    }

    .application li:first-child {
        margin-left: 2.5%;
    }
*/

    .news .list {
        margin: 0 -15px;
    }

    .news .list .box {
        margin-bottom: 20px;
    }

    .news .list .time a {
        display: none;
    }
}