* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}



a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}



.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100%;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30.333333%;
    margin: 1.5%;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.cor-md-6 {
    width: 13.666666%;
    margin: 1.5%;
}

.md-pa-20 {
    padding: 20px 0;
}

.md-ma-20 {
    margin: 20px 0;
}

.md-pa-to-20 {
    padding-top: 20px;
}

.md-pa-bo-20 {
    padding-bottom: 20px;

}

.md-ma-to-20 {
    margin-top: 20px;
}

.md-ma-bo-20 {
    margin-bottom: 20px;

}

.md-pa-to-50 {
    padding-top: 50px;
}

.md-pa-bo-50 {
    padding-bottom: 50px;

}

.md-ma-to-50 {
    margin-top: 50px;
}

.md-ma-bo-50 {
    margin-bottom: 50px;

}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #edf1f2;
    position: relative;
    z-index: 999;
    padding: 19px 0;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 64%;
    margin-right: 11%;
}



.hover-ul {
    display: none;
}

header .right {
    background-color: #3a3332;
    width: 14%;
    position: absolute;
    top: 0;
    right: 0;

}

header .right .yy {
    line-height: 45px;
    border-bottom: 1px solid #f9f7ef;
    padding-left: 30px;
}

header .right .yy a {
    font-size: 16px;
    color: #fff;
}

header .right .lx {
    line-height: 70px;
    padding-left: 30px;
}

header .right .lx a:nth-child(1) {
    border-right: 1px solid #f9f7ef;
    width: 44%;
}

header .right .lx a:nth-child(2) {

    padding-left: 30px;
}

header .right .lx a {
    font-size: 18px;
    color: #fff;
    display: block;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}

header form input {
    line-height: 32px;
    border: none;
}

header form {
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -47%;
    z-index: 999;
    display: none;
}

header form .int1 {
    width: 220px;
    background-color: #dfdfdf;
    padding-left: 10px;
}

header form .int2 {
    width: 55px;
    background-color: #fbce07;
    color: #fff;
}

.big-banner {
    margin-top: 117px;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .flex .left {
    width: 44%;
    padding: 0 72px 0 100px;
    background-color: #edf1f2;
}

.big-banner .flex .left .txt-box>span {
    font-size: 40px;
    color: #131313;
    font-weight: bold;
    line-height: 50px;
}

.big-banner .flex .left .txt-box {
    margin-top: 145px;
}

.big-banner .flex .left p {
    font-size: 30px;
    font-family: "Arial";
    margin-top: 30px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.big-banner .flex .left .txt {
    margin-top: 30px;
}

.big-banner .flex .left .txt span {
    font-size: 22px;
    color: #131313;
    font-family: "Arial";
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.big-banner .flex .left .txt .txtp {
    font-size: 16px;
    color: #131313;
    font-family: "Arial";
    line-height: 28px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.big-banner .flex .right {
    width: 56%;
}

.header-flex {

    margin: 0 auto;
}

.header-img {
    width: 30%;
}




.list-unstyled>li {
    text-align: center;
    position: relative;
}


.hover-ul {
    width: 130px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid transparent;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: #fbce07;
    color: #fff;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 8px;
}

.phone-text {
    color: #fbce07;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .83;
    filter: alpha(opacity=83);
    /* IE */
    -moz-opacity: 0.83;
    /* 老版Mozilla */
    -khtml-opacity: 0.83;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #131313;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #131313;
    ;
}

.banner1 {
    padding-top: 64.48%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}


.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.list-unstyled>li {
    position: relative;
}

.list-unstyled>li>a {
    font-family: Arial;
    font-size: 18px;
    color: #131313;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.list-unstyled>li::before {
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #fbce07;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: none;
}

.list-unstyled>li:hover::before {
    display: block;
}

.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
    font-family: "Arial";
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
}

.top-nav-right-text>p {
    color: #fbce07;
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
}


/* 产品轮播 */




.certificate .banner2 a .img-box {
    padding-top: 67.29%;
    border: 1px solid #edf1f2;
}

.certificate .banner2 {
    position: relative;
}

.certificate .banner2 .swiper-slide {
    height: auto;
}




.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #fbce07;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #fbce07;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #fbce07;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #fbce07;
    outline: none;
}

.certificate .swiper-slide {
    background-color: #edf1f2;
    display: block;
    transition: all .6s;
}

.certificate .swiper-slide a .txt {
    padding: 60px 36px 0 36px;
    transition: all .6s;

}

.certificate .swiper-slide:hover {
    background-color: #3a3332;
}


.certificate .swiper-slide a .txt>span {
    font-size: 20px;
    color: #131313;
    font-family: "Arial";
    transition: all .6s;
}

.certificate .swiper-slide:hover a .txt>span {
    color: #fff;
}

.certificate .swiper-slide a .txt .txtp {
    font-size: 16px;
    color: #131313;
    line-height: 28px;
    margin-top: 18px;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.certificate .swiper-slide:hover a .txt .txtp {
    color: #fff;
}

.certificate>.wrap {
    max-width: 1600px;
}

/*  */



.public-title {
    font-size: 36px;
    color: #131313;
    ;
    padding: 37px 0 60px 0;
}

.public-frame {
    width: 184px;
    line-height: 34px;
    background-color: #fff;
    padding-left: 15px;
    font-size: 14px;
    color: #282828;
    text-transform: uppercase;
    margin-top: 24px;
}

.public-frame a {
    font-size: 14px;
    color: #282828;
}

.public-frame img {
    margin-right: 2%;
    margin-top: -1%;
}

.about {
    padding-top: 50px;
}

.about-left {
    width: 50%;
}

.about-left .img-box {
    padding-top: 71.74%;
}

.about-right {
    width: 47%;
    padding-top: 55px;
    /* margin-right: 3%; */
    margin-left: 3%;
}

.about-right .txt .p1 {
    font-size: 72px;
    color: #bcbcbc;
    font-family: "Arial";
    font-weight: bold;
}

.about-right .txt .p1 span {
    text-transform: uppercase;
    font-size: 100px;
    color: #282828;
    line-height: 105px;
}

.about-right .txt .p2 {
    line-height: 65px;
    font-size: 30px;
    color: #282828;
}

.about-right .txt .txtp {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 12px;
}

.about-right .public-frame {
    background-color: #edf1f2;
}

.about>.wrap {
    max-width: 1600px;
}

.about-left2 {
    width: 47%;
}

.about-left2 .txt {
    color: #333;
    font-size: 16px;
    line-height: 34px;
}

.about-right2 {
    width: 50%;
}

.about-right2 .img-box {
    padding-top: 72.22%;
}

.about-right2 .img1 {
    width: 49.7%
}


.system-left-box1 .left .txt>span {
    font-size: 20px;
    color: #3a3332;
}


.system-left {
    width: 62%;
}

.system-left-box1 {
    width: 100%;
    box-shadow: 0 8px 8px #e4e4e4;
    padding-bottom: 35px;
    padding-right: 25px;
    background-color: #fff;
}


.system-left-box1 .txtp {
    font-size: 16px;
    color: #131313;
    line-height: 27px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.system-left-box1 .left {
    width: 48%;
    padding-left: 155px;
}

.system-left-box1 .right {
    width: 47.6%;
}

.system-left-box1 .right .img-box {
    padding-top: 57%;
}

.system .public-frame {
    background-color: #edf1f2;
}

.public-frame a {
    display: block;
}

.system .public-title {
    position: relative;
}

.system .public-title::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #edf1f2;
    position: absolute;
    left: 0;
    bottom: 32%;
}

.system-left-box2 ul li {
    width: 48%;
}

.system-left-box2 ul li a .img-box {
    padding-top: 61.78%;
}

.system-left-box2 ul li a .txt {
    margin-top: 25px;
}

.system-left-box2 ul li a .txt>span {
    font-size: 20px;
    color: #3a3332;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.system-left-box2 ul li a .txt .txtp {
    font-size: 16px;
    color: #131313;
    line-height: 27px;
    margin-top: 20px;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.system-left-box2 ul li a {
    display: block;
    padding: 21px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 8px 8px #e4e4e4;
    background-color: #fff;
    transition: all .6s;
}




.system-left-box2 {
    width: 86%;
    margin-left: 14%;
    margin-top: 27px;
}

.system-right {
    width: 36%;
}

.system-right a .img-box {
    padding-top: 61.78%;
}

.system-right a .txt {
    margin-top: 25px;
}

.system-right a .txt>span {
    font-size: 20px;
    color: #3a3332;
    transition: all .6s;
}

.system-right a .txt .txtp {
    font-size: 16px;
    color: #131313;
    line-height: 27px;
    margin-top: 20px;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.system-right a {
    display: block;
    padding: 21px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 8px 8px #e4e4e4;
    height: 100%;
    position: relative;
    background-color: #fff;
    transition: all .6s;
}





.system-right a .public-frame {
    position: absolute;
    bottom: 21px;

    left: 21px;
}

.system>.flex {
    max-width: 1760px;
}

.partner .banner3 .swiper-slide {
    text-align: center;
}

.partner .banner3 .swiper-slide a {
    display: block;


}

.partner .banner3 .swiper-slide .img-box {
    padding-top: 38.75%;
    border: 1px solid #d9d9d9;
}

.partner .banner3 .swiper-slide p {
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.partner {
    padding-bottom: 50px;
}

.partner .public-title {
    padding: 60px 0 48px 0;
}

.fy-title {
    line-height: 100px;
    background-color: #edf1f2;
}

.fy-title .a1 {
    font-size: 36px;
    color: #3a3332;
    margin-left: 24%;
    border-left: 1px solid #fff;
    padding-left: 2%;
}

.fy-title .a2 {
    font-size: 16px;
    color: #3a3332;
}

.product-fy {
    margin-top: 118px;
}

.product-fy .nav-ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid #dbdbdb;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #131313;
    transition: all .6s;
}

.product-fy .nav-ul li a:hover {
    background-color: #131313;
    color: #fff;
}

.product-fy .nav-ul li a.on {
    background-color: #131313;
    color: #fff;
}

.product-fy .nav-ul li {
    width: 13.666666%;
    margin: 1.5%;
}


.product-fy-ul li a .img-box {
    padding-top: 69.65%;
    border: 1px solid #dbdbdb;

}

.product-fy-ul li a .img-box2 {
    padding-top: 79.65%;
    border: 1px solid #dbdbdb;

}
.product-fy-ul li a .img-box2 .mm{ position: absolute; width: 100%; height: 100%;background: rgba(51,51,51,0.3); }
.product-fy-ul li a .img-box2 .mm span{width: 80px; font-size:14px; height: 30px; line-height:30px; text-align: center; margin-top: -25px;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;display: block; color: #fff; border:1px solid #fff;}
.product-fy-ul li a .img-box2:hover .mm span{ color: #fbce07; border:1px solid #fbce07;}

.product-fy-ul li a p {
    line-height: 50px;
    border-bottom: 1px solid #bfbfbf;
    padding: 0 6px;

}

.product-fy-ul li a p .s1 {
    font-size: 16px;
    color: #131313;
    font-family: "Arial";
    text-transform: uppercase;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-fy-ul li a p .s2 {
    font-size: 18px;
    color: #bfbfbf;
    font-family: "Arial";
    width: 17px;
    line-height: 17px;
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.product-fy-ul li a:hover p {
    border-bottom: 2px solid #eec821;
}

.product-fy-ul li a:hover p {
    border-left: 1px solid #eec821;
    border-right: 1px solid #eec821;
}

.product-fy-ul li a:hover .img-box {
    border: 1px solid #eec821;
}

.product-fy-box {
    padding: 25px 0;
    min-height: 500px;
}

.partner .partner-ul li {
    width: 22%;
    margin: 1.5%;
}

.news-ul li {
    width: 100%;
    margin: 1.5%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding-left: 10px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100px;
}

.news-ul li a h5 {
    width: 100px;
    text-align: right;
    float: right;
    display: flex;
    align-items: center;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #666;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #06ac81;
}

.news-ul li:hover h5 span {
    background: #f38025;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 58%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 420px;
    position: relative;
    overflow: hidden;
}

.contact1-txt {
    line-height: 32px;
    font-size: 16px;
    font-family: "Arial";
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin: 1.5%;
}

.news-show {
    width: 100%;
}
.news-show .txt-left{ width:48%; margin-left:2%; float:left;}
.news-show .txt-left img{ display:block; margin:10px auto; max-width:100%; max-height:100%;}
.news-show .txt-right{ float:left; width:50%;}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    padding: 0px 0 5px 0;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 15px 0 10px;
    border-top: 1px solid #ddd;
}

.news-show .txt-nr img {
    max-width: 100% !important;
    height: auto !important
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
    max-height: 600px;
}

footer {
    background-color: #edf1f2;
}

.foo-span {
    font-size: 16px;
    color: #3c3c3d;
    border-bottom: 1px solid #3c3c3d;
    font-weight: bold;
}

.footer-left {
    width: 40%;
}

.footer-left .txt {
    line-height: 33px;
    font-size: 16px;
    color: #131313;
    margin-top: 12px;
}

.footer-right {
    width: 42%;
}

.footer-right ul {
    margin-top: 27px;
}

.footer-right ul li .txt {
    font-size: 14px;
    color: #131313;
    line-height: 25px;
}

.footer-right ul li {
    width: 29%;
}

.footer-buttom {
    background-color: #272727;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF;
    font-size: 14px;
}

footer>.wrap {
    padding: 30px 0;
}



@media (max-width:1670px) {
    header .right {

        width: 13%;

    }
}

@media (max-width:1623px) {
    header .right {
        width: 12%;

    }

    header .right .lx a {
        font-size: 16px;
        color: #fff;
        display: block;
    }

    header .right .lx {
        line-height: 70px;
        padding-left: 13px;
    }
}

@media (max-width:1720px) {
    .big-banner .flex .left .txt-box {
        margin-top: 110px;
    }
}

@media (max-width:1615px) {
    .big-banner .flex .left .txt-box {
        margin-top: 85px;
    }
}

@media (max-width:1567px) {
    .big-banner .flex .left .txt-box {
        margin-top: 40px;
    }
}

@media (max-width:1358px) {
    .big-banner .flex .left .txt-box {
        margin-top: 20px;
    }
}

@media (max-width:1794px) {
    header>.header-flex>.wrap>ul {

        width: 63%;
        margin-right: 14%;
    }
}

@media (max-width:1705px) {
    header>.header-flex>.wrap>ul {
        width: 63%;
        margin-right: 16%;
    }
}

@media (max-width:1381px) {
    header .right {
        display: none;
    }

    header>.header-flex>.wrap>ul {
        width: 70%;
        margin: 0;
    }

}

@media (max-width:1600px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }
}


@media (max-width:769px) {
    header {
        display: none;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner {
        margin-top: 0;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .big-banner .flex .left {
        padding: 10px;
        width: 47%;
    }

    .big-banner .flex .left .txt-box {
        margin-top: 0;
    }

    .big-banner .flex .left .txt-box>span {
        font-size: 16px;
        color: #131313;
        font-weight: bold;
        line-height: 22px;
    }

    .big-banner .flex .left p {
        font-size: 12px;
        font-family: "Arial";
        margin-top: 6px;
        text-transform: uppercase;

    }

    .big-banner .flex .left .txt span {
        font-size: 16px;
        color: #131313;
        font-family: "Arial";
        text-transform: uppercase;
        -webkit-line-clamp: 2;
    }

    .big-banner .flex .left .txt .txtp {
        font-size: 12px;
        color: #131313;
        font-family: "Arial";
        line-height: 20px;
        margin-top: 2px;

        -webkit-line-clamp: 2;
    }

    .big-banner .flex .left .txt {
        margin-top: 4px;
    }

    .big-banner .flex .right {
        width: 53%;
    }

    .banner1 {
        padding-top: 65.5%;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 52%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }


.news-show .txt-left{ width:100%; margin-right:0%; float:left;}
.news-show .txt-left img{ display:block; margin:10px auto; max-width:100%; max-height:100%;}
.news-show .txt-bt {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 26px;
    font-weight: normal;
	padding-bottom:2px;
}


    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }

    .contact1 {
        margin: 1.5% 0
    }

    .contact1-txt {
        font-size: 14px;
        line-height: 28px;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 12px;
    }


    .public-frame {
        width: 130px;
        line-height: 32px;
        background-color: #fff;
        padding-left: 8px;
        font-size: 12px;
        color: #282828;
        text-transform: uppercase;
        margin-top: 7px;
    }

    .certificate .swiper-slide a .txt {
        /*background-color: #edf1f2;*/
        padding: 12px;
        transition: all .6s;
    }

    .certificate .swiper-slide a .txt>span {
        font-size: 15px;
        color: #131313;
        font-family: "Arial";
        transition: all .6s;
    }


    .certificate .swiper-slide a .txt .txtp {
        font-size: 13px;
        color: #131313;
        line-height: 19px;
        margin-top: 3px;

    }

    .about {
        padding: 12px;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        padding-top: 0;
        margin-top: 20px;
        margin-left: 0;
    }

    .about-right .txt .p1 {
        font-size: 16px;
        color: #bcbcbc;
        font-family: "Arial";
        text-align: center;
    }

    .about-right .txt .p1 span {
        text-transform: uppercase;
        font-size: 19px;
        color: #282828;
        line-height: 21px;
    }

    .about-right .txt .p2 {
        line-height: 30px;
        font-size: 18px;
        color: #282828;
        font-weight: bold;
        border-bottom: 1px solid #dedede;

    }

    .about-right .txt .txtp {
        font-size: 14px;
        color: #333333;
        line-height: 30px;
    }

    .public-frame a {
        font-size: 12px;
        color: #282828;
    }

    .about-left2 {
        width: 100%;
        margin-top: 12px;
    }

    .about-right2 {
        width: 100%;
        margin-top: 12px;
    }

    .about-left2 .txt {
        color: #333;
        font-size: 14px;
        line-height: 26px;
    }

    .about-right .public-frame {
        margin-top: 16px;
    }

    .public-title {
        font-size: 20px !important;
        color: #131313;
        padding: 20px 0 !important;
    }

    .public-title-fyp {
        padding: 20px 0 10px 0 !important;
    }

    .system-left-box1 .left {
        width: 48%;
        padding-left: 0px;
    }

    .system-left-box1 {
        width: 100%;
        box-shadow: 0 8px 8px #e4e4e4;
        padding: 12px;
        background-color: #fff;
    }

    .system-left {
        width: 100%;
    }

    .system-left-box2 {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
    }

    .system-left-box1 .txtp {
        font-size: 13px;
        color: #131313;
        line-height: 20px;
        margin-top: 3px;
        -webkit-line-clamp: 2;
    }


    .system-left-box1 .left .txt>span {
        font-size: 16px;
        color: #3a3332;
    }

    .system-left-box2 ul li a .txt {
        margin-top: 8px;
    }

    .system-left-box2 ul li a .txt>span {
        font-size: 16px;
        color: #3a3332;
        transition: all .6s;
    }

    .system-left-box2 ul li a .txt .txtp {
        font-size: 14px;
        color: #131313;
        line-height: 23px;
        margin-top: 3px;
        transition: all .6s;
    }

    .system-left-box2 ul li a {
        display: block;
        padding: 10px;
        border: 1px solid #f8f8f8;
        box-shadow: 0 8px 8px #e4e4e4;
        background-color: #fff;
        transition: all .6s;
    }

    .system .public-title {
        padding: 6px 0 !important;
        padding-bottom: 12px !important;
    }

    .system .public-title::before {

        bottom: 8%;
    }

    .partner .banner3 .swiper-slide p {
        font-size: 14px;
        color: #333333;
        margin-top: 6px;

    }

    .partner {
        padding-bottom: 20px;
    }

    .product-fy-ul li a p .s1 {
        font-size: 13px;
        color: #131313;
        font-family: "Arial";
        text-transform: uppercase;
        width: 73%;

    }

.product-fy-ul li a p .s1 {
    -webkit-line-clamp: 4;
}
    .product-fy-ul li a p {
        line-height: 40px;
        border-bottom: 2px solid #bfbfbf;
        padding: 0 4px;
    }

    .product-fy-ul li a p .s2 {

        width: 15px;
        line-height: 15px;

    }


    .product-fy .nav-ul li a {

        line-height: 40px;

        font-size: 15px;

    }

    .product-fy {
        margin-top: 0;
    }

    .fy-title .a1 {
        font-size: 16px;
        color: #3a3332;
        margin-left: 2%;
        border-left: 1px solid #fff;
        padding-left: 3%;
    }

    .fy-title .a2 {
        font-size: 13px;
        color: #3a3332;
    }

    .fy-title {
        line-height: 50px;
        background-color: #edf1f2;
    }


    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        widows: 100%;
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px; line-height:36px;
    }

    .hidden-xs {
        display: block !important;
    }

    .news-ul {
        margin-top: 10px;
    }

    .news-ul li {
        margin: 0;
        margin-bottom: 15px;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .product-fy-box {
        padding: 12px 0;
    }

    .contact1 {

        padding-bottom: 10px;
    }

    .contact1 .map {
        height: 250px;
    }

    .about-right .txt .txtp {

        margin-top: 10px;
    }

    .about-left .img-box {
        padding-top: 60.74%;
    }

    .footer-left .txt {
        line-height: 28px;
        font-size: 14px;
        color: #131313;
        margin-top: 6px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin-top: 16px;
    }

    .footer-right ul {
        margin-top: 12px;
    }

    .footer-right ul li .txt {
        font-size: 12px;
        color: #131313;
        text-align: center;
        line-height: 26px;
    }

    .footer-right ul li {
        text-align: center;
        display: block;
    }


    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        text-align: center;
    }

    footer>.wrap {
        padding: 20px 0;
    }

    .footer-buttom a {
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }
}

.messq{ width:98%; max-width:800px; margin:10px auto;}
.mess{ width:98%; max-width:720px; margin:40px auto 10px;}
.mess span{ margin-bottom:10px; line-height:36px; display:block}
.mess form{ width:100%; max-width:600px; display: flex;  justify-content:space-between;}
.mess form .int1 {width: calc(100% - 100px); background-color: #f2f2f2; border:1px solid #ddd; text-indent: 10px;}
.mess form .int2 { width: 90px; background-color: #fbce07; color: #333;border:1px solid #ddd;}