@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;display: flex;justify-content: center;}
.paging .paging-menu{display: flex;}
.paging .paging-menu a{margin: 2px;display: flex;justify-content: center;align-items: center;width: 44px;height: 44px;background-color: #fff;border-radius: 100%;font-style: 18px;color: #666;transition: all .3s ease;}
.paging .paging-menu a:hover,.paging .paging-menu a.active{background-color: #e60013;color: #fff;}
.paging .paging-menu a.fu:hover{background-color: rgba(0, 0, 0, 0);color: #666;}
.paging .paging-menu a:nth-child(1){margin-right: 20px;background-color: rgba(0, 0, 0, 0);}
.paging .paging-menu a:hover:nth-child(1){background-color: rgba(0, 0, 0, 0);}
.paging .paging-menu a:nth-child(1) i{font-size: 20px;color: #666;}
.paging .paging-menu a:last-child{margin-left: 20px;background-color: rgba(0, 0, 0, 0);}
.paging .paging-menu a:hover:last-child{background-color: rgba(0, 0, 0, 0);}
.paging .paging-menu a:last-child i{font-size: 20px;color: #666;}

/* 搜索页面 */
.search .search-inp{width: 100%;margin-top: 20px;height: 50px;margin-bottom: 10px;}
.search .search-inp input{width: 96%;padding: 18px 20px;background-color: #e1ebf4;height: 100%;}
.search .search-inp .btn{width: 4%;background-color: #142a4b;height: 100%;}
.search .search-inp .btn a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.search .search-inp .btn i{font-size: 25px;color: #fff;}
.search .text span{color: #e60013;}
.search-list ul{border-top:1px solid #e1ebf4 ;}
.search-list li {width: 100%;padding: 20px 0px;border-bottom: 1px solid #e1ebf4;}
.search-list li .img{width: 6%;border: 2px solid rgba(0, 0, 0, 0);transition: all .4s ease;}
.search-list li a:hover .img{border: 2px solid #e60013;}
.search-list li .img>img{width: 100%;height: 100%;}
.search-list li .cont{width: 90%;padding-left: 25px; color: #071529;display: flex;align-items: center;transition: all .4s ease;}
.search-list li .ComBtnRed{width: 4%;display: flex;align-items: center;justify-content: flex-end;}
.search-list li a:hover .cont{color: #e60013;}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #f48e31;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #f48e31;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;margin-bottom: 16px;line-height: 1;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1279px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
}
@media all and (max-width: 640px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -20px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 20px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 18px;padding-bottom: 14px;margin-bottom: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
/* 公共样式-------------------------- */
/* 二级菜单栏 */
.CommonSecon-menu{width: 100%;border-bottom: 1px solid #e7e7e7;height: auto;}
.CommonSecon-menu .img{background:url(../images/common/fangzi.jpg)no-repeat center;width: 20px;margin-right: 5px;}
.CommonSecon-menu li{color: #979ba6;margin-right: 8px;padding: 22px 0px;transition: all .4s ease;}
.CommonSecon-menu li:hover,.CommonSecon-menu li.active{color: #e60013;}
.CommonSecon-menu li:last-child{margin-right: 0px;}

/* 公共swiper按钮 */
.ComSwiperBtn>div{width: 40px;height: 40px;}
.ComSwiperBtn>div a{display: flex;justify-content: center;align-items: center;background-color: #fff;border: 2px solid #142a4b;width: 100%;height: 100%;border-radius: 100%;transition: all .4s ease;}
.ComSwiperBtn .bt-l{margin-right: 13px;}
.ComSwiperBtn .bt-l i{font-size: 18px;color: #fff;}
.ComSwiperBtn .bt-r i{font-size: 18px;color: #fff;}
.ComSwiperBtn>div a:hover{background-color: #142a4b;border: 2px solid #142a4b;}
.ComSwiperBtn>div a:hover i{color: #142a4b;}

.fuse{color: #424960;}
/* 公共大类 */
.CommonClassify{width: 100%;}
.CommonClassify .btn{width: 100%;display: flex;justify-content:flex-end;}
.CommonClassify .btn a:nth-child(1){background: url(../images/pages/cd1.svg)no-repeat center;width: 40px;height: 40px;background-size: contain;display: flex;transition: all .2s ease;transform: scale(.7);}
.CommonClassify .btn a:nth-child(2){background: url(../images/pages/cd2.svg)no-repeat center;width: 32px;height: 40px;background-size: contain;display: flex;transition: all .2s ease;transform: scale(.7);}
.CommonClassify .btn a:nth-child(1).active{background-image: url(../images/pages/cd1-b.svg);}
.CommonClassify .btn a:nth-child(2).active{background-image: url(../images/pages/cd2-b.svg);}
.CommonClassify .list .img{background-color: #ededed;}
.CommonClassify .list .img{width: 100%;}
.CommonClassify .list .img>img{width: 100%;}
.CommonClassify .list .back{width: 100%;background-color: #142a4b; color: #fff;display: flex;align-items: center;padding: 35px 20px;position: relative;}
.CommonClassify .list .back i{color: #fff;font-size: 20px;padding-top: 5px;position: absolute;right: 20px;z-index: 999;}
.CommonClassify .list .back .text{position: relative;z-index: 99;}
.CommonClassify .list .back::before{content: "";background-color: #e60013;width: 0px;height: 100%;position: absolute;left: 0px;z-index: 1;transition: all .4s ease;}
.CommonClassify .list li:hover .back::before{width: 100%;}
.CommonClassify .list ul{margin: -30px 0 20px -20px;}
.CommonClassify .list li {width: calc(25% - 20px);margin: 30px 0 0 20px;}
.CommonClassify .list-lone li{padding: 50px 0px;border-bottom: 1px solid #e1ebf4;}
.CommonClassify .list-lone .img{width: 10%;}
.CommonClassify .list-lone .img>img{width: 100%;height: 100%;}
.CommonClassify .list-lone .cont{width: 62%;padding-left: 46px;}
.CommonClassify .list-lone .cont .text{font-size: 14px;}
.CommonClassify .list-lone .cont .text p{font-size: 14px;}
.CommonClassify .list-lone .ComBtnRed{width: 28%;display: flex;align-items: center;justify-content: flex-end;}
.CommonClassify .list-lone li a:hover .title{transition: all .4s ease;}
.CommonClassify .list-lone li a:hover .title{color: #e60013;}
.CommonClassify .list-lone ul{border-top: 2px solid #e60013;border-bottom: 2px solid #e60013;}
.CommonClassify .list-lone .hide{display: none;}
.drop-down{width: 100%;justify-content: center;display: flex;margin-top: 40px;animation: linstI .6s linear infinite alternate;}
 .drop-down i{font-size: 40px;color: #e60013;}
@keyframes linstI{0%{transform:translateY(0px);}100%{transform:translateY(10px);}}
.CommonClassify .title2{position: relative;width: 100%;}
.CommonClassify .title2 .text{position: absolute;left: 0px;}
.CommonClassify .pro-jeishao{border-top: 1px solid #e5e5e5;padding-top: 60px;margin-top: 85px;padding-bottom: 100px;}
.pro-jeishao .title{margin-bottom: 35px;}
.pro-jeishao li{padding-bottom: 10px;list-style: square;}
.pro-jeishao li::marker {color: #e60013;}
.pro-jeishao ul{padding-left: 25px;}
.CommonClassify .pro-tujie{width: 100%}
.CommonClassify .pro-tujie .img{width: 50%;}
.CommonClassify .pro-tujie .img>img{width: 100%;height: 100%;}
.CommonClassify .pro-tujie .content{background-color: #edf2f7;width: 50%;height: 450px;display: flex;justify-content: center;flex-direction: column;}
.CommonClassify .pro-tujie .content .cont{max-height: 90%;overflow: auto;padding-left: 100px;padding-right: 100px;}
.CommonClassify .pro-tujie .content .cont::-webkit-scrollbar {width: 2px;}
.CommonClassify .pro-tujie .content .cont::-webkit-scrollbar-thumb {background: #e60013;}
.CommonClassify .pro-tujie .content .cont::-webkit-scrollbar-track {background: #f1f1f1;}
.CommonClassify .pro-tujie .content .title{padding-bottom: 30px;}
.CommonClassify .pro-tujie .content li{padding-bottom: 10px;list-style: square;}
.CommonClassify .pro-tujie .content li::marker {color: #e60013;}
.CommonClassify .pro-tujie .content ul{padding-left: 25px;}
.CommonClassify .pro-tujie .content ul span{font-family: "" !important;}
.CommonClassify .cisc{width: 100%;}
.CommonClassify .cisc .cont{width: 75%;}
.CommonClassify .cisc .img{width: 25%;display: flex;justify-content: center;align-items: center;height: 250px;}
.CommonClassify .cisc .img img{width: 100%;height: 100%;object-fit: contain;}
.CommonClassify .list-lone li a .baocun img:nth-child(1){display: block;}
.CommonClassify .list-lone li a .baocun img:nth-child(2){display: none;}
.CommonClassify .list-lone li a:hover .baocun img:nth-child(1){display: none;}
.CommonClassify .list-lone li a:hover .baocun img:nth-child(2){display: block;}
/* 新闻中心 */
.nwlb{width: 100%;position: relative;}
.nwlb .list{position: absolute;right: 0px;top: 20px;}
.nwlb .list li:nth-child(1){margin-left: 0px;}
.nwlb .list li{font-family: "slc";margin-left: 40px;}
.nwlb .list li.active{color: #e60013;border-bottom: 1px solid #e60013;}
.nwlb .cont-top{position: relative;}
.nwlb .cont-bot{padding-top: 50px;}
.nwlb .cont-bot ul {margin: 0px -55px -55px 0px;}
.nwlb .cont-bot li{margin-right: 55px;width: calc(25% - 55px);margin-bottom: 55px;}
.nwlb .cont-bot li .img{width: 100%;position: relative;height: 235px;}
.nwlb .cont-bot li .img img{width: 100%;height: 100%;}
.nwlb .cont-bot li .img::before{content: "";position: absolute;bottom: 0px;width: 100%;height: 7px;background-color: rgba(0, 0, 0, 0);transition: all .4s ease;}
.nwlb .cont-bot li a:hover .img::before{background-color: rgba(230, 0, 19, 80%);}
.nwlb .cont-bot li .title span img{margin-right: 5px;margin-bottom: 3px;}
.nwlb .cont-bot li a:hover .text{color: #e60013;}
.nwlb .cont-bot li a .text{transition: all .4s ease; color: #142a4b;}
.nwlb .cont-bot li .title{color: #8f979f;}
.nexq .cont{text-align:center}
.nexq .contain{max-width:1200px}
.nexq .cont .text{margin-top: 10px;padding-bottom: 20px;}
.nexq .cont .text span img{padding-bottom: 3px;margin-right: 5px;}
.nexq .content{border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd;padding-top: 50px;padding-bottom: 50px;}
.nexq .content .img{width: 100%;}
.nexq .content .img>img{width: 100%;}
.nexq .pages .btn{width: 155px;height: 45px;background-color: #142a4b;position: relative;}
.nexq .pages .btn a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color: #fff;font-style: 18px;position: relative;z-index: 999;border-radius: 5px;}
.nexq .pages .btn::after{content: "";position: absolute;left: 0px;width: 0px;height: 100%;background-color: #e60013;transition: all .4s ease;z-index: 99;bottom: 0px;}
.nexq .pages .btn:hover::after{width: 100%;}
.nexq .pages{border-bottom: 1px solid #dddddd;margin-bottom: 100px;padding: 25px 0px;}
.nexq .pages .pa-l a{transition: all .4s ease;}
.nexq .pages .pa-l a:hover{color: #e60013;}
.nexq .pages .pa-l{width: 70%;}
.nexq .pages .pa-l li{padding: 2px 0px;}
.nexq .pages .pa-r{width: 30%;display:flex;justify-content: flex-end;}
/* about */
.aboujs{width: 100%;}
.aboujs .content .text{color: #424960;}
.aboujs .list{padding-bottom: 50px;}
.aboujs .list .cont {width: 33%;}
.aboujs .list .cont .img{padding-bottom: 10px;}
.aboujs .list .cont .title{font-family: "slc";padding-bottom: 5px;}
.aboujs .list .cont li{color: #424960;list-style: square;}
.aboujs .list .cont li::marker {color: #e60013;}
.aboujs .list .cont ul{padding-left: 20px;}

.aboutsfq .listBox ul{margin-left: -12px;flex-wrap: nowrap;}
.aboutsfq .listBox li{width: 295px;height: 490px;margin-left: 12px;position: relative;overflow: hidden;}
.aboutsfq .listBox li.active{width: calc(100% - 295px*3 - 12px*4);}
.aboutsfq .listBox li img{height: 490px;position: absolute;max-width: none;object-fit: fill;top: 0;left: 0;}
.aboutsfq .listBox li .show{position: absolute;bottom: 0px;width: 100%;height: 85px; background-color: rgba(23, 32, 46, 90%);color: #fff;display: flex;justify-content: center;align-items: center;font-size: 22px;font-family: "slc";transition: all .4s ease;}
.aboutsfq .listBox li.active .show{height: 0px;opacity: 0;}
.aboutsfq .listBox li .hide{position: absolute;left: 0px;width: 0px;opacity: 0;height: 100%;transition: all .4s ease;background-color: rgb(23, 32, 46, 90%);padding: 0px;}
.aboutsfq .listBox li .hide .cont{margin-bottom: 25px;color: #fff;}
.aboutsfq .listBox li .hide .cont .fs22{font-family: "slc";margin-bottom: 10px;}
.aboutsfq .listBox li .hide .cont .fs15{margin-bottom: 10px;}

.aboutsfq .listBox li.active .hide{width: 100%;opacity: 1;padding:45px 35px;overflow: auto;}
.aboutsfq .listBox li.active .hide::-webkit-scrollbar {width: 3px;}
.aboutsfq .listBox li.active .hide::-webkit-scrollbar-thumb {background: #e60013;}
.aboutsfq .listBox li.active .hide::-webkit-scrollbar-track {background: #142a4b;}

.aboutsfq .listBox li .hide div{animation: HideText2 .2s both;;}
.aboutsfq .listBox li.active .hide div{animation: HideText 1s both .2s;}
@keyframes HideText {0%{opacity: 0;transform: translateY(50px)}25%{opacity: 0;}50%{opacity: .5;}75%{opacity: .75;}100%{transform: translateY(0px);opacity: 1;}}
@keyframes HideText2 {0%{opacity: 1;}100%{transform: translateY(50px);opacity: 0;}}
.aboufzlc .btn{display: flex;justify-content: flex-end;padding-bottom: 15px;}
.aboufzlc .abfz-lun{width: 100%;}
.aboufzlc .abfz-lun .data{font-family: "slc";padding-bottom: 5px;border-bottom: 2px solid #142a4b;margin-bottom: 10px;}
.aboufzlc .abfz-lun .list li{color: #424960;list-style: square;}
.aboufzlc .abfz-lun .list li::marker {color: #e60013;}
.aboufzlc .abfz-lun .list ul{padding-left: 20px;}
.aboury{width: 100%;}
.aboury .btn{width: 100%;display: flex;justify-content: flex-end;margin-bottom: 45px;}
.aboury .abry-lun{width: 100%;background-color: #e1ebf4;}
.aboury .abry-lun .img{width: 100%;padding: 55px 60px 0px 60px;position: relative;}
.aboury .abry-lun .img>img{width: 100%;}
.aboury .abry-lun .img .btn{position: absolute;width: 100%;height: 100%;top: 0px;left: 0;display: flex;justify-content: center;align-items: center;opacity: 0;transition: all .4s ease;}
.aboury .abry-lun .img .btn i{font-size: 20px;color: #fff;}
.aboury .abry-lun .img .btn>div{width: 60px;height: 60px;background-color: #e60013;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.aboury .abry-lun .line{width: 100%;height: 1px;padding: 0px 25px;margin-top: 45px;}
.aboury .abry-lun .line>div{width: 100%;background-color: #cad9e6;height: 1px;}
.aboury .abry-lun .cont{padding: 30px 0px;display: flex;justify-content: center;transition: all .4s ease;}
.aboury .abry-lun:hover .cont{background-color: #e60013;color: #fff;}
.aboury .abry-lun:hover .img .btn{opacity: 1;}
.aboury .swiper-slide a{display: block;}
.abouhz .abhz-lun li{width: 16.6%;display: flex;justify-content: center;align-items: center;padding: 25px 10px;transition: all .4s ease;position:relative;}
.abouhz .abhz-lun li img:nth-child(1){opacity: 1;transition: all .4s ease;}
.abouhz .abhz-lun li img:nth-child(2){opacity: 0;transition: all .4s ease;}
.abouhz .abhz-lun li:hover img:nth-child(1){opacity: 0;}
.abouhz .abhz-lun li:hover img:nth-child(2){opacity: 1;}
.abouhz .abhz-lun li .img{position: absolute;padding: 25px 10px;top: 0px;left: 0px;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;}
.abouhz .abhz-lun li:hover{box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);}
.abouhz .swiper-slide{padding: 15px;}
.abouhz .page{width: 100%;display: flex;justify-content: flex-end;}
.abouhz .swiper-pagination-bullet{background: url(../images/pages/about/hzkh-page2.jpg)no-repeat center;width: 18px;height: 18px;opacity: 1;margin: 0 9px;}
.abouhz .swiper-pagination-bullet-active{background: url(../images/pages/about/hzkh-page1.jpg)no-repeat center;width: 18px;height: 18px;}
.abouyus .list li{width: 100%;margin-bottom: 30px;}
.abouyus .list li:last-child{margin-bottom: 0px;}
.abouyus .list li .img{width: 30%;overflow: hidden;}
.abouyus .list li .img>img{width: 100%;transition: all .4s ease;}
.abouyus .list li .img>img:hover{transform: scale(1.04);}
.abouyus .list li .cont{width: 70%;background-color: #f0f4f8;padding: 35px 45px;position: relative;overflow: hidden;}
.abouyus .list li .cont .text1{font-family: "slc";transition: all .4s ease;}
.abouyus .list li .cont .numder{position: absolute;color: #e1e6ec;bottom: -45px;right: 35px;}
.abouyus .list li .cont .text1:hover{color: #e60013;}
.aboudc .list .list-muen{margin-bottom: 40px;width: 100%;}
.aboudc .list .list-muen:last-child{margin-bottom: 0px;}
.aboudc .list .list-muen .img{width: 20%;overflow: hidden;}
.aboudc .list .list-muen .img>img{width: 100%;transition: all .4s ease;}
.aboudc .list .list-muen .img > img:hover{transform: scale(1.04);}
.aboudc .list .list-muen .cont{width: 80%;}
.aboudc .list .list-muen .cont .text{font-family: "slc";margin-bottom: 5px;}
.aboudc .list .list-muen .cont .cont-li li{color: #424960;list-style: square;padding-bottom: 5px;}
.aboudc .list .list-muen .cont .cont-li li::marker {color: #e60013;}
.aboudc .list .list-muen .cont ul{padding-left: 20px;}
.aboumc .mcsiper .list-muen{width: 100%;}
.aboumc .mcsiper .list-muen .img{width: 50%;position: relative;}
.aboumc .mcsiper .list-muen .img .mc-lun{width: 100%;height: 100%;overflow: hidden;}
.aboumc .mcsiper .list-muen .img .mc-lun img{height: 100%;transition: all .4s ease;}
.aboumc .mcsiper .list-muen .img .mc-lun img:hover{transform: scale(1.04);}
.aboumc .mcsiper .list-muen .cont{width: 50%;padding: 45px;background-color: #fff;box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.08);}
.aboumc .mcsiper .list-muen .cont li{color: #424960;list-style: square;padding-bottom: 15px;}
.aboumc .mcsiper .list-muen .cont li::marker {color: #e60013;}
.aboumc .mcsiper .list-muen .cont ul{padding-left: 25px;margin-top: 20px;}
.aboumc{background-color: #edf1f4;}
.aboumc .mcsiper .list-muen .img .page{background-color: rgba(0, 0, 0, 65%);position: absolute;bottom: 0px;left: 0px;z-index: 999;width: 100%;padding-left: 20px;padding-top: 25px;padding-bottom: 35px;}
.aboumc .swiper-pagination-bullet{background: url(../images/pages/about/mcswiper-page2.png)no-repeat center;width: 18px;height: 18px;opacity: 1;margin: 0 8px;}
.aboumc .swiper-pagination-bullet-active{background: url(../images/pages/about/mcswiper-page1.png)no-repeat center;}
.aboumc .swiper-container{height: 100%;}
.aboumc .mcsiper .list-muen:nth-child(2) .img .page{display: flex;padding-right: 20px;}
.aboumc .mcsiper .list-muen:nth-child(2) .img .page>div{width: auto;}
.abouzs .img{width: 35%;overflow: hidden;}
.abouzs .img>img{width: 100%;height: 100%;transition: all .4s ease;}
.abouzs .img>img:hover{transform: scale(1.04);}
.abouzs .cont{width: 65%;padding: 80px 90px;}
.abouzs .cont .cont-l{margin-right: 180px;}
.abouzs .cont .text.fs22{margin-bottom: 15px;}
.abouzs .cont li{color: #424960;list-style: square;padding-bottom: 10px;}
.abouzs .cont li::marker {color: #e60013;}
.abouzs .cont ul{padding-left: 20px;margin-top: 20px;margin-bottom: 30px;}
.abouzs .cont .cont-r .imgs img{margin-right: 24px;transition: all .4s ease;}
.abouzs .cont .cont-r .imgs img:hover{transform: translateY(-20px);}
.aboulb {width: 100%;background-color: #edf1f4;}
.aboulb .title{display: flex;justify-content: center;align-items: center;padding-bottom: 40px;}
.aboulb .list>ul{margin-right: -40px;}
.aboulb .list-muen{width: calc(33% - 40px);margin-right: 40px;}
.aboulb .list-muen .img{width: 100%;transition: all .4s ease;}
.aboulb .list-muen .img img{width: 100%;height: 100%;}
.aboulb .list-muen .img .back{background-color: #142a4b;color: #fff;height: 90px;display: flex;align-items: center;padding-left: 20px;width: 100%;margin-bottom: 20px;}
.aboulb .list-muen .cont li{color: #424960;list-style: square;padding-bottom: 10px;}
.aboulb .list-muen .cont li::marker {color: #e60013;}
.aboulb .list-muen .cont ul{padding-left: 20px;margin-top: 20px;}
.aboulb .list-muen .img:hover{transform: translateY(-20px);}
.aboudwd {background-color:#ebf2f8;}
.aboudwd .title{display: flex;justify-content: center;margin-bottom: 30px;}
.aboudwd .list .list-muen{height: 90px;background-color: #ebf2f8;border-bottom: 1px dashed #c4d1dd;width: 100%;transition: all .4s ease;position: relative;}
.aboudwd .list .list-muen a{width: 100%;display: flex;align-items: center;height: 100%;}
.aboudwd .list .list-muen a>div{width: 100%;}
.aboudwd .list .list-muen::after{content: "";background-color: #e60013;height: 100%;width: 0px;position: absolute;left: 0px;top: 0px;z-index: 99;transition: all .1s ease;}
.aboudwd .list .list-muen:hover:after{width: 5px;}
.aboudwd .list .list-muen .ls-l{width: 71%;}
.aboudwd .list .list-muen .ls-r{width: 29%;color: #555b6e;}
.aboudwd .list .list-muen .ls-r li{margin-right: 70px;display: flex;align-items: center;}
.aboudwd .list .list-muen .ls-r li:last-child{margin-right: 0px;}
.aboudwd .list .list-muen .ls-l .img{margin-left: 36px;margin-right: 25px;display: flex;justify-content: center;align-items: center;}
.aboudwd .list .list-muen .ls-l .img img:nth-child(1){opacity: 1;position: absolute;transition: all .4s ease;}
.aboudwd .list .list-muen .ls-l .img img:nth-child(2){opacity: 0;transition: all .4s ease;}
.aboudwd .list .list-muen:hover .ls-l .img img:nth-child(1){opacity: 0;}
.aboudwd .list .list-muen:hover .ls-l .img img:nth-child(2){opacity: 1;}
.aboudwd .list .list-muen .ls-l .text{transition: all .4s ease;display: flex;align-items: center;}
.aboudwd .list .list-muen:hover .ls-l .text{color:#e60013 ;}
.aboudwd .list .list-muen .ls-r li:last-child i{font-size: 20px;transition: all .4s ease;}
.aboudwd .list .list-muen:hover .ls-r li:last-child i{color: #e60013;}
.aboudwd .list .list-muen:hover{background-color: #fff;}
.aboudwd .paging .paging-menu a{background-color: #ebf2f8;}
.aboudwd .paging .paging-menu a:hover,.aboudwd .paging .paging-menu a.active{background-color:#e60013 ;}
.paging .paging-menu a:hover:nth-child(1){background-color: rgba(0, 0, 0, 0);}
.paging .paging-menu a:hover:last-child{background-color: rgba(0, 0, 0, 0);}
.paging .paging-menu a.fu:hover{background-color: rgba(0, 0, 0, 0);}
.joiner li{font-family: "slc";margin-right: 57px;border-bottom:1px solid #fff;transition: all .4s ease;}
.joiner li.active,.joiner li:hover{color: #e60013;border-bottom: 1px solid #e5000c;}
.joinrc {width: 100%;}
.joinrc .cont{width: 53%;padding-right: 65px;}
.joinrc .img{width: 47%;}
.joinrc .img>img{width: 100%;height: 100%;}
.joinrc .cont .title{margin-bottom: 30px;}
.joinrc .cont .content{margin-bottom: 50px;}
.joinrc .cont .content:last-child{margin-bottom: 0px;}
.joinrc .cont .content li{color: #424960;list-style: square;padding-bottom: 10px;}
.joinrc .cont .content li::marker {color: #e60013;}
.joinrc .cont .content ul{padding-left: 20px;margin-top: 20px;}
.joinxz{width: 100%;position: relative;}
.joinxz .back{width: 100%;height: 920px;background-repeat: no-repeat;background-size: cover;position: relative;}
.joinxz .back::after {content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/pages/join/back-ding.jpg) repeat-y left top/100% auto;background-attachment: fixed;}
.joinxz .back .cont{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 999;color: #fff;}
.joinxz .back .cont li{list-style: square;padding-bottom: 5px;}
.joinxz .back .cont li::marker {color: #fff;}
.joinxz .back .cont ul{padding-left: 20px;margin-top: 20px;}
.joinpy .img{width: 46%;}
.joinpy .img>img{width: 100%;height: 100%;}
.joinpy .cont{width: 54%;padding-left: 75px;}
.joinpy .cont li{margin-bottom: 20px;}
.joinfz{width: 100%;background-color: #edf2f7;}
.joinfz .img{width: 44%;}
.joinfz .cont{width: 56%;padding: 100px 70px 0px 80px;}
.joinzp .Common-l>.back{background-color: #edf1f4;}
.joinzp .CommonSecon-menu{background-color: #fff;}
.joinzp .joiner li{border-bottom: 1px solid #edf1f4;}
.joinzp .joiner li:hover{border-bottom: 1px solid #e5000c;}
.joinzpxx .list-mune{width: 100%;background-color: #ffffff;border-bottom: 1px solid #edf1f4;height: 90px;display: flex;align-items: center;transition: all .4s ease;}
.joinzpxx .list-mune .cont{width: 100%;transition: all .4s ease;}
.joinzpxx .list-mune .cont .cont-l{width: 50%;padding-left: 40px;display: flex;align-items: center;}
.joinzpxx .list-mune .cont .cont-r{width: 50%;display: flex;align-items: center;}
.joinzpxx .list-mune .cont .cont-r li{margin: 0px 50px;}
.joinzpxx .list-mune .cont .cont-r li.data{margin-right: 160px;}
.joinzpxx .list-mune .cont .cont-r .btn a{display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.joinzpxx .list-mune .cont .cont-r .btn i{transition: all .1s ease;}
.joinzpxx .li-mune.active .list-mune{background-color: #22344e;} 
.joinzpxx .li-mune.active .list-mune .cont{color: #fff;}
.joinzpxx .li-mune.active .list-mune .cont .cont-r .btn i{transform:rotate(90deg);}
.joinzpxx .hide{width: 100%;background-color: #fff;padding: 40px 35px;box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);display: none;border-bottom: 1px solid #edf1f4;position: relative;}
.joinzpxx .hide .hide-cont{margin-bottom: 30px;}
.joinzpxx .hide .hide-cont .title{font-family: "slc";margin-bottom: 5px;}
.joinzpxx .hide .hide-cont li{color: #424960;list-style: aut;}
.joinzpxx .hide .hide-cont ul{margin-left: 20px;}
.joinzpxx .hide .line{width: 100%;height: 1px;background-color: #dfe6ec;}
.joinzpxx .hide .hide-content{margin-top: 30px;}
.joinzpxx .hide .hide-content .title{color: #e60013;font-family: "slc";}
.joinzpxx .hide .hide-content li a{color: #e60013;border-bottom: 1px solid #e60013;}
.joinzp .paging .paging-menu a:nth-child(1){background-color: #edf1f4;}
.joinzp .paging .paging-menu a:last-child{background-color: #edf1f4;}
.joinzp .paging .paging-menu a:hover:nth-child(1){background-color: rgba(0, 0, 0, 0);}
.joinzp .paging .paging-menu a:hover:last-child{background-color: #edf1f4;}
.joinzp .paging .paging-menu a{background-color: #edf1f4;}
.joinzp .paging .paging-menu a:hover,.joinzp .paging .paging-menu a.active{background-color: #e60013;}
.joinzp .paging .paging-menu a.fu{background-color: #edf1f4;}
.condt{width: 100%;}
.condt .cont{width: 50%;}
.condt .map{width: 50%;height: 410px;}
.condt .cont>div{margin-bottom: 40px;}
.condt .cont .list li{margin-bottom: 5px;}
.condt .conbtn .CommonBtn2 {width: 100%;height: 50px;font-family: "slc";position: relative;}
.condt .conbtn {position: relative;width: 210px;}
.relmap{width: 100%;height: 500px;overflow: hidden;}
#map{width: 100%;height: 100%;}
#map .amap-info-close{right: 6px !important;top: 6px;}
#map .amap-info-content{padding: 20px;width: 460px;border-radius:10px;}
.relmap-info{width: 100%;overflow: hidden;display: flex;padding: 0px;}
.relmap-info .img{width: 30%;background-color: #f2f2f2;display: flex;justify-content: center;align-items: center;padding: 12px;}
.relmap-info .text{width: 70%;display: flex;align-items: center;font-size: 16px;font-family: "pblic";color: #424960;line-height: 20px;padding: 10px 0px;padding-left: 25px;}
.relmap-info h6{font-size: 16px;color: #000;line-height: 24px;}
.relmap-info p{font-size: 14px;color: #000;margin-top: 8px;}
.relmap-info a{font-size: 14px;display: block;margin: 10px auto 0;color: #d4a95b;width: 180px;height: 32px;line-height: 32px;border: 1px solid #d4a95b;text-align: center;transition: all .3s ease;}
.relmap-info a:hover{background: #d4a95b;color: #fff;}
#map .amap-logo,#map .amap-copyright{display: none !important;}
.conlb{background-color: #ebf2f8;}
.conlb .joiner li{border-bottom:1px solid #ebf2f8;}
.conlb .joiner li:hover,.conlb .joiner li.active{border-bottom:1px solid #e5000c;}
.conlb .list .list-muen{width: calc(33.33333% - 47px);margin-right: 47px;margin-bottom: 40px;box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);transition: all .4s ease;}
.conlb .list>ul{margin-right: -47px;margin-bottom: -40px;}
.conlb .list .list-muen .img{width: 100%;}
.conlb .list .list-muen .img>img{width: 100%;height: 100%;}
.conlb .list .list-muen{background-color: #fff;}
.conlb .list .list-muen .cont{background-color: #ffffff;padding: 30px;}
.conlb .list .list-muen .cont .title span{margin-right: 10px;}
.conlb .list .list-muen .cont .title{display: flex;align-items: center;color: #0a1c38;}
.conlb .list .list-muen .cont li{color: #424960;}
.conlb .list .list-muen:hover{transform: translateY(-20px);}
.conlb .con-ly .inpy{width: calc(50% - 17px);margin-right: 17px;margin-bottom: 25px;align-items: center;}
.conlb .con-ly .inpy:nth-child(2n){margin-right: 0px;}
.conlb .con-ly .inpy input{height: 47px;width: 100%;border: 1px solid #dcdcdc;padding: 9px 18px;border-radius: 5px;}
.conlb .con-ly .inpy .title{margin-bottom: 15px;}
.conlb .con-ly .inpy.contactus-input{width: 100%;}
.conlb .con-ly .inpy.contactus-input textarea{width: 100%;border: 1px solid #dcdcdc;padding: 9px 18px;border-radius: 5px;}
.conlb .con-ly .inpy.for-yz input{width: 370px;}
.conlb .con-ly .inpy.for-yz .img{border: 1px solid #dcdcdc;border-radius: 5px;width: 110px;height: 45px;}
.conlb .con-ly .inpy.for-yz .img img{width: 100%;height: 100%;}
.conlb .con-ly .inpy.for-yz .btn{margin-left: 10px;}
.sousuo .paging .paging-menu a:nth-child(1){background-color: #fff;}
.sousuo .paging .paging-menu a:hover:nth-child(1){background-color: rgba(0, 0, 0, 0);}
.sousuo .paging .paging-menu a:last-child{background-color: #fff;}
.sousuo .paging .paging-menu a:hover:last-child{background-color: #fff;}
.sousuo .paging .paging-menu a.fu{background-color: #fff;}
.sousuo .paging .paging-menu a:hover.fu{background-color: #fff;}
/* 竞品页面 */
.competitors .search-list li .img{width: 11%;}
.competitors .search-list li .cont{width: 85%;}
.competitors .search-list ul{border: none;}
.competitors .search-list li{padding: 50px 0px;}
.search-list li:hover .ComBtnRed .btn-cn i{color: #fff;}
.search-list li:hover .ComBtnRed .btn-cn{background-color: #e5000c;}
.competitors .search-list li .cont .content .text{color: #424960;}


.proaa {padding: 25px 0px !important;border-bottom: 1px solid #e1ebf4 !important;}
.proaa .img {background-color: #edf2f7 !important;width: 10% !important;overflow: hidden;}
.proaa .img>img {transition: all .4s ease !important;}
.proaa .img>img {width: 100% !important;height: 130px !important;}
.proaa .cont {width: 62% !important;padding-left: 46px !important;display: block !important;}
.proaa .ComBtnRed {width: 28% !important;display: flex !important;align-items: center !important;justify-content: flex-end !important;}
.ComBtnRed .btn-cn {width: 40px !important;height: 40px !important;display: flex !important;justify-content: center !important;align-items: center !important;background-color: #fff !important;transition: all .4s ease !important;border-radius: 100% !important;}
.ComBtnRed .btn-cn i {color: #e60013 !important;font-size: 25px !important;transition: all .4s ease !important;}

.CommonClassify .btn{margin-top: 30px;}
















/* 网站地图 */
.wazdt{width: 100%;}
.wazdt .contain>ul{margin-right: -165px;margin-bottom: -70px;}
.wazdt .list-muen{width: calc(33.3333% - 165px);margin-right: 165px;margin-bottom: 70px;}
.wazdt .list-muen .conbtn{width: 100%;margin-bottom: 20px;}
.wazdt .list-muen .conbtn .CommonBtn2{width: 100%;height: 65px;}
.wazdt .list-muen .conbtn .CommonBtn2 a{border-radius: 0px;}
.wazdt .conbtn .CommonBtn2::before{border-radius: 0px;}
.wazdt .list-muen .list{padding-left: 30px;}
.wazdt .list-muen .list li{color: #424960;list-style: square;padding-bottom: 5px;}
.wazdt .list-muen .list li::marker {color: #e60013;}
.wazdt .list-muen .list ul{padding-left: 20px;margin-top: 20px;margin-bottom: 30px;}
.wazdt .list-muen .list li a{transition: all .4s ease;}
.wazdt .list-muen .list li a:hover{color:#e5000c;}






.CommonClassify .list .img{overflow: hidden;}
.CommonClassify .list .img>img:hover{transform: scale(1.04);}
.CommonClassify .list .img>img{transition: all .4s ease;}
.CommonClassify .list-lone li:hover .ComBtnRed .btn-cn i{color: #fff;}
.CommonClassify .list-lone li:hover .ComBtnRed .btn-cn{background-color: #e5000c;}
.CommonClassify .list-lone .img{overflow: hidden;}
.CommonClassify .list-lone .img>img:hover{transform: scale(1.04);}
.CommonClassify .list-lone .img>img{transition: all .4s ease;}
.CommonClassify .cisc .img{overflow: hidden;}
.CommonClassify .cisc .img>img:hover{transform: scale(1.04);}
.CommonClassify .cisc .img>img{transition: all .4s ease;}
.CommonClassify .pro-tujie .img>img:hover{transform: scale(1.04);}
.CommonClassify .pro-tujie .img>img{transition: all .4s ease;}
/* .CommonClassify .pro-tujie .img{overflow: hidden;height: 450px;} */
.CommonClassify .pro-tujie .img{overflow: hidden;min-height: 450px;}
.abouyus .list li .img>img{height: 100%;}
.joinrc .contain {flex-direction: row-reverse;}
.joinfz{flex-direction: row-reverse;}
.ltlbds p{line-height:inherit}
.ltlbds ul{padding-left: 25px;}
.ltlbds li{padding-bottom: 10px;list-style: square;}
.ltlbds li::marker {color: #e60013;}
.CommonClassify .text2 ul{padding-left: 25px;}
.CommonClassify .text2 li{padding-bottom: 10px;list-style: square;}
.CommonClassify .text2 li::marker {color: #e60013;}

.joiner li.active, .joiner li:hover {color: #e60013;border-bottom: 1px solid #e5000c;}
.aboumc .mcsiper .list-muen:nth-child(2){flex-direction: row-reverse;}

.CommonClassify .Common-lr_lt{display: none;}
.CommonClassify .Common-lr_lt.active{display: block;}

.conlb-lt_about{display: none;}
.conlb-lt_about.active{display: block;}

.ltlbds-list{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;margin-right: -25px;margin-bottom: -25px;padding: 30px 0px;}
.ltlbds-list .list-muen{width: calc(100%/2 - 25px);margin-right: 25px;margin-bottom: 25px;background-color: #f7f7f7;padding: 32px 40px;}
.ltlbds-list .list-muen .title{color: #142a4b;font-family: "pblic";}
.ltlbds-list .list-muen .text{color: #424960;font-family: "pblic";}

.CommonClassify .cisc .cont ul li{padding-bottom: 10px;list-style: square;}
.CommonClassify .cisc .cont ul li::marker {color: #e60013;}
.CommonClassify .cisc .cont ul{padding-left: 25px;}


.pro-tujie.lty{flex-direction: row-reverse;}

.CommonTitle .title{color: #142a4b;font-family: "pblic";}

.CommonClassify .pro-jeishao .cont table{width: 100%;}
.CommonClassify .pro-jeishao .cont th{background-color: #142b4b;color: #fff;font-size: 25px;font-family: "pblic";height: 60px;text-align: left;padding-left: 25px;}
.CommonClassify .pro-jeishao .cont td{color: #3a4158;background-color: #f0f5fa;border: 1px solid #fff;height: 40px;padding-left: 25px;font-size: 14px;}
.CommonClassify .pro-jeishao .cont td span{font-family: "" !important;}

.pro-jeishao-list {margin-right: -60px;width: 100%;}
.pro-jeishao-list .cont{width: calc(100%/2 - 60px);margin-right: 60px;}
.CommonClassify .list .img>img{width: 100%;height: 100%;}
.CommonClassify .list-lone .img{background-color: #edf2f7;}
.CommonClassify .list .img{height: 360px;}

.CommonClassify .pro-tujie .content p{font-size: 18px;color: #424960;line-height: 28px;}

.pro-jeishao-list.sty_img .cont:nth-child(1){padding-right: 200px;}
.CommonClassify .list-lone .cont.sty_lt2 .baocun {display: none;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .abouzs .cont {width: 55%;padding: 30px 65px;}
    .abouzs .img {width: 45%;}
    .aboudwd .list .list-muen .ls-l {width: 60%;}
    .aboudwd .list .list-muen .ls-r {width: 40%;}
    .aboudwd .list .list-muen .ls-r li {margin-right: 105px;}
    .joinzpxx .list-mune .cont .cont-r li {margin: 0px 30px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .CommonClassify .list-lone .img {width: 14%;}
    .CommonClassify .list-lone .cont {width: 58%;}
    .aboudc .list .list-muen .img>img{height: 100%;}
    .aboudwd .list .list-muen .ls-r li {margin-right: 80px;}
    .aboutsfq .listBox li{width: 200px;}
    .aboutsfq .listBox li.active {width: calc(100% - 200px*3 - 12px*4);}
    .abouhz .abhz-lun li {width: 25%;}
    .joinrc .cont .content {margin-bottom: 30px;}
    .joinrc .cont .title {margin-bottom: 10px;}
    .joinrc .cont {padding-right: 60px;}
    .joinfz .img>img{height: 100%;}
    .joinfz .cont {padding: 100px 70px 20px 80px;}
    .joinzpxx .list-mune .cont .cont-r li {margin: 0px 15px;}
    .joinzpxx .list-mune .cont .cont-r li.data {margin-right: 145px;}
    .conlb .con-ly .inpy.for-yz input {width: 301px;}
    .search-list li .img {width: 10%;}
    .search-list li .cont {width: 86%;}
    .nwlb .cont-bot li {margin-right: 55px;width: calc(33.3333% - 55px);}
    .CommonClassify .list .img{height: 270px;}
    .pro-jeishao-list.sty_img .cont:nth-child(1){padding-right: 130px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .CommonClassify .list-lone .img {width: 23%;}
    .CommonClassify .list-lone .cont {width: 67%;}
    .CommonClassify .list-lone .ComBtnRed {width: 10%;}
    .CommonClassify .pro-tujie .img{height: 390px;}
    .CommonClassify .pro-tujie .content .cont {padding-left: 60px;padding-top: 65px;}
    .CommonClassify .list-lone li {padding: 30px 0px;}
    .drop-down {margin-top: 10px;}
    .CommonClassify .pro-jeishao {padding-top: 35px;margin-top: 45px;padding-bottom: 65px;}
    .aboudc .list .list-muen .img {width: 30%;}
    .aboudc .list .list-muen .cont {width: 70%;}
    .aboumc .mcsiper .list-muen .img{width: 100%;}
    .aboumc .mcsiper .list-muen .img .mc-lun img{width: 100%;}
    .aboumc .mcsiper .list-muen .cont {width: 100%;}
    .aboumc .mcsiper .list-muen{margin-bottom: 20px;}
    .aboumc .mcsiper .list-muen:nth-child(2) {margin-bottom: 20px;flex-direction: column-reverse;}
    .aboulb .list-muen {width: 100%;margin-right: 00px;margin-bottom: 20px;}
    .aboulb .list>ul{margin: 0px;}
    .aboulb .list-muen .cont{background-color: #fff;padding: 30px;}
    .aboulb .list-muen .cont ul {padding-left: 20px;margin-top: 0px;}
    .aboulb .list-muen .img .back {margin-bottom: 0px;}
    .abouyus .list li .cont .numder {bottom: -30px;}
    .aboudwd .list .list-muen .ls-r li {margin-right: 45px;}
    .aboutsfq .listBox li {width: 200px;margin-left: 6px;}
    .aboutsfq .listBox li.active {width: calc(100% - 150px*3 - 6px*4);}
    .abouhz .abhz-lun li {width: 33.33333%;}
    .aboury .abry-lun .cont {padding: 15px 0px;}
    .aboury .abry-lun .img {padding: 35px 35px 0px 35px;}
    .joinrc .cont {width: 100%;padding-right: 0px;}
    .joinrc .img {width: 100%;}
    .joinrc .cont .title {margin-bottom: 10px;padding-top: 20px;}
    .joinrc .cont .content li {padding-bottom: 0px;}
    .joinxz .back {width: 100%;height: 720px;}
    .joinxz .back .cont {overflow: auto;}
    .joinxz .back .cont::-webkit-scrollbar {width: 3px;}
    .joinxz .back .cont::-webkit-scrollbar-thumb {background: #e60013;}
    .joinxz .back .cont::-webkit-scrollbar-track {background: #f1f1f1;}
    .joinpy .img {width: 100%;}
    .joinfz .img {width: 100%;}
    .joinfz .img img {width: 100%;}
    .joinfz .cont {padding: 15px;width: 100%;}
    .joinpy .cont {width: 100%;padding-left: 0px;padding-top: 15px;}
    .joinzpxx .list-mune .cont .cont-r li.data {margin-right: 40px;}
    .joinzpxx .hide {padding: 25px 20px;}
    .joinzpxx .list-mune .cont .cont-l {width: 50%;padding-left: 20px;}
    .competitors .search-list li .img {width: 20%;}
    .competitors .search-list li .cont {width: 76%;}
    .conlb .con-ly .inpy.for-yz{width: 100%;}
    .conlb .list .list-muen {width: calc(50% - 47px);}
    .wazdt .list-muen {width: calc(50% - 40px);margin-right: 40px;}
    .wazdt .contain>ul{margin-right: -40px;}
    .nwlb .list {top: 45px;}
    .ltlbds-list .list-muen{padding: 15px;}

    .proaa .img {width: 23% !important;}
    .proaa .cont {width: 67% !important;}
    .proaa .ComBtnRed{width: 10% !important;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .banner img{height: 300px;}
    .CommonClassify .list li {width: calc(33.33% - 20px);margin: 30px 0 0 20px;}
    .CommonClassify .list .back .text{width: 200px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .CommonClassify .list li{width: calc(50% - 20px);}
    .aboutsfq .listBox{width: 100%;}
    .aboutsfq .listBox li{width: calc(50% - 12px);margin-right: 12px;margin-bottom: 12px;margin-left: 0px;}
    .aboutsfq .listBox li.active {width: calc(50% - 12px);margin-right: 12px;margin-bottom: 12px;}
    .aboutsfq .listBox li.active .hide {padding: 15px;}
    .aboutsfq .listBox ul {margin-right: -12px;margin-bottom: -12px;flex-wrap: wrap;}
    .joinzpxx .list-mune .cont .cont-r li{display: none;}
    .joinzpxx .list-mune .cont .cont-l {width: 90%;}
    .joinzpxx .list-mune .cont .cont-r {width: 10%;}
    .search .search-inp input {width: 90%;}
    .search .search-inp .btn {width: 10%;}
    .competitors .search-list li {padding: 30px 0px;}
    .search {padding-bottom: 10px;}
    .condt .cont {width: 100%;}
    .condt .map {width: 100%;height: 410px;}
    .condt .cont>div {margin-bottom: 20px;}
    .conlb .list .list-muen .cont {padding: 15px;}
    .wazdt .list-muen {margin-bottom: 20px;}
    .nexq .content {padding-top: 15px;padding-bottom: 15px;}
    .nwlb .cont-bot li {margin-right: 30px;width: calc(50% - 30px);margin-bottom: 30px;}
    .nwlb .cont-bot ul {margin: 0px -30px -30px 0px;}
    .nwlb .cont-bot li a .text{margin-top: 10px;}
    .CommonClassify .cisc .img img{height: 195px;}
    .pro-jeishao-list .cont{width: calc(100%/1 - 15px);margin-right: 0px;margin-bottom: 15px;}
    .pro-jeishao-list.sty_img .cont:nth-child(1){padding-right: 0px;}
    .CommonClassify .pro-tujie .content .cont {padding: 40px;}
    .CommonClassify .pro-tujie .img{height: auto;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .CommonClassify .list li{width: 100%;margin: 15px 0 0 15px;}
    .CommonClassify .pro-jeishao {padding-top: 15px;margin-top: 15px;padding-bottom: 15px;}
    .CommonClassify .pro-jeishao .cont {width: 100%;margin-bottom: 15px;}
    .pro-jeishao .title {margin-bottom: 15px;}
    .pro-jeishao li {padding-bottom: 5px;list-style: square;}
    .CommonClassify .pro-tujie .img {width: 100%;}
    .CommonClassify .pro-tujie .content {width: 100%;}
    .CommonClassify .pro-tujie .content .cont{width: 100%;padding: 15px;}
    .CommonClassify .pro-tujie .content .title {padding-bottom: 15px;}
    .CommonClassify .cisc .cont {width: 100%;}
    .CommonClassify .cisc .img {width: 100%;}
    .CommonClassify .list-lone .ComBtnRed{display: none;}
    .CommonClassify .list-lone .img{width: 100%;}
    .CommonClassify .list-lone .cont {width: 100%;padding: 15px;}
    .CommonClassify .list-lone li {padding: 15px 0px;}
    .CommonClassify .btn {margin-bottom: 40px;}
    .aboudc .list .list-muen .img {width: 100%;}
    .aboudc .list .list-muen {flex-direction: column-reverse;margin-right: 0px;}
    .aboudc .list .list-muen .cont {width:100%;}
    .aboudc .list .list-muen .cont .text {margin-bottom: 10px;padding-top: 15px;}
    .aboumc .mcsiper .list-muen .img {height: 300px;}
    .aboumc .mcsiper .list-muen .cont {width: 100%;padding: 15px;}
    .abouzs .img {width: 100%;}
    .abouzs .cont {width: 100%;padding: 15px;}
    .abouzs .cont .cont-l {margin-right: 0px;}
    .abouzs .cont ul {padding-left: 20px;margin-top: 15px;margin-bottom: 15px;}
    .abouzs .cont .cont-r .imgs img:nth-child(2n){margin-right: 0px;}
    .abouzs .cont .cont-r .imgs img{margin-bottom: 20px;margin-right: 150px;}
    .aboulb .list-muen .img .back {padding-left: 10px;}
    .aboulb .list-muen .cont {padding: 15px;}
    .abouyus .list li .img {width: 100%;height: 200px;}
    .abouyus .list li .cont {width: 100%;padding: 15px;}
    .abouyus .list li .cont .numder {bottom: -20px;right: 10px;}
    .aboudwd .list .list-muen .ls-r li:nth-child(1){display: none;}
    .aboudwd .list .list-muen .ls-r li:nth-child(2){display: none;}
    .aboudwd .list .list-muen .ls-r li:nth-child(3){display: none;}
    .aboudwd .list .list-muen .ls-l {width: 74%;position: relative;}
    .aboudwd .list .list-muen .ls-l .img {margin-left: 15px;margin-right: 5px;}
    .aboudwd .list .list-muen .ls-r {width: 26%;padding-left: 40px;}
    .aboudwd .list .list-muen .ls-l .img{position: absolute;left: 0px;}
    .aboudwd .list .list-muen .ls-l .text {display: block;padding-left: 50px;}
    .aboudwd .list .list-muen {height: 60px;}
    .aboudwd .title {margin-bottom: 5px;}
    .aboujs .content .text{line-height: 20px;}
    .aboujs .list .cont {width: 50%;}
    .aboujs .list .cont .img {padding-bottom: 5px;}
    .aboutsfq .listBox li {width: 100%;margin-left: 0px;}
    .aboutsfq .listBox ul {margin-left: 0px;flex-wrap: wrap;}
    .aboutsfq .listBox li.active {width: 100%;}
    .aboutsfq .listBox li{margin-bottom: 20px;}
    .aboutsfq .listBox li .hide {padding: 15px 15px;overflow: auto;}
    .aboutsfq .listBox li.active .hide {padding: 15px 15px;}
    .aboury .btn {margin-bottom: 20px;}
    .aboury .abry-lun .line {margin-top: 25px;}
    .abouhz .abhz-lun li {width: 50%;}
    .joiner ul{justify-content: space-between;}
    .joiner li {margin-right: 0px;}
    .joinrc .cont .title {margin-bottom: 5px;padding-top: 15px;}
    .joinrc .cont .content {margin-bottom: 15px;}
    .joinrc .cont .content ul {margin-top: 10px;}
    .joinln .lh27, .lh28 {line-height: 22px;}
    .joinzpxx .list-mune .cont .cont-r li{display: none;}
    .joinzpxx .list-mune .cont .cont-l {width: 80%;padding-left: 15px;}
    .joinzpxx .list-mune .cont .cont-r {width: 20%;padding-left: 25px;}
    .CommonClassify .list-lone .cont {width: 100%;padding: 0px;}
    .search .search-inp .btn {width: 15%;}
    .search .search-inp input {width: 85%;}
    .competitors .search-list li .img {width: 100%;}
    .competitors .search-list li .cont {width: 100%;padding-left: 0px;padding-top: 20px;}
    .search-list li .ComBtnRed{display: none;}
    .competitors .search-list li {padding: 20px 0px;}
    .condt .conbtn {width: 100%;}
    .conlb .con-ly .inpy{width: 100%;margin: 0px 0px 10px 0px;}
    .conlb .con-ly .inpy.for-yz input {width: 66%;}
    .conlb .con-ly .inpy.for-yz .btn{margin-top: 20px;width: 100%;margin-left: 0px;}
    .conlb .con-ly .inpy.for-yz .conbtn {width: 100%;}
    .conlb .con-ly .inpy.for-yz .conbtn .CommonBtn2{width: 100%;}
    .conlb .list .list-muen {width: 100%;margin-right: 0px;margin-bottom: 20px;}
    .conlb .list>ul{margin-right: 0px;margin-bottom: -20px;}
    .search-list li .img {width: 100%;}
    .search-list li .cont {width: 100%;padding-left: 0px;display: block;}
    .search-list li {width: 50%;}
    .search-list ul{display: flex;flex-wrap: wrap;}
    .wazdt .list-muen {width: 100%;margin-right: 0px;margin-bottom: 10px;}
    .wazdt .contain>ul{margin-right: 0px;margin-bottom: -10px;}
    .nexq .pages .pa-l {width: 100%;}
    .nexq .pages .pa-r {width: 100%;margin-top: 20px;justify-content:center;}
    .paging .paging-menu a {margin: 5px;width: 25px;height: 25px;}
    .paging .paging-menu a {margin: 5px;width: 40px;height: 40px;}
    .nwlb .list {position: static;margin-top: 20px;}
    .nwlb .list li{margin-left: 0px;}
    .nwlb .list ul{justify-content: space-between;}
    .nwlb .cont-bot {padding-top: 25px;}
    .nwlb .cont-bot li {margin-right: 0px;width: 100%;margin-bottom: 10px;}
    .nwlb .cont-bot ul {margin: 0px 0px -10px 0px;}
    .nwlb .cont-bot li a .text{margin-top: 5px;}
    .nwlb .cont-bot li .title{margin-top: 5px;}
    .ltlbds-list {margin-right: 0px;margin-bottom: -15px;}
    .ltlbds-list .list-muen {width: calc(100%/1);margin-right: 0px;margin-bottom: 15px;}
    .CommonClassify .pro-jeishao .cont{margin-right: 0px;width: 600px;}
    .CommonClassify .pro-jeishao{overflow: auto;}
    .pro-jeishao-list{width: 600px;margin-right: 0px;}
    .CommonClassify .pro-tujie .content .title {padding-bottom: 10px;}
    .CommonClassify .pro-tujie .content p {font-size: 15px;}

    .proaa{width: 100% !important;}
    .proaa .cont{width: 100% !important;padding-left: 0px !important;}
    .proaa .img{width: 100% !important;}
    .proaa .ComBtnRed .btn-cn{display: none !important;}
    .proaa .img>img{height: 290px !important;}

    .CommonClassify .btn{margin-top: 15px;}

    .CommonClassify .pro-tujie .content{height: 230px;padding-left: 15px;padding-right: 15px;}
}