.page-title {
    position: relative;
    padding-bottom: 10px;
}

.page-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: rgba(2, 136, 209, 1);;
}

.page-title h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.page-title p {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
}

.title {
    position: relative;
}

.title .l {
    float: left;
}

.title .r {
    float: right;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.title .r a {
    display: block;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    padding-right: 30px;
    background: url("../images/icon_14.png") no-repeat right center;
}

.application-areas {
    padding: 60px 0;
}

.application-areas .list {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.application-areas .list p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-align: center;
}

.application-areas .list img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.application-areas .list:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.application-scenarios .list {
    background-color: #F4F4F4;
    margin-top: 30px;
}

.application-scenarios .list .l {
    float: left;
    width: 50%;
}

.application-scenarios .list .r {
    float: right;
    width: 50%;
    padding: 37px 45px 13px 30px;
}

.application-scenarios .list .r p {
    font-size: 16px;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
}

.application-scenarios .list .r a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(2, 136, 209, 1);
    border-radius: 5px;
    margin-top: 10px;
}

.application-scenarios .list .r a span {
    padding-left: 23px;
    padding-right: 28px;
    background: url("../images/icon_20.png") no-repeat right center;
    font-size: 16px;
    color: rgba(2, 136, 209, 1)
}

.application-areas table {
    margin-top: 30px;
}

.application-areas table td {
    height: 50px;
}

.application-areas table .t {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: rgba(2, 136, 209, 1);
    padding-left: 30px;
    background: url("../images/icon_22.png") no-repeat left center;
    margin-left: 20px;
    text-align: left;
}

.application-areas table td {
    font-size: 14px;
    line-height: 36px;
    color: rgba(153, 153, 153, 1);
    text-align: center;
}

.application-areas table tr {
    background: #F4F4F4;
}

.application-areas table tr:nth-child(2n) {
    background: #fff;
}

.application-areas table .more{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    font-size: 16px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 25px;
    background: url("../images/icon_21.png") no-repeat 13px center;
}
@media (max-width: 768px) {
	.application-scenarios .list .l{
		width: 100%
	}
	.application-scenarios .list .r{
		width: 100%
	}
}