/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input,
button,
textarea,
dl,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
    font-family: normal;
}

body {
    font-size: 12px;
    font-family: ' ';
    color: #666;
}

a img {
    border: 0;
}

body.head_on {
    overflow: hidden
}

a {
    color: #666;
    transition: 0.3s;
}

a:hover {
    color: #ff6a00;
    text-decoration: none;
    cursor: pointer;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 80%;
    margin: 0 auto;
}

.top_pic {
    width: 100%;
}

.top_pic .wapper {
    width: 100%;
    max-width: 100%;
}

.top_pic img {
    width: 100%;
}


/* 导航 */

.menubox {
    width: 100%;
    background: #333;
    height: 44px;
}

.menubox .wapper {
    width: 80%;
}

.menu {
    width: 80%;
    float: left;
}


/* 导航栏 */

.menu ul li {
    float: left;
    position: relative;
}


/*二级*/

.menu ul li .m_nav2 {
    background: #fff;
    position: absolute;
    left: 0px;
    top: 44px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 99;
    min-width: 200px;
    word-break: keep-all;
    border-radius: 5px;
    /*避免内容换行*/
}

.menu ul li .m_nav2 .m_item {
    line-height: 45px;
    border-bottom: #ddd dotted 1px;
    position: relative;
}

.menu ul li .m_nav2 .m_item a {
    font-size: 16px;
    color: #666;
    display: block;
    padding: 0;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.menu ul li .m_nav2 .m_item a:hover {
    color: #ff6a00;
    text-decoration: underline;
}


/*三级*/

.menu .m_nav2 .m_item .m_nav3 {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    width: 200px;
    box-sizing: border-box;
    display: none;
}

.menu .m_nav2 .m_item .m_nav3 dd {
    line-height: 45px;
    border-bottom: #ddd dotted 1px;
    position: relative;
}


/*链接样式*/

.menu a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0 25px;
    line-height: 44px;
}

.menu a:hover {
    background: #000000;
}

.menu_down span {
    display: block;
}

.search {
    width: 20%;
    float: right;
}

.search .text {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 25px;
    background: white url(../images/search.png) right center no-repeat;
    font-size: 14px;
}

.menubox input {
    float: right;
    padding: 0;
}


/*mMenu*/

.m_header {
    width: 100%;
}

.sp_header {
    height: 70px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    display: none;
    top: 0;
}

.sp_logo {
    float: left;
    /*height:70px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-left: 10px;*/
}

.sp_logo img {
    width: 100%;
    margin: auto;
    max-height: 50px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: -35px
}

.sp_nav span {
    display: block;
    background: #0188FB;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 10000;
    background: #fff;
    width: 100%;
    height: calc(100% - 70px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    display: none;
}

.nav_show {
    top: 70px
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #e4e8eb solid;
    position: relative;
    line-height: 45px;
    font-size: 16px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #333;
    width: 100%;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
}

.sjj_nav ul li a:hover {
    color: #0188FB;
}

.sjj_nav ul li ul li a {
    color: #333;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 25px;
    height: 25px;
    fill: #333;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #333
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.sjj_nav ul li ul li {
    border-top: none;
}

.sjj_nav ul li ul li a {
    padding: 0 30px;
}


/*mSearch*/

.mSearch {
    position: relative;
    width: calc(100% - 20px);
    height: 35px;
    overflow: hidden;
    margin: 20px 10px;
}

.mSearch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: none;
    outline: none;
}

.mSearch button {
    background-image: linear-gradient(to right, #01b2ac 0, #004ea2 100%);
    width: 60px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 25px 25px 0;
    color: #fff;
    font-size: 14px;
    border: none;
}


/* 图 */

.big_pic {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.big_pic img {
    width: 100%;
}



/* 语言 */

.languagebox {
    width: 100%;
    background: #ffac28;
}

.language {
    margin: 0 auto;
}

.language ul li {
    padding: 10px;
    float: left;
}

.language ul li .c_box {
    width: 80px;
    height: 80px;
}

.c_box .c_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c_box .c_img img {
    width: 100%;
    height: 100%;
}

.c_box .p {
    text-align: center;
}


/* 主要产品 */

.productbox {
    width: 100%;
    background: #282828;
    padding: 20px 0 60px 0;
}

.productbox .wapper {
    width: 80%;
}

.productbox .product {
    width: 100%;
    margin: 0 auto;
}

.title {
    width: 100%;
    display: block;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.title h2 {
    font-size: 36px;
    line-height: 80px;
}

.title h3 {
    font-size: 18px;
}

.product_list {
    width: 100%;
    margin: 0 auto;
}

.product_list ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

.product_list ul li .img_box {
    width: 100%;
    font-size: 0;
}

.product_list ul li .img_box img {
    width: 100%;
}

.img_box .pr_bt {
    background: #ffac28;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}


/* advantage */

.advantagebox {
    width: 100%;
    background: white;
    padding: 40px 0;
}

.advantagebox .wapper {
    width: 80%;
}

.advantage {
    width: 100%;
    margin: 0 auto;
}

.advantage .advantage_left {
    float: left;
    box-sizing: border-box;
    padding: 30px;
    width: 50%;
}

.advantage .advantage_left ul li {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding: 0 30px;
    border-left: 5px solid #ffac28;
    margin-bottom: 35px;
}

.title1 {
    width: 100%;
    display: block;
    color: rgb(0, 0, 0);
    padding: 50px 0;
    text-align: center;
}

.title1 h2 {
    font-size: 36px;
    line-height: 80px;
}

.title1 h3 {
    font-size: 18px;
}

.advantage .advantage_right {
    float: right;
    width: 50%;
}

.advantage .advantage_right ul li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
}

.advantage .advantage_right ul li img {
    width: 100%;
}


/* about us  */

.aboutbox {
    width: 100%;
    padding: 40px 0;
    background: #333;
}

.aboutbox .wapper {
    width: 80%;
}

.aboutbox .about {
    width: 100%;
}

.aboutbox .about .content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 30px 0;
}

.aboutbox .about .content .content_a {
    padding: 20px 0;
}

.aboutbox .main_about {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.aboutbox .main_about .about_left {
    width: 60%;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
}

.aboutbox .main_about .about_left img {
    width: 100%;
}

.aboutbox .main_about .about_left video {
    width: 100%;
    background: #666;
}

.aboutbox .main_about .about_right {
    width: 40%;
    padding: 10px 10px;
    box-sizing: border-box;
    float: right;
    background: #666;
}

.aboutbox .main_about .about_right .right_title {
    font-size: 20px;
    text-align: center;
    color: white;
}

.aboutbox .main_about .about_right .right_list {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: white;
}

.aboutbox .main_about .about_right .right_list ul li {
    margin-bottom: 10px;
}

.aboutbox .main_about .about_right .right_list .p1 {
    background: #333;
}


/* CERTITFCATE */

.certitfcatebox {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.certitfcatebox .wapper {
    width: 80%;
}

.certitfcate {
    width: 100%;
}

.certitfcate .img_box {
    width: 100%;
}

.certitfcate .img_box img {
    width: 100%;
}


/* HOT PRODUCT */

.hot_productbox {
    width: 100%;
    margin: 0 auto;
    /* padding: 10px 0 40px 0; */
}

.hot_product {
    width: 100%;
    padding: 40px 0;
    background: #ffac28;
}

.hot_list {
    width: 100%;
}

.hot_list ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin-bottom: 15px;
}

.hot_list ul li .hl_img {
    width: 100%;
}

.hl_img img {
    width: 100%;
    border: 5px solid white;
}

.hl_text {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
}

.hl_text .hp1 {
    font-weight: bold;
    font-size: 15px;
}


/* Top-ranking products 轮播图 */

.top_rankingbox {
    width: 100%;
    padding: 40px 0;
}

.top_ranking {
    width: 100%;
    border: 1px solid #dfdada;
    border-top: 3px solid #333;
}

.rank_top {
    width: 100%;
    color: black;
    border-bottom: 1px solid #dfdada;
}

.rank_top .top_left {
    font-size: 22px;
    margin: 0;
    float: left;
    line-height: 35px;
    margin-left: 20px;
    font-weight: normal;
}

.rank_top a.top_right {
    font-size: 14px;
    float: right;
    line-height: 40px;
    margin-right: 20px;
}

.rank_top a:hover {
    text-decoration: underline;
}

.ml_banner {
    width: 100%;
    margin: 10px;
}

.ml_banner img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.swiper-pagination-bullet-active {
    background: #ff6a00;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -2px;
}

.w_left {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}

.w_left img {
    width: 100%;
    border: 1px solid #c8d2e0;
    box-shadow: 2px 2px 4px 0 rgb(104 123 148 / 35%);
}

.w_right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.w_right .wp {
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

.w_right .mon {
    color: #ff660a;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-top: 30px;
}

.w_right .mon .unit {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    font-weight: normal;
    color: #999;
}

.w_right .value {
    margin-top: 10px;
}

.w_right .value .v1 {
    font-size: 24px;
    line-height: 28px;
    color: #333;
    font-weight: 700;
}

.w_right .value .v2 {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    display: inline-block;
    font-weight: 400;
}

.w_right .btn {
    width: 150px;
    border: 1px solid #c8d2e0;
    border-radius: 50px;
    margin-top: 30px;
}

.w_right .btn a {
    border-width: 1px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    padding: 0 33px;
}


/* Top picks */

.picksbox {
    width: 100%;
    margin: 0 auto;
}

.picks {
    width: 100%;
    border-radius: 20px;
    background: #333;
    height: 300px;
    color: white;
}

.picks .picks_left {
    font-size: 22px;
    margin: 0;
    float: left;
    line-height: 35px;
    margin-left: 20px;
    font-weight: normal;
}

.picks a.picks_right {
    font-size: 14px;
    float: right;
    line-height: 40px;
    margin-right: 20px;
    color: white;
}

.picks a:hover {
    color: #ff660a;
    text-decoration: underline;
}

.picks_pic {
    width: 100%;
    margin-top: -200px;
    padding: 0 20px;
    box-sizing: border-box;
}

.picks_pic ul {
    display: flex;
    flex-wrap: wrap;
}

.picks_pic ul li {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
}

.picks_pic ul li .li1 {
    background: white;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.picks_pic ul li .pic_img img {
    width: 100%;
}

.pic_text {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #333;
}

.pic_text a:hover {
    color: #ff660a;
    text-decoration: underline;
}

.pic_text .text_a a {
    line-height: 20px;
    margin-bottom: 6px;
    white-space: normal;
    overflow: hidden;
    max-height: 38px;
    display: block;
    text-overflow: ellipsis;
}

.pic_text .text_b {
    margin-top: 12px;
    overflow: hidden;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic_text .text_b .b1 {
    color: #333;
    font-weight: 700;
}

.pic_text .text_b .b2 {
    margin: 0 3px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.pic_text .text_c {
    color: #333;
    font-weight: 700;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic_text .text_c .c1 {
    font-size: 14px;
    line-height: 16px;
}

.pic_text .text_c .c2 {
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 3px;
    vertical-align: baseline;
}

.pic_text .text_d {
    background: #fff0e6;
    border-radius: 4px;
    color: #f60;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 17px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 2px 6px;
    white-space: nowrap;
}

.excavatorbox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.excavator {
    width: 100%;
    padding: 10px 0;
    background: #333;
}

.excavator .excavator_left {
    width: 50%;
    float: left;
    position: relative;
}

.excavator .excavator_left img {
    width: 100%;
}

.left_text {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    /* margin: 0 20px; */
    transform: translate(-50%, -50%);
}

.excavator .excavator_left .a1 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    line-height: 50px;
}

.excavator .excavator_left .a2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: black;
}

.excavator .excavator_left .a3 {
    font-size: 16px;
    line-height: 30px;
    color: black;
}

.excavator .excavator_right {
    width: 50%;
    float: right;
}

.excavator .excavator_right img {
    width: 100%;
}


/* tile */

.titlbox {
    width: 100%;
    padding: 20px 0;
}

.titl {
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid #333;
}

.titl_top {
    width: 100%;
    color: black;
    border: 1px solid #dfdada;
    /* border-bottom: 1px solid #dfdada; */
}

.titl_top .titl_left {
    font-size: 22px;
    margin: 0;
    float: left;
    line-height: 35px;
    margin-left: 20px;
    font-weight: normal;
}

.titl_pic {
    width: 100%;
    box-sizing: border-box;
}

.titl_pic ul {
    display: flex;
    flex-wrap: wrap;
}

.titl_pic ul li {
    width: 25%;
    padding: 0 10px;
    border: 1px solid #dfdada;
    box-sizing: border-box;
    float: left;
}

.titl_pic ul li .li1 {
    background: white;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.titl_pic ul li .pic_img img {
    width: 100%;
    height:150px;
}


/*  */

.indexbox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.index {
    width: 100%;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
}

.index1_t {
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.index1_t a {
    color: #007ffc;
    font-size: 15px;
}

.index1_t a:hover {
    color: #ff6a00;
    text-decoration: underline;
}

.index_list {
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.index_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index_list ul li {
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    box-sizing: border-box;
    background: hsla(0, 0%, 100%, .7);
    border-radius: 3px;
    margin: 10px 6px;
    padding: 6px 16px;
}


/*  */

.index1box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.index1 {
    width: 100%;
    padding: 10px 0;
}

.index1_title {
    text-align: center;
    font-size: 22px;
    color: rgb(51, 51, 51);
}

.index1_title .t {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbe3ef;
}

.index1_title .x {
    margin-top: 30px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.index1_title .x .xx {
    background: url(../images/icp.png) left no-repeat;
    padding-left: 25px;
}

.index1_title .x .xx a {
    font-size: 14px;
    color: #007ffc;
}

.index1_title .x .xx a:hover {
    text-decoration: underline;
    color: #ff6a00;
}

.index1_list {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
}

.index1_list ul {
    display: flex;
    flex-wrap: wrap;
}

.index1_list ul li {
    width: 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
}

.index1_list .list1_left {
    float: left;
    border: 1px solid #dae2ed;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.index1_list .list1_left img {
    padding: 13px 9px;
}

.index1_list .list1_right {
    margin: 8px 0 0 70px;
}

.index1_list .list1_right .r1 {
    font-weight: 700;
    color: #ff751a;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.28;
}

.index1_list .list1_right .r2 {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff751a;
}

.index1_list .list1_right .r3 {
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.28;
}

.index1_list .list1_right .r4 {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.index1_pic {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.index1_pic a {
    width: 33.33%;
    padding: 0 20px;
    display: block;
    float: left;
    box-sizing: border-box;
}

.index1_pic a .pic1 {
    border: 1px solid #dae2ed;
}

.index1_pic a .pic1 img {
    width: 100%;
}

.index1_btn {
    padding: 30px 0;
    width: 100%;
    text-align: center;
}

.btn1 {
    line-height: 34px;
    padding: 6px 28px;
    border-radius: 50px;
    font-size: 16px;
    color: white;
    background: #f60;
    margin: 0 8px;
}

.btn1:hover {
    background: #e35300;
    color: white;
}

.btn2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
    font-size: 14px;
    color: #007ffc;
}

.btn2:hover {
    text-decoration: underline;
    color: #ff6a00;
}

.index2box {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
}

.index2 {
    border: 1px solid #dae2ed;
    width: 100%;
    padding: 20px 0 0 0;
}

.index2_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;
    color: black;
}

.index2_content {
    position: relative;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 1.28;
    font-weight: 400;
    box-sizing: border-box;
    display: block;
}

.co1 {
    padding: 30px 0;
}

.co1 .to {
    float: left;
    width: 30%;
    text-align: right;
}

.co1 .ss {
    float: right;
    width: 70%;
    text-align: left;
    text-indent: 15px;
}

.co2 {
    padding: 20px 0;
}

.co2 .m {
    float: left;
    width: 30%;
    text-align: right;
}

.co2 .m span {
    color: red;
    padding-right: 10px;
}

.co2 .e {
    float: right;
    width: 70%;
    text-align: left;
    text-indent: 15px;
    color: #666;
}

.co2 .e textarea {
    width: 80%;
    display: block;
    box-sizing: border-box;
    padding: 4px 8px;
    margin-left: 15px;
    border: 1px solid red;
    border-radius: 5px;
}

.co2 .d {
    color: #f33200;
    margin-top: 4px;
    font-size: 12px;
    box-sizing: border-box;
}

.m1 {
    width: 20%;
    padding: 30px 0;
}

.m2 {
    width: 100%;
    line-height: 34px;
    padding: 6px 28px;
    border-radius: 50px;
    font-size: 16px;
    color: white;
    background: #f60;
    margin: 0 8px;
}

.m2:hover {
    background: #e35300;
    color: white;
}


/* 底部 */

.footerbox {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    min-width: 100%;
    background-color: #f5f5f5;
}

.footer {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin: 0 auto;
}

.footerbox hr {
    border: 0 none;
    border-top: 1px solid #ccc;
    margin: 0;
}

.gif {
    height: 28px;
    width: 26px;
    margin-right: 6px;
    vertical-align: middle;
}

.footer p {
    font-size: 14px;
    line-height: 20px;
}

.f1 {
    color: #666;
    margin: 0 auto 17px !important;
    padding-top: 20px;
}

.footer a:hover {
    color: #666;
}

.f2,
.f3,
.f4,
.f5 {
    color: #999;
    margin: 0 auto 17px !important;
}

.f2 a,
.f3 a,
.f4 a,
.f5 a {
    color: #999;
}


/* 侧边固定 */

.slide {
    position: fixed;
    right: 10px;
    bottom: 50%;
    z-index: 999;
    background: white;
}

.slide a {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    color: #666;
}

.slide img {
    border: none;
    padding: 10px 10px 0 10px;
}

.slide span {
    text-align: center;
}

.slide a:hover {
    background-color: #fff0e5;
    color: #f60;
}


/* 产品页 */

.p_indexbox {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
}

.p_index {
    width: 100%;
    margin: 0 auto;
}

.p_index .p_index_left {
    width: 25%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.p_index .p_index_right {
    width: 75%;
    float: right;
    box-sizing: border-box;
}

.titl_pic1 {
    padding: 10px 0;
}

.titl_pic1 ul li {
    margin-bottom: 20px;
    border: none;
}

.titl_pic1 ul li .li2 {
    border: 1px solid #dbe3ef;
}

.p_left_top a.top {
    min-height: 30px;
    display: block;
    padding: 10px 12px;
    background: #e9eff5;
    border: 1px solid #dbe3ef;
    line-height: 30px;
}

.p_left_top .top span {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.top_list {
    border: 1px solid #dbe3ef;
    border-top: none;
}

.top_list .list_header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: 50% no-repeat;
    background-size: cover;
    border-bottom: 1px solid #dbe3ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding: 12px 20px;
}

.top_list .list_header h3 {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: normal;
}

.list_content {
    font-size: 14px;
    border: none;
    box-shadow: none;
    line-height: 32px;
    box-sizing: border-box;
}

.list_content ul {
    padding: 12px 0;
}

.list_content li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.list_content li a.tt {
    display: block;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/xn_h_3_wrap.png) no-repeat right;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
    line-height: 32px;
}

.list_content li a:hover {
    color: #f60;
    text-decoration: underline;
}

.list_content dl {
    display: none;
}

.list_pic {
    width: 100%;
    margin: 0 auto;
}

.picScroll-top {
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #dbe3ef;
}

.picScroll-top .hd {
    overflow: hidden;
    background: #f4f4f4;
    border-top: 1px solid #dbe3ef;
}

.picScroll-top .hd .prev {
    background: url("../images/top.png") no-repeat;
    float: left;
    margin-left: 30px;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.picScroll-top .hd .next {
    background: url("../images/bottom.png") no-repeat;
    float: right;
    margin-right: 30px;
}

.picScroll-top .hd .prevStop {
    background: url("../images/tb.png") no-repeat;
}

.picScroll-top .hd .nextStop {
    background: url("../images/bb.png") no-repeat;
}

.picScroll-top .bd {
    padding: 10px;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    margin-bottom: 20px;
}

.picScroll-top .bd ul li .picl1 {
    display: flex;
    width: 100%;
}

.picScroll-top .bd ul li .pic {
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
}

.picScroll-top .bd ul li .pic img {
    width: 100%;
    display: block;
}

.picScroll-top .bd ul li .title_a {
    line-height: 24px;
    float: right;
    width: 50%;
}

.title_a .d1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}

.title_a .d2 {
    background: #fff0e6;
    color: #f60;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}

.title_a .d3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    font-weight: 700;
}

.title_a .d4 {
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.title_a .d4 .d4_2 {
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 3px;
    vertical-align: baseline;
}


/* detail */

.detailbox {
    margin: 20px 0;
    width: 100%;
}

.detail {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.detail .detail_title h1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #222;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail .detail_title p {
    font-size: 14px;
    color: #333;
}

.title3 {
    align-items: center;
    background-color: #f8f8f8;
    background-size: 100% 100%;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    height: 40px;
    margin-bottom: 24px;
}

.title3_img1 {
    width: 28px;
    height: 28px;
    border: .5px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 4px;
}

.title_span1 {
    align-items: center;
    display: flex;
    height: 22px;
    margin-left: 4px;
    overflow: hidden;
    margin-right: 4px;
}

.title_span2 img {
    width: 16px;
    margin-right: 4px;
}

.detail_pic_box {
    padding: 20px 0;
    width: 70%;
    overflow: hidden;
}

.sw_img {
    width: 70%;
    margin: 0 auto;
    height: 100%;
}

.swi_img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.swi_img img {
    width: 100%;
    height: 100%;
}

.sw_img img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.ml_banner {
    height: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 458px;
    width: 100%;
}

.gallery-thumbs {
    height: 458px;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 100%;
    height: 100px;
    /* opacity: 0.4; */
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.detail_pic_box_right {
    float: right;
    width: calc(100% - 120px);
}

.detail_pic_box_left {
    float: left;
    width: 100px;
}

.detail_img {
    width: 70%;
    padding: 10px 0;
    position: relative;
}

.detail_list {
    background: white;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.detail_list .detail_pic img {
    width: 100%;
}

.detail_text {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #333;
}

.detail_text .detail_a a {
    line-height: 20px;
    margin-bottom: 6px;
    white-space: normal;
    overflow: hidden;
    max-height: 38px;
    display: block;
    text-overflow: ellipsis;
}

.detail_text .detail_b {
    margin-top: 12px;
    overflow: hidden;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-containera,
.swiper-containerb {
    height: auto;
}

.detail_text .detail_b .b1 {
    color: #333;
    font-weight: 700;
}

.detail_text .detail_b .b2 {
    margin: 0 3px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.detail_text .detail_c {
    color: #333;
    font-weight: 700;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_text .detail_c .c1 {
    font-size: 14px;
    line-height: 16px;
}

.detail_text .detail_c .c2 {
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 3px;
    vertical-align: baseline;
}

.swiper-button-nexta,
.swiper-button-preva,
.swiper-button-nextb,
.swiper-button-prevb {
    top: 40%;
    margin-top: 0;
}

.swiper-button-nexta,
.swiper-button-nextb {
    right: -30px;
}

.swiper-button-preva,
.swiper-button-prevb {
    left: -30px;
}

.d_indexbox1 {
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 32px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.d_indexbox1 h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.d_indexbox1 h4 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 1.25;
}

.d_indexbox1 .table1box {
    /* border-collapse: collapse; */
    display: table;
}

.d_indexbox1 .table1box .table1 {
    border: 1px solid #ddd;
    display: table-row;
}

.d_indexbox1 .table1box .table1 .table1_left {
    background: #f4f4f4;
    width: 320px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px;
}

.d_indexbox1 .table1box .table1 .table1_right {
    width: 420px;
    border: 1px solid #ddd;
    color: #222;
    display: table-cell;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px;
}

.more_bg {
    width: 100%;
    margin-top: 30px;
}

.more_bg a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 8px;
    text-decoration: underline;
}

.d_indexbox1.active {
    height: auto;
    display: block;
    overflow: hidden;
}

.more_bg .bg2 {
    display: none;
}

.more_bg.active .bg2 {
    display: block;
}

.more_bg.active .bg1 {
    display: none;
}

.d_indexbox2 {
    border-top: 1px solid #ddd;
    margin-top: 32px;
}

.d_indexbox2 h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 28px;
}

.d_indexbox2 .d_index2 {
    color: #333;
    display: flex;
    font-size: 14px;
}

.d_indexbox2 .d_index2 table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.d_indexbox2 .d_index2 table td {
    border: 1px solid #ddd;
    padding: 12px;
    font-weight: 400;
}

.d_indexbox3 {
    border-top: 1px solid #ddd;
    margin-top: 32px;
}

.d_indexbox3 h3,
.d_indexbox4 h3,
.d_indexbox5 h3,
.d_indexbox8 h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 28px;
}

.d_indexbox3 .d_index3 {
    color: #333;
    display: flex;
    font-size: 16px;
}

.d_indexbox3 .d_index3 table {
    border-collapse: collapse;
}

.d_indexbox3 .d_index3 table td {
    padding: 12px 45px;
    font-weight: 400;
}

.d_index3_b {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
}

.d_index3_b a {
    color: #222;
}

.d_index3_b a:hover {
    color: #222;
}

.d_indexbox4 {
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 32px;
}

.index4_t>a {
    align-items: center;
    background: #fff;
    border: .5px solid #ddd;
    border-radius: 8px;
    display: flex;
    height: 48px;
    overflow: hidden;
    width: 48px
}

.index4_t a>img {
    max-width: 48px;
    max-height: 48px;
}

.index4_t .index4_m .c_name {
    color: #222;
    font-size: 14px;
    line-height: 18px;
}

.index4_t .index4_m .c_name a {
    color: #222;
}

.index4_t .index4_m .h_item>span {
    color: #222;
    font-size: 14px;
    line-height: 18px;
    margin-right: 8px;
    position: relative;
}

.index4_t,
.index4_m,
.index4_m,
.h_item {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.d_index4 {
    padding: 30px 0;
}

.d_index4 table td {
    padding: 12px 45px;
    font-weight: 400;
}

.d_index4 .tr1 {
    font-size: 14px;
    color: #222;
}

.d_index4 .tr2 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.b_index4 {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-top: 28px;
    width: 30%;
}

.b_index4 .bt1 {
    background-color: #f60;
    border-radius: 18px;
    padding: 10px 24px;
}

.b_index4 .bt1>span {
    color: white;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
}

.b_index4 .bt2 {
    border-radius: 18px;
    padding: 10px 24px;
    border: 1px solid #222;
}

.b_index4 .bt2>span {
    color: white;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
}

.d_indexbox5 {
    width: 60%;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 28px;
}

.d_indexbox5 h2 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 28px;
}

.d_indexbox5 video {
    background: #333;
    width: 100%;
}

.d_indexbox5 p {
    font-size: 20px;
    color: #333;
}

.d_indexbox5 img {
    width: 100%;
}

.t_index5 {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    background: #666;
}

.t_index5 .t_index5_title {
    font-size: 20px;
    text-align: center;
    color: white;
}

.t_index5 .t_index5_list {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: white;
}

.t_index5 .t_index5_list ul li {
    margin-bottom: 10px;
}

.t_index5 .t_index5_list .p1 {
    background: #333;
    color: white;
}

.d_indexbox6 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 28px;
}

.d_indexbox6 ul li {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}

.d_indexbox6 ul li .li3 {
    background: white;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.d_indexbox6 ul li .pic_img img {
    width: 100%;
    border-radius: 5px;
}

.d_indexbox7 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 28px;
    position: relative;
}

.d_indexbox8 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 28px;
}

.d_indexbox8 .related_list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.d_indexbox8 .related_list a {
    border: 1px solid #ddd;
    border-radius: 24px;
    color: #222;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 16px;
    text-decoration: none;
}

.d_indexbox9 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 28px;
}

.d_indexbox9 .index9 a {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    color: #333;
}

.d_indexbox9 .index9 a:hover {
    color: #333;
}

.d_indexbox10 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 28px;
}

.d_indexbox10 ul {
    display: flex;
    flex-wrap: wrap;
}

.d_indexbox10 ul li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.d_indexbox10 ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    color: #222;
}

.d_indexbox10 dd {
    margin-top: 10px;
}

.d_indexbox10 dd dl a {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 10px 0;
    color: #222;
}

.d_indexbox10 dd dl a:hover {
    text-decoration: underline;
}

.d_indexbox11 {
    width: 100%;
    margin-top: 32px;
    padding-top: 28px;
}

.left11 {
    width: 50%;
    float: left;
}

.left11 ul li {
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.left11 ul li img {
    width: 30px;
    height: 30px;
}

.right11 {
    width: 50%;
    float: right;
    text-align: right;
}

.right11 span {
    color: #222;
    font-size: 12px;
}

.right11 span a {
    font-weight: 700;
    text-decoration: underline !important;
}

.right11 a img {
    height: 40px;
    padding: 0 10px 0 10px;
}

@media only screen and (max-width: 1350px) {
    .index_list {
        width: 55%
    }
}

@media only screen and (max-width: 980px) {
    .wapper {
        width: 100%;
    }
    .menubox {
        display: none
    }
    .top_pic {
        display: none;
    }
    .sp_header {
        display: block;
    }
    .sjj_nav {
        display: block;
    }
    .big_pic {
        margin-top: 70px;
    }
    .product_list ul li {
        width: 50%;
    }
    .product_list ul li .img_box img {
        height: 97px;
    }
    .advantage .advantage_left {
        float: none;
        width: 100%;
    }
    .advantage .advantage_right {
        float: none;
        width: 100%;
    }
    .aboutbox .main_about .about_left {
        float: none;
        width: 100%;
        padding: 0;
    }
    .aboutbox .main_about .about_right {
        float: none;
        width: 100%;
    }
    .hot_list ul li {
        width: 50%;
    }
    /* .w_right .mon {font-size: 25px;}
    .w_right .wp {font-size: 15px;} */
    .w_right {
        width: 100%;
        float: none;
    }
    .w_left {
        width: 100%;
        float: none;
    }
    .picks_pic ul li {
        width: 50%;
    }
    .excavator .excavator_left {
        float: none;
        width: 100%;
    }
    .excavator .excavator_right {
        float: none;
        width: 100%;
    }
    .titl_pic ul li {
        width: 50%;
    }
    .index_list ul li {
        width: 100%;
    }
    .index1_list ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .p_index .p_index_left {
        width: 100%;
        float: none;
        margin-top: 70px;
    }
    .picScroll-top {
        display: none;
    }
    .p_index .p_index_right {
        width: 100%;
    }
    .detailbox {
        margin: 70px 0 0 0;
    }
    .detail_pic_box {
        width: 100%;
    }
    .detail_img {
        width: 100%;
    }
    .d_indexbox5 {
        width: 100%;
    }
    .d_indexbox6 ul li {
        width: 50%;
    }
    /* .d_indexbox10 ul{
    display: block;
  }
  .d_indexbox10 ul li{width: 50%;} */
    .btn1 {
        display: block;
        margin: 15px 8px;
    }
    .right11 {
        width: 100%;
        float: none;
        text-align: left;
    }
    .left11 {
        width: 100%;
        float: none;
        padding: 0 0 10px 0;
    }
    .right11 .pg,
    .right11 .gg {
        display: block;
        margin: 20px 0 20px 0;
    }
}

@media only screen and (max-width: 414px) {
    .language ul li .c_box {
        width: 60px;
        height: 60px;
        display: block;
    }
    .language {
        padding-bottom: 20px;
    }
    .sp_header {
        height: 40px;
    }
}

.box {
    width: 100%;
    margin: 20px auto
}

.left-pro {
    width: 572px;
    border: 1px solid #ccc;
    text-align: left;
    float: left;
    background-color: #FFF;
    margin-top: 40px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.left-pro .t1 {
    width: 100px;
    float: left
}

.left-pro .t2 {
    width: 352px;
    text-indent: 0;
    float: left;
    padding-left: 10px
}

.left-pro .t2 img {
    text-indent: 0;
    object-fit:contain;
}

#showArea img {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    width: 68px;
    padding: 1px;
    border: 1px solid #ccc;
    height: 68px;
    float: left
}

#main_img {
    cursor: pointer;
    display: block
}

#gotop {
    cursor: pointer;
    display: block;
    margin-left: 9px
}

#gobottom {
    cursor: pointer;
    display: block;
    margin-left: 9px
}

#showArea {
    height: 379px;
    margin: 10px;
    overflow: hidden
}


/* CSS class for zoomed area */

.MagicZoomBigImageCont {
    border: 1px solid #91b817;
    overflow: hidden
}

.MagicZoomBigImageCont img {
    width: 800px;
    height: 800px
}

.MagicZoomBigImageCont iframe {
    width: 300px;
    height: 300px
}

.MagicZoomHeader {
    font: 10px Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    background: #91b817;
    text-align: center !important
}

.MagicZoomPup {
    border: 1px solid #aaa;
    background: #fff;
    cursor: hand;
    left: 0
}

.MagicZoomLoading {
    text-align: center;
    background: #fff;
    color: #444;
    opacity: 0.8;
    padding: 3px 3px 3px 3px !important;
    display: none
}

.MagicZoomLoading img {
    padding-top: 3px !important
}

.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none
}

.MagicThumb-zoomed {
    cursor: default
}

.MagicThumb span {
    display: none
}

.MagicThumb-image {
    border: 1px solid #ccc;
    outline: none
}

.MagicThumb-image-zoomed {
    cursor: url(cursor/zoomout.cur), pointer
}

.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px
}

.MagicThumb-controlbar {
    display: block;
    height: 18px
}

.MagicThumb-controlbar a {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0px 1px;
    outline: none;
    float: left;
    overflow: hidden
}

.MagicThumb-controlbar a span {
    display: block;
    width: 1000px;
    height: 1000px;
    background: transparent url(graphics/controlbar.png) no-repeat 0 0;
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px
}

.MagicThumb-loading {
    border: 1px solid #000;
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    padding: 2px 2px 2px 22px;
    margin: 0;
    text-decoration: none;
    text-align: left;
    font-size: 8pt;
    font-family: sans-serif;
}


/* div.zoomDiv{z-index:999999;position:absolute;top:0px;left:0px;width:50px;height:50px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;border: 1px solid rgb(229, 229, 229);}
div.zoomMask{background-position: 0px 0px;float: right;overflow: hidden;z-index: 999;transform: translateZ(0px);opacity: 0.4;zoom: 1;width: 50px;height: 50px;background-color: white;cursor: default;border: 1px solid rgb(0, 0, 0);background-repeat: no-repeat;position: absolute;left: 63.5px;top: 410.5px;display: block;} */