/*鍏叡鏍峰紡--寮€濮�*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
ul,
ol {
    list-style: none;
}

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

.fl {
    float: left;
}
.fr {
    float: right;
}
.clearboth {
    clear: both;
}
body {
    font-family: Microsoft YaHei;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/* 瀵艰埅 */
.x-menu > li {
    float: left;
    position: relative;
    /* padding: 0 26px; */
    /* margin: 0 27px */
    /* min-width: 120px; */
}
.tbtp{
    margin-left: 90px;
}
.tbtp img{
    margin-top: 24px;
}
.x-menu > li:hover{
    background: #25666c;
}
.x-menu > li:last-child {
    padding-right: 0;
}

.x-menu > li > a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    /* line-height: 1; */
}

.x-menu > li.active > a,
.x-menu > li > a:hover {
    color: #fff;
}

.x-menu > li:after {
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: 100;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*height: 40px;*/
    /*opacity: 0;*/
    /*top: 100%;*/
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* .x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 120%;
    left: -8%;
    top: 65px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
} */

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    /*line-height: 2;*/
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0.5em;
}

.x-sub-menu > li > a:hover {
    background: #103294;
    color: #fff;
}
.x-sub-menu {
    z-index: 9999;
    width: 100%;

    top: 56px;
    /* left: 0; */
    max-height: 0;
    position: absolute;
    /* top: 100%; */
    /* z-index: 0; */
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    margin-top: 10px !important;
}

.x-sub-menu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.4s, -moz-transform 0.5s;
    -ms-transition: opacity 0.4s, -ms-transform 0.5s;
    -o-transition: opacity 0.4s, -o-transform 0.5s;
    transition: opacity 0.4s, transform 0.5s;
    background: #fff;
    margin-bottom: 1px;
}

.x-menu .x-sub-menu li:hover a {
    border-left: 0px solid #454545;
    border-radius: 0;
    color: #292929;
    background: #efefef;
}

.x-menu > li:hover .x-sub-menu,
.x-menu > li:focus .x-sub-menu {
    max-height: 2000px;
    z-index: 10;
}

.x-menu > li:hover .x-sub-menu li,
.x-menu > li:focus .x-sub-menu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.x-menu li:hover .x-sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.x-menu li:hover .x-sub-menu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.x-menu li:hover .x-sub-menu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.x-menu li:hover .x-sub-menu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.x-menu li:hover .x-sub-menu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.x-menu li:hover .x-sub-menu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.x-menu li:hover .x-sub-menu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.x-menu li:hover .x-sub-menu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.x-sub-menu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.x-sub-menu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.x-sub-menu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.x-sub-menu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.x-sub-menu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.x-sub-menu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.x-sub-menu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.x-sub-menu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.tleft .p1 {
    font-size: 14px;
    color: #999999;
    line-height: 45px;
}
.tophead {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
}
.x-seo {
    color: #999999;
    font-size: 14px;
    line-height: 45px;
}
.x-seo a {
    color: #999999;
}
.x-seo a:hover {
    color: #32787f;
}
.logo1 {
    line-height: 124px;
}
.tel {
    padding-top: 38px;
}
.tel1 {
    font-size: 16px;
    color: #555555;
    font-weight: 700;
    padding-top: 7px;
    margin-right: 23px;
}
.tel1 .p1 {
    text-align: right;
}
.tel1 p:nth-child(2) {
    font-size: 28px;
    color: #32787f;
    margin-top: -6px;
    font-family: Arial;
}
.keyleft .p1 {
    line-height: 84px;
    font-size: 15px;
    color: #333333;
}
.keyleft .p1 span {
    margin-left: 7px;
}
.keyleft .p1 span a {
    color: #888888;
    margin-right: 20px;
}
.keyleft .p1 span a:hover {
    color: #32787f;
}
.ss {
    width: 254px;

    position: relative;
    padding-top: 29px;
}
#keyword {
    width: 100%;
    height: 24px;
    border: none;
    outline: none;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    padding-left: 15px;
}
#keyword::placeholder {
    color: #b4b4b4;
}
#s_btn {
    background: url(//cdn.xypt.top/dd6fe30c/20/11/e8b334b09ac3c2a550dc904593c4c3ab34db95c2.png);
    width: 19px;
    height: 19px;
    border: none;
    outline: none;
    position: absolute;
    right: 17px;
}
.nav {
    background: #32787f;
}

/* 鐜繚搴熸皵澶勭悊璁惧鍒堕€犲晢 */
.title {
    padding-top: 50px;
}
.title .p1 {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}
.title .p2 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.title .p3 {
    width: 46px;
    height: 3px;
    margin: 0 auto;
    background: #32787f;
}
.chuli {
    background: #f9f9f9;
    padding-bottom: 64px;
}
.sbs {
    margin-top: 125px;
    margin-left: -13.75px;
    margin-right: -13.75px;
}
.sbdg {
    width: 20%;
}
.sbs1 {
    margin: 0 13.75px;
    border: solid 1px #e3e3e3;
    background: #fff;
    position: relative;
    padding-bottom: 33px;
    cursor:pointer;
}
.sbs1:hover {
    margin-top:  -10px;
    border: solid 1px #32787f;
    transition: all 0.8s;
}
.s1 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    margin-top: -60px;
    border-radius: 50%;
    background: #32787f;
    left: 50%;
    margin-left: -60px;
    overflow: hidden;
}
.simg {
    margin-top: 33.5px;
    margin-left: 33.5px;

    max-width: 100%;
}
/*.sbdg:hover .simg {*/
/*  transition: all 0.8s;*/
/*  transform: scale(1.15);*/
/*}*/
.sbs1 .p1 {
    margin-top: 85px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.xhx {
    width: 38px;
    height: 2px;
    margin: 0 auto;
    margin-top: 13px;
    background: #1d1d1d;
}
.sbdg:hover .xhx {
    background: #32787f;
}
.sbs1 .p2 {
    font-size: 15px;
    color: #666666;
    padding: 0 63px;
    text-align: center;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sbdg:hover .sbs1 .p1 {
    color: #32787f;
}
.sjzd {
    display: none;
}
/* 浜у搧涓績 */
.pro {
    margin-top: 58px;
    margin-bottom: 58px;
}
.pleft {
    width: 260px;
}
.pltop {
    width: 100%;
    height: 88px;
    background: #32787f;
    padding-left: 50px;
    padding-top: 28px;
    margin-bottom: 15px;
}
.pltop .p1 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-left: 20px;
    margin-top: -5px;
}
/*.pli .ppp:hover .plia2{*/
/*    display: block;*/
/*}*/
.pli .plia1{
    line-height: 48px;
    text-align: center;
    margin-bottom: 8px;
    font-size: 18px;
    color: #555555;
    border: solid 2px #dddddd;
}
.pli .plia2{
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #777;
    border-bottom: dashed 1px #eee;
}
.pull{
    display: none;
}
.pli .plia2:hover{
    color:#32787f ;
}
.pli a {
    display: block;
    color: #555555;
}
.pli .plia1:hover {
    border: solid 2px #ffffff;
    background: #32787f;
}
.pli .plia1:hover {
    color: #ffffff;
}
.pltel {
    height: 110px;
    background: #32787f;
    /*padding-left: 46px;*/
    text-align: center;
    padding-top: 32px;
    margin-top: 5px;
}
.pltel .p1 {
    font-size: 16px;
    color: #ffffff;
}
.pltel p:nth-child(2) {
    font-size: 26px;
    font-family: Arial;
    color: #ffffff;
    font-weight: 700;
}
.pp {
    margin-bottom: 34px;
}
.pr1 {
    width: 1076px;
    margin-left: -11px;
    margin-right: -11px;
}
.pr1 .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}
.cp {
    margin: 0 11px;
}
.cp .p1 {
    font-size: 18px;
    color: #555555;
    font-weight: 700;
    text-align: center;
    padding-top: 24px;
}
.ppp {
    overflow: hidden;
}
.ppp img {
    transition: all 0.8s;
    max-width: 100%;
}
.cp:hover .ppp img {
    transition: all 0.8s;
    transform: scale(1.15);
}
.cp:hover .p1 {
    color: #32787f;
}
.xz {
    display: none;
    margin-bottom: 30px;
}
.xz ul li {
    text-align: center;
    font-size: 18px;
    color: #222222;
}
.xz ul li a {
    color: #222222;
}
.xz ul li a:hover {
    color: #32787f;
}
/* 浜斿ぇ浼樺娍 */
.ggd {
    display: none;
}
.goods {
    background: url(//cdn.xypt.top/dd6fe30c/21/01/c02f9ab73fd9350408e28ed8f94a7288b947d6d4.jpg) no-repeat;
    background-attachment: fixed;
    padding-bottom: 0.46rem;
}
.goods .title .p1,
.goods .title .p2 {
    color: #fff;
}
.goods .title .p3 {
    background: #fff;
}
.gd {
    margin-top: 58px;
    margin-left: -8.75px;
    margin-right: -8.75px;
}
.g {
    width: 20%;

}
.gg:hover {
    margin-top: -10px;
    transition: all 0.8s;
}
.gg {
    width: 266px;
    margin: 0 8.75px;
    background: #fff;
    padding-top: 49px;
    position: relative;
    height: 300px;
    cursor:pointer;


}

.ggg {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #32787f;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    border: solid 8px #eaf1f2;
}
.ggg .gimg {
    margin-left: 10px;
    margin-top: 9px;
}
.gg .p1 {
    margin-top: 111px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #32787f;
}
.gg .p2 {
    font-size: 14px;
    color: #333333;
    padding: 0 34px;
    text-align: center;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dh {
    width: 465px;
    margin: 0 auto;
    margin-top: 48px;
}
.dh .sp {
    font-size: 14px;
    color: #ffffff;
    margin-left: 14px;
    margin-top: 10px;
}
.dh p {
    float: left;
    font-size: 28px;
    font-family: Arial;
    font-weight: 700;
    color: #ffffff;
}
.dh .gen span {
    z-index: 9999;
    display: block;
    position: relative;
}
.dh .gen:hover span {
    z-index: 9999;
    transition: all 0.8s;
}
.dh .gen {
    display: inline-block;
    transition: all 0.8s;
    width: 108px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border: solid 1px #fff;
    border-radius: 20px;
    margin-left: 28px;
    position: relative;
}
.gen::before {
    content: "";
    width: 0;
    height: 34px;
    display: block;
    background: #32787f;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    transition: all 0.8s;
}
.gen:hover {
    border: none;
}
.gen:hover::before {
    width: 50%;
    left: 0;
    /* transition: all 0.8s; */
}
.gen::after {
    content: "";
    width: 0;
    height: 34px;
    display: block;
    background: #32787f;
    position: absolute;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    right: 50%;
    top: 0;
    transition: all 0.8s;
}
.gen:hover::after {
    width: 50%;
    right: 0;
    /* transition: all 0.8s; */
}
/* 妗堜緥 */
.case {
    background: url(//cdn.xypt.top/dd6fe30c/20/11/1d60aaaee155eb2a9f5e9e117782c0f686e6221e.png)
    left top no-repeat;
    margin-top: 98px;
    padding-bottom: 114px;
}
.case .title {
    display: none;
}
.cleft .p1 {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}
.cc {
    margin-top: 65px;
}
.cc .ccc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
.cc .ccc::before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background: #32787f;
    float: left;
    margin-right: 19px;
}
.cc .ccc a {
    color: #555555;
}
.cc .ccc:hover {
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s;
}
.cc .ccc:hover a {
    color: #32787f;
}
.ckgd {
    margin-top: 85px;
    width: 108px;
    display: block;
    height: 34px;
    border-radius: 20px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #32787f;
    position: relative;
    color: #32787f;
    font-size: 14px;
}
.ckgd span {
    position: relative;
    display: block;
    z-index: 9999;
}
.ckgd::before {
    content: "";
    width: 0;
    height: 34px;
    display: block;
    background: #32787f;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: absolute;
    left: 52%;
    top: 0;
    transition: all 0.8s;
}
.ckgd:hover {
    border: none;
    color: #fff;
    transition: all 0.8s;
}
.ckgd:hover::before {
    width: 50%;
    left: 0;
    /* transition: all 0.8s; */
}
.ckgd::after {
    content: "";
    width: 0;
    height: 34px;
    display: block;
    background: #32787f;
    position: absolute;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    right: 52%;
    top: 0;
    transition: all 0.8s;
}
.ckgd:hover::after {
    width: 50%;
    right: 0;
    /* transition: all 0.8s; */
}
.cright {
    width: 1088px;
    margin-left: -17px;
    margin-right: -17px;
}
.czb {
    margin: 0 17px;
    position: relative;
}
.czb p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 82px;
    background: linear-gradient(
            rgb(0, 0, 0, 0),
            rgb(0, 0, 0, 0.3),
            rgb(0, 0, 0, 0.6)
    );
}
.cimg{
    overflow: hidden;
}
.cimg img{
    transition: all 0.8s;
    max-width: 100%;
}
.cimg:hover img{
    transition: all 0.8s;
    transform: scale(1.05);
}
/* 鎷撶厹寰� 鍚堜綔娴佺▼ */
.hz {
    background: #f1f1f1;
    padding-bottom: 58px;
}
.hzlc {
    margin-top: 60px;
}
.hzd {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    padding: 20px;
    margin-right: 56px;
    position: relative;
    border: 1px solid #cccccc;

}
/* .hzd:hover {
  transform: rotate(360deg);
  transition: all 0.8s;
} */
.hzd:hover .hzd1 {
    transform: rotateY(180deg);

}
.hzd .p1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -10px;
    z-index: 999;
    width: 30px;
    text-align: center;
    background: #f1f1f1;
}
.hzd:last-child {
    margin-right: 0;
}
.hzd1 {
    background: #32787f;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 1s;
}
.hz .dh .sp {
    color: #666666;
}
.hz .dh p {
    color: #666666;
}
.hz .dh .gen {
    border: 1px solid #32787f;
    color: #666666;
}
.hz .dh .gen:hover {
    color: #fff;
    border: none;
}
/* 鍏充簬鎴戜滑 */
.about {
    padding-top: 78px;
    margin-bottom: 79px;
}
.aright {
    width: 660px;
}
.aright .p1 {
    font-size: 30px;
    font-weight: 700;
    color: #32787f;
}
.aright .p2 {
    font-size: 24px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 40px;
}
.aright p:nth-child(3) {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.qh {
    margin-top: 34px;
}
.qh a {
    display: block;
    float: left;
    width: 160px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    border: 1px solid #dddddd;
    margin-right: 20px;
}
.qh a:hover {
    border: none;
    background: #32787f;
    color: #ffffff;
}
.zzjg {
    margin-right: 0;
}
.about2 {
    margin-top: 67px;
    margin-left: -18px;
    margin-right: -18px;
}
.aimg {
    margin: 0 18px;
}
/* 鏂伴椈 */
.news {
    background: #f9f9f9;
    padding-bottom: 70px;
}
.news1 {
    margin-top: 60px;
    padding-bottom: 41px;
    border-bottom: 1px solid #e5e5e5;
}
.nleft {
    position: relative;
    width: 48%;
}
.nleft .p1 a {
    font-size: 16px;
    color: #666666;
    position: absolute;
    top: 0;
}
.nleft .p1 a:hover {
    color: #32787f;
}
.nleft .p2 {
    /* padding-left: 84px; */
    color: #32787f;
    font-family: Arial;
    font-size: 16px;
}
.nleft .p2 span {
    font-size: 16px;
    color: #666666;
}
.nleft .p2 span a {
    font-size: 16px;
    color: #666666;
}
.nleft .p3 {
    font-size: 20px;
    color: #32787f;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 21px;
}
.nleft .p3 a {
    color: #555555;
}
.nleft .p3 a:hover {
    color: #32787f;
}
.nzb1l {
    width: 308px;
}
.nleft .p4 {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
.nzb .owl-carousel .owl-nav button.owl-prev {
    display: none;
}
.nzb .owl-carousel .owl-nav {
    display: block;
}
.nzb .owl-carousel .owl-nav button.owl-next {
    outline: none;
}
.nzb .owl-carousel .owl-nav button.owl-next .icon-font:after {
    background: url(//cdn.xypt.top/dd6fe30c/20/11/d81c9368aaaa83942019118bd220efad3075a465.jpg)
    right;
    width: 58px;
    height: 58px;
    border: none;
    top: -74px;
    left: 2px;
}
.nzb .owl-carousel .owl-nav button.owl-next:hover .icon-font:after {
    background: url(//cdn.xypt.top/dd6fe30c/20/11/d81c9368aaaa83942019118bd220efad3075a465.jpg)
    left;
    transition: all 0.3s;
}
.nright {
    width: 48%;
    position: relative;
}
.nright .p1 a {
    font-size: 16px;
    color: #666666;
    position: absolute;
    top: 0;
}
.nright .p1 a:hover {
    color: #32787f;
}
.nright .p2 {
    color: #32787f;
    font-family: Arial;
    font-size: 16px;
}
.nright .p2 span {
    font-size: 16px;
    color: #666666;
}
.nright .p2 span a {
    font-size: 16px;
    color: #666666;
}
.nright .p3 {
    font-size: 20px;
    color: #32787f;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 21px;
}
.nright .p3 a {
    color: #555555;
}
.nright .p3 a:hover {
    color: #32787f;
}
.nzb1l {
    width: 308px;
}
.nright .p4 {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
.jny {
    width: 58px;
    height: 58px;
    margin-top: 35px;
    background: url(//cdn.xypt.top/dd6fe30c/20/11/d81c9368aaaa83942019118bd220efad3075a465.jpg)
    right;
}

.jny:hover {
    background: url(//cdn.xypt.top/dd6fe30c/20/11/d81c9368aaaa83942019118bd220efad3075a465.jpg)
    left;
    transition: all 0.3s;
}
/* .nnn {
  width: 25%;
} */


.nzb1r a{
    overflow: hidden;
    display:block;
}
.nzb1r a img{
    transition: all 0.8s;
    max-width: 100%;
}
.nzb1r:hover a img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.nnn .p1 {
    font-size: 16px;
    font-family: Arial;
    color: #32787f;
}
.nnn .p1 span {
    font-size: 16px;
    color: #666666;
}
.nn {
    margin-top: 50px;
}
.nnn .p2 {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.nnn .p2:hover {
    color: #32787f;
}
.nnn {
    padding-right: 85px;
}
.abcd {
    margin: 0 12.5px;
    border: 3px solid #eeeeee;
    position: relative;
    cursor:pointer;
}
.abc {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

/* .abcd::after {
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
} */
/* .abcd:hover {
  border-top: 3px solid #32787f;
  animation: bt 3s infinite;
} */









.abcd:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: calc(2px / -1);
    left: calc(2px / -1);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#32787f),
            to(#32787f)
    ),
    -webkit-gradient(linear, left bottom, left top, color-stop(50%, #32787f), color-stop(50%, transparent)),
    -webkit-gradient(linear, left bottom, left top, color-stop(50%, #32787f), color-stop(50%, transparent)),
    -webkit-gradient(linear, left top, right top, from(#32787f), to(#32787f)),
    -webkit-gradient(linear, right top, left top, from(#32787f), to(#32787f));
    background: linear-gradient(to right, #32787f 0%, #32787f 100%),
    linear-gradient(to top, #32787f 50%, transparent 50%),
    linear-gradient(to top, #32787f 50%, transparent 50%),
    linear-gradient(to right, #32787f 0%, #32787f 100%),
    linear-gradient(to left, #32787f 0%, #32787f 100%);
    background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: scaleX(0) rotate(0deg);
    transform: scaleX(0) rotate(0deg);
    -webkit-transition-delay: 0.6s, 0.3s, 0s;
    transition-delay: 0.6s, 0.3s, 0s;
}
.abcd:hover:before {
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    -webkit-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
    -webkit-transition-delay: 0s, 0.3s, 0.6s;
    transition-delay: 0s, 0.3s, 0.6s;
}
.abcd:hover {
    border: #fff 3px solid;
}
.hzpp {
    padding-top: 58px;
    padding-bottom: 65px;
}
/* 灏鹃儴 */
.footer {
    background: #222222;
    padding-top: 46px;
}
.footer .d1 {
    width: 35%;
}
.footer .d1 dl {
    width: 33.333%;
}
.footer .d1 dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
}
.footer .d1 dl:nth-child(2) {
    text-align: center;
}
.footer .d1 dl dd {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer .d1 dl dd a {
    color: #eeeeee;
}
.footer .d1 dl dd a:hover {
    color: #32787f;
}
.footer .d2 {
    width: 35%;
}
.footer .d2 .p1 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    /*text-align: center;*/
    padding-left: 34%;
}
.footer .d2 .d22 {
    padding-left: 34%;
    color: #eeeeee;
}
.footer .d2 .d22 p {
    margin-bottom: 10px;
    font-size: 14px;
}
.footer .d3 {
    width: 30%;
}
.footer .d3 .d31,
.footer .d3 .d32 {
    border: 1px solid #7a7a7a;
    padding: 10px;
}
.footer .d3 .d31 {
    margin-right: 30px;
}
.footer .d3 .p1 {
    text-align: center;
    font-size: 14px;
    color: #eeeeee;
    padding-top: 10px;
}
.link {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 46px;
    padding-bottom: 34px;
}
.link a {
    color: #ffffff;
    opacity: 0.8;
}
.bq {
    line-height: 85px;
    background: #ffffff;
    color: #666666;
    font-size: 14px;
}
.bq a {
    color: #666666;
}
.bq a:hover {
    color: #32787f;
}
.foot {
    display: none;
}
.pulll{
    display: none;

}
.pli:hover .pulll{
    display: block;

}
@media (max-width: 1600px){
    .x-menu > li{
        width:11.1%;
        text-align:center;
    }
    .x-menu > li > a{
        padding:0;
    }
    .page-wrap,.page-position{
        padding-left: 15px;
        padding-right:15px;
    }
    .logo1{
        width:80%;
        line-height:90px;
    }
    .logo1 img{
        width:100%;
    }
    .tbtp{
        line-height:90px;
    }
    .tbtp img{
        margin-top:0;
    }
    .tel{
        padding-top:2%;
    }
}
@media (max-width: 1440px){

    .pro{
        padding-left:15px;
        padding-right:15px;
    }
}
@media (max-width: 1418px) {
    .hzd {
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
        padding: 0.2rem;
        margin-right: 0.59rem;
        position: relative;
        border: 1px solid #cccccc;
    }
    .hzd:hover {
        transform: rotate(360deg);
        transition: all 0.8s;
    }

    .hzd .p1 {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -15px;
        margin-top: -10px;
        z-index: 999;
        width: 30px;
        text-align: center;
        background: #f1f1f1;
    }
    .hzd:last-child {
        margin-right: 0;
    }
    .hzd1 {
        background: #32787f;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        line-height: 1.8rem;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
    }

}
@media (max-width: 1399px) {
    .tophead,
    .bothead,
    .about,
    .keyworld,
    .news2,
    .abc {
        padding: 0 15px;
    }

    .footer .w1,
    .link,
    .bq {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about {
        padding-top: 30px;
    }
    .s1 {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: -0.75rem;
        margin-top: -0.75rem;
    }
    .simg {
        width: 0.53rem;
        height: 0.53rem;
        margin-top: 0.485rem;
        margin-left: 0.485rem;
    }
    .sbs1 .p2 {
        padding: 0 0.6rem;
    }
    .chuli {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sbs1 .p2 {
        margin-top: 10px;
    }
    .sbs1 .p1 {
        margin-top: 65px;
    }
    .sbs1 {
        padding-bottom: 20px;
    }
    .pleft{
        width:20%;
    }
    .pright{
        width:80% ;
    }
    /*.pleft {*/
    /*  display: none;*/
    /*}*/
    /*.xz {*/
    /*  display: block;*/
    /*}*/
    /*.pright {*/
    /*  float: none;*/
    /*}*/
    .pr1 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .cp {
        margin: 0 20px;
    }
    .ppp img {
        width: 100%;
    }
    .gg {
        width: 3rem;
        margin: 0 auto;
        background: #fff;
        padding-top: 0.49rem;
        position: relative;
        height: 3.3rem;
    }
    .ggg {
        width: 0.66rem;
        height: 0.66rem;
        border-radius: 50%;
        background: #32787f;
        position: absolute;
        left: 50%;
        margin-left: -0.33rem;
        animation: pulse 3s infinite;
    }
    .ggg .gimg {
        margin-left: 0.18rem;
        margin-top: 0.18rem;
        width: 0.3rem;
    }
    .gg .p1 {
        margin-top: 1.11rem;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #32787f;
    }
    .gg .p2 {
        font-size: 14px;
        color: #333333;
        padding: 0 0.34rem;
        text-align: center;
        margin-top: 16px;
    }
    .case {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nzb1l {
        float: none;
    }
    .nzb1r {
        float: none;
    }

    .nzb .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    .nzb2 .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    .nzb1l {
        width: auto;
    }
}
@media (max-width: 1389px) {
    .aleft {
        width: 9rem;
    }
    .aleft img {
        width: 100%;
    }
    .aright {
        width: 8rem;
    }
    .aright .p1 {
        font-size: 180%;
    }
    .aright .p2 {
        font-size: 160%;
    }
    .gimg {
        display: none;
    }
    .case {
        margin-top: 40px;
        padding-bottom: 60px;
    }
    .jny {
        margin-bottom: 15px;
    }
    .nzb1r img {
        width: 100%;
    }
}
@media (max-width: 1296px) {
    .qh {
        display: none;
    }
    .pltop{
        padding-left:15%;
    }
}
@media (max-width: 1249px) {
    .hzd {
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
        padding: 0.2rem;
        margin-right: 0.58rem;
        position: relative;
        border: 1px solid #cccccc;
    }
    .aright .p2 {
        display: none;
    }
    .aright .p1 {
        margin-bottom: 15px;
    }
    .aright p:nth-child(3) {
        font-size: 100%;
        line-height: 32px;
    }
    .nnn {
        padding-right: 0;
    }
}
@media (max-width: 1245px) {
    .cleft {
        display: none;
    }
    .cright {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .case .title {
        display: block;
        padding-top: 0;
    }
}
@media (max-width: 1221px) {
    .tbtp{
        display:none;
    }
}
@media (max-width: 1144px){
    .pagin-mid{
        margin-bottom: 10px;
    }

}
@media (max-width: 1024px) {
    .x-menu > li > a {
        padding: 0 1.4vw;
    }
}
@media (max-width: 1015px) {
    .hzd {
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
        padding: 0.2rem;
        margin-right: 0.57rem;
        position: relative;
        border: 1px solid #cccccc;
    }
}
@media (max-width: 992px) {
    .head {
        display: none;
    }
    .nav {
        display: none;
    }
    .pleft {
        display: none;
    }
    .xz {
        display: block;
    }
    .pright {
        float: none;
        width:100%;
    }
    .sbdg {
        width: 33.3%;
        margin-bottom: 50px;
    }
    .sbs {
        margin-top: 1.25rem;
    }
    .sbs1 {
        border: solid 1px #e3e3e3;
        background: #fff;
        position: relative;
        height: 195px;
    }
    .sbs1 .p2 {
        padding: 0 1rem;
    }
    .sbdg:last-child {
        float: right;
    }
    .s1 {
        width: 1.7rem;
        height: 1.7rem;
        margin-left: -0.85rem;
        margin-top: -0.85rem;
    }
    .simg {
        width: 0.63rem;
        height: 0.63rem;
        margin-top: 0.535rem;
        margin-left: 0.535rem;
    }
    .gg {
        width: 3rem;
        margin: 0 auto;
        background: #fff;
        padding-top: 0.49rem;
        position: relative;
        height: 3.8rem;
    }
    .case {
        margin-top: 30px;
        padding-bottom: 1.14rem;
    }
    .hz {
        display: none;
    }
    .aleft {
        float: none;
        width: 80%;
        position: relative;
        margin: 0 auto;
    }
    .aleft::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgb(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
    }
    .about {
        position: relative;
    }
    .aleft img {
        width: 100%;
    }
    .aright {
        float: none;
        width: 70%;
        left: 15%;

        position: absolute;
        top: 80px;
    }
    .aright p:nth-child(3) {
        color: #fff;
    }
    .nnn {
        /* width: 50%; */
        margin-bottom: 20px;
    }
    .news {
        padding-bottom: 0;
    }
    .footer .d3 {
        display: none;
    }
    .footer .d2 {
        float: right;
    }
    .footer .d2 .p1 {
        text-align: left;
    }
    .footer .d2 .d22 {
        padding-left: 0;
    }
    .link {
        display: none;
    }
    .bq {
        display: none;
    }
    .x-banner {
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .keyworld {
        display: none;
    }
    .cp {
        margin: 0 5px;
    }
    .chuli {
        padding-bottom: 0;
    }
    .g {
        width: 33.3%;
        margin-bottom: 10px;
    }
    .g:last-child {
        float: right;
    }
    .gg {
        width: 80%;
        margin: 0 auto;
        background: #fff;
        padding-top: 0.49rem;
        position: relative;
        height: 6rem;
    }
    .ggg {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: #32787f;
        position: absolute;
        left: 50%;
        margin-left: -0.5rem;
        animation: pulse 3s infinite;
    }
    .ggg .gimg {
        display: none;
    }
    .gg .p1 {
        margin-top: 2rem;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #32787f;
    }
    .gg .p2 {
        font-size: 14px;
        color: #333333;
        padding: 0 0.34rem;
        text-align: center;
        margin-top: 16px;
    }
    .czb p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 120%;
    }
    .footer {
        display: none;
    }
    .foot {
        display: block;
    }
    .foot {
        background: #1e1d2d;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .fw {
        width: 95%;
        margin: 0 auto;
    }
    .fw .du .dul .p1 span {
        margin-right: 30px;
    }
    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }
    .fw .du .dul .sec {
        display: none;
    }
    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }
    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }
    .fw .du {
        font-size: 14px;
    }
    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }
    .sjbq a {
        color: #bcbbbe;
    }
}
@media (max-width: 742px) {
    .xz {
        /* display: none; */
    }
    .title .p1 {
        font-size: 150%;
        margin-bottom: 15px;
    }
    .title .p2 {
        display: none;
    }
    .pro {
        margin-top: 25px;
        margin-bottom: 0;
    }
}
@media (max-width: 705px) {
    .aleft {
        width: 100%;
    }
    .aleft::after {
        display: none;
    }
    .aright {
        background: #cccccc;
        position: static;
        left: 0;
        width: 100%;
        padding: 0 15px;
        padding-top: 15px;
    }
    .about2 {
        margin-top: 20px;
    }
    .aright .p1 {
        font-size: 160%;
    }
    .x-banner .owl-carousel .owl-dots {
        display: none;
    }
    .nnn .p2 {
        font-size: 120%;
    }
}
@media (max-width: 600px) {
    .sjzd {
        display: block;
        margin-left: -20px;
        margin-right: -20px;
    }
    .sbs {
        display: none;
    }
    .sbs1 {
        margin-top: 50px;
    }
    .sbdg {
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }
    .sbdg:nth-child(3) {
        margin-left: 25%;
        margin-right: 25%;
    }
    .sbdg:last-child {
        float: none;
    }

    .sjzd .owl-carousel .owl-item img {
        width: auto;
    }
    .s1 {
        width: 2.6rem;
        height: 2.6rem;
        margin-left: -1.3rem;
        margin-top: -1.3rem;
    }
    .simg {
        width: 1rem;
        height: 1rem;
        margin-top: 0.8rem;
        margin-left: 0.8rem;
    }
    .cp .p1 {
        font-size: 110%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .about {
        margin-bottom: 30px;
    }
    .news1 {
        margin-top: 20px;
    }
    .nleft .p3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 120%;
    }
    .nright .p3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 120%;
    }
    .nleft .p2 {
        font-size: 100%;
    }
    .nright.p2 {
        font-size: 100%;
    }
    .hzpp {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .news1 .nright {
        display: none;
    }
    .nzb1l {
        width: 308px;
    }
    .nn {
        margin-top: 20px;
    }
    .nzb1r img {
        width: 100%;
    }
    .nleft {
        margin: 0 auto;
        float: none;
        width: 80%;
    }
}
@media (max-width: 540px) {
    .goods .dh,
    .goods .gd {
        display: none;
    }
    .ggd {
        display: block;
        margin-top: 20px;
    }
    .case {
        margin-top: 10px;
    }
    .sbs1 .p1 {
        margin-top: 45px;
    }
    .sbs1 {
        height: auto;
    }
    .g:last-child {
        float: none;
    }
    .g {
        width: 100%;
    }
    .gg {
        height: 8rem;
    }
    .ggd .owl-carousel .owl-item img {
        width: 60%;
    }
    .jny {
        margin-top: 15px;
    }
    #keyword {
        border: none;
    }
}
.xypg-left-title {
    background-color: #32787f;
}
.xypg-job-list .job-title {
    background-color: #32787f;
}
.xypg-news-list li .more span:hover {
    background-color: #32787f;
}
.xypg-pagination a:hover {
    background-color: #32787f;
}
.xypg-news-list li:hover .more span {
    background-color: #32787f;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
    border: #32787f;
    background: #32787f;
}
/*#toolbar li a{*/
/*    border-radius:50%; */
/*}*/
#toolbar li a {
    background-color: #32787f;
}
#toolbar li:hover .icon-font {
    background-color: #32787f;
}
.ppq:first-child{
    display:none;
}
/*.xypg-left-subnav{*/
/*    display: block ! important;*/
/*}*/

.wh {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

/*菜单*/
.menu-container{
    position: static;
    top: 80px;
    z-index: 99;
    background: #FFF;
    border-bottom: 1px solid #E8E8E8;
}
.menu-container ul{
    display: flex;
    justify-content: center;
}
.menu-container ul li{
    width: 20%;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}
.menu-container ul li a{
    display: block;
}
.menu-container ul li:hover,
.menu-container ul li.active,
.menu-container ul li.active a {
    background: #F4F4F4;
    color: var(--orange);
}
@media (max-width: 576px) {
    .menu-container{
        top: 50px;
    }
    .menu-container ul{
        display: block;
        justify-content: start;
    }
    .menu-container ul li{
        display: inline-block;
        width: 33.333%;
        line-height: 38px;
        font-size: 14px;
    }
}


