/*初始化样式*/
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 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}

.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.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



/*头部样式*/
.top {
    display: flex;
    height: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.top1 {
    width: 23.85%;
    display: flex;
    align-items: center;
}

.top1 .logo {
    margin-right: 1rem;
}

.top1 .logo a {
    display: block;
    line-height: 96px;
}

.top1 .logo a img {
    max-width: 100%;
}

.top1 .logotext {
    font-size: 1.5rem;
    color: #333333;
    line-height: 96px;
    white-space: nowrap;
    font-weight: 700;
}









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

.x-menu>li {
    position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 0.85rem;
    color: #333333;
    white-space: nowrap;
    padding: 0 1.15vw;
}

.top2.bj .x-menu>li>a {
    color: #000;
}

.x-menu>li>a:hover {
    color: #83c14b;
}

.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);
    border-top: 3px solid #83c14b;
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 3.1rem;
    background: #fff;
    padding: 10px 0 1.05rem;
    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: 0.7rem;
    color: #666666;
    line-height: 1.85rem;
    border-bottom: 2px dashed #dedfe0;
}

.x-sub-menu>li>a:hover {
    background: initial;
}

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


.top3 {
    width: 12%;
    background: url(../image/tel.png) no-repeat left center;
    padding-left: 2.2rem;
}

.top3 h3 {
    font-size: 0.8rem;
    color: #333333;
    font-weight: 400;
}

.top3 p {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: -1.2px;
}













.flexslider {
    overflow: hidden;
}

.flexslider .slides>li {}

.flexslider .slides>li img {
    opacity: 1;

    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: transform 5s ease 0s;
    -webkit-transition: transform 5s ease 0s;
    -moz-transition: transform 5s ease 0s;
    -o-transition: transform 5s ease 0s;
    z-index: 1111;
}

.flexslider .slides>li .newtext {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.flexslider .slides>li .newtext .newtextin {
    width: 1500px;
    margin: 0 auto;
}

.flexslider .slides>li .newtext .newtextin .newt {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.flexslider .slides>li .newtext .newtextin .newb {
    font-size: 14px;
    color: #fff;
}

.flexslider .slides li.flex-active-slide {

    z-index: 1111;
}

.flexslider .slides li.flex-active-slide img {
    opacity: 2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 5s ease 0s;
    -webkit-transition: transform 5s ease 0s;
    -moz-transition: transform 5s ease 0s;
    -o-transition: transform 5s ease 0s;
}

.flexslider .slides>li.flex-active-slide .newtext {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}




.flexslider .flex-control-nav {
    display: block;
    bottom: 19%;
    right: 7%;
    width: auto;
}

.flexslider .flex-control-paging li {
    margin: 0;
    margin-left: 0;
}

.flexslider .flex-control-paging li a {
    text-indent: 0;
    border: 0px;
    font-size: 20px;
    color: #fff;
    box-shadow: none;
    border-radius: 0px;
    font-weight: bold;
    background: none;
    width: 70px;
    transform: translateY(-9px);
}

.flexslider .flex-control-paging li a.flex-active {
    text-indent: 0;
    border: 0px;
    font-size: 50px;
    color: #ea6101;
    box-shadow: none;
    border-radius: 0px;
    font-weight: bold;
    background: none;
    transform: translateY(0px);
}

.flexslider .mouse {
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 111;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flexslider .mouse img {
    animation: mymove0 1.3s linear infinite;
    -webkit-animation: mymove0 1.3s linear infinite;
    position: relative;
}

@keyframes mymove0 {
    0% {
        top: -5px;
    }

    25% {
        top: 0px;
    }

    50% {
        top: 10px;
    }

    75% {
        top: 0px;
    }

    100% {
        top: -5px;
    }
}

.flex-direction-nav a.flex-prev {
    width: 14px;
    height: 20px;
    background: url(../image/bannerleftn.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    left: auto;
    right: 19%;
    bottom: 19.6%;
    margin: 0;
    top: auto;
}

.flex-direction-nav a.flex-prev:hover {
    background: url(../image/bannerleft.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.flex-direction-nav a.flex-next {
    width: 14px;
    height: 20px;
    background: url(../image/bannerrightn.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    left: auto;
    right: 5.2%;
    bottom: 19.6%;
    margin: 0;
    top: auto;
}

.flex-direction-nav a.flex-next:hover {
    background: url(../image/bannerright.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}


@media(max-width: 1024px) {
    .flexslider .mouse img {
        display: none;
    }
}

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



    .flexslider .flex-control-paging li a {
        width: 34px;
    }

    .flexslider .flex-control-paging li a.flex-active {
        font-size: 28px;
        transform: translateY(-7px);
    }

    .flexslider .flex-control-paging li a {
        font-size: 14px;
    }

    .flexslider .flex-control-nav {
        bottom: 14%;
    }
}



.sou .wh1200 {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    height: 4rem;
    background-color: #83c14b;
    border-radius: 1.97rem;
    position: relative;
    z-index: 999;
    transform: translateY(-50%);
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sou .hotSearch {
    font-size: 0.7rem;
    line-height: 0.71rem;
    color: #ffffff;
    line-height: 4rem;
}

.sou .hotSearch a {
    color: #fff;
    margin-right: 10px;
}

.sou .hotSearch a::after {
    content: " 、";

}

.sou #formsearch {
    width: 26.67%;
    height: 2.4rem;
    background-color: #ffffff;
    border-radius: 1.17rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sou #formsearch input {
    outline: none;
    background: none;
    border: none;
}

.sou #formsearch input[id="keyword"] {
    width: 83%;
    height: 2.4rem;
    line-height: 2.4rem;
    padding-left: 1rem;
    font-size: 0.7rem;
    color: #999999;
}

.sou #formsearch input[type="submit"] {
    width: 17.19%;
    background: url(../image/ss.png) no-repeat left center;
    /* background-size: cover; */
    height: 2.4rem;
}




.p1 {
    margin-top: 2rem;
    overflow: hidden;
}

.p1-title {
    text-align: center;
    background: url(../image/line1.png) no-repeat center center;

}

.p1-title h3 {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 0.3rem;
}

.p1-title p {
    font-size: 0.7rem;
    color: #9d9c9b;
}

.p1a {
    position: relative;
    overflow: hidden;
}

.p1a .bd {
    width: 100%;
    margin-top: 2.9rem;
}

.p1a .bd .tempWrap {
    width: 100% !important;
}

.p1a .p1a1 li {
    width: 420px;
    height: 578px;
    background-color: #294889;
    margin-right: 18px;
}

.p1a .p1a1 li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.p1a .p1a1 li a div.img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p1a .p1a1 li a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease .36s;
}

.p1a .p1a1 li:hover a img {
    transform: scale(1.1);
}

.p1a .p1a1 li a .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    transform: translateY(5.8rem);
    transition: all ease .36s;
    padding: 0 1rem 0 0.6rem;
}

.p1a .p1a1 li a .cont h3 {
    font-size: 0.8rem;
    color: #ffffff;
    height: 3.35rem;
    line-height: 3.35rem;
    text-align: center;
    font-weight: 400;
    /* margin-bottom: 1.85rem; */
    transition: all ease .36s;
}

.p1a .p1a1 li a .cont p {
    /* position: absolute; */
    /* transform: translateY(-100%); */
    width: 100%;
    padding: 0.8rem 0 1.3rem 0;
    font-size: 0.7rem;
    line-height: 1.7;
    color: #ffffff;
    bottom: 0;
    min-height: 5.6rem
}

.p1a .p1a1 li:hover a .cont {
    transform: translateY(0);
    background-color: #83c14b;
}

.p1a .p1a1 li:hover a .cont h3 {
    line-height: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
}

.p1a .p1a1 li a:hover .cont p {
    border-top: 1px solid rgba(255, 255, 255, .5);
}


.p1a a.next {
    width: 27px;
    height: 27px;
    background: url(../image/right.jpg) no-repeat center center;
    position: absolute;
    right: 26.4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

.p1a a.prev {
    width: 27px;
    height: 27px;
    background: url(../image/right.jpg) no-repeat center center;
    position: absolute;
    left: 26.4%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 999;
    cursor: pointer;
}





@media(max-width: 1440px) {
    .p1a .p1a1 li {
        width: 380px;
        height: auto;
    }
}


@media(max-width: 1024px) {
    .p1a .p1a1 li {
        width: 300px;
    }
}

@media(max-width: 768px) {
    .p1a .p1a1 li a .cont {
        transform: translateY(0);
        background-color: #83c14b;
    }

    .p1a .p1a1 li a .cont h3 {
        line-height: 2.5rem;
        height: 2.5rem;
        font-weight: 700;
    }

    .p1a .p1a1 li a .cont p {
        border-top: 1px solid rgba(255, 255, 255, .5);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding: 0.8rem 0 0 0;
    }

    .p1a .p1a1 li a .cont {
        padding-bottom: 1rem;
    }
}

@media(max-width: 500px) {
    .p1a .p1a1 li {
        width: 200px;
    }

    .p1a a.next {
        right: 3.4%;
    }

    .p1a a.prev {
        left: 3.4%;
    }

    .p1-title h3 {
        font-size: 1.8rem;
    }

    .p1-title p {
        font-size: 1.2rem;
    }

    .p1 {
        margin-top: 4rem;
    }
}




.p2 {
    margin-top: 6.5rem;
    overflow: hidden;
}

.p2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1590px;
    padding: 0 15px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.p2a1 {
    width: 42.46%;
    padding-right: 5rem;
    text-align: right;
    position: relative;
}

.p2a1::after {
    content: "";
    width: 6px;
    height: 7.45rem;
    background-color: #83c14b;
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.p2a1a {
    font-size: 0.8rem;
    color: #333333;
    line-height: 1.87;
    margin-bottom: 2.3rem;
    position: relative;
}

.p2a1a::after {
    content: "";
    width: 2.05rem;
    height: 2px;
    background-color: #999999;
    position: absolute;
    bottom: -0.8rem;
    right: 0;
}

.p2a2b {
    font-size: 0.5rem;
    line-height: 1.9;
    color: #999999;
}



.p2a2 {
    width: 56.85%;
    height: 15.35rem;
    background: url(../image/line2.jpg) no-repeat center center;
    background-size: cover;
    padding: 2.2rem 1rem 1rem 2.3rem;
}

.p2a2 h3 {
    font-size: 3.24rem;
    color: #ffffff;
}

.p2a2 p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: 1.2rem;
    position: relative;
}

.p2a2 p::after {
    content: "";
    height: 4px;
    width: 2.55rem;
    background-color: #ffffff;
    position: absolute;
    bottom: -1.35rem;
    left: 0;
}

.p2b-swiper {
    position: relative;
    overflow: hidden;
}

.p2b-swiper li a {
    display: block;
}

.p2b-swiper li a .cont {
    background: #fff;
    position: absolute;
    top: 0;
    right: 8.5rem;
    width: 46.5%;
    padding: 2.8rem 3.4rem 6.5rem 2.5rem;
}

.p2b-swiper li a .cont h3 {
       font-size: 1.2rem;
    color: #333333;
    margin-bottom: 1.76rem;
    line-height: 37px;
}

.p2b-swiper li a .cont p {
    font-size: 0.8rem;
    color: #666666;
    line-height: 1.875;
}

.p2b-swiper li div.img {
    width: 100%;
    overflow: hidden;
}

.p2b-swiper li div.img img {
    width: 100%;
    transition: all ease .36s;
    display: block;
}

.p2b-swiper li:hover div.img img {
    transform: scale(1.1);
}

.p2b1 {
    width: 47.2%;
    position: absolute;
    top: 14rem;
    right: 7.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    padding: 0 3.25rem 0 2.5rem;
        margin-top: -3rem;
}

.p2b1a {
    display: flex;
    align-items: center;
}

.p2b1a .p2next {
    width: 16px;
    height: 44px;
    background: url(../image/right2.png) no-repeat center center;
    outline: none;
    cursor: pointer;
}

.p2b1a .p2prev {
    width: 16px;
    height: 44px;
    background: url(../image/left.png) no-repeat center center;
    margin-right: 3.6rem;
    outline: none;
    cursor: pointer;
}

.p2bpagination {
    width: auto;
    font-size: 1.5rem;
    color: #999999;
}

.swiper-pagination-current {
    font-size: 4.25rem;
    color: #83c14b;
    font-weight: 700;
}

@media(max-width: 1600px) {
    .p2b-swiper li a .cont {
        width: 55.6%;
        padding: 2.8rem 3.4rem 7.5rem 2.5rem;
        right: 15px;
    }

    .p2b1 {
        top: 12rem;
        right: 6.95rem;
    }
}

@media(max-width: 1024px) {
    .p2a1 {
        padding-right: 2rem;
    }

    .p2a1::after {
        right: 1rem;
    }
}

@media(max-width: 768px) {
    .p2a1 {
        width: 100%;
        text-align: center;
        order: 2;
        display: none;
    }

    .p2a1::after {
        display: none;
    }

    .p2a1a::after {
        display: none;
    }

    .p2a1a {
        margin-bottom: 1rem;
    }

    .p2a2 {
        order: 1;
        width: 100%;
        margin-bottom: 4%;
    }

    .p2b-swiper li a .cont {
        position: initial;
        width: 100%;
    }

    .p2b-swiper li a {
        padding: 0 15px;
    }

    .p2b-swiper li a .cont {
        padding: 2.8rem 0 1.5rem;
    }

    .p2b1 {
        position: initial;
        width: 100%;
    }

    .p2b-swiper li a .cont h3 {
        margin-bottom: 1.5rem;
    }
}





.p3 {
    background: url(../image/p3b.jpg) no-repeat top center;
    background-size: cover;
    padding: 6.7rem 0 3.8rem;
    overflow: hidden;
}

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

.p3a .p3a1 {
    width: 58.62%;
    margin-left: -0.78rem;
    overflow: hidden;
}

.p3a .p3a1 img {
    display: block;
    width: 100%;
    transition: all ease .36s;
}

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

.p3a .p3a2 {
    width: 39.37%;
    color: #333333;
    padding-top: 0.6rem;

}

.p3a .p3a2 > h3 {
    font-size: 1.45rem;
    font-weight: 400;
    margin-bottom: 2rem;
    position: relative;
}

.p3a .p3a2 h3::before {
    content: "";
    height: 2px;
    background-color: #999999;
    width: 14.05rem;
    position: absolute;
    left: -7rem;
    bottom: -1rem;
}

.p3a .p3a2 h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.p3a .p3a2 h4::before {
    content: "";
    width: 3rem;
    height: 4px;
    background-color: #333333;
    position: absolute;
    bottom: -0.8rem;
    left: 0;
}

.p3a .p3a2 p {
    font-size: 0.7rem;
    color: #333333;
    line-height: 2;
}


.p3a .p3a2 >a {
    width: 10.45rem;
    height: 2.45rem;
    background-color: #81c04c;
    line-height: 2.45rem;
    font-size: 0.7rem;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 2.8rem;
}


.p3a2a {
    display: flex;
    align-items: center;
    margin-top: 1.5rem
}

.p3a2a  li {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    background-color: #81c04c;
    margin-right: 1.5rem;

}
.p3a2a  li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
}
.p3a2a li a div.img {
    height: 3rem;
    line-height: 3rem;
}
.p3a2a  li a h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.p3b {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4.95rem;
}

.p3b1 {
    width: 18.34%;
}

.p3b1 li {
    height: 4.5rem;
    width: 100%;
    background-color: #294889;
    line-height: 4.5rem;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1px;
}

.tab-con {
    width: 79%;
}

.tab-li {}

.tab-li li {}

.tab-li li:hover,
.tab-li li.active {
    background: url(../image/line3.jpg) no-repeat center center;
    background-size: cover;
}


.tab-con .tab-main {
    height: 0;
    overflow: hidden;
}

.tab-con .tab-main.active {
    height: auto;
}

.p3-button {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.p3-button .p3perv {
    width: 15px;
    height: 16px;
    background: url(../image/line4.png) no-repeat center center;
    margin-right: 2.4rem;
    outline: none;
    position: relative;
}

.p3-button .p3perv::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #666666;
    position: absolute;
    right: -1.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.p3-button .p3next {
    width: 15px;
    height: 16px;
    background: url(../image/line4.png) no-repeat center center;
    transform: rotate(180deg);
    outline: none;
    margin-right: 1.05rem;
}

.p3-button a {
    font-size: 0.8rem;
    color: #666666;
}

.tab-main li a {
    display: block;
}

.tab-main li a img {
    display: block;
    width: 100%;
}

@media(max-width: 1024px) {
    .p3a .p3a2 h3 {
        margin-bottom: 2rem;
    }

    .p3a .p3a2 h4 {
        margin-bottom: 2rem;
    }
}


@media(max-width: 1024px) {
    .p3a {
        flex-wrap: wrap;
    }

    .p3a .p3a1 {
        width: 100%;
    }

    .p3a .p3a2 {
        width: 100%;
    }

    .p3b1 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
    }

    .p3b1 li {
        height: 3rem;
        line-height: 3rem;
    }

    .tab-con {
        width: 100%;
    }

    .p3-button {
        justify-content: center;
        margin-top: 8%;
    }

    .p3b {
        margin-top: 3rem;
    }
}
@media(max-width: 768px) {
    
}

@media(max-width: 500px) {
    .p3a .p3a2 h3 {
        font-size: 1.2rem;
    }

    .p3a .p3a2 {
        padding-top: 3rem;
    }

    .p3a .p3a2 h4 {
        font-size: 1.7rem;
        margin-bottom: 3.4rem;
    }

    .p3a .p3a2 h4::before {
        bottom: -1.8rem;
    }

    .p3a .p3a2 p {
        font-size: 1.4rem;
    }
    .p3a2a li a div.img{
        height: 5rem;
        line-height: 5rem;
    }
}






.p4 {
    padding-top: 5rem;
    overflow: hidden;
}

.p4 .wh1410 {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.p4 .p1-title {
    margin-bottom: 2rem;
}

.p4a {
    height: 397px;
    background: url(../image/p4b1.png) no-repeat bottom center;
    position: relative;
}

.p4a1 {
    display: flex;
    justify-content: space-between;

}

.p4a1 li a {
    cursor:default;
    display: block;
}

.p4a1 li a div.img {
    width: 66px;
    height: 66px;
    background-color: #81c04c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all ease .36s;
}

.p4a1 li:hover a div.img {
    background-color: #294889;
}

.p4a1 li a div.img img {
    max-width: 100%;
    cursor:default;
}

.p4a1 li a h3 {
    cursor:default;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}


.p4a1 li:nth-child(1),
.p4a1 li:nth-child(12) {
    margin-top: 270px;
}

.p4a1 li:nth-child(2),
.p4a1 li:nth-child(11) {
    margin-top: 170px;
}

.p4a1 li:nth-child(3),
.p4a1 li:nth-child(10) {
    margin-top: 98px;
}

.p4a1 li:nth-child(4),
.p4a1 li:nth-child(9) {
    margin-top: 52px;
}

.p4a1 li:nth-child(5),
.p4a1 li:nth-child(8) {
    margin-top: 17px;
}


.p4b img {
    display: block;
    width: 100%;
    display: none;
}

@media(max-width: 1410px) {
    .p4a {
        display: none;
    }

    .p4b img {
        display: block;
    }
}

.p5 {
    margin-top: 2.35rem;
    overflow: hidden;
}

.p5 .wh {
    max-width: 1510px;
    position: relative;
}

.p5-swiper {
    margin-top: 2.35rem;
    overflow: hidden;
    padding: 1rem;
}

.p5-swiper .li1 {
    background-color: #ffffff;
    margin-bottom: 1rem;
}

.p5-swiper .li1 img {
    display: block;
    width: 100%;
    border: solid 1px #d2d2d2;
    transition: all ease .36s;
}

.p5-swiper .li1:hover img {
    border: none;
    box-shadow: 2px 4px 15px 7px #e7e7e7;
}



.p5prev {
    position: absolute;
    left: -6rem;
    top: 50%;
    width: 12px;
    height: 19px;
    background: url(../image/p5prev.png) no-repeat center center;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.p5next {
    position: absolute;
    right: -6rem;
    top: 50%;
    width: 12px;
    height: 19px;
    background: url(../image/p5prev.png) no-repeat center center;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    outline: none;
}


@media(max-width: 768px) {
    .p5 .p1-title {
        margin-top: 15%;
    }

    .p5-swiper {
        padding: 0;
    }

    .p5-swiper .li1:hover img {
        border: solid 1px #d2d2d2;
        box-shadow: initial;
    }
}

.p6 {
    overflow: hidden;
}
.p6a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p6a1 {
    width: 101px;
    height: 167px;
    margin-left: 9.5rem;
    position: relative;
    z-index: 111;
    background: url(../image/p6t.png) no-repeat center center;
}

.p6a2 {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: 3.5rem;
    padding-top: 1.7rem;
}

.p6a2 li a {
    display: block;
    font-size: 0.9rem;
    color: #333333;
    margin-right: 3rem;
    position: relative;
}

.p6a2 li a::after {
    content: "";
    width: 3px;
    height: 1rem;
    background-color: #535353;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.p6a2 li:last-child a::after {
    display: none;
}

.p6a2 li a:hover {
    color: #81c04c;
}

.p6a a.more {
    font-size: 0.8rem;
    color: #999999;
    padding-right: 3.3rem;
    position: relative;
    margin-top: 1.7rem;
}

.p6a a.more::before {
    content: "";
    width: 2.75rem;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.p6b li a {
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    margin-top: -3rem;
    position: relative;
}

.p6b li a div.img {
    width: 51.7%;
    overflow: hidden;
}

.p6b li a div.img img {
    display: block;
    width: 100%;
    transition: all ease .36s;
}



.p6b li:hover a div.img img {
    transform: scale(1.1);
}

.p6b li a .cont {
    padding: 1.8rem 7rem 1rem;
}

.p6b li a .cont h3 {
    font-size: 0.8rem;
    color: #333333;
    margin-bottom: 1rem;
}

.p6b li a .cont p {
    font-size: 0.7rem;
    line-height: 1.85;
    color: #333333;
}


.p6c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.7rem;
}

.p6c1 {
    width: 25.586%;
}

.p6c1 .bd li {
    height: 75px;
    margin-bottom: 20px;
}

.p6c1 .bd li a {

    display: block;
    border-bottom: 1px solid #d2d2d2;
}


.p6c1 .bd li a h3 {
    font-size: 14px;
    line-height: 26px;
    color: #555555;
}

.p6c1 .bd li a p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}



@media(max-width: 1440px) {
    .p6b li a .cont {
        padding: 0.8rem 7rem;
    }

}

@media(max-width: 1024px) {
    .p6b li a .cont h3 {
        margin-bottom: 0;
    }

    .p6c1 {
        width: 32%;
    }
}

@media(max-width: 768px) {
    .p6 {
        margin-top: 6%;
    }

    .p6b li a {
        margin: 4% auto 0;
        flex-wrap: wrap;
    }

    .p6b li a div.img {
        width: 100%;

    }

    .p6b li a .cont {
        width: 100%;
        padding: 1rem;
    }

    .p6c1 {
        width: 48%;
    }

    .p6c1:nth-child(3) {
        display: none;
    }

}

@media(max-width: 500px) {
    .p6a2 {
        margin: 0;
        width: 100%;
        justify-content: center;
    }

    .p6a2 li:nth-child(4) a {
        margin-right: 0;
    }

    .p6a2 li a {
        font-size: 14px;
    }

    .p6a a.more {
        display: none;
    }

    .p6b li a .cont h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .p6b li a .cont p {
        font-size: 13px;
    }

    .p6c1:nth-child(2) {
        display: none;
    }

    .p6c1 {
        width: 100%;
    }

}



.p7 {
    background: url(../image/lyb.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 3.65rem;
    padding-top: 4.9rem;
    padding-bottom: 3.95rem;
    overflow: hidden;
}

.p7a {
    text-align: center;
}

.p7a img {
    max-width: 100%;
    margin-bottom: 2.25rem;
}

.p7a p {
    font-size: 1.1rem;
    color: #ffffff;
    height: 3.15rem;
    line-height: 3.15rem;
    background: url(../image/line5.png) no-repeat center center;
    background-size: auto 100%;
}

.p7b {
    max-width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
}

.p7b1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.3rem;
}

.p7b1>div {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    height: 49px;
    line-height: 49px;
}

.p7b1>div input {
    outline: none;
    background: none;
    border: none;
    font-size: 14px;
    color: #999999;
    max-width: 100%;
}

.p7b1>div textarea {
    outline: none;
    background: none;
    border: none;
    resize: none;
}

.p7b1 .p7b1a {
    width: 23.15%;
    padding-left: 1rem;
}

.p7b1 .p7b1a div {
    width: 18px;
    height: 20px;
    background: url(../image/y1.png) no-repeat center center;
    margin-right: 0.45rem;
}

.p7b1 .p7b1b {
    width: 23.15%;
    padding-left: 1rem;
}

.p7b1 .p7b1b div {
    width: 18px;
    height: 20px;
    background: url(../image/y2.png) no-repeat center center;
    margin-right: 0.45rem;
}

.p7b1 .p7b1c {
    width: 50.54%;
    padding-left: 1rem;
}

.p7b1 .p7b1c div {
    width: 22px;
    height: 20px;
    background: url(../image/y3.png) no-repeat center center;
    margin-right: 0.45rem;
}

.p7b1 .p7b1c textarea {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0;
    margin: 0;
}


.code-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 564px;
    margin: 0.95rem auto 0;
    padding-right: 29px;
}

.code-group input {
    outline: none;
    background: none;
    border: none;
    font-size: 14px;
    color: #999999;
}

.code-group .code1 {
    width: 12.85rem;
    height: 49px;
    background-color: #ffffff;
    border-radius: 4px;
    line-height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.25rem;
}

.code-group .code1 input {
    padding-left: 1rem;
    width: 7.5rem;
}

.code-group input[type="submit"] {
    outline: none;
    background: none;
    border: none;
    width: 12.85rem;
    height: 49px;
    line-height: 49px;
    border-radius: 0.2rem;
    background: url(../image/tj.png) no-repeat center center;
    font-size: 14px;
    color: #ffffff;
}




@media(max-width: 1024px) {
    .p7a img {
        max-width: 76%;
        margin-bottom: 2.25rem;
    }

    .code-group .code1 {
        width: 17.3rem;
    }

    .code-group input[type="submit"] {
        width: 17.2rem;
    }

}

@media(max-width: 768px) {
    .p7a img {
        max-width: 87%;
    }


}

@media(max-width: 500px) {
    .p7b1 {
        flex-wrap: wrap;
    }

    .p7b1 .p7b1a {
        width: 100%;
        margin-bottom: 2%;
    }

    .p7b1 .p7b1b {
        width: 100%;
        margin-bottom: 2%;
    }

    .p7b1 .p7b1c {
        width: 100%;
    }

    .code-group {
        flex-wrap: wrap;
        margin: 0;
        margin-top: 2%;
        padding: 0;
    }

    .code-group .code1 {
        width: 100%;
    }

    .code-group .code1 input {
        width: 18rem;
    }

    .code-group input[type="submit"] {
        width: 100%;
        margin-top: 2%;
        background-size: cover;
    }
}



.p8 {
    background-color: #333333;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

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

.p8 .wh .p8a {
    width: 60.89%;
}

.p8a1{
    display: flex;
    align-items: center;
    width: 100%;
   
    padding-top: 0.6rem;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}
.p8a1 li  a {
    display: block;
    font-size: 0.8rem;
	color: #999999;
    margin-right: 2.1rem;
    position: relative;
    height: 3.4rem;
    line-height: 3.4rem;
}
.p8a1 li:first-child  a:after {
    content: "";
    width: 3.05rem;
	height: 3px;
	background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p8a2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90.4%;
    margin-top: 1.5rem;
}
.p8a2 li a {
    display: flex;
    align-items: center;
}
.p8a2 li a div.img img{
    display: block;
    margin-right: 9px;
}
.p8a2 li a  h3 {
    font-size: 14px;
	color: #ffffff;
    font-weight: 400;
}
.p8a2 li:last-child {
    width: 100%;
    margin-top: 0.95rem;
}

.p8a3{
    display: flex;
    align-items: center;
    font-size: 14px;
	color: #999999;
    margin-top: 0.8rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}
.p8a3 a {
    color: #999999;
}
.p8a3 h3 {
    font-size: 14px;
	color: #ffffff;
    font-weight: 400;
    margin-right: 1rem;
   position: relative;
}
.p8a3 h3::after {
    content: "";
    height: 3px;
	background-color: #ffffff;
    width: 3.05rem;
    position: absolute;
    bottom: -1rem;
    left: 0;
}
.p8a3 .jszc {
    margin-right: 1.1rem;
}



.p8a4{
    font-size: 12px;
	line-height: 2;
	color: #999999;
    margin-top: 1rem;
}
.p8a4 a {
    margin-right: 2rem;
	color: #999999;
}
.p8a5{
    font-size: 12px;
	line-height: 2.3;
	color: #999999;
    margin-top: 1rem;
}
.p8a5 a {
    color: #999999;
}









.p8b{
    width: 21.1%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.p8b .p8b1{
    width: 48.52%;
}
.p8b .p8b1 div.img{
    width: 100%;
    background: url(../image/eb.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0.75rem;
    text-align: center;
    margin-bottom: 6px;
}
.p8b .p8b1 div.img img {
    width: 100%;
}
.p8b .p8b1 {
    font-size: 15.48px;
	line-height: 28px;
	color: #cccccc;
text-align: center;
}



@media(max-width:1366px) {
    .p8 .wh .p8a {
        width: 70%;
    }
}
@media(max-width:1024px) {
    .p8b {
        width: 33%;
    }
    
}

@media(max-width:768px) {
    .p8 .wh {
        flex-wrap: wrap;
    }
    .p8 .wh .p8a{
        width: 100%;
        order: 2;
    }
    .p8a2 li:last-child{
        margin: 0;
    }
    .p8a2 li{
        margin-bottom: 0.6rem;
    }
    .p8b{
        order: 1;
        width: 60%;
        /* margin: 0 auto; */
        /* justify-content: center; */
        justify-content: initial;
    }
    .p8b .p8b1{
        width: 30%;
        margin: 0 2%;
    }
}
@media(max-width:500px) {
    .p8{
        padding-top: 2rem;
    }
    .p8b{
        order: 1;
        width: 100%;
         justify-content: center; 
    }
    .p8b .p8b1{
        width: 42%;
    }
    .p8a2{
        width: 100%;
    }
    .p8a2 li div.img {
        width: 40px;
        text-align: center;
        margin-right: 9px;
    }
    .p8a2 li a div.img img {
        display: inline-block;
    }
    .p8a2 li a h3{
        line-height: 1.6;
    }
    .p8a5{
        text-align: center;
    }
    .p8b .p8b1 div.img {
        padding: 1.2rem;
    }
}





/*手机底部*/
@media (max-width:768px){
    .db{display:block!important;}
   }
   
   
   .dbb{height:50px;}
   
   /* 页脚 */
   .footer {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 999;
     background: #000;
   }
   
   .footer ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   
   .footer ul li {
     -webkit-box-flex: 1;
         -ms-flex: 1;
             flex: 1;
     text-align: center;
     color: #ffffff;
     line-height: 30px;padding:10px 0;
     font-size: 0;
   }
   
   .footer ul li.active {
     background: #000;
   }
   
   .footer ul li a {
     display: block;color:#fff;
   }
   
   .footer ul li .iconfont {
     font-size: 18px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 5px;
   }
   
   .footer ul li span {
     display: inline-block;
     vertical-align: middle;
     font-size: 16px;color:#fff;
   }
   
   
   .footer li .icon-home{ background: url(../image/fa1.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-home2{ background: url(../image/fa2.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-phone{ background: url(../image/fa3.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-contact{ background: url(../image/fa4.png) no-repeat;width:20px;height:20px;}
   
   .footer li .icon-phone:before{font-size:0;}
   
   .footer ul li a{border-left:1px solid #fff;}
   
   .cont h4{font-size:16px;font-weight:400;}
   
   
   
   