/*åˆå§‹åŒ–æ ·å¼*/
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;}
p{margin: 0px;}

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

.xypg-right-content p{font-size: 16px;}
.xypg-right-content p img{width: 100%;}
/*æ»šåŠ¨*/
#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{width: 1200px;margin:0 auto;}
.w1200{width: 1200px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:block; overflow:hidden;}
.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);}

.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.max1600{max-width: 1630px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}

/*å¤´éƒ¨æ ·å¼*/
.top_head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    transition: all .5s;
    animation-duration: 2s !important;
    -webkit-animation-delay: 0s;
}

.top_head.scroll{
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

.top_head .flex {
    height: 100px;
    align-items: center;
}
.top_right {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_nav{
    width: calc(100% - 395px);
}

.logo11{
    display: block;
}
.logo12{
    display: none;
}

.top_head.scroll .logo11{
    display: none;
}
.top_head.scroll .logo12{
    display: block;
}

.top_head.scroll .x-menu > li > a{
    color: #333;
}


/* top_ss */
.top_ss {
    width: 5.5rem;
    height: 100px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.top_ss .ss_btn {
    width: 5.5rem;
    height: 100px;
    background: url(../image/12031a1f5f77d9f506f4f7b844d28cfda95fc65c.png) no-repeat center center;
    cursor: pointer;
}

.top_head.scroll .top_ss {
     border-left: 1px solid rgba(51, 51, 51, .2);
    border-right: 1px solid rgba(51, 51, 51, .2);
}
.top_head.scroll .top_ss .ss_btn {
    width: 5.5rem;
    height: 100px;
    background: url(../image/7dfb1296854b9dc810519c40178fb1437356560f.png) no-repeat center center;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2;
}
.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../image/732c1a37f8a14fbd73f52e53b18cda207b908e69.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}
.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}

/*  */
.top_phone{
    padding-left: 1rem;
    font-size: .8rem;
    color: #fff;
}
.top_phone p:nth-child(2){
    font-size: 1.1rem;
    font-weight: bold;
}

.top_head.scroll .top_phone{
    color: #333;
}


.x-banner{
    position: relative;
}

/* bbico */

.bbico {
    position: absolute;
    bottom: 2.60416vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 35px;
    height: 55px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 30px;
}

.bbico i {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -48%);
    font-style: inherit;
    display: block;
    width: 3px;
    height: 12px;
    background: #fff;
    -webkit-animation: myfirst 1.5s infinite;
    animation: myfirst 1.5s infinite;
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@media (max-width: 480px){
    .bbico{
        width: 25px;
        height: 40px;
    }
}



/* c1_index */

.c1_index {
    position: relative;
    background: #f0f1f5;
    padding: 4.6875vw 0;
    overflow: hidden;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 1.8rem;
    color: #333333;
    font-weight: 400;
    background: url(../image/ad57423fcbe06011f0380cfd7d4c9b3e0a34c974.jpg) no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.ttt1 p {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}


/*  */

.pro_wap {
    position: relative;
}

.sort1 {
    text-align: center;
    margin: 1rem 0 2.25rem;
    font-size: 0;
}

.sort1 li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: 10px 1rem;
    width: 12.5%;
}

.sort1 li a {
    display: block;
    font-size: .8rem;
    color: #333333;
    background: #ffffff;
    padding: 10px 0;
}

.sort1 li.on a,
.sort1 li:hover a {
    background: #074ea6;
    color: #fff;
}


/*  */

.list_pp {
    font-size: 0;
    margin: 0 -.5%;
}

.list_pp li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 24%;
    margin: 0 .5% 20px .5%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.list_pp li a {
    display: block;
}

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

.list_pp li .pro_txt {
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

.list_pp li .pro_txt h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list_pp li .pro_txt span {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-weight: 300;
    background: #074ea6;
    text-align: center;
}


/* c2_index */
.c2_index{
    position: relative;
    background: #1a1b1f;
    padding: 5.2083vw 0;
    overflow: hidden;
}

.c2_top{
    position: relative;
}

.c2_top>ul{
    position: relative;
}
.c2_top .bd li{
    position: relative;
}
.c2_top .bd li .imgg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.c2_top .bd li .zuo_left{
    width: 50%;
    position: relative;
}

.c2_top .bd li .zuo_left img{
    width: 100%;
    display: block;
}

.c2_top .bd li .you_right{
    width: 50%;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 8.333vw;
}
.you_right h2{
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 40px;
    background: url(../image/ac4eb15957f8901d9341476aaf086c202d592c20.png) repeat-x left bottom;
    line-height: 1.7;
}
.you_right h2 em{
    font-size: 1.1rem;
    font-weight: 400;
    display: block;
    font-style: inherit;
}
.you_right h3{
    font-size: 20px;
    color: #fff;
    padding-top: 2.60416vw;
    margin-bottom: 1rem;
}
.you_right h4{
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
/* pp_jian */
.pp_jian{
    display: flex;
    margin-top: 2rem;
}
.pp_jian>a{
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    margin-right: 15px;
}
.pp_jian .prev{
    background: url(../image/bb7466dd8d5284bd8b7123a7cc5a906d653cbaa1.png) no-repeat center center;
}
.pp_jian .next{
     background: url(../image/b24c772c65843afd6e0756bae501a5567ea5f8ac.png) no-repeat center center;
}

.pp_jian .prev:hover{
    background: url(../image/bb7466dd8d5284bd8b7123a7cc5a906d653cbaa1.png) no-repeat center center #074ea6;
}
.pp_jian .next:hover{
     background: url(../image/b24c772c65843afd6e0756bae501a5567ea5f8ac.png) no-repeat center center #074ea6;
}


/*  */
.c2_bottom{
    position: relative;
    margin-top: 30px;
}
.c2_bottom>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.c2_bottom>ul li{
    width: 23%;
    position: relative;
    background: #333;
    text-align: center;
    padding: 1.5rem 0;
}
.c2_bottom>ul li a{
    display: block;
}
.c2_bottom>ul li .img2{
    line-height: 80px;
    vertical-align: middle;
}
.c2_bottom>ul li .img2 img{
    max-width: 100%;
}
.c2_bottom>ul li h3{
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
}

.c2_bottom>ul li.on,
.c2_bottom>ul li:hover{
    background: #074ea6;
}

/* c3_index */
.c3_index{
    position: relative;
    padding: 5.2083vw 0;
    overflow: hidden;
}

.c3_left{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ttt3 {
    text-align: left;
}

.ttt3 h3 {
    font-size: 1.8rem;
    color: #333333;
    font-weight: 400;
    background: url(../image/ad57423fcbe06011f0380cfd7d4c9b3e0a34c974.jpg) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.ttt3 p {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}
/*  */
.c3_left .hd{
    width: 43.75%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
}
.c3_left .hd li{
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 25%;
}
.c3_left .hd li::before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #074ea6;
    content: "";
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.c3_left .hd li a{
    display: flex;
    align-items: center;
}
.c3_left .hd li .img3{
    padding-right: 10px;
}
.c3_left .hd li h3{
    font-weight: 400;
    font-size: .8rem;
    color: #333333;
}
.c3_left .hd li:hover::before,
.c3_left .hd li.on::before{
    width: 70%;
}
.c3_left .hd li:hover .img3 img,
.c3_left .hd li.on .img3 img{
   color: #074ea6;
}
.c3_left .hd li:hover h3,
.c3_left .hd li.on h3{
   color: #074ea6;
}


/* c3_right */
.c3_right{
    position: relative;
}

.c3_right .bd{
    position: relative;
}
.c3_right .bd li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.c3_right .bd li .img4{
    position: relative;
    width: calc(50% + 2rem);
    margin-right: -2rem;
     
}
.c3_right .bd li .img4 a{
    display: block;
}
.c3_right .bd li .img4 img{
    max-width: 100%;
    display: block;
}
.c3_right .bd li .right4{
     width: 50%;
     padding-left: 5rem;
     padding-top: 3.75rem;
     padding-bottom: 2rem;
     padding-right: 2rem;
     background: #f0f1f5;
}
.c3_right .bd li .right4 h3{
    font-size: 1.2rem;
    color: #333333;
    background: url(../image/675f710a89393d73bc826a6e2c813ee5457b5eaf.png) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.c3_right .bd li .right4 .summaa{
    display: block;
    font-size: 16px;
    color: #333333;
}
/* pp_jian2 */
.pp_jian2{
    display: flex;
    margin-top: 3.64583vw;
}
.pp_jian2>a{
    width: 88px;
    height: 38px;
    cursor: pointer;
    display: block;
    border: 1px solid #999999;
    margin-right: 15px;
}
.pp_jian2>a:hover{
     border: 1px solid #074ea6;
}
.pp_jian2 .prev{
    background: url(../image/6df1315541a645cca72068d5ecbc70e3708d350a.png) no-repeat center center;
}
.pp_jian2 .next{
     background: url(../image/98118f0bd0b3cde32ef684acc3461b0d52818c74.png) no-repeat center center;
}
.pp_jian2 .prev:hover{
    background: url(../image/bb7466dd8d5284bd8b7123a7cc5a906d653cbaa1.png) no-repeat center center #074ea6;
}
.pp_jian2 .next:hover{
     background: url(../image/b24c772c65843afd6e0756bae501a5567ea5f8ac.png) no-repeat center center #074ea6;
}

/* åˆ†é¡µ */
.page1{
    margin-top: 5.2083vw;
    justify-content: flex-end;
    display: flex;
    font-family: "Bebas";
    font-size: 1.2rem;
    color: #cccccc;
}

.page1>span{
    color: #074ea6;
}

/* c4_index */
.c4_index{
    position: relative;
    background: #f0f1f5;
    padding: 5.2083vw 0;
    overflow: hidden;
}
.abb_wap{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.abb-left{
    position: relative;
    padding-left: 8.333vw;
    padding-top: 2rem;
    width: 50%;
    z-index: 999;
}
.abb-left h2{
    font-size: 2.2rem;
    text-transform: uppercase;
    color: rgba(51, 51, 51, .2);
}
.abb-left h2 em{
    display: block;
    font-style: inherit;
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.7;
}
.abb-left .abbtxt{
    line-height: 2.2;
    font-size: 16px;
    color: #333333;
    margin: 1.5rem 0;
    padding-right: 3.125vw;
}
.abb-left .abb_more{
    text-align: left;
    background: url(../image/c8264f0e2ba0555883169b6661f230b2d21faec5.png) no-repeat left center;
    width: 168px;
    line-height: 48px;
}
.abb-left .abb_more a{
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}

/*  */

.number {
    margin-top: 3.64583vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    flex-wrap: wrap;
    z-index: 999;
    width: calc(100% + 180px);
    margin-right: -180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.number li {
    position: relative;
    text-align: center;
    padding: 2.083vw 0;
    width: 33.33%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.number li+li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 1px;
    height: 80%;
    content: "";
    background: #e3e3e3;
}
.number li h3 {
    color: #074ea6;
    line-height: 1;
}
.number li h3 i {
    font-style: inherit;
    color: #074ea6;
    font-size: 2.1rem;
}
.number li h3 em {
    font-size: .9rem;
    font-weight: normal;
    font-style: inherit;
}
.number li p {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}
.number li:hover{
    background: #ff6a13;
}
.number li:hover h3,
.number li:hover h3 i,
.number li:hover h3 em,
.number li:hover p{
    color: #fff;
}


@media (max-width:768px) {
    .number li h3 i {
        font-size: 26px;
    }
    .number li h3 em {
        font-size: 14px;
    }
    .number li p {
        font-size: 12px;
    }
}
@media (max-width:480px) {
    .number{
        padding: 10px 0;
    }
    .number li{
        width: 100%;
    }
}




/*  */
.abb-right{
    position: relative;
    width: 50%;
}
.abb-right img{
    width: 100%;
    display: block;
}

/* abb_bottom */
.abb_bottom{
    margin-top: 2.60416vw;
}

.abb_list{
    position: relative;
}
.abb_list .slick-slide{
    position: relative;
    margin: 0 10px;
}
.abb_list .slick-slide a{
    display: block;
}
.abb_list .slick-slide a img{
    width: 100%;
}


/* c5_index */
.c5_index{
    position: relative;
    background: url(../image/0d21ac632397b87747d87803a1682ce93d0a5a9d.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
    overflow: hidden;
}

@media (max-width: 768px) {
.c5_index{
    position: relative;
    background: url(../image/0d21ac632397b87747d87803a1682ce93d0a5a9d.png) no-repeat left;
    background-size: cover;
    padding: 70px 0;
    overflow: hidden;
}
}

.c5wap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c5left{
    position: relative;
    padding: 2.60416vw 0;
    width: 50%;
}
.c5left h2{
    font-size: 1.5rem;
    color: #fff;
}
.c5left .line5{
    font-size: 1rem;
    color: #333333;
    background: url(../image/e7d8103be923aa6b5bdf70f5d0750c4caad31d4e.png) no-repeat left center;
    background-size: 100% 100%;
    line-height: 36px;
    height: 36px;
    margin: 10px 0 2rem;
    padding-left: 10px;
     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.c5left .line6{
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.c5left .xx_more{
    text-align: left;
    background: url(../image/3885dc2841efd27c63ebf37c2610688533080143.png) no-repeat left center;
    width: 168px;
    line-height: 48px;
    margin-top: 2.34375vw;
}
.c5left .xx_more a{
    display: block;
    color: #333333;
    font-size: 16px;
    padding-left: 20px;
}


.c5right{
    width: 37.5%;
    text-align: center;
}
.c5right img{
    display: inline-block;
    max-width: 100%;
}

/* c6_index */
.c6_index{
    position: relative;
    padding: 4.6875vw 0;
    background: #f0f1f5;
    overflow: hidden;
}
.ttt6{
    margin-bottom: 2rem;
}
.news_list11{
    position: relative;
    padding-bottom: 50px;
}

.news_list11 .slick-slide{
    position: relative;
    margin: 0 10px;
}

.news_list11 .slick-slide .com-img img{
    width: 100%;
    display: block;
}

.news_list11 .slick-slide .nsn{
    position: relative;
    background: #fff;
    padding: 10px 10px 5px;
}

.news_list11 .slick-slide .nsn h3{
    font-size: 18px;
    color: #333333;
    margin: 15px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_list11 .slick-slide .nsn h4{
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    line-height: 1.7;
    padding-bottom: 10px;
}

.news_list11 .slick-slide .n_time{
    border-top: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;font-size: 14px;
    color: #999999;
}

.news_list11 .slick-slide .n_time em{
    display: block;
    background: url(../image/c34616bb152ae0c3787b37a2b1ab3fefc5b0039e.png) no-repeat center center;
    height: 30px;
    width: 35px;
}

/*  */
.news_list11 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 0px;
}

.news_list11 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
}

.news_list11 .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.news_list11 .slick-dots li.slick-active {
    background-color: #074ea6;
}


/* å‹æƒ…é“¾æŽ¥ */
.c-link {
    position: relative;
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    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: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/* foot */
.foot_wap {
    position: relative;
    background: #333333;
    padding: 3.64583vw 0;
}
.x-layout-menu {
    position: relative;
    width: 81.25%;
    float: left;
}
.x-layout-menu dl {
    float: left;
    width: 20%;
}
.x-layout-menu dl dt {
    font-size: 20px;
    color: #e5e5e5;
    margin-bottom: .83em;
    font-weight: 600;
}
.x-layout-menu dl dd a,
.x-layout-menu dl dd {
    display: block;
    font-size: .8rem;
    color: rgba(229, 229, 229, 1);
    line-height: 2;
}

.x-layout-menu dl dd a:hover {
    color: rgba(229, 229, 229, .5);
}

.ft_ewm {
    width: 13.125%;
    text-align: center;
    font-size: .8rem;
    color: #e5e5e5;
    line-height: 2.2;
    padding-top: 30px;
    float: right;
}

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


@media (max-width: 1200px){
    .abb-left{
        padding-left: 2.60416vw;
    }
}

@media (max-width: 992px){
    .list_pp {
        margin: 0 -1%;
    }
    .list_pp li{
        width: 48%;
        margin: 0 1% 20px 1%;
    }

    .c2_top .bd li .you_right{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .c3_left .hd{
        width: 100%;
        padding-top: 30px;
    }
    .c3_left .hd li h3{
        font-size: 14px;
    }

    .page1{
        font-size: 22px;
    }

    .c3_right .bd li .img4{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .c3_right .bd li .right4{
         width: 100%;
         padding: 2rem;
    }


    .c4_index{
        padding-left: 15px;
        padding-right: 15px;
    }
    .abb-left{
        width: 100%;
        padding: 0;
    }
    .abb-right{
        width: 100%;
    }
    .number{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .number li p{
        font-size: 14px;
        margin-top: 6px;
    }

    .sort1 li{
        margin:5px 10px;
        width: auto;
    }
    
    .sort1 li a{
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 768px){
    .ttt1 p{
        font-size: 14px;
        line-height: 1.7;
    }
    .list_pp li .pro_txt h3{
        font-size: 14px;
    }

    .c2_top .bd li .zuo_left{
        width: 100%;
        padding: 0 15px;
    }
    .c2_top .bd li .you_right{
          width: 100%;
          padding-top: 30px;
    }
    .you_right h4{
        font-size: 14px;
    }
    .c2_bottom>ul li h3{
        font-size: 14px;
    }
    .c2_bottom>ul li .img2{
        line-height: 66px;
    }
    .c2_bottom>ul li .img2 img{
        max-width: 60px;
    }

    .x-layout-menu{
        width: 60%;
    }
    .x-layout-menu dl{
         display: none;
     }
    .x-layout-menu dl:last-child{
        display: block;
        width: 100%;
    }
    .x-layout-menu dl dd a, .x-layout-menu dl dd{
        font-size: 14px;
    }
    .ft_ewm{
        width: 30%;
        font-size: 14px;
    }


}

@media (max-width: 480px){
    .ttt1 h3{font-size: 22px;}
    .you_right h2{font-size: 20px;}
    .you_right h2 em{font-size: 14px;}
    .c2_bottom>ul li{margin-bottom: 10px;width: 49%;}

    .ttt3 h3{font-size: 22px;}
    .c3_left .hd li{width: 50%;}
    .c3_right .bd li .right4 h3{font-size: 18px;}
    .c3_right .bd li .right4 .summaa{font-size: 14px;}
    .abb-left h2{font-size: 26px;}
    .abb-left h2 em{font-size: 18px;}
    .abb-left .abbtxt{font-size: 14px;}
    .abb-left .abb_more a{font-size: 14px;}
    .news_list11{padding-bottom: 30px;}

    .c5wap>div{width: 100%;}
    .c5left h2{font-size: 18px;}
    .c5left .line6{font-size: 16px;}
    .c5left .xx_more a{font-size: 14px;}
    .c5right{margin-top: 20px;}
}




/* æ‰‹æœºé¡µè„š */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}
