﻿@charset "utf-8";
/* ===================首页样式========================== */

.indBg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
.indBg img{width: 100%;height: 100%;object-fit: cover;}
.indChunk{position: absolute;width: 312px;height: 100%;top: 0;left: 0;z-index: 10;background: #2c2a2b;}
.indChunk.active{height: calc(100% + 2px);top: -1px;}
.copyright p{width: 100%;padding-left: 312px;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #fff;height: 44px;background: #2c2a2b;}

/* ===================首页样式========================== */
.banner{width: 100%;position: relative;overflow: hidden;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;object-fit: cover;}
.banner-img img.none-mb{height: 100vh;}
.banner-img img.none-pc-pad{min-height: 50vh;}
.banner-cont{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;color: #fff;}
.banner-cont .text{max-width: 800px;line-height: 1.24;}
.banner-cont .link{display: flex;align-items: center;width: 152px;height: 44px;border-radius: 22px;background: rgba(231, 20, 26, .9);transition: all .4s ease;justify-content: center;font-family: "SamsungOne700";}
.banner-cont .link span{padding-right: 18px;background: url('../images/arrRW.svg') no-repeat right center/14px auto;}
.banner-cont .link:hover{background: #a92334;}
.banner .swiper-pagination{bottom: 36px;}
.banner .swiper-pagination-bullet{width: 40px;height: 2px;background: rgba(255, 255, 255, .5);opacity: 1;margin: 0 10px !important;position: relative;border-radius: 0;}
.banner .swiper-pagination-bullet:before{content: "";width: 0;height: 100%;background: #a92334;position: absolute;top: 0;left: 0;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet{background: #fff;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet:before{animation: bulletLine 4s linear both .8s;}
.banner .swiper-pagination-bullet-active.oneBullet:before{animation: bulletLine 3.8s linear both 0s;}
@keyframes bulletLine{0%{width: 0;}100%{width: 100%;}}
/* 效果 */
.banner-cont .text, .banner-cont .link{opacity: 0;}
.swiper-slide-active .banner-cont .text{animation: bannerUp 1s ease both 1s;}
.swiper-slide-active .banner-cont .link{animation: bannerUp 1s ease both 1.1s;}
.oneSlide .banner-cont .text{animation: bannerUp 1s ease both .4s;}
.oneSlide .banner-cont .link{animation: bannerUp 1s ease both .5s;}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.banner .swiper-slide {overflow: hidden;position: relative;}
.banner .swiper-slide img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;}
.banner .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}


.home-title{font-size:36px;color:#000;text-align:center;font-weight: bold; text-transform: uppercase;}
.home-title span{display:inline-block;color:#e7141a}
.home-des{font-size:28px;line-height:35px;color: #111; padding-bottom: 18px; margin-bottom: 25px; text-align:center; position: relative;}
.home-des:after{content: "";position: absolute;width: 50px;height: 2px;background: #fff;left: 50%;bottom:0; transform: translate(-50%,-50%);}


.dyip{height: 100vh; text-align:center; background:url(../images/indban3.jpg) left center no-repeat; background-size: cover; position: relative;z-index: 33; overflow: hidden;}
.dyip .slideTxtBox{max-width: 92%; margin: 4% auto; overflow: hidden;}
.dyip .slideTxtBox .hd{ margin-top:20px;}
.dyip .slideTxtBox .hd ul{ font-size:0px;}
.dyip .slideTxtBox .hd ul li{ display:inline-block; cursor:pointer; font-size:15px; margin:0 .25%; width:12%; color: #fff;}
.dyip .slideTxtBox .hd ul li .border{ border:1px solid #222; background:#222; padding:10px 0; border-radius: 25px;}
.dyip .slideTxtBox .hd ul li.on .border{ background:#252e7d; color:#FFF; border:1px solid #252e7d;}
.dyip .slideTxtBox .hd ul li:hover .border{ background:#252e7d; color:#FFF; border:1px solid #252e7d;}
.dyip .slideTxtBox .hd ul li.on .jt{ display:block;}
.dyip .slideTxtBox .bd{ margin:2.5% auto 0; max-width: 100%;}
.dyip .slideTxtBox .bd ul{width: 102%}
.dyip .slideTxtBox .bd li{ float:left; width:18%; margin:0 2% 1.5% 0;  background: #fff; transition:all 0.3s;}
.dyip .slideTxtBox .bd li img{ width:100%; object-fit:cover; max-height:100%; -webkit-transition: all .6s linear; transition: all .6s linear;}
.dyip .slideTxtBox .bd li p{ padding:12px 0; line-height:30px; font-size: 15px;}
.dyip .slideTxtBox .bd li:hover{box-shadow:0 5px 10px 10px rgb(0, 0, 0 .75); -webkit-transform: translateY(-4px); transform: translateY(-4px);}
.dyip .slideTxtBox .bd li:hover img{-webkit-transform: translateY(-10px); transform: translateY(-10px);}

.dyip .slideTxtBox .bd li a{display:inline-block; position:relative; padding:0;}
.dyip .slideTxtBox .bd li a:before{content:""; position:absolute; width:0%; height:2px; background:#e6131a; left:0; bottom:0; -webkit-transition:all .4s linear; transition:all .4s linear; z-index:2;}
.dyip .slideTxtBox .bd li a:hover:before{width:100%;}
.dyip .slideTxtBox .bd li a:hover{color: #252e7d;}

.dyip .slideTxtBox .arrow{ width:82px; margin:15px auto 0 auto;}
.dyip .slideTxtBox .arrow a{ display:block;  width:40px; height:40px; line-height:40px; float:left; background:#333; cursor:pointer; margin-right: 1px}
.dyip .slideTxtBox .arrow a:hover{ text-decoration:none;}
.dyip .slideTxtBox .arrow i{ font-size:12px; color:#FFF;}


.into{position: relative; height: 100vh;}
.indCont{height: 95%; display: flex; align-items: center; z-index: 30; position: relative; max-width: 82%; margin:0 auto; padding-top: 6%; justify-content: space-between; }

.indCont .common_text{max-width: 44.5%; display: inline-block; overflow: hidden;}
.indCont .common_text .e_image{border: 12px solid rgba(255,255,255,0.22);object-fit: cover;transition: all .4s ease;overflow: hidden;}
.indCont .common_text .e_image img{max-width: 100%;object-fit: cover;transition: all .4s ease;}
.indCont .common_text .e_image img:hover{transform: scale(1.08);}
.indCont .common_text .EN_name{font-size: 36px;font-weight: 600;line-height: 1.25;color: #fff; padding-bottom: 10px;}
.indCont .common_text .EN_name span{color: #e7141a;}
.indCont .common_text .name{font-size: 24px;font-weight: 500;line-height: 1.1;color: #fff; padding-bottom: 18px; margin-bottom: 25px; position: relative;}
.indCont .common_text .name:after{content: "";position: absolute;width: 50px;height: 2px;background: #fff;left: 0;bottom:0;transition: width .4s ease,opacity .2s ease .2s;}
.indCont .common_text .desc{font-size: 16px;line-height: 35px;color: #fff;margin-top: 18px;text-align:justify; font-weight: 400; overflow: hidden;}
.indCont .common_text .link{width: 100%;margin-top: 30px;}
.indCont .common_text .link a{display: flex;align-items: center;justify-content: center;width: 150px;height: 42px;border-radius: 25px;background: #e7141a;font-family:'GilroyR';font-size: 15px;color: #fff;transition: all .4s ease;}
.indCont .common_text .link a:hover{box-shadow: 0 4px 20px 4px rgba(173, 0, 0, 0.4);}

.indpp-num{ z-index: 3;position: relative; max-width: 82%; margin: 2% auto;  text-align: center; justify-content: space-between; align-items: center; overflow: hidden; display: none;}
.indpp-num-line{width: 1px;background: #fff;margin: 0;}
.indpp-num-items{width: 20%; text-align: center;}
.indpp-num-items .num{font-family:'SamsungOne700';color: #fff;line-height: 1.1; font-weight: bold;}
.indpp-num-items .num i{font-size: 20px;font-style: normal;}
.indpp-num-items .text{line-height: 18px;color: #eee;margin-top: 14px;}


.news{position: relative;height: 100vh; }
.news-list{height: 100%;align-items: center; z-index: 30; position: relative; max-width: 82%; margin:0 auto; padding-top: 5%; justify-content: space-between; }
.news_coms{width: 100%; margin-top: 40px; overflow: hidden;}
.news_coms ul{margin-left: -2%;}
.news_coms ul li{margin-left: 2%; width: 48%; padding: 1.25%; float: left; margin-bottom: 2%; background: #fff; overflow: hidden;}
.news_coms ul li .news_pic{width: 42%; float: left; overflow: hidden;}
.news_coms ul li .news_pic img{max-width: 100%;}
.news_coms ul li .news_content{float: right; width: calc(100% - 45%); color: #000; margin-top: 15px;}
.news_coms ul li .news_content .name{font-size: 18px;line-height: 1.1;transition: all .4s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news_coms ul li .news_content .desc{font-size: 14px; opacity: .7; line-height: 25px;transition: all .4s ease;margin: 18px 0 20px;height: 75px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news_coms ul li .news_content .time{font-size: 14px; line-height: 1.25; opacity: .88}
.news_coms ul li:hover{background:  rgba(231, 20, 26, 0.88);}
.news_coms ul li:hover .news_content{color: #fff;}

.I_footer{position: relative;height: 100vh; }

.laydqsm{width: 100%;background: url(../images/indban5.jpg) center center no-repeat; background-size: cover; height: 57%;  overflow: hidden; }
.laydqsm-list{ max-width: 82%; margin:0 auto; display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 5.5%;}
.laydqsm-list li{width: 31.333%;color: #fff; text-align: center; padding: 2% 4%; background: transparent; cursor: pointer;}
.laydqsm-list li .icon{display: block;height: 125px;line-height: 125px;}
.laydqsm-list li .icon img{max-height: 100%;}
.laydqsm-list li .name{font-size: 22px;font-weight: 600;margin: 20px 0;}
.laydqsm-list li .desc{font-size: 14px; line-height: 1.75rem; color: #eee;}
.laydqsm-list li .gds{font-size: 14px; margin: 20px 0; color: #ccc;}
.laydqsm-list li:hover{background: rgba(231, 20, 26, 0.58);}



/* ==底部== */
.Footer-wrapper{width: 100%;overflow: hidden;background: #2d2d2d; height: 43%;}
.Footer-contain{max-width: 82%;margin: 0 auto;}
.Footer-gather{width: 100%;padding:36px 0 25px 0;border-bottom: 1px solid #383838;}
.Footer-navbar{width: calc(100% - 16%);float: left; overflow: hidden;}
.Footer-navbar ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.Footer-navbar li{width: auto;position: relative;}
.Footer-menu{display: block;width: 100%;height: 45px;line-height: 45px;font-size: 17px;color: #fff; font-weight: bold;}
.Footer-menuarr{display: none;}
.Footer-sonmenu{width: 100%;overflow: hidden;}
.Footer-sonmenu a{display: block;width: 100%;font-size: 14px;color: #aaa;padding: 3px 0;line-height: 24px;transition: all .4s ease;}
.Footer-sonmenu a:hover{color: #fff;}
.Footer-sonmenuitem{display: inline-block;vertical-align: top;margin-right: 18%;}
.Footer-sonmenuitem:last-child{margin-right: 0;}
.Footer-copy{width: 100%;font-size: 0;}
.Footer-copylogo{display: block;float: left;line-height: 18px;width: 138px;}
.Footer-copylink{float: left;overflow: hidden;margin-left: 8%;}
.Footer-copylink a{display: block;float: left;margin: 0 16px;font-size: 12px;color: #858585;transition: all .4s ease;}
.Footer-copylink a:hover{color: #fff;}

.f_code{width:125px; float: right;}
.f_code img{max-width: 125px;}
.f_code p{font-size: 14px; padding: 10px 0; color: #aaa; text-align: center; display: block;}

.Footer-copyright{width: 100%; font-size: 13px;color: #aaa; text-align: center;}
.Footer-copyright p{width: 100%;overflow: hidden;}
.Footer-copyright p a{display: block;float: left;line-height: 18px;font-size: 12px;color: #858585;transition: all .4s ease;padding: 0 16px;position: relative;}
.Footer-copyright p a:hover{color: #fff;}
.Footer-copyright p a:first-child{padding-left: 0;}
.Footer-copyright p a:last-child{padding-right: 0;}
.Footer-copyright p a:after{content: "";position: absolute;right: 0;top: 50%;width: 3px;height: 3px;border-radius: 50%;background: #858585;margin-top: -1.5px;}
.Footer-copyright p a:last-child:after{display: none;}
.Footer-copyright span{display: block;font-size: 12px;color: #858585;margin-top: 6px;}
.Footer-copyright span label{display: inline-block;vertical-align: middle;width: 12px;height: 8px;}


.indexFooter{position: fixed;display: flex;align-items: center;justify-content: center;z-index: 99;left: 0;bottom: 0;height: 44px;font-size: 14px;color: rgba(255, 255, 255, 0.8);background: rgba(44, 42, 43, 0.85);width: 100%;}
.indexFooter a{margin-left: 12px;transition: all .4s ease;position: relative;}
.indexFooter a:hover{text-decoration: underline;}



/* ==内页== */
.sonBan{width: 100%;position: relative;}
.sonBan-img{width: 100%;overflow: hidden;}
.sonBan-img img{width: 100%;object-fit: cover;min-height: 600px;transform: scale(1.1);animation: sonBanImg 1.2s linear both .2s;}

.sonMenu{position: relative;z-index: 9; height:75px;}
.sonMenu-scroll{flex-wrap: wrap;justify-content: space-between; display: flex; background: #fff; position: absolute;left: 50%; top: 0; transform: translate(-50%,-50%); padding: 0 20px; line-height: 75px;
    box-shadow: 3.42px 9.397px 20px 0px rgb(77 77 77 / 20%);}
.sonMenu .inner-nav-left a{display: inline-block;align-items: center;margin: 0 32px;color: #333;transition: all .4s ease;}
.sonMenu .inner-nav-left a:first-child{margin-left: 0;}
.sonMenu .inner-nav-left a:last-child{margin-right: 0;}
.sonMenu .inner-nav-left a:hover, .sonMenu a.active{color: #e7141a;}

.sonMenu .inner-nav-left, .sonMenu .inner-nav-right{flex: 0 0 auto;display: inline-flex;}
.sonMenu .bread-s0{display: inline-block;padding-left: 25px;background: url(../images/mianbao.png) no-repeat left center;}
.sonMenu .bread-a{color: #333;flex: 0 0 auto;transition-duration: .3s;}
.sonMenu .bread-a:hover, .sonMenu .bread-a.cur{color: #e7141a;}
.sonMenu .bread-a1{margin: 0 4px;}
.sonMenu .bread-a2{margin-left: 4px;}


/* 介绍 */
.brand-about{width: 100%; padding: 35px 0; overflow: hidden;}
.brand-about-intr{width: 100%;flex-direction: row-reverse;}
.brand-about-intr .home-title,.brand-about-intr .home-des{text-align: left;padding-bottom: 0;}
.brand-about-intr-wrap{width:100%;padding-bottom: 20px; overflow: hidden;}
.brand-about-intr-cont{width: 100%;color: #454545;line-height: 35px;}
.brand-about-intr-cont p{line-height: inherit;}
.brand-about-intr-img{width: 100%; padding-top: 16px; overflow: hidden;}
.brand-about-intr-img img{max-width: 49.5%;object-fit: cover; display: inline-block;}


/* 文化 */
.profile-wh-list {width: 100%; padding:10px 0 35px 0; overflow: hidden;}
.profile-wh-list ul{margin: -3% 0 0 -3%;}
.profile-wh-list li{width: 29.333%;margin: 3% 0 0 3%;float: left;box-shadow: 0 0 15px rgba(0, 0, 0, .1);padding-top: 41px;text-align: center;background: #fff;height: 310px;transition: all .4s ease;}
.profile-wh-list li:hover{transform: translateY(-10px);}
.profile-wh-listwd {margin-top:38px;}
.profile-wh-listwd h5{font-size: 22px;color: #333;margin-bottom: 36px;}
.profile-wh-listwd p{font-size: 16px;line-height: 26px;color: #888;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}


.zhengshu{ width: 100%; overflow: hidden;}
.zhengshu ul{ margin-left:-2%;}
.zhengshu li{ float:left; width:23%; margin-left:2%; text-align:center; margin-bottom:2%; background: #f2f2f2; padding: 0.75%;}
.zhengshu li img{ max-width:98%;}
.zhengshu li span{display:block; line-height:35px; font-size:15px; padding-top: 8px; color: #222;}


.Ulimg{width:100%; overflow: hidden;}
.Ulimg ul{ margin-left:-2%; }
.Ulimg li{ float:left; width:31.333%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; background: #f2f2f2; padding: 0.75%;}
.Ulimg li img{ max-width:100%;}
.Ulimg li span{display:block; line-height:35px; font-size:15px; padding-top: 8px; color: #222;}



.d_fenp{ background: #fff; padding:0; overflow: hidden;}
.ny_left{width:22.5%; float:left;}
.nyl_ltit{width:100%; height:70px; line-height:70px; text-align:center; font-size:22px; color:#fff; background:#252e7d; font-weight:bold; text-transform:uppercase;}
.list{width:100%; border-bottom:1px solid #d6d6d6; float:left;}
.list ul li{background-color:#fff; border:1px solid #d6d6d6; border-bottom:0; position:relative;}
.list ul li a{padding-left:25px; font-size:15px; color:#444; display: inline-block; height:55px; line-height:55px; position:relative;}
.list ul li a:hover,.list ul li a.on{color:#252e7d;}
.list ul li i{ position:absolute; right:10px; top:15px; width:20px; height:20px; cursor:pointer;}
.list ul li ul li i{top:10px;}
.list ul li .inactive{background:url(../images/off.png) no-repeat center;}
.list ul li .inactives{background:url(../images/on.png) no-repeat center;} 
.list ul li ul{display:none;}
.list ul li ul li{border-left:0; border-right:0; background-color:#eee; border-color:#fff; border-bottom:1px solid #ccc;}
.list ul li ul li:last-of-type{border-bottom:none;}
.list ul li ul li ul{display:none;}
.list ul li ul li a{padding-left:25px; font-size:14px; height:45px; line-height:45px;}
.list ul li ul li ul li{background-color:#f5f5f5; border-color:#f5f5f5; border-bottom:1px dashed #e6e6e6;}
.last{background-color:#252e7d; border-color:#252e7d;}
.list ul li ul li ul li a{color:#000; padding-left:30px; font-size:12px; height:30px; line-height:30px; display:block;}
.list ul li ul li ul li a:hover{color:#fff; background:#252e7d;}

.ny_right{width:calc(100% - 25%); float:right;}
.ny_right h3{width: 100%; color:#333; font-size:17px; line-height:35px; font-weight: bold; border-bottom:1px solid #e5e5e5; padding-bottom:10px;}


.pr_box{width: 100%; overflow: hidden;}
.pr_box ul{margin-left:-2%;}
.pr_box ul li{float:left; width: 31.333%; margin-left:2%;margin-bottom:2%; border: 1px solid #e2e2e2; box-sizing: border-box;}
.pr_box ul li .thus{display: block; overflow: hidden;}
.pr_box ul li .thus img{max-width: 82%; margin:12px auto;display:block;}
.pr_box ul li .chart{ background: #fff; color: #000; display: block;border-top: 1px solid #eee;padding:15px 10px; position: relative;}
.pr_box ul li .chart:before{ background:url(../images/idc.jpg) no-repeat; width:15px; height:10px; position:absolute; right:10px; top:50%; margin-top:-5px; content:"";}
.pr_box ul li .chart span{font-weight:normal;display:block;font-size:14px;line-height:1.75;color:#444; }
.pr_box ul li:hover{border: 1px solid #c1272d; }




/*  产品详情 */
.products_con{max-width:100%;  margin-top:28px; overflow: hidden;}
.products_con .t{ overflow: hidden;}
.products_con .t_l{float: left;width: 55%;}
.products_con .t_l img{max-width: 75%; margin:30px auto;display:block;}
.gallery-toper{border: 1px solid #CCC;}
.gallery-toper .swiper-pagination .swiper-pagination-bullet{margin:0 3px;}
.gallery-toper .swiper-pagination-bullet{width: 6px;height: 6px;background: #333;opacity: 0.1;}
.gallery-toper .swiper-pagination-bullet-active{background: #333;opacity: 1;}

.gallery-thumbser{margin: 15px 0 0;}
.gallery-thumbser .swiper-slide {display: inline-block;border:1px solid #CCC;box-sizing: border-box;}
.gallery-thumbser .swiper-slide-thumb-active {border:1px solid #c1272d;}
.gallery-thumbser .swiper-slide img{max-width:100%; margin:0;}

.products_con .t_r{float: right;width: 40%;}
.products_con .t_r h4{font-size: 24px;font-weight: 500;padding:0 0 10px 0; color: #222;}
.products_con .t_r h5{font-size: 19px; padding-bottom: 12px;border-bottom: 1px solid #888;margin-bottom: 25px; color: #252e7d;}
.div_p1{ font-size:15px; color:#000; font-weight:600;  }


.proleft_btn{width:100%; float:left; margin-top:20px;}
.proleft_btn li{width:155px; float:left; margin-right:10px;background:#252e7d; padding:1px 5px; border-radius: 50px;}
.proleft_btn li i{float: left; width: 32px; padding: 5px}
.proleft_btn li i img{max-width: 100%;}
.proleft_btn li a{width:100%; height:42px; line-height:42px; text-align:center; font-size:16px;display:block; color:#fff;}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li:hover{background:#c1272d; color:#fff;}


.products_con .t_r .r_b{margin-top: 18px;line-height: 32px;padding-bottom: 30px; font-size: 14px; color: #111;}
.products_con .t_r .r_b table{width: 88% !important;}
.products_con .t_r .r_b table tr td{width: 25%;}
.products_con .t_r .r_b table tr td:first-child{font-weight: bold;}



.products_con .description{margin:32px 0 20px 0; overflow: hidden;}
.products_con .description .xqbt{height: 42px;line-height: 42px;background: url(../images/channelBg.png) no-repeat left center;padding-left: 32px;
    font-size: 18px;color: #fff;border-bottom: 3px solid #100964;}
.products_con .description .xqbt span{color: #fff;font-size: 18px;}
.products_con .description .editor{margin: 20px 0 0; font-size: 15px;line-height: 32px; overflow: hidden;}
.products_con .description .editor img{max-width: 100%;}

.products_con .description .editor table{width: 95%; width: 100%;border-collapse: collapse; border-left: 1px solid #555;border-top: 1px solid #555; margin-bottom: 10px;text-align:left;}
.products_con .description .editor table tr td{border-right: 1px solid #555;border-bottom: 1px solid #555;font-size: 14px;line-height: 32px; padding: 5px 10px; color: #000;}



/* 新闻中心-列表 */
.news-lb-list {width: 100%;overflow: hidden;}
.news-lb-list ul {}
.news-lb-list li {width: 100%;border-bottom: 1px solid #eeeeee;}
.news-lb-list li a{padding: 30px 20px;width: 100%;display: block;}
.news-lb-list li:first-child a{padding-top: 0;}
.news-data,.news-img,.news-wd{float: left;}
.news-data {width: 110px;text-align: center;color: #777;}
.news-data h5{font-size: 48px; font-weight: 500; line-height: 85px;border-bottom: 1px solid #e3e3e3;}
.news-data p{font-size: 16px;margin-top: 18px;}
.news-img {width: 26.5%;padding-left: 3%;overflow: hidden;}
.news-img img{height: 100%;object-fit: cover;max-width: 100%;transition: all .4s ease;}
.news-wd{width: 65%;padding-left: 3.5%;}
.news-wd h5{font-size: 18px;color: #333;line-height: 28px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight: 500;}
.news-wd p{font-size: 14px;color: #888;line-height: 28px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 50px;margin: 14px 0 24px;}
.news-wd span{width: 145px;line-height: 42px;display: block;border-radius: 30px;color: #555;font-size: 15px;border: 1px solid #e2e2e2;text-align: center;padding-right: 24px;position: relative;}
.news-wd span:before{position: absolute;right: 30px;top: 19px;content: "";background: url("../images/news-3.png") no-repeat center;width: 14px;height: 9px;}
.news-lb-list li a:hover .news-wd span{color: #fff;border: none;background: linear-gradient(to right, #252e7d , #3548ee);}
.news-lb-list li a:hover .news-wd span:before{background-image: url("../images/news-4.png");}
.news-lb-list li a:hover .news-img img{transform: scale(1.04);}



/* 新闻中心---详情 */
.news-xq-main {width: 100%; overflow: hidden;}
.news-xq-main h2{font-size: 24px;color: #333;font-weight: 500; text-align: center;}
.news-xq-main>p{font-size: 15px;line-height: 18px;color: #666;padding-left:28px ;margin: 22px auto;background: url("../images/news-11.png") no-repeat left center; text-align: center; width: 145px;}
.news-xq-mainwd {width: 100%;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;padding: 30px 0;}
.news-xq-mainwd p{font-size: 15px;line-height: 32px;color: #555;}
.news-xq-mainwd img{max-width: 100%;object-fit: cover;}
.news-xq-mainwd h5{font-size: 18px;line-height: 28px;color: #333;font-weight: 500;}
.news-xq-btn {padding: 25px 0 0;position: relative;}
.news-xq-btn a{display:block;font-size: 15px;line-height: 40px;color: #555;max-width: 80%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition: all .4s ease;}
.news-xq-btn a:hover{color: #252e7d;}
.news-xq-btn a:last-child:hover {color: #fff;}
.news-xq-btn a:last-child{width: 145px;position: absolute; background: linear-gradient(to right, #252e7d , #3548ee);line-height: 42px;border-radius: 30px;color: #fff;padding-left: 30px;right: 0;top: 46px;text-align: center;font-size: 15px;}
.news-xq-btn a:last-child:before{width: 23px;height: 15px;content: "";position: absolute;background: url("../images/news-12.png") no-repeat;left: 26px;top: 14px;}



/* 案例-列表 */
.case-list{width: 100%;overflow: hidden;}
.case-list li{width: 100%;overflow: hidden;}
.case-list li:first-child{margin-top: 0;}
.case-img, .case-wdbox{width: 50%;height: 438px;position: relative;overflow: hidden;display: block;}
.case-list li:nth-child(2n+1) .case-img{float: right;}
.case-list li:nth-child(2n+1) .case-wdbox{float: left;}
.case-list li:nth-child(2n) .case-img{float: left;}
.case-list li:nth-child(2n) .case-wdbox{float: right;}
.case-img img{width: 100%;height: 100%;object-fit: cover;transition: all .4s linear;}
.case-img:hover img{transform: scale(1.06);}
.case-wdbox{background: #f5f5f5;display: flex;align-items: center;padding: 0 60px;}
.case-wd{width: 100%;}
.case-wd-title{width: 100%;}
.case-wd-title h2{font-size: 27px;color: #333;font-weight: 500;margin: 0 0 15px;}
.case-wd-title i{display: block;width: 40px;height: 3px;background: linear-gradient(to right,#252e7d,#3548ee);}
.case-wd-desc{width: 100%;margin-top: 24px;}
.case-wd-desc p{font-size: 15px;color: #555;line-height: 32px;}
.case-wd-desc a{display: block;position: relative;width: 150px; background: #fff;  margin-top: 42px;height: 48px;line-height: 44px;overflow: hidden;border-radius: 24px;border: 2px solid #e5e5e5;text-align: center;font-size: 15px;color: #555;transition: all .4s ease;}
.case-wd-desc a span{position: relative;z-index: 2;}
.case-wd-desc a:before{content: "";position: absolute;width: 0;height: 100%;right: 0;background: #252e7d;top: 0;transition: all .6s ease;}
.case-wd-desc a:hover{color: #fff; border-color: #252e7d; }
.case-wd-desc a:hover:before{right: auto;left: 0;width: 100%;}

.casexq-cont{width: 100%;overflow: hidden;}
.casexq-cont h2{font-size: 27px;color: #000;font-weight: 500;line-height: 35px;margin-bottom: 28px; text-align: center;}
.casexq-cont p{font-size: 15px;color: #555;line-height: 30px;}
.casexq-cont img{max-width: 100%;margin: 0 ;}
.casexq-cont h3{font-size: 22px;color: #222;font-weight: 500;line-height: 35px;padding: 15px 0; }


.recruit-zp {width: 100%;padding: 0; overflow: hidden;}
.recruit-zp-list {margin-top: 0;}
.recruit-zp-list ul{margin-top: -1.5%;}
.recruit-zp-list li{width: 100%;background: #f0f0f0;margin-top: 1.5%;}
.recruit-zp-list li:first-child,.recruit-zp-list li.ontrue{background:linear-gradient(to right, #252e7d , #3548ee);}
.recruit-zp-list li:first-child>p,.recruit-zp-list li.ontrue>p{color: #fff !important;font-weight: normal !important;}
.recruit-zp-list li.ontrue>p span{color: #252e7d;background: #fff;}
.recruit-zp-list li>p{float: left;width: 18.65%;line-height:65px;text-align: center;font-size: 15px;color: #444;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.recruit-zp-list li>p:first-child{width: 25%;color: #333;font-size: 16px;text-align: left;padding-left: 80px;font-weight: 500;}
.recruit-zp-list li>p span{width: 36px;height: 36px;border-radius: 50%;background: #24459b;text-align: center;line-height: 36px;display: block;margin: 14px auto 0;color: #fff;font-size: 22px;font-weight: bold;font-family: \5B8B\4F53;cursor: pointer;}
.recruit-zp-list-erji {width: 100%;padding: 25px;float: left;background: #fff;display: none;}
.recruit-zp-list-erji h5{font-size: 16px;line-height: 32px;color: #333;font-weight: 500;}
.recruit-zp-list-erji p{font-size: 15px;line-height: 32px;color: #444;}
.recruit-zp-list-erji p a{color: #252e7d;display: inline-block;position: relative;}
.recruit-zp-list-erji p a:before{position: absolute;content: "";left: 0;bottom:0;background: #252e7d;width: 100%;height: 1px;}
.recruit-zp-list-erji>a{width: 155px;line-height: 44px;color: #fff;background:linear-gradient(to right, #252e7d , #3548ee);text-align: center;font-size: 15px;display: block;border-radius: 30px;margin-top: 40px;}



.contact-box {width: 100%;padding: 0; overflow: hidden;}
.contact-box .tops{display: flex; padding: 20px 30px 50px 0; border-bottom: 1px solid #f1f2f3;}
.contact-box .tops .left{width: 57%;display: inline-block;align-items: center;}
.contact-box .tops .left .info-box{padding: 15px 30px; border-right: 1px solid #f1f2f3;}
.contact-box .tops .left .info-box .tt{font-size: 18px; color: #333; font-weight: bold;}
.contact-box .tops .left .info-box .desc{margin-top: 20px; font-size: 15px; line-height: 38px; color: #444;}
.contact-box .tops .right{width: 43%; display: inline-block; overflow: hidden;}
.contact-box .tops .right .in-code{max-width: 145px; margin:25px auto 0 auto;}
.contact-box .tops .right .in-code img{ max-width:100%;}
.contact-box .map-box{width: 100%; margin-bottom: 55px; overflow: hidden;}
#map_container{height: 525px;z-index:1;}



/*feedback*/
.content_box{margin:15px 0 40px 0;overflow: hidden;}
.content_box .messages_box{width:auto;padding:0 1% 10px 0;}
.content_box .messages_box ul{width:100%;}
.content_box .messages_box ul li{padding:5px 28px 5px 5px;}
.content_box .messages_box .text-input,.content_box .messages_box .summary-input,.content_box .messages_box .qq-input{width:100%;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;font-size:14px;}
.content_box .messages_box .cont-input{width:100%;height:130px;padding:10px;line-height:20px;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;font-size:14px;}
.content_box .messages_box .code-input{width:125px;vertical-align:middle;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;}
.content_box .messages_box .verify-pic{height:35px;vertical-align:middle;}
.content_box .messages_box .submitBtn{text-align:center;padding-top:10px;}
.content_box .messages_box .messages-button{width:145px;height:42px;line-height:42px;font-size:16px;color:#fff;text-align:center;background:none repeat scroll 0% 0% #252e7d;border:none;}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .indCont,.news-list,.laydqsm-list,.Footer-contain{max-width: 92%;}
}



@media all and (max-width:1359px) {
    /* 1280 */
    .Header-important{width: 16%;}
    .dyip .slideTxtBox,.indCont,.news-list,.laydqsm-list,.Footer-contain{max-width: 92%;}
    .dyip .slideTxtBox{margin: 12% auto 0 auto;}
    .dyip .slideTxtBox .hd ul li{ font-size:13px;}
    .news-list{padding-top: 15%; }
    .laydqsm-list{margin-top: 9.5%;}
    .laydqsm-list li .icon{height: 100px;line-height: 100%;}
    .laydqsm-list li .name{font-size: 18px; margin: 12px 0;}
}


@media all and (max-width:1151px) {
    /* 1024 */
    .home-title{font-size:30px;}
    .home-des{font-size:25px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-logo img{width: 252px;}
    .Header-important{width: 20%;}
    .dyip,.into,.news,.laydqsm,.Footer-wrapper{height: auto;}


    .banner-img img.none-mb{height: 50vh;}
    .indxw-prev, .indxw-next{display: none;}

    .dyip .slideTxtBox{margin:6% auto;}
    .dyip .slideTxtBox .hd ul li{ margin:.5% .25%; width:24%; font-size: 14px;}
    .dyip .slideTxtBox .hd ul li .border{padding: 11px 0;}
    .dyip .slideTxtBox .bd li{width: 31.333%;}


    .indCont{display: block; padding:6% 0;}
    .indCont .common_text{max-width: 100%;}
    .indCont .common_text .EN_name{font-size: 30px;}
    .indCont .common_text .desc{font-size: 14px;line-height: 30px}
    .indCont .common_text .link{margin: 30px 0;}

    .news-list{padding:6% 0; }
    .news_coms ul{margin-left: 0;}
    .news_coms ul li{margin-left: 0; width: 100%;}

    .laydqsm-list li{width: 100%; margin-bottom: 3.5%;}


    .Footer-gather {padding: 20px 0;border-bottom:none;}

    .Footer-logo {display: none;}
    .Footer-navbar{width: 100%;margin-left:0}
    .Footer-navbar ul{display: block;}
    .Footer-navbar li{width: 100% !important; border-bottom: 1px solid #444;}
    .Footer-menu{height: 55px; line-height: 55px;}
    .Footer-sonmenu{display: none;}
    .Footer-menuarr{display: block;position: absolute;width: 55px;height: 55px;z-index: 4;top: 0;right: 0;background: url('../images/menuArrW.png') no-repeat center;}
    .Footer-menuarr.ontrue{transform: rotate(180deg);}
    .Footer-copy {padding: 20px 0 32px;}
    .Footer-copylink{display: none;}
    .Footer-copyright span{line-height: 20px;}
    .f_code{display: none;}


    .sonMenu{position: static; height:120px; padding-top: 8px; border-bottom: 10px solid #eee;}
    .sonMenu-scroll{flex-wrap: wrap;display: flex;  position: static;left: 0; top: 0; transform: translate(0,0); padding: 0; line-height: 48px; box-shadow: none;}
    .sonMenu .inner-nav-left a{margin: 0 14px;}



    .brand-about {padding: 25px 0;}

    .profile-wh-list li{width: 46.5%; height: auto; padding: 5% 0}
    .profile-wh-listwd h5{font-size: 20px;margin-bottom: 20px;}
    .profile-wh-listwd p{font-size: 15px;}

    .zhengshu li{ float:left; width:48%;}
    .Ulimg li,.pr_box ul li{ float:left; width:48%}

    .ny_left{width: 100%;}
    .ny_right{width: 100%;margin-top: 28px;}
    .products_con .t_l{width: 100%;}
    .products_con .t_r{width: 100%; margin-top: 28px;}
    .products_con .t_r h4{font-size: 22px;}

    .news-data {display: none;}
    .news-img {padding-left: unset;width: 28.8%;}
    .news-wd {width: 70%;}
    .news-lb-list li a {padding: 25px 0;}
    .news-xq-mainwd p {line-height: 24px;}
    .news-xq {padding: 60px 0;}
    .news-xq-btn {padding: 30px 0 0;}
    .news-xq-main ,.news-xq-secondary{width: 100%;float: unset;}
    .news-xq-btn a:last-child {top: 46px;}

    .case-img, .case-wdbox{width: 100%;height: auto;}
    .case-wdbox {padding: 25px 20px;}
    .case-wd-title h2 {font-size: 24px;}
    .case-wd-desc p {font-size: 14px;}
    .case-wd-desc a{margin-top: 25px;}
    .casexq-cont {width: 100%;float: unset;border-right: none;padding: 0;}
    .casexq-list {float: none;width: 100%;border-top: 30px solid #eee;margin-top: 38px;}
    .casexq-list-title {padding: 20px 0;font-size: 28px;}
    .casexq-list-wd h2 {font-size: 20px;}
    .casexq {padding: 50px 0;}
    .casexqwd {margin-top: 60px;}
    .casexqwd-title h4 {font-size: 28px;}
    .casexq-list-item {padding: 0 44px 44px;}

    .recruit-zp {padding: 60px 0;}
    .recruit-zp-list li>p { width: 20%;line-height: 60px;font-size: 14px;}
    .recruit-zp-list li>p:first-child {width: 20%;font-size: 15px;padding-left: 30px;}
    .recruit-zp-list li>p span {width: 30px;height: 30px;line-height: 30px;margin: 14px auto 0;font-size: 20px;}
    
    .contact-box .tops{display: block; padding: 20px 0 50px 0;}
    .contact-box .tops .left{width: 100%;}
    .contact-box .tops .left .info-box{padding: 15px 30px; border-right:none;}
    .contact-box .tops .left .info-box .desc{margin-top: 20px; font-size: 15px; line-height: 38px; color: #444;}
    .contact-box .tops .right{width: 100%;}
    .contact-box .tops .right .in-code{max-width: 145px; margin:15px auto 0 auto;}
    .contact-box .map-box{width: 100%; margin-bottom: 35px;}
    #map_container{height: 425px;}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-important{width:25%;}
    .banner-cont{display: none;}
    .dyip .slideTxtBox .hd ul li{ width:32.5%;}
    .dyip .slideTxtBox .bd li{width: 48%;}

    .news_coms ul li .news_content .name{font-size: 15px;}
    .news_coms ul li .news_content .desc{font-size: 13px;margin: 12px 0 15px;height: 50px;-webkit-line-clamp: 2;}

    .Footer-menu{font-size: 15px;}

    .brand-about-intr-img img {max-width: 100%; margin-bottom: 8px;}

    .news-img {height: unset;width: 100%;text-align: center;}
    .news-img img{width: 100%;}
    .news-wd {width: 100%;padding-top: 20px;padding-left: unset;}
    .news-xq {padding: 30px 0;}
    .news-xq-main h1 {font-size: 24px;}
    .news-xq-main>p { margin: 20px 0;}
    .news-xq-btn a {max-width: 100%;}
    .news-xq-btn a:last-child {position: relative;line-height: 46px;padding-left: 30px;right: unset;top: unset;font-size: 16px;margin-top: 18px;}
    .news-xq-btn {padding: 20px 0 0;}
    .news-xq-btn a {line-height: 30px;}
    .news-label { padding: 20px 0 0;}

}