/*初始化样式*/
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;
    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: #3490BB;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

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

.wh {
    max-width: 76.5rem;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 992px) {
    .wh {
        margin: 0 auto;
        padding: 0 15px;
        overflow: hidden;
    }
}

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

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

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

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

.topLink {
    height: 24px;
    line-height: 24px;
}


/*滚动*/
#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;
}


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

.top2 {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 6.5rem;
    /* line-height: 6.5rem; */
}

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

.logo {
    float: left;
    width: 8.9rem;
    line-height: 6.5rem;
}

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

.k2_box {
    height: 6.5rem;
    display: flex;
    align-items: center;
}

.top2 .k2 {
    display: flex;
    align-items: center;
    font-size: .9rem;
    color: var(--primary-color);
    height: 2.3rem;
    /* line-height: 6.5rem; */
    background: url(../images/dianhua.png) no-repeat .75rem center;
    padding-left: 2rem;
    width: 9.25rem;
    border-radius: 23px;
    border: solid 1px #333333;
    font-weight: bold;
}



/*热门搜索*/
.sou {
    padding: 15px 0;
    background: #eeeeee;
}

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

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

/*搜索和热门搜索*/
.sou #formsearch {
    float: right;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.sou #formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

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

.sou #formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #3490BB;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}



.topr {
    width: 80%;
}

/* 导航样式 */


.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 12rem);
    position: relative;
    z-index: 9999;
}

.x-menu>li {
    position: relative;
    /* width: 16.666%; */
}

.x-menu>li>a {
    display: block;
    font-size: 1.2rem;
    color: #333333;
    font-family: '黑体';
    white-space: nowrap;
    line-height: 6.5rem;
    /* height: 46px; */
    text-align: center;
}



.x-menu>li>a:hover {
    color: #3490BB;
    /* background: url(../b44128f0/22/02/8f22c91801bc405b2fc114838a48d276fd486318.png) no-repeat bottom center; */
}



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

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    left: 50%;
    top: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%,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: 18px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #3490BB;
    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;
}

.x-banner {
    position: relative;
    /* z-index: -1; */
}

.x-banner img {
    width: 100%;
}

.x-banner .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-size: cover;
  background-position: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.x-banner .swiper-slide {
    overflow: hidden;
}

.x-banner .swiper-button-prev, .x-banner .swiper-button-next {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.x-banner .swiper-button-prev {
    background: url(../images/prve_1.png) no-repeat center center;
}

.x-banner .swiper-button-next {
    background: url(../images/next_1.png) no-repeat center center;
}

.x-banner .swiper-button-prev:hover {
    background: url(../images/prve.png) no-repeat center center;
}

.x-banner .swiper-button-next:hover {
    background: url(../images/next.png) no-repeat center center;
}

.x-banner .swiper-button-next:after,
.x-banner .swiper-button-prev:after {
    display: none;
}

.abwz {
    color: #444444;
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    margin-top: 2vw;
}

.bt .wz {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 1;
}

.bt .wz2 {
    line-height: 1;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-top: 0.8vw;
}

a.idxMore {
    color: #fff;
    font-size: 16px;
    width: 213px;
    line-height: 63px;
}

a.idxMore2 {
    margin-top: 2.5vw;
    background: linear-gradient(180deg, #17C8B8 0%, #3490BB 100%);
}

/* 关于我们 */
.idxAbout {
    background: url(../images/about.png) no-repeat center;
    background-size: cover;
    padding: 5.5rem 0 4rem;
}

.idxAboutSwiper .img {
    position: relative;
}
.idxAboutSwiper .img img {
    width: 100%;
}
.idxAboutSwiper .img .img_2 {
    width: 78%;
    position: absolute;
    top: 1vw;
    left: 4.5vw;
    right: 0;
    bottom: 0;
}
@media (max-width: 1360px) {
    .idxAboutSwiper .img .img_2 {
        left: 5.8vw;
    }
}
@media (max-width: 992px) {
    .idxAboutSwiper .img .img_2 {
        left: 10vw;
    }
}

.idxAbout .button {
    width: 60px;
    height: 60px;
    left: -30px;
    top: 50%;
    margin-top: -30px;
}

.idxAbout .button div:hover {
    width: 30px;
    height: 60px;
}

.numUl .aa {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 10px;
}

.numUl .aa .img {
    display: block;
    width: 42px;
}

.numUl .aa .img2 {
    display: none;
    width: 42px;
}

.numUl .aa .counter {
    font-family: Arial;
    line-height: 49px;
}

.numUl li:hover .img {
    display: none;
}

.numUl li:hover .img2 {
    display: block;
}

.numUl li:hover .color-666 {
    color: #3490BB;
}

.numUl li {
    cursor: pointer;
}

@media (max-width: 768px) {
    .idxAbout .button {
        left: 0;
    }
    .numUl .aa .img {

    width: 32px;
}

.numUl .aa .img2 {

    width: 32px;
}
}

.box1 {
    background: url(../images/cp_bj.png) no-repeat center;
    background-size: cover;
    padding: 4.35rem 0 7.95rem;
}

.aright {
    width: 47.7%;
}

.aright img {
    display: block;
    width: 100%;
}


/*<!--{* 产品中心 *}-->*/
.tab_content {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 37.9rem;
    max-width: 37.9rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    padding: 4.7rem 6.6rem 30px 11.7rem;
    margin-left: -13%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.list1 h3 {
    color: var(--primary-color);
    font-size: 20px;
}
.list1 .img3 {
    position: absolute;
    top: 6rem;
    right: -22rem;
    width: 30.75rem;
}
.list1 .img3 img {
    width: 100%;
}
.look_gd {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 32px;
    background: linear-gradient( 180deg, #17C8B8 0%, #3490BB 100%);
    border-radius: 16px 16px 16px 16px;
    font-size: 12px;
    color: #FFFFFF !important;
}
.list1_text {
    font-size: 16px;
    color: #444444;
}
.cp_main {
    /* background: #eeeeee;
    padding: 55px 75px 55px 50px;
    margin-top: 4.8vw;
    margin-bottom: 50px; */
}

.anlis {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.taba {
    width: 34.85%;
}

.taba li {
    width: 100%;
    color: #333333;
    font-size: 17px;
    /* float: right; */
    /* background: url(../12b51559/21/12/ab69f85b2d52b3113d83369cde82318dc18aae65.png) no-repeat center; */
    height: 3.9rem;
    margin-left: 15px;
    background-size: 100% 100%;
    line-height: 3.9rem;
    display: flex;
    justify-content: flex-end;
    padding-right: 5rem;
    cursor: pointer;
}

.taba li span {
    position: relative;
    margin-left: 10%;
    text-align: right;
    /* width: 3.9rem; */
    display: block;
    /* float: left; */
}
.taba li span::after {
    content: '';
    position: absolute;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 56px;
    height: 1px;
    background: #A0A0A0;
    border-radius: 0px 0px 0px 0px;
}
.taba li .img {
    /* float: right; */
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    height: 78px;
    justify-content: center;
}

.taba li .img2 {
    display: none;
}

.taba li i {
    display: none;
}

.taba li.cur i {
    display: block;
}

.taba li.cur .img1 {
    display: none
}

.taba li.cur .img2 {
    display: block
}

.taba li.cur span {
    color: var(--primary-color)
}
.taba li.cur span::after {
    background: var(--primary-color);
}
.taba li.cur {
    /* background: url(../12b51559/21/12/aec6ab8356f5fa5465af856a3bbbaca8d1a8ccb6.png) no-repeat center; */
    color: var(--primary-color);
    background-size: 100% 100%;
}



.ttz {
    display: none;
    /* width: 68.35%; */
}

.ttz li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

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

.cptt {
    font-family: MicrosoftYaHei-Bold;
    font-size: 2.1vw;
    font-weight: 600;
    line-height: 45px;
    margin-top: 1.3vw;
    letter-spacing: 0px;
    color: #000000;
    text-align: right;
    margin-bottom: 2vw
}


@media (max-width: 1024px) {
    .tab_content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 30px;
        margin-bottom: 30px;
    }
    .cptt {
        font-family: MicrosoftYaHei-Bold;
        font-size: 30px;
        font-weight: 600;
        line-height: 45px;
        letter-spacing: 0px;
        color: #000000;
        text-align: right;
        margin-bottom: 10px;
    }

    .cp_main {
        /* background: #eeeeee;
        padding: 30px;
        margin-top: 20px; */
    }

    .taba li {
        width: 100%;
        color: #333333;
        font-size: 18px;
        float: right;
        /* background: url(../12b51559/21/12/ab69f85b2d52b3113d83369cde82318dc18aae65.png) no-repeat center; */
        height: 60px;
        margin-left: 15px;
        background-size: 100% 100%;
        line-height: 60px;
    }

    .taba li span {
        margin-left: 30%;
        text-align: right;
        width: 78px;
        display: block;
        float: left;
    }
}

.box2 {
    background: #ffffff;
    padding-top: 3.25rem;
}


/*  */
.bt1 {
    text-align: center;
    width: 814px;
    margin: 0 auto;
}

.bt1 dt {
    color: #333333;
    font-size: 16px;
    margin-top: 16px;
}

.bt1 dd {
    font-weight: bold;
    color: #222222;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/youshi.png) no-repeat 66% top;
}

.bt1 dd span {
    font-size: 48px;
    color: #3490BB;
    padding-left: 35px;
}

.bt1 dd b {
    color: #3490BB;
    font-size: 36px;
    padding-right: 3.65rem;
}

.sbox {
    margin-top: 55px;
    margin-bottom: 28px;
    border-top: 2px solid #DDDDDD;
    /* background: url(../12b51559/21/12/620170c37a4626e3e36205b7f3c1f0a9b1d28192.png) repeat-x top center; */
}

.ysort {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    margin-bottom: 5px;
}

.ysort li {
    width: 22%;
}

.ysort li a {
    display: block;
    padding-top: 30px;
    background: url(../images/line.png) no-repeat top left;
}

.ysort li a h3 {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    background: url(../images/xia.png) no-repeat right center;
}

.ysort li p {
    color: #999999;
    font-size: 14px;
    margin-top: 3px;
}

.ysort li.cur a h3 {
    color: #3490BB;
    background: url(../images/xia_1.png) no-repeat right center;
}

.ybox img {
    display: block;
    width: 100%;
}


/*  */
.box3 {
    padding: 6.5% 0;
}

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

.nul li span {
    display: block;
    color: #999999;
    font-size: 16px;
}

.nul li h3 a {
    display: block;
    font-weight: normal;
    color: #333333;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 0;
}

.line1 {
    width: 36px;
    height: 1px;
    background-color: #e3e3e3;
}

.nul li p {
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 34px;
}

.nul li {
    width: 22.6%;
}


/*  */
.box4 {
    background: url(../12b51559/21/12/858370e0cdd76693535bdf59af144a9b658e831b.jpg) no-repeat center;
    background-size: cover;
    padding: 3% 0 4.2%;
}

.cleft h3 {
    color: #3490BB;
    font-size: 3.75vw;
    line-height: 1;
}

@media(min-width: 639px) {
    .cleft h3 span {
        display: block;
    }
}

.cleft h2 {
    color: #333333;
    font-size: 2.1vw;
    margin-top: 30px;
}

.cleft {
    width: 22.32%;
    padding: 9vw 0 0 3vw;
}

.cright {
    width: 71.3%;
    overflow: hidden;
    position: relative;
    /* margin-right: 6%; */
}

.bj1 {
    width: 74.8%;
    background-color: #ffffff;
    margin-top: 10.6%;
    padding: 13% 9% 7.5vw 38%;
}

.mySwiper .img img {
    width: 100%;
}

.mySwiper .img {
    display: block;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
}

.bj1 h3 a {
    display: block;
    color: #333333;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.bj1 p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 2.6vw;
}

.jian {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 26px;
    z-index: 9999;
    left: 26%;
}

.jian .swiper-button-next,
.jian .swiper-button-prev {
    position: static;
    width: 11px;
    height: 17px;
    background: none;
    margin: 0 20px;
    outline: none;
}

.mySwiper {
    position: relative;
}

/* 新闻中心 */
.box6 {
    padding: 5rem 0 5.5rem;
}

.box6 a.idxMore {
    width: 113px;
    line-height: 29px;
    font-size: 12px;
    color: #666666;
    background: #ffffff;
    padding: 0;
    justify-content: center;
    border: 1px solid #999999;
    margin-top: .8rem;
}

.xbt {
    /* width: 600px; */
}

.ttzz {
    display: none;
}

.tabzz {
    position: relative;
    z-index: 3;
    /* width: 355px; */
}

.tabzz li {
    font-size: 20px;
    line-height: 63px;
    position: relative;
    margin-right: 2.4rem;
}

.tabzz li a {
    color: #3d3d3d;
}

.tabzz li.cur a {
    font-weight: bold;
    color: #3490BB;
}

.xwline {
    background: #3d3d3d;
    width: 2px;
    height: 16px;
}


.xw1 {
    width: 65.29%;
}

.xw1 li {
    width: 48.5%;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    /* border: 1px solid #e5e5e5; */
}

.xw1 li .img {
    /* border-bottom: 1px solid #e5e5e5; */
}

.xw1 li .img img {
    width: 100%;
    display: block;
}

.xw1 li .det {
    padding: 30px;
}

.xw1 li:hover .det {
    background: #215cc8;
}

.xw1 li .tm {
    color: #464646;
    font-size: 14px;
    background: url(../images/shijian.png) no-repeat left center;
    padding-left: 30px;
    line-height: 22px;
}

.xw1 li .cname {
    color: #215cc8;
    font-size: 16px;
}

.xw1 li .wz {
    color: #464646;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 18px;
}

.xw1 li:hover .cname {
    color: #fff;
}

.xw1 li:hover .wz {
    color: #fff;
}

.xw1 li:hover .tm {
    color: #fff;
    filter: brightness(0) invert(1);
}

.picMarquee-top .tempWrap {
    height: 474px !important;
    overflow: hidden;
}

.picMarquee-top {
    width: 31.98%;
}

.picMarquee-top li {
    height: 84px !important;
    border: 1px solid #e5e5e5;
    padding: 13px 26px 0;
    display: block;
}

.picMarquee-top li+li {
    margin-top: 18px;
}

.picMarquee-top li .wz {
    color: #464646;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
}

.picMarquee-top li .tm {
    color: #afafaf;
    font-size: 14px;
}

.picMarquee-top li .mo {
    color: #215cc8;
    font-size: 14px;
    margin-top: 8px;
}

.picMarquee-top li:hover {
    background: #215cc8;
}

.picMarquee-top li:hover .wz {
    color: #fff;
}

.picMarquee-top li:hover .tm {
    color: #fff;
}

.picMarquee-top li:hover .mo {
    color: #fff;
}



/*  */
.foot {
    padding: 43px 0 36px;
    background-color: #3490BB;
}

.ft2 {
    /*height: 70px;*/
    /* line-height: 70px; */
    background: #17C8B8;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0;
}



.ft2 a {
    color: #ffffff;
}

.bq {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tleft {
    width: 26.6%;
}

.dao {
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    margin-right: 3.5rem;
}

.dao li dd {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 1rem;
}

.dao li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 2;
    opacity: 0.8;
}

.tlogo img {
    max-width: 100%;
}

.dtel {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    /* margin-top: 49px; */
}

.dtel_p p {
    line-height: 2;
}

.ft1 {
    /* padding-bottom: 5.4%; */
}









@media (max-width: 768px) {
    .ttz {
        display: none;
        ;
        width: 100%;
        margin-top: 20px;
    }

    .taba {
        position: relative;
        width: 100%;
        z-index: 999;
        right: 0px;
        margin-top: 0px;
    }
}




@media(max-width: 1600px) {
    .aleft h3 {
        padding-top: 2vw;
    }

    .cptt {
        margin: 0 0 15px 0;
    }
}



@media(max-width: 1366px) {
    .x-menu>li>a {
        font-size: 18px;
    }

    .top2 {
        /* top: 20px; */
    }

    .acon {
        line-height: 24px;
    }

    .taba li,
    .taba li span,
    .taba li .img {
        height: 65px;
        line-height: 65px;
        width: 100%;
    }

    .bj1 p {
        font-size: 14px;
        margin-top: 10px;
    }

    .bj1 {
        padding: 10% 6% 8.5vw 36%;
    }
}

@media(max-width: 1224px) {

    .taba li,
    .taba li span,
    .taba li .img {
        height: 58px;
        line-height: 58px;
    }
}

@media(max-width: 1024px) {
    .top2 .k2 {
        display: none;
    }

    .x-menu {
        width: 100%;
        margin-top: 10px;
    }

    .aleft h3 {
        font-size: 24px;
    }

    .acon {
        font-size: 12px;
        line-height: 18px;
    }

    .aleft h3 {
        padding-top: 0;
    }

    .ysort li a h3 {
        font-size: 20px;
    }

    .nul li h3 a {
        font-size: 18px;
    }

}


@media(max-width: 768px) {
    .aleft {
        margin-bottom: 20px;
    }

    .aleft,
    .aright {
        width: 100%;
        float: none;
    }

    .bt1 dd b {
        font-size: 40px;
    }

    .bt1 dd {
        font-size: 24px;
    }

    .bt1 dd span {
        font-size: 34px;
    }

    .bt1 dd b {
        padding-right: 20px;
    }

    .bt1 {
        max-width: 100%;
    }

    .bt1 dt {
        font-size: 14px;
        margin-top: 10px;
    }

    .ysort li a h3 {
        font-size: 18px;
    }

    .nul li {
        width: 48%;
        margin-bottom: 20px;
    }

    .bj1 {
        padding: 10% 3% 4.5vw 33%;
    }

    .bj1 p {
        font-size: 12px;
    }

    .dtel p:nth-child(2) {
        font-size: 20px;
    }

    .bq,
    .ji {
        text-align: center;
        float: none;
        width: 100%;
    }
}

@media(max-width: 640px) {
    .aleft h3 {
        font-size: 20px;
    }

    .cptt {
        font-size: 25px;
    }

    .taba li span {
        font-size: 15px;
        margin-left: 20%;
    }

    .cp_main {
        padding: 15px;
    }

    .bt1 dd {
        font-size: 15px;
    }

    .bt1 dd b {
        padding-right: 5px;
        font-size: 22px;
    }

    .bt1 dd span {
        font-size: 26px;
        padding-left: 5px;
    }

    .bt1 dt {
        font-size: 12px;
    }

    .sbox {
        margin-top: 20px;
    }

    .ysort li a {
        padding-top: 20px;
    }

    .ysort li {
        width: 46%;
        margin-bottom: 15px;
    }

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

    .sbox {
        background: none;
    }

    .ysort li a h3 {
        background-size: 25px 25px;
    }

    .ysort li.cur a h3 {
        background-size: 25px 25px;
    }

    .nul li {
        width: 100%;
    }

    .nul li h3 a {
        font-size: 16px;
        padding: 10px 0;
    }

    .nul li p {
        margin: 10px 0 20px;
    }

    .cleft,
    .cright {
        width: 100%;
        float: none;
        padding: 0;
    }

    .cleft h3 {
        font-size: 24px;
    }

    .cleft h2 {
        margin-top: 5px;
        font-size: 20px;
    }

    .box4 {
        padding: 30px 0;
    }

    .mySwiper .img {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .bj1 {
        width: 100%;
        margin-top: 20px;
        padding: 5% 3% 50px 3%;
    }

    .jian {
        left: -10px;
    }

    .tleft {
        float: none;
        width: 100%;
    }

    .dao {
        display: none;
    }

    .tlogo {
        text-align: center;
    }

    .tlogo img {
        width: 40%;
    }

    .dtel {
        margin-top: 15px;
    }

    .acon {
        font-size: 14px;
        line-height: 24px;
    }
}

.page-banner .nybt {
    display: none;
}


/* 友情链接 */

.c-link {
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #ffffff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}







/*内页左侧样式*/




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

@media (max-width: 1440px) {
    .abwz {
        font-size: 15px;
        line-height: 30px;
    }

    .xw1 li .wz {
        font-size: 17px;
    }
}

@media (max-width: 1280px) {

    .abwz {
        margin-top: 12px;
    }
}

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

    .w42 {
        width: 100%;
    }

    .flex-between {
        flex-wrap: wrap;
    }

    a.idxMore {
        line-height: 42px;
    }

    a.idxMore2 {
        margin-top: 20px;
    }

    .abyb {
        width: 100%;
        margin-top: 25px;
    }

    .numUl li {
        width: 50%;
    }
    .ft2 {
        /*height: 70px;*/
        /* line-height: 70px; */
        background: #17C8B8;
        color: #ffffff;
        font-size: 14px;
        padding: 20px 0 70px;
    }

}

@media (max-width:1440px) {
    .topy {
        width: 68%;
    }

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

    .k2 {
        font-size: 17px;
    }

    .idxBan .wz {
        font-size: 50px;
    }

    .idxBan .wz2 {
        font-size: 19px;
        line-height: 32px;
    }

    .bt .wz {
        font-size: 24px;
    }

    .bt .wz2 {
        font-size: 40px;
    }

    .abwz {
        font-size: 15px;
        line-height: 30px;
    }

    a.idxMore {
        font-size: 14px;
        width: 176px;
        line-height: 52px;
        padding: 0 30px;
    }

    .font75 {
        font-size: 62px;
    }

    .font18 {
        font-size: 16px;
        margin-top: 2px;
    }

    .font22 {
        font-size: 18px;
    }

    .font20 {
        font-size: 17px;
    }

    .cp {
        margin-top: 64px;
    }

    .proimg li .wz {
        font-size: 17px;
    }

    .proimg li .xq {
        font-size: 14px;
    }

    .proimg li .det {
        height: 66px;
    }

    .proimg li:nth-child(n+5) {
        margin-top: 42px;
    }

    .hxbt .wz {
        font-size: 14px;
    }

    .hxbt .wz2 {
        font-size: 37px;
    }

    .qie li .wz {
        font-size: 16px;
        line-height: 30px;
    }

    .tabli2 li .wz {
        font-size: 17px;
    }

    .tabli2 li {
        padding: 26px 0;
    }

    .box4 {
        padding-top: 60px;
    }

    .font24 {
        font-size: 20px;
    }

    .font60 {
        font-size: 50px;
    }

    .xw1 li .wz {
        font-size: 17px;
    }

    .picMarquee-top li .wz {
        font-size: 17px;
    }

    .picMarquee-top .tempWrap {
        height: 385px !important;
    }

    .f_nav dt {
        font-size: 18px;
    }

    .f_nav dd a {
        font-size: 14px;
        line-height: 32px;
    }

    .lxdh {
        font-size: 28px;
        padding-left: 42px;
    }

    .lx {
        font-size: 14px;
        line-height: 32px;
    }

    .fadd li .wz {
        font-size: 14px;
    }

    .fadd li .img {
        width: calc(100% - 83px);
    }

    .link {
        font-size: 14px;
        margin-top: 60px;
    }

    .foot .bq {
        font-size: 14px;
    }

}

@media (max-width:1280px) {
    .k2 {
        display: none;
    }

    .nnav {
        width: 94%;
    }

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

    .idxBan .wz {
        font-size: 40px;
    }

    .idxBan .wz2 {
        font-size: 17px;
        line-height: 26px;
        width: 70%;
    }

    .bt .wz {
        font-size: 20px;
    }

    .bt .wz2 {
        font-size: 32px;
    }

    .idxAbout .button {
        width: 60px;
        height: 60px;
        left: -30px;
        top: 50%;
        margin-top: -30px;
    }

    .idxAbout .button div:hover {
        width: 30px;
        height: 60px;
    }

    a.idxMore {
        line-height: 42px;
    }

    .font75 {
        font-size: 50px;
    }

    .font22 {
        font-size: 16px;
    }

    .idxProNav a {
        padding: 30px 20px;
    }

    a.idxMore2 {
        margin-top: 20px;
    }

    .abwz {
        margin-top: 12px;
    }

    .cp {
        margin-top: 54px;
    }

    .proimg li .wz {
        font-size: 16px;
    }

    .proimg li .det {
        height: 56px;
    }

    .proimg li:nth-child(n+5) {
        margin-top: 30px;
    }

    .proimg li .gd {
        width: 83px;
    }

    a.idxMore5 {
        margin-top: 35px;
    }

    .idxPro {
        padding-bottom: 35px;
    }

    .hxbt .wz2 {
        font-size: 30px;
    }

    .qie li .wz {
        width: 100%;
    }

    .tabli2 li .img {
        width: 40px;
        margin: 0 auto;
    }

    .tabli2 li .img img {
        width: 100%;
    }

    .tabli2 li .wz {
        font-size: 16px;
        margin-top: 12px;
    }

    .hy {
        top: 4vw;
    }

    .box4 {
        padding-top: 40px;
    }

    .cf {
        margin-top: 26px;
    }

    .cf .swiper-slide .wz {
        font-size: 14px;
        line-height: 45px;
    }

    a.idxMore4 {
        margin: 30px auto;
    }

    .font24 {
        font-size: 18px;
    }

    .idxServiceUl li .line-height {
        font-size: 14px;
        line-height: 22px;
    }

    .font60 {
        font-size: 42px;
    }

    .idxServiceUl li .img {
        width: 40px;
        margin: 0 auto;
    }

    .idxServiceUl li .img img {
        width: 100%;
    }

    .idxServiceUl li {
        padding: 40px 2.5%;
    }

    .tabzz li {
        font-size: 16px;
        line-height: 42px;
    }

    .box6 {
        padding: 40px 0;
    }

    .xcon1 {
        margin-bottom: 22px;
    }

    .xw1 li .det {
        padding: 15px;
    }

    .xw1 li .wz {
        margin-top: 6px;
    }

    .picMarquee-top .tempWrap {
        height: 268px !important;
    }

    .picMarquee-top li {
        padding: 13px 15px;
    }

    .f_nav {
        display: none;
    }

    .ftb {
        width: 50%;
    }

    .fadd {
        width: 40%;
    }

    .fadd li {
        width: 48%;
    }

    .fcont {
        padding: 30px 0;
    }

    .link {
        margin-top: 30px;
    }

    .banImg {
        min-height: auto;
        height: auto;
    }

    .numUl .aa .counter {
        line-height: 35px;
    }

}



@media (max-width: 768px) {
    .xypg-right-content p img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .idxBan .wz {
        font-size: 30px;
    }

    .idxBan .wz2 {
        font-size: 14px;
        line-height: 26px;
        margin: 12px 0 18px;
    }

    .idxBan .jtm {
        width: 40px;
        height: 19px;
        background-size: 100% 100%;
    }

    .w42 {
        width: 100%;
    }

    .flex-between {
        flex-wrap: wrap;
    }

    .abyb {
        width: 100%;
        margin-top: 25px;
    }

    .bt .wz {
        font-size: 17px;
    }

    .bt .wz2 {
        font-size: 28px;
    }

    .idxAboutSwiper {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .idxAbout .button {
        left: 0;
    }

    .font75 {
        font-size: 34px;
    }

    .numUl .aa .counter {
        line-height: 21px;
    }

    .font18 {
        font-size: 15px;
    }

    .font22 {
        font-size: 15px;
    }

    .font20 {
        font-size: 14px;
    }

    .idxProNav a {
        padding: 25px 10px;
    }

    .proimg {
        margin: 0 -8px;
    }

    .proimg li {
        width: calc(100% / 2 - 16px);
        margin: 0 8px;
    }

    .proimg li:nth-child(n+3) {
        margin-top: 20px;
    }

    .cp {
        margin-top: 40px;
    }

    .proimg li .det {
        height: 50px;
    }

    .hxbt .wz2 {
        font-size: 25px;
        margin-top: 0;
    }

    .qie li .wz {
        font-size: 14px;
        height: 30px;
    }

    .tabli2 {
        width: 80%;
        left: 10%;
    }

    .tabli2 li {
        padding: 15px 0;
    }

    .tabli2 li .img {
        width: 30px;
    }

    .font24 {
        font-size: 16px;
    }

    .idxServiceUl {
        margin-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .idxServiceUl {
        flex-wrap: wrap;
    }

    .idxServiceUl li {
        width: 50%;
    }

    .idxServiceUl li:hover::before,
    .idxServiceUl li.on::before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .idxServiceUl li::before {
        height: auto;
        top: 0;
    }

    .idxServiceUl li:nth-child(1) {
        background: #fff;
        border-bottom: 1px solid #b5b5b5;
    }

    .idxServiceUl li:nth-child(2) {
        border-bottom: 1px solid #b5b5b5;
    }

    .idxServiceUl li:nth-child(4) {
        background: #fff;
    }

    .idxServiceUl li:hover .DIN,
    .idxServiceUl li.on .DIN {
        opacity: 0;
    }

    .xbt {
        width: 100%;
        margin-top: 18px;
    }

    .xw1 {
        width: 100%;
    }

    .picMarquee-top {
        width: 100%;
        margin-top: 22px;
    }

    .lxdh {
        font-size: 23px;
    }

    .fadd {
        width: 35%;
    }

    .fadd li {
        width: 46%;
        text-align: center;
        justify-content: center;
    }

    .fadd li .img {
        width: 100%;
    }

    .fadd li .img img {
        width: 100%;
        display: block;
    }

    .fadd li .det {
        margin-left: 0;
    }

    .proimg li .wz {
        font-size: 15px;
    }

    .fadd li .wz {
        line-height: 20px;
        margin-top: 8px;
    }

}

@media (max-width:750px) {

    .abyb .prev,
    .abyb .next {
        width: 50%;
    }
}

@media (max-width:482px) {
    .idxBan .wz {
        font-size: 22px;
    }

    .banImg {
        min-height: auto;
        height: auto;
    }

    .idxBan .wz2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .idxBan .pagination .swiper-pagination-bullet {
        margin: 15px 0 !important
    }

    .bt .wz2 {
        font-size: 22px;
    }

    .bt .wz {
        font-size: 16px;
    }

    .idxAbout {
        padding: 40px 0 35px;
    }

    .numUl {
        margin-top: 28px;
    }

    .numUl li {
        margin: 5px 0;
    }

    .font75 {
        font-size: 30px;
    }

    .idxProNav a .img {
        width: 25px;
    }

    .idxProNav a.on .hover .DIN,
    .idxProNav a:hover .hover .DIN {
        display: none;
    }

    .idxProNav a.on .hover .font22,
    .idxProNav a:hover .hover .font22 {
        text-align: center;
    }

    .idxProNav a {
        padding: 16px 10px;
    }

    .proimg {
        margin: 0;
    }

    .proimg li {
        width: 100%;
    }

    .proimg li:nth-child(n+2) {
        margin-top: 15px;
    }

    .hxbt .wz2 {
        font-size: 20px;
    }

    .qie li .img img {
        min-height: 360px;
    }

    .hy {
        top: 25px;
    }

    .qie li .det {
        top: 85px;
    }

    .qie li .wz {
        width: 100%;
    }

    .tabli2 {
        width: 100%;
        left: 0;
    }

    .tabli2 li .wz {
        font-size: 14px;
    }

    .idxServiceUl li {
        padding: 40px 2.5% 20px;
    }

    .idxService {
        padding-top: 40px;
    }

    a.idxMore6 {
        display: none;
    }

    .tabzz {
        width: 100%;
    }

    .xw1 li {
        width: 100%;
    }

    .xw1 li+li {
        margin-top: 12px;
    }

    .ftb {
        width: 100%;
    }

    .fadd {
        width: 100%;
        margin-top: 18px;
    }

    .lx {
        line-height: 26px;
    }

    .tabzz li {
        line-height: 30px;
    }

    .picMarquee-top li .wz {
        font-size: 16px;
    }

    .xw1 li .wz {
        font-size: 16px;
    }

    .idxAboutSwiper {
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .foot {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .tabzz li+li:before {
        display: none;
    }

    .fadd {
        width: 75%;
    }

    .font22 {
        font-size: 12px;
    }

    .font24 {
        font-size: 15px;
    }
}



.xypg-left-con2 .xypg-left-nav {
    display: flex;
    ;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    width: 100%;
    margin-top: 3%
}

.xypg-left-con2 .xypg-left-nav>li {
    width: 20%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
    float: left;
    border-bottom: none;
}

.xypg-left-con2 .xypg-left-nav>li:last-child {
    border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;
    background: #215cc8;
}


@media(max-width:768px) {
    .page-wrap-right {
        margin-top: 6vw;
    }
}