@font-face {
    font-family: "HuaweiSans-Regular";
    src: url(/Assets/Solar/font/HuaweiSans-Regular.eot);
    src: url(/Assets/Solar/font/HuaweiSans-Regular.eot?#iefix) format("embedded-opentype"), url(/Assets/Solar/font/HuaweiSans-Regular.woff) format("woff"), url(/Assets/Solar/font/HuaweiSans-Regular.ttf) format("truetype"), url(/Assets/Solar/font/HuaweiSans-Regular.svg) format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "HuaweiSans-Bold";
    src: url(/Assets/Solar/font/HuaweiSans-Bold.eot);
    src: url(/Assets/Solar/font/HuaweiSans-Bold.eot?#iefix) format("embedded-opentype"), url(/Assets/Solar/font/HuaweiSans-Bold.woff) format("woff"), url(/Assets/Solar/font/HuaweiSans-Bold.ttf) format("truetype"), url(/Assets/Solar/font/HuaweiSans-Bold.svg) format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "HuaweiSans-Light";
    src: url(/Assets/Solar/font/HuaweiSans-Light.eot);
    src: url(/Assets/Solar/font/HuaweiSans-Light.eot?#iefix) format("embedded-opentype"), url(/Assets/Solar/font/HuaweiSans-Light.woff) format("woff"), url(/Assets/Solar/font/HuaweiSans-Light.ttf) format("truetype"), url(/Assets/Solar/font/HuaweiSans-Light.svg) format("svg");
    font-style: normal;
    font-weight: 400;
}

img {
    float: none;
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

body {
    font-size: 18px;
}

#footer .share .share_icon a {
    float: none;
    display: inline-block;
}

h1,
h2,
h3,
h4 {
    font-family: 'HuaweiSans-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-weight: normal;
    margin-top: 80px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.content-box {
    padding-bottom: 1px;
    max-width: 1366px;
    margin: 0 auto;
}

.line-color {
    letter-spacing: -0.32em;
    width: 100%;
}

.line-color .bule {
    display: inline-block;
    letter-spacing: normal;
    width: 15%;
    height: 2px;
    overflow: hidden;
    background: #00b2ee;
}

.line-color .greyer {
    display: inline-block;
    letter-spacing: normal;
    width: 85%;
    height: 2px;
    overflow: hidden;
    background: #cccccc;
}

@media (max-width:767px) {
    h1 {
        font-size: 28px;
        line-height: 40px;
        margin-top: 40px;
        padding: 0 15px;
    }
}


/*banner*/

.banner-detail-box {
    position: relative;
}

.banner-detail-box .banner-pic {
    text-align: center
}

.banner-detail-box img {
    max-width: 100%;
    margin: 0 auto;
}


/*@media (max-width:767px) {
    .banner-detail-box {
        margin-top: 55px;
    }
}*/


/*anchoring*/

.point-content-nav.fixed {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 99;
    background: #fff;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);*/
    border-bottom: 1px solid #dbdbdb;
}

.point-content-nav {
    margin-top: 70px;
}

.point-content-nav ul {
    display: block;
    text-align: center;
    letter-spacing: -0.32em;
}

.point-content-nav ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 100px;
    text-align: center;
}

.point-content-nav ul li a {
    font-size: 28px;
    line-height: 40px;
    color: #000;
}

.point-content-nav ul li a:hover {
    text-decoration: none;
}

.point-content-nav ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: url(/Assets/Solar/v2/img/anchoring_icon_01.png) no-repeat top center;
    margin-bottom: 30px;
}

.point-content-nav ul li+li a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_02.png) no-repeat top center;
}

.point-content-nav ul li+li+li a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_03.png) no-repeat top center;
}

.point-content-nav ul li.active a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_hover_01.png) no-repeat top center;
}

.point-content-nav ul li+li.active a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_hover_02.png) no-repeat top center;
}

.point-content-nav ul li+li+li.active a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_hover_03.png) no-repeat top center;
}

.point-content-nav.fixed ul li {
    margin: 0 30px;
    padding: 23px 0 18px;
}

.point-content-nav.fixed ul li a:hover {
    text-decoration: none;
}

.point-content-nav.fixed ul li a::before {
    width: 78px;
    height: 78px;
    background: url(/Assets/Solar/v2/img/anchoring_icon_01_fiexd.png) no-repeat top center;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.point-content-nav.fixed ul li+li a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_02_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li+li+li a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_03_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li.active a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_hover_01_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li+li.active a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_hover_02_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li+li+li.active a::before {
    background: url(/Assets/Solar/v2/img/anchoring_icon_hover_03_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li a {
    font-size: 22px;
    line-height: 32px;
}

@media (min-width:1366px) {
    .point-content-nav ul li a:hover::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_hover_01.png) no-repeat top center;
    }
    .point-content-nav ul li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_hover_02.png) no-repeat top center;
    }
    .point-content-nav ul li+li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_hover_03.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li a:hover::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_hover_01_fiexd.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_hover_02_fiexd.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_hover_03_fiexd.png) no-repeat top center;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .point-content-nav ul li {
        margin: 0 30px;
    }
    .point-content-nav.fixed ul li {
        margin: 0 20px;
    }
    .point-content-nav.fixed ul li a {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .point-content-nav {
        margin-top: 55px;
    }
}

@media (max-width:767px) {
    .point-content-nav {
        padding: 0 15px;
        margin-top: 40px;
    }
    .point-content-nav ul {
        letter-spacing: -0.32em;
    }
    .point-content-nav ul li {
        letter-spacing: normal;
        width: 33%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        text-align: center;
    }
    .point-content-nav ul li a {
        font-size: 14px;
        line-height: 26px;
    }
    .point-content-nav ul li a::before,
    .point-content-nav ul li.active a::before,
    .point-content-nav ul li+li a::before,
    .point-content-nav ul li+li.active a::before,
    .point-content-nav ul li+li+li a::before,
    .point-content-nav ul li+li+li.active a::before {
        background-size: 100%;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .point-content-nav.fixed ul li a::before,
    .point-content-nav.fixed ul li.active a::before,
    .point-content-nav.fixed ul li+li a::before,
    .point-content-nav.fixed ul li+li.active a::before,
    .point-content-nav.fixed ul li+li+li a::before,
    .point-content-nav.fixed ul li+li+li.active a::before {
        background-size: 100%;
        width: 40px;
        height: 40px;
        margin-bottom: 0px;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .point-content-nav.fixed ul li {
        margin: 0px;
        padding: 15px 10px 12px 0;
    }
    .point-content-nav.fixed ul li a {
        letter-spacing: -0.32em;
    }
    .point-content-nav.fixed {
        border-top: 1px solid #dbdbdb;
        top: 55px !important;
        margin-top: 0;
    }
    .point-content-nav.fixed ul li a span {
        letter-spacing: normal;
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        max-width: 50px;
        text-align: left;
        padding-left: 8px;
    }
    .point-content-nav ul li a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_02_mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_04_mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li+li a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_06_mob.png) no-repeat top center;
    }
    .point-content-nav ul li.active a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_01-mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li.active a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_03_mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li+li.active a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_05_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_02_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_04_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li+li a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_06_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li.active a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_01-mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li.active a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_03_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li+li.active a::before {
        background: url(/Assets/Solar/v2/img/anchoring_icon_05_mob.png) no-repeat top center;
    }
}

@media (max-width:321px) {
    .point-content-nav.fixed ul li a span {
        max-width: 40px;
    }
}


/*wnzi_cont*/

.wnzi_cont {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
}

.wnzi_cont .content {
    background: #f2f2f2;
    width: 100%;
    padding: 40px 15%;
    font-size: 18px;
}

.wnzi_cont .content ul li {
    margin: 5px 0;
    position: relative;
}

.wnzi_cont .content ul li::before {
    content: "";
    background: url(/Assets/Solar/img/text_p_right.png) no-repeat left top;
    width: 19px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 6px;
}

.wnzi_cont .content ul li span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
}

.wnzi_cont .pointing {
    width: 80px;
    height: 40px;
    position: absolute;
    left: 18.4%;
    top: -39px;
    background: url(/Assets/Solar/img/b_triangle.png) no-repeat;
}

.content-box+.content-box .wnzi_cont .pointing {
    left: 45%;
}

.content-box+.content-box+.content-box .wnzi_cont .pointing {
    left: auto;
    right: 21%;
}

@media (max-width:767px) {
    .wnzi_cont .content {
        padding: 20px 5%;
    }
    .wnzi_cont .pointing {
        left: 7.4%;
    }
    .wnzi_cont .content ul li {
        margin-bottom: 15px;
    }
}


/**/


/*seconds2 css bof*/

.seconds2 {
    margin-bottom: 40px;
    background: #eeeeee;
    position: relative;
}

.seconds2.seconds-bg-01 {
    background: #fafafa;
}

.seconds2 .pro-info {
    width: 100%;
    height: 100%;
    letter-spacing: -0.32em;
}

.seconds2 .pro-info .left-video {
    width: 50%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    float: right;
    max-width: 660px;
}

.seconds2 .pro-info .right-text {
    width: 50%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding-left: 80px;
    padding-top: 60px;
    float: left;
    padding-right: 80px;
}

.seconds2 .pro-info h2 {
    font-size: 48px;
    line-height: 60px;
    color: #00a5ea;
    margin-bottom: 10px;
    position: relative;
}

.seconds2 .pro-info h2 span {
    font-size: 45px;
}

.seconds2 .pro-info h2+h3 {
    font-size: 28px;
    line-height: 38px;
    color: #000;
}

.seconds2 .pro-info p {
    font-size: 18px;
    line-height: 26px;
}

.seconds2 .pro-info .table-list {
    margin-top: 25px;
}

.seconds2 .pro-info .table-list .marign-center {
    text-align: center;
}

.seconds2 .pro-info .table-list .marign-center p {
    text-align: right;
    font-size: 16px;
    padding-right: 42px;
}

.seconds2 .pro-info .table-list.table-absout {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 50%;
    z-index: 19;
    text-align: center;
}

.seconds2 .pro-info .table-list.table-absout .cont-without {
    padding: 15px 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .35);
    z-index: 20;
    margin-top: 0;
    text-align: left;
    display: inline-block;
}

.seconds2 .pro-info .table-list.table-absout .cont-without ul li {
    margin-left: 30px;
    margin-right: 0
}

.seconds2 .pro-info .table-list.table-absout .cont-without ul li:first-child {
    margin-left: 0;
}

.seconds2 .pro-info .table-list.table-absout .cont-without ul li span {
    color: #333;
    font-size: 16px;
    font-family: myFont_special, Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.seconds2 .pro-info .table-list>span {
    font-size: 15px;
    line-height: 22px;
}

.seconds2 .pro-info .table-list>span em {
    color: #00a5ea;
    font-size: 20px;
    font-style: normal
}

.seconds2 .pro-info .table-list .table {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    background: #eee;
}

.seconds2 .pro-info .table-list .table ul {
    padding: 8px 10px;
    letter-spacing: -0.32em;
}

.seconds2 .pro-info .table-list .table ul.bule {
    background: #1aadea;
    color: #fff;
    font-family: HuaweiSans-Bold, Arial, Helvetica, sans-serif;
}

.seconds2 .pro-info .table-list .table li {
    width: 38%;
    letter-spacing: normal;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 15px;
}

.seconds2 .pro-info .table-list .table li+li {
    width: 32%;
}

.seconds2 .pro-info .table-list .table li+li+li {
    width: 30%;
}

.seconds2 .pro-info .table-list .table ul.bold {
    font-family: HuaweiSans-Bold, Arial, Helvetica, sans-serif;
}

.seconds2.seconds-bg-01 .pro-info p {
    font-size: 20px;
}

@media (min-width:768px) and (max-width:1024px) {
    .seconds2 .pro-info h2 span,
    .seconds2 .pro-info h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .seconds2 .pro-info .right-text {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px;
    }
    .seconds2 .pro-info h2+h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without ul li {
        max-width: 24%;
        margin-right: 10px;
        vertical-align: top;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without ul li:last-child {
        margin-right: 0;
    }
    .seconds2 .pro-info .table-list {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .seconds2 {
        margin-bottom: 0;
    }
    .seconds2 .pro-info .right-text {
        float: none;
        width: 100%;
        background: #212121;
        padding-left: 15px;
        padding-top: 30px;
    }
    .seconds2 .pro-info .left-video {
        float: none;
        width: 100%;
    }
    .seconds2 .pro-info h2 {
        font-size: 26px;
        line-height: 34px;
        color: #00a5ea;
        margin-bottom: 0px;
    }
    .seconds2 .pro-info h2 span {
        font-size: 30px;
    }
    .seconds2 .pro-info .table-list .table {
        margin-top: 10px;
    }
    .seconds2 .pro-info p {
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        margin-bottom: 10px;
    }
    .seconds2.seconds-bg-01.seconds2.seconds-bg-01 {
        background: #fff;
        margin-bottom: 20px;
    }
    .seconds2.seconds-bg-01 .pro-info .right-text {
        background: #fff;
        padding-right: 15px;
        padding-top: 30px;
    }
    .seconds2.seconds-bg-01 .pro-info p {
        font-family: HuaweiSans-Regular, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000;
    }
    .seconds2 .pro-info .table-list .marign-center p {
        text-align: center;
        font-size: 14px;
        padding-right: 0;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list {
        margin-top: 15px;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list span {
        color: #000;
        font-size: 14px;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list .table ul.bule {
        background: #f2f2f2;
        color: #666;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list .table ul.bule li,
    .seconds2 .pro-info .table-list .table ul.bold li {
        color: #666;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list .table li {
        color: #666;
    }
    .seconds2 .pro-info .table-list .table ul.bold {
        background: #f2f2f2;
    }
    .seconds2 .pro-info h2+h3 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        margin: 3px 0;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without ul li:last-child {
        margin-right: 0;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without ul li {
        vertical-align: bottom;
        margin-left: 20px;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without {
        padding: 5px 25px;
        text-align: center;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without {
        display: inline-block;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without ul li img {
        max-width: 100%;
    }
}

@media (max-width:400px) {
    .seconds2 .pro-info .table-list.table-absout .cont-without {
        padding: 5px 5px;
    }
}

@media (max-width:356px) {
    .seconds2 .pro-info .table-list.table-absout .cont-without ul li img {
        max-width: 50px;
    }
}


/*seconds2 css eof*/


/*seconds4 css bof*/

.seconds4 {
    margin-bottom: 40px;
    background: #fafafa;
}

.seconds4 .pro-info .left-video {
    float: left;
}

.seconds4 .pro-info .right-text {
    float: right;
    padding-left: 100px;
    padding-right: 100px;
}

.seconds2 .pro-info h3 {
    margin: 3px 0;
    font-size: 24px;
    color: #00a5ea;
}

.seconds4.seconds2 .pro-info h3 {
    margin: 10px 0;
    font-size: 28px;
    line-height: 38px;
    color: #000;
}

.seconds4 .pro-info .table-list>div {
    margin-bottom: 25px;
}

.seconds4 .pro-info .table-list>div em {
    display: inline-block;
}

.seconds4 .pro-info .table-list>div em+span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 22px;
}

.seconds4 .pro-info .table-list .zhushi {
    font-size: 14px;
}

.seconds4 .mob-title {
    padding-top: 20px;
    letter-spacing: normal;
}

.seconds2.seconds4 .pro-info p {
    font-family: HuaweiSans-Regular, Arial, Helvetica, sans-serif;
}

.seconds4 .pro-info .table-list td,
.seconds4 .pro-info .table-list th {
    font-size: 16px;
    padding: 20px 0 20px 20px;
}

.title-icon-01 {
    width: 49px;
    height: 52px;
    background: url(/Assets/Solar/v2/img/contetn_icon_09.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

.title-icon-01+span {
    padding-left: 60px;
}

.title-icon-02 {
    width: 61px;
    height: 61px;
    background: url(/Assets/Solar/v2/img/contetn_icon_13.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

.title-icon-02+span {
    padding-left: 80px;
}

.title-icon-03 {
    width: 50px;
    height: 51px;
    background: url(/Assets/Solar/v2/img/contetn_icon_15.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

.title-icon-03+span {
    padding-left: 60px;
}

@media (min-width:768px) and (max-width:1024px) {
    .seconds4 .pro-info .right-text {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .seconds4.seconds2 .pro-info h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .seconds4 .pro-info .table-list>div {
        margin-bottom: 15px;
    }
    .seconds4 .pro-info .table-list>div em {
        width: 50px;
    }
    .seconds4 .pro-info .table-list>div em+span {
        font-size: 16px;
    }
    .title-icon-01,
    .title-icon-02,
    .title-icon-03 {
        background-size: 100%;
        width: 34px;
        top: 0;
    }
    .title-icon-01+span,
    .title-icon-02+span,
    .title-icon-03+span {
        padding-left: 44px;
    }
    .seconds4 .pro-info .table-list td,
    .seconds4 .pro-info .table-list th {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .seconds4 {
        background: #f7f7f7;
    }
    .seconds2 .pro-info h3 {
        margin: 10px 0 10px 0;
        font-size: 16px;
    }
    .seconds3 .right-text .table-list ul li img {
        max-height: 50px;
    }
    .seconds3 .right-text .table-list+.table-list p {
        margin: 0;
        color: #7a7a7a;
        line-height: 16px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .seconds2 .pro-info .table-list.table-absout .cont-without ul li span {
        font-size: 12px;
    }
    .seconds3 .cont-without ul li span,
    .seconds3 .cont-with ul li span {
        font-size: 12px;
    }
    .seconds3 .right-text .table-list+.table-list h3 {
        font-family: HuaweiSans-Regular, Arial, Helvetica, sans-serif;
        color: #7a7a7a;
        margin: 5px 0;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .seconds4 {
        margin-bottom: 0px;
    }
    .seconds4 .mob-title {
        padding-top: 5px;
    }
    .seconds4.seconds2 .pro-info h3 {
        font-size: 20px;
        line-height: 32px;
        color: #000;
        margin: 3px 0;
    }
    .seconds4 .pro-info .right-text {
        background: #f7f7f7;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-right: 15px;
    }
    .seconds4 .pro-info p {
        color: #000;
        font-family: HuaweiSans-Regular, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
    }
    .seconds4 .pro-info .table-list {
        margin-top: 15px;
    }
    .seconds4 .pro-info .table-list>div {
        margin-bottom: 15px;
    }
    .seconds4 .pro-info .table-list>div em {
        max-width: 50px;
    }
    .seconds4 .pro-info .table-list>div em img {
        max-width: 100%;
    }
    .seconds4 .pro-info .table-list>div em+span {
        width: 80%;
        font-size: 16px;
    }
    .seconds4 .pro-info .table-list .zhushi {
        text-align: center;
        margin-bottom: 20px;
    }
    .seconds4 .pro-info h2 {
        font-size: 26px;
    }
    .title-icon-01,
    .title-icon-02,
    .title-icon-03 {
        background-size: 100%;
        width: 34px;
        top: 0;
    }
    .title-icon-01+span,
    .title-icon-02+span,
    .title-icon-03+span {
        padding-left: 44px;
    }
    .seconds4 .pro-info .table-list td,
    .seconds4 .pro-info .table-list th {
        font-size: 14px;
    }
}


/*seconds4 css eof*/

.seconds2.seconds-bg-01 .pro-info .table-list>div em {
    display: inline-block;
}

.seconds2.seconds-bg-01 .pro-info .table-list>div em+span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 22px;
}

.seconds2.seconds-bg-01 .pro-info .table-list>div {
    margin-bottom: 25px;
}

.seconds2.seconds-bg-01 .pro-info .right-text h4 {
    font-size: 24px;
    line-height: 36px;
}

.seconds2.seconds-bg-01 .pro-info .right-text .line-color+h4 {
    margin-top: 30px;
}

.seconds2.seconds-bg-01 .pro-info .right-text .c-l li {
    margin: 30px 0;
    position: relative;
}

.seconds2.seconds-bg-01 .pro-info .right-text .c-l li:before {
    content: "";
    background: url(/Assets/Solar/img/text_p_right.png) no-repeat left top;
    width: 19px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}

.seconds2.seconds-bg-01 .pro-info .right-text .c-l li span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

@media(min-width:768px) and (max-width:1024px) {
    .seconds2.seconds-bg-01 .pro-info .table-list>div em {
        width: 50px;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list>div em+span {
        font-size: 16px;
    }
    .seconds2.seconds-bg-01 .pro-info .right-text .line-color+h4 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }
    .seconds2.seconds-bg-01 .pro-info .right-text .c-l li {
        margin: 15px 0;
    }
    .seconds2.seconds-bg-01 .pro-info .right-text .c-l li span {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .seconds2.seconds-bg-01 .pro-info .table-list>div em {
        max-width: 50px;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list>div em+span {
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px;
    }
    .seconds2.seconds-bg-01 .pro-info .table-list>div {
        margin-bottom: 15px;
    }
    .seconds2.seconds-bg-01 .pro-info .right-text .line-color+h4 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }
    .seconds2.seconds-bg-01 .pro-info .right-text .c-l li {
        margin: 15px 0;
        font-size: 16px
    }
}


/*video css bof*/

.player-outer-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}

.video_box {
    width: 100%;
    position: relative;
    z-index: 19;
    overflow: hidden;
}

.video_box a.js_img_link,
.video_box a.js_video_icon,
.video_box a.js_video_player {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video_box a.js_video_player:before {
    width: 137px;
    height: 137px;
    background: url(/Assets/Solar/v2/img/pro-icon.png) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -68px;
    margin-top: -68px;
}

.video_box a.js_img_link {
    background: none;
}

.video_box a.js_video_icon:hover,
.video_box a.js_video_player:hover:before {
    background: url(/Assets/Solar/v2/img/pro-icon_hover.png) no-repeat;
}

@media (max-width:767px) {
    .video_box a.js_video_player:before {
        background-size: 60%;
        margin-left: -40px;
        margin-top: -40px;
    }
    .video_box a.js_video_icon:hover,
    .video_box a.js_video_player:hover:before {
        background-size: 60%;
    }
    .vjs-poster {
        background-size: cover;
    }
}


/*video css eof*/


/*seconds3 css bof*/

.seconds3 {
    background: #fafafa;
}

.seconds3 .pro-info .left-video {
    float: left;
}

.seconds3 .pro-info .right-text {
    float: right;
    padding-left: 100px;
}

.seconds3.seconds2 .pro-info .table-list {
    margin-top: 20px;
}

.seconds3.seconds2 .pro-info .table-list .cont-without ul,
.seconds3.seconds2 .pro-info .table-list .cont-with ul {
    margin-top: 15px;
}

.seconds3 .cont-without,
.seconds3 .cont-with {
    margin-bottom: 20px;
}

.seconds3 .cont-without ul li,
.seconds3 .cont-with ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    word-break: break-all;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 0px;
    margin-bottom: 4px;
    margin-right: 30px;
    text-align: center;
    min-width: 55px;
}

.seconds3 .cont-without ul li span,
.seconds3 .cont-with ul li span {
    display: block;
    color: #00a5ea;
    margin-top: 5px;
}

.seconds3 .cont-without.m-j>div {
    margin: 40px 0;
}

.seconds3 .cont-without.m-j img {
    margin-bottom: 15px;
}

.seconds3 .cont-without.m-j p {
    font-size: 22px;
}

.seconds3 .real-demo {
    background: #01b0f1;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
}

.seconds3 .real-demo:hover {
    text-decoration: none;
}

.seconds3 .pro-info .right-text .tit-con p {
    font-size: 22px;
    line-height: normal;
}

.seconds3 .pro-info .table-list p {
    font-family: HuaweiSans-Light, Arial, Helvetica, sans-serif;
}

@media (min-width:768px) and (max-width:1024px) {
    .seconds3 .pro-info .right-text {
        padding-left: 30px;
    }
    .seconds3 .cont-without ul li {
        margin-right: 20px;
    }
}

@media(max-width:767px) {
    .seconds3 {
        position: relative;
    }
    .seconds3.seconds2 .pro-info .table-list {
        margin-top: 0;
        top: 25px;
    }
    .seconds3 .pro-info .right-text {
        background: #f7f7f7;
        padding-left: 15px;
        padding-top: 30px;
        padding-right: 15px;
    }
    .seconds2 .pro-info .table-list.table-absout {
        width: 90%;
        left: 5%;
    }
    .seconds3 .pro-info .right-text .tit-con p {
        color: #484848;
        font-family: HuaweiSans-Regular, Arial, Helvetica, sans-serif;
        font-size: 16px;
    }
    .seconds3 .pro-info p {
        color: #000;
    }
    .seconds3 .pro-info h2.title {
        font-size: 30px;
        line-height: 40px;
        color: #00a5ea;
    }
    .seconds3 .pro-info .table-list {
        letter-spacing: -0.32em;
        margin-top: 0px;
    }
    .seconds3 .cont-without,
    .seconds3 .cont-with {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        letter-spacing: normal;
    }
    .seconds3 .cont-without p,
    .seconds3 .cont-with p {
        margin-bottom: 5px;
    }
    .seconds3 .cont-without {
        margin-bottom: 0;
    }
    .seconds3 .cont-without ul li,
    .seconds3 .cont-with ul li {
        margin-bottom: 10px;
        margin-right: 20px;
    }
}

@media (max-width:400px) {
    .seconds3 .pro-info .table-list ul {
        width: 100%;
    }
}


/*seconds3 css eof*/


/*big-video-box*/

.big-video-box {
    margin-bottom: 40px;
}

.big-video-box h2 {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 50px;
    padding-top: 40px;
}

@media (min-width:768px) and (max-width:1024px) {
    .big-video-box h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
        padding-top: 0px;
    }
}

@media (max-width:767px) {
    .big-video-box h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
        padding-top: 0px;
    }
}


/*modular3 css bof*/

#content .modular3 .solutions {
    overflow: hidden;
    position: relative;
    background-size: 117%;
    padding-bottom: 40px;
}

#content .modular3 .solutions .tab_pic .tabv {
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv a {
    display: inline-block;
    width: 29px;
    margin-right: 10px;
    position: relative;
    top: -40px;
}


/*tabv-1-1*/

#content .modular3 .solutions .tab_pic .tabv-1-1 {
    width: 350px;
    height: 110px;
    left: 9.5%;
    /* top: 7%; */
    bottom: auto;
    z-index: 8;
    /* left: auto; */
    bottom: 30%;
}

#content .modular3 .solutions .tab_pic .tabv a img {
    max-width: 100%;
    width: 20px;
    height: 20px;
}

#content .modular3 .solutions .tab_pic .tabv-1-1 a:first-child {
    top: 45px;
    left: 10px;
    position: absolute;
    left: auto;
}

#content .modular3 .solutions .tab_pic .tabv-1-1 a+a {
    width: 100%;
    height: 110px;
    top: 0;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-1-1 {
        width: 265px;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-1 a+a {
        height: 85px;
        top: 20px;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-1 a:first-child {
        top: 55px;
    }
}


/*tabv-1-1*/

#content .modular3 .solutions .tab_pic .tabv-1-1 {
    width: 350px;
    height: 110px;
    left: 9.5%;
    /* top: 7%; */
    bottom: auto;
    z-index: 8;
    /* left: auto; */
    bottom: 30%;
}

#content .modular3 .solutions .tab_pic .tabv a img {
    max-width: 100%;
    width: 20px;
    height: 20px;
}

#content .modular3 .solutions .tab_pic .tabv-1-1 a:first-child {
    top: 45px;
    left: 10px;
    position: absolute;
    left: auto;
}

#content .modular3 .solutions .tab_pic .tabv-1-1 a+a {
    width: 100%;
    height: 110px;
    top: 0;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-1-1 {
        width: 265px;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-1 a+a {
        height: 85px;
        top: 20px;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-1 a:first-child {
        top: 55px;
    }
}


/*tabv-1-1*/


/*tabv-1-2*/

#content .modular3 .solutions .tab_pic .tabv-1-2 {
    right: 38%;
    bottom: 30%;
    width: 340px;
    /* bottom: auto; */
    z-index: 8;
}

#content .modular3 .solutions .tab_pic .tabv-1-2 a:first-child {
    top: 52px;
    /* right: -15px; */
    position: absolute;
    left: -10px;
}

#content .modular3 .solutions .tab_pic .tabv-1-2 a+a {
    width: 100%;
    height: 110px;
    top: 6px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-1-2 {
        width: 258px;
        height: 85px;
        bottom: 31%;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-2 a:first-child {
        top: 36px;
    }
}


/*tabv-1-2*/


/*tabv-1-3*/

#content .modular3 .solutions .tab_pic .tabv-1-3 {
    right: 12%;
    /* top: 77%; */
    width: 345px;
    bottom: 30%;
    z-index: 8;
    height: 110px;
}

#content .modular3 .solutions .tab_pic .tabv-1-3 a:first-child {
    top: 45px;
    left: 3px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-1-3 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-1-3 {
        right: 11.5%;
        width: 265px;
        height: 85px;
        bottom: 31%;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-3 a:first-child {
        top: 35px;
        left: 0px;
    }
}


/*tabv-1-3*/


/*tabv-1-4*/

#content .modular3 .solutions .tab_pic .tabv-1-4 {
    left: 10%;
    /* top: 77%; */
    width: 345px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}

#content .modular3 .solutions .tab_pic .tabv-1-4 a:first-child {
    top: 45px;
    left: -5px;
}

#content .modular3 .solutions .tab_pic .tabv-1-4 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: -28px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-1-4 {
        width: 260px;
        bottom: 14%;
        height: 85px;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-4 a+a {
        height: 83px;
    }
}


/*tabv-1-4*/


/*tabv-1-5*/

#content .modular3 .solutions .tab_pic .tabv-1-5 {
    width: 345px;
    height: 110px;
    left: 37%;
    /* top: 34%; */
    bottom: 13%;
    z-index: 8;
}

#content .modular3 .solutions .tab_pic .tabv-1-5 a:first-child {
    top: 45px;
    left: -5px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-1-5 a+a {
    width: 100%;
    height: 110px;
    top: 0;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-1-5 {
        width: 260px;
        height: 90px;
        bottom: 14%;
    }
    #content .modular3 .solutions .tab_pic .tabv-1-5 a:first-child {
        top: 35px;
        left: -10px;
    }
}


/*tabv-1-5*/


/*tabv-1-6*/

#content .modular3 .solutions .tab_pic .tabv-1-6 {
    right: 12%;
    /* top: 77%; */
    width: 345px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}

#content .modular3 .solutions .tab_pic .tabv-1-6 a:first-child {
    top: 45px;
    left: 3px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-1-6 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-1-6 {
        right: 11.5%;
        /* top: 77%; */
        width: 265px;
        bottom: 14%;
        z-index: 8;
        height: 85px
    }
    #content .modular3 .solutions .tab_pic .tabv-1-6 a:first-child {
        top: 30px;
        left: 3px;
    }
}


/*tabv-1-6*/


/*tabv-2-1*/

#content .modular3 .solutions .tab_pic .tabv-2-1 {
    width: 350px;
    height: 110px;
    left: 9.5%;
    /* top: 7%; */
    bottom: auto;
    z-index: 8;
    /* left: auto; */
    bottom: 30%;
}

#content .modular3 .solutions .tab_pic .tabv-2-1 a:first-child {
    top: 45px;
    left: 10px;
    position: absolute;
    left: auto;
}

#content .modular3 .solutions .tab_pic .tabv-2-1 a+a {
    width: 100%;
    height: 110px;
    top: 0;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-2-2 {
        width: 258px;
        height: 85px;
        bottom: 31%;
    }
    #content .modular3 .solutions .tab_pic .tabv-2-2 a:first-child {
        top: 36px;
    }
}


/*tabv-2-1*/


/*tabv-2-2*/

#content .modular3 .solutions .tab_pic .tabv-2-2 {
    right: 38%;
    bottom: 30%;
    width: 340px;
    /* bottom: auto; */
    z-index: 8;
}

#content .modular3 .solutions .tab_pic .tabv-2-2 a:first-child {
    top: 59px;
    /* right: -15px; */
    position: absolute;
    left: -10px;
}

#content .modular3 .solutions .tab_pic .tabv-2-2 a+a {
    width: 100%;
    height: 110px;
    top: 6px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-2-2 {
        width: 258px;
        height: 85px;
        bottom: 31%;
    }
    #content .modular3 .solutions .tab_pic .tabv-2-2 a:first-child {
        top: 36px;
    }
}


/*tabv-2-2*/


/*tabv-2-3*/

#content .modular3 .solutions .tab_pic .tabv-2-3 {
    right: 12%;
    /* top: 77%; */
    width: 345px;
    bottom: 30%;
    z-index: 8;
    height: 110px;
}

#content .modular3 .solutions .tab_pic .tabv-2-3 a:first-child {
    top: 45px;
    left: 3px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-2-3 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-2-3 {
        right: 11.5%;
        width: 265px;
        height: 85px;
        bottom: 31%;
    }
    #content .modular3 .solutions .tab_pic .tabv-2-3 a:first-child {
        top: 35px;
        left: 0px;
    }
}


/*tabv-2-3*/


/*tabv-2-4*/

#content .modular3 .solutions .tab_pic .tabv-2-4 {
    left: 10%;
    /* top: 77%; */
    width: 345px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}

#content .modular3 .solutions .tab_pic .tabv-2-4 a:first-child {
    top: 45px;
    left: -5px;
}

#content .modular3 .solutions .tab_pic .tabv-2-4 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-2-4 {
        width: 260px;
        bottom: 14%;
        height: 85px;
    }
    #content .modular3 .solutions .tab_pic .tabv-2-4 a+a {
        height: 83px;
    }
}


/*tabv-2-4*/


/*tabv-2-5*/

#content .modular3 .solutions .tab_pic .tabv-2-5 {
    width: 345px;
    height: 110px;
    left: 37%;
    /* top: 34%; */
    bottom: 13%;
    z-index: 8;
}

#content .modular3 .solutions .tab_pic .tabv-2-5 a:first-child {
    top: 45px;
    left: -5px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-2-5 a+a {
    width: 100%;
    height: 110px;
    top: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-2-5 {
        width: 260px;
        height: 90px;
        bottom: 14%;
    }
    #content .modular3 .solutions .tab_pic .tabv-2-5 a:first-child {
        top: 35px;
        left: -10px;
    }
}


/*tabv-2-5*/


/*tabv-2-6*/

#content .modular3 .solutions .tab_pic .tabv-2-6 {
    right: 12%;
    /* top: 77%; */
    width: 345px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}

#content .modular3 .solutions .tab_pic .tabv-2-6 a:first-child {
    top: 45px;
    left: 3px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-2-6 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    #content .modular3 .solutions .tab_pic .tabv-2-6 {
        right: 11.5%;
        /* top: 77%; */
        width: 265px;
        bottom: 14%;
        z-index: 8;
        height: 85px
    }
    #content .modular3 .solutions .tab_pic .tabv-2-6 a:first-child {
        top: 30px;
        left: 3px;
    }
}


/*tabv-2-6*/

#content .modular3 .solutions .tab_pic .tabv a img {
    animation: myfirst 1.0s infinite linear;
    -moz-animation: myfirst 1.0s infinite linear;
    -webkit-animation: myfirst 1.0s infinite linear;
    -o-animation: myfirst 1.0s infinite linear;
}

@keyframes myfirst {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@-moz-keyframes myfirst {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@-o-keyframes myfirst {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@media (max-width:767px) {
    #content .modular3 .solutions img {
        max-width: 100%;
    }
    #content .modular3 .solutions {
        padding-bottom: 40px;
    }
}


/*render the tabcontent css bof*/

.render {
    margin-bottom: 100px;
    width: 100%;
    overflow: hidden;
}


/*.render .slick-slide {
    display: none;
}

.render .slick-slide.slick-active {
    display: block;
}*/

.render .con-title {
    width: 100%;
    text-align: center;
}

.render .con-title h2 {
    font-size: 27px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.render .con-title h2+p {
    font-size: 20px;
    text-align: center;
    color: #be1115;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .render .con-title h2 {
        font-size: 20px;
        margin: 10px 0;
    }
    .render .con-title h2+p {
        font-size: 16px;
    }
}

.render .l-r-con {
    background: #f2f2f2;
    min-height: 478px;
    letter-spacing: -0.32em;
}

@media (min-width:1366px) {
    .render .l-r-con {
        min-width: 1366px;
    }
}

.render .l-r-con .content {
    max-width: 1200px;
    padding: 50px 0;
    overflow: hidden;
    margin: 0 auto;
}

.render .l-r-con .left-img {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    margin-right: 5%;
}

.render .l-r-con .left-img .more {
    font-size: 20px;
    color: #c4262a;
    text-align: center;
    display: block;
    margin-top: 40px;
}

.render .l-r-con .right_text {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.render .l-r-con .right_text .in_text {
    overflow: hidden;
    margin-top: 30px;
}

.render .l-r-con .right_text .in_text .l_icon {
    overflow: hidden;
    float: left;
    width: 80px;
}

.render .l-r-con .right_text .in_text .l_icon_1 {
    border-right: 1px solid #e5373b;
}

.render .l-r-con .right_text .in_text .l_icon_1 img {
    margin-left: none;
}

.render .l-r-con .right_text .in_text .l_icon_2 {
    border-right: 1px solid #4cb890;
}

.render .l-r-con .right_text .in_text .l_icon_3 {
    border-right: 1px solid #d5ac43;
}

.render .l-r-con .right_text .in_text .l_icon_3 img {
    margin-left: 0px;
}

.render .l-r-con .right_text .in_text .l_icon_4 {
    border-right: 1px solid #2781b3;
}

.render .l-r-con .right_text .in_text .r_wenzi {
    font-size: 16spx;
    color: #999999;
    padding-left: 100px;
}

.render .l-r-con .right_text .in_text .r_wenzi {
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    margin-left: 0;
    min-height: 55px;
    float: left;
}

.render .l-r-con .right_text .in_text .l_icon_2 {
    border-right: 0;
}

.render .l-r-con .right_text .in_text .l_icon_1 {
    border-right: 0;
}

.render .l-r-con .right_text .in_text .l_icon_3 {
    border-right: 0;
}

.render .l-r-con .right_text .in_text .l_icon_4 {
    border-right: 0;
}

.render .l-r-con .right_text .in_text .r_wenzi {
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    margin-left: 85px;
    min-height: 55px;
}

.render .l-r-con .right_text .in_text .l_icon_1+.r_wenzi {
    border-left: 1px solid #e5373b;
}

.render .l-r-con .right_text .in_text .l_icon_2+.r_wenzi {
    border-left: 1px solid #4cb890;
}

.render .l-r-con .right_text .in_text .l_icon_3+.r_wenzi {
    border-left: 1px solid #d5ac43;
}

.render .l-r-con .right_text .in_text .l_icon_4+.r_wenzi {
    border-left: 1px solid #2781b3;
}

.render .l-r-con .right_text .in_text .l_icon {
    width: 20%;
}

.render .l-r-con .right_text .in_text .r_wenzi {
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    margin-left: 0;
    min-height: 55px;
    float: left;
    width: 75%;
}

.render .slick-dots {
    bottom: 10px;
}

.render .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #666666;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
}

.render .slick-dots li.slick-active {
    background: #c4262a;
}

.render .slick-dots li button {
    display: none;
}

@media (max-width:767px) {
    .render {
        margin-bottom: 20px;
    }
    .render .l-r-con .left-img {
        width: 100%;
    }
    .render .l-r-con .left-img img {
        width: 70%;
        margin: 0 auto;
    }
    .render .l-r-con {
        min-height: auto;
    }
    .render .l-r-con .left-img .more {
        font-size: 18px;
    }
    .render .slick-next,
    .render .slick-prev {
        width: 13px;
        height: 31px;
        z-index: 1;
        display: block !important;
    }
    .render .slick-next {
        right: 15px;
        background: url("/Assets/Solar/v2/img/arrow-right.png");
    }
    .render .slick-next:before {
        content: "" !important;
    }
    .render .slick-prev {
        background: url("/Assets/Solar/v2/img/arrow-left.png");
        left: 15px;
    }
    .render .slick-prev:before {
        content: "" !important;
    }
    .render .slick-dots li {
        width: 10px;
        height: 10px;
    }
}


/*render the tabcontent css eof*/


/*modular3 css eof*/


/*passbars-img-box css b*/

.passbars-img-box {
    position: relative;
    margin-bottom: 30px;
}

.passbars-img-box .p-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #fff;
}

.passbars-img-box .p-t h2 {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 45px;
}

.passbars-img-box .p-t p {
    position: absolute;
    bottom: 80px;
    right: 100px;
    font-size: 28px;
}

@media (max-width:767px) {
    .passbars-img-box .p-t h2 {
        top: 15px;
        left: 15px;
        font-size: 18px;
    }
    .passbars-img-box .p-t p {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 12px;
    }
}

.video_box a.js_video_player:before {
    background: url(/Assets/Solar/v2/img/Commercial_use_video_icon.png) no-repeat;
    width: 101px;
    height: 103px;
    margin-top: -51px;
    margin-left: -50px;
}

.video_box a.js_video_icon:hover,
.video_box a.js_video_player:hover:before {
    background: url(/Assets/Solar/v2/img/Commercial_use_video_icon.png) no-repeat;
}

.dots-css .slick-dots {
    bottom: 60px;
}

.dots-css .slick-dots li {
    width: 26px;
    height: 5px;
    margin: 0 7px;
}

.dots-css .slick-dots li button {
    width: 26px;
    height: 5px;
    background: #fff;
    padding: 0;
    border-radius: 2px;
}

.dots-css .slick-dots li button:before {
    font-size: 0;
    width: 0;
    height: 0;
}

.dots-css .slick-dots li.slick-active button {
    background: #fe0000;
}

.modular3 .dots-css .slick-prev {
    display: block !important;
    background: url(/Assets/Solar/v2/img/prve_icon.gif) no-repeat left top;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 98;
    left: 0px;
    width: 71px;
    height: 51px;
}

.modular3 .dots-css .slick-arrow:before {
    font-size: 0;
}

.modular3 .dots-css .slick-next {
    display: block !important;
    background: url(/Assets/Solar/v2/img/next_icon.gif) no-repeat left bottom;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 98;
    right: 0px;
    width: 71px;
    height: 51px;
}

.modular3 .dots-css .slick-next.slick-disabled,
.modular3 .dots-css .slick-prev.slick-disabled {
    display: none !important;
}



@media (max-width:1366px) {
    .video-js .vjs-big-play-button {
        display: block !important;
        background-image: url(/Assets/Solar/v2/img/Commercial_use_video_icon.png);
        background-repeat: no-repeat;
        width: 101px !important;
        height: 103px !important;
        background-size: 100%;
        border-radius: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -51px;
        margin-left: -50px;
        font-size: 0;
        background-color: transparent;
        background-position: 0 0px;
    }
    .video-js .vjs-big-play-button span:before {
        content: "";
    }
    .video-js.vjs-controls-disabled .vjs-big-play-button,
    .video-js.vjs-error .vjs-big-play-button,
    .video-js.vjs-has-started .vjs-big-play-button,
    .video-js.vjs-using-native-controls .vjs-big-play-button {
        display: none !important;
    }
}

/*modular6 css bof*/
.modular6{
  margin-bottom: 100px;
  max-width: 1366px;
  margin: 0 auto;
 }
 .modular4.modular6 ul {
  letter-spacing: -0.32em;
}
 .modular4.modular6 ul li{
  letter-spacing:normal;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
 .modular6 h2{
   margin-bottom: 50px;
   text-align: center;
   font-size: 40px;
 }
 .modular6 ul{
   margin: 0 60px;
 }
 .modular4.modular6 ul li{
   position: relative;
   width: 48%;
 }
 .modular6 ul li p{
  position: absolute;
  top: 55px;
  right: 30px;
  font-size: 24px;
  line-height: 24px;
 }
 .modular6 ul li+li{
   margin-left: 4%;
 }
 .modular6 ul li+li p{
  top: 55px;
  left: 30px;
  font-size: 24px;
  line-height: 24px;
 }
 .modular6 ul li > a{
  display: block;
  text-align: center;
  width: 400px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  border: 1px solid #dadada;
  font-size: 24px;
  color: #000;
  margin-top: 60px; 
 }
 .modular6 ul li > a:hover{
  border: 4px solid #f56e6a !important;
  color: #c4050c !important;
  height: 80px !important;
  line-height: 74px !important;
 }
.render .slick-slider .slick-track,
.render .slick-slider .slick-list {
    padding: 0 !important;
}
.part1 .content .subtitle sup {
    font-size: 65%;
}

.seconds2.seconds3 .pro-info .right-text .tit-con sup {
    font-size: 65%;
}

.seconds2.seconds5 .pro-info .right-text sup {
    font-size: 55%;
}

.more-sales .pro-box .pro-info sup {
    top: -0.3em;
    font-size: 90%;
}

.easier-business .pro-info sup {
    top: -0.8em;
    font-size: 45%;
}

.seconds2.seconds3.seconds .pro-info .right-text sup {
    top: -0.4em;
    font-size: 75%;
}

.part3 .title sup {
    top: -1.3em;
    font-size: 38%;
}

 @media (max-width:767px){
   .modular6{
     margin-bottom: 20px;
    } 
    .modular6 h2{
      margin-bottom: 20px;
      text-align: center;
      font-size: 28px;
    }
    .modular4.modular6 ul{
        margin: 0 0px;
      }
      .modular4.modular6 ul li{
        width: 49%;
        margin-top: 0;
      }
      .modular4.modular6 ul li+li{
        margin-left: 2%;
      }
    .modular6 ul li p ,.modular6 ul li+li p{
      position: static;
      display: block;
      margin: 0 5px;
      font-size: 16px;
      line-height: 20px;
      margin-top: 5px;
      min-height: 60px;
    }
    .modular6 ul li > a{
      height: 40px;
      line-height: 40px;
      width: auto;
      margin-top: 20px;
      font-size: 16px;
      width: 95%;
     }
    .modular6 ul li > a:hover{
      border: 1px solid #f56e6a !important;
      color: #c4050c !important;
      height: 40px !important;
      line-height: 40px !important;
     }
    .render .slick-dots li {
      width:10px;
      height:10px;
    }
    .easier-business .pro-info sup {
        top: -0.4em;
        font-size: 75%;
    }

    .seconds2.seconds-bg-01 .pro-info .right-text sup {
        top: -0.3em;
        font-size: 85%;
    }

    .seconds2.seconds3 .pro-info .right-text .tit-con sup {
        font-size: 85%;
        top: -0.4em;
    }

    .seconds2.seconds5 .pro-info .right-text sup {
        font-size: 75%;
    }
 }

 /*add*/
.content-box {
    overflow: hidden;
}

.point-content-nav ul li a::before {
    background-size: contain !important;
}
.point-content-nav.fixed ul li a span{
}

.pro-info .table-list>div em {
    vertical-align: top;
}

.vms-img-box {
position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.vms-img-box .list-title {
    position: absolute;
top: 68%;
    left: 10%;
	color: #13b7ef;
}
.vms-img-box .list-title a{
	color: #13b7ef;
}


.vms-img-box .list-title h2{
	font-size: 34px;
	line-height: 66px;
	position: relative;
}
.vms-img-box .list-title h2::before{
	font-size: 60px;
	content:".";
	position: absolute;
	top: 22%;
	transform: translateY(-50%);
	left: -20px;
	font-family: none;
	display: block;
	/* line-height: 1; */
}

.vms-img-box .phone-title span,
.vms-img-box .phone-title span a{
	font-size: 18px;
	color: #292929;
}

.vms-img-box .phone-title .rtpf {
    left: 53%;
    position: absolute;
    top: 88%;
}
.vms-img-box .phone-title .mlm {
    position: absolute;
    left: 68%;
    top: 88%;
}
.vms-img-box .phone-title .scsi {
    position: absolute;
    top: 88%;
    left: 84%;
}

@media (max-width: 767px){
	.vms-img-box .list-title li{display: inline-block; margin-left: 20px;}
.vms-img-box .list-title h2,
.vms-img-box .list-title h2 a
{
font-size: 18px;
    line-height: 33px;
    letter-spacing: -1px;
}
	
	.vms-img-box .phone-title span,
	.vms-img-box .phone-title span a{
		font-size: 13px;
		letter-spacing: -1px;
	}
.vms-img-box .phone-title .rtpf {
    left: 2%;
    position: absolute;
    top: 68%;
}
.vms-img-box .phone-title .mlm {
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    top: 68%;
}
.vms-img-box .phone-title .scsi {
    position: absolute;
    top: 68%;
    left: 70%;
}

.vms-img-box .list-title{
	    position: relative;
    top: 10px;
    left: inherit;
    color: #13b7ef;
}
.vms-img-box .list-title h2::before {
    font-size: 40px;
    content: ".";
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    left: -10%;
    font-family: none;
    display: block;
}

.point-content-nav.fixed ul li a span {
}

.seconds2.seconds-bg-01 .pro-info .table-list {
    font-size: 14px;
}
}

@media (min-width: 768px) and (max-width: 800px){
	.vms-img-box .list-title h2 {
    font-size: 24px;
    line-height: 1.6;
    position: relative;
}
.vms-img-box .list-title h2::before {
    font-size: 40px;
}

.passbars-img-box .p-t p {
    bottom: 40px;
    font-size: 22px;
}
}

@media (min-width: 768px){
.seconds2.img-right .pro-info .table-list.table-absout{
	left: inherit;
	right: -12px;
}

.seconds2.img-right .pro-info .left-video{
	float: right;
}
.seconds2.img-right .pro-info .right-text{
	float: none;
}
}

.big-video-box + .seconds2 .pro-info h2{
	font-size: 44px;
}

.big-video-box + .seconds2.seconds-bg-01 .pro-info .right-text{
	padding-top: 10px;
	margin-top: 0px;
}
@media (max-width: 767px){
	.big-video-box + .seconds2.seconds-bg-01 .pro-info .right-text {
    padding-top: 30px;
    margin-top: 0px;
}
.big-video-box + .seconds2 .pro-info h2 {
    font-size: 26px;
}
}


@media (max-width: 1024px) and (min-width: 768px){
.point-content-nav ul li {
    margin: 0 !important;;
    width: 33%;
    overflow: hidden;
    vertical-align: top;
}
.point-content-nav.fixed ul li {
    margin:  0;
    width: 33%;
    vertical-align: top;
}
}

@media (min-width: 990px){
#content .modular3 .solutions .tab_pic .tabv-1-1 {
    width: 320px;
    left: 2%;
}

#content .modular3 .solutions .tab_pic .tabv-1-1 a:first-child{
	left: 10px;
}

#content .modular3 .solutions .tab_pic .tabv-1-2 {
    right: inherit;
    left: 27%;
    width: 310px;
}

#content .modular3 .solutions .tab_pic .tabv-1-2 a:first-child{
	left: 4px;
}

#content .modular3 .solutions .tab_pic .tabv-1-3 {
    right: inherit;
    /* top: 77%; */
    left: 50.6%;
    width: 310px;
    bottom: 30%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-1-7 {
	right: inherit;
	top: 73%;
	left: 50.6%;
	width: 320px;
	bottom: 30%;
	z-index: 8;
	height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-1-7 a:first-child {
    top: 48px;
    right: inherit;
    position: absolute;
    left: 12px;
}
#content .modular3 .solutions .tab_pic .tabv-1-7 a+a {
    width: 100%;
    height: 110px;
    top: 6px;
}

#content .modular3 .solutions .tab_pic .tabv-1-4 {
    left: 75%;
    top: 56.5%;
    width: 318px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-1-4 a:first-child{
	left: 12px;
}
#content .modular3 .solutions .tab_pic .tabv-1-5 {
    width: 320px;
    height: 110px;
    left: 2%;
    /* top: 34%; */
    bottom: 13%;
    z-index: 8;
}
#content .modular3 .solutions .tab_pic .tabv-1-6 {
    right: inherit;
    /* top: 77%; */
    left: 26.8%;
    width: 318px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-1-8 {
	right: inherit;
    left: 75%;
    width: 320px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-1-8 a:first-child {
    top: 45px;
    left: 10px;
    position: absolute;
}
#content .modular3 .solutions .tab_pic .tabv-1-8 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: 0px;
}


#content .modular3 .solutions .tab_pic .tabv-1-3 a:first-child {
    top: 45px;
    left: 10px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-1-5 a:first-child {
    top: 45px;
    left: 6px;
    position: absolute;
}
#content .modular3 .solutions .tab_pic .tabv-1-6 a:first-child {
    top: 45px;
    left: 12px;
    position: absolute;
}
}
@media (max-width: 1199px) and (min-width: 768px){
	#content .modular3 .solutions .tab_pic .tabv-1-6
	{
		left: 26%;
		bottom: auto;
		top: 72%;
	}
	#content .modular3 .solutions .tab_pic .tabv-1-7
	{
		top: 72%;
		bottom: auto;
		left: 50.2%;
	}
} 

@media (min-width: 990px){
#content .modular3 .solutions .tab_pic .tabv-2-1 {
    width: 320px;
    left: 2%;
}

#content .modular3 .solutions .tab_pic .tabv-2-1 a:first-child{
	left: 10px;
}

#content .modular3 .solutions .tab_pic .tabv-2-2 {
    right: inherit;
    left: 27%;
    width: 310px;
}

#content .modular3 .solutions .tab_pic .tabv-2-2 a:first-child{
	left: 4px;
}

#content .modular3 .solutions .tab_pic .tabv-2-3 {
    right: inherit;
    /* top: 77%; */
    left: 50.6%;
    width: 310px;
    bottom: 30%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-2-7 {
	right: inherit;
	top: 73%;
	left: 50.6%;
	width: 320px;
	bottom: 30%;
	z-index: 8;
	height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-2-7 a:first-child {
    top: 48px;
    right: inherit;
    position: absolute;
    left: 12px;
}
#content .modular3 .solutions .tab_pic .tabv-2-7 a+a {
    width: 100%;
    height: 110px;
    top: 6px;
}

#content .modular3 .solutions .tab_pic .tabv-2-4 {
    left: 75%;
    top: 56.5%;
    width: 318px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-2-4 a:first-child{
	left: 12px;
}
#content .modular3 .solutions .tab_pic .tabv-2-5 {
    width: 320px;
    height: 110px;
    left: 2%;
    /* top: 34%; */
    bottom: 13%;
    z-index: 8;
}
#content .modular3 .solutions .tab_pic .tabv-2-6 {
    right: inherit;
    /* top: 77%; */
    left: 26.8%;
    width: 318px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-2-8 {
	right: inherit;
    left: 75%;
    width: 320px;
    bottom: 13%;
    z-index: 8;
    height: 110px;
}
#content .modular3 .solutions .tab_pic .tabv-2-8 a:first-child {
    top: 45px;
    left: 10px;
    position: absolute;
}
#content .modular3 .solutions .tab_pic .tabv-2-8 a+a {
    display: inline-block;
    width: 100%;
    height: 110px;
    top: 0px;
}


#content .modular3 .solutions .tab_pic .tabv-2-3 a:first-child {
    top: 45px;
    left: 10px;
    position: absolute;
}

#content .modular3 .solutions .tab_pic .tabv-2-5 a:first-child {
    top: 45px;
    left: 6px;
    position: absolute;
}
#content .modular3 .solutions .tab_pic .tabv-2-6 a:first-child {
    top: 45px;
    left: 12px;
    position: absolute;
}
}
@media (max-width: 1199px) and (min-width: 768px){
	#content .modular3 .solutions .tab_pic .tabv-2-6
	{
		left: 26%;
		bottom: auto;
		top: 72%;
	}
	#content .modular3 .solutions .tab_pic .tabv-2-7
	{
		top: 72%;
		bottom: auto;
		left: 50.2%;
	}
} 


@media (max-width: 1199px) and (min-width: 768px){

	#content .modular3 .solutions .tab_pic a:first-child {
		top: 50% !important;
		transform: translateY(-50%);
		position: absolute !important;
	}
#content .modular3 .solutions .tab_pic .tabv{
		height:86px !important;
		width: 240px !important;
}

#content .modular3 .solutions .tab_pic .tabv a+a {
    height: 100% !important;
	width: 100% !important;
    top: 0;
    position: absolute !important;
}

#content .modular3 .solutions .tab_pic .tabv-1-4 {
    left: 74.5%;
    top: 55.4%;
    bottom: inherit;
}

#content .modular3 .solutions .tab_pic .tabv-1-5 {
    left: 2%;
    top: 72%;
    bottom: inherit;
}
}


@media (min-width: 1200px){
	.seconds2 .pro-info h2 {
		font-size: 47px;
	}
.seconds2 .pro-info .table-list {
    font-size: 16px;
}
}

.point-content-nav ul li a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_01.png) no-repeat top center;
}

.point-content-nav ul li+li a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_02.png) no-repeat top center;
}

.point-content-nav ul li+li+li a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_03.png) no-repeat top center;
}

.point-content-nav ul li.active a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_01.png) no-repeat top center;
}

.point-content-nav ul li+li.active a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_02.png) no-repeat top center;
}

.point-content-nav ul li+li+li.active a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_03.png) no-repeat top center;
}


.point-content-nav.fixed ul li a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_01_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li+li a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_02_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li+li+li a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_03_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li.active a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_01_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li+li.active a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_02_fiexd.png) no-repeat top center;
}

.point-content-nav.fixed ul li+li+li.active a::before {
    background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_03_fiexd.png) no-repeat top center;
}


@media (min-width:1366px) {
    .point-content-nav ul li a:hover::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_01.png) no-repeat top center;
    }
    .point-content-nav ul li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_02.png) no-repeat top center;
    }
    .point-content-nav ul li+li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_03.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li a:hover::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_01_fiexd.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_02_fiexd.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li+li a:hover::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_hover_03_fiexd.png) no-repeat top center;
    }
}



@media (max-width:767px) {
    .point-content-nav ul li a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_02_mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_04_mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li+li a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_06_mob.png) no-repeat top center;
    }
    .point-content-nav ul li.active a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_01-mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li.active a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_03_mob.png) no-repeat top center;
    }
    .point-content-nav ul li+li+li.active a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_05_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_02_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_04_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li+li a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_06_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li.active a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_01-mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li.active a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_03_mob.png) no-repeat top center;
    }
    .point-content-nav.fixed ul li+li+li.active a::before {
        background: url(/Assets/Solar/v2/img/Residential/anchoring_icon_05_mob.png) no-repeat top center;
    }
}
