.w1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.uk-transition-slide-bottom h2 {
    font-size: 40px;
    text-align: left;
}

.uk-transition-slide-bottom p {
    font-size: 28px;
    color: #ffffff;
    text-align: left;

}

.uk-position-center {
    left: 0;
    transform: unset;
}

.commontt {
    text-align: center;
    margin: 70px 0 60px;
}

.commontt h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

.commontt p {
    font-size: 18px;
    margin-top: 10px;
}

.iproitem {
    width: 31%;
    margin-right: 3%;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.iproitem img {
    transition: all .3s;
    margin-top: 20px;
}

.iproitem:hover img {
    transform: scale(1.1);
}

.iproitem:nth-child(3n) {
    margin-right: 0;
}

.iproitem .procat {
    background: #7fc390;
    color: #ffffff;
    width: 130px;
    line-height: 30px;
    border-radius: 0 20px 20px 0;
}

.iproitem h2 {
    font-size: 20px;
    margin: 10px 0 10px;
    color: #000000;
}

.iproitem p {
    font-size: 16px;
    margin: 10px 0 60px;
    color: #7fc390;
}

.iproitem .wlink {
    font-size: 16px;
    display: block;
    color: #000000;
    width: 140px;
    border: 1px solid #ccc;
    border-radius: 40px;
    line-height: 35px;
    margin: 0 auto 10px;
}

.iproitem a span {
    color: #7fc390;
}

.iproitem a:hover {
    background: #7fc390;
    color: #ffffff;
}

.iproitem a:hover span {
    color: #ffffff;
}

#addeca1a2ea469c .hover-content-wrap:nth-child(1) {
    background-color: #7fc390;
    background-image: url(../image/ifw1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

#a9284a25e6ac0ae .hover-content-wrap:nth-child(1) {
    background-color: #7fc390;
    background-image: url(../image/ifw2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

#a9a74a2374a43e9 .hover-content-wrap:nth-child(1) {
    background-color: #7fc390;
    background-image: url(../image/ifw3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

#a3fc9a2ef0a59f6 .hover-content-wrap:nth-child(1) {
    background-color: #7fc390;
    background-image: url(../image/ifw4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

#aba9aa55d7a7f84 .hover-content-wrap:nth-child(1) {
    background-color: #7fc390;
    background-image: url(../image/ifw5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

#a7a5aa7956aef3a .hover-content-wrap:nth-child(1) {
    background-color: #7fc390;
    background-image: url(../image/ifw6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}


/*videoBox*/
.videoBox {
    width: 100%;
    overflow: hidden;
    height: 460px;
    position: relative;
}

.videoBoxBg {
    background: url(../image/0video.jpg) no-repeat center top;
    /*	height: 460px;*/
    height: 340px;
    _background-attachment: fixed;
    _background-size: cover;
}

.videoBox p {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #127e3a;
    text-align: center;
    padding-top: 18px;
}

.jz {
    width: 74px;
    height: 74px;
    background: url(../image/v0.png) no-repeat center;
    background-size: 74px 74px;
    position: absolute;
    bottom: 100px;
    left: 50.2%;
    cursor: pointer;
    margin-left: -43.5px;
    transform-origin: center center;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.vw {
    font-family: "微软雅黑";
    text-align: center;
    color: #fff;
    padding-top: 25px;
    font-size: 16px;
}

.videoBox a {
    display: block;
    width: 31px;
    height: 35px;
    /*border: 1px solid #127e3a;*/
    font-family: "微软雅黑";
    font-size: 16px;
    color: #127e3a;
    text-align: center;
    line-height: 20px;
    padding-top: 18px;
    margin: 92px auto 0;
    -webkit-transition: all .8s ease;
    cursor: pointer;
    background: url(../image/0v2.png) no-repeat center;
    background-size: 31px 35px;

    /*-webkit-transition-property: -webkit-transform;
   -webkit-transition-duration: 1s;
   -moz-transition-property: -moz-transform;
   -moz-transition-duration: 1s;
   -webkit-animation: rotate 3s linear infinite;
   -moz-animation: rotate 3s linear infinite;
   -o-animation: rotate 3s linear infinite;
   animation: rotate 3s linear infinite;*/
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.videoBox img {
    width: 639px;
    height: 80px;
    display: block;
    margin: 0 auto;
    padding-top: 90px;
}

.videoBox a:hover {
    background-color: #127e3a;
    color: #fff;
    -webkit-transition: all .8s ease;
}

.bigvideo {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: -1 !important;
    -webkit-transition: all .5s ease;
    display: none !important;
}

.bigvideo.on {
    z-index: 999 !important;
    opacity: 1 !important;
    -webkit-transition: all .5s ease;
    display: block !important;
}

.bigvideo .vsp {
    width: 600px;
    height: 335px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    border-radius: 15px;
    overflow: hidden;
    opacity: 1 !important;
}

.bigvideo a {
    display: block;
    right: 25%;
    cursor: pointer;
    background: url(../image/c-close.png) no-repeat center center;
    width: 27px;
    height: 27px;
    top: 21%;
    font-family: "微软雅黑";
    font-size: 36px;
    color: #fff;
    position: absolute;
}

.bigvideo .c-close {
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    top: 10%;
    right: 18%;
    cursor: pointer;
}

.bigvideo .caseShow {
    width: 800px;
    height: 600px;
    border: 3px solid #fff;
    position: relative;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -300px;
    z-index: 9999;
    cursor: pointer;
    background-color: #fff
}

.bigvideo .caseShow a.next {
    display: block;
    width: 50px;
    height: 45px;
    background: url(../image/c-next.png) no-repeat center;
    right: 2%;
    top: 45%;
    z-index: 9999
}

.bigvideo .caseShow a.prev {
    display: block;
    width: 50px;
    height: 45px;
    background: url(../image/c-prev.png) no-repeat center;
    left: 2%;
    top: 45%;
    z-index: 9999
}

.bigvideo .caseShow .bd {
    overflow: hidden;
}

.bigvideo .caseShow .bd ul {
    overflow: hidden;
}

.bigvideo .caseShow .bd ul li {
    overflow: hidden;
    width: 800px;
    height: 600px;
}

.bigvideo .caseShow .bd li img {
    width: 800px;
    height: 600px;
    display: block;
}

.videoBox {
    height: 790px;
}

.videoBoxBg {
    height: 790px;
    background: url(../image/i8.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}

.videoBoxBg h2 {
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 50px;
    text-align: center;
    padding-top: 210px;
}

.videoBoxBg p {
    font-size: 20px;
    color: #ffffff;
}

.videoBox img {
    width: auto;
    height: auto;
    padding-top: 35px;

}

.wzpm-fix-video {
    width: 20%;
    position: fixed;
    right: 10px;
    bottom: 15px;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    -webkit-transition: all .8s ease;
}

.wzpm-fix-video.sy {
    width: 40%;
    position: fixed;
    right: 30%;
    bottom: 30%;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    -webkit-transition: all .8s ease;
}

.wzpm-fix-video.none {
    visibility: hidden;
    bottom: -10%;
    opacity: 0;
    -webkit-transition: all .8s ease;
}

.wzpm-sp-close {
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    float: right;
    letter-spacing: 1px;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 99999;
}

.wzpm-sp-close:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wzpm-fix-video video {
    background: #F2F2F2;
    padding: 6px;
}


#a4d2dab1a0a2caa > .ele-wrap, #a56deaa0cba337a > .ele-wrap, #a7d08a00a7a2cd3 > .ele-wrap, #af7cba7744aad92 > .ele-wrap, #aea63a6e79a1960 > .ele-wrap {
    overflow: hidden;
}

#addeca1a2ea469c > .ele-wrap, #a9284a25e6ac0ae > .ele-wrap, #a9a74a2374a43e9 > .ele-wrap, #a3fc9a2ef0a59f6 > .ele-wrap, #aba9aa55d7a7f84 > .ele-wrap {
    overflow: hidden;
}

#a6d56aeba4a5386 .menu-list > li > a:before {
    display: none;
}

#a6d56aeba4a5386 .menu-list > li:hover > a {
    background-position: bottom 20px center;
}

#a6d56aeba4a5386 .menu-list > li ul li a {
    display: block;
    line-height: 45px;
    padding: 0 20px;
    transition: all 0.2s ease-in;
    white-space: nowrap;
    width: 150px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 17px;
    text-align: left;
    font-family: NotoSansSC-DemiLight;
    color: #666666;
    background: transparent;
    border-radius: 50px;
    margin: 8px;
    background: url(/style/image/1667294048914.png) right 18px center no-repeat;
}

#a6d56aeba4a5386 .menu-list li ul li:hover > a {
    background: #0069AB url(/style/image/1688956135578.png) right 15px center no-repeat;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    font-family: NotoSansSC-DemiLight;
    color: #ffffff;
}

#a6d56aeba4a5386 .menu-list li ul, #a6d56aeba4a5386 .menu-list li ul li ul {
    background: #ffffff url(/style/image/1667283126405.png) bottom right no-repeat;
    top: 100px !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#a0773a59c8a5c08 > .ele-wrap {
    filter: blur(15px);
}

#a38f1a5312a9c9b .image.aac1aa2b2ca6076 {
    border-radius: 15px;
}

@keyframes move_wave {
    0% {
        background-position: right bottom;
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        background-position: left bottom;
        transform: translateX(-25%) translateZ(0) scaleY(1);
    }
    100% {
        background-position: left bottom;
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

#a1503a8848a54bc > .ele-wrap {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    width: 6320px;
    z-index: 2;
    background: url(/style/image/1667352279106.png) bottom right repeat-x;
    animation: move_wave 18s linear 0s infinite;
}

#abe73a1b5ca0ea1 > .ele-wrap {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    z-index: 2;
    background: url(/style/image/1667297152545.png) bottom right repeat-x;
    animation: move_wave 18s linear 0s infinite;
    width: 3640px;
}

div#a1da7a3008a5704 {
    display: none;
}

div#aad49a4a26af96f {
    display: none;
}

#a4cd8af1a1a0422 .filter-list dt {
    min-width: 78px;
    border-right: 1px solid #eaeaea;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 40px;
    z-index: 1;
    color: #999;
    background-color: #f8f8f8;
    display: none;
}

#a4cd8af1a1a0422 .ap-list-filter dd a.active {
    background-color: #006dad;
    color: #fff;
}

#a4cd8af1a1a0422 .filter-list dd a {
    float: left;
    line-height: 1.6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #66666a;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 150px;
    border-radius: 40px;
    width: calc(100% / 3);
    margin: 0;
    text-align: center;
    transition: all 0.2s;
}

#a4cd8af1a1a0422 .filter-list dd a:hover {
    color: #006dad;
}

#a4cd8af1a1a0422 .ap-list-filter dd a.active {
    background-color: #006dad;
    color: #fff !important;
}

#a4cd8af1a1a0422 .filter-list dd {
    overflow: hidden;
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

#a4cd8af1a1a0422 .filter-list {
    border: none;
    position: relative;
    text-align: center;
}

#a4cd8af1a1a0422 .filter-list dl {
    margin: 0;
    border-top: 0px dotted #eaeaea;
    top: 0;
    position: relative;
    overflow: hidden;
}

#a4cd8af1a1a0422 .image.a1ad0a56cfa39d2 {
    border-radius: 15px;
}

#ab779a917cacbb9 .ap-content-container {
    height: 100%;
    min-height: 40px;
    box-shadow: 0px 5px 10px #ddd;
}

#ae130a621da0110 .bb-1 {
    display: none;
}

#ae130a621da0110 .uk-h3, #ae130a621da0110 h3 {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
    color: #0064a8;
}

#ae130a621da0110 .uk-article-meta {
    color: #999999;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 40px;
}

#a5512a6d35a1c04 .max-line-2 {
    -webkit-line-clamp: 1;
    font-weight: normal;
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: #005691;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
}

#a5512a6d35a1c04 .max-line-1 {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 20px;
    color: #222;
    font-weight: bold;
    text-overflow: ellipsis;
}

#a5512a6d35a1c04 .max-line-3 {
    -webkit-line-clamp: 6;
    font-size: 16px;
}

#a5512a6d35a1c04 a:hover, #a5512a6d35a1c04 .uk-link:hover {
    color: #ffffff;
}

#a5512a6d35a1c04 .uk-card:hover {
    border: 1px solid #0064a8;
    background: #0064a8;
}

#a5512a6d35a1c04 .uk-card:hover .max-line-1 {
    color: #fff;
}

#a5512a6d35a1c04 .uk-card:hover .max-line-3 {
    color: #fff;
}

#a5512a6d35a1c04 .uk-card-small .uk-card-body, #a5512a6d35a1c04 .uk-card-small.uk-card-body {
    padding: 20px;
    text-align: center;
}

#a5512a6d35a1c04 .uk-text-small {
    font-size: 12px;
    line-height: 1.5;
    display: none;
}

#a5512a6d35a1c04 h3.uk-h2.uk-margin-small {
    font-size: 40px;
    color: #0064a8;
    font-weight: bold;
}

#a79aca50cba460a .article .img_wrap {
    width: 350px;
    height: 260px;
    margin: 0 auto;
    display: inline-block;
    border-radius: 10px;
}

#a7786aab5ea6789 .uk-accordion-title .item-meta {
    color: #0064a8;
    font-weight: bolder;
    font-size: 26px;
    display: inline-block;
    margin-right: 30px;
    min-width: 40%;
}

#a7786aab5ea6789 .uk-heading-bullet::before {
    content: "";
    display: none;
    border-left: 4px solid #006dad;
}

#a0236a98f0a9f76 > .ele-wrap, #aaa81a4103a0861 > .ele-wrap, #aaa81a4103a0861 > .ele-wrap, #a7124abda7ae095 > .ele-wrap, #aba12a50a6a3ad8 > .ele-wrap, #a798faac97a56c2 > .ele-wrap, #afe26a8f81a241a > .ele-wrap, #ae082aaf8ead501 > .ele-wrap {
    overflow: hidden;
}

#a7786aab5ea6789 .uk-accordion-content {
    display: flow-root;
    margin-top: 20px;
    padding: 0px 50px 50px;
    color: #fff;
}

#a7786aab5ea6789 .el-item.uk-open {
    background: #0064a8;
    border-radius: 15px;
}

#a7786aab5ea6789 .el-item.uk-open .uk-accordion-title .item-meta {
    color: #fff;
}

#a7786aab5ea6789 .uk-accordion-title {
    padding: 20px 50px;
    box-shadow: 0 0 4px rgb(67 73 84 / 20%);
    border-radius: 13px;
}

#a7786aab5ea6789 .uk-open > .uk-accordion-title::before {
    background: #fff;
    height: 5px;
    width: 20px;
    border-radius: 50px;
}

.uk-accordion-title::before {
    content: "+";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #0064a8;
    font-size: 28px;
    font-weight: bold;
    background: none;
}

#abf60aaf31a9cb3 > .tab-wrap > div > .tab-nav li a .ap_icon, #abf60aaf31a9cb3 > .tab-nav li a .ap_icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
    transform: scale(0.9);
    text-align: center;
    -webkit-transform: scale(0.9);
    transition: all 0.3s;
}

#abf60aaf31a9cb3 > .tab-wrap > div > .tab-nav li a, #abf60aaf31a9cb3 > .tab-nav li a {
    line-height: initial;
}

#abf60aaf31a9cb3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #abf60aaf31a9cb3 > .tab-nav-horizontal.tagScroll {
    white-space: nowrap;
    height: auto;
    overflow-x: auto;
}

#abf60aaf31a9cb3 .layout-left li, #abf60aaf31a9cb3 .layout-center li, #abf60aaf31a9cb3 .layout-right li {
    display: inline-block;
    padding: 0;
    text-align: center;
    height: 100%;
    opacity: 0.5;
    width: 16.66%;
}

#abf60aaf31a9cb3 li.uk-active a .ap_icon {
    transform: scale(1);
}

#abf60aaf31a9cb3 li.uk-active {
    opacity: 1;
}

#ac92ca1c51ab082 > .tab-wrap > div > .tab-nav li a .ap_icon, #ac92ca1c51ab082 > .tab-nav li a .ap_icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

#ac92ca1c51ab082 > .tab-wrap > div > .tab-nav li a, #ac92ca1c51ab082 > .tab-nav li a {
    line-height: initial;
}

#ac92ca1c51ab082 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ac92ca1c51ab082 > .tab-nav-horizontal.tagScroll {
    white-space: nowrap;
    height: auto;
    overflow-x: auto;
}

#ac92ca1c51ab082 .layout-left li, #ac92ca1c51ab082 .layout-center li, #ac92ca1c51ab082 .layout-right li {
    display: inline-block;
    padding: 0;
    text-align: center;
    height: 100%;
}

#ac92ca1c51ab082 li.uk-active a .ap_icon {
    filter: brightness(0) invert(1);
}

#ac92ca1c51ab082 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ac92ca1c51ab082 > .tab-nav-horizontal.tagScroll li a {
    margin-top: 0;
    background: #F1F1F1;
    border-radius: 150px;
}

#ac92ca1c51ab082 > .tab-wrap > div > .tab-nav li.uk-active a, #ac92ca1c51ab082 > .tab-nav li.uk-active a {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: inherit;
    color: #006dad;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 0;
    background: #0064a8;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
}

#ae998ae7aba9b8c > .tab-wrap > div > .tab-nav li a .ap_icon, #ae998ae7aba9b8c > .tab-nav li a .ap_icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

#ae998ae7aba9b8c > .tab-wrap > div > .tab-nav li a, #ae998ae7aba9b8c > .tab-nav li a {
    line-height: initial;
}

#ae998ae7aba9b8c > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ae998ae7aba9b8c > .tab-nav-horizontal.tagScroll {
    white-space: nowrap;
    height: auto;
    overflow-x: auto;
}

#ae998ae7aba9b8c .layout-left li, #ae998ae7aba9b8c .layout-center li, #ae998ae7aba9b8c .layout-right li {
    display: inline-block;
    padding: 0;
    text-align: center;
    height: 100%;
}

#ae998ae7aba9b8c li.uk-active a .ap_icon {
    filter: brightness(0) invert(1);
}

#ae998ae7aba9b8c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ae998ae7aba9b8c > .tab-nav-horizontal.tagScroll li a {
    margin-top: 0;
    background: #F1F1F1;
    border-radius: 150px;
}

#ae998ae7aba9b8c > .tab-wrap > div > .tab-nav li.uk-active a, #ae998ae7aba9b8c > .tab-nav li.uk-active a {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: inherit;
    color: #006dad;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 0;
    background: #0064a8;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
}

#ae998ae7aba9b8c > .tab-wrap > div > .tab-nav li a, #ae998ae7aba9b8c > .tab-nav li a {
    margin-right: 20px;
    margin-left: 20px;
}

#a6d56aeba4a5386 .menu-list > li.active > a {
    background-position: bottom 20px center;
}

#ae130a621da0110 .siblings a {
    color: #444;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
}

#ae130a621da0110 .abstract, #ae130a621da0110 .copyright {
    display: none;
}

a.icon-wx:hover .erwi {
    transform: scaleY(1);
}

img.erwi {
    width: 100%;
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center bottom;
    position: absolute;
    left: 47px;
    top: -147px;
    max-width: 130px;
}

a.icon-wx {
    width: 63px;
    height: 63px;
    display: inline-block;
}

img.iicon {
}

a.icon-dy {
    width: 63px;
    height: 63px;
    display: inline-block;
}

img.erwi2 {
    width: 100%;
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center bottom;
    position: absolute;
    left: 130px;
    top: -147px;
    max-width: 130px;
}

a.icon-dy:hover .erwi {
    transform: scale(1);
}

a.icon-dy:hover .erwi2 {
    transform: scale(1);
}

.foot-share a {
    margin: 0 10px;
}

img.iicon3 {
    position: absolute;
    left: -85px;
    z-index: -1;
    top: -38px;
}

.footbod {
    position: fixed;
    right: -200px;
    bottom: 20px;
    width: 320px;
}

img.iicon4 {
    position: absolute;
    left: -239px;
    width: 312px;
    top: -150px;
    z-index: -1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: right bottom;
    opacity: 0;
}

a.icon2:hover .iicon4 {
    transform: scaleY(1);
    opacity: 1;
}

#ab232a4de0af8ad > .ele-wrap {
    transition: all .4s ease-out;
}

#ab232a4de0af8ad > .ele-wrap:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

img.iicon3 {
    position: absolute;
    left: -65px;
    z-index: -1;
    transform: scale(0.8) !important;
    top: -32px;
}

.uk-sticky-fixed {
    box-shadow: 0 3px 12px rgb(0 0 0 / 7%);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px; /**/
}

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #0064A8;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

::-webkit-scrollbar-corner {
    background: #204754;
}

div#a6d56aeba4a5386 .menu-list .menu-item:nth-child(2) .uk-dropdown .menu-item:nth-child(5) a {
    background: url(/style/image/1668413091635.png) left 18px center no-repeat;
    color: transparent;
}

div#a6d56aeba4a5386 .menu-list .menu-item:nth-child(2) .uk-dropdown .menu-item:nth-child(5):hover a {
    background: url(/style/image/1688956272643.png) left 18px center no-repeat #0069ab;
    color: transparent;
}

div#a674bae089a2071:before {
    position: absolute;
    left: 0;
    height: 71%;
    width: 100%;
    content: "";
    background: #006DAD;
    z-index: 0;
    bottom: 0;
}

.foot-share a {
    position: relative;
}

.foot-share a .erwi1 {
    position: absolute;
    bottom: 71px;
    width: 100px;
    max-width: unset;
    left: -20px;
    display: none;
}

#a69d2abb11ae840 > .ele-wrap {
    /*background-color: rgba(0, 109, 173, 1);*/
    background-color: #7fc390;
}

.ivideo {
    margin-top: 50px;
}

/*关于我们*/
.pd50 {
    padding: 50px 0;
}

.ab h2 {
    text-align: center;
}

.ab1 .ab1-content {
    line-height: 30px;
}

.wh {
    margin-bottom: 60px
}

.qywhimg {
    width: 85px;
    margin-bottom: 20px;
}

.culture01 .content {
    margin-top: 35px;
    background: url(../image/culture01_1.jpg) no-repeat center;
    height: 638px;
    background-size: cover;
}

.culture01 .content ul {
    height: 100%;
    width: 100%;
}

.culture01 .content ul li {
    width: 25%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.culture01 .content ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.culture01 .content ul li .box {
    padding: 0 80px;
    text-align: center;
    height: 100%;
    padding-top: 250px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    width: 100%;
}

.culture01 .content ul li .box .tit {
    font-size: 28px;
    line-height: 30px;
    color: #f0f0f0;
    font-weight: bold;
    transition: all 0.5s ease;
}

.culture01 .content ul li .box .con {
    font-size: 16px;
    line-height: 30px;
    color: #f0f0f0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.culture01 .content ul li .box .con .more {
    margin-top: 17px;
}

.culture01 .content ul li:hover .box {
    padding-top: 254px;
}

.culture01 .content ul li:hover .box .tit {
    font-size: 32px;
    margin-bottom: 10px;
}

.culture01 .content ul li:hover .box .con {
    opacity: 1;
    visibility: visible;
}

.ab3-content {
    margin-top: 60px;
    position: relative;
}

.ab3-item {
    width: 45%;
    margin-right: 10%;
    float: left;
    text-align: right;
    position: relative;
}

.ab3-item h3 {
    margin-bottom: 0px;
}

.ab3-item p {
    margin-top: 10px;
}

.ab3-item img {
    width: 100%;
}

.ab3-item:nth-child(2n) {
    margin-right: 0;
    text-align: left;
}

.ab3-item:nth-child(2n) {
    margin-top: 200px;
}

.ab3-line {
    width: 1px;
    height: 100%;
    background: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ab3-item .quan {
    position: absolute;
    top: 11px;
    right: -12%;
}

.ab3-item .quan .quan-line {
    width: 60px;
    height: 1px;
    background: #cccccc;
    float: left;
    margin-top: 6px;
}

.ab3-item .quan .quan-img {
    width: 12px;
    height: 12px;
    border: 3px solid #666666;
    border-radius: 100%;
    float: right;
    background: #ffffff;
}

.ab3-item:nth-child(2n) .quan {
    left: -12%;
    width: 73px;
}

.ab3-item:nth-child(2n) .quan .quan-line {
    float: right;
}

.ab4 {
    background: #e5e7e9;
    margin-top: 20px;
}

.boss-wrap {
    position: relative;
    overflow: hidden;
    padding-left: 4.13333333%;
    padding-right: 5.13333333%
}

.boss-wrap .border-left {
    position: absolute;
    left: 13px;
    top: 99px
}

.boss-wrap .border-left span {
    width: 2px;
    height: 600px;
    display: block;
    background-color: #d2d3d4
}

.boss-wrap .border-left span:before, .boss-wrap .border-left span:after {
    content: '';
    height: 2px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: absolute;
    background-color: #d2d3d4
}

.boss-wrap .border-left span:before {
    width: 1750%;
    top: 0
}

.boss-wrap .border-left span:after {
    width: 10400%;
    top: 600px
}

.boss-wrap .border-right-one {
    position: absolute;
    right: 0
}

.boss-wrap .border-right-one .one, .boss-wrap .border-right-one .one:before, .boss-wrap .border-right-one .two, .boss-wrap .border-right-one .two:after {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: absolute;
    background-color: #d2d3d4
}

.boss-wrap .border-right-one .one {
    width: 120px;
    height: 2px;
    right: 14px;
    top: 2px
}

.boss-wrap .border-right-one .one:before {
    content: '';
    width: 2px;
    height: 24px
}

.boss-wrap .border-right-one .two {
    width: 2px;
    height: 122px;
    right: 13px;
    top: 2px
}

.boss-wrap .border-right-one .two:after {
    content: '';
    width: 40px;
    height: 2px;
    top: 122px;
    right: 0
}

.boss-wrap .border-right-two {
    width: 86px;
    height: 2px;
    position: absolute;
    right: 13px;
    bottom: 27px;
    background-color: #d2d3d4
}

.boss-wrap .photo {
    width: 33.188775%;
    margin-top: 20px;
    float: left;
    position: relative;
    color: #fff
}

.boss-wrap .photo-cnt {
    position: absolute;
    left: 45px;
    bottom: 54px
}

.boss-wrap .photo-cnt:before, .boss-wrap .photo-cnt:after {
    content: '';
    width: 42px;
    height: 42px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/boss-photo-bg.png)
}

.boss-wrap .photo-cnt:before {
    top: -50px;
    left: 119px
}

.boss-wrap .photo-cnt:after {
    top: 91px;
    left: -35px
}

.boss-wrap .photo-cnt h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff;
}

.boss-wrap .photo-cnt p {
    font-size: 16px
}

.boss-wrap .main {
    height: 658px;
    margin-top: 50px;
    margin-left: 13.08606%;
    padding-top: 20px;
    padding-left: 20.1027146%;
    /*background-color: #fff*/
}

.boss-wrap .main-cnt {
    padding-left: 17%;
    /*padding-right: 6.58616905%;*/
    line-height: 28px;
    font-size: 14px;
    color: #666
}

.boss-wrap .main-cnt .text-mt {
    margin-top: 35px
}

/*.boss-wrap .main-cnt .text-title {*/
/*    font-weight: 700;*/
/*    margin-top: 24px;*/
/*    padding-bottom: 30px;*/
/*}*/

.boss-wrap .main-cnt .text-list {
    font-weight: 700;
    margin-top: 30px
}

.boss-wrap .main-cnt .symbol {
    color: #ccc;
    margin: 0 5px
}

.boss-wrap .boss-title {
    font-size: 28px;
    position: relative;
    padding-top: 80px;
    color: #060608
}

.boss-wrap .boss-title:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    bottom: 13px;
    left: 0;
    background-color: #dcdcdc
}

.boss-wrap .boss-title .line {
    width: 7.0323488%;
    height: 2px;
    position: relative;
    top: -28px;
    left: -8.29817159%;
    background-color: #111214
}

.boss-wrap .boss-title .line:before, .boss-wrap .boss-title .line:after {
    content: '';
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: absolute
}

.boss-wrap .boss-title .line:before {
    width: 100%;
    height: 2px;
    left: -100%;
    background-color: #fff
}

.boss-wrap .boss-title .line:after {
    width: 400%;
    height: 1px;
    left: 100%;
    background-color: #dcdcdc
}

.boss-wrap .boss-title .letter {
    width: auto;
    font-size: 14px;
    line-height: 24px;
    font-family: avgr45w;
    text-transform: uppercase;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: relative;
    z-index: 1;
    padding-right: 16px;
    margin-top: 16px;
    color: #bfbfbf;
    background-color: #fff
}

.visible-xs {
    display: none !important;
}

.iab5list {
    margin-top: 50px;
}

.iab5-item {
    width: 24%;
    margin-right: 1%;
    float: left;
}

.iab5-item:nth-child(4n) {
    margin-right: 0;
}

.iab5-item img {
    width: 100%;
}

.iab5-item p {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
}

.zhaop1-content {
    margin-top: 50px;
}

.zhaop1item {
    display: block;
    width: 24%;
    margin-right: 1%;
    float: left;
}

.zhaop1item:nth-child(4n) {
    margin-right: 0;
}

.zhaop1item img {
    width: 100%;
}

.zhaop1item p {
    margin: 10px 0;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.zhaop2-content {
    margin-top: 50px;
}

.zhaop2item {
    display: block;
    width: 19%;
    margin-right: 1%;
    float: left;
}

.zhaop2item:nth-child(5n) {
    margin-right: 0;
}

.zhaop2item img {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.zhaop2item p {
    margin: 10px 0;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.zhaop2item h2 {
    font-size: 22px;
    color: #000000;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.zhaop3-content {
    margin-top: 50px;
}

.zhaop3item {
    display: block;
    width: 24%;
    margin-right: 1%;
    float: left;
    background: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
}

.zhaop3item:nth-child(4n) {
    margin-right: 0;
}

.zhaop3item p {
    margin: 10px 0;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.zhaop3item h2 {
    font-size: 22px;
    color: #000000;
    margin: 10px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.zhop3desc {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    height: auto;
}

.zhop3desc span {
    font-size: 15px !important;
    line-height: 25px;
    color: #333333 !important;

}

.zhaop3item a {
    display: block;
    width: 80px;
    background: #999;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    margin-top: 20px;
}

.pagenav {
    margin: 30px 0;
}

.pagenav ul {
    text-align: center;
}
.pagenav ul li{
    display: inline-block;
}
.pagenav ul li a {
    margin-right: 15px;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 40px;
}

.pagenav ul li a {
    color: #333333;
    font-size: 16px;
}

.pagenav ul li.pnact a {
    background: #7fc390;
    border: 1px solid #7fc390;
}

.pagenav ul li.pnact a {
    color: #ffffff;
}

/*.pagenav ul li:hover {*/
/*    background: #7fc390;*/
/*    border: 1px solid #7fc390;*/
/*}*/

/*.pagenav ul li:hover a {*/
/*    color: #ffffff;*/
/*}*/

.xueytt {
    width: 80%;
    margin: 0 auto;
}

.xueytt h2 {
    text-align: center;
}

.xueytt p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.xueymain {
    position: relative;
}

.xueymain img {
    width: 55%;
}

.xueydesc {
    position: absolute;
    background: #7fc390;
    width: 50%;
    padding: 20px 30px;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    height: 290px;
}

.xueydesc p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.xuey:last-child {
    margin-bottom: 50px;
}

.newitem {
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
}

.newitem:nth-child(3n) {
    margin-right: 0;
}

.newitem .ele-wrap {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    background-color: rgba(0, 109, 173, 1);
    border-radius: 525px;
    justify-content: flex-end;
    border-style: solid;
    font-family: NotoSansSC-DemiLight;
}

.newitem .nbutton {
    right: 20px;
    bottom: -25px;
    width: 58px;
    min-height: 58px;
    position: absolute;
    height: 58px;
}

.newitem .nimg {
    position: relative;
}

.newitem .nimg img {
    width: 100%;
    transition: all .3s;
}

.newitem .nimg img:hover {
    transform: scale(1.1);
}

.newitem .ndate {
    position: relative;
}

.newitem .ndate .icon {
    left: 0;
    top: 0;
    width: 18px;
    min-height: 18px;
    position: absolute;
    height: 18px
}


.newitem .ndate span {
    font-size: 16px;
    color: #7fc390;
    margin: 20px 0 10px;
    display: block;
    padding-left: 22px;
}

.newitem .ntitle h2 {
    font-size: 20px;
    font-weight: 400;
}

.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}

.proitem {
    width: 24%;
    margin-right: 1.2%;
    float: left;
    margin-bottom: 20px;
}

.proitem img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    transition: all .3s;
}

.proitem .proimg img:hover {
    transform: scale(1.1);
}

.proitem p {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
    color: #333333;
}

.proitem:nth-child(4n) {
    margin-right: 0;
}

.caseitem {
    display: block;
    margin-bottom: 40px;
}

.caseimg {
    width: 47%;
    float: left;
}

.caseimg img {
    width: 100%;
}

.casetxt {
    width: 47%;
    float: right;
}

.caseitem:nth-child(2n) .caseimg {
    float: right;
}

.caseitem:nth-child(2n) .casetxt {
    float: left;
}

.casetxt {
    padding-top: 50px;
}

.casetxt h2 {
    font-size: 32px;
}

.casetxt p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.wditem {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.wditem h2 {
    font-size: 24px;
}

.wditem p {
    font-size: 16px;
    color: #333333;
}

/*联系我们*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.coninfo {
    margin-bottom: 80px;
}

.chcontent {
    margin-top: 40px;
}

.chconl {
    width: 35%;
}

.chconr {
    width: 60%;
}

.chconlitem {
    padding: 20px 30px;
    border: 1px solid rgba(231, 231, 231, 1);
    margin-bottom: 10px;
    overflow: hidden;

}

.chconlitem .chconlimg {
    width: 38px;
    margin-right: 30px;
    margin-top: 10px;
    float: left;
}

.chconlitem .chconltxt {
    float: left;
    width: 80%;
}

.chconlitem .chconlimg img {
    width: 100%;
}

.chconlitem h2 {
    font-size: 18px;
    color: rgba(127, 126, 133, 1);
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}

.chconlitem p {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.chconlitem:nth-child(3) p {
    font-size: 16px;
}

.chconlitem h1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.chconicon-item:nth-child(1) .chconicons {
    /*width: 365px;*/
}

.chconicon-item {
    float: left;
    margin-right: 30px;
    position: relative;
}

.chconicon-item:hover .chconicons {
    display: block;
}

.chconlitem:nth-child(3) {
    min-height: 130px;
}

.chconlitem:nth-child(4) {
    padding: 20px 30px 28px;
    overflow: unset;
}

.chconicon-item .chconicon-img {
    width: 40px;
}

.chconicon-item .chconicons {
    display: none;
    position: absolute;
    left: 0;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #ccc;
    margin-top: 10px;
    transition: all .3s;
}

.chconicon-item .chconicons .chconiconsimg {
    float: left;
    /*margin-right: 15px;*/
}

.chconicon-item .chconicons .chconiconsimg img {
    width: 115px;
    max-width: unset;
}

.chconicon-item .chconicons .chconiconsimg p {
    font-size: 14px;
    text-align: center;
}

.chcontitle h2 {
    font-size: 24px;
    color: #333333;
    padding-top: 40px;
    border-top: 1px solid rgba(231, 231, 231, 1);
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.chconform .item {
    float: left;
}

.chconform input, .chconform textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #ced4da;
    padding: 25px;
    font-size: 16px;
    color: #495057;
    margin-bottom: 20px;
}

.chconform .item:nth-child(2) {
    width: 49%;
    margin-right: 2%;
}

.chconform .item:nth-child(3) {
    width: 49%;
    margin-right: 0;
}

.chconform .item:nth-child(4) {
    width: 100%;
}

.chconform .item:nth-child(5) {
    width: 100%;
}

.chconform .item:nth-child(5) textarea {
    height: 160px;
}

.chconform .item:nth-child(6) {
    width: 100%;
}

.chconform .item:nth-child(6) button {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 45px;
    background: #7fc390;
    text-align: center;
    margin-top: 18px;
}

.tjpro {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tjpro ul li {
    width: 24.7%;
    margin-right: 10px;
}

.tjpro ul li img {
    width: 100%;
}

.tjpro ul li p {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    color: #333333;
}

.tjpro .hd img {
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 15px;
}

.tjpro .hd .prev {
    left: 1%;
}

.tjpro .hd .next {
    right: 1%;
}

.pstt h2 {
    text-align: center;
}


/*head*/
.headfix {
    position: fixed;
    background: #ffffff;
    z-index: 99;
    width: 100%;
}

.head {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
}

.logo {
    float: left;
}

.headnav {
    float: right;
    width: 65%;
}

.headnav ul li {
    display: inline-block;
    width: 12%;
    text-align: center;
    position: relative;
}

.headnav ul li > a {
    display: inline-block;
    line-height: 64px;
    color: #666666;
    font-size: 18px;
    font-family: NotoSansSC-DemiLight;
}

.headnav ul li ol {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 130px;
    padding: 10px 5px;
    z-index: 1;
}

.headnav ul li ol a {
    display: inline-block;
    line-height: 33px;
    color: #666666;
    font-family: NotoSansSC-DemiLight;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.headnav ul {
    float: left;
    width: 76%;
}

.headphone {
    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #7fc390;
    border-radius: 25px;
    justify-content: center;
    border-style: solid;
    font-family: NotoSansSC-DemiLight;
    height: 40px;
    line-height: 40px;
    width: 23%;
    box-sizing: unset;
    text-align: center;
    margin-top: 10px;
}

.headnav .navactive {
    /*background-image: url(../image/1667283125783.png);*/
    background-position: bottom 8px center;
    background-repeat: no-repeat;
    color: #7fc390;
    font-weight: bold;
}

.headnav li:hover .hnavc {
    /*background-image: url(../image/1667283125783.png);*/
    background-position: bottom 8px center;
    background-repeat: no-repeat;
    color: #7fc390;
    font-weight: bold;
}

#a3c57aea7fa744c {
    padding-top: 104px;
}

.headwap {
    display: none;
}

.hidnav {
    display: none;
}

.fwwap {
    display: none;
}

.inewwap {
    display: none;
}

.footwap {
    display: none;
}

div#aaad2a754ba04fe:before {
    position: absolute;
    left: 0;
    height: 71%;
    width: 100%;
    content: "";
    background: #7fc390 !important;
    z-index: 0;
    bottom: 0;
}

.flogo {
    left: 7px;
    top: -2px;
    width: 269px;
    position: absolute;
}

.imap {
    border: 5px solid #cccccc;
    box-sizing: border-box;
    height: 490px;
    overflow: hidden;
}

/*联系我们*/
.contactbox-sec2 .tit {
    font-size: 26px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .contactbox-sec2 .tit {
        font-size: 16px;
    }
}

.contactbox-sec2 .cont {
    padding: 60px 3%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .contactbox-sec2 .cont {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont {
        padding: 80px 40px;
    }
}

.contactbox-sec2 .cont .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .item {
        width: 100%;
        margin: 0;
    }
}

.contactbox-sec2 .cont .item .li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .item .li {
        width: 100%;
        padding: 0;
    }
}

.contactbox-sec2 .cont .item .li input,
.contactbox-sec2 .cont .item .li select,
.contactbox-sec2 .cont .item .li textarea {
    background-color: #f5f5f5;
    padding: 17.2px 20px;
    width: 100%;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .item .li input,
    .contactbox-sec2 .cont .item .li select,
    .contactbox-sec2 .cont .item .li textarea {
        font-size: 14px;
    }
}

.contactbox-sec2 .cont .item .li input::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li select::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.contactbox-sec2 .cont .item .li input::-moz-placeholder,
.contactbox-sec2 .cont .item .li select::-moz-placeholder,
.contactbox-sec2 .cont .item .li textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.contactbox-sec2 .cont .item .li input:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li select:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.contactbox-sec2 .cont .item .li select {
    background: #f5f5f5 url(../images/selesanjiaoimg1.png) no-repeat;
    background-position: 95% center;
    background-size: 10px auto;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .item .li select {
        background-size: 8px auto;
    }
}

.contactbox-sec2 .cont .item .li textarea {
    height: 282px;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .item .li textarea {
        height: 311px;
    }
}

.contactbox-sec2 .cont .int1 {
    width: 100%;
}

.contactbox-sec2 .cont .int1 .jut {
    width: 50%;
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .int1 .jut {
        width: 100%;
    }
}

.contactbox-sec2 .cont .int1 .li {
    width: 100%;
}

.contactbox-sec2 .cont .but {
    margin-top: 10px;
}

.contactbox-sec2 .cont .but .f_sub,
.contactbox-sec2 .cont .but .f_set {
    overflow: hidden;
}

input, button, textarea, select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent;
}

input, button {
    -webkit-appearance: none;
    border-radius: 0;
}


@media (max-width: 767px) {
    .contactbox-sec2 .cont .but .f_sub,
    .contactbox-sec2 .cont .but .f_set {
        width: 40%;
        margin: 0 10px;
    }
}

.contactbox-sec2 .cont .but .f_sub button,
.contactbox-sec2 .cont .but .f_set button {
    transition: all 0.3s linear;
    width: 106px;
    height: 43px;
    background-color: #999999;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
}

@media (max-width: 1580px) {
    .contactbox-sec2 .cont .but .f_sub button,
    .contactbox-sec2 .cont .but .f_set button {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .contactbox-sec2 .cont .but .f_sub button,
    .contactbox-sec2 .cont .but .f_set button {
        width: 160px;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .contactbox-sec2 .cont .but .f_sub button:hover,
    .contactbox-sec2 .cont .but .f_set button:hover {
        background-color: #7fc390;
    }
}

.contactbox-sec2 .cont .but .f_sub button {
    float: right;
}


/*问答*/
.nlist {
    display: flex;
    border-bottom: 1px solid #e8e7e7;
    padding-bottom: 34px;
    margin-bottom: 34px;
}


.ntxt h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.ntxt p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 22px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}

.wtlist .ntxt {
    min-height: unset;
    width: 100%;
}

.wtlist .ntxt h2 {
    background: url("../picture/wen.png") no-repeat left;
    padding-left: 40px;
    background-size: 24px;
}

.wtlist .ntxt p {
    background: url("../picture/da.png") no-repeat left;
    padding-left: 40px;
    background-size: 24px;
}

.wtlist .nlist {
    padding-bottom: 15px;
    width: 49%;
    margin-right: 2%;
    float: left;
}

.wtlist .nlist:nth-child(2n) {
    margin-right: 0;
}


.xlnav .xltt{
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    color: #7fc390;
}
.xlnav{
    margin: 60px auto 30px;
}
.xlnav ul {
    text-align: center;
}
.xlnav ul li{
    width: 18%;
    /*padding: 50px 25px;*/
    background-image: url('../picture/xlbg.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
    margin-right: 20px;
}
.xlnav ul li a{
    border-radius: unset;
    border: 0;
    margin-right: 0;
}
.xlnav ul li img{
    float: right;
    /*width: 180px;*/
}
.xlnav ul li a.fl{
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #7fc390;
    margin-top: 20px;
}
.pagenav ul li:hover a.fl{
    color: #ffffff;
}
.proitem .price{
    color: #f10000;
}



.zxgm{
    position: absolute;
    bottom: 0;
    padding-top: 40px;
    border-top: 1px solid #7fc390;
    width: 100%;
}
.zxgm h2{
    font-size: 30px;
    color: #000000;
}
.zxgm a{
    font-size: 16px;
    display: block;
    color: #000000;
    width: 140px;
    border: 1px solid #ccc;
    border-radius: 40px;
    line-height: 35px;
    margin: 0 auto 10px;
    text-align: center;
}
.gml{
    margin-top: 50px;
    margin-right: 50px;
}
.gmr img{
    width: 180px;
}
.pshow .product-info .info-top .top-box .container{
    align-items: unset;
}
.product-info .info-top .top-box .container .right{
    position: relative;
    padding-top: 50px;
}

.waply{
    display: none;
}

@media (max-width: 996px) {
    .waply{
        display: block;
    }
    .pcly{
        display: none;
    }
    .headwap {
        display: block;
        padding: 20px 3%;
        box-sizing: border-box;
    }

    .headpc {
        display: none;
    }

    .menuimg {
        width: 35px;
        float: right;
    }

    .hidnav {
        display: none;
        position: relative;
        width: 100%;
        background: #ffffff;
        z-index: 1;
        border-top: 1px solid #cccccc;
    }

    .hidnav ul {
        padding: 10px 0;
    }

    .hidnav ul li {
        line-height: 30px;
        text-align: center;
    }

    .hidnav ul li a {
        font-size: 16px;
        color: #666666;
    }

    .hidnav ul li ol {
        display: none;
    }

    .logo {
        float: left;
        width: 50%;
    }

    .logo img {
        width: 100%;
    }

    #a3c57aea7fa744c {
        height: 230px !important;
    }

    .uk-position-center {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 30%;
    }

    .uk-transition-slide-bottom h2 {
        font-size: 28px;
    }

    .uk-transition-slide-bottom p {
        font-size: 18px;
    }

    .ipro {
        padding: 0 3%;
    }

    .commontt h2 {
        font-size: 28px;
    }

    .iproitem {
        width: 100%;
        /*margin-right: 2%;*/
        margin-bottom: 20px;
    }

    .iproitem:nth-child(2n) {
        margin-right: 0;
    }

    .fwpc {
        display: none;
    }

    .fwwap {
        display: block;
    }

    .fwwap {
        padding: 0 3%;
    }

    .fwitem {
        width: 49%;
        margin-right: 2%;
        float: left;
        text-align: center;
        margin-bottom: 15px;
    }

    .fwitem:nth-child(2n) {
        margin-right: 0;
    }

    #a0e3aad1feac528 {
        height: auto !important;
    }

    .videoBoxBg h2 {
        font-size: 28px;
    }

    .videoBox img {
        width: 80px;
    }

    .inewwap {
        display: block;
    }

    .inewpc {
        display: none;
    }

    .inewwap {
        padding: 0 3%;
    }

    .inewitem {
        width: 100%;
        margin-bottom: 30px;
    }

    .inewitem img {
        width: 100%;
    }

    .inewitem h2 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .inewitem p {
        font-size: 14px;
        line-height: 25px;
        color: #333333;
        margin-top: 10px;
    }

    .inewitem a {
        display: block;
        width: 100px;
        background: #37b4ae;
        text-align: center;
        color: #ffffff;
        line-height: 30px;
        border-radius: 40px;
    }

    .footwap {
        display: block;
        background: #7fc390;
        padding: 30px 3%;
        box-sizing: border-box;
    }

    .footpc {
        display: none;
    }

    .flogo {
        width: 200px;
        margin: 0 auto;
    }

    .flogo img {
        width: 100%;
    }

    .fnav {
        margin: 30px 0;
    }

    .fnav ul {
        overflow: hidden;
    }

    .fnav ul li {
        width: 33.33%;
        float: left;
        margin-bottom: 10px;
        text-align: center;
    }

    .fnav ul li a {
        font-size: 14px;
        color: #ffffff;
    }

    .fwx .erwi1 {
        display: none;
    }

    .fwx {
        text-align: center;
    }

    .fwx .icon-wx {
        width: 40px;
        height: 40px !important;
        margin-right: 10px;
    }

    .fwx .icon-dy {
        width: 40px;
        height: 40px !important;
    }

    .pagenav ul li {
        padding: 5px 15px;
        margin-bottom: 10px;
    }

    .pd50 {
        padding: 20px 3%;
        box-sizing: border-box;
    }

    .w1500 {
        max-width: unset;
        margin: 0 auto;
        width: 100%;
    }

    .culture01 .content ul li .box .tit {
        font-size: 16px;
    }

    .culture01 .content ul li .box {
        padding: 0 20px;
        padding-top: 250px;
    }

    .boss-wrap .photo {
        width: 100%;
        margin-bottom: 25px;
    }

    .boss-wrap .boss-title .line, .boss-wrap .border-left, .boss-wrap .border-right-one, .boss-wrap .border-right-two {
        display: none;
    }

    .boss-wrap .main {
        margin-left: 0;
        padding-left: 0;
    }

    .iab5-item {
        width: 49%;
        margin-right: 2%;
    }

    .iab5-item:nth-child(2n) {
        margin-right: 0;
    }

    .proitem {
        width: 49%;
        margin-right: 2%;
    }

    .proitem:nth-child(2n) {
        margin-right: 0;
    }

    .caseimg {
        width: 100%;
    }

    .casetxt {
        width: 100%;
        padding-top: 20px;
    }

    .casetxt h2 {
        font-size: 22px;
    }

    .newitem {
        width: 100%;
        /*margin-right: 2%;*/
    }

    .newitem:nth-child(2n) {
        margin-right: 0;
    }

    .zhaop1item {
        width: 49%;
        margin-right: 2%;
    }

    .zhaop1item:nth-child(2n) {
        margin-right: 0;
    }

    .zhaop2item {
        width: 100%;
        margin-right: 2%;
    }

    .zhaop2item:nth-child(2n) {
        margin-right: 0;
    }

    .zhaop3item {
        width: 49%;
        margin-right: 2%;
    }

    .zhaop3item:nth-child(2n) {
        margin-right: 0;
    }

    .xueymain {
        position: unset;
    }

    .xueymain img {
        width: 100%;
    }

    .xueydesc {
        position: unset;
        width: 100%;
    }

    .newitem:nth-child(3n) {
        margin-right: 2%;
    }

    .newitem:nth-child(6n) {
        margin-right: 0;
    }

    .chconl {
        width: 100%;
    }

    .chconr {
        width: 100%;
    }

    .chconicon-item {
        margin-right: 20px;
    }

    .chcontitle h2 {
        font-size: 18px;
    }

    .chconlitem .chconltxt {
        float: left;
        width: 75%;
    }

    .pcontent {
        margin-bottom: 20px;
    }

    .wzpm-fix-video.sy {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .xlnav ul li{
        width: 49%;
        margin-right: 2%;
        padding: 20px 15px;
    }
    .xlnav ul li a.fl{
        font-size: 18px;
        margin-top: 10px;
    }
    .xlnav ul li img{
        width: 100px;
    }
    .xlnav ul{
        padding: 0 3%;
    }
    .xlnav .xltt{
        font-size: 28px;
    }

    .fwitem h2{
        margin-top: 20px;
    }
    .fwitem p{
        color: #666666;
    }
    .pagenav ul{
        padding: 0 3%;
        box-sizing: border-box;
    }
    .pagenav ul li{
        margin-bottom: 10px;
        padding: 0;
    }
    .pagenav ul li a{
        display: block;
        padding: 7px 20px;
        font-size: 15px;
    }
    .culture01 .content ul li:hover .box .tit{
        font-size: 16px;
    }
    .culture01 .content ul li:hover .box {
        padding-top: 100px;
    }
    .culture01 .content ul li:hover .box .con p{
        font-size: 14px;
    }
    .culture01 .content ul li .box{
        padding: 0 5px;
        padding-top: 250px;
    }
    .xlnav ul li img{
        width: auto;
    }
    .xlnav ul li:nth-child(2n){
        margin-right: 0;
    }
    .zxgm{
        position: relative;
    }
    .product-info .pinfo-box2{
        padding-top: 20px !important;
    }

    .wtlist .nlist{
        width: 100%;
    }
    .contactbox-sec2 .cont .but .f_sub button, .contactbox-sec2 .cont .but .f_set button {
        width: 100px;
        height: 38px;
    }
}

@media (min-width: 993px) {


    .t1-pro-preview {
        width: 650px;
    }

    .prod-showcase-1 .t1-spec-preview {
        width: 650px;
        height: 488px;
    }

    .p1-pro-showcase-1-txt-t1 {
        position: relative;
        height: 436px;
    }

    .showbz {
        position: absolute;
        bottom: 0;
        padding-bottom: 0;
        border: 0;
    }

    .showbz-bz {
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

    .bdshare {
        margin-top: 10px;
    }
}


.product-info {
    width: 100%;
    font-size: 16px;
}
.product-info .info-top {
    width: 100%;
    position: relative;
    padding-bottom: 80px;
}
.product-info .info-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/product-info-bg.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.8;
}
.product-info .info-top .breadbox {
    position: relative;
}
.product-info .info-top .top-box {
    width: 100%;
    /*margin-top: 50px;*/
    position: relative;
}
.product-info .info-top .top-box .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-info .info-top .top-box .container .left {
    width: 56.25%;
    width: 47%;
    position: relative;
    height: 705px;
}
@media (max-width: 1199px) {
    .product-info .info-top .top-box .container .left {
        width: 52.25%;
    }
}
@media (max-width: 991px) {
    .product-info .info-top .top-box .container .left {
        width: 100%;
    }
    .product-info .info-top .top-box .container .left {
        height: 400px;
    }

}
.product-info .info-top .top-box .container .left .swiper {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.product-info .info-top .top-box .container .left .swiper .swiper-wrapper {
    width: 100%;
}
.product-info .info-top .top-box .container .left .swiper .swiper-wrapper .swiper-slide {
    width: 35%;
    position: relative;
}
.product-info .info-top .top-box .container .left .swiper .swiper-wrapper .swiper-slide::before {
    content: '';
    width: 100%;
    padding-top: 75%;
    display: block;
}
.product-info .info-top .top-box .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.product-info .info-top .top-box .container .left .swiper .swiper-pagination {
    position: relative;
    font-size: 0;
    margin-top: -20px;
}
.product-info .info-top .top-box .container .left .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c6c6c6;
    opacity: 1;
    margin: 0 10px;
}
.product-info .info-top .top-box .container .left .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #127e3a;
}
.product-info .info-top .top-box .container .right {
    width: 40%;
    width: 48%;
}
@media (max-width: 1199px) {
    .product-info .info-top .top-box .container .right {
        width: 43%;
    }
}
@media (max-width: 991px) {
    .product-info .info-top .top-box .container .right {
        width: 100%;
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .product-info .info-top .top-box .container .right {
        margin-top: 50px;
    }
}
.product-info .info-top .top-box .container .right .t1 {
    font-size: 36px;
    line-height: 58px;
    color: #333;
}
.product-info .info-top .top-box .container .right .t2 {
    color: #333;
    line-height: 30px;
    margin-top: 36px;
    max-height: 250px;
    overflow-y: auto;
}
@media (max-width:1200px) {
    .product-info .info-top .top-box .container .right .t2{
        height: 200px;
    }
}
@media (max-width:768px) {
    .product-info .info-top .top-box .container .right .t2{
        height: 300px;
    }
}

.product-info .info-top .top-box .container .right .t2::-webkit-scrollbar {
    width: 1px; /*对垂直流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.product-info .info-top .top-box .container .right .t2::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #aaa;
    background-color: #aaa;
    border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
.product-info .info-top .top-box .container .right .t2::-webkit-scrollbar-thumb{
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #004896;
    background-color: #004896;
}

.product-info .info-top .top-box .container .right .t2 span {
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
}
.product-info .info-top .top-box .container .right .ckbox {
    margin-top: 73px;
    display: flex;
}
.product-info .info-top .top-box .container .right .ckbox a {
    width: 184px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.3s;
    color: #004896;
    background: #fff;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .product-info .info-top .top-box .container .right .ckbox a {
        width: 220px;
        height: 70px;
    }
}
.product-info .info-top .top-box .container .right .ckbox a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    position: relative;
    background-color: #004896;
    border-radius: 50%;
}
.product-info .info-top .top-box .container .right .ckbox a span img,
.product-info .info-top .top-box .container .right .ckbox a span svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease-out 0.3s;
}
.product-info .info-top .top-box .container .right .ckbox a span img:nth-child(2),
.product-info .info-top .top-box .container .right .ckbox a span svg:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.product-info .info-top .top-box .container .right .ckbox a span svg {
    width: 42%;
}
.product-info .info-top .top-box .container .right .ckbox a span svg path {
    fill: #fff;
}
.product-info .info-top .top-box .container .right .ckbox a:hover {
    color: #fff;
    background: #004896;
}
.product-info .info-top .top-box .container .right .ckbox a:hover span {
    background-color: #fff;
}
.product-info .info-top .top-box .container .right .ckbox a:hover span img:nth-child(1) {
    opacity: 0;
}
.product-info .info-top .top-box .container .right .ckbox a:hover span img:nth-child(2) {
    opacity: 1;
}
.product-info .info-top .top-box .container .right .ckbox a:hover span svg path {
    fill: #004896;
}
.product-info .info-top .top-box .container .right .ckbox .mov {
    background-color: #004896;
    color: #fff;
}
.product-info .info-top .top-box .container .right .ckbox .mov:hover {
    opacity: 0.9;
}
.product-info .pinfo-box2 {
    width: 100%;
    padding: 120px 0 132px;
}
.product-info .pinfo-box2 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.product-info .pinfo-box2 .container .left {
    width: 56.25%;
}
@media (max-width: 991px) {
    .product-info .pinfo-box2 .container .left {
        width: 100%;
    }
}
.product-info .pinfo-box2 .container .left .tbox {
    width: 100%;
    margin-bottom: 75px;
}
@media (max-width:767px) {
    .product-info .pinfo-box2 .container .left .tbox{
        margin-bottom: 30px;
    }
}
.product-info .pinfo-box2 .container .left .tbox:last-child {
    margin-bottom: 0;
}
.product-info .pinfo-box2 .container .left .tbox .t1 {
    color: #000;
    line-height: 1;
    border-left: 3px solid #d40400;
    padding-left: 20px;
    font-size: 34px;
}
.product-info .pinfo-box2 .container .left .tbox .t2 {
    width: 100%;
    border-top: 1px solid #f0f1f1;
    margin-top: 40px;
    padding-top: 33px;
    line-height: 30px;
    color: #333;
}
.product-info .pinfo-box2 .container .left .tbox .t2 img {
    max-width: 100%;
}
.product-info .pinfo-box2 .container .left .tbox .t2 table {
    width: 100%!important;
}
.product-info .pinfo-box2 .container .left .tbox .img-list {
    width: 100%;
    margin-top: 30px;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li {
    width: 22.22%;
    position: relative;
    margin-right: 3.7%;
    margin-bottom: 30px;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li:nth-child(4n) {
    margin-right: 0;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li:nth-child(n + 5) {
    display: none;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li::before {
    content: '';
    width: 100%;
    padding-top: 80%;
    display: block;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.product-info .pinfo-box2 .container .left .tbox .img-list .getmore {
    width: 100%;
    height: 50px;
    border: 1px solid #004896;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004896;
    transition: all ease-out 0.3s;
    cursor: pointer;
}
@media (max-width: 767px) {
    .product-info .pinfo-box2 .container .left .tbox .img-list .getmore {
        height: 70px;
    }
}
.product-info .pinfo-box2 .container .left .tbox .img-list .getmore:hover,
.product-info .pinfo-box2 .container .left .tbox .img-list .getmore.on {
    background: #004896;
    color: #fff;
}
.product-info .pinfo-box2 .container .right {
    width: 28.75%;
}
@media (max-width: 991px) {
    .product-info .pinfo-box2 .container .right {
        width: 100%;
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .product-info .pinfo-box2 .container .right {
        position: sticky;
        top: 90px;
    }
}
.product-info .pinfo-box2 .container .right .title {
    color: #999;
    line-height: 1;
    font-size: 24px;
}
.product-info .pinfo-box2 .container .right .list {
    width: 100%;
    margin-top: 30px;
}
.product-info .pinfo-box2 .container .right .list li {
    width: 100%;
    margin-bottom: 20px;
}
.product-info .pinfo-box2 .container .right .list li:last-child {
    margin-bottom: 0;
}
.product-info .pinfo-box2 .container .right .list li a {
    display: flex;
    justify-content: space-between;
}
.product-info .pinfo-box2 .container .right .list li a .img {
    width: 34.78%;
    position: relative;
    border: 1px solid #f1f1f1;
    flex-shrink: 0;
    overflow: hidden;
}
.product-info .pinfo-box2 .container .right .list li a .img::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 75%;
}
.product-info .pinfo-box2 .container .right .list li a .img img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-info .pinfo-box2 .container .right .list li a .tbox {
    width: 65.22%;
    padding-top: 16px;
    padding-left: 20px;
}
.product-info .pinfo-box2 .container .right .list li a .tbox .t1 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
@media (max-width: 1580px) {
    .product-info .pinfo-box2 .container .right .list li a .tbox .t1 {
        font-size: 16px;
    }
    .w1500{
        padding: 0 1%;
        box-sizing: border-box;
    }
    .head{
        padding: 20px 1%;
        box-sizing: border-box;
    }
    .ab h2{
        margin-top: 40px;
    }
}
.product-info .pinfo-box2 .container .right .list li a .tbox .t2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 13px;
}
.product-info .pinfo-box2 .container .right .list li a:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.product-info .pinfo-box2 .container .right .list li a:hover .tbox .t2 {
    color: #004896;
}
.product-info .pinfo-box2 .container .right .apply {
    width: 100%;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
}
.product-info .pinfo-box2 .container .right .apply .img {
    width: 100%;
    position: relative;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.product-info .pinfo-box2 .container .right .apply .img::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 34.78%;
}
.product-info .pinfo-box2 .container .right .apply .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all 0.3s linear;
}
.product-info .pinfo-box2 .container .right .apply .txt {
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.product-info .pinfo-box2 .container .right .apply:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.product-info .pinfo-box2 .getmore-pro{
    width: 100%;
    height: 50px;
    border: 1px solid #004896;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004896;

    cursor: pointer;
}
.product-info .pinfo-box2 .getmore-pro a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004896;
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
}
.bannervideo{
    width: 100%;
}
.bannervideo video{
    width: 100%;
}
#a3c57aea7fa744c{
    height: 1080px;
}



@media (max-width: 767px) {
    .product-info .pinfo-box2 .getmore-pro {
        height: 70px;
    }
    .iproitem img {
        transition: all .3s;
        margin-top: 20px;
        width: 80%;
    }
    .flogo{
        display: none;
    }

}
.product-info .pinfo-box2 .getmore-pro:hover a{
    background: #004896;
    color: #fff;
}
