@CHARSET "UTF-8";

.banner {
    background-image: url(../img/banner1.png);
    margin-bottom: 20px;
}


.mpls-vpls-box {
    padding: 20px 25px;
}
.ns_mpls-vpls-box {
	padding: 0px 25px;
}
.mpls-vpls-box .tabs {
    margin-bottom: 30px;
}
.mpls-vpls-box .tabs .tab {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    width: 110px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    background-color: #c5c5c5;
    position: relative;
}
.mpls-vpls-box .tabs .tab:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 46px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #c5c5c5;
}
.mpls-vpls-box .tabs .tab.active {
    background-color: #7677c7;
}
.mpls-vpls-box .tabs .tab.active:after {
    border-top: 8px solid #7677c7;
}

.mpls-vpls-box .tab-content {
    display: none;
}
.mpls-vpls-box .tab-content.active {
    display: block;
}
.mpls-vpls-box .tab-content .text {
    padding-right: 0;
    font-size: 14px;
    line-height: 30px;
    color: #1a1a1a;
}
/*.mpls-vpls-box .tab-content img {
    float: right;
    width: 100%;
    margin-top: -10px;
}*/
.mpls-vpls-box .tab-content img2 {
 	float: none;
       
}

.main-box {
    background-image: url(../img/bg-earth.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 20px;
    margin-right: 50px;
    min-height: 850px;
}
.main-box .list-box {
    padding: 40px 0px 0px;
}
.main-box .list-box > .title {
    font-size: 18px;
    color: #ec8e36;
    position: relative;
    margin-bottom: 15px;
}
.main-box .list-box > .title:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    width: 3px;
    height: 17px;
    background-color: #ec8e36;
}
.main-box .list-box > ul {
    
}
.main-box .list-box > ul > li {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 28px;
}
.main-box .list-box > ul > li:before {
    content: '●';
    font-size: 12px;
    float: left;
    margin-right: 5px;
}

.main-box .list-box .feature-box {
    min-height: 120px;
    margin-bottom: 40px;
    overflow: hidden;
}
.main-box .list-box .feature-box .num {
    float: left;
    height: 120px;
    border-right: 1px solid #e0e0e0;
    color: #cdcdcd;
    font-size: 42px;
    font-style: italic;
    line-height: 42px;
    padding-right: 10px;
    margin-right: 10px;
}
.main-box .list-box .feature-box .title {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 5px;
}
.main-box .list-box .feature-box .text {
    font-size: 13px;
    color: #1a1a1a;
}
