input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}




.c1_index {
    position: relative;
    padding: 55px 0;
    border-bottom: 1px solid #efefef;
}

.c11_list {
    position: relative;
    display: flex;
    justify-content: center;
}

.c11_list li {
    position: relative;
    transition: all .3s;
    // width: 33.333%;
    // float: left;
}

.c11_list li+li {
    margin-left: 2%;
}

.c11_list li a.img {
    display: block;
    overflow: hidden;
}

.c11_list li a.img img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.c11_list li .sbg {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 20px;
    padding: 10%;
}

.c11_list li .sbg b {
    color: #fff;
    font-size: 60px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.c11_list li .sbg b::before {
    position: absolute;
    width: 22px;
    height: 4px;
    background: #fff;
    content: "";
    left: 0px;
    bottom: 0px;
}

.c11_list li .sbg h3 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.c11_list li .sbg span {
    display: block;
    font-family: "Arial";
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    padding: 12% 0 16%;
}

.c11_list li .sbg i {
    background: url(../image/c1more_img.png) no-repeat center center;
    display: block;
    opacity: 1;
    transition: all .5s;
    width: 29px;
    height: 29px;
}

.c11_list li:hover a.img img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

@media (max-width:992px) {
    .c11_list li .sbg {
        top: 0;
    }
    .c11_list li .sbg b {
        font-size: 40px;
    }
    .c11_list li .sbg h3 {
        font-size: 22px
    }
    .c11_list li .sbg span {
        padding: 6% 0 10%;
        line-height: 1.7;
    }
}

@media (max-width:768px) {
    .c1_index {
        padding: 20px 0;
    }
    .c11_list {
        flex-wrap: wrap;
    }
    .c11_list li {
        width: 46%;
        margin-bottom: 10px;
    }
    .c11_list li .sbg {
        padding: 6%;
    }
}

@media (max-width:450px) {
    .c11_list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .c11_list li+li {
        margin-left: 0;
    }
    .c11_list li .sbg span {
        padding: 6% 0 10%;
        line-height: 2.7;
    }
    .c11_list li .sbg h3 {
        font-size: 30px;
    }
}




.c2_index {
    position: relative;
    background: url(../image/c2_bg.png) no-repeat center top;
    padding-top: 40px;
}

.news_list11 {
    // margin-bottom: 15px;
    position: relative;
}

.news_list11 li {
    position: relative;
    line-height: 50px;
    padding: 0px 80px 0px 0;
}

.news_list11 li a {
    display: inline-block;
    padding-left: 20px;
    background: url(../image/news_jia.png) no-repeat left center;
    font-size: 16px;
    color: #414141;
    font-weight: bold;
}

.news_list11 li span {
    margin-left: 25px;
    font-size: 14px;
    color: #414141;
    font-weight: normal;
}

.news_list11 li i {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: 25px;
    font-style: inherit;
    font-size: 12px;
    color: #414141;
    width: 80px;
    text-align: right;
}

.abb_conttt {
    position: relative;
    
    padding: 6.302083% 0 4.302083%;
    background-size: 100% 100%;
    margin-top: 20px;
}

@media (max-width:992px) {
    .news_list11 span {
        display: none;
    }
    .news_list11 li {
        line-height: 35px;
    }
    .news_list11 li a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        width: 100%;
    }
}

.abb_left {
    width: 50%;
    float: left;
    padding: 3% 3% 0;
}

.abb_left .abb_txt {
    color: #fff;
    font-size: 14px;
    line-height: 2.2;
}

.abb_left .abbmore {
    background: url(../image/c1more_img.png) no-repeat center center;
    display: block;
    opacity: 1;
    transition: all .5s;
    width: 29px;
    height: 29px;
    margin-top: 60px;
}

.aabb_right {
    position: relative;
    padding: 1.30208333% 3.30208333%;
}

.aabb_right h4 {
    color: #fff;
    padding-bottom: 10%;
    font-size: 20px;
}

.x-about-left ul li:nth-child(1) h3 {
    position: relative;
}

.x-about-left ul li:nth-child(1) h3::before {
    content: "m2";
    position: absolute;
    left: 50px;
    top: -5px;
    width: 10px;
    height: 10px;
    font-size: 14px;
    color: #fff;
}

@media (max-width:768px) {
    .abb_left {
        width: 100%;
        padding-bottom: 2%;
    }
    .abb_left .abb_txt {
        font-size: 14px;
    }
    .abb_left .abbmore {
        margin-top: 25px;
    }
    .aabb_right {
        width: 100%;
    }
    .aabb_right h4 {
        padding-bottom: 3%;
    }
    .x-about-left ul {
        padding-left: 10%;
    }
    .x-about-left ul li p {
        font-size: 16px;
    }
}




.pro_index {
    position: relative;
    padding: 3.30208333% 0;
}

.pro_list {
    float: left;
    width: 50%;
    position: relative;
}

.pro_list li {
    position: relative;
}

.pro_list li img {
    width: 100%;
}

.pro_list .slick-prev,
.pro_list .slick-next {
    position: absolute;
    top: 15%;
    width: 42px;
    height: 41px;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 9999;
}

.pro_list .slick-prev {
    left: 30px;
    background: url(../image/pro_prev.png) no-repeat center center;
}

.pro_list .slick-next {
    left: 80px;
    background: url(../image/pro_next.png) no-repeat center center;
}

.pro_right {
    float: right;
    width: 48%;
}

.pro_right>h3 {
    font-size: 20px;
    color: #515151;
    line-height: 1;
    padding-bottom: 10%;
    background: url(../image/product_bg.png) no-repeat left bottom;
}

.pro_right>h1 {
    font-size: 20px;
    color: #f7f7f7;
    font-size: 80px;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: -10px;
}

.sort1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.sort1>li {
    padding: 10px 10px 20px;
    text-align: center;
    width: 33.333%;
    border-right: 1px solid #ebebeb;
}

.sort1>li:nth-child(1),
.sort1>li:nth-child(2),
.sort1>li:nth-child(3) {
    border-bottom: 1px solid #ebebeb;
}

.sort1>li:nth-child(3),
.sort1>li:nth-child(6) {
    border-right: none;
}

.sort1>li:nth-child(6) {
    background: #f5f5f5;
    margin: .5%;
    width: 32.3%;
}

.sort1>li:nth-child(6) a {
    font-size: 14px;
    color: #626262;
    display: block;
    padding-top: 20%;
}

.sort1>li:nth-child(6) i {
    background: url(../image/hei.png) no-repeat center center;
    display: block;
    opacity: 1;
    transition: all .5s;
    width: 17px;
    height: 17px;
    margin: 15px auto;
}

.sort1>li span {
    margin-bottom: 5px;
    display: block;
    line-height: 35px;
    vertical-align: middle;
    padding-bottom: 15px;
    background: url(../image/xie.png) no-repeat center bottom;
}

.sort1>li span img {
    max-width: 100%;
}

.sort1>li h3 {
    font-weight: normal;
    font-size: 14px;
    color: #626262;
}

.sort1>li p {
    font-weight: normal;
    font-size: 12px;
    color: #626262;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width:992px) {
    .sort1>li h3 {
        font-size: 12px;
    }
    .sort1>li p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:768px) {
    .pro_list {
        width: 100%;
    }
    .pro_right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width:1440px) {
    .x-logo {
        padding-top: 1.7%;
    }
}

@media (max-width:1366px) {
    .x-logo {
        padding-top: 1.7%;
    }
}

@media (max-width:1200px) {
    .x-logo {
        padding-top: 2.5%;
    }
    .lang {
        width: 12%;
        height: auto;
    }
    .x-menu {
        width: 48%;
    }
    .x-header-right {
        width: 22%;
    }
    .x-header-right a {
        font-size: 12px;
    }
}




@media (min-width:500px){
    
    .x-footer{
        display:none;
    }
}
