body {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Century Gothic", "微軟正黑體";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #7b7b7b;
}

a {
    text-decoration: none;
    color: #7b7b7b;
}

/*header = logo + navbar*/
.header {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    width: 13%;
    margin: 0.5% 5%;
}

.logoimg {
    width: 100%;
}

/*電腦版按鈕*/
.navbar {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    margin-right: 3%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    background-color: white;
}

.navbar a {
    float: right;
    text-align: center;
    width: 12%;
    padding: 15px 0px;
    text-decoration: none;
}

.dropdown {
    font-size: 15px;
    width: 12%;
    float: right;
    overflow: hidden;
}

.dropbtnA,
.dropbtnB,
.dropbtnC {
    background-color: white;
    color: #7b7b7b;
    font-family: "微軟正黑體";
    font-size: 15px;
    border: none;
    outline: none;
    padding: 10px 10px;
    margin: 0;
    float: none;
    display: block;
    text-align: left;
    z-index: 0;
    width: 100%;
    cursor: pointer;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 10px;
    margin: 0;
    background-color: white;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #ff9797;
    color: #ffffff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 1;
    top: 8%;
    width: 12%;
    list-style-type: none;
    list-style: none;
    padding: 0px 0px 0px 0px;
}

.dropdown-contentA,
.dropdown-contentB,
.dropdown-contentC {
    display: none;
    position: absolute;
    left: 100%;
    top: 0%;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 999;
    width: 100%;
}

.dropbtnA:hover,
.dropbtnB:hover,
.dropbtnC:hover {
    padding: 10px 10px;
    background-color: #ff9797;
    color: #ffffff;
}

.dropdown-content a,
.dropdown-contentA a,
.dropdown-contentB a,
.dropdown-contentC a {
    float: none;
    width: 100%;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown-content a:hover {
    background-color: #ff9797;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-icon {
    display: none;
}

/*電腦版按鈕結束*/
/*手機板按鈕滑頁*/
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #595959;
    opacity: 0.9;
    overflow-x: hidden;
    padding-top: 5%;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
}

.btn,
.dropdown-btn {
    text-decoration: none;
    font-size: 125%;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width: 90%;
    text-align: left;
    cursor: pointer;
    outline: none;
    margin: 6% 5%;
    padding: 0%;
    font-family: "Century Gothic", "微軟正黑體";
}


.btn.active,
.dropdown-btn.active {
    width: 85%;
    padding: 0;
    background-color: #c66d6d;
}

.dropdown-container {
    display: none;
    padding-left: 8%;
}

.sidenav-click {
    height: 100%;
    width: 100vw;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding: 5% 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
    text-align: left;
}

.click-close {
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding: 5% 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    opacity: 0;
}

.close-btn {
    width: 30%;
    padding: 0 0 0 85%;
}

.x {
    width: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.arrow {
    width: 7%;
}

/*-----------------*/

.banner {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bannerimg {
    width: 100%;
}

.mobilebannerimg {
    display: none;
}

/*Top按鈕*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 8%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(215, 21, 24, 0.8);
    color: white;
    cursor: pointer;
    padding: 1%;
    border-radius: 15%;
}

#myBtn:hover {
    background-color: rgba(215, 21, 24, 0.5);
}


/*首頁三個圈*/
.circle {
    width: 70%;
    margin: 0 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle > div,
.produce > p {
    width: 100%;
    text-align: center;
}

.text {
    color: red;
    font-size: 180%;
    margin: 0;
    text-align: center;

}

.tet {
    margin: 1% 0;
    font-size: 150%;
    text-align: center;

}

.circleimg {
    width: 100%;
}


/*首頁熱門產品*/
.produce {
    width: 70%;
    margin: 0 15%;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.hotest {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.hotestProduct {
    width: 20%;
    margin: 0 3%;
    text-align: center;
}

.hotestProductimg {
    width: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.mobile-hotest,
.mobile-circle {
    display: none;
}

/*------------------------------------*/

.footer {
    width: 100%;
    background-color: #575757;
    margin-top: 5%;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    color: white;
    font-size: 100%;
}

.info {
    width: 90%;
    margin-left: 6%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.contact {
    width: 45%;
}

.contactB {
    width: 20%;
    margin: 0 0 0 3%;
    display: block;
}

.contractC {
    width: 25%;
    margin: 4% 0 0 0;
    text-align: center;
}

.con {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 0;
}

.conB {
    margin-left: 5%;
    margin-top: 3%;
    line-height: 90%;
    display: block;
    color: #c2c2c2;
}

.map {
    width: 3%;
    margin-right: 1%;
    line-height: 0;
}

.tel {
    width: 70%;
    margin: 0%;
    padding-left: 10%;
}

.contact > div > p {
    margin: 0;
}

.footerlogo {
    width: 35%;
    display: block;
    margin: 1% 5%;
}

.footerlogo > img {
    width: 100%;
}

.copyright {
    width: 100%;
    background-color: #575757;
    display: block;
    color: #c1c1c1;
    text-align: right;
    padding-bottom: 1%;
}

.copyright > p {
    margin: 0 5%;
}

hr {
    width: 90%;
}

/*companyintroduce*/
.banner-company {
    width: 90%;
    margin: 0 5%;
}

.companybannerimg {
    width: 100%;
}

.introduction {
    width: 100%;
    margin-top: 0%;
    color: #7b7b7b;
}

.title-text {
    width: 90%;
    margin: 0 5%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2%;
}

.main-title {
    width: 50%;
    margin: 0 ;
}

.main-text {
    width: 50%;
    margin: 0 5% 0 0%;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-con {
    width: 100%;
}

.title {
    width: 100%;
    margin: 2% 0% 2% 5%;
    font-size: 120%;
    font-weight: 600;
    color: #ce0000;
}

.title1 {
    width: 100%;
    margin: 2% 0% 2% 5%;
    font-size: 150%;
    font-weight: 600;
    color: #ce0000;
}

.deputy-text {
    width: 90%;
    margin: 3% 5%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.deputy-con {
    width: 26%;
    border: 3px #6f6f6f solid;
    text-align: center;
    padding: 1% 2%;
    word-break: keep-all;
}

.deputy-con > div {
    text-align: left;
}

.deputy-title {
    color: #ce0000;
    text-align: center;
    font-size: 120%;
}

/*download*/
.downloadBanner {
    width: 90%;
    margin: 0 5%;
}

.download {
    width: 80%;
    margin: 3% 0 10% 10%;
    padding: 0 5%;
    font-size: 130%;
}

.collapsible {
    background-color: #f1f1f1;
    color: #7b7b7b;
    cursor: pointer;
    padding: 18px;
    width: 30%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 100%;
    font-family: "Century Gothic", "微軟正黑體";
}

.collapsible.active,
.collapsible:hover {
    background-color: #ff9797;
    color: white;
}

.collapsible:after {
    content: '\002B';
    color: #7b7b7b;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.collapsible.active:after {
    content: "\2212";
}

.collapsible-content {
    width: 30%;
    padding: 0 3%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.collapsible-content > a {
    display: block;
    margin: 3% 0;
}

/*contactus*/
.contactbanner {
    width: 100%;
}

.contactimg {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-us {
    width: 70%;
    margin: 2% 15%;
}

.contact-title {
    font-size: 150%;
    font-weight: 600;
    color: #ce0000;
}

.contact-con {
    width: 100%;
}

.contact-con > a {
    text-decoration: none;
    color: #ce0000;
}

.contact-map {

    width: 100%;
    height: 50vh;
}

/*news*/
.newsbanner {
    width: 90%;
    margin-left: 5%;
}

.news {
    width: 80%;
    margin: 0 10%;
    display: block;
}

.news-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-con > p {
    margin: 0;
}

.news-title {
    color: #3c3c3c;
}

.num {
    color: #ce0000;
}

/*productintroduce*/

.banner {
    width: 100%;
}

.productIntroduceBanner {
    width: 90%;
    margin-left: 5%;
}

.content {
    width: 100%;
    margin-top: 2%;
}

.content > div > div > a > img {
    width: 23%;
    border-color: #d3d5d6;
    border-style: solid;
    border-width: thin;
    margin: 0 0.5%;
}

.totem {
    width: 80%;
    margin-top: 2%;
    margin-left: 10%;
    position: relative;
}

.totem > img {
    width: 100%;
}

.equipment,
.Equipment,
.Accessories,
.Peripherals {
    width: 78%;
    margin-left: 10%;
}

.equipment > p {
    margin-bottom: 0;
}

/*2-1-1~2-1-6*/
.cuttingEquipment {
    width: 100%;
    /*    margin-left: 15%;*/
    margin-top: 1%;
}

.cuttingEquipment > div > a {
    font-size: 120%;
}

.productconA {
    width: 100%;
    margin-top: 1%;
    /*    margin-left: 15%;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loc {
    width: 80%;
    margin-left: 10%;
    margin-top: 1%;
}

.productconA > img {
    width: 100%;
}

.tabcontent {
    padding: 1%;
    margin: 0;
    border: 1px solid #ddd;
}

/*所有產品表格*/
button {
    color: #3c3c3c;
}

table {
    width: 100%;
    letter-spacing: 1px;
    line-height: 30px;
    color: #3c3c3c;
}

.tablink {
    border: 1px solid #ddd;
    background-color: white;
    padding: 2px 10px;
    font-size: 110%;
}

tr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eee6e6;
}

th {
    width: 20%;
    text-align: center;
}

td {
    /*    width: 80%;*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: left;
    word-break: keep-all;
    font-size: 90%;
}

tr:nth-child(even) {
    background-color: #eed5d5;
}

.td2 {
    width: 35%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    word-break: keep-all;
}

/*-------------------------------------*/

/*照片切換*/

.container {
    position: relative;
}

.caption-container {
    text-align: center;
    background-color: #ddd;
    padding: 1px;
}

.mySlides {
    display: none;
}

.mySlides > img,
.mySlides2 > img {
    width: 100%;
    border: #d3d5d6 solid thin;
}

.mySlides2 {
    display: none;
}

.cursor {
    cursor: pointer;
}

.row {
    margin-bottom: 3%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 19.6%;
    border: #d3d5d6 solid thin;
}

.demo,
.demo2 {
    opacity: 0.6;
    width: 100%;
}

.active,
.demo:hover,
.demo2:hover {
    opacity: 1;
}

/*---------------------------------------*/

/*section*/

containerA {
    width: 100%;
}

.containerA > div > img {
    max-width: 100%;
}

.thumb {
    width: 100%;
    cursor: pointer;
}

.A {
    width: 100%;
    border: #d3d5d6 solid thin;
}

/*-------------------------------*/

.productconB {
    width: 90%;
    margin-left: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.productconC {
    width: 80%;
    margin-left: 10%;
}

.context > p,
h3,
h2 {
    margin: 1%;
}

h2 {
    font-weight: 200;
    font-size: 110%;
}

h3 {
    font-size: 110%;
    color: #e83a37;
}

.conimg {
    width: 45%;
    margin: 0 3% 0 5.5%;
}

.context {
    width: 55%;
    margin: 0 10% 0 0;
}

.conimg2 {
    width: 45%;
    margin: 0 3% 0 0%;
    border: #d3d5d6 solid thin;
}

.productconB > div > hr {
    width: 97%;
    margin: 0 1%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.conimg > img {
    border: #d3d5d6 solid thin;
    width: 100%;
}

/*2-2-1~2-2-4*/
.cuttingAccessories {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}

.cuttingAccessories > div {
    width: 18%;
    margin: 0 0.5%;
}

.cuttingAccessories > div > img {
    border: #d3d5d6 solid thin;
    width: 100%;
}

.td3 {
    width: 23%;
}

.feature {
    margin-left: 2%;
}

@media screen and (max-width:1360px) {
    .dropdown-content {
        top: 6.3%;
    }

    .dropdown-content2 {
        top: 12%;
    }

    .dropdown-content3 {
        top: 17.5%;
    }
}

@media screen and (max-width:960px) {
    html {
        font-size: 100%;
    }

    /*header*/
    .navbar {
        margin: 0;
    }

    .navbar > a {
        padding: 12px 14px;
    }

    .dropdown .dropbtn {
        padding: 12px 14px;
    }

    .dropdown {
        width: 16%;
    }

    .dropdown-content {
        top: 4.5%;
    }


    /*首頁*/
    .text {
        font-size: 130%;
    }

    .tet {
        font-size: 100%;
    }

    /*footer*/
    .footer {
        font-size: 85%;
    }

    .info {
        width: 97%;
        margin-left: 3%;
    }

    .contact {
        width: 40%;
        margin-left: 3%;
    }

    .tel {
        padding-left: 20%;
    }

    .contactB {
        width: 13%;
        margin: 0 0 0 1%;
    }

    .contractC {
        width: 35%;
        margin: 7% 0;
        text-align: center;
        font-size: 85%;
    }

    .footerlogo {
        width: 85%;
        margin: 3%;
    }

    /*companyintroduce*/

    span {
        font-size: 100%;
    }

    .main-title {
        width: 50%;
        margin: 0 0 0 5%;
    }

    .title,
    .title1 {
        margin: 0;
    }

    .main-text {
        width: 52%;
        margin: 0 5% 0 0;
    }

    .deputy-text {
        width: 90%;
        margin: 3% 5%;
    }

    .deputy-con {
        width: 27%;
        padding: 1% 2%;
        font-size: 88%;
    }

    /*contactus*/
    .contact-us {
        width: 80%;
        margin: 0 10%;
    }

    .contact-map {
        width: 100%;
    }

    /*productintroduce*/

    .content {
        width: 90%;
        margin-left: 5%;
    }

    .equipment,
    .Equipment,
    .Accessories,
    .Peripherals {
        width: 90%;
        margin-left: 5%;
    }

    .content > div > div > a > img {
        width: 20%;
        margin: 0 1%;
    }

    .totem {
        width: 90%;
        margin-left: 5%;
        margin-top: 0;
    }

    .totemtet {
        font-size: 95%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cuttingEquipment {
        width: 90%;
        margin-left: 5%;
    }

    h2 {
        font-size: 95%;
        margin: 1%;
    }

    h3 {
        font-size: 90%;
        margin: 1%;
    }

    .conimg {
        margin-left: 0;
    }

    .context > p {
        margin: 0;
        font-size: 75%;
    }

    .loc {
        width: 90%;
        margin-left: 5%;
    }

    .productconB {
        width: 90%;
    }

    .productconC {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 5%;
    }

    .cuttingAccessories > div {
        font-size: 70%;
    }

    .equipment > p {
        font-size: 88%;
    }

    .tabcontent {
        width: 98%;
        padding: 1%;
    }

    th {
        width: 25%;
        font-size: 80%;
    }

    td {
        font-size: 75%;
        line-height: 130%;
    }

    .tabcontent > p {
        font-size: 74%;
    }

    .caption-container {
        font-size: 75%;
    }

    /*download*/
    .collapsible {
        width: 60%;
        padding: 10px;
        font-size: 95%;
    }

    .collapsible-content {
        width: 60%;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 90%;
    }

}

@media screen and (max-width:700px) {
    html {
        font-size: 100%;
    }

    .header {
        height: 15vw;
    }

    .logo {
        width: 30%;
    }

    .navbar {
        display: none;
    }

    .sidenav-click {
        display: none;
        width: 70%;
        pointer-events: all;
    }

    .sidenav {
        display: block;
        letter-spacing: 2px;
        width: 70%;
    }

    .menu-icon {
        display: block;
        width: 8%;
        margin: 3%;
    }

    .menu {
        width: 100%;
    }


    #myBtn {
        padding: 3%;
    }

    .bannerimg {
        display: none;
    }

    .mobilebannerimg {
        display: block;
        width: 100%;
    }

    .hotest,
    .circle {
        display: none;
    }

    .mobile-hotest,
    .mobile-circle {
        display: block;
    }

    /*mobile-circle*/
    .mobile-circle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 3%;
    }

    .mobile-circle-img {
        width: 30vw;
        height: 32.5vw;
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


    .circle-img {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
    }

    .circle1 {
        width: 100%;
        position: absolute;
        z-index: 2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .circle2 {
        width: 100%;
        position: absolute;
        z-index: 1;
    }

    .circle3 {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .circle-img {
        -webkit-animation-name: fade;
        animation-name: fade;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

    /*mobile-hotest*/

    .mobile-hotest {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobile-hotest-img {
        width: 40vw;
        height: 40vw;
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .img {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
    }

    .img > p {
        position: absolute;
        z-index: 2;
        bottom: 100%;
    }

    .hot1 {
        width: 100%;
        position: absolute;
        z-index: 2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hot2 {
        width: 100%;
        position: absolute;
        z-index: 1;
    }

    .hot3 {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .hot4 {
        width: 100%;
        position: absolute;
        z-index: -1;
    }

    /*start */

    .prev,
    .next {
        cursor: pointer;
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 15%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .img {
        -webkit-animation-name: fade;
        animation-name: fade;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

    /*companyintroduce*/
    .title-text {
        display: block;
    }

    .main-title {
        width: 90%;
    }

    .title {
        width: 90%;
        margin: 0;
        font-size: 120%;
    }

    .main-text,
    .deputy-text {
        width: 90%;
        margin: 0 5%;
        display: block;
    }

    .main-con,
    .deputy-con {
        width: 100%;
        margin: 3% 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*contactus*/

    .contact-map {
        height: 25vh;
    }

    /*news*/
    .news {
        width: 100%;
        margin: 0;
        font-size: 100%;
    }

    .news-con {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .title-con {
        font-size: 80%;
    }

    /*download*/
    .download {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 90%;
    }

    .collapsible {
        width: 100%;
        padding: 8px;
    }

    .collapsible-content {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 90%;

    }

    /*products*/
    .productIntroduceBanner {
        width: 100%;
        margin: 0;
    }

    .cuttingEquipment {
        width: 95%;
        margin-left: 2.5%;
    }

    .tabcontent {
        width: 99%;
        padding: 0.5%;
    }

    th {
        width: 25%;
        font-size: 80%;
    }

    td {
        font-size: 75%;
        line-height: 130%;
    }

    .productconB {
        width: 100%;
        margin: 5% 0;
        display: block;

    }

    .conimg {
        width: 100%;
        margin: 0;
    }

    .context {
        width: 100%;
        margin: 3% 0;
        font-size: 100%;
    }

    .productconC {
        width: 100%;
        margin: 0;
    }

    .loc {
        width: 100%;
        margin: 0;
    }

    .totem {
        width: 100%;
        margin: 0;
    }

    .totemtet {
        width: 60%;
        top: -38%;
    }

    .Equipment > div > a {
        /*        display: block;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content > div > div > a > img {
        width: 80%;
        margin: 1% 10%;
    }

    .context > p {
        font-size: 80%;
    }

    .column {
        width: 19.5%;
    }

    .equipment {
        width: 100%;
        margin: 0;
    }

    .cuttingAccessories {
        display: block;
        margin-bottom: 2%;
    }

    .cuttingAccessories > div {
        width: 80%;
        margin: 2% 10%;
    }

    .footimg {
        width: 50%;
        display: block;
    }

    /*footer*/
    .info {
        width: 90%;
        display: block;
        margin: 0 5%;
    }

    .contact {
        width: 85%;
        margin: 0 10%;
        padding-top: 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tel {
        padding-left: 17%;
    }

    .contactB {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

    }

    .contactB > p,
    .conB {
        display: none;
    }


    .footerlogo {
        width: 30%;
        margin: 0 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footerlogo > img {
        width: 100%;
    }

    .contractC {
        width: 100%;
        font-size: 16px;
        margin: 5% 0;
    }

    .copyright {
        text-align: center;
        padding-bottom: 5%;
        font-size: 80%;
    }



}
