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

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

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


.s2 {
    animation-duration: 2s !important;
}


.top2 {
    position: relative;
    z-index: 99999;
    animation-duration: 2s !important;
}

.top2_left {
    width: 28.646%;
    background: #fff;
    justify-content: flex-start;
    padding-left: 3.177vw;
    flex-wrap: nowrap;
}

.top2_left .logotext {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-left: 11px;
    min-height: 58px;
    background: url(../images/06bfbc64178f951f1cf0d2f65fd5a26970b6f058.png) no-repeat left center;
    padding-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top2_left .logotext strong {
    color: #cd1f18;
}

.top2_left .logo {
    width: 40%;
}

.top2_left .logo a {
    display: block;
}

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


.k2 {
    flex: 1;
    background: url(../images/6539c1fc2d7ca0c0df0abd279cd77b2fe3389355.png) no-repeat center center;
    background-size: 100% 100%;
    justify-content: flex-end;
    padding-right: 3.177vw;
}

.k2 .k2b {
    width: 29.87%;
    margin-left: 2.5vw;
    flex-wrap: nowrap;
}

.k2 .k2b a.yu {
    font-size: 18px;
    font-weight: 700;
    ;
    color: #ffffff;
}

.k2 .k2b a.yu:hover {
    color: #ffde00;
}

.k2 .k2b .sou {
    width: 24.5%;
    position: relative;

}

.k2 .k2b .sou img {
    max-width: 100%;
}

.k2b1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/21f5917633a1f4eb66a91269366ae1e0d60e7bdc.png) no-repeat left center;
    padding-left: 37px;
}

.k2 .k2b .sou {
    cursor: pointer;
}

.k2 .k2b .sou form {
    position: absolute;
    right: 0;
    top: 53px;
    display: none;
    width: 246px;
    background: #fff;
}

#formsearch input {
    width: 200px;
    height: 30px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 30px;
    outline: none;
}

#formsearch input#keyword {
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffde00;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}




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

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

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 86px;
    height: 86px;
    ;
    text-align: center;
    font-weight: 700;
    padding: 0 1.9vw;
}

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

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

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

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

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

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

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

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

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

}

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



@media(max-width: 1440px) {
    .top2_left .logotext {
        font-size: 16px;
    }

    .x-menu>li>a {
        font-size: 16px;
    }

    .k2b1 {
        font-size: 18px;
    }
    .x-sub-menu {
        width: 170%;
        left: -35%;
    }
    .x-sub-menu>li>a{
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
}



@media(max-width: 1024px) {
    .top2_left {
        width: 34.646%;
    }

    .top2_left .logotext {
        font-size: 14px;
    }

    .k2 {
        flex-wrap: nowrap;
    }

    .top2 {
        flex-wrap: nowrap;
    }

    .x-menu>li>a {
        font-size: 14px;
        padding: 0 0.4vw;
    }

    .k2 .k2b a.yu {
        font-size: 15px;
    }

    .k2 .k2b {
        width: 42.87%;
    }
}


.top2.scroll {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


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




.wh1600 {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}



.index-title {
    justify-content: center;
    width:100%;
    text-align: center;
}

.index-title h3 {
    font-size: 1.6rem;
    color: #333333;
    margin: 0 1.05rem;
    position: relative;
    z-index: 0;
}

.index-title span {
    width: 1.6rem;
    height: 2px;
    background-color: #ce251e;
}

/*.index-title h3::after {*/
/*    content: "";*/
/*    width: 0.8rem;*/
/*    height: 0.8rem;*/
/*    background-color: #ce251e;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    transform: translateX(18%) translateY(-30%);*/
/*    z-index: -1;*/
/*}*/

@media(max-width: 767px) {
    .index-title h3 {
        font-size: 22px;
    }

    .index-title span {
        width: 2rem;
    }

    .index-title h3::after {
        width: 1.2rem;
        height: 1.2rem;
    }
}














.p1 {

    background-color: #f5f5f5;
    padding: 3.8rem 0 5.7rem;
}

.p1a {
    margin-top: 2.4rem;
}

.p1a li {
    width: 32.5%;
}

.p1a li a {
    display: block;
    position: relative;
}

.p1a li a div.img {
    overflow: hidden;
}

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

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


.p1a li a .title {
    height: 84px;
    background-color: #ffffff;
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    width: 93%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    transition: all ease .3s;
}

.p1a li a .title h3 {
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.p1a li a .cir {
    width: 53px;
    height: 53px;
    line-height: 48px;
    background-color: #ffde00;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: all ease .3s;

}

.p1a li a:hover .cir {
    background-color: #ffffff;
    color: #ffde00;
}

.p1a li a:hover .title {
    background-color: #ffde00;
}


@media(max-width: 1440px) {
    .p1a li a .title {
        height: 70px;
        padding-top: 30px;
    }

    .p1a li a .cir {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 30px;
        font-weight: 400;
    }
}





@media(max-width: 768px) {
    .p1a li {
        width: 100%;
        margin-bottom: 60px;
    }
    .p1{
        display: none;
    }
}

@media(max-width: 767px) {
    .p1a li a .title {
        height: 50px;
        padding-top: 20px;
    }

    .p1a li a .title h3 {
        font-size: 16px;
    }

    .p1a li a .cir {
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 26px;
    }

}





.p2a {
    width: 32.29%;
    background: #fff;
    padding: 4rem 6.3rem 1.9rem 7.95rem;
}

.p2a .index-title h3 {
    margin: 0;
    display: inline-block;
    padding-bottom: 1.1rem;
}

.p2a .index-title h3::after {
    transform: translateX(3%) translateY(12%);
}

.p2a .index-title h3::before {
    content: "";
    width: 1.65rem;
    height: 3px;
    background-color: #ce251e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p2a1 p {
    font-size: 14px;
    line-height: 1.71;
    color: #333333;
    margin-top: 0.8rem;
}

.p2a2 {
    margin-top: 2rem;
}

.p2a2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.2rem;
    line-height: 4.2rem;
    border-bottom: 2px solid #cccccc;
    padding: 0 0.5rem;
}

.p2a2 li a h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.p2a2 li:first-child a {
    border-top: 2px solid #cccccc;
}

.p2a2 li.on a {
    background: #ce251e;
}
.p2a2 li.on a h3 {
   color:#fff;
}


.p2b {
    width: 67.71%;
    background: url(../images/d4d31eb0ee9567af5e38a6e11e97fb1579ebed3c.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 4rem 7.7rem 3.5rem 3.7rem;
}

.p2b-tab ul li {
    width: 32.47%;
}

.p2b-tab ul li a {
    display: block;
}

.p2b-tab ul li a div.img {
    overflow: hidden;
}

.p2b-tab ul li a div.img img {
    width: 100%;
    transition: all ease .6s;
}

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


.p2b-tab ul li a .title {
    display: flex;
    height: 46px;
    line-height: 46px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    border-top: 1px solid #cccccc;
    padding: 0 1rem 0 1.05rem;
}

.p2b-tab ul li a .title h3 {
    font-size: 0.92rem;
    color: #333333;
    font-weight: 400;
}

.p2b-tab ul li:nth-last-child(-n+3) {
    margin-top: 1rem;
}



@media(max-width: 1600px) {
    .p2a {
        padding: 4rem 2.3rem 1.9rem 1.95rem;
    }

    .p2b {
        padding: 4rem 1.7rem 3.5rem 1.7rem;
    }
}

@media(max-width: 1440px) {
    .p2a2 li a {
        height: 3.2rem;
        line-height: 3.2rem;
    }
}

@media(max-width: 768px) {
    .p2a {
        padding: 4rem 15px 2rem;
        width: 100%;
    }

    .p2a1 {
        text-align: center;
    }

    .p2a .index-title h3::before {
        width: 2.2rem;
        left: 50%;
        transform: translateX(-50%);
    }

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

    .p2a2 li {
        width: 48%;
    }

    .p2a2 li:first-child a {
        border-top: none;
    }

    .p2b {
        width: 100%;
        padding: 2rem 15px;
    }

    .p2b-tab ul li {
        width: 48.8%;
    }

    .p2b-tab ul li {
        margin-top: 1rem;
    }
}

@media(max-width: 767px) {
    .p2a2 li a h3 {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .p2b-tab ul li a .title {
        height: 30px;
        line-height: 30px;
    }

    .p2b-tab ul li a .title h3 {
        font-size: 15px;
    }

    .p2b-tab ul li a .title .timg img {
        width: 81%;
    }
}






.p3 {
    background: #f5f5f5;
    padding: 4.5rem 0 4rem;
}

.p3a a.more {
    width: 7rem;
    line-height: 1.6rem;
    border: solid 1px #666666;
    font-size: 14px;
    color: #333333;
    padding: 0 0.65rem 0 0.7rem;
}

.p3b {
    margin-top: 2.4rem;
}
.p3-swiper  {
    overflow: hidden;
}
.p3-swiper li a .cont {
    width: 50%;
    padding: 1rem 2.2rem 1rem 2.95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    transition: all ease .3s;
}

.p3-swiper li a .cont h3 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #cccccc;
    height: 50px;
    overflow: hidden;
}

.p3-swiper li a .cont h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 1.2rem;
    transition: all ease .3s;
}

.p3-swiper li a .cont p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 1.1rem;
    transition: all ease .3s;
}



.p3-swiper li a .img {
    width: 50%;
}

.p3-swiper li a .img img {
    display: block;
    width: 100%;
}

.p3-swiper li a .more {
    width: 7rem;
    line-height: 1.6rem;
    border: solid 1px#666666;
    font-size: 14px;
    color: #333333;
    padding: 0 0.65rem 0 0.7rem;
    margin-top: 0.7rem;
    transition: all ease .3s;
}

.p3-swiper li a:hover .cont {
    background-color: #404040;
}

.p3-swiper li a:hover .cont h4 {
    color: #ffffff;
}

.p3-swiper li a:hover .cont p {
    color: #cccccc;
}

.p3-swiper li a:hover .cont .more {
    border: solid 1px #ffffff;
    background-color: #fdc10d;
    color: #fff;
}


.p3butt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.p3butt .p3prev {
    width: 40px;
    height: 40px;
    background-color: #404040;
    border: solid 1px #333333;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}

.p3butt .p3next {
    width: 40px;
    height: 40px;
    background-color: #ce251e;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}


@media(max-width:1440px) {
    .p3-swiper li a .cont p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .p3a a.more {
        width: 9rem;
        line-height: 2.6rem;
    }

    .p3-swiper li a .img {
        width: 100%;
        order: 1;
    }

    .p3-swiper li a .cont {
        width: 100%;
        order: 2;
        padding: 2rem 15px;
    }

    .p3-swiper li a .cont h3 {
        height: auto;
    }

    .p3-swiper li a .more {
        width: 9rem;
        line-height: 2.6rem;
    }
}








.p4a{
    width: 50%;
    background: url(../images/fbf9071544d3f174a20d7a716396842bdeb9b214.jpg) no-repeat center center;
    background-size: cover;
    padding:  4rem 2.9rem 3rem 7.95rem;
}

.p4a .index-title h3 {
    display: inline-block;
    margin: 0;
    margin-bottom: 1.3rem;
}
.p4a > h4 {
    font-size: 1.3rem;
	font-weight: normal;
	color: #333333;
}
.p4a  >span{
    display: inline-block;
    font-size: 13.01px;
	color: #666666;
    margin-bottom: 1.4rem;
}
.p4a  p {
    font-size: 16px;
	font-weight: 100;
	line-height: 2.1;
	color: #666666;
}



.p4a a.more {
    width: 7rem;
    line-height: 1.6rem;
    border: solid 1px #666666;
    font-size: 14px;
    color: #333333;
    padding: 0 0.65rem 0 0.7rem;
    margin-top: 2.8rem;
}




.p4b {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.p4b  li a {
    display: block;
    width: 100%;
}

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

.p4butt{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    padding-left: 1rem;
    z-index: 999;
}

.p4butt .p4prev {
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}

.p4butt .p4next {
    width: 40px;
    height: 40px;
    background-color: #404040;
    border: solid 1px #fff;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}
    



.p5-scroll{
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 1.45rem 0 4rem;
}
.p5-scroll li {
    width: 400px;
	height: 300px;
    margin-right: 19px;
}
.p5-scroll li a{
    display: block;
}
.p5-scroll li a img{
    width: 100%;
}



@media(max-width: 1440px){
    .p4a {
        padding: 1rem 1.9rem 3rem 1.95rem;
    }
}

@media(max-width: 1366px) {
    .p4a .index-title h3 {
        margin-bottom: 0.6rem;
    }
    .p4a >span{
        margin-bottom: 0.8rem;
    }
}
@media(max-width: 1024px) {
    .p4{
        align-items: flex-end;
    }
    .p4a p{
        font-size: 14px;
    }
}



@media(max-width: 768px) {
    .p4b{
        width: 100%;
        order: 1;
    }
    .p4a p{
        font-weight: 400;
    }
    .p4a{
        width: 100%;
        order: 2;
        padding: 2rem 15px;
    }
    .p5-scroll li{
        width: 200px;
        height: auto;
    }
}

@media(max-width: 767px) {
    .p4a > h4 {
        font-size: 18px;
        margin: 0.7rem 0 10px; 
    }
    .p4a a.more {
        width: 9rem;
        line-height: 2.6rem;
    }
}





.p6 {
    margin-top: 4rem;
}

.p6-swiper{
    overflow: hidden;
    margin-top: 2.45rem;
}
.p6-swiper li a{
    display: block;
    width: 100%;
    border: solid 6px #404040;
    overflow: hidden;
}

.p6-swiper li a img {
    width: 100%;
    transition: all ease .6s;
}

.p6-swiper li a:hover img{
    transform: scale(1.05);
}


.p6butt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.p6butt .p6prev {
    width: 40px;
    height: 40px;
    background-color: #404040;
    border: solid 1px #333333;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}

.p6butt .p6next {
    width: 40px;
    height: 40px;
    background-color: #ce2520;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}










/*新闻*/
.nei6{
    background-color: #f5f5f5;
    padding: 3.54rem 0 3.95rem;
    margin-top: 4rem;
}
.xww{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.5rem; 
}

.xdd{
    width: 25%;
    border-top: #323333 2px solid;
}

.baing{
    padding: 2% 4% 0 3%;
    background-color: #ffffff;
    position: relative;
}
.hanginer{
    padding: 7% 0 10%;
}
.hanginer_tt{
    font-size: 0.8rem;
    line-height: 40px;
    background: url(../images/3b699d4a717f89ea7c1c222b90e1f25321003e6a.png) left bottom no-repeat;
}
.hanginer_tt a{
    color: #333;
}
.hanginer_rong{
    font-size: 0.7rem;
    color: #666666;
    line-height: 24px;
    margin: 4% 0 5% 0;
}
.hanginer{
    overflow: hidden;
}
.xddh{
    position: relative;
}
.xww .swipet{
    position: absolute;
    bottom: 0px;
    right: 0%;
    background: url(../images/93ced57bb79f3292fddbdb036e0eea4b125236e6.jpg) no-repeat;
    width: 41px;
    height: 30px;
    outline: none;
    border:none
}
.xww .swipv{
    position: absolute;
    bottom: 0px;
    right: 11%;
    background: url(../images/55a71a3ce08daaa102ca7fb339b7d3b1283e3f1e.jpg) no-repeat;
    width: 41px;
    height: 30px;
    outline: none;
    border:none
}


.gsdt{
    background-color: #ffffff;
    padding: 0.5rem 1.05rem 0.3rem 1.05rem;
    margin-top: 0.5rem;
}


.ghong li{
    font-size: 0.7rem;
    color: #666666;
    line-height: 40px;
    background: url(../images/cc20d1587ca22abf23a5e305d5728b2f38495918.jpg) left center no-repeat;
    padding-left: 3%;
}
.ghong{
    margin: 2% 0;
}
.ghong li:hover{
    background: url(../images/f59d371fb60df4738c52173ebc07e92984c16eef.jpg) left center no-repeat;
}
.ghong li:hover a{
    color: #fdc10d;
}



.xxgg{
    width: 74.56%;border-top: #323333 2px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    padding: 0 1rem 1.2rem 1rem;
}
.xdd_tt{
    position: relative;
    border-bottom: #dedede 1px solid;
    font-size: 0.9rem;
    line-height: 58px;
    font-weight: 600;
    color: #323333;
}
.xdd_tt a{
    position: absolute; 
    top:0px;
    right: 0px;
    font-size: 0.6rem;
    color: #323333;
    font-weight: 400;
}

.hudngSD li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.05rem;
    border-top: 1px solid #dedede;
}

.hudngSD li:first-child a {
    border: none;
    padding: 0;
}
.hudngSD li a div.img{
    width: 20%;
}
.hudngSD li a div.img img {
    width: 100%;
}
.hudngSD li a  .cont {
    width: 77.99%;
}
.hudngSD li a  .cont h3 {
    font-size: 16px;
	font-weight: normal;
	color: #323333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.2rem;
}

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


.hudngSD li a  .cont  p  span.more {
    color: #ce251e;
}


.hudngSD li+li {
    margin-top: 1.1rem;
}



@media(max-width: 1440px) {
    .xdd_tt{
        line-height: 40px;
    }
    .ghong li {
        line-height: 34px;
    }
    .hudngSD li a .cont p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
   
}


@media(max-width: 768px) {
    .hudngSD li+li {
        margin-top: 2.3rem;
    }
    .xdd{
        width: 100%;
    }
    .xww .swipv {
        right: 7%;
    }
    .xxgg {
        width: 100%;
        margin-top: 15px;
    }
    .hudngSD li:first-child a{
        padding-top: 1.05rem;
    }
}

@media(max-width: 767px) {
    .xdd_tt {
        font-size: 16px;
    }
    .xdd_tt a{
        font-size: 14px;
    }
    .hanginer_tt{
        font-size: 16px;
    }
    .hanginer_rong{
        font-size: 14px;
    }
    .xww .swipv {
        right: 15%;
    }
    .ghong li{
        font-size: 14px;
    }
    .hudngSD li a div.img {
        width: 34%;
    }
    .hudngSD li a .cont {
        width: 62.99%;
    }
}





.p7{
    background: #404040;
}


.p7a1{
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
}
.p7a1 img{
    max-width: 100%;
}

.p7a2{
    width: 81.4375%;
    padding-top: 2rem;
}
.p7a2a{
    align-items: flex-start;
    color: #e6e6e6;
    padding-bottom: 2.4rem;
}
.p7a2a a {
    color: #e6e6e6;
}
.p7a2a dl dt {
    font-size: 18px;
	font-weight: 700;
	color: #e6e6e6;
    margin-bottom: 1rem;
}
.p7a2a dl .kuai {
    font-size: 16px;
	line-height: 2.62;
}


.p7a2a dd a {
    font-size: 16px;
	line-height: 2.62;
}

.p7a2a  .lx {
    font-size: 16px;
	line-height: 2.62;
}
.p7a2a dl.ewm{
    width: 12.28%;
}
.p7a2a dl.ewm img {
    max-width: 100%;
}

.p7a2a dl.ewm p {
    font-size: 16px;
	font-weight: normal;
	color: #e6e6e6;
    text-align: center;
    margin-top: 0.6rem;
}


.p7a2b a {
    color: #e6e6e6;
}

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

.p7a2b {
    width: 81.4375%;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
	line-height: 2.4;
	color: #e6e6e6;
    padding-bottom: 2rem;
   
}

.copyright{
    background-color: #1a1a1a;
    font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
    padding:  14px 0;
}
.copyright a{
    color: #cccccc;
}


@media(max-width: 1366px) {
    .p7a1 {
        width: 14%;
    }
}
@media(max-width:768px) {
    .p7a1 {
        width: 31%;
    }
    .p7a2 {
        width: 64.4375%;
    }
    .p7a2a .lx {
        font-size: 14px;
        line-height: 2;
    }
    .p7a2a dl.ewm {
        width: 28.28%;
    }
    .p7a2a dl.ewm p {
        font-size: 14px;
    }
    .p7a2b {
        width: 64.4375%;
    }
}
@media(max-width:767px) {
    .p7a1 {
        width: 100%;
        padding: 2rem ;
    }
    .p7a2{
        width: 100%;
    }
    .p7a2a dl.ewm{
        width: auto;
        text-align: left;
        margin-top: 15px;
    }
   
}


/*手机底部*/
@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(../images/6421cdda864e9249966f2374c1a7297d8db09b0e.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-home2{ background: url(../images/ddaf7dd363405cf2f4012ce4e580143ca59ef7ca.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-phone{ background: url(../images/72f81497cca1082136f0c452233f3ee3975f1f59.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-contact{ background: url(../images/0c00ea6a9f63c232b626ac9bc979aa92d6bd194e.png) no-repeat;width:20px;height:20px;}
   
   .footer li .icon-phone:before{font-size:0;}
   
   .footer ul li a{border-left:1px solid #fff;}
   .footer ul li:nth-child(1) a {
       border: none;
   }



/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}