@CHARSET "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #494949;
    position: relative;
    font-size: 100%;
    font: 12px/1.5 å¾®è½¯é›…é»‘, arial, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: #e87518;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
}

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;
}

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



.container1 {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

/*å¤´éƒ¨æ ·å¼*/
.topLink {
    background: #1d3897;
    line-height: 38px;
}

.toph3 {
    color: #cecece;
}

.seo a,
.seo {
    color: #cecece;
    transition: all .3s;
}

.seo a:hover {
    color: #d6801f;
}

.seo a .f_count {
    color: #d6801f;
}

.topcontact {
    font-size: 18px;
    color: #d6801f;
    font-weight: 600;
    font-family: 'Arial';
    background: url(//cdn.myxypt.com/1390862a/22/08/f3f46b3b918fea9df414481d8829e7ae0bb951c7.png) no-repeat left center;
    padding-left: 34px;
    line-height: 100px;
}

.logo {
    line-height: 100px;
}


/* å¯¼èˆªæ ·å¼ */
.xy-menu {
    width: 60%;
    margin-left: 2%;
}

.xy-menu>li {
    float: left;
    width: 16.666666%;
    position: relative;
}

.xy-menu>li:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 17px;
    content: '';
    opacity: 0;
}

.xy-menu>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 100px;
    transition: all .3s;
}

.xy-menu>li>a:hover {
    color: #d6801f;
}

.xy-menu li a.current {
    color: #d6801f;
}

.xy-menu .xy-sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.4);
    box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.4);
    background: #fff;
    padding-bottom: 4px;
    z-index: 9999;
    padding: 10px 0;
}

.xy-menu .xy-sub-menu:before {
    content: '';
    position: absolute;
    left: 40%;
    top: 0;
    width: 28px;
    height: 3px;
    background: #273244;
}

.xy-menu .xy-sub-menu li a {}

.xy-menu .xy-sub-menu li a {
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.xy-menu .xy-sub-menu>li>a:hover {
    background: #e6b981;
    color: #fff;
}


@media (max-width: 1200px) {
    .xy-menu {
        margin-left: 14%;
    }

    .xy-menu>li>a {
        font-size: 15px;
    }

    .xy-menu .xy-sub-menu>li>a {
        line-height: 35px;
        font-size: 12px;
    }
}









/*é¦–é¡µbanneræ ·å¼*/
.slick-banner {
    position: relative;
}

.slick-banner .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(//cdn.myxypt.com/1390862a/22/08/7b4d354024a55a5295c53287c0fcb7283505b8f7.png);
    /*border-radius: 5px;*/
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .5
}

.slick-banner .slick-arrow.slick-prev {
    left: 0;
    background-position: 0 0;
}

.slick-banner .slick-arrow.slick-next {
    right: 0;
    background-position: -60px 0;
}

.slick-banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1
}

.slick-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 40px;
}

.slick-banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none;
    border: 1px solid #fff;
    cursor: pointer;
}

.slick-banner .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
    background: #fff;
}

.slick-banner .img img {
    width: 100%;
}

.slick-banner .slick-con {
    position: relative;
}

.slick-banner .wz {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 50%;
    text-align: center;
    color: #fff;
}

.slick-banner .wz .wz1 {
    font-size: 60px;
    margin-bottom: 10px;
}

.slick-banner .wz .wz2 {
    font-size: 30px;
    margin-bottom: 55px;
}

.slick-banner .wz .wz-more {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    font-family: Arial;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.slick-banner .wz .wz-more:hover {
    background: #d6801f;
    border-color: #d6801f;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .slick-banner .wz .wz1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .slick-banner .wz .wz2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .slick-banner .wz .wz-more {
        padding: 10px 25px;
        font-size: 12px;
        border: 1px solid #fff;
    }
}

#mob-banner {
    display: none;
}

@media (max-width: 768px) {
    #pc-banner {
        display: none;
    }

    #mob-banner {
        display: block;
    }
}












/*æ–°å“æŽ¨è*/
.webTitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 400;
    padding-top: 58px;
}

/*æœç´¢å’Œçƒ­é—¨æœç´¢*/
.search {
    width: 70%;
    margin: 0 auto;
    border: 2px solid #deb47f;
    margin-top: 32px;
    line-height: 44px;
}

#formsearch input {
    background: none;
    border: none;
    line-height: 44px;
    outline: none;
}

#formsearch input#keyword {
    font-size: 16px;
    line-height: 44px;
    padding-left: 18px;
    color: #9e9e9e;
    width: 94%;
    float: left;
}

#formsearch input::-webkit-input-placeholder {
    color: #d2d2d2;
}

#formsearch input#s_btn {
    background: url(//cdn.myxypt.com/1390862a/22/08/34690622f3f0676f46dbe45e3cf21bd8bd9fb9be.png) no-repeat;
    width: 50px;
    float: right;
    line-height: 44px;
    text-indent: -150px;
    overflow: hidden;
    background-color: none;
    color: #fff;
    border: none;
    cursor: pointer;
}


/*æ‰‹æœºç«™äº§å“*/
.wrap-pro {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
    padding-top: 60px;
}

.sortPro {
    margin: 0 -4px;
    margin-bottom: 60px;
}

.sortPro li {
    display: inline-block;
    vertical-align: top;
    width: calc(12.5% - 12px);
    margin: 0 4px;
    border: 1px solid #e7e7e7;
}

.sortPro li img {
    width: 100%;
}

.sortPro li.cur {
    border-color: #deb47f;
}

.sortPro li.cur .list_item {
    display: block;
    border: 1px solid #deb47f;
}

/*åˆ‡æ¢å†…å®¹*/
.proCon {
    margin: 0 -19px;
}

.tab_adds1 {
    height: 0;
    opacity: 0;
    transition: all .3s;
}

.tab_adds1.cur1 {
    height: auto;
    opacity: 1;
}

.xw_lkiafa {
    position: relative;
}

.hah_jaha {
    background: #fff;
    margin: 0 19px;
    margin-bottom: 38px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    transition: all .3s;
}

.hah_jaha:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 10px;
    background: url(//cdn.myxypt.com/1390862a/22/08/17d1c6de2b33ada237c963eb29cb3b3cf66dd8ae.png) no-repeat;
    width: 54px;
    height: 25px;
}

.hah_jaha .img {
    display: block;
    text-align: center;
}

.slick-slide img {
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
}

.hah_jaha h2 {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 60px;
}

.hah_jaha:hover h2 {
    color: #e6b981;
}

.hah_jaha:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

/*ç”µè„‘ç«¯äº§å“æ˜¾ç¤º*/
.slideGroup {}

.slideGroup .parHd {
    position: relative;
}

.slideGroup .parHd ul {
    margin: 0 -14px;
    margin-bottom: 60px;
}

.slideGroup .parHd ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(12.7% - 14px);
    margin: 0 4px;
    border: 1px solid #e7e7e7;
}


.slideGroup {
    text-align: left;
}

.slideGroup .parHd {
    /*height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  */
}

.slideGroup .parHd ul {}

.slideGroup .parHd ul li {
    cursor: pointer;
}

.slideGroup .parHd ul li.on {
    border: 2px solid #deb47f;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}


.slideGroup .parBd {
    margin-bottom: 60px;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.hah_jaha .img img {
    max-width: 100%;
    height: auto;
}

.slideGroup .parBd ul li {
    margin: 0 19px 30px;
    text-align: center;
}

.slideGroup .group {
    width: 347px !important;
    float: left;
}


/*å…¬å¸ç®€ä»‹*/
.wrap-about {

    position: relative;
    overflow: hidden;
}

.wrap-about .aboutimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(//cdn.myxypt.com/1390862a/22/08/2bc4710b903dba4a4e996c3ad78dc928a71d597b.jpg) no-repeat center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 20s linear infinite 0s;
    -moz-animation: imageAnimation 20s linear infinite 0s;
    -o-animation: imageAnimation 20s linear infinite 0s;
    -ms-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s;
    z-index: 1;
}

.aboutBar {
    position: relative;
    z-index: 9;
    padding: 118px 0;
}


@keyframes imageAnimation {
    0% {
        transform: scaleZ(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


.aboutBar {
    width: 60%;
}

.aboutBar h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

.aboutBar h2 p {
    font-size: 21px;
    padding-top: 20px;
}

.aboutcon {
    font-size: 17px;
    line-height: 36px;
    color: #fff;
    padding-top: 56px;
}

.aboutcon a {
    display: block;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    width: 26%;
    border: 1px solid #fff;
    margin-top: 6%;
    position: relative;
    padding-left: 6.5%;
    transition: all .3s;
}

.aboutcon a:after {
    position: absolute;
    top: 18px;
    right: 24%;
    content: '';
    background: url(//cdn.myxypt.com/1390862a/22/08/f1baeeff1dae0f1bf2978d2c7dbc1e89a0db969f.png) no-repeat;
    width: 21px;
    height: 7px;
}

.aboutcon a:hover {
    background: #d6801f;
    border-color: #d6801f;
}

@media(max-width: 768px) {
    .wrap-about {
        width: 100vw;
        overflow: hidden;
    }
}


/*ç›¸å…³*/
.homelist {
    padding: 98px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.homelist li {
    width: calc(25% - 24px);
    position: relative;
    overflow: hidden;
}

.homelist li h2 {
    position: absolute;
    top: 12%;
    left: 10%;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.homelist li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homelist li .img img {
    transition: all .5s;
    width: 100%;
}

.homelist li:hover .img img {
    transform: scale(1.1);
}

.homelist li .summy {
    position: absolute;
    left: 10%;
    bottom: -18%;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    transition: all .5s;
    width: 80%;
}

.homelist li:hover .summy {
    bottom: 20%;
}

@media(max-width: 768px){
    .homelist li {
        width: 49.2%;
        margin-bottom: 1.5%;
    }
    .homelist li .summy {
        bottom: 20%;
    }
}
@media(max-width: 767px){
    .homelist li {
        width: 100%;
    }
}


/*æ–°é—»*/
.wrap-news {
    background: #f8f8f8;
    padding-bottom: 130px;
}

.multiple-items {
    padding-top: 50px;
    margin: 0 -21px;
}

.newsList li {
    margin: 0 21px;
}

.newsList li span {
    display: inline-block;
    width: 124px;
    line-height: 36px;
    background: #f3ede7;
    color: #ac8759;
    font-size: 15px;
    text-align: center;
    font-family: 'Arial';
    margin: 30px 0;
    border-radius: 3px;
}

.newsList li h2 {
    padding-bottom: 14px;
    font-size: 16px;
    color: #333;
}

.newsList li .newscon {
    font-size: 14px;
    color: #666;
}

.newsList li .img {
    max-width: 412px;
    height: 235px;
    overflow: hidden;
}

.newsList li .img img {
    transition: all .3s;
    width: 100%;
    height: 100%;
}

.newsList li:hover .img img {
    transform: scale(1.1);
}

.multiple-items .slick-dots {
    position: absolute;
    bottom: -60px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.multiple-items .slick-dots li {
    position: relative;
    display: inline-block;
    height: 4px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.multiple-items .slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 4px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: none;

}

.multiple-items .slick-dots li button:focus {
    outline: none;
    background: #999;
}

.multiple-items .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "2022";
    width: 20px;
    height: 4px;
    font-family: slick;
    font-size: 6px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #999;

}

.multiple-items .slick-dots li.slick-active button:before {
    background: #e6b981;
}






/*é¦–é¡µç•™è¨€*/
.x-message-wrap {
    padding-top: 50px;
    position: relative;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
    width: 100%;
    height: 70px;
    border: none;
    padding: 0 20px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, .94);
    outline: none;
    border-radius: 2px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap textarea {
    height: 70px;
    resize: none;
    line-height: 70px;
}

.x-message-wrap #checkcode {
    float: left;
    width: 60%;
    margin-bottom: 0;
    height: 70px;
}

.x-message-wrap .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 40%;
    height: 70px;
    font-size: 12px;
    color: #666;
    background: #e7e4e4;
    padding: 20px 8px;
}

.x-message-wrap .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap .x-submit {
    background: #d2a772;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 16px;
    border-radius: 2px;
}

.x-message-wrap .x-submit:hover {
    background: #1b1b1b;
}

.n-default .n-invalid {
    border-color: #ab001a !important;
}

.n-default .msg-wrap {
    top: 8px;
    right: 5px;
    margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
    top: 65px;
}

.x-message-wrap .mput {
    margin: 0 9px;
    width: calc(21% - 22px);
    display: inline-block;
    vertical-align: top;
}

.x-message-wrap {
    margin: 0 -9px;
}

.x-message-wrap .submits {
    width: 14%;
}

















/*ç•™è¨€*/
.wrap-mess {
    background: url(//cdn.myxypt.com/1390862a/22/08/cae21e7fead5988558bedbd554dd28661f30b7f8.jpg) no-repeat;
    padding: 58px 0;
}

.messTitle {
    color: #fff;
    padding: 0;
}

/*åº•éƒ¨*/

.wrap-foot {
    background: #e5e5e5;
    padding: 34px 0;
}

.footnav {
    width: 40%;
}

.footTel {
    width: 54%;
}

.footlink {
    position: relative;
}

.conTel h2,
.footlink h2,
.navmune h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 20px;
}

.conTel,
.navmune a {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.navmune a {
    padding-right: 14px;
}

.footlink a {
    padding-right: 6px;
}

.footlink a:hover,
.navmune a:hover {
    color: #ac8759;
}

.footlink,
.conTel {
    padding-top: 20px;
}



.footlink .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}


.footlink .sec a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}






.wrap-copy {
    background: #1b1b1b;
    padding: 18px 0;
}

.wrap-copy a {
    font-size: 13px;
    color: #fff;
}

.footre,
.copyright {
    font-size: 13px;
    color: #fff;
    width: 60%;
    line-height: 22px;
}

.footre {
    width: 30%;
    text-align: right;
    /* line-height: 44px; */
}

.wrap-copy a:hover {
    color: #d2a772;
}

.conTel {
    width: 60%;
}

.rightCon {
    width: 18%;
}

.ft-QRcode {
    overflow: hidden;
}

.ft-QRcode .pic {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.ft-QRcode .pic:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 0;
    width: 88px;
    height: 30px;
    content: "";
    background: url(//cdn.myxypt.com/1390862a/22/08/bef0d03f8cdc8e75ec6e727fc0523fed2183f214.png) no-repeat;
    transform: translateY(400%);
    animation: moveEwm 2s ease-out alternate infinite;
}

.ft-QRcode .pic img {
    display: block;
    width: 100px;
    height: 100px;
}

.ft-QRcode .tit {
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

@keyframes moveEwm {
    100% {
        transform: translateY(0);
    }
}

.linkcon {
    height: 48px;
    overflow-y: scroll;
}

.linkcon a {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.mob_foot {
    background: #1b1b1b;
}

.mob_foot ul {
    text-align: center;
}

.mob_foot ul li {
    display: inline-block;
}

/*é¦–é¡µåŒºåŸŸ*/
.region {
    border: 1px solid #e0e1dc;
    padding: 10px;
    margin-top: 10px;
    color: #333;
}

.region h3 {
    line-height: 30px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    font-family: "å¾®è½¯é›…é»‘";
    background: #f3f3f3;
    border-bottom: 2px solid #df2525;
    font-size: 14px;
}

.more_region {
    position: absolute;
    right: 10px;
    line-height: 30px;
    top: 0;
    font-weight: normal;
    font-size: 12px;
}

.region .item {
    padding: 10px;
    padding-bottom: 0;
    color: #666;
}

.region .item a {
    color: #666;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 26px;
    margin-bottom: 6px;
}

.region .item a:hover {
    text-decoration: underline;
    color: #df2525;
}

.city h2 {
    line-height: 30px;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 5px;
}

.city .item {
    line-height: 28px;
    padding: 10px;
}



.picMarquee-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    text-align: center;
}

.picMarquee-top .bd ul li .img img {
    width: 100%;
}

.picMarquee-top .bd ul li h2 {
    font-size: 14px;
    font-weight: 400;
    color: #666;

}




@media (max-width: 1024px) {
    .aboutBar {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding: 80px 0;
    }

    .aboutcon {
        padding-top: 32px;
    }

    .aboutcon a {
        margin: 0 auto;
        text-align: left;
        margin-top: 40px;
    }

    .homelist {
        padding: 60px 0;
    }

    .footnav {
        display: none;
    }

    .footTel {
        width: 100%;
    }

    .rightCon {
        width: 27%;
    }

    .footre {
        display: none;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }
}



@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    #formsearch input#keyword {
        width: 90%;
    }

    .webTitle {
        padding-top: 38px;
    }

    .wrap-pro {
        margin-top: 38px;
        padding-top: 40px;
    }

    .sortPro {
        margin-bottom: 30px;
    }

    .slideGroup .parHd ul li {
        width: calc(25% - 12px);
        margin-bottom: 12px;
    }

    .hah_jaha h2 {
        font-size: 14px;
    }

    .aboutBar {
        width: 90%;
    }

    .slick-banner .slick-dots {
        bottom: 20px;
    }

  

}




@media (max-width: 425px) {
    .aboutBar {
        width: 100%;
        padding: 50px 0;
    }

    .aboutBar h2 {
        font-size: 36px;
    }

    .aboutBar h2 p {
        font-size: 18px;
    }

    .aboutcon {
        font-size: 15px;
        line-height: 28px;
    }

    .aboutcon a {
        width: 44%;
        line-height: 40px;
    }

    .wrap-news {
        padding-bottom: 50px;
    }
    .multiple-items {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
    }
    .newsList li{
        margin: 0;
    }

    .pageController .t1 {
        display: none;
    }

    .pageController .t2 {
        float: none;
        text-align: center;
    }

    .pageController .t2 a {
        margin-bottom: 10px;
    }

    .xypg-product-list li {
        width: 100%;
    }

    .slideGroup .group {
        width: 228px !important;
    }

    .slideGroup .parBd,
    .slideGroup .parHd ul {
        margin-bottom: 20px;
    }

}



@media (max-width: 768px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}