/*初始化样式*/
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: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

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

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

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

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

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

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

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

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

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

.clearfix {
    zoom: 1
}

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

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

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

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


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

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.page-container {
    display: block;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}

.html5zoo-arrow-left-0 {
    width: 50px !important;
    height: 45px !important;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/1bf7a9fa63295a21f9869279eb32b15a208f7a56.png) no-repeat center center !important;
}

.html5zoo-arrow-right-0 {
    width: 50px !important;
    height: 45px !important;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/19df0c3e6a63a6c5e240b5dd0e49dde4999de778.png) no-repeat center center !important;
}

.html5zoo-slider-0,
.html5zoo-box-0,
.html5zoo-swipe-box-0,
.html5zoo-space-0,
.html5zoo-wrapper-0,
.html5zoo-img-0,
.html5zoo-img-0 img {
    height: 100vh !important;
    width: 100vw !important;
}


.html5zoo-title-0 {
    display: none !important;
}
.html5zoo-text-bg-0{
     display: none !important;
}

.html5zoo-bullet-wrapper-0 div {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #fff !important;
}

.html5zoo-bullet-wrapper-0 .active {
    background: #008E49 !important;
}


.p1 {
    height: 100vh;
    overflow: hidden;
}



.top2 {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    z-index: 9999;
}


/* 导航样式 */
.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 656px;
    position: relative;
}

.x-menu img {
    /*content: "";*/
    /*background: url(//cdn.myxypt.com/4f450eb4/21/09/44e6ac1e0f5971ba96d32dd338d1dd10349101eb.png) no-repeat center center;*/
    width: 18px;
    height: 16px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.x-menu>li {
    position: relative;
    /*width: 150px;*/
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    text-align: center;
    /*background: url(//cdn.myxypt.com/4f450eb4/21/09/8b7fdad8015642983683313233978068f3aa01af.jpg) no-repeat right center;*/
}

.x-menu>li:last-child>a {
    background: initial;
}



.x-menu>li>a:hover {
    color: #e86c0c;
    /* background-color: #ff8a00; */
    /* border-bottom: 3px solid #68ff00; */
}

.x-menu>li.active>a {}

.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);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 60px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #019350;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}



.contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.p2 {
    height: 100vh;
    overflow: hidden;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/2be2eeea17b9da56b4913d31876a18e60123abc3.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
}

.p2flex {
    width: 100%;
    flex-wrap: nowrap
}

.p2a {
    width: 636px;
    margin-left: 360px;
}

.p2a .p2a1 h3 {
    font-size: 50px;
    letter-spacing: 5px;
    color: #00904a;
    margin-bottom: 25px;
}

.p2a .p2a1 h4 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffcc33;
    margin-bottom: 54px;
}

.p2a .p2a1 p {
    font-size: 16px;
    line-height: 30px;
    color: #5a5a5a;
}

.pos-r {
    position: relative;
    z-index: 0;
}

.i-a {
    display: inline-block;
    color: #fff;
    background-color: #ffcc33;
    height: 51px;
    line-height: 51px;
    transition: 0.3s ease 0s;
    position: relative;
    margin-top: 60px;
}

.i-a span {
    text-align: left;
    transition: 0.3s ease 0s;
    display: block;
    padding: 0 3vw 0 5vw;
    font-size: 16px;
    color: #fff;
}

.i-a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    border-style: solid;
    border-color: #00904a transparent transparent transparent;
    border-width: 55px 1.7vw 0 0;
    z-index: -1;
    height: 0;
    transition: 0.3s ease 0s;
}


.i-a:hover:before {
    padding-left: 55%;
    /* width: 75%; opacity:0;*/
    /*border-color: transparent transparent transparent #02497d; width: 0; border-width: 7px 0 7px 10px; top: 50%; left: 40px; transform: translateY(-50%);*/
}

.i-a:hover span {
    padding: 0 3.85vw;
}

.p2b {
    width: 870px;
    height: 577px;
    overflow: hidden;
}

.p2b img {
    width: 100%;
    height: 100%;
    transition: all ease .8s;
}

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

.p2a2 {
    margin-top: 66px;
}

.p2a2 li a {
    display: block;
    text-align: center;
}

.p2a2 li a h3 {
    display: inline-block;
    font-size: 48px;
    line-height: 30px;
    color: #00904a;
}

.p2a2 li a span {
    font-size: 18px;
    color: #545454;
}

.p2a2 li a p {
    font-size: 16px;
    font-weight: normal;
    color: #545454;
    margin-top: 4px;
}




.p3 {
    height: 100vh;
    overflow: hidden;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/aac88d996b81f748d1bdd7feb502e6cec0f4e88f.jpg) no-repeat center center;
    background-size: cover;
}


.p3container {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap
}



.p3a1 {
    position: relative;
}


.p3a1 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all ease .2s;
}

.p3a1 img.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.p3a2 {
    width: 610px;
    position: absolute;
    left: 360px;
    top: 406px;
    z-index: 88;
}

.p3a2 li a {
    display: flex;
    width: 129px;
    height: 129px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    background: rgba(255, 255, 255, .3);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p3a2 li a div.img {
    width: 100%;
    height: 58px;
    line-height: 58px;
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3a2 li a div.img img {
    max-width: 100%;
}

.p3a2 li a h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p3a2 li.active a {
    border: 1px solid #119756;
    background: rgb(1 143 61 / 58%);
}

.p3b {
    margin-left: 178px;
    width: 369px;
    position: relative;
}

.p3b i {
    width: 266px;
    height: 251px;
    position: absolute;
    left: -269px;
    top: -116px;
    z-index: 99;
}

.p3b .p3b1 h3 {
    font-size: 50px;
    letter-spacing: 5px;
    color: #00904a;
    margin-bottom: 24px;
}

.p3b .p3b1>p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffcc33;
    margin-bottom: 42px;
}

.p3b2a li {
    position: relative;
    width: 162px;
}

.p3b2a li h3 {
    font-size: 24px;
    letter-spacing: 2px;
    color: rgba(102, 102, 102, .83);
    margin-bottom: 20px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.p3b2a li.active h3 {
    font-size: 36px;
    letter-spacing: 4px;
    color: #666666;
}

.p3b2a li a.more {
    width: 43px;
    height: 43px;
    background: #ffffff url(//cdn.myxypt.com/4f450eb4/21/09/9ce430a88701d0e3db7ad002d8648b60382954fa.png) no-repeat center center;
    border-radius: 50%;
    box-shadow: 0px 3px 7px 0px rgba(104, 170, 249, 0.3);
    position: absolute;
    right: -62px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.p3b2a li.active a.more {
    opacity: 1;
}


.p3b2b {
    position: relative;
}

.p3b2b .p3b2b1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease .2s;
}

.p3b2b .p3b2b1 P {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #666666;
}

.p3b2b .p3b2b1 p span {
    color: #00904a;
}

.p3b2b .p3b2b1.active {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    position: relative;
}


.p3b .i-a {
    margin-top: 70px;
}






.p4 {
    height: 100vh;
    overflow: hidden;
    background: url(//cdn.myxypt.com/4f450eb4/21/10/b31922fb47ac25a026efb4e33dc6e660c6807bcd.jpg) no-repeat center center;
    background-size: cover;
}


.p4a {
    width: 1208px;
    margin: 0 auto;
}

.p4a .p4a1 h3 {
    font-size: 50px;
    letter-spacing: 5px;
    color: #00904a;
    margin-bottom: 28px;
}

.p4a .p4a1 p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffcc33;
    line-height: 38px;
}

.p4a a.more {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
    text-decoration: underline;
}

.i1[class*="active"] .bs li:nth-child(2),
.i2[class*="active"] .RL>:nth-child(2),
.i4[class*="active"] .RT .i-title1+b,
.i4[class*="active"] .RB,
.i6[class*="active"] .RL p {
    transition: 0.8s ease 0.2s;
    transition-delay: .2s;
}


.i1[class*="active"] .bs li,
.i1[class*="active"] .bj,
.i4[class*="active"] .RB,
.i6[class*="active"] .RR {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s ease 0s;
}

.bj,
.i4 .RB,
.i6 .RR {
    transform: translateY(100%);
    transition: 0.3s ease 0s;
    opacity: 0;
}

.i4 .RB,
.i5 .RT {
    overflow: hidden;
}


.p4b {
    justify-content: flex-end;
    margin-top: 94px;
}

.p4b1a {
    width: 280px;
    padding-bottom: 36px;
}

.p4b1a li {
    display: flex;
    position: relative;
    width: 138px;
    margin-bottom: 20px;
    cursor: pointer;
}

.p4b1a li div.img {
    width: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.p4b1a li div.img img.img2 {
    display: none;
}

.p4b1a li h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

.p4b1a li a.more {
    width: 28px;
    height: 17px;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/1560085524fdec55cba8891f433c345fb0c87588.png) no-repeat center center;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    display: none;
}

.p4b1a li.active div.img img.img2 {
    display: inline-block;
}

.p4b1a li.active div.img img.img1 {
    display: none;
}

.p4b1a li.active h3 {
    font-size: 24px;
}

.p4b1a li.active a {
    opacity: 1;
    display: block;
}




.p4b2 {
    width: 1280px;
    position: relative;
}

.p4-swiper {
    width: 100%;
    overflow: hidden;
}

.p4cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 1;
    z-index: 1;
}

.p4cont.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.p4-swiper li {
    width: 429px;
    margin-right: 60px;
    padding: 14px 14px 0 0;
    position: relative;
    z-index: 0
}
.p4-swiper li:after{
    content:"";
    width: 237px;
    height: 240px;
    background: url(//cdn.myxypt.com/4f450eb4/21/10/fafb6c19a51125e69fd45df1d76e512a628c8afd.jpg) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0
}
.p4-swiper li.swiper-slide-active:after{
    opacity: 1
}
.p4-swiper li a {
    display: block;
}

.p4-swiper li a div.img {
    width: 100%;
    height: 311px;
}
.p4-swiper li a div.img img {
    width: 100%;
}
.p4-swiper li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    padding-left: 53px;
    position: relative;
    margin-top: 16px;
}

.p4-swiper li a h3::before {
    content: "";
    width: 39px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.p4b1b {
    display: flex;
    align-items: center;
    width: 282px;
    position: absolute;
    left: -278px;
    top: 245px;
}

.p4b1b .p4prev {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #00904a;
}

.p4b1b .p4next {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #00904a;
}

.p4b1b .p4pagination {
    width: 75px;
    text-align: center;
    font-size: 18px;
    color: #ffcc33;
}



.p5 {
    background: url(//cdn.myxypt.com/4f450eb4/21/09/b4beb04169dcc8790b4b2642b7f4966f6a52cf7f.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.p5a {
    width: 656px;
    height: 935px;
    overflow: hidden;
}

.p5a img {
    width: 100%;
    height: 100%;
    transition: all ease .8s;
}

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

.p5b {
    width: 840px;
    margin-left: 85px;
}

.p5b1 .p5b1a h3 {
    font-size: 50px;
    letter-spacing: 5px;
    color: #00904a;
    margin-bottom: 20px;
}

.p5b1 .p5b1a p {
    font-size: 18px;
    letter-spacing: 2px;
    color: #666666;
}

.p5b1b1 {
    display: flex;
    justify-content: flex-end;
}

.p5b1b1 div {
    width: 43px;
    height: 43px;
    background: #ffffff url(//cdn.myxypt.com/4f450eb4/21/09/9ce430a88701d0e3db7ad002d8648b60382954fa.png) no-repeat center center;
    box-shadow: 0px 3px 7px 0px rgba(104, 170, 249, 0.3);
    border-radius: 50%;
}


.p5b1b1 div.p5prev {
    background: #ffffff url(//cdn.myxypt.com/4f450eb4/21/09/db86da251397517f5184ba4da6a47b75c9ff91a7.png) no-repeat center center;
    margin-right: 26px;
}

.p5b1b .i-a {
    margin-top: 30px;
}


.p5b2 {
    margin-top: 35px;
}

.p5b-swiper {
    overflow: hidden;
    padding: 8px;
    margin: -8px;
}

.p5b-swiper li .p5b2a {
    width: 273px;
    height: 197px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.23);
    padding: 8px 4px 5px 4px;
    margin-right: 8px;
    margin-bottom: 9px;
}

.p5b-swiper li .p5b2a:nth-child(3n) {
    margin-right: 0;
}

.p5b-swiper li .p5b2a a {
    display: block;
    position: relative;
    overflow: hidden;
}


.p5b-swiper li .p5b2a a img {
    width: 100%;
    height: 100%;
}

.p5b-swiper li .p5b2a a h3 {
    line-height: 36px;
    background-color: rgba(0, 0, 0, .8);
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    padding: 0 4px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease .3s;
}

.p5b-swiper li .p5b2a:hover a h3 {
    opacity: 1;
    transform: initial;
}





.p6 {
    background: url(//cdn.myxypt.com/4f450eb4/21/09/fe30a776d4c7dfeacb42ba75fde9d8377dc3cb11.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    width: 100vw;
}


.p6 .wh1210 {
    max-width: 1230px;
    margin: 0 auto;
    height: 100vh;
    padding-bottom: 98px;

}


.p6a {
    width: 741px;
}

.p6a1a {
    height: 480px;
    overflow: hidden;
}





.p6b {
    width: 340px;
}


.p6a1 {
    position: relative;
}

.p6a1 .p6cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.p6a1 .p6cont::after {
    content: "";
    width: 795px;
    height: 1px;
    background-color: #cde6ff;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}

.p6a1 .p6cont.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.p6a1 .p6cont li {
    border-radius: 0px 81px 81px 0px;
    transition: all ease .1s;
}

.p6a1 .p6cont li a {
    padding: 34px 10px 36px 25px;
    box-sizing: border-box;
    height: 100%;
    justify-content: flex-start;
}

.p6a1 .p6cont li a .time {
    width: 150px;
}

.p6a1 .p6cont li a .time h3 {
    font-size: 34px;
    font-weight: normal;
    color: #00904a;
    margin-bottom: 4px;
}

.p6a1 .p6cont li a .time span {
    font-size: 22px;
    font-weight: normal;
    color: #00904a;
}

.p6a1 .p6cont li a .cont {
    width: 356px;
}

.p6a1 .p6cont li a .cont h3 {
    font-size: 18px;
    font-weight: normal;
    color: #00904a;
    margin-bottom: 10px;
}

.p6a1 .p6cont li a .cont p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}


.p6a1 .p6cont li.swiper-slide-active {
    background-color: #00904a;

}

.p6a1 .p6cont li.swiper-slide-active a .time h3 {
    color: #fff;
}

.p6a1 .p6cont li.swiper-slide-active a .time span {
    color: #fff;
}

.p6a1 .p6cont li.swiper-slide-active a .cont h3 {
    color: #fff;
}

.p6a1 .p6cont li.swiper-slide-active a .cont p {
    color: #fff;
}



.p6a1 .p6cont .p6btn {
    width: 200px;
    text-align: center;
    color: #00904a;
    position: absolute;
    right: -50px;
    bottom: -93px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
}

.p6a1 .p6cont .p6btn div {
    outline: none;
}

.p6a1 .p6cont .p6pagination {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffcc33;
}




.p6b .p6b1 h3 {
    font-size: 50px;
    letter-spacing: 5px;
    color: #00904a;
    margin-bottom: 20px;
}

.p6b .p6b1 p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffcc33;
    margin-bottom: 66px;
}




.p6b2a li {
    display: flex;
    position: relative;
    width: 180px;
    margin-bottom: 5px;
    cursor: pointer;
}

.p6b2a li div.img {
    width: 15px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.p6b2a li div.img img.img2 {
    display: none;
}

.p6b2a li h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    line-height: 46px;
}

.p6b2a li a.more {
    width: 28px;
    height: 46px;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/1560085524fdec55cba8891f433c345fb0c87588.png) no-repeat center center;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    display: none;
}

.p6b2a li.active div.img img.img2 {
    display: inline-block;
}

.p6b2a li.active div.img img.img1 {
    display: none;
}

.p6b2a li.active h3 {
    font-size: 30px;
    color: #00904a;
}

.p6b2a li.active a {
    opacity: 1;
    display: block;
}



.p6b .i-a {
    margin-top: 97px;
}

.i6 .i-title1,
.i6 .RL p,
.i6 .RL ul,
.i6 .RT .a-btn,
.i2 .RL>*,
.i4 .RT .i-title1,
.i4 .RT .i-title1+b {
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.3s ease 0s;
}

.i2[class*="active"] .RL>*,
.i2[class*="active"] .RR,
.i4[class*="active"] .RT .i-title1,
.i4[class*="active"] .RT .i-title1+b,
.i6[class*="active"] .i-title1,
.i6[class*="active"] .RL p,
.i6[class*="active"] .RL ul,
.i6[class*="active"] .RT .a-btn {
    transform: translateX(0);
    opacity: 1;
    transition: 0.8s ease 0s;
}

.i1[class*="active"] .bs li:nth-child(2),
.i2[class*="active"] .RL>:nth-child(2),
.i4[class*="active"] .RT .i-title1+b,
.i4[class*="active"] .RB,
.i6[class*="active"] .RL p {
    transition: 0.8s ease 0.2s;
}

.i1[class*="active"] .bs li:nth-child(3),
.i2[class*="active"] .RL>:nth-child(3),
.i6[class*="active"] .RL ul {
    transition: 0.8s ease 0.4s;
}

.i1[class*="active"] .bs li:nth-child(4),
.i2[class*="active"] .RL>:nth-child(4),
.i6[class*="active"] .RT .a-btn {
    transition: 0.8s ease 0.6s;
}


.i-title1 {
    font-size: 50px;
    letter-spacing: 5px;
    color: #00904a;
}


.i6 {
    height: 100vh;
    overflow: hidden;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/4c98df7398bf323f513fc920f32266b29ce08bb5.jpg) no-repeat center center;
    background-size: cover;
}

.i-box {
    font-size: 0;
    max-height: calc(100% - 50px - 1.5vw);
    position: absolute;
    z-index: 0;
    top: calc(50% + 25px + 0.75vw);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.i6 .i-box {
    height: 100%;
    top: 50%;
    max-height: none;
}

.dis-t,
.dis-m,
.dis-b {
    display: inline-block;
}

.dis-b {
    vertical-align: bottom;
}

.bg6-2 {
    width: 16%;
    position: absolute;
    left: -9.5vw;
    bottom: 1vw;
    z-index: -1;
    animation: r360 5s linear 0s infinite;
}

/*i6*/
.i6 .R,
.i6 .RR {
    height: 100%;
    flex-wrap: nowrap
}

.i6 .RT {
    width: 602px;
    margin-left: 360px;
}

.i6 .RR {
    width: 832px;
    height: 100%;
}

.i6 .RR img {
    width: 100%;
    height: 100%;
}

.i6 .RR i {
    display: block;
    box-shadow: 0 1.3vw 3.4vw 0 rgba(7, 63, 124, 0.3);
}

.i6 .RL>span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #78cb43;
    text-transform: uppercase;
}

.i6 .RL ul {
    margin-top: 48px;
}

.i6 .RL li {
    margin-top: 20px;
}

.i6 .RL li {
    font-size: 16px;
    color: #666;
}


.i6 .RL p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffcc33;
    margin-top: 45px;
}

.i6 .RL {
    z-index: 1;
}

.i6 .RT .a-btn {
    margin-top: 6%;
}

.i6 .RT .beian {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-top: 6.54vw;

}

.i6 .RT .beian a {
    color: #666666;
}



.bg6-1 {
    position: absolute;
    width: 13vw;
    z-index: 1;
    right: 0;
    transform: translate(41%, -48%);
}

.i6[class*="active"] .bg6-1 {
    top: 121px;
    opacity: 1;
    transition: 0.8s ease 0s;
}

.bg6-1 {
    top: 0px;
    right: -119px;
    opacity: 0;
    transition: 0.3s ease 0s;
}

.imgW-100,
.w-100 {
    width: 100%;
}

.beat1:hover img,
.beat2:hover {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: beat 0.5s 1;
}

.bg6-2 {
    width: 16%;
    position: absolute;
    left: -9.5vw;
    bottom: 1vw;
    z-index: -1;
    animation: r360 5s linear 0s infinite;
}

.i4 .page,
.i4 #load_more_button,
.i5 .page,
.i5 #load_more_button,
.i5 .newimg,
.i5 .data i,
.i3 .LL>div,
.i3 .LL .i3-bg,
.nav1 {
    display: none;
}

.i6 .RL li:first-child {
    margin-top: 0;
}

.bs li:not(:first-child) {
    margin-left: 1.2vw;
}

.main-pagination span:not(:first-child) {
    margin-top: 0.5vw;
}

.i4 .RBL li:not(:first-child),
.i5 .RB li:not(:first-child) {
    margin-top: 1vw;
}

/*动画*/
@keyframes beat {

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

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}






/* 内页 */
.ny .top1 {
    height: 37px;
    font-size: 12px;
    font-weight: normal;
    color: rgba(102, 102, 102, .9);
    line-height: 37px;
    border-bottom: 1px solid #eeeeee;
}

.ny .top1 a {
    color: rgba(102, 102, 102, .9);
}

.ny .top2 {
    position: relative;
    margin-bottom: 21px;
    top: initial;
    left: initial;
    right: initial;
    margin-top: 6px;

}

.pf1 {
    background-color: #00904a;
    padding: 40px 0;
}

.pf1 .pf1a {
    width: 284px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.pf1 .pf1a p {
    font-size: 18.23px;
    font-weight: normal;
    color: #ffffff;
}

.pf1 .pf1b {
    width: 491px;
    padding: 0 70px 0 58px;
    border-right: 1px solid rgba(255, 255, 255, .3);

}


.pf1 .pf1b h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 14px;
}

.pf1 .pf1b .pf1b1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pf1 .pf1b .pf1b1 li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin-right: 44px;
}

.pf1 .pf1b .pf1b1 li:nth-child(4n) a {
    margin-right: 0;
}


.pf1c h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 14px;
}

.pf1c p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .8);
}

.copyright {
    padding: 20px 0;
    font-size: 12px;
    line-height: 24px;
    color: #7c7c7c;
}

.copyright a {
    color: #7c7c7c;
}







/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}



/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

/* .page-position a{color: #fff;} */

.xypg-case-list li {
    width: 270px;
}

.xypg-product-list li {
    width: 263px;
}

.xypg-product-list li .img img {
    width: 271px;
    height: 255px;
}

.relate-product-slick .owl-item .img img {
    width: 213px;
    height: 200px;
}

.xypg-case-list li .img img {
    width: 300px;
    height: 157px;
}

.page-product-inquiry a {
    color: #fff;
}

.page-mob-tool {
    display: none;
}








/* 内页样式 */
.top11 {
    border-bottom: 1px solid #eeeeee;
    line-height: 37px;
    overflow: hidden;
    color: #7a7a7a;
    font-size: 12px;
}

.top11 a {
    color: #7a7a7a;
}

.top22 {
    height: 95px;
}

.logo2 {
    line-height: 95px;
}

.logowz {
    padding-left: 18px;
    margin-left: 15px;
    height: 50px;
    border-left: 1px solid #eaeaea;
    color: #3a4352;
    color: #3a4352;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-top: 24px;
}

.nav2 {
    height: 95px;
}

.nav2 li {
    height: 95px;
    text-align: center;
    width: 106px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav2 li a {
    display: block;
    color: #00904a;
    padding: 0;
    font-size: 14px;
    padding-top: 27px;
    height: 95px;
    background: url(../images/line7.png) no-repeat right center;
}

.nav2 li a span {
    display: block;
    text-transform: uppercase;
    color: #00904a;
    font-size: 14px;
    margin-top: 1px;
}

.nav2 li:last-child a {
    background: none;
}

.nav2 .sec {
    height: 0;
    background: #00904a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 95px;
    left: 0px;
    width: 100%;
}

.nav2 .sec a {
    background: #00904a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 100%;
    padding: 0;
}

.nav2 .sec a:hover {
    background: #00904a;
    text-decoration: none;
    color: #fff;
}

.foot {
    background: #00904a;
    padding: 22px 0 30px 0;
}

.foot2 {
    background: #f8f8f8;
    line-height: 30px;
    padding: 15px 0;
    color: #7c7c7c;
}

.foot2 a {
    color: #7c7c7c;
}

.dlo {
    width: 250px;
    background: url(../images/line8.png) no-repeat right 20px;
    text-align: center;
    padding-top: 20px;
    min-height: 102px;
}

.dlo h3 {
    color: #ffffff;
    font-size: 18px;
    margin-top: 18px;
}

.dd1 {
    width: 360px;
    background: url(../images/line8.png) no-repeat right 20px;
    min-height: 102px;
    margin-left: 33px;
}

.dd1 h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    opacity: 0.8;
    padding: 18px 0;
}

.con {
    font-size: 13px;
    line-height: 24px;
    font-weight: 100;
    color: #ffffff;
    opacity: 0.8;
}

.ztel {
    margin-left: 45px;
    color: #ffffff;
    font-size: 15px;
    padding-top: 35px;
}

.ztel p:nth-child(2) {
    letter-spacing: 3px;
}









.left {
    width: 230px;
    float: left;
    position: relative;
    top: 19px;
    left: 0;
}

.left .box {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px;
}

.sort_menu {
    border: none !important;
    padding: 0 !important;
}

.sort_menu h3 {
    background: #00904a !important;
    height: 110px;
    color: #fff !important;
    font-size: 30px !important;
    padding-top: 30px;
}


.left .box h3 {
    font-size: 16px;
    color: #00904a;
    line-height: 20px;
    font-weight: 400;
    text-indent: 22px;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/7d25927853d53f1862e048811252065b698fe3ee.png) no-repeat 0 50%;
}

.left .box h3 p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 46px !important;
}

.left .box .content {
    padding-top: 10px;
}

.right2 {
    width: 926px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 12px;
}

.sitemp .site {
    text-align: left;
    line-height: 50px;
}

.sitemp .site a {
    color: #666;
}

.right2 .content {
    padding-top: 15px;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

/*新闻列表*/
.news_list li {
    line-height: 27px;
    position: relative;
    padding-left: 10px;
}

.news_list li a {
    line-height: 27px;
    color: #666;
    font-size: 12px;
}

.news_list li a:hover {
    text-decoration: none;
    color: #00904a;
}

.news_list li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_list li h3 {
    font-size: 14px;
}

.news_list li div {
    line-height: 24px;
}

.words {
    overflow: hidden;
    margin-right: -1.3%;
    padding-top: 5px;
}

.words li {
    width: 46%;
    float: left;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.new1 li {
    border-bottom: 1px solid #dddddd;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/7c6377982dd7e433208c56f85b38687f293b8fb2.png) no-repeat 0% 50%;
    padding-left: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right_word {
    margin-left: 5%;
}




/*内页左侧分类通用样式*/
.sort li {
    position: relative;
    background: #ececec;
}

.sort li a {
    background: url(//cdn.myxypt.com/4f450eb4/21/09/e7ba778b792fbbf077671001bb65986dd44e5879.png) no-repeat;
    color: #333;
    display: block;
    line-height: 60px;
    border-top: 1px solid #fff;
    padding-left: 48px;
    font-size: 12px;
}

.sort li a:hover {
    color: #fff;
    text-decoration: none;
    background: url(//cdn.myxypt.com/4f450eb4/21/09/8f382dac7ffb52e05bda7cec060b226fa083c124.png) no-repeat #333;
}


.product_list {}

.product_list li {
    float: left;
    margin: 0 12px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.product_list li:nth-child(3n) {
    margin-right: 0;
}

.product_list li a.img {}

.product_list li a.img img {
    width: 282px;
    height: 282px;
}

.product_list li h3 {
    text-align: center;
}

.product_list li h3 a {
    background: #f1f1f1;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #6d6d6d;
    font-weight: 400;
}


.product_list li a.img {
    display: block;
}

.product_list li:hover a {
    color: #fff;
    background: #00904a;
}



.news_listNei {
    margin: 0 -10px;
}

.news_listNei li {
    margin-bottom: 30px;
}

.news_listNei li a.img {
    width: 216px;
    height: 163px;
}

.news_listNei li a.img img {
    width: 100%;
    height: 100%;
}

.news_listNei li>div {
    width: 595px;
    margin-left: 23px;
    color: #7b7b7b;
    font-size: 12px;
    text-align: justify;
}

.news_listNei li>div a.titNei {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

.news_listNei li>div a.MoreNei {
    width: 81px;
    height: 26px;
    border: 1px solid #00904a;
    color: #00904a;
    line-height: 26px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.news_listNei li:hover>div a.titNei {
    color: #00904a;
}

.news_listNei li:hover>div a.MoreNei {
    background: #00904a;
    color: #fff;
}





.case2 li a.img img {
    height: 190px;
}


.sun-delay0 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.sun-delay1 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.sun-delay2 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.sun-delay3 {
    -webkit-transition-delay: 0.77s;
    transition-delay: 0.77s;
}

.sun-delay4 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.sun-delay5 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.sun-delay6 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.sun-delay7 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.sun-delay8 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.sun-delay9 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.sun-delay10 {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.sun-ani-left,
.sun-ani-down,
.sun-ani-up,
.sun-ani-right {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}

.sun-ani-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.sun-ani-down {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}



.sun-ani-up {
    -webkit-transform: translateY(-200px);
    transform: translateY(200px);
}

.sun-ani-right {
    -webkit-transform: translatex(100px);
    transform: translatex(100px);
}

.actives .sun-ani-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.active .sun-ani-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.active .sun-ani-down {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.active .sun-ani-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.active .sun-ani-right {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
}