/*初始化样式*/
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;
}

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

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: 1466px;
    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);
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}


.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 6.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.top2 .top2a {
    width: 72.42%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top2 .top2a .logo {
    width: 15%;
}

.top2 .top2a .logo a {
    display: block;
}

.top2 .top2a .logo a img {
    width: 100%;
}

.top2 .top2a .logo-text {
    width: 45%;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #2a353a;
    /* padding-left: 1.3rem; */
    padding: 8px 0 8px 1.3rem;
    border-left: 1px solid #d2cecd;
    margin-top: 1rem;
}


.top2 .top2b {
    width: 24.31%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top2 .top2b .k2 {
    background: url(../images/tel.png) no-repeat left center;
    padding-bottom: 0.15rem;
    padding-left: 2.25rem;
}

.top2 .top2b .k2 h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #040706;
}

.top2 .top2b .k2 p {
    font-size: 1.3rem;
    color: #c30b05;
    font-weight: 700;
}







/*搜索和热门搜索*/
.search1 {
    width: 1.9rem;
    height: 1.9rem;
    float: left;
    background: url(../images/sou.png) no-repeat center;
    position: relative;
    cursor: pointer;
    background-size: cover;
    margin-left: 0.5rem;
}



.search {
    text-align: left;
    display: none;
    position: absolute;
    top: 4.2rem;
    left: -12rem;
    padding: 20px 20px;
    background: #e8e8e8;
    border-radius: 5px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

@media(max-width: 1024px) {
    .search {
        left: -14rem;
    }

}

#formsearch {
    float: left;
    position: relative;
}


#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
    border-radius: 30px;
    width: 230px;
    outline: none;
    float: left;
}

#formsearch input#keyword {
    height: 36px;
    line-height: 36px;
    color: #666;
    text-indent: 20px;
}

#formsearch input#s_btn {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #666;
    background: none;
    border: none;
    cursor: pointer;
    right: 6px;
    top: 0;
    position: absolute;
    font-size: 12px;
}










#header {
    width: 1000px;
    margin: 0 auto;
}





/*搜索和热门搜索*/
#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.sou {
    margin: 15px 0;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.hotSearch a {
    margin-right: 6px;
}

/*首页banner*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}




/*导航栏样式*/
#menu {
    background: #3798d5;
}

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav li {
    text-align: center;
    position: relative;
    z-index: 999;

}

.nav li a {
    display: block;
    line-height: 2.45rem;
    color: #fff;
    height: 2.45rem;
    padding: 0;
    font-size: 0.8rem;
    padding: 0;
    padding: 0 2vw;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f49f16;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f49f16;
}

.nav .sec {
    height: 0;
    background: #3798d5;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 2.45rem;
    /*left: -5px;*/
    /*width: 106%;*/
     left: -7%;
    width: 115%;
}

.nav .sec a {
    background: #3798d5;
    color: #fff;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 0.6rem;
}

.nav .sec a:hover {
    background: #f49f16;
    text-decoration: none;
}







.p1 {
    background-color: #f4f4f3;
    padding-bottom: 3.33%;
}

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

.p1a1 li {
    width: 12.28%;
    text-align: center;
    padding-top: 0.8rem;
}

.p1a1 li img.bai {
    display: none;
}

.p1a1 li div.img {
    height: 2.3rem;
    line-height: 2.3rem;
}

.p1a1 li h3 {
    font-size: 0.91rem;
    color: #637a81;
    margin-top: 0.6rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p1a1 li.cur div.img img.bai {
    display: inline-block;
}

.p1a1 li.cur div.img img.hei {
    display: none;
}

.p1a1 li.cur h3 {
    color: #45b0f0;
}

.p1a1 li.cur {
    border-top: 4px solid #45b0f0;
}








.tab1 ul {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2.7%;
}

.tab1 ul li {
    width: 32.38%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 1rem;
}

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

.tab1 ul li:nth-last-child(-n+3) {
   /* margin-bottom: 0;*/
}

.tab1 ul li a {
    display: block;
}

.tab1 ul li div.img img {
    width: 100%;
}

.tab1 ul li a div.mark123 h4{
    text-align: center;
    font-size: 16px;
    margin: 13px;
}

.tab1 ul li a div.mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mark.png) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all ease .5s;
}

.tab1 ul li a div.mark h3 {
    font-size: 1.22rem;
    color: #ffffff;
    font-family: "simhei";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab1 ul li a div.mark span {
    display: inline-block;
    width: 2.5rem;
    height: 5px;
    background-color: #ffffff;
    /* margin: 0 auto; */
}

.tab1 ul li a div.mark p {
    font-size: 0.82rem;
    font-family: "simhei";
    color: #ffffff;
}

.tab1 ul li:hover a div.mark {
    opacity: 1;
}



@media(max-width: 768px) {
    .p1a1 li h3 {
        font-size: 0.7rem;
    }

    .tab1 ul li a div.mark h3 {
        font-size: 1rem;
    }

    .tab1 ul li a div.mark p {
        font-size: 0.72rem;
    }

    .tab1 ul li a div.mark span {
        height: 2px;
    }
}


@media(max-width: 500px) {
    .p1a1 li {
        width: 29.28%;
        margin-bottom: 4%;
    }

    .p1a1 li.cur {
        border-top: none;
    }

    .p1a1 li h3 {
        font-size: 1.5rem;
    }

    .p1a1 li div.img {
        height: 4.5rem;
        line-height: 4.5rem;
    }

    .tab1 ul li {
        width: 48%;
    }

    .tab1 ul li a div.mark h3 {
        font-size: 1.5rem;
    }

    .tab1 ul li a div.mark p {
        font-size: 1.3rem;
    }

    .tab1 ul {
        margin-top: 8.7%;
    }
}




.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 1.65rem;
    color: #252f32;
    background: url(../images/it.png) no-repeat center center;
}

.index-title p {
    font-size: 1.5rem;
    color: #4b5d64;
}

@media(max-width: 500px) {
    .index-title h3 {
        background: url(../images/it.png) no-repeat center center;
        background-size: 43%;
    }
}





.p2 {
    padding: 3.125% 0;
}

.p2 .wh {
    background: url(../images/p2b.png) no-repeat left bottom;
    padding-bottom: 2.55rem;

}


.p2a {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
    flex-wrap: wrap;

}

.p2a1 {
    width: 42.83%;
    position: relative;
}

.p2-swiper {
    overflow: hidden;
}

.p2a2 {
    width: 48.54%;
    margin-left: 2.7rem;
}


.p2a2 h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #49bfff;
    font-family: "simhei";
    margin-bottom: 2rem;
}

.p2a2 p {
    font-size: 0.8rem;
    color: #3d4e54;
    font-family: "simhei";
    margin-bottom: 1.6rem;
}

.p2a2a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.p2a2a li {
    width: 24.85%;
    margin-right: 10px;
}

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

.p2a2a li a.img img {
    width: 100%;
}

.more a {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    color: #1d2427;
    margin-top: 1.7rem;
}

.p2a1 .swiper-slide a {
    display: block;
}

.p2a1 .swiper-slide a img {
    width: 100%;
}

.p2a .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
}

.p2a .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/dot.png) no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    margin: 0 0.3rem;
}

.p2a .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/dot1.png) no-repeat center center;
    width: 0.9rem;
    height: 0.9rem;
    background-size: cover;

}



@media(max-width: 1024px) {
    .p2a .swiper-pagination {
        bottom: -1rem;
    }
}

@media(max-width: 768px) {
    .p2a1 {
        width: 100%;
        margin-bottom: 6%;
    }

    .p2a2 {
        width: 100%;
    }

    .p2a .swiper-pagination .swiper-pagination-bullet {
        display: none;
    }

    .p2a2 {
        margin-left: 0;
    }

    .p2 .wh {
        background: initial;
    }
}

@media(max-width: 500px) {
    .p2a2 h3 {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }

    .p2a2 p {
        font-size: 1.4rem;
    }

    .p2a2a li {
        width: 30.85%;
    }

    .p2 {
        padding: 7% 0;
    }
}




.p4 {
    background-color: #f4f4f3;
    padding: 3.49% 0 3.9%;
}


.p4 .index-title h3 {
    background: url(../images/it.png) no-repeat center center;
    background-size: 24%;
}
.p4-swiper {
    overflow: hidden;
}
.p4a {
    margin-top: 3.698%;
}

.p4a li {
}

.p4a li a {
    display: block;
}

.p4a li a div.img img {
    width: 100%;
}

.p4a li a div.mark {
    width: 89.42%;
    height: 91.85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/mark1.png) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transition: all ease .5s;
}

.p4a li a div.mark h3 {
    font-size: 0.82rem;
    font-weight: normal;
    margin-bottom: 1.5rem;

}

.p4a li a div.mark p {
    font-size: 0.72rem;
}

.p4a li:hover a div.mark {
    opacity: 1;
}

@media(max-width: 768px) {
    .p4a li {
        width: 48%;
        margin-bottom: 4%;
    }

    .p4 .index-title h3 {
        background: url(../images/it.png) no-repeat center center;
        background-size: 45%;
    }
}


.p5-title {
    text-align: center;
}

.p5-title img {
    max-width: 100%;
}

.p5 {
    margin-top: 3.28%;
}

.p5a ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5.26%;
}

.p5a ul li {
    width: 25%;
}

.p5a ul li a {
    display: flex;
    flex-direction: column;
}

.p5a ul li a div.cont {
    position: relative;
    /* overflow: hidden; */
    z-index: 999;
}

.p5a ul li a div.cont img {
    max-width: 100%;
}

.p5a ul li a div.cont div.conta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e6e5;
    padding: 6.7rem 1.85rem 0 2.6rem;
}

.p5a ul li a div.cont div.conta h3 {
    font-size: 1.2rem;
    color: #273034;
    font-weight: 400;
    margin-bottom: 1.4rem;
}

.p5a ul li a div.cont div.conta span {
    position: absolute;
    font-family: "MV Boli";
    font-size: 3.5rem;
    color: #ff8917;
    left: 10.8rem;
    top: 4.9rem;
}

.p5a ul li a div.cont div.conta p {
    font-size: 0.7rem;
    color: #667c82;
    line-height: 1rem;
    margin-bottom: 1.25rem;
}

.p5a ul li a div.img {
    overflow: hidden;
}

.p5a ul li a div.img img {
    width: 100%;
    transition: all ease .5s;
}

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



.p5a ul li:hover div.cont div.conta {
    background-color: #5899d2;
}

.p5a ul li:nth-child(2) div.cont::after {
    content: "";
    width: 1.2rem;
    height: 1.9rem;
    background: url(../images/jiao.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.p5a ul li:nth-child(4) div.cont::after {
    content: "";
    width: 1.2rem;
    height: 1.9rem;
    background: url(../images/jiao.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.p5a ul li:hover div.cont::after {
    content: "";
    width: 1.2rem;
    height: 1.9rem;
    background: url(../images/jiao1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}







@media(max-width: 1600px) {
    .p5a ul li a div.cont div.conta {
        padding: 2.7rem 1.85rem 0 2.6rem;
    }

    .p5a ul li a div.cont div.conta span {
        left: 11.2rem;
        top: 0.9rem;
    }
}

@media(max-width: 992px) and (min-width:768px) {
    .p5a ul li {
        width: 50%;
    }

    .p5a ul li a div.cont div.conta h3 {
        font-size: 2.2rem;
    }

    .p5a ul li a div.cont div.conta span {
        left: 18.2rem;
        top: 0.9rem;
    }

    .p5a ul li a div.cont div.conta p {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
}

@media(max-width: 768px) {
    .p5a ul li {
        width: 100%;
    }

    .p5a ul li a div.img {
        order: 1;
    }

    .p5a ul li a div.cont {
        order: 2;
    }

    .p5a ul li a div.cont div.conta p {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

@media(max-width: 500px) {
    .p5a ul li a div.cont div.conta {
            padding: 6rem 1.85rem 0 2.6rem;
    }
    .p5a ul li a div.cont div.conta h3 {
        font-size: 1.8rem;
    }

    .p5a ul li a div.cont div.conta p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .p5a ul li a div.cont div.conta span {
        left: 16.2rem;
            top: 4.2rem;
    }
}




.p6 {
    background: url(../images/xb.jpg) no-repeat center center;
    background-size: cover;
    padding: 3.8% 0;
}

.p6 .index-title h3 {
    background: url(../images/it2.png) no-repeat center center;
}

.p6a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
}

.p6a1 {
    width: 46.66%;
}

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

.p6-swiper .swiper-slide {
    position: relative;

}

.p6-swiper .swiper-slide a {
    display: block;
}

.p6-swiper .swiper-slide a div.img img {
    width: 100%;
}

.p6-swiper .swiper-slide a h3 {
    position: absolute;
    width: 100%;
    height: 2.6rem;
    background-color: rgba(0, 0, 0, .5);
    line-height: 2.6rem;
    font-size: 0.8rem;
    color: #ffffff;
    align-items: center;
    bottom: 0;
    left: 0;
    padding-left: 1.2rem;
    font-weight: 400;
}

.p6-swiper .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2.6rem;
    text-align: right;
    line-height: 2.6rem;
    padding-right: 1.45rem;
}

.p6-swiper .swiper-pagination-bullet {
    background: #6d848c;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.p6-swiper .swiper-pagination-bullet-active {
    background-color: #5899d2;
}

.p6a2 {
    width: 51.74%;
}

.p6a2 ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.p6a2 ul li {
    background-color: #fff;
}

.p6a2 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem 2rem 1.1rem 1rem;
}

.p6a2 ul li a div.cont {
    width: 73.72%;

}

.p6a2 ul li a div.cont h3 {
    font-size: 0.9rem;
    color: #5899d2;
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.p6a2 ul li a div.cont p {
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #686465;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p6a2 ul li a div.time {
    width: 12.2%;
    text-align: center;
}

.p6a2 ul li a div.time h3 {
    font-family: "Myriad Pro";
    font-size: 2.5rem;
    color: #888888;
    font-weight: 400;
}

.p6a2 ul li a div.time span {
    font-size: 0.8rem;
    color: #bab3b2;
}

.p6a2 ul li:hover {
    background-color: #5899d2;
}

.p6a2 ul li:hover a div.cont p {
    color: #fff;
}

.p6a2 ul li:hover a div.cont h3 {
    color: #fff;
}

.p6a2 ul li:hover a div.time h3 {
    color: #fff;
}

.p6a2 ul li:hover a div.time span {
    color: #fff;
}

.p6 div.more a {
    display: block;
    width: 11.95rem;
    height: 2.65rem;
    border: solid 0.05rem #e5ce7f;
    line-height: 2.65rem;
    font-size: 0.8rem;
    color: #ffffff;
    margin: 1rem auto 0;
    text-align: center;
}

@media(max-width: 992px) {}

@media(max-width: 768px) {
    .p6a1 {
        width: 100%;
        margin-bottom: 4%;
    }

    .p6a2 {
        width: 100%;
    }

    .p6a2 ul li {
        margin-bottom: 3%;
    }
}

@media(max-width: 500px) {
    .p6 .index-title h3 {
        background: url(../images/it2.png) no-repeat center center;
        background-size: 51%;
    }

    .p6a2 ul li a div.cont h3 {
        font-size: 1.3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .p6a2 ul li a div.cont p {
        font-size: 1.2rem;
        line-height: 1.6rem;

    }

    .p6a2 ul li a div.time {
        width: 19.2%;
    }
}

.p7 {
    background-color: #f4f2f0;
    padding: 3.177% 0 2.65%;
}

.p7a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/line1.png) no-repeat center center;
    margin-bottom: 3.177%;
    position: relative;
}

.p7a li {
    width: 8.5rem;
    height: 2.1rem;
    background-color: #d7d3d2;
    border-radius: 1rem;
    line-height: 2.1rem;
    font-size: 0.8rem;
    color: #21292c;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}

.p7a li.active {
    background-color: #5899d2;
    color: #fff;
}

.p7a1 {
    position: relative;
    padding-bottom: 3.9rem;
    overflow: hidden;
}

.p7a1 .swiper-slide a {
    display: block;
}

.p7a1 .swiper-slide a img {
    width: 100%;
}

.p7a1a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p7a1a div.p7a1-button-next {
    width: 0.55rem;
    height: 1.1rem;
    background: url(../images/right.png) no-repeat center center;
    background-size: cover;
    margin: 0 0.3rem;
    outline: none;
}

.p7a1a div.p7a1-button-prev {
    width: 0.55rem;
    height: 1.1rem;
    background: url(../images/left.png) no-repeat center center;
    background-size: cover;
    margin: 0 0.3rem;
    outline: none;
}

.p7a1a .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #817e80;
    margin: 0 0.3rem;
}

.p7a1a .swiper-pagination-bullet-active {
    background-color: #5899d2;
}




.tab-contant {
    position: relative;
}

.tab-contant .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-contant .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-contant .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


@media(max-width: 500px) {
    .p7 {
        padding: 6% 0;
    }

    .p7a {
        background: initial;
        margin-bottom: 6%;
    }

    .p7a li {
        height: 3rem;
        line-height: 3rem;
        width: 10.5rem;
        font-size: 1.4rem;
    }

    .p7a1a div.p7a1-button-prev {
        display: none;
    }

    .p7a1a div.p7a1-button-next {
        display: none;
    }
}


.p8a {
    position: relative;
    overflow: hidden
}

.p8a>p>img {
    /* width: 100%; */
}

.p8a1 {
    width: 21rem;
    box-shadow: 0px 8px 16px 4px rgba(8, 48, 82, 0.16);
    background-color: #fff;
    position: absolute;
    left: 19.35rem;
    top: 1rem;
    padding: 2.7rem 2rem 1.3rem;
}

.p8a1a h3 {
    font-size: 1rem;
    color: #040706;
    opacity: 0.5;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.p8a1a h4 {
    font-size: 0.9rem;
    color: #040706;
    margin-bottom: 2.3rem;
}

.p8a1a div.tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.6rem;
    color: #040706;
}

.p8a1a div.tel p {
    padding-left: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.p8a1a div.tel p:nth-of-type(1) {
    background: url(../images/t1.png) no-repeat left center;
}

.p8a1a div.tel p:nth-of-type(2) {
    background: url(../images/t2.png) no-repeat left center;
}

.p8a1a h5 {
    font-size: 0.6rem;
    color: #040706;
    font-weight: 700;
    padding-left: 1.25rem;
    background: url(../images/t3.png) no-repeat left center;
    line-height: 1.5rem;
}

form#x-form1 {
    margin-top: 2.6rem;
}

form#x-form1>input {
    display: block;
    outline: none;
    background: none;
    border: none;
    width: 100%;
    height: 1.95rem;
    border: solid 1px #ebf0f0;
    margin-bottom: 0.35rem;
    padding-left: 1.05rem;
    line-height: 1.95rem;
}

form#x-form1>input::placeholder {
    font-size: 0.6rem;
    color: #040706;
}

form#x-form1 textarea {
    outline: none;
    background: none;
    border: none;
    resize: none;
    height: 4.05rem;
    border: solid 1px #ebf0f0;
    width: 100%;
    padding: 0.7rem 1rem 0;
    font-size: 0.6rem;
    color: #040706;
}

form#x-form1 textarea::placeholder {
    color: #040706;
}

form#x-form1 div.code-group {
    display: flex;

}

form#x-form1 div.code-group input[name="checkcode"] {
    outline: none;
    background: none;
    border: none;
    padding-left: 1.05rem;
    border: solid 1px #ebf0f0;
    width: 44%;
    margin-right: 1%;
}

form#x-form1 div.code-group .checkCodeImg img {
    /*height: 100%;*/
    width: 100%;
}

form#x-form1 input[name="btn"] {
    outline: none;
    background: none;
    border: none;
    width: 8.8rem;
    height: 1.95rem;
    border-radius: 0.2rem;
    line-height: 1.95rem;
    color: #fff;
    background-color: #5899d2;
}


@media(max-width: 1200px) {
    .p8a1a div.tel {
        flex-wrap: wrap;
    }

    .p8a1 {
        padding: 1.7rem 1rem 1.3rem;
    }
}

@media(max-width: 992px) {
    .p8a1 {
        padding: 2.7rem 1rem 5.3rem;
    }

    .p8a1 {
        width: 27rem;
    }
}

@media(max-width: 768px) {
    .p8a1 {
        padding: 2.7rem 1rem 1.3rem;
    }

    .p8a1 {
        left: 2.35rem;
    }
}

@media(max-width: 500px) {
    .p8a1 {
        top: 4rem;
    }

    .p8a1a h3 {
        font-size: 1.5rem;
    }

    .p8a1a h4 {
        font-size: 1.4rem;
    }

    .p8a1a div.tel {

        font-size: 1rem;
    }

    .p8a1a div.tel p {
        padding-left: 1.8rem;
        line-height: 2rem;
    }

    .p8a1a h5 {
        font-size: 1rem;
        padding-left: 1.8rem;
        background: url(../images/t3.png) no-repeat left 3%;
        line-height: 2rem;
    }

    form#x-form1 {
        margin-top: 2rem;
    }

    form#x-form1>input {
        height: 2.95rem;
        line-height: 2.95rem;
    }

    form#x-form1 input[name="btn"] {
        height: 2.95rem;
        line-height: 2.95rem;
    }
    
    .p8a1a div.tel p:nth-of-type(1) {
    background: initial;
    }

    .p8a1a div.tel p:nth-of-type(2) {
         background: initial;
    }
    
    .p8a1a h5 {
       background: initial;
    }

    
}


.p9 {
    background-color: #322e30;
    padding: 0.45rem 0;
    border-bottom: 1px solid #3c3839;
}

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


.p9a1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.p9a1 li a {
    font-size: 0.7rem;
    color: #8e8989;
    display: block;
    margin-right: 1.65rem;
    position: relative;
}
.p9a1 li a::before {
    content: "";
    width: 2px;
    height: 2px;
    background: url(../images/dian.png) no-repeat center center;
    position: absolute;
    left: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
}
.p9a1 li:last-child a::after{
    content: "";
    width: 2px;
    height: 2px;
    background: url(../images/dian.png) no-repeat center center;
    position: absolute;
    right: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
}
.p9a1 li a:hover::before {
    background: url(../images/dian2.png) no-repeat center center;

}
.p9a1 li a:hover {
    color: #fff;
}

.p9-right-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33.26%;
}

.p9a2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 43.75%;
}
.p9a2 li a {
    display: block;
}
.p9a2 li a img {
    max-width: 100%;
}
.p9 .bshare-custom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.p9 .bshare-custom h3 {
    font-size: 0.7rem;
	color: #9f9b9c;
}

.p9 .bshare-custom a {
    width: 1.55rem;
    height: 1.55rem;
    margin: 0 0.3rem;
}
.p9 .bshare-custom a.bshare-qqim {
    background: url(../images/q1.png) no-repeat center center;
    background-size: cover;
}
.p9 .bshare-custom a.bshare-weixin {
    background: url(../images/q2.png) no-repeat center center;
    background-size: cover;
}
.p9 .bshare-custom a.bshare-qzone {
    background: url(../images/q3.png) no-repeat center center;
    background-size: cover;
}

.p9 .bshare-custom a.bshare-sinaminiblog {
    background: url(../images/q4.png) no-repeat center center;
    background-size: cover;
}



.copy {
    font-size: 0.6rem;
    color: #8e8989;
    padding: 1.5rem 0;
    line-height: 1.2rem;
    background-color: #322e30;

}
.copy a {
    color: #8e8989;
}



@media(max-width: 768px) {
    .p9a1 {
        width: 100%;
    }
}
/*友情链接*/

.f_link {
    padding: 0.9rem 0;
    background-color: #363234;
    min-height: 1.8rem;
}

.f_link a {
    color: #666;
    display: inline-block;
    width: 8rem;
    height: 1.95rem;
    background-color: #4d494b;
    font-size: 0.6rem;
    color: #9eb2b6;
    line-height: 1.95rem;
    text-align: center;
    color: #aca8a8;
    margin-bottom: 1%;
}

.f_link a:hover {
    background-color: #5899d2;
    color: #fff;
}



/*页面底部*/
#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    background: url(../images/line2.png) no-repeat right top;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.nav_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.nav_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}














/*内页左侧样式*/


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


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