@charset "UTF-8";
@keyframes list { 0% { left: -100%; }
  100% { left: 0; } }

@font-face { font-family: 'Montserrat-Bold'; src: url(../fonts/Montserrat-Bold.otf); }

.searchDio { display: flex; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; z-index: 999999; justify-content: center; display: none; }

.searchDio .cont { margin-top: 10%; }

.searchDio .cont .input_item { display: flex; border-radius: 8px; justify-content: center; overflow: hidden; width: max-content; margin: auto; }

.searchDio .cont .input_item input { width: 500px; height: 45px; padding: 10px; }

.searchDio .cont .input_item button { background-color: #d80000; color: #fff; line-height: 45px; width: 100px; text-align: center; height: 45px; cursor: pointer; }

.searchDio .cont .input_item button.cloSea { background: #1a1a1a; }

.pcHead { position: fixed; z-index: 100; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: ease 0.5s; }

.pcHead .container { display: flex; justify-content: space-between; align-items: center; height: 120px; }

.pcHead .container .logo { display: flex; justify-content: center; align-items: center; width: 260px; }

.pcHead .container .logo img { width: 100%; }

.pcHead .container .logo img:nth-child(2n) { display: none; }

.pcHead .container .headNav { display: flex; }

.pcHead .container .headNav dl dt { height: 120px; overflow: hidden; transition: ease 0.3s; }

.pcHead .container .headNav dl dt .navLink { height: 120px; width: 100px; text-align: center; display: block; line-height: 120px; transition: ease 0.5s; transform: translateY(-120px); color: #d80000; }

.pcHead .container .headNav dl dt .navLink span { border-bottom: 2px solid transparent; }

.pcHead .container .headNav dl dt .navLink:nth-child(2) { color: #fff; }

.pcHead .container .headNav dl.on .navLink { transform: translateY(0); }

.pcHead .container .headNav dl.on .navLink span { border-color: #d80000; padding: 5px 0; }

.pcHead .container .headNav dl:hover .navLink { transform: translateY(0); color: #fff; background-color: #d80000; }

.pcHead .container .headNav .nav_chr { display: none; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); width: 100%; background-color: rgba(0, 0, 0, 0.7); color: #fff; z-index: 99; }

.pcHead .container .headNav .nav_chr .nav_cont { max-width: 1200px; margin: auto; padding: 40px 0; }

.pcHead .container .headNav .nav_chr ._t { font-size: 16px; font-weight: bold; }

.pcHead .container .headNav .nav_chr ._t a { display: block; width: max-content; padding: 3px 10px; }

.pcHead .container .headNav .nav_chr ._t a:hover { background-color: rgba(255, 255, 255, 0.2); }

.pcHead .container .headNav .nav_chr ._li a { width: max-content; display: block; padding: 5px 10px; font-size: 14px; }

.pcHead .container .headNav .nav_chr ._li a:hover { background-color: rgba(255, 255, 255, 0.2); }

.pcHead .container .headNav .nav_chr ._txt { padding-left: 60px; font-size: 14px; height: 100%; border-left: dashed 1px #dedede; line-height: 2; }

.pcHead .container .headNav .nav_chr.secul { width: 360px; flex-wrap: wrap; transform: translateX(-25%); }

.pcHead .container .headNav .nav_chr.secul a { display: inline-block; width: 176px; }

.pcHead .container .headNav .searchBox { display: flex; align-items: center; }

.pcHead .container .headNav .searchBox .btn { cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 10px; width: 40px; height: 40px; border: 1px solid #dedede; }

.pcHead .container .headNav .searchBox .btn img { width: 100%; }

.pcHead.bgw, .pcHead.on, .pcHead:hover { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); background-color: #fff; }

.pcHead.bgw .logo img, .pcHead.on .logo img, .pcHead:hover .logo img { display: none; }

.pcHead.bgw .logo img:nth-child(2n), .pcHead.on .logo img:nth-child(2n), .pcHead:hover .logo img:nth-child(2n) { display: block; }

.pcHead.bgw .navLink:nth-child(2), .pcHead.on .navLink:nth-child(2), .pcHead:hover .navLink:nth-child(2) { color: #333 !important; }

.mbBanner { display: none; }

.mbBanner .swiper-container { height: 30rem; }

.mbBanner .swiper-container .imgbox { height: 100%; }

.mbBanner .swiper-container .imgbox img { height: 100%; width: auto; max-width: none; }

.mbBanner .swiper-container .container h3 { font-size: 2rem; line-height: 3rem; padding: 1rem 0 1.5rem; }

.mbBanner .swiper-container .container p { font-size: 1rem; padding: 0; }

.pcBanner .imgbox { height: 100%; width: 100%; }

.pcBanner .imgbox img { height: 100%; max-width: none; width: auto; }

.pcBanner .container { position: absolute; top: 40px; left: 50%; width: 1200px; height: 100%; display: flex; transform: translateX(-50%); align-items: center; }

.pcBanner .container h4 { font-size: 20px; font-weight: bold; color: #d80000; text-transform: uppercase; font-family: 'Montserrat-Extra-Bold', Microsoft Yahei, Arial; }

.pcBanner .container h3 { font-size: 48px; color: #fff; padding: 40px 0 25px 0; margin: 0; line-height: 70px; font-weight: bold; }

.pcBanner .container .line { width: 80px; height: 4px; background: #d80000; margin: 10px 0; }

.pcBanner .container p { font-size: 20px; color: #fff; padding: 25px 0; margin: 0; font-weight: normal; line-height: 30px; }

.pcBanner .swiper-pagination-bullet { width: 50px; height: 5px; background-color: #fff; border-radius: 0; position: relative; overflow: hidden; transition: ease 0.5s; }

.pcBanner .swiper-pagination-bullet::after { content: ''; position: absolute; width: 100%; height: 100%; background-color: #d80000; left: -100%; }

.pcBanner .swiper-pagination-bullet.swiper-pagination-bullet-active::after { left: 0; animation: 5s list linear; }

.indexBox1 .desc h3 { font-family: 'Montserrat-Bold'; font-size: 14px; font-weight: normal; color: #878787; }

.indexBox1 .desc h4 { font-size: 40px; margin-bottom: 10px; }

.indexBox1 .desc h5 { width: 80px; height: 3px; background-color: #d80000; margin-bottom: 20px; }

.indexBox1 .desc p { font-size: 16px; color: #616161; line-height: 2; }

.indexBox1 .desc ._More { margin-left: 0; }

.indexBox1 .lis .text { display: flex; justify-content: space-between; align-items: flex-end; padding: 20px; background-color: #fafafa; border-bottom: 6px solid #d80000; }

.indexBox1 .lis .text ._t h3 { font-size: 28px; font-weight: bold; }

.indexBox1 .lis .text ._t p { color: #616161; }

.indexBox1 .lis .text ._goBtn { color: #616161; transform: translateY(-10px); }

.indexBox1 .lis .text ._goBtn i { color: red; }

.indexBox1 .lis .text ._goBtn:hover { color: red; }

.indexBox1 .lis:hover img { transform: scale(1.1); }

.indexBox2 { background: url(../images/bg-cp.jpg) top center no-repeat; }

.indexBox2 .desc { color: #fff; line-height: 2; text-indent: 2em; margin-bottom: 40px; }

.indexBox2 .imgbox { width: 100%; }

.indexBox2 .imgbox img { width: 100%; }

.indexBox2 .imgbox:hover img { transform: scale(1.1); }

.indexBox2 .cpp { color: #fff; }

.indexBox2 .cpp .bq { display: flex; justify-content: center; }

.indexBox2 .cpp .bq span { width: 150px; text-align: center; line-height: 35px; height: 37px; border: 1px solid #fff; margin: 10px; cursor: pointer; transition: ease 0.5s; }

.indexBox2 .cpp .bq span.on, .indexBox2 .cpp .bq span:hover { border-color: #d80000; color: #fff; background-color: #d80000; }

.indexBox2 .cpp p { margin-top: 10px; text-align: center; }

.indexBox3 .topHead .lis .imgbox { width: 100%; }

.indexBox3 .topHead .lis .imgbox img { width: 100%; max-width: none; }

.indexBox3 .topHead .lis .text { padding: 20px; background-color: #fafafa; transition: ease 0.5s; }

.indexBox3 .topHead .lis .text h3 { margin-bottom: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.indexBox3 .topHead .lis .text .date { display: flex; justify-content: space-between; }

.indexBox3 .topHead .lis:hover .text { background-color: #d80000; color: #fff; }

.indexBox3 .topHead .lis:hover img { transform: scale(1.1); }

.indexBox3 .newslist { margin-top: 30px; }

.indexBox3 .newslist .lis { background-color: #fafafa; padding: 20px; display: flex; justify-content: space-between; align-items: center; }

.indexBox3 .newslist .lis .text { width: calc(100% - 120px); }

.indexBox3 .newslist .lis .text h3 { margin-bottom: 10px; color: #333; }

.indexBox3 .newslist .lis .text p { font-size: 14px; height: 40px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #616161; }

.indexBox3 .newslist .lis .date { width: 110px; text-align: right; }

.indexBox3 .newslist .lis .date i { margin-right: 5px; }

.indexBox3 .newslist .lis .date span, .indexBox3 .newslist .lis .date i { color: #d80000; }

.indexBox3 .newslist .lis:hover { background-color: #d80000; }

.indexBox3 .newslist .lis:hover .text p, .indexBox3 .newslist .lis:hover .text h3 { color: #fff; }

.indexBox3 .newslist .lis:hover .date { color: #fff; }

.indexBox3 .newslist .lis:hover .date span, .indexBox3 .newslist .lis:hover .date i { color: #fff; }

.indexBox4 ._row { background: url(../images/bg-fw.jpg) center bottom no-repeat #d80000; }

.indexBox4 .text { height: 100%; color: #fff; padding: 60px; padding-right: 0; max-width: 600px; }

.indexBox4 .text .head { margin-bottom: 10px; }

.indexBox4 .text .head h3 { font-family: 'Montserrat-Bold'; font-size: 36px; font-weight: normal; }

.indexBox4 .text .head h4 { font-size: 30px; margin-bottom: 10px; }

.indexBox4 .text .head h5 { width: 80px; height: 3px; margin-bottom: 20px; background-color: #fff; }

.indexBox4 .text .cont p { font-size: 14px; line-height: 2; }

.indexBox4 .np { position: absolute; right: 50%; transform: translateX(-90px); z-index: 2; }

.indexBox4 .np .prev, .indexBox4 .np .next { position: absolute; bottom: 0; display: flex; justify-content: center; align-items: center; opacity: 0.6; width: 40px; height: 40px; cursor: pointer; z-index: 99; transition: ease 0.5s; background-color: #505263; }

.indexBox4 .np .prev:hover, .indexBox4 .np .next:hover { background-color: rgba(255, 255, 255, 0.3); opacity: 1; }

.indexBox4 .np .prev { left: 0; }

.indexBox4 .np .prev::before { content: ''; width: 16px; height: 16px; border: 1px solid #fff; border-top: none; border-left: none; transform: translateX(3px) rotate(135deg); }

.indexBox4 .np .next { left: 50px; }

.indexBox4 .np .next::before { content: ''; width: 16px; height: 16px; border: 1px solid #fff; border-top: none; border-left: none; transform: translateX(-3px) rotate(-45deg); }

.pcFoot { background-color: #181818; color: #fff; }

.pcFoot .bgc1 { background-color: #262626; }

.pcFoot .fotBar dl dt { margin-bottom: 20px; height: 31px; opacity: 0.8; }

.pcFoot .fotBar dl dt h3 { margin-bottom: 5px; border-left: 2px solid #dedede; padding-left: 10px; line-height: 1; }

.pcFoot .fotBar dl dd a { opacity: 0.6; display: block; height: 30px; line-height: 30px; font-size: 14px; }

.pcFoot .fotBar dl dd a:hover { opacity: 1; }

.pcFoot .fotBar dl dd.yqlk a { font-size: 12px; }

.pcFoot .dec { padding-bottom: 30px; margin-bottom: 30px; padding-left: 40px; border-left: 1px solid #666; }

.pcFoot .dec .head { margin-bottom: 20px; height: 31px; opacity: 0.8; }

.pcFoot .dec .head h3 { margin-bottom: 5px; border-left: 2px solid #dedede; padding-left: 10px; line-height: 1; }

.pcFoot .dec .head h4 { width: 60px; height: 1px; background-color: #fff; }

.pcFoot .dec .ewmbox p { margin-top: 5px; text-align: center; font-size: 14px; opacity: 0.4; }

.pcFoot .dec .txt h3 { color: #fff; font-size: 18px; }

.pcFoot .dec .txt h4 { font-size: 26px; margin-bottom: 10px; }

.pcFoot .dec .txt p { opacity: 0.6; font-size: 14px; margin-bottom: 10px; }

.pcFoot .dec .imgbox { height: 100%; }

.pcFoot .botTxt { padding: 15px 0; }

.pcFoot .botTxt .container { display: flex; justify-content: space-between; }

.pcFoot .botTxt span { opacity: 0.5; font-size: 14px; }

.pcFoot .botTxt a { opacity: 0.5; transition: ease 0.5s; font-size: 14px; }

.pcFoot .botTxt a:hover { opacity: 1; }

.neiBanner { position: relative; }

.neiBanner .container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; display: flex; align-items: center; width: 100%; }

.neiBanner .container h4 { font-size: 30px; color: #fff; margin: 2px 0; text-transform: uppercase; margin-top: 20px; opacity: .5; line-height: 1; }

.neiBanner .container span { display: block; height: 3px; width: 100px; background-color: #d80000; margin: 10px 0; }

.neiBanner .container h3 { font-weight: normal; font-size: 36px; color: #fff; margin: 2px 0; text-transform: uppercase; }

.neiBanner.bgb .container h4 { color: #333; }

.neiBanner.bgb .container h3 { color: #333; }

.contactPage .cct { margin-bottom: 40px; }

.contactPage .cct .lis .txt { margin-top: 20px; }

.contactPage .cct .lis p { display: flex; font-size: 14px; color: #545454; margin-bottom: 10px; justify-content: center; }

.contactPage .cct .lis p span { width: 46px; }

.contactPage .cct .lis p i { font-style: normal; width: calc(100% - 46px); }

.contactPage .liuyanForm .input_item { border: 1px solid #dedede; padding: 10px; display: flex; }

.contactPage .liuyanForm .input_item span { height: 35px; display: flex; align-items: center; color: #545454; font-size: 14px; }

.contactPage .liuyanForm .input_item span i { margin-right: 5px; font-size: 25px; }

.contactPage .liuyanForm .input_item input { width: calc(100% - 80px); line-height: 35px; padding-left: 10px; }

.contactPage .liuyanForm .input_item textarea { width: calc(100% - 80px); height: 100px; border: none; resize: none; padding: 10px; outline: none; }

.contactPage .liuyanForm .button_item { padding: 10px; display: flex; justify-content: center; }

.contactPage .liuyanForm .button_item button { display: block; width: 200px; height: 40px; background-color: #d80000; color: #fff; text-align: center; line-height: 40px; cursor: pointer; }

.downPage .list .lis { display: flex; justify-content: space-between; margin-bottom: 10px; background-color: #f1f1f1; color: #333; padding: 10px; }

.downPage .list .lis:hover { background-color: #d80000; color: #fff; }

.downPage .cont { position: relative; }

.downPage .cont .btn { position: absolute; bottom: 10px; right: 10px; }

.downPage .cont .btn h3 { font-size: 20px; margin-bottom: 40px; }

.downPage .mbCont { display: none; }

.prodPgae { background-color: #f1f1f1; }

.prodPgae .list .lis { display: block; background-color: #fff; }

.prodPgae .list .lis .txtt { overflow: hidden; padding: 10px; position: relative; }

.prodPgae .list .lis .txtt::before { position: absolute; content: ''; width: 100%; height: 100%; right: 400px; background-color: #d80000; transition: ease 0.5s; top: 0; }

.prodPgae .list .lis h3 { font-size: 18px; margin-bottom: 10px; white-space: nowrap; overflow: hidden; line-height: 1; text-overflow: ellipsis; position: relative; transition: ease 0.5s; z-index: 2; }

.prodPgae .list .lis h4 { font-size: 16px; font-weight: normal; white-space: nowrap; overflow: hidden; line-height: 1; text-overflow: ellipsis; color: #545454; position: relative; transition: ease 0.5s; z-index: 2; }

.prodPgae .list .lis:hover img { transform: scale(1.1); }

.prodPgae .list .lis:hover .txtt::before { right: 0; }

.prodPgae .list .lis:hover .txtt h3 { color: #fff; }

.prodPgae .list .lis:hover .txtt h4 { color: #fff; }

.prodShowPgae .prod_tt { background-color: #f1f1f1; display: flex; overflow: hidden; margin-bottom: 20px; }

.prodShowPgae .prod_tt span { padding: 10px 40px; padding-right: 60px; color: #fff; background-color: #d80000; position: relative; }

.prodShowPgae .prod_tt span::after { content: ''; width: 40px; background-color: #f1f1f1; position: absolute; right: -20px; top: -30px; transform: rotate(-35deg); height: 80px; }

.prodShowPgae .list .lis { margin-bottom: 20px; }

.prodShowPgae .list .lis .desc .tt h3 { font-size: 32px; }

.prodShowPgae .list .lis .desc .tt h4 { font-size: 28px; }

.prodShowPgae .list .lis .desc .tt h5 { height: 3px; background-color: #d80000; width: 65px; margin-bottom: 40px; margin-top: 10px; }

.prodShowPgae .list .lis .desc .text { margin-bottom: 20px; }

.prodShowPgae .list .lis .desc .text p { font-size: 14px; margin-bottom: 10px; line-height: 1.7; color: #616161; }

.prodShowPgae .list .lis .desc ._More { margin-left: 0; }

.prodShowPgae .box_con { padding: 10px; }

.prodShowPgae .box_con img { max-width: 100%; }

.joinPage .desc { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #dedede; margin-bottom: 30px; padding: 40px; height: 420px; background: url(../images/zhaopin1.jpg) left center no-repeat; }

.joinPage .desc h4 { font-size: 24px; font-weight: bold; border-left: 4px solid #d80000; line-height: 1; margin-bottom: 20px; padding-left: 10px; }

.joinPage .desc p { font-size: 16px; color: #616161; max-width: 400px; line-height: 2; }

.joinPage .desc p a { color: #d80000; font-weight: bold; }

.joinPage .imgbox:hover img { transform: scale(1.1); }

.joinPage .list .lis { margin-bottom: 20px; }

.joinPage .list .lis .tt { display: flex; background-color: #dedede; transition: ease 0.5s; cursor: pointer; }

.joinPage .list .lis .tt .zw { width: 30%; height: 50px; display: flex; align-items: center; padding: 0 10px; }

.joinPage .list .lis .tt .dd { width: 10%; height: 50px; display: flex; align-items: center; padding: 0 10px; }

.joinPage .list .lis .tt .sj { width: 10%; height: 50px; display: flex; align-items: center; padding: 0 10px; }

.joinPage .list .lis .tt .plu { width: 50%; height: 50px; display: flex; align-items: center; }

.joinPage .list .lis .tt .plu li { width: 30px; height: 30px; overflow: hidden; margin-right: 20px; margin-left: auto; }

.joinPage .list .lis .tt .plu li i { display: block; width: 30px; height: 30px; font-size: 30px; line-height: 1; position: relative; }

.joinPage .list .lis .tt.on { background-color: #d80000; color: #fff; }

.joinPage .list .lis .tt.on i { transform: translateY(-30px); }

.joinPage .list .lis .cont { padding: 20px; background-color: #f1f1f1; color: #545454; font-size: 14px; display: none; }

.jianjiePage1 ._col_mb_20 h3 { font-size: 26px; margin-bottom: 20px; }

.jianjiePage1 ._col_mb_20 p { line-height: 2; margin-bottom: 10px; font-size: 14px; color: #616161; text-indent: 2em; }

.sb1 img:hover { transform: scale(1.1); }

.jianjiePage2 { background-color: #f1f1f1; }

.jianjiePage2 .lis { text-align: center; }

.jianjiePage2 .lis .icoo { display: flex; justify-content: center; margin-bottom: 20px; }

.jianjiePage2 .lis .icoo span { width: 140px; height: 140px; background-color: #dedede; border-radius: 50%; border: 10px solid #fff; line-height: 120px; transition: ease 0.5s; }

.jianjiePage2 .lis .icoo span i { font-size: 50px; color: #383838; transition: ease 0.5s; }

.jianjiePage2 .lis h3 { font-size: 28px; transition: ease 0.5s; }

.jianjiePage2 .lis h4 { font-size: 16px; font-weight: normal; color: #616161; margin-bottom: 20px; }

.jianjiePage2 .lis p { line-height: 2; font-size: 14px; text-align: left; color: #616161; }

.jianjiePage2 .lis:hover .icoo span { background-color: #d80000; transform: rotateY(180deg); }

.jianjiePage2 .lis:hover .icoo span i { color: #fff; }

.jianjiePage2 .lis:hover h3 { color: #d80000; }

.jianjiePage3 .centt { display: flex; align-items: center; }

.jianjiePage3 .centt img { cursor: pointer; }

.jianjiePage3 .centt img:hover { transform: scale(1.1); }

.caseShowPgae .prod_tt { background-color: #f1f1f1; display: flex; overflow: hidden; margin-bottom: 20px; margin-top: 20px; }

.caseShowPgae .prod_tt span { padding: 10px 40px; padding-right: 60px; color: #fff; background-color: #d80000; position: relative; }

.caseShowPgae .prod_tt span::after { content: ''; width: 40px; background-color: #f1f1f1; position: absolute; right: -20px; top: -30px; transform: rotate(-35deg); height: 80px; }

.caseShowPgae .prod_desc { margin-bottom: 20px; }

.caseShowPgae .prod_desc .text { line-height: 2; color: #545454; font-size: 14px; }

.caseShowPgae .prod_lis { margin-bottom: 20px; }

.caseShowPgae .prod_lis h3 { margin-bottom: 20px; margin-top: 20px; font-size: 22px; }

.caseShowPgae .prod_lis ._cen { display: flex; align-items: center; }

.caseShowPgae .prod_lis ._cen > div { width: 100%; }

.caseShowPgae .prod_lis .text p { display: flex; font-size: 14px; line-height: 28px; color: #545454; }

.caseShowPgae .prod_lis .text p i { width: 5px; height: 5px; background-color: #d80000; margin-top: 11.5px; margin-right: 5px; transform: rotate(45deg); }

.caseShowPgae .prod_lis .text p span { width: calc(100% - 10px); }

.caseShowPgae ._table ._tb_row { display: flex; }

.caseShowPgae ._table ._tb_row ._tb_col { display: flex; align-items: center; min-height: 60px; border: 1px solid #dedede; margin-left: -1px; margin-bottom: -1px; padding: 10px; }

.caseShowPgae ._table ._tb_row ._tb_col li { width: 100%; font-size: 14px; }

.caseShowPgae ._table ._tb_row ._tb_cen { text-align: center; }

.caseShowPgae ._table ._tb_row ._tb_20 { width: 20%; }

.caseShowPgae ._table ._tb_row ._tb_25 { width: 25%; }

.caseShowPgae ._table ._tb_row ._tb_40 { width: 40%; }

.caseShowPgae ._table ._tb_row ._tb_60 { width: 60%; }

.caseShowPgae ._table ._tb_row ._tb_80 { width: 80%; }

.caseShowPgae ._table ._tb_row:nth-child(2n-1) ._tb_col { background-color: #f1f1f1; }

.caseShowPgae ._table ._tb_row._tb_head ._tb_col { background-color: #d80000; color: #fff; font-weight: bold; }

.caseShowPgae ._table ._tb_row._tb_head ._tb_col li { font-size: 16px; }

.caseShowPgae .prod_det { margin-bottom: 20px; }

.caseShowPgae .prod_gui .text h4 { margin-bottom: 10px; margin-top: 20px; }

.caseShowPgae .prod_gui .text p { margin-bottom: 10px; font-size: 14px; color: #545454; }

.caseShowPgae .box_con { padding: 10px; }

.caseShowPgae .box_con img { max-width: 100%; }

.aboutPage_item1 .aboutCpCont { position: relative; padding-bottom: 15px; }

.aboutPage_item1 .aboutCpCont .swiper-container { width: 85%; padding-bottom: 40px; }

.aboutPage_item1 .aboutCpCont .swiper-container .swiper-pagination { text-align: left; }

.aboutPage_item1 .aboutCpCont .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #d80000; }

.aboutPage_item1 .aboutCpCont .tips { z-index: 99; position: absolute; right: 0; bottom: 0; width: 240px; height: 180px; background-color: #d80000; display: flex; padding: 10px 20px; flex-wrap: wrap; flex-direction: column; font-size: 14px; color: #fff; }

.aboutPage_item1 .aboutCpCont .tips::before { content: '“'; font-size: 100px; width: 100%; line-height: 100px; height: 50px; overflow: hidden; }

.aboutPage_item1 .desc h3 { font-size: 24px; font-weight: normal; margin-bottom: 20px; }

.aboutPage_item1 .desc p { font-size: 16px; margin-bottom: 10px; color: #616161; line-height: 2; }

.aboutPage_item1 .desc p:last-child { margin-bottom: 0; }

.aboutPage_item2 { background-color: #ebeef2; }

.aboutPage_item2 .honorList .swiper-container { padding-bottom: 40px; }

.aboutPage_item2 .honorList .swiper-slide { padding: 20px; display: flex; align-items: center; transition: ease 0.5s; transform: scale(0.8); cursor: pointer; }

.aboutPage_item2 .honorList .swiper-slide.swiper-slide-active { transform: scale(1); }

.aboutPage_item3 { background: url(../images/licheng.jpg) center top no-repeat #001559; color: #fff; }

.aboutPage_item3 .licheng { position: relative; padding: 0 50px; }

.aboutPage_item3 .licheng .lichengBtn .prev, .aboutPage_item3 .licheng .lichengBtn .next { position: absolute; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; opacity: 0.6; width: 40px; height: 60px; cursor: pointer; z-index: 99; border-radius: 8px; transition: ease 0.5s; }

.aboutPage_item3 .licheng .lichengBtn .prev:hover, .aboutPage_item3 .licheng .lichengBtn .next:hover { background-color: rgba(255, 255, 255, 0.1); opacity: 1; }

.aboutPage_item3 .licheng .lichengBtn .prev { left: 0; }

.aboutPage_item3 .licheng .lichengBtn .prev::before { content: ''; width: 26px; height: 26px; border: 1px solid #fff; border-top: none; border-left: none; transform: translateX(10px) rotate(135deg); }

.aboutPage_item3 .licheng .lichengBtn .next { right: 0; }

.aboutPage_item3 .licheng .lichengBtn .next::before { content: ''; width: 26px; height: 26px; border: 1px solid #fff; border-top: none; border-left: none; transform: translateX(-10px) rotate(-45deg); }

.aboutPage_item3 #gallery .swiper-slide .desc { width: 600px; margin: auto; text-align: center; height: 240px; display: flex; flex-direction: column; justify-content: center; }

.aboutPage_item3 #gallery .swiper-slide .desc p { font-size: 22px; margin-bottom: 10px; }

.aboutPage_item3 #gallery .swiper-slide .desc p:last-child { margin-bottom: 0; }

.aboutPage_item3 #thumbs .swiper-slide { opacity: 0.5; height: 100px; display: flex; align-items: center; }

.aboutPage_item3 #thumbs .swiper-slide .dev_date { width: 100%; padding: 10px; text-align: center; }

.aboutPage_item3 #thumbs .swiper-slide .dev_date h3 { font-size: 30px; transition: ease 0.8s; }

.aboutPage_item3 #thumbs .swiper-slide .dev_date p { position: relative; font-size: 12px; height: 20px; transition: ease 0.8s; }

.aboutPage_item3 #thumbs .swiper-slide .dev_date p::after, .aboutPage_item3 #thumbs .swiper-slide .dev_date p::before { content: ''; position: absolute; top: 50%; height: 1px; background-color: #fff; width: 60px; left: 50%; transform: translateX(-70px); }

.aboutPage_item3 #thumbs .swiper-slide .dev_date p::after { left: auto; right: 50%; transform: translateX(70px); }

.aboutPage_item3 #thumbs .swiper-slide-active { opacity: 1; }

.aboutPage_item3 #thumbs .swiper-slide-active .dev_date h3 { color: #d80000; font-size: 56px; line-height: 1; }

.aboutPage_item3 #thumbs .swiper-slide-active .dev_date p { font-size: 14px; }

.aboutPage_item4 .headTit { text-align: left; }

.aboutPage_item4 .headTit h3 { margin-bottom: 10px; line-height: 1; }

.aboutPage_item4 .headTit h5 { margin-left: 0; }

.aboutPage_item4 .desc { color: #616161; line-height: 2; text-indent: 2em; }

.aboutPage_item4 .imgList .lis { position: relative; }

.aboutPage_item4 .imgList .lis .txt { position: absolute; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.6); color: #fff; opacity: 0; transition: ease 0.5s; }

.aboutPage_item4 .imgList .lis:hover .txt { opacity: 1; }

.aboutPage_item4 .imgList .lis:hover img { transform: scale(1.1); }

.aboutPage_item4 .numBar { margin-top: 40px; text-align: center; }

.aboutPage_item4 .numBar ._col5 { border-right: 1px solid rgba(51, 51, 51, 0.1); }

.aboutPage_item4 .numBar ._col5:last-child { border: none; }

.aboutPage_item4 .numBar h4 { font-size: 60px; color: #d80000; }

.aboutPage_item4 .numBar h4 span { font-size: 18px; color: #333; }

.aboutPage_item5 { padding-bottom: 0; background-color: #fcfcfc; }

.aboutPage_item5 .desc { line-height: 2; text-indent: 2em; }

.aboutPage_item5 .part1 { display: flex; margin-top: 40px; }

.aboutPage_item5 .part1 .imgbox { width: 300px; margin: 0; }

.aboutPage_item5 .part1 .text { padding-left: 100px; }

.aboutPage_item5 .part1 .text h3 { position: relative; font-size: 32px; line-height: 1; padding-bottom: 20px; width: max-content; }

.aboutPage_item5 .part1 .text h3 .line { position: absolute; bottom: 10px; left: 0; width: 100%; height: 2px; background-color: #d80000; }

.aboutPage_item5 .part1 .text h3 .line::before { content: ''; position: absolute; top: -14px; left: -35px; width: 2px; height: 100px; background-color: #d80000; transform: rotate(45deg); }

.aboutPage_item5 .part1 .text h3 .line::after { content: ''; position: absolute; top: 70px; left: -72px; width: 4px; height: 4px; border-radius: 50%; background-color: #d80000; }

.aboutPage_item5 .part1 .text p { color: #616161; }

.aboutPage_item5 .part2 { margin-top: -120px; display: flex; justify-content: space-between; }

.aboutPage_item5 .part2 .text { width: 600px; padding-top: 200px; padding-right: 100px; padding-left: 60px; }

.aboutPage_item5 .part2 .text h3 { position: relative; font-size: 32px; line-height: 1; padding-bottom: 20px; width: max-content; margin-right: 0; margin-left: auto; }

.aboutPage_item5 .part2 .text h3 .line { position: absolute; bottom: 10px; right: 0; width: 100%; height: 2px; background-color: #d80000; }

.aboutPage_item5 .part2 .text h3 .line::before { content: ''; position: absolute; top: -14px; right: -35px; width: 2px; height: 100px; background-color: #d80000; transform: rotate(-45deg); }

.aboutPage_item5 .part2 .text h3 .line::after { content: ''; position: absolute; top: 70px; right: -72px; width: 4px; height: 4px; border-radius: 50%; background-color: #d80000; }

.aboutPage_item5 .part2 .text p { color: #616161; }

.aboutPage_item5 .part2 .imgbox { max-width: 600px; margin: 0; }

.aboutPage_item5 .part3 { background: url(../images/shiyanshi.jpg) center no-repeat; }

.aboutPage_item5 .part3 .cont { padding: 60px 40px; width: 600px; background-color: rgba(0, 0, 0, 0.85); }

.aboutPage_item5 .part3 .cont .headTit { color: #fff; text-align: left; }

.aboutPage_item5 .part3 .cont .headTit h3 { font-size: 20px; color: #545454; opacity: 1; margin-bottom: 10px; }

.aboutPage_item5 .part3 .cont .headTit h5 { margin-left: 0; }

.aboutPage_item5 .part3 .cont .lis { color: #fff; }

.aboutPage_item5 .part3 .cont .lis p { font-size: 14px; line-height: 2; display: flex; align-items: center; }

.aboutPage_item5 .part3 .cont .lis p::before { content: ''; width: 5px; height: 5px; background-color: #d80000; margin-right: 5px; border-radius: 50%; }

.newsPage_item1 .topHead .lis .imgbox { width: 100%; }

.newsPage_item1 .topHead .lis .imgbox img { width: 100%; max-width: none; }

.newsPage_item1 .topHead .lis .text { padding: 20px; background-color: #fafafa; transition: ease 0.5s; }

.newsPage_item1 .topHead .lis .text h3 { margin-bottom: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.newsPage_item1 .topHead .lis .text .date { display: flex; justify-content: space-between; }

.newsPage_item1 .topHead .lis:hover .text { background-color: #d80000; color: #fff; }

.newsPage_item1 .topHead .lis:hover img { transform: scale(1.1); }

.newsPage_item1 .news_list a { margin-bottom: 20px; }

.newsPage_item1 .news_list a img { transition: ease 1s; }

.newsPage_item1 .news_list a:hover .imgbox img { transform: scale(1.1); }

.newsPage_item1 .news_list .text { padding-left: 20px; }

.newsPage_item1 .news_list .text span { display: block; width: 120px; padding: 10px; line-height: 1; text-align: center; background-color: #da251c; color: #fff; margin-right: 0; margin-left: auto; }

.newsPage_item1 .news_list .text p { height: 100%; line-height: 2; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: #545454; margin-bottom: 20px; }

.newsPage_item1 .news_list h3 { margin-bottom: 10px; font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.newsPage_item1 .news_list .date { display: flex; align-items: center; line-height: 25px; font-size: 14px; color: #616161; margin-bottom: 10px; }

.newsPage_item1 .news_list .date .imgbox { margin: 0; margin-right: 5px; }

.contactPage_item1 { background-color: #f5f5f5; }

.contactPage_item1 .cont { background-color: #fff; }

.contactPage_item1 .cont #map { height: 100%; min-height: 400px; }

.contactPage_item1 .cont .desc { padding: 40px; }

.contactPage_item1 .cont .desc .head { border-bottom: 1px solid #dedede; padding-bottom: 20px; }

.contactPage_item1 .cont .desc .head h3 { font-size: 32px; color: #d80000; }

.contactPage_item1 .cont .desc .head h4 { font-size: 24px; }

.contactPage_item1 .cont .desc .text { padding: 20px 0; }

.contactPage_item1 .cont .desc .text .lis { display: flex; padding: 5px; }

.contactPage_item1 .cont .desc .text .lis i { margin-right: 10px; }

.contactPage_item1 .cont .desc .text .lis .call { color: #d80000; font-weight: bold; }

.contactPage_item1 .cont .desc .text .lis .call b { display: block; font-size: 24px; }

.contactPage_item1 .cont .desc .foo { border-top: 1px solid #dedede; padding-top: 20px; display: flex; justify-content: space-around; text-align: center; }

.fl_bar { border-bottom: 1px solid #dedede; }

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

.fl_bar .container .na { display: flex; }

.fl_bar .container .na a { margin-bottom: -1px; line-height: 60px; border-bottom: 2px solid transparent; padding: 0 10px; margin-right: 10px; }

.fl_bar .container .na a.on { border-color: #d80000; }

.fl_bar .container .na a:hover { color: #d80000; }

.fl_bar .container .bk { display: flex; font-size: 14px; }

.fl_bar .container .bk a:hover { color: #d80000; }

.fl_bar .container .bk i { margin: 0 5px; }

.fl_bar .container .bk span { color: #d80000; }

.prodPage_item1 .lis { border: 1px solid #dedede; padding: 20px; display: block; transition: ease 0.5s; }

.prodPage_item1 .lis .text { padding-top: 10px; }

.prodPage_item1 .lis .text h3 { font-size: 20px; margin-bottom: 10px; transition: ease 0.5s; }

.prodPage_item1 .lis .text h4 { width: 60px; height: 2px; background-color: #d80000; margin-bottom: 10px; transition: ease 0.5s; }

.prodPage_item1 .lis .text span { color: #616161; transition: ease 0.5s; text-transform: uppercase; font-size: 14px; display: block; text-align: right; }

.prodPage_item1 .lis .text span i { margin-left: 5px; transition: ease 0.5s; }

.prodPage_item1 .lis:hover { border-color: #d80000; }

.prodPage_item1 .lis:hover .text h3 { color: #d80000; }

.prodPage_item1 .lis:hover .text h4 { width: 120px; }

.prodPage_item1 .lis:hover .text span { color: #d80000; }

.prodPage_item1 .lis:hover .text span i { margin-left: 10px; }

.prodPage_item1 .lis:hover img { transform: scale(1.1); }

.prodShowPgae_item1 .prod_tt { background-color: #f1f1f1; display: flex; overflow: hidden; margin-bottom: 20px; }

.prodShowPgae_item1 .prod_tt span { padding: 10px 40px; padding-right: 60px; color: #fff; background-color: #d80000; position: relative; }

.prodShowPgae_item1 .prod_tt span::after { content: ''; width: 40px; background-color: #f1f1f1; position: absolute; right: -20px; top: -30px; transform: rotate(-35deg); height: 80px; }

.prodShowPgae_item1 .list .lis { margin-bottom: 20px; }

.prodShowPgae_item1 .list .lis .desc .tt h3 { font-size: 32px; }

.prodShowPgae_item1 .list .lis .desc .tt h4 { font-size: 28px; }

.prodShowPgae_item1 .list .lis .desc .tt h5 { height: 3px; background-color: #d80000; width: 65px; margin-bottom: 40px; margin-top: 10px; }

.prodShowPgae_item1 .list .lis .desc .text { margin-bottom: 20px; }

.prodShowPgae_item1 .list .lis .desc .text h5 { margin-bottom: 10px; font-size: 16px; }

.prodShowPgae_item1 .list .lis .desc .text p { font-size: 14px; margin-bottom: 10px; line-height: 1.7; color: #616161; }

.prodShowPgae_item1 .list .lis .desc ._More { margin-left: 0; }

.prodShowPgae_item1 .box_con { padding: 20px 0 40px; }

.prodShowPgae_item1 .box_con img { max-width: 100%; }

.prodShowPgae_item1 ._tb_box ._tb_row { display: flex; }

.prodShowPgae_item1 ._tb_box ._tb_row ._tb_col { width: 33.3333%; border: 1px solid #dedede; margin-right: -1px; margin-bottom: -1px; }

.prodShowPgae_item1 ._tb_box ._tb_row ._tb_col .ct { padding: 10px; }

.prodShowPgae_item1 ._tb_box ._tb_row:nth-child(2n) ._tb_col { background-color: #f1f1f1; }

.prodShowPgae_item1 ._tb_box ._tb_row._tb_head ._tb_col { background-color: #d80000; }

.prodShowPgae_item1 ._tb_box ._tb_row._tb_head ._tb_col .ct { color: #fff; }

.prodShowPgae_item1 ._table { border-top: 1px solid #dedede; border-left: 1px solid #dedede; }

.prodShowPgae_item1 ._table ._tb_row { display: flex; }

.prodShowPgae_item1 ._table ._tb_row._tb_head { background-color: #a90f11; color: #fff; }

.prodShowPgae_item1 ._table ._tb_row ._tb_col { width: 25%; }

.prodShowPgae_item1 ._table ._tb_row ._tb_col p { height: 40px; display: flex; align-items: center; justify-content: center; text-align: center; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; }

.prodShowPgae_item1 ._table ._tb_row ._tb_col p.z5 { height: 200px; }

.prodShowPgae_item1 ._table ._tb_row ._tb_col p.z4 { height: 160px; }

.prodShowPgae_item1 ._table ._tb_row ._tb_col p.z3 { height: 120px; }

.prodShowPgae_item1 ._table ._tb_row ._tb_col p.z2 { height: 80px; }

.prodShowPgae_item1 ._table ._tb_row ._tb_col:nth-child(2n-1) p { font-weight: bold; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_col p.z6 { height: 240px; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_col p.z12 { height: 480px; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_col:nth-child(2n-1) p { font-weight: normal; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_row ._tb_col:nth-child(1) { width: 5%; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_row ._tb_col:nth-child(2) { width: 10%; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_row ._tb_col:nth-child(3) { width: 15%; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_row ._tb_col:nth-child(4) { width: 15%; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_row ._tb_col:nth-child(5) { width: 15%; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_row ._tb_col:nth-child(6) { width: 20%; }

.prodShowPgae_item1 ._table._tb_type_2 ._tb_row ._tb_col:nth-child(7) { width: 20%; }

.prodShowPgae_item1 ._table.ty2 ._tb_row ._tb_col:nth-child(1) { width: 20%; }

.prodShowPgae_item1 ._table.ty2 ._tb_row ._tb_col:nth-child(2) { width: 10%; }

.prodShowPgae_item1 ._table.ty2 ._tb_row ._tb_col:nth-child(3) { width: 70%; }

.prodShowPgae_item1 ._table.ty3 ._tb_row ._tb_col:nth-child(1) { width: 50%; }

.prodShowPgae_item1 ._table.ty3 ._tb_row ._tb_col:nth-child(2) { width: 50%; }

.prodShowPgae_item1 .prod_detail { border-bottom: 1px solid #dedede; }

.prodShowPgae_item1 .nespn { display: flex; justify-content: space-between; margin-top: 20px; align-items: center; }

.prodShowPgae_item1 .nespn a { display: block; padding: 10px 0; }

.prodShowPgae_item1 .nespn a span { margin-left: 5px; }

.prodShowPgae_item1 .nespn a:hover { color: #d80000; }

.prodShowPgae_item1 .nespn a.back { color: #878787; font-weight: bold; background-color: #d80000; color: #fff; height: max-content; padding: 3px 20px; }

.prodShowPgae_item1 .nespn a.back:hover { color: #fff; background-color: #b90202; }

.prodShow2Pgae_item1 .prod_tt { background-color: #f1f1f1; display: flex; overflow: hidden; margin-bottom: 20px; }

.prodShow2Pgae_item1 .prod_tt span { padding: 10px 40px; padding-right: 60px; color: #fff; background-color: #d80000; position: relative; }

.prodShow2Pgae_item1 .prod_tt span::after { content: ''; width: 40px; background-color: #f1f1f1; position: absolute; right: -20px; top: -30px; transform: rotate(-35deg); height: 80px; }

.prodShow2Pgae_item1 .list .lis { margin-bottom: 20px; border-bottom: 1px solid #dedede; padding-bottom: 40px; }

.prodShow2Pgae_item1 .list .lis .desc .tt h3 { font-size: 32px; }

.prodShow2Pgae_item1 .list .lis .desc .tt h4 { font-size: 28px; }

.prodShow2Pgae_item1 .list .lis .desc .tt h5 { height: 3px; background-color: #d80000; width: 65px; margin-bottom: 40px; margin-top: 10px; }

.prodShow2Pgae_item1 .list .lis .desc .text { margin-bottom: 20px; }

.prodShow2Pgae_item1 .list .lis .desc .text h5 { margin-bottom: 10px; font-size: 16px; }

.prodShow2Pgae_item1 .list .lis .desc .text p { font-size: 14px; margin-bottom: 10px; color: #616161; display: flex; align-items: flex-start; }

.prodShow2Pgae_item1 .list .lis .desc .text p span { width: calc(100% - 10px); }

.prodShow2Pgae_item1 .list .lis .desc .text p::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #d80000; margin-right: 5px; transform: translateY(7px); }

.prodShow2Pgae_item1 .list .lis .desc ._More { margin-left: 0; }

.prodShow2Pgae_item1 .box_con { padding: 20px 0 40px; }

.prodShow2Pgae_item1 .box_con img { max-width: 100%; }

.prodShow2Pgae_item1 ._tb_box ._tb_row { display: flex; }

.prodShow2Pgae_item1 ._tb_box ._tb_row ._tb_col { width: 25%; border: 1px solid #dedede; margin-right: -1px; margin-bottom: -1px; }

.prodShow2Pgae_item1 ._tb_box ._tb_row ._tb_col .ct { padding: 10px; }

.prodShow2Pgae_item1 ._tb_box ._tb_row:nth-child(2n) ._tb_col { background-color: #f1f1f1; }

.prodShow2Pgae_item1 ._tb_box ._tb_row._tb_head ._tb_col { background-color: #d80000; }

.prodShow2Pgae_item1 ._tb_box ._tb_row._tb_head ._tb_col .ct { color: #fff; }

.prodShow2Pgae_item1 .prod_detail { border-bottom: 1px solid #dedede; }

.prodShow2Pgae_item1 .nespn { display: flex; justify-content: space-between; margin-top: 20px; align-items: center; }

.prodShow2Pgae_item1 .nespn a { display: block; padding: 10px 0; }

.prodShow2Pgae_item1 .nespn a span { margin-left: 5px; }

.prodShow2Pgae_item1 .nespn a:hover { color: #d80000; }

.prodShow2Pgae_item1 .nespn a.back { color: #878787; font-weight: bold; background-color: #d80000; color: #fff; height: max-content; padding: 3px 20px; }

.prodShow2Pgae_item1 .nespn a.back:hover { color: #fff; background-color: #b90202; }

.newsDetailPage_item1 .topBar { padding: 20px; background-color: #f1f1f1; color: #434343; }

.newsDetailPage_item1 .topBar a { color: #434343; }

.newsDetailPage_item1 .topBar a:hover { color: #d80000; }

.newsDetailPage_item1 .topBar span { color: #d80000; }

.newsDetailPage_item1 .cont .head h4 { color: #d80000; margin-bottom: 5px; }

.newsDetailPage_item1 .cont .head h3 { font-size: 32px; margin-bottom: 20px; }

.newsDetailPage_item1 .cont .news-text-cont { border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 40px 0; }

.newsDetailPage_item1 .cont .nespn { display: flex; justify-content: space-between; }

.newsDetailPage_item1 .cont .nespn a { display: block; padding: 10px 0; }

.newsDetailPage_item1 .cont .nespn a span { margin-left: 5px; }

.newsDetailPage_item1 .cont .nespn a.back { color: #878787; font-weight: bold; }

.newsDetailPage_item1 .cont .nespn a:hover { color: #d80000; }

.casePage_item1 .list { margin-bottom: 40px; }

.casePage_item1 .list .lis { margin-bottom: 54px; }

.casePage_item1 .list .lis:last-child { margin-bottom: 0; }

.casePage_item1 .list .lis .imgbox { position: relative; margin-bottom: 15px; }

.casePage_item1 .list .lis .imgbox span { position: absolute; bottom: 20px; left: 0; background-color: rgba(216, 0, 0, 0.7); font-size: 12px; width: max-content; padding: 3px 10px; padding-left: 20px; color: #fff; }

.casePage_item1 .list .lis .text h3 { font-size: 16px; margin-bottom: 5px; }

.casePage_item1 .list .lis .text p { font-size: 14px; color: #818181; }

.casePage_item1 .list .lis:hover img { transform: scale(1.1); }

.jishuPage_item1 .part1 { position: relative; width: 800px; margin-bottom: 60px; }

.jishuPage_item1 .part1 .imgbox { margin: 0; }

.jishuPage_item1 .part1 .text { position: absolute; padding: 60px 40px; background-color: rgba(241, 241, 241, 0.9); width: 1600px; left: 700px; top: 50%; transform: translateY(-50%); box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.jishuPage_item1 .part1 .text .head { width: 460px; margin-bottom: 20px; }

.jishuPage_item1 .part1 .text .head h3 { font-size: 28px; color: #d80000; }

.jishuPage_item1 .part1 .text .head h4 { font-size: 24px; }

.jishuPage_item1 .part1 .text .cont { width: 460px; }

.jishuPage_item1 .part1 .text .cont p { font-size: 14px; color: #545454; line-height: 2; margin-bottom: 10px; }

.jishuPage_item1 .part1:last-child { margin-bottom: 0; }

.jishuPage_item1 .part1.dx { margin-right: 0; margin-left: auto; }

.jishuPage_item1 .part1.dx .text { left: auto; right: 700px; }

.jishuPage_item1 .part1.dx .text .head { text-align: right; }

.jishuPage_item1 .part1.dx .text .cont, .jishuPage_item1 .part1.dx .text .head { margin-right: 0; margin-left: auto; }

.indexPage_buju .cont { display: flex; }

.indexPage_buju .cont .le { width: 360px; }

.indexPage_buju .cont .le .lis { height: 180px; position: relative; overflow: hidden; padding: 30px; background-color: #333; }

.indexPage_buju .cont .le .lis .des { position: relative; z-index: 1; color: #fff; }

.indexPage_buju .cont .le .lis .des .yuan .iconfont { width: max-content; font-size: 40px; height: 40px; line-height: 40px; transition: ease 0.5s; }

.indexPage_buju .cont .le .lis .des h3 { font-size: 1.625rem; color: #ffffff; font-weight: bold; margin-top: 1.25rem; margin-bottom: .5rem; line-height: 1; }

.indexPage_buju .cont .le .lis .des span { font-size: 1.25rem; color: #fff; font-family: "Barlow Condensed"; text-transform: uppercase; opacity: .3; }

.indexPage_buju .cont .le .lis::before { content: ''; position: absolute; top: 100%; background-color: #d80000; left: 0; width: 100%; height: 100%; transition: ease 0.5s; }

.indexPage_buju .cont .le .lis.on .des .iconfont { transform: rotateY(180deg); }

.indexPage_buju .cont .le .lis.on::before { top: 0; }

.indexPage_buju .cont .ri { width: calc(100% - 360px); position: relative; }

.indexPage_buju .cont .ri .ct { background-color: #f1f2f3; display: flex; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.indexPage_buju .cont .ri .ct .desc { width: calc(100% - 700px); padding: 2.25rem; }

.indexPage_buju .cont .ri .ct .desc span { font-size: 1.5rem; color: #d80000; font-family: "Barlow Condensed Bold"; display: block; text-transform: uppercase; }

.indexPage_buju .cont .ri .ct .desc h3 { font-size: 1.25rem; font-weight: bold; color: #333333; margin-top: 5.25rem; margin-bottom: 1.625rem; }

.indexPage_buju .cont .ri .ct .desc .item_list .item { margin-bottom: 10px; }

.indexPage_buju .cont .ri .ct .desc ._More { margin-left: 0; }

.indexPage_buju .cont .ri .ct .thu { width: 700px; }

.indexPage_buju .cont .ri .ct .thu img { display: block; width: 100%; }

.indexPage_buju .cont .ri .ct:nth-child(1) { z-index: 3; }

.indexPage_buju .cont .ri .ct:nth-child(2) { z-index: 2; }

.indexPage_buju .cont .ri .ct:nth-child(3) { z-index: 1; }

.indexPage_buju .cont .ri .ct .thu { width: 50%; height: 540px; overflow: hidden; display: flex; justify-content: center; }

.indexPage_buju .cont .ri .ct .thu img { width: auto; height: 100%; }

.indexPage_buju .cont .ri .ct .desc { width: 50%; }

.prod_n_item1 { background: url(../images/prodn1.jpg) center center no-repeat; background-size: cover; }

.prod_n_item1 .desc .tit { margin-bottom: 60px; line-height: 1; }

.prod_n_item1 .desc .tit p { font-size: 16px; font-weight: bold; color: #d0111b; margin-bottom: 10px; text-transform: uppercase; }

.prod_n_item1 .desc .tit h3 { font-size: 45px; margin-bottom: 10px; }

.prod_n_item1 .desc .tit span { display: block; height: 4px; width: 120px; background-color: #d0111b; }

.prod_n_item1 .desc .des { margin-top: 40px; }

.prod_n_item1 .desc .des .h { display: flex; align-items: center; border-bottom: 2px solid #c6c6cd; margin-bottom: 20px; padding-bottom: 5px; }

.prod_n_item1 .desc .des .h i { margin-right: 5px; }

.prod_n_item1 .desc .des .h p { font-weight: bold; font-size: 20px; color: #d0111b; }

.prod_n_item1 .desc .des .h p span { font-size: 16px; color: #333; text-transform: uppercase; }

.prod_n_item1 .desc .des .ct .p { display: flex; margin-top: 5px; }

.prod_n_item1 .desc .des .ct .p span { width: 130px; font-weight: bold; }

.prod_n_item1 .desc .des .ct .p p { width: calc(100% - 135px); }

.prod_n_item2 { background: url(../images/prodn2.jpg) center center no-repeat; background-size: cover; }

.prod_n_item2 .itemTit { text-align: center; margin-bottom: 40px; }

.prod_n_item2 .itemTit h3 { font-size: 20px; color: #fff; font-weight: bold; margin-bottom: 8px; }

.prod_n_item2 .itemTit h4 { width: 60px; height: 3px; background-color: #d0111b; margin: auto; }

.prod_n_item2 .itemTit p { margin-top: 8px; font-size: 16px; color: #757575; font-weight: bold; text-transform: uppercase; }

.prod_n_item2 .cont { display: flex; justify-content: space-around; flex-wrap: wrap; }

.prod_n_item2 .cont .lis { padding: 30px; }

.prod_n_item2 .cont .lis .icobox { width: 100px; height: 100px; border-radius: 50%; background-color: #fff; display: flex; margin: 0 auto; margin-bottom: 20px; justify-content: center; align-items: center; box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5); transition: ease 0.5s; color: #d0111b; }

.prod_n_item2 .cont .lis .icobox i { font-size: 45px; }

.prod_n_item2 .cont .lis p { color: #fff; text-align: center; font-size: 14px; line-height: 2; }

.prod_n_item2 .cont .lis:hover .icobox { background-color: #d0111b; box-shadow: 0px 0px 8px rgba(208, 17, 27, 0.5); color: #fff; }
