/* CSS Document */

@import url(font-awesome/css/font-awesome.min.css);
body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #50483A;
    line-height: 20px;
    background: #E5E5E5;
}

img {
    border: 0;
}


/* Reset ================================================================================= */

a {
    text-decoration: none;
    color: #50483A;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

a:hover {
    color: #50483A;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.main-Box,
.top-Box,
.menu-Box,
.banner-Box,
.content-Box,
.content2-Box,
.footer-Box,
.copyright-Box {
    max-width: 1002px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    clear: both;
}

.after-0:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    text-indent: -99999px;
}

.after-5:after {
    clear: both;
    display: block;
    content: "";
    height: 5px;
    text-indent: -99999px;
}

.after-10:after {
    clear: both;
    display: block;
    content: "";
    height: 10px;
    text-indent: -99999px;
}

.after-15:after {
    clear: both;
    display: block;
    content: "";
    height: 15px;
    text-indent: -99999px;
}

.after-20:after {
    clear: both;
    display: block;
    content: "";
    height: 20px;
    text-indent: -99999px;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

#gotop a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding-top: 6px;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #000;
}

#gotop a:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=80);
}

.top-Box {
    min-height: 40px;
    text-align: right;
}

.lang {
    position: relative;
    top: 10px;
    right: 10px;
}

.lang a {
    display: inline-block;
    font-size: 13px;
    padding: 0 20px;
    color: #000;
    border-right: 1px solid #000;
    line-height: 14px;
}

.lang a:hover {
    color: #FF1200;
}

.lang a:last-child {
    border-width: 0;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    display: none !important;
}

.content-Box {
    margin-top: 0px;
    background: #ffffff;
    padding: 2px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.main-box {
    background: url(../images/main-bg.png) repeat-x top #fff;
}

.top {
    min-height: 94px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 12px;
}

.logo-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.logo {
    padding: 5px 0 0 50px;
    float: left;
    position: relative;
    z-index: 99;
}

.logo img {
    max-width: 174px;
}

.carbonlogo {
    float: left;
    z-index: 10001;
    transition: 0s all;
}

.carbonlogo img {
    max-width: 143px
}

.banner {
    padding: 0 15px 2px 15px;
}

.main-content {
    margin: 0 15px;
    background: url(../images/index-main-bg.png) repeat-x top #fff;
    padding: 13px 10px 0 13px;
    display: table;
    width: 97%;
}

.main-content p {
    padding-bottom: 20px;
}

.left-box {
    display: table-cell;
    position: relative;
    z-index: 99;
    background: #fff;
    top: -40px;
    width: 210px;
    border: 1px solid #eaeaea;
    vertical-align: top;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}

.left-top {
    border-left: 14px solid #e85e10;
    min-height: 47px;
    font-size: 18px;
    color: #e85e10;
    letter-spacing: 0.5px;
    padding: 7px 0 0 15px;
    font-family: Arial;
}

.pro-search {
    padding: 10px 10px 0 0px;
}

.pro-search div {
    float: left;
    width: calc(100% - 35px);
    padding-right: 5px;
}

.search-txt {
    height: 35px;
    background: #fff;
    line-height: 35px;
    padding: 0 3px 0 3px;
    width: 100%;
    border: 1px solid #A9A9A9;
    font-size: 13px;
}

.pro-search a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff;
    line-height: 35px;
    text-align: center;
    display: block;
    float: right;
    font-size: 15px;
    background: linear-gradient(90deg, #ff9942 0%, #ff7603 100%);
    background: -moz-linear-gradient(90deg, #ff9942 0%, #ff7603 100%);
    background: -webkit-linear-gradient(90deg, #ff9942 0%, #ff7603 100%);
    background: -o-linear-gradient(90deg, #ff9942 0%, #ff7603 100%);
}

.title01 {
    padding-left: 0px;
    padding-bottom: 7px;
    color: #E85E10;
    font-weight: bold;
    font-size: 14px;
}

.side_classLink {
    padding: 30px 10px 0 30px;
}

.side_classLink ul {
    width: 100%;
}

.side_classLink ul li {
    border-bottom: 1px dotted #CCC;
}

.side_classLink ul li a {
    display: block;
    color: #272727;
    font-size: 13px;
    padding: 5px 0px 5px 13px;
}

.side_classLink ul li a:hover,
.side_classLink ul li a.current {
    color: #E85E10;
    background: url(../images/sunin_over.gif) no-repeat 0px 13px;
}

.side_classLink ul li.current02 {
    display: none;
}

.m_classLink {
    display: none;
}

.carbonlink {
    display: inline-block;
    padding: 5px 5px 5px 13px;
}

.carbonlink img {
    max-width: 100%;
}

.right-box {
    /* display:table-cell; 
	width:calc(100% - 210px); */
    vertical-align: top;
    padding: 10px 15px;
}

h1 {
    background: url(../images/sunin_over.gif) no-repeat 0px 9px;
    font-size: 15px;
    color: #50483A;
    padding-bottom: 10px;
    padding-left: 15px;
}

.path {
    font-size: 12px;
    font-family: Arial;
}

.path a:hover {
    text-decoration: underline;
}

.content-box {
    padding: 20px 20px 0 20px;
}

.content-box p {
    padding: 0 0 20px 0;
}

h2 {
    font-size: 13px;
    font-weight: normal;
}

.warning {
    text-align: right;
    font-weight: bold;
    color: #f00;
    clear: both;
}

.pro-list01 li {
    background: url(../images/pto_bg.jpg) no-repeat top;
    width: 176px;
    height: 240px;
    display: inline-block;
    margin: 0 17px;
    text-align: center;
}

.pro-list01 li a:hover span {
    color: #C00;
    text-decoration: underline;
}

.pto {
    margin-top: -13px;
    position: relative;
    width: 100%;
    height: 181px;
}

.pto img {
    width: 90px;
}

.pro-list01 li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 13px;
    padding-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 176px;
    overflow: hidden;
}

.fix {
    text-align: center;
}

.fix:before {
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
    content: ' ';
}

.fix img,
.fix p {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.brand {
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 20px;
}

.brand li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding-bottom: 7px;
    min-width: 86px;
}

.brand li a {
    color: #222;
    text-decoration: underline;
}

.brand li a:hover {
    color: #95B80A;
}

.pro-box {}

.pro-b-box {
    position: relative;
    padding: 0 30px 20px 30px;
    text-align: center;
    float: left;
    width: 60%;
}

.pro-b-box img {
    width: 100%;
    border: 1px solid #D3D3D3;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 45%;
    z-index: 10;
    display: block;
    font-size: 30px;
    height: 30px;
    overflow: hidden;
}

.prev-btn i,
.next-btn i {
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.prev-btn span,
.next-btn span {
    display: block;
    font-size: 16px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.prev-btn:hover i,
.next-btn:hover i {
    top: -30px;
}

.prev-btn:hover span,
.next-btn:hover span {
    top: -30px;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.pro-b-data {
    float: left;
    width: 40%;
    padding-top: 0px;
}

.line01 {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 20px;
    padding-top: 20px;
}

.products_show_name {
    font-size: 14px;
    color: #C54700;
}

.products_show_introduction {
    color: #333;
    padding: 5px 0;
}

.btn-box {
    clear: both;
    text-align: center;
    padding: 30px 0 10px 0;
}

.btn-box a {
    display: inline-block;
    min-width: 102px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #1c78ae;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 0 8px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: Arial;
    margin-bottom: 5px;
    background: linear-gradient(90deg, #e0e0e0 40%, #ffffff 60%);
    background: -moz-linear-gradient(90deg, #e0e0e0 40%, #ffffff 60%);
    background: -webkit-linear-gradient(90deg, #e0e0e0 40%, #ffffff 60%);
    background: -o-linear-gradient(90deg, #e0e0e0 40%, #ffffff 60%);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.btn-box a:hover {
    background: linear-gradient(90deg, #ffffff 40%, #e0e0e0 60%);
    background: -moz-linear-gradient(90deg, #ffffff 40%, #e0e0e0 60%);
    background: -webkit-linear-gradient(ffffff, #e0e0e0 40%, #e0e0e0 60%);
    background: -o-linear-gradient(90deg, #ffffff 40%, #e0e0e0 60%);
}

.back {
    color: #000 !important;
}

.align-l {
    text-align: left;
}

.carbondoz {
    display: block;
    width: 100%
}

.carbondoz img{
	max-width: 100%;
}
.carbondoz p{
	line-height: 1.5;
}

.carbondoz .content-Box{
	box-shadow: unset;
	background: transparent
}

@media(max-width:1269px) {
    .carbondoz .content-Box {
        padding: 0 20px
    }
}

.carbondoz .reddot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ad0418
}

.carbondoz .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #c10e23
}

@media(max-width:767px) {
    .carbondoz .title {
        font-size: 24px
    }
}

.carbondoz ul {
    list-style-type: none;
    position: relative
}

.carbondoz ul li {
    padding-left: 24px;
    margin: 2px 0;
    position: relative
}

.carbondoz ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 2px;
    border-radius: 50%;
    background-color: #ad0418
}

.carbondoz .block-carbondoz-1 {
    padding: 47px 0 117px 0
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-1 {
        padding: 60px 0
    }
}

.carbondoz .block-carbondoz-1 .heading {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    margin-bottom: 24px
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-1 .heading {
        font-size: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 12px 0
    }
}

.carbondoz .block-carbondoz-1 .heading>img {
    margin-right: 16px
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-1 .heading>img {
        width: auto;
        height: 47px;
        margin-right: 0
    }
}

.carbondoz .block-carbondoz-1 .patent-text {
    display: inline-block;
    padding: 6px 22px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    color: #333;
    background-color: #fff
}

.carbondoz .block-carbondoz-1 .patent-text .reddot {
    display: inline-block;
    margin-right: 10px
}

.carbondoz .block-carbondoz-1 ul {
    margin: 6px 0
}

.carbondoz .block-carbondoz-1 .box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 62px 0 48px 0
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-1 .box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 30px 0
    }
}

.carbondoz .block-carbondoz-1 .box .left,
.carbondoz .block-carbondoz-1 .box .right {
    width: 50%
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-1 .box .left,
    .carbondoz .block-carbondoz-1 .box .right {
        width: 100%
    }
}

.carbondoz .block-carbondoz-1 .box .left {
    padding-right: 80px
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-1 .box .left {
        padding-right: 0;
        display: flex;
        justify-content: center
    }
}

.carbondoz .block-carbondoz-1 .box .title {
    margin-bottom: 25px
}

.carbondoz .block-carbondoz-1 .dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    padding: 19px 100px;
    position: relative
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-1 .dialog {
        padding: 25px 15px;
        flex-direction: column;
        gap: 20px 0
    }
}

.carbondoz .block-carbondoz-1 .dialog__mit {
    margin-left: 24px
}

.carbondoz .block-carbondoz-1 .dialog__tri {
    display: inline-block;
    position: absolute;
    left: 122px;
    bottom: 100%
}

.carbondoz .block-carbondoz-2 {
    padding: 64px 0 107px 0;
    background-color: #fff;
    font-size: 16px
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-2 {
        padding: 60px 0
    }
}

.carbondoz .block-carbondoz-2 .title {
    margin-bottom: 23px
}

.carbondoz .block-carbondoz-2 .box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-2 .box {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px
    }
}

.carbondoz .block-carbondoz-2 .box__left {
    padding-top: 57px;
    padding-right: 80px;
    padding-bottom: 40px
}

@media(max-width:1269px) {
    .carbondoz .block-carbondoz-2 .box__left {
        padding-right: 60px;
        padding-top: 30px
    }
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-2 .box__left {
        padding-right: 0
    }
}

.carbondoz .block-carbondoz-2 .box__right {
    flex-shrink: 0
}

@media(max-width:1269px) {
    .carbondoz .block-carbondoz-2 .box__right {
        width: 25%
    }
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-2 .box__right {
        width: 40%
    }
}

.carbondoz .block-carbondoz-3 {
    display: block;
    width: 100%;
    height: auto;
    padding: 93px 15px 70px 15px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    font-size: 16px;
    position: relative
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-3 {
        padding: 60px 0
    }
}

@media(max-width:1269px) {
    .carbondoz .block-carbondoz-3::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #efefef;
        opacity: .7
    }
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-3::before {
        opacity: .8
    }
}

.carbondoz .block-carbondoz-3 .img-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 70px;
    margin-bottom: 35px
}

@media(max-width:1269px) {
    .carbondoz .block-carbondoz-3 .img-group {
        gap: 0 35px
    }
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-3 .img-group {
        gap: 0 15px
    }
}

.carbondoz .block-carbondoz-3 .img-group .pic {
    flex-grow: 1
}

.carbondoz .block-carbondoz-3 .img-group .pic>img {
    display: block;
    width: 100%
}

.carbondoz .block-carbondoz-3 .title {
    margin-bottom: 18px
}

.carbondoz .block-carbondoz-4 {
    padding: 116px 0 107px 0;
    font-size: 16px
}

.carbondoz .block-carbondoz-4 .title {
    margin-bottom: 22px
}

.carbondoz .block-carbondoz-4 p {
    margin-bottom: 32px
}

.carbondoz .block-carbondoz-4 ul {
    margin-top: -14px
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 {
    position: relative;
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .item{
	margin-bottom: 12px;
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .item>img {
    display: block;
    width: 100%
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-nav {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    color: #333!important;
    background-color: rgba(0, 0, 0, 0)!important;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%)
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-nav .owl-prev::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #333!important;
    background-color: rgba(0, 0, 0, 0)!important;
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    transform: translateY(-50%)
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-nav .owl-next::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-dots {
    margin: 26px 0 0 0
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-dots .owl-dot span {
    background-color: #c9c9c9
}

.carbondoz .block-carbondoz-4 .owl-carbondoz-1 .owl-dots .owl-dot.active span {
    background-color: #666
}

.carbondoz .block-carbondoz-5 {
    padding: 120px 15px 114px 15px;
    background-attachment: fixed
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-5 {
        padding: 60px 0
    }
}

.carbondoz .block-carbondoz-5 .box {
    margin: 0 0 112px 0
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-5 .box {
        margin: 0 0 60px 0
    }
}

.carbondoz .block-carbondoz-5 .title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 48px
}

@media(max-width:1269px) {
    .carbondoz .block-carbondoz-5 .title {
        font-size: 30px;
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-5 .title {
        font-size: 24px;
        margin-bottom: 26px
    }
}

.carbondoz .block-carbondoz-5 .iframe-outer {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    position: relative
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-5 .iframe-outer {
        max-width: 100%
    }
}

.carbondoz .block-carbondoz-5 .iframe-outer::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 560/314
}

.carbondoz .block-carbondoz-5 .iframe-outer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.carbondoz .block-carbondoz-5 .cbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 16px;
    margin-bottom: 32px
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-5 .cbox-group {
        grid-template-columns: 1fr 1fr;
        gap: 35px 25px
    }
}

.carbondoz .block-carbondoz-5 .cbox-group .cbox {
    box-shadow: 0 0 7px 1px rgba(255, 255, 255, .7)
}

.carbondoz .block-carbondoz-5 .cbox-group .cbox__pic>img {
    display: block;
    width: 100%;
    aspect-ratio: 288/215;
    object-fit: cover
}

.carbondoz .block-carbondoz-5 .cbox-group .cbox__name {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 8px 0;
    background-color: rgba(255, 255, 255, .8)
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-5 .cbox-group .cbox__name {
        font-size: 16px
    }
}

.carbondoz .block-carbondoz-5 .text {
    color: #fff
}

.carbondoz .block-carbondoz-6 {
    padding: 112px 0 120px 0
}

@media(max-width:767px) {
    .carbondoz .block-carbondoz-6 {
        padding: 60px 0
    }
}

.carbondoz .block-carbondoz-6 p {
    font-size: 22px;
    color: #333
}

.carbondoz .block-carbondoz-6 .btn-outer {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
    align-items: center
}

.carbondoz .block-carbondoz-6 .btn-gocontact {
    display: inline-block;
    background: #e1010e;
    border-width: 0;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 18px;
    border-radius: 6px;
    border-right: 1px solid #fff;
    cursor: pointer;
    transition: 0s all
}

.carbondoz .block-carbondoz-6 .btn-gocontact:hover {
    opacity: .6
}

#content .carbondoz p {
    padding: 0
}

@media only screen and (max-width:960px) {
    .content-Box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .banner {
        padding: 0;
    }
    .logo-group {
        top: 5px;
        position: relative;
    }
    .logo img {
        max-width: 120px;
    }
    .carbonlogo img {
        max-width: 100px;
    }
    .carbonlink {
        padding: 8px 30px;
    }
    .main-content {
        display: block;
        background: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .left-box {
        width: 100%;
        display: block;
        padding: 0 0 0px 0;
        top: 0;
        z-index: auto;
    }
    .right-box {
        width: 100%;
        padding: 20px 15px 20px 15px;
    }
    .left-top {
        padding-left: 10px;
        padding-right: 10px;
        border: 10px solid #e85e10;
        padding-bottom: 5px;
    }
    .side_classLink {
        display: none;
    }
    .title01,
    .left-box-top {
        display: none;
    }
    .m_classLink {
        display: block;
        position: relative;
    }
    .m_classLink a.main {
        background: #e85e10;
        display: block;
        font-size: 18px;
        font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
        position: relative;
        padding: 12px 10px 14px 10px;
        color: #fff;
        text-align: left;
        cursor: pointer;
    }
    .m_classLink a.main i {
        display: block;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -11px;
        color: #fff;
        font-style: normal;
        font-family: FontAwesome;
    }
    .m_classLink ul {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 999;
        margin-top: 1px;
        background: #fff;
    }
    .m_classLink ul li {
        border-bottom: 1px dotted #CCC;
        ;
        display: block;
        margin: 4px 0 0 0;
        padding: 0 10px;
    }
    .m_classLink ul li a {
        display: block;
        letter-spacing: 1px;
        color: #272727;
        font-weight: bold;
        font-size: 15px;
        padding: 8px 20px;
        margin: 4px 0;
    }
    .m_classLink ul li a:hover,
    .m_classLink ul li a.current {
        color: #E85E10;
        background: url(../images/sunin_over.gif) no-repeat 0px 13px;
    }
    .m_classLink ul li.current02 {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .pro-list01 {
        text-align: center;
    }
}

@media only screen and (max-width: 570px) {
    .logo {
        padding-left: 15px;
    }
    .pro-b-box,
    .pro-b-data {
        width: 100%;
    }
    .pro-b-data {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 414px) {
    .content-box {
        padding: 20px 0 0 0;
    }
    .btn-box {
        text-align: left;
    }
    .brand li {
        padding-bottom: 14px;
    }
}

@media only screen and (max-width: 370px) {
    .lang {
        text-align: center;
        right: auto;
    }
    .lang a {
        padding: 0 10px;
    }
}