.head i,.foot i,.head em,.foot em {font-style:normal;}
.content {width:83.33%;margin:0 auto;}
.clearfix:after {height:0;content:"";clear:both;display:block;}
.head {max-width:1920px;margin:0 auto;height:0;position:relative;z-index:100;}
.head-pa {position:absolute;left:0;right:0;top:0;z-index:1;background:rgba(0,0,0,0.25);border-bottom:1px solid rgba(245,245,245,0.2);}
.header {height:4.95rem;margin:0 auto;}
.head .logo {float:left;width:4.2rem;height:4.95rem;margin-left:3rem;display:flex;display:-webkit-flex;flex-wrap:wrap;align-items:center;}
.head .logo a {display:block;position:relative;}
.head .logo img {width:100%;height:auto;display:block;}
.head .logo img.show {position:absolute;left:0;top:0;opacity:1;z-index:1;}
.head .logo img.hide {opacity:0;z-index:-1;}
.head .txt {float:left;font-size:1.1rem;color:#ffffff;font-weight:bold;margin-top:1.5%;}
.head-tel {float:right;height:4.95rem;padding:0 1.25rem;background:#133fbf;position:relative;z-index:2;}
.head-tel i {position:absolute;display:block;width:1.2rem;height:1.2rem;left:1.25rem;top:50%;margin-top:-0.6rem;z-index:1;cursor:pointer;}
.head-tel i img {width:1.2rem;height:1.2rem;display:block;}
.head-tel p {height:4.95rem;line-height:4.95rem;font-size:1.2rem;font-family:"Arial";font-weight:bold;color:#fff;padding-left:1.75rem;}
.head-nav {float:right;margin-right:1rem;}
.head-nav ul li {float:left;margin-right:0.75rem;position:relative;}
.head-nav ul li:last-of-type {margin-right:0;}
.head-nav ul li > a {display:block;height:4.95rem;line-height:4.95rem;padding:0 0.5rem;font-size:0.75rem;color:#ffffff;position:relative;transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;}
.head-nav ul li > a:after {content:"";position:absolute;width:0;height:3px;background:#133fbf;left:0;bottom:-1px;z-index:1;transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;}
.head-nav ul li.cur > a:after,.head-nav ul li:hover > a:after {width:100%;}
.head-nav ul .submenu {position:absolute;left:50%;top:90%;transform:translateX(-50%);z-index:99;max-height:0;transition:max-height 0.3s linear;-ms-transition:max-height 0.3s linear;-moz-transition:max-height 0.3s linear;padding-top:22px !important;overflow:hidden;}
.head-nav ul .submenu p {background:rgba(255,255,255,.95);padding:6px 21px;border-radius:10px;position:relative;}
.head-nav ul .submenu p:before {position:absolute;content:"";border-width:9px 8px;border-style:solid;border-color:transparent transparent rgba(242,242,242,1);top:-18px;left:50%;margin-left:-8px;transition:all 0.4s linear;-ms-transition:all 0.4s linear;-moz-transition:all 0.4s linear;opacity:0;}
.head-nav ul .submenu a {transition:all .4s ease;display:block;font-weight:500;padding:0 32px 0 32px;font-size:16px;line-height:48px;color:#333;line-height:54px;white-space:nowrap;position:relative;border-bottom:1px dotted #B5B5B5;text-align:left;}
.head-nav ul .submenu a:last-child {border-bottom:0}
/* .head-nav ul .submenu a:before {position:absolute;content:"";width:4px;height:4px;border:2px solid rgba(125,125,125,1);border-radius:50%;top:23px;left:13px;transition:ease .4s;-o-transition:ease .4s;} */
.head-nav ul .submenu a:hover {color:#133fbf;}
.head-nav ul .submenu a:hover:before {border-color:#133fbf;}
.head-nav ul li:hover .submenu {max-height:500px;z-index:100;}
.head-nav ul li:hover .submenu p:before {opacity:1;}
.head.head-fixed {position:fixed;height:4rem;left:0;right:0;top:0;z-index:999;box-shadow:0 0 5px rgba(0,0,0,0.15);}
.head.head-fixed .header {height:4rem;}
.head.head-fixed .head-pa {position:relative;background:#fff;border-bottom:0;}
.head.head-fixed .logo {width:3.2rem;height:4rem;}
.head.head-fixed .logo img.show {opacity:0;z-index:-1;}
.head.head-fixed .logo img.hide {opacity:1;z-index:1;}
.head.head-fixed .txt,.head.head-fixed .head-nav ul li > a {color:#333;}
.head.head-fixed .head-tel {height:4rem;}
.head.head-fixed .head-tel p {height:4rem;line-height:4rem;}
.head.head-fixed .txt {line-height:normal;font-size:1rem;margin-top:.8%;}
.foot {background:url(../image/foot-bg.jpg) no-repeat center bottom #282828;background-size:1920px 30rem;max-width:1920px;margin:0 auto;overflow:hidden;}
.footer {width:1400px;margin:0 auto;position:relative;}
.foot .foot-nav {padding:60px 0 50px;position:relative;}
.foot .foot-nav ul {margin-right:100px;}
.foot .foot-nav li {float:left;margin-right:45px;}
.foot .foot-nav li:last-of-type {margin-right:0;}
.foot .foot-nav li a {display:block;height:40px;line-height:40px;font-size:16px;color:#ffffff;opacity:0.5;transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;}
.foot .foot-nav li a:hover {opacity:1;}
.foot .foot-goTop {position:absolute;width:38px;height:34px;right:0;bottom:0;z-index:10;cursor:pointer;}
.foot .foot-goTop img {width:38px;height:34px;display:block;}
.foot .foot-con {padding:70px 0 75px;border-top:1px solid rgba(255,255,255,0.08);border-bottom:1px solid rgba(255,255,255,0.08);}
.foot .foot-con-left {float:left;width:69.286%;display:flex;display:-webkit-flex;justify-content:flex-start;-webkit-justify-content:flex-start;flex-wrap:wrap;}
.foot .foot-logo {width:44.33%;position:relative;padding-top:8px;}
.foot .foot-logo h3 {float:left;width:125px;height:130px;}
.foot .foot-logo h3 img {width:125px;height:130px;display:block;}
.foot .foot-logo .txt {float:left;margin:45px 0 0 12px;height:40px;line-height:40px;font-size:20px;color:#ffffff;opacity:0.5;}
.foot .foot-code {width:55.67%;position:relative;padding-top:8px;}
.foot .foot-code p {float:left;}
.foot .foot-code p em {display:block;padding:7px;background:#fff;margin-bottom:22px;}
.foot .foot-code p em img {width:126px;height:126px;display:block;}
.foot .foot-code p:first-of-type {margin-left:20.3704%;margin-right:7.40741%;}
.foot .foot-code p span {display:block;height:30px;line-height:30px;font-size:16px;color:#ffffff;opacity:0.3;text-align:center;}
.foot .foot-logo:after,.foot .foot-code:after {content:"";position:absolute;width:1px;top:-70px;bottom:-75px;right:0;background:rgba(255,255,255,0.08);}
.foot .foot-info {float:right;width:24.286%;}
.foot .foot-info h4 {height:50px;line-height:50px;font-size:36px;color:#e70012;font-family:"Arial";font-weight:bold;margin-bottom:20px;}
.foot .foot-info p {line-height:30px;font-size:16px;color:#fff;}
.foot .foot-info p span {opacity:0.5;}
.foot .foot-info p a {color:#ffffff;opacity:0.5;transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;}
.foot .foot-info p a:hover {opacity:1;}
.foot .foot-text {height:99px;}
.foot .foot-text p {line-height:99px;font-size:16px;color:#fff;}
.foot .foot-text p span {opacity:0.5;text-transform:uppercase;}
.foot .foot-text p em {font-style:normal;margin-left:1.75rem;}
.foot .foot-text p em a {color:#fff;opacity:0.5;transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;}
.foot .foot-text p em a:hover {opacity:1;}
@media screen and (max-width:1460px) {.foot .footer {width:1200px;margin:0 auto;}
.foot .foot-logo .txt {font-size:16px;color:#ffffff;opacity:0.5;}
.foot .foot-code p:first-of-type {margin-left:15.5%;}
.foot .foot-info p,.foot .foot-text p {font-size:14px;}
}




.product{width: 1200px;padding: 40px 0;overflow: hidden;margin: 0 auto;}
.tit01{height: auto;overflow: hidden;text-align: center; margin-bottom: 30px;}
.tit01 span{display: block;color: #fc4000;line-height: 30px;}
.tit01 strong{display: block;line-height: 60px;font-size: 50px;color: #fc4000;}
.line01{background: url("../images/line01.png")/*tpa=http://www.niucleon.com/skin/default/images/line01.png*/ center no-repeat;height: 3px;}
.in_01{height: auto;overflow: hidden; background: #f4f4f4; padding:48px 0 0;
    background:url("../images/companyd.jpg") center bottom no-repeat;
background-size: 100% auto;}
.in_01 .in01a{ margin-top:30px; display:flex; flex-wrap:wrap;     margin-right: -15px;margin-left: -15px;}
.intita{text-align: center;}
.intita strong{display: block;color: #222;}
.intita p{color: #999;}
.in01b{height: auto;overflow: hidden; padding: 5px;background: #fff; display:flex;}
.in01b .in01a_a{ padding:24px; flex:0 0 50%; max-width:44.5%;}
.in01a_a strong{display: block;position: relative; font-size:26px; line-height:45px; font-weight:bold; padding-bottom:8px; margin-bottom:8px;}
.in01a_a p{line-height: 30px;color: #666;}
.in01a_a p a{display: block;white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.in01a_a p:hover{color: #036DDA;}
.in01a_a strong::before{position: absolute;content: "";background: url("../images/in01a.png")/*tpa=http://www.niucleon.com/skin/default/images/in01a.png*/ left bottom no-repeat;height: 4px;width: 67px;left:0;bottom: 0;}
.in01b .in01a_b{ flex:0 0 50%; max-width:50%;}
.inmorea a{display: block;font-weight: normal;line-height: 35px;margin-top: .5rem;color: #999;}
.inmorea a em i{color: #fff;}
.inmorea a em{display: block;float: left;width: 35px;height: 35px;text-align: center;padding-top: 1.5px;
	border-radius: 50px;transition:.4s;background: #036DDA;
background: -webkit-linear-gradient(to right, #117fec, #0c77e2, #036DDA);
background: linear-gradient(to right, #117fec, #0c77e2, #036DDA);}
.inmorea a:hover em{background: #444;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); }
.inimga{display: block;width: 100%;height: 0;padding-bottom: 73%;position: relative;overflow: hidden;}
.inimga img{transition: all 1s ease;width: 100%;height: 100%;object-fit: cover;left: 0;position: absolute;}
.inimga:hover img{transform: scale(1.02);}
.in01a li{height: auto;overflow: hidden;box-shadow: 0px 2px 2px #eee;flex:0 0 50%; max-width:50%; margin-bottom:20px;}
.in01a li:nth-of-type(2) .in01b{background: #eeeeee;}
.in01a li:nth-of-type(3) .in01b{background: #eeeeee;}
.intita{text-align: center;}
.intita strong{display: block;color: #222;    font-size: 36px;line-height: 50px;}
.intita p{
    color: #363636;
    font-size: 1.4em;
    line-height: 2em;
    margin: 0.5em 0;
}


.row{ width:100%; display:flex;flex-wrap:wrap;}
.container{ width:1700px; margin:0 auto; padding:0 15px;}

.core-features{background:#fff;padding:20px 0;}
.core-features .content{width:83.33%;margin:0 auto;}
.core-features-list{display:flex;justify-content:space-between;align-items:center;gap:60px;padding:10px 0;}
.core-features-list li{flex:1;color:#1e57a8;display:flex;align-items:center;gap:16px;}
.core-features-list .cf-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#1e57a8;color:#fff;font-size:40px;box-shadow:0 0 0 8px rgba(30,87,168,0.15);margin-bottom:12px;}
.core-features-list .cf-text{display:flex;flex-direction:column;justify-content:center;text-align:left;}

.core-features-list h4{font-size:20px;line-height:28px;color:#1e57a8;font-weight:700;margin-bottom:4px;}
.core-features-list p{font-size:14px;line-height:22px;color:#333;}
@media (max-width: 1200px){
  .core-features-list{gap:24px;}
  .core-features-list .cf-icon{width:64px;height:64px;font-size:24px;}
}


.companya{height: auto;overflow: hidden;background:url("../images/companya.jpg")/*tpa=http://www.niucleon.com/skin/default/images/companya.jpg*/ center no-repeat; padding:48px 0;}
.companya .row { align-items:center;}
.companya .row .con{flex:0 0 50%; max-width:50%;}
.companya img{max-width: 100%;}
.comtita{height:114px;overflow: hidden;}
.comtita strong{display: block;font-size: 66px;font-family: fz;color: #f6f6f6;text-transform: uppercase; height:100px; line-height:100px;}
.comtita b{display: block;margin-top: -60px; font-size:30px; line-height:45px;}
.comtita p{letter-spacing: 3px;color: #777; font-size:16px; line-height:30px;}
.coma_a{color: #222; padding: 20px 0;}
.coma_a strong{ font-size:24px; line-height:40px; font-weight:bold;}
.coma_b{line-height: 35px;color: #777;}
.coma_c{ flex: 0 0 50%;     max-width: 40%;margin-left: 20px;margin-top: 50px;}
.companyb{height: auto;overflow: hidden;background:url("../images/companyb.jpg")/*tpa=http://www.niucleon.com/skin/default/images/companyb.jpg*/ center bottom no-repeat #e8e9eb;padding:48px 0;}
.comtitb{text-align: center;}
.comtitb strong{display: block;font-size: 60px;color: rgba(0,0,0,.06);text-transform: uppercase;}
.comtitb span{display: block;font-weight: bold;margin-top: -40px;}
.comtitb p{width:60%;line-height: 30px;margin:0 auto;color: #777;}
.comtitb img{display: block;max-width: 100%;margin:2rem auto;}
.comb_a{height: auto;overflow: hidden; padding-top:48px;}
.comb_a li{ margin-bottom:24px; padding:0 15px; flex:0 0 50%; max-width:48%;}
.comb_a li .comb_b{display: block; height: auto;overflow: hidden;border: 1px solid #fff;background:url("../images/comb_a.png")/*tpa=http://www.niucleon.com/skin/default/images/comb_a.png*/ center no-repeat #f4f4f4;transition:.4s; padding:48px;}
.comb_a li:hover .comb_b{background:url("../images/comb_b.png")/*tpa=http://www.niucleon.com/skin/default/images/comb_b.png*/ center no-repeat;color: #fff;box-shadow: rgba(0,0,0,0.1) 0px 0px  7px 4px;transform: translate3d(0,-5px,0);}
.comb_a li:hover .comb_b p{color: #fff;}
.comb_a li:hover em{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.comb_a li .comb_b em{display: block;float: left;width: 103px;height: 100px;background: #fff;border-radius: 60px;text-align: center;padding-top: .25rem;transition:.4s; margin:24px 16px 0 24px;}
.comb_a li .comb_b i{font-size: 62px;color: #e90e1a; line-height:96px;}
.comb_a li .comb_b strong{display: block; font-size:30px; line-height:45px; margin-bottom:8px;}
.comb_a li .comb_b p{line-height: 30px;color: #777;transition:.4s;}

.companyc{height: auto;overflow: hidden;background:url("../images/companyc.png")/*tpa=http://www.niucleon.com/skin/default/images/companyc.png*/ center bottom no-repeat fixed;}
.comc_a li {position: relative;width: 21.35%;margin-left: -1.875%;}
.comc_a li:hover {color: #fff;}
.comc_a li:hover strong{color: #fff;}
.comc_a li:hover p{color: #fff;}
.comc_a li:hover .comc_b figure {opacity: 1;visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.coma_c strong{display: block;}

.comc_a li:first-child{margin-left: 0;}
.comc_a .comc_b{position: relative;padding-bottom: 100%;border: 1px dashed #036DDA;border-radius: 50%;}
.comc_a li:hover .comc_c{opacity: 0;}
.comc_c span{display: block;text-transform: uppercase;transition:.4s;}
.comc_c strong{display: block;font-weight: normal;color: #036DDA;transition:.4s;}
.comc_c i{display: block;background:url("../images/comc_a.png")/*tpa=http://www.niucleon.com/skin/default/images/comc_a.png*/ left center no-repeat;height: 1px;margin:2rem 0;transition:.4s;}
.comc_c p{line-height: 30px;color: #777;transition:.4s;}
.comc_a .comc_c {position: absolute;left: 20.65%;right: 20.65%;top: 50%;transition:.4s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comc_a .comc_b figure {position: absolute;left: -1px;top: -1px;right: -1px;bottom: -1px;margin:0;display: block;border-radius: 50%;background: rgba(209, 0, 0, 0.2);overflow: hidden;opacity: 0;visibility: hidden;
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.comc_a .comc_b figure img {display: block;width: 100%;height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;opacity: 1;
}
.comd_a .swiper-slide a{display: block;height: auto;overflow: hidden;border: 1px solid #f1f1f1;position: relative;padding-bottom: 10.5rem;}
.comd_a .swiper-slide a:hover .comd_b{background:url("../images/comd_b.png")/*tpa=http://www.niucleon.com/skin/default/images/comd_b.png*/ right bottom no-repeat #fff;}
.comd_a .swiper-slide a:hover .comd_b b{height:276px;}
.comd_a .swiper-slide a:hover .comd_b strong{margin-top:2rem;}
.comd_a .swiper-slide a:hover .comd_b span{font-weight: bold;}
.comimga{display: block;width: 100%;height: 0;padding-bottom: 75%;position: relative;overflow: hidden;}
.comimga img{transition: all 1s ease;width: 100%;height: 100%;object-fit: cover;left: 0;position: absolute;}
.companyd{height: auto;overflow: hidden;background:url("../images/companyd.jpg")/*tpa=http://www.niucleon.com/skin/default/images/companyd.jpg*/ center bottom no-repeat; margin-bottom:30px;}
.comd_b{position: absolute;bottom: 0;background:url("../images/comd_b.png")/*tpa=http://www.niucleon.com/skin/default/images/comd_b.png*/ right 180px no-repeat #fff;transition: .4s;width: 100%; padding:24px 24px 0 24px;}
.comd_b strong{display: block;font-weight: normal;color: #999;line-height: 30px;}
.comd_b span{display: block;white-space: nowrap; text-overflow:ellipsis; overflow: hidden; font-size:18px; line-height:35px; padding:16px 0;}
.comd_b i{display: block;background: url("../images/comc_a.png")/*tpa=http://www.niucleon.com/skin/default/images/comc_a.png*/ left center no-repeat;height: 1px;margin: 1rem 0;}
.comd_b b{display: block;line-height: 30px;color: #777;font-weight: normal;height: 0px;overflow: hidden;transition: .4s; font-size:14px; width:85%;}
.comd_b p{line-height:50px;border-top: 1px solid #f4f4f4; width:90%}
.comd_b p em{float: right;}
.come_a {height: auto;overflow: hidden;}
.come_a .mySwiper{padding-bottom: 4rem;}
.come_a .swiper-pagination-bullet-active{background: #036DDA;}
.come_a .swiper-slide img{width: 100%;}
.come_a p{line-height: 45px;}

.companyf{height: auto;overflow: hidden;background: #f6f6f6;}
.xmtmore a{display: block;text-align: center;width: 140px;line-height: 40px; color: #fff;margin:0 auto;
	border-radius: 50px;transition:.4s;background: #036DDA;
background: -webkit-linear-gradient(to right, #117fec, #0c77e2, #036DDA);
background: linear-gradient(to right, #117fec, #0c77e2, #036DDA);}




#scroolZone li{ width:350px; height:350px; padding:5px; background:#ffffff; float:left; margin:0 15px 15px 0; text-align:center; display:flex; border-radius: 10px;}
#scroolZone li a{ display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:100%; }
#scroolZone li img{ width:100%; height:calc(100% - 70px); object-fit:contain; object-position:center; background-color:#fff; display:block; }
#scroolZone li a span{display: block;
  text-align: left;
  width: 100%;
  font-weight: 200;
  padding-top: 5px;
  box-sizing: border-box;
  padding: 16px 20px;}

@media (min-width: 1400px){
  #scroolZone li{ width:375px; height:375px; }
}
#scroolZone li:hover{ background:#004cba;}
#scroolZone li:hover a{ color:#fff;}
.col-lg-6 {
  width: 50%;
}



.xin-2112-client-1 {width:76px;position:fixed;left:0;top:630px;z-index:999;color:#333;background:#fff;box-shadow:0 0 5px 5px rgba(0,0,0,0.1);border-radius:3px;}
.xin-2112-client-1 li {width:76px;border-radius:2px;position:relative;cursor:pointer;padding:10px 0 13px;}
.xin-2112-client-1 li.my-kefu-top {display:none;}
.my-kefu-top{height: 15px;}
.xin-2112-client-1 li a {display:block;height:100%;text-decoration:none;color:#333;}
.xin-2112-client-1 li i {display:block;height:37px;overflow:hidden;margin:0 auto;background:url("../image/xin-2112-client-icon.png") no-repeat;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}
.xin-2112-client-1 li.my-kefu-tel i {background-position:15px 0;}
.xin-2112-client-1 li.my-kefu-link i {background-position:0 -47px;}
.xin-2112-client-1 li.my-kefu-qq i {background-position:15px -142px;}
.xin-2112-client-1 li.my-kefu-weixin i {background-position:0 -141px;}
.xin-2112-client-1 li.my-kefu-top i {background-position:15px -188px;}
.xin-2112-client-1 li .client-2112-cont {width:160px;padding:14px 14px 14px 70px;position:absolute;left:85px;top:4px;color:#fff;font-size:18px;height:32px;line-height:32px;text-align:left;background:#133fbf;display:none;}
.xin-2112-client-1 li .client-2112-cont:after {content:"";position:absolute;width:0;height:0;top:50%;margin-top:-7px;left:-7px;border-bottom:7px solid transparent;border-top:7px solid transparent;border-right:7px solid #133fbf;}
.xin-2112-client-1 li .client-2112-cont:before {content:"";position:absolute;width:38px;height:38px;background:url("../image/xin-2112-client-icon.png") no-repeat;left:25px;top:50%;margin-top:-19px;z-index:1;}
.xin-2112-client-1 li .client-2112-cont-weixin {width:115px;padding:14px;position:absolute;left:85px;top:-28px;background:#fff;display:none;}
.xin-2112-client-1 li .client-2112-cont-weixin:after {content:"";position:absolute;width:0;height:0;top:50%;margin-top:-7px;left:-7px;border-bottom:7px solid transparent;border-top:7px solid transparent;border-right:7px solid #fff;}
.xin-2112-client-1 li .client-2112-cont-weixin img {width:115px;height:115px;display:block;}
.xin-2112-client-1 li .client-2112-cont-qq {width:115px;padding:14px;position:absolute;left:85px;top:-28px;background:#fff;display:none;}
.xin-2112-client-1 li .client-2112-cont-qq:after {content:"";position:absolute;width:0;height:0;top:50%;margin-top:-7px;left:-7px;border-bottom:7px solid transparent;border-top:7px solid transparent;border-right:7px solid #fff;}
.xin-2112-client-1 li .client-2112-cont-qq img {width:115px;height:115px;display:block;}
.xin-2112-client-1 li:hover .client-2112-cont,.xin-2112-client-1 li:hover .client-2112-cont-qq {display:block!important;}
.xin-2112-client-1 li.my-kefu-tel .client-2112-cont:before {background-position:-70px 0;}
.xin-2112-client-1 li.my-kefu-qq .client-2112-cont:before {background-position:-70px -94px;}
.xin-2112-client-1 li p {display:block;height:18px;line-height:18px;font-size:12px;color:#333;text-align:center;}
.xin-2112-client-1 li.my-kefu-link a {animation:heart 1s ease-in-out infinite alternate;}
.xin-2112-client-1 li.cur,.xin-2112-client-1 li:hover {background:#133fbf;}
.xin-2112-client-1 li.cur.my-kefu-tel i,.xin-2112-client-1 li.my-kefu-tel:hover i {background-position:-55px 0;}
.xin-2112-client-1 li.cur.my-kefu-link i,.xin-2112-client-1 li.my-kefu-link:hover i {background-position:-70px -47px;}
.xin-2112-client-1 li.cur.my-kefu-qq i,.xin-2112-client-1 li.my-kefu-qq:hover i {background-position:-53px -142px}
.xin-2112-client-1 li.cur.my-kefu-weixin i,.xin-2112-client-1 li.my-kefu-weixin:hover i {background-position:-70px -141px;}
.xin-2112-client-1 li.cur.my-kefu-top i,.xin-2112-client-1 li.my-kefu-top:hover i {background-position:-53px -199px;}
.my-kefu-top i{height: 15px;}
.xin-2112-client-1 li.cur p,.xin-2112-client-1 li:hover p {color:#fff;}
.xin-2112-client-1 li:hover .client-2112-cont,.xin-2112-client-1 li:hover .client-2112-cont-weixin {display:block!important;}

.search {width:83.33%;margin:0 auto;height:4rem;overflow:hidden;}
.search p {float:left;font-size:0.7rem;color:#666;height:4rem;line-height:4rem;overflow:hidden;padding-left:1.1rem;background:url(../image/so_ico.gif) no-repeat 0 center/0.7rem 0.9rem;}
.search p a {color:#666;padding:0 0.3rem;}
.search p a:hover {color:#333;}
.search .sel_xiala {width:6rem;height:2rem;float:right;line-height:2rem;margin-top:1rem;border:#ccc 0.05rem solid;position:relative;}
.search .sel_xiala:before {content:"";width:0;height:0;position:absolute;top:calc(50% - 0.15rem);right:1rem;border-top:0.4rem solid #c30d23;border-left:0.3rem solid transparent;border-right:0.3rem solid transparent;z-index:10;}
.search select {background:none;font-size:0.7rem;color:#666;border:none;width:6rem;padding:0 0 0 1rem;line-height:2rem;height:2rem;overflow:hidden;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none;}
.search option {color:#333;}
.search .ser_inp {width:12rem;height:2rem;padding-left:0.5rem;background:none;float:right;font-family:"Microsoft YaHei";font-size:0.7rem;color:#333;line-height:2rem;outline:none;margin-top:1rem;border-top:#ccc 0.05rem solid;border-bottom:#ccc 0.05rem solid;border-left:#ccc 0.05rem solid;border-right:none;}
.search .ser_so {cursor:pointer;float:right;background:url(../image/s_so.gif) no-repeat center center/3.2rem 2.1rem;border:none;width:3.2rem;height:2.1rem;margin-top:1rem;}
input::-webkit-input-placeholder {color:#333;}
.guide {padding-top:5rem;background-image:url('../image/yinz_bg.jpg');background-repeat:no-repeat;background-position:center 0;background-size:100% 52rem;width:100%;overflow:hidden;}
.gui_l {width:47.75%;}
.gui_l h5 {width:100%;height:11.5rem;font-size:2.7rem;color:#333333;line-height:3.7rem;font-weight:bold;}
.gui_l h5 i {display:block;color:#c8161e;}
.digital {width:100%;}
.digital .ibrand-num li {color:#333;font-size:1.5rem;font-weight:bold;height:7.2rem;padding-top:2.5rem;width:31%;float:left;}
.digital .ibrand-num li b {font-size:2.5rem;line-height:2.4rem;}
.digital .ibrand-num li i {font-size:2.4rem;}
.digital .ibrand-num li span {display:block;width:100%;font-size:0.9rem;font-weight:normal;clear:both;line-height:1.2rem;overflow:hidden;padding-top:1rem;}
.digital .ibrand-num li em {display:block;font-size:0.8rem;}
/* .digital .ibrand-num li:nth-child(3n) {width:36%;}
*/.digital .ibrand-num li.cur {color:#c8161e;}
.gui_r {width:50.5%;}
.gui_r dl {position:relative;}
.gui_r dl dt {width:100%;line-height:0;position:relative;overflow:hidden;}
.gui_r dl dt img,.gui_r dl dt video {border-radius:3.8rem 0 0 0;}
.gui_r .video-pic .video-wrap {border-radius:3.8rem 0 0 0;}
.gui_rm {height:7.5rem;}
.gui_rm span {display:block;padding-top:1rem;}
.gui_rm span a {display:flex;align-items:center;font-size:1rem;color:#333;font-weight:bold;height:2rem;}
.gui_rm span em {width:1.1rem;height:1.1rem;line-height:0;overflow:hidden;margin-left:0.5rem;}
.gui_rm span em img {width:1.1rem;height:1.1rem;}
.gui_desc {font-size:0.9rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.8rem;height:5.4rem;}
.yinz_video {display:block;width:6.2rem;height:6.2rem;z-index:1;background-image:url('../image/yinz_video.png');background-repeat:no-repeat;background-position:center 0;background-size:6.2rem 6.2rem;position:absolute;top:calc(50% - 3.1rem);left:calc(50% - 3.1rem);}
.yinz_video:before {content:'';position:absolute;width:6.2rem;height:6.2rem;-webkit-box-shadow:inset #c8161e 0 0 40px;box-shadow:inset #c8161e 0 0 40px;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;}
.yinz_video:after {content:'';position:absolute;width:6.2rem;height:6.2rem;-webkit-box-shadow:inset #c8161e 0 0 40px;box-shadow:inset #c8161e 0 0 40px;border-radius:50%;top:0;left:0;opacity:0;animation:warn 2s ease-out 1.1s infinite;}
.video-pic .video-wrap {position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;z-index:5;background:#000;}
/* 产品中心 *//*产品中心*/.pro_tit {font-size:2.7rem;color:#333333;line-height:2.8rem;text-align:center;font-weight:bold;padding-top:3rem;}
.pro_tit a {color:#333333;display:block;}
.pro_tit span {font-size:1rem;line-height:1.5rem;display:block;font-weight:normal;padding-top:0.8rem;}
.product {background:#f2f6fa;padding:4rem 0;overflow:hidden;}
.product .pro_tit {margin-bottom:5.7rem;}
.pro_l {width:24%;/* height:31.2rem;*/  background:#182583;border-radius:0.8rem;overflow:hidden;}
.pro_l .pro_nav {width:72%;padding:0.7rem 14% 0.7rem;position:relative;}
.pro_l .pro_nav:before {content:"";width:90%;height:1px;background:#4f59a1;position:absolute;bottom:0;left:16px;}
.pro_l h3 {font-size:1rem;line-height:1.8rem;background-image:url('../image/cp_ico01.png');background-repeat:no-repeat;background-position:right center;background-size:1rem 0.6rem;}
.pro_l h3 a {font-size:1.5rem;color:#333;font-weight:bold;}
.pro_l ul {width:100%;padding-top:0.5rem;}
.pro_l ul li {width:47%;float:left;display:block;overflow:hidden;}
.pro_l ul li a {font-size:0.9rem;color:#666;line-height:1.9rem;height:1.9rem;display:block;position:relative;box-sizing:border-box;width:100%;padding-left:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;}
.pro_l ul li a:before {content:"";width:0.4rem;height:0.4rem;background:#fff;position:absolute;top:calc(50% - 0.3rem);left:0;border-radius:50%;border:#666 0.1rem solid;}
.pro_l ul li a:hover {text-decoration:underline;}
.pro_l .pro_nav.on {background:#c10d26;}
.pro_l .pro_nav.on h3 {background-image:url('../image/cp_ico02.png');}
.pro_l .pro_nav.on h3 a,.pro_l .pro_nav.on ul li a {color:#fff;}
.pro_l .pro_nav.on ul li a:before {border-color:#fff;background:#c10d26;}
.pro_r {width:75%;position:relative;}
.pro_r .pro_dl {display:block;width:100%;/* height:31.2rem;*/  position:relative;overflow:hidden;}
.pro_r .pro_dl dt {width:100%;height:31.2rem;line-height:0;border-radius:0.8rem;overflow:hidden;}
.pro_r .pro_dl dt img {border-radius:0.8rem;}
.pro_r .pro_dl dd {width:46.5%;position:absolute;top:6.2rem;right:0;color:#fff;}
.pro_r .pro_dl dd h4 {font-size:2.5rem;line-height:3.5rem;}
.pro_r .pro_dl dd p {font-size:1.1rem;line-height:3rem;height:3rem;border-radius:3rem;background:#c10d26;margin-top:0.5rem;text-align:center;width:80%;}
.pro_r ul {display:flex;justify-content:space-between;margin-top:2rem;}
.pro_r ul li {font-size:0.9rem;color:#333;height:6rem;line-height:1.5rem;padding-top:1.8rem;text-align:center;}
.pro_r ul li em {width:2rem;height:2rem;display:block;line-height:0;margin:0 auto 1rem;}
.pro_r ul li em img {width:2rem;height:2rem;}
.pro_r ul li:hover em img {animation:flipInY 1s;}
.pro_r ul.pro_ul01 {width:80%;}
.pro_r ul.pro_ul01 li {width:31.5%;background:rgba(255,255,255,0.9);border-radius:0.5rem;}
.pro_r ul.pro_ul02 {width:95%;margin-left:auto;margin-right:auto;height:7.8rem;background:rgba(255,255,255,0.9);border-radius:0.5rem;}
.pro_r ul.pro_ul02 li {width:25%;position:relative;}
.pro_r ul.pro_ul02 li:before {content:"";width:1px;height:4.4rem;background:#d1d1d2;position:absolute;top:1.8rem;left:0;}
.pro_r ul.pro_ul02 li:nth-child(1):before {display:none;}
.pro_r .pro_dl:nth-child(2) dd {right:2.2rem;text-align:center;}
.pro_r .pro_dl:nth-child(2) dd p {margin-left:auto;margin-right:auto;}
.pro_dl:before {content:'';cursor:pointer;position:absolute;left:-110%;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));transform:skewx(-25deg);}
.pro_dl:hover:before {left:110%;-moz-transition:1.3s;-o-transition:1.3s;-webkit-transition:1.3s;transition:1.3s;}
.pro02 {padding-top:2.5rem;}
.pro02 h5 {height:4.2rem;line-height:2.5rem;position:relative;}
.pro02 h5:before {content:"";width:0.35rem;height:1.2rem;background:#012a6e;position:absolute;top:0.8rem;left:0;}
.pro02 h5 a {font-size:1.4rem;color:#012a6e;display:block;padding-left:1rem;font-weight:bold;}
.pro02 h5 span {display:block;float:right;font-size:0.8rem;color:#333;font-weight:normal;}
.pro_list ul li a {display:block;width:100%;}
.pro_list ul li em {display:block;width:100%;line-height:0;overflow:hidden;border-radius:0.5rem;background:#fff;}
.pro_list ul li img {width:382px;height:382px;}
.pro_list ul li span {display:block;width:100%;text-align:center;font-size:0.8rem;color:#666;height:1.5rem;line-height:1.5rem;padding-top:0.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pro_list ul li:hover span {color:#012a6e;font-weight:bold;}
.prev-btn,.next-btn {cursor:pointer;position:absolute;top:12.5rem;display:block;width:1rem;height:1.5rem;z-index:20;}
.prev-btn {background:url(../image/cp_lico.png) no-repeat center center / 1rem 1.5rem;left:-2.5rem;}
.next-btn {background:url(../image/cp_rico.png) no-repeat center center / 1rem 1.5rem;right:-2.5rem;}
/* 产品导航展开/隐藏样式 */.pro_nav {transition:all 0.3s ease;}
.pro_nav_header {display:flex;align-items:center;justify-content:flex-start;padding:10px 0;margin-bottom:10px;}
.pro_nav_header .nav-icon {width:59px;height:59px;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0;/* 防止图标被压缩 */}
.pro_nav_header .nav-icon img {max-width:100%;max-height:100%;}
.pro_nav_header h3 {margin:0;flex:1;text-align:left;}
.pro_nav_header h3 a {color:#fff;text-decoration:none;font-size:23px;font-weight:bold;}
.pro_nav_list {margin:10px 0;padding-left:74px;/* 59px图标宽度 + 15px间距 */}
/* 子菜单项样式 */.pro_nav_list {list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px;}
.pro_nav_list li {margin:0;padding:0;}
.pro_nav_list li a {display:block;text-decoration:none;transition:all 0.3s ease;white-space:nowrap;}
.pro_nav_list li a:hover {text-decoration:none;}
.pro_dl_custom {margin-bottom:30px;}
.product-gallery {width:665px;}
.main-image {margin-bottom:20px;width:665px;height:518px;}
.main-image img {display:block;object-fit:cover;width:100%;}
.thumbnail-container {display:flex;gap:20px;margin-top:10px;margin-left:100px;}
.thumbnail {width:143px;opacity:0.6;height:108px;object-fit:cover;cursor:pointer;border:1px solid transparent;background-color:#fff;border-radius:10px;}
.thumbnail.active {opacity:1;border-color:red;}
.thumbnail:hover {opacity:0.8;}
.product-info {width:calc(100% - 665px - 30px);}
.product-info h4 {font-size:24px;color:#333;padding-top:30%;font-weight:bold;margin-bottom:15px;}
.product-desc {font-size:16px;color:#666;margin-bottom:20px;line-height:1.6;}
.product-features {margin-bottom:30px;}
.product-features li {display:flex;align-items:center;margin-bottom:10px;font-size:14px;color:#333;}
.product-features em {margin-right:8px;}
.consult-btn {display:inline-flex;align-items:center;background-color:#023b97;color:white;padding:12px 24px;text-decoration:none;border-radius:4px;font-size:16px;transition:background-color 0.3s;}
.consult-btn:hover {background-color:#012a6e;color:#fff;}
.consult-icon {width:20px;height:20px;background-image:url('../image/p102-cpxq-icon1.png');/* 请替换为实际对话图标路径 */  background-size:contain;background-repeat:no-repeat;margin-right:8px;}
.case_tit {padding-top:3rem;padding-bottom:3rem;font-size:2.7rem;color:#000000;height:5.5rem;line-height:2.8rem;overflow:hidden;text-align:center;font-weight:bold;}
.case_tit a {color:#000000;}
.case_tit span {display:block;font-size:1.1rem;padding:1rem 0 0;line-height:1.2rem;font-weight:normal;}

.casebox {background:#f7fbff;width:100%;}
.case {padding:3rem 0 1.6rem;}
.case_nav {padding-top:1.5rem;height:4.5rem;width:100%;}
.case_nav ul li {width:12.5%;float:left;text-align:center;height:4.5rem;position:relative;}
.case_nav ul li:before {content:"";width:1px;height:3.3rem;background:#bebebe;position:absolute;top:0.2rem;left:0;}
.case_nav ul li a {display:block;font-size:0.9rem;color:#000000;}
.case_nav ul li em {width:2rem;height:1.6rem;display:block;line-height:0;overflow:hidden;margin:0 auto 0.5rem;}
.case_nav ul li em img {width:2rem;height:3.2rem;-webkit-transition:all 0.5s;transition:all 0.5s;}
.case_nav ul li.cur a {color:#205bc3;font-weight:bold;}
.case_nav ul li.cur em img {margin-top:-1.6rem;}
.case_nav ul li:first-child:before {display:none;}
.case_list {width:100%;}
.case_list .case_dl {width:65.3%;float:left;margin-right:0.45%;margin-bottom:0.4rem;position:relative;}
.case_list .case_dl dt {width:100%;height:20.85rem;line-height:0;overflow:hidden;position:relative;}
.case_list .case_dl dt:before {content:"";width:100%;height:100%;background:rgba(0,0,0,0.2);position:absolute;top:0;left:0;}
.case_list .case_dl dt img {width:100%;height:100%;object-fit:cover;object-position:center;}
.case_list .case_dl dd {width:100%;height:7rem;position:absolute;top:7rem;left:0;text-align:center;-webkit-transition:all 0.5s;transition:all 0.5s;}
.case_list .case_dl dd h5 {font-size:0.9rem;color:#fff;height:2rem;line-height:2rem;font-weight:normal;width:80%;margin:0 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.case_list .case_dl dd em {display:block;width:4rem;height:4rem;line-height:0;margin:0 auto 0.5rem;overflow:hidden;}
.case_list .case_dl dd em img {width:4rem;height:4rem;}
.case_list .case_dl:nth-child(2),.case_list .case_dl:nth-child(3) {width:34.25%;}
.case_list .case_dl:nth-child(2n) {margin-right:0;}
.case_list .case_dl:hover dt:before,.case_list .case_dl:hover dd {display:none;}
.case_list dl dt img,.news_r dl dt img,.photo ul li img {-webkit-transition:1s;-moz-transition:1s;transition:1s;}
.case_list dl dt img:hover,.news_r dl dt img:hover,.photo ul li img:hover {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
/*合作客户*/.hzbox {background-color:#f7fbff;padding-bottom:2rem;}
.hz {overflow:hidden;margin-bottom:3rem;}
.hz .tempWrap {margin:0 auto;}
.hz ul li {float:left;}
.hz ul li a {display:block;width:100%;line-height:1.6rem;font-size:0.8rem;color:#585858;text-align:center;}
.hz ul li img {display:block;width:100%;}
.hz ul li em {display:block;width:100%;line-height:0;overflow:hidden;border:#d8d8d8 1px solid;box-sizing:border-box;}
.hz ul li:hover em {border-color:#205bc3;}
.hz ul li span {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;width:100%;}
.hz_qie {overflow:hidden;}
.hz-row {width:100%;height: 97px;/* 根据实际图片高度调整 */  overflow:hidden;margin-bottom:10px;}
.hz-row:last-child {margin-bottom:0;}
.hz-title {text-align:center;font-size:24px;font-weight:bold;margin-bottom:20px;color:#333;padding:3rem 0;}
.hz-row ul {list-style:none;padding:0;margin:0;width:100%;height:100%;}
.hz-row li {width: 12.3%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 0 1.8rem;}
.hz-row li.first-item {padding-left:0;margin-left:0;}
.hz-row li.last-item {padding-right:0;margin-right:0;}
.hz-row li a {display:block;text-decoration:none;height:100%;}
.hz-row li em {display:block;width:100%;line-height:80px;}
.hz-row:last-child {margin-bottom:0;}
.hz-row li img {max-width:100%;max-height:100%;vertical-align:middle;}
.hz-row li span {display:block;font-size:14px;color:#333;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* 清除浮动 */.hz-row ul::after {content:"";display:block;clear:both;}
.pro {padding:6.3rem 0 0;}
.pro .title {}
.pro_tit {padding-top:3rem;padding-bottom:3rem;font-size:2.7rem;color:#000000;height:5.5rem;line-height:2.8rem;overflow:hidden;text-align:center;font-weight:bold;}
.pro_tit a {color:#000000;}
.pro_tit span {display:block;font-size:1.1rem;padding:1rem 0 0;line-height:1.2rem;font-weight:normal;}
.pro ul {display:flex;justify-content:space-between;margin-top:3.4rem;flex-wrap:wrap;}
.pro ul li {width:24.48%;position:relative;margin-bottom:0.6rem;overflow:hidden;}
.pro ul li a>img {display:block;width:100%;}
.pro ul li span {position:absolute;left:0;bottom:2rem;display:block;font-size:1.5rem;font-weight:bold;line-height:1.5rem;width:100%;padding:0 1.8rem;box-sizing:border-box;color:#fff;}
.pro ul li span em {display:block;font-size:0.75rem;line-height:0.75rem;opacity:0.5;text-transform:uppercase;margin-top:0.5rem;color:#fff;font-weight:normal;}
.pro ul li span>img {display:block;float:right;width:2.5rem;height:2.5rem;margin-top:-2.5rem;}
.pro ul li div {display:none;height:0;transition:all 0.5s;}
.pro ul li:hover div {display:block;height:100%;width:100%;background:rgba(51,53,115,0.79);padding:2.5rem 2.5rem 0;box-sizing:border-box;position:absolute;left:0;top:0;}
.pro ul li b a {display:block;font-size:1.75rem;line-height:2.2rem;color:#fff;font-weight:bold;margin-bottom:1.4rem;}
.pro ul li p {display:block;font-size:0.8rem;line-height:1.6rem;color:#fff;background-size:0.25rem 0.4rem;}
.pro ul li p a:hover {text-decoration:underline;}
.pro ul li i a {display:block;width:7.2rem;height:2.2rem;line-height:2.1rem;color:#fff;text-align:center;font-size:0.85rem;margin:2.4rem 0 0;font-weight:normal;border:1px solid #fff;box-sizing:border-box;transition:all 0.5s;}
.pro ul li:hover span {display:none;}
.pro ul li i a:hover {background:#fff;color:#333573;}
/**/.news {padding:4rem 0 5rem;}
.news_nav {width:100%;height:3rem;padding-top:1.5rem;border-bottom:#ccc 1px solid;}
.news_nav ul {float:left;}
.news_nav ul li {float:left;padding-right:3rem;}
.news_nav ul li a {color:#666;font-size:.7rem;position:relative;display:flex;align-items:center;height:3rem;}
.news_nav ul li a:before {content:"";width:0;height:0.1rem;background:#be0404;position:absolute;bottom:0;left:0;z-index:1;-webkit-transition:all 0.5s;transition:all 0.5s;}
.news_nav ul li em {width:1.5rem;height:1.5rem;line-height:0;overflow:hidden;padding-right:0.5rem;}
.news_nav ul li em img {width:1.5rem;height:3rem;-webkit-transition:all 0.5s;transition:all 0.5s;}
.news_nav ul li.cur a {color:#be0404;}
.news_nav ul li.cur a:before {width:100%;}
.news_nav ul li.cur em img {margin-top:-1.5rem;}
.news_nav span {float:right;display:block;line-height:3rem;}
.news_nav span a {font-size:0.8rem;color:#666;}
.news01 {width:32.33%;margin-top:2.2rem;}
.news01 a {display:block;width:97%;height:31.2rem;background:#eee;overflow:hidden;}
.news01 dl {width:100%;}
.news01 dl dt {width:100%;height:19.5rem;line-height:0;overflow:hidden;position:relative;}
/* .news01 dl dt:before {content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.5);z-index:2;}
*/.news01 dl dt img {width:100%;height:100%;/* object-fit:cover;object-position:center;*/      -webkit-transition:1s;-moz-transition:1s;transition:1s;}
.news01 dl dd {width:90%;margin:0 auto;padding-top:1.8rem;}
.news01 dl dd h5 {font-size:1.0rem;color:#333;line-height:2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight: bold;}
.news01 dl dd span {display:block;font-size:0.8rem;color:#aaa;line-height:1rem;padding-top:0.6rem;}
.news01 dl dd p {
  font-size: 0.7rem;
  color: #645f5f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3rem;
  /* height: 2.6rem; */
  padding-top: 1rem;
}

.news01 dl dd:hover h5 {color:#be0404;}
.news02 {width:32.33%;margin-top:2.2rem;height:31.2rem;overflow:hidden;margin-left:1.5%;background-image:url('../image/news_bg.jpg');background-repeat:no-repeat;background-position:center 0;background-size:100% 31.2rem;}
.news02 a {display:block;width:100%;height:31.2rem;padding:4rem 10% 0;box-sizing:border-box;}
.news02 dt h5 {font-size:1.5rem;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:2rem;height:4rem;}
.news02 dt span {display:block;font-size:0.7rem;color:rgba(255,255,255,0.5);line-height:1rem;padding-top:0.6rem;}
.news02 dd {padding-top:3.6rem;}
.news02 dd p {font-size:0.8rem;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.5rem;height:4.5rem;padding-top:0.5rem;}
.news02 dd span {display:flex;align-items:center;justify-content:center;width:50%;height:2.8rem;background:#fff;font-size:0.8rem;font-weight:bold;color:#be0404;border-radius:3rem;margin-top:4rem;}
.news02 dd span em {width:0.5rem;height:0.8rem;line-height:0;overflow:hidden;padding-left:1rem;}
.news02 dd span em img {width:0.5rem;height:0.8rem;}
.news02 dd span:hover {animation:shake 0.9s linear;-webkit-animation:shake 0.9s linear;}
.news03 {width:32.33%;margin-top:2.2rem;height:31.2rem;overflow:hidden;}
.news_dl {display:block;width:100%;height:7.9rem;padding:1.8rem 0;border-bottom:#ccc 1px solid;}
.news_dl dt {width:41%;max-width:41%;height:7.9rem;float:left;line-height:0;overflow:hidden;}
.news_dl dd {width:55%;float:right;padding-top:0.5rem;}
.news_dl dd h5 {font-size:0.9rem;color:#333333;line-height:1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news_dl dd p {font-size:0.7rem;color:#666;padding-top:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.2rem;height:2.4rem;}
.news_dl dd span {display:block;font-size:0.7rem;color:#999;line-height:1rem;padding:0.3rem 0 0;}
.news_dl:hover dd h5 {color:#be0404;}
.news_dl img {width:100%;height:170px;}
/*关于*/.about {width:100%;}
.about dl {width:100%;position:relative;}
.about dl dt {width:100%;line-height:0;overflow:hidden;}
.about dl dd {width:83.33%;position:absolute;top:5rem;left:8.3%;}
.about dl dd h2 {float:left;width:30%;padding-top:0.3rem;}
.about dl dd h2 a {font-size:2.6rem;color:#585858;display:block;line-height:2.6rem;}
.about dl dd h2 i {display:block;font-size:1.7rem;font-weight:normal;padding-top:1rem;line-height:1.8rem;}
.about dl dd p {font-size:0.8rem;color:#585858;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;line-height:1.4rem;height:5.6rem;}
.about dl dd span {margin:1rem 0 0;display:block;width:15%;}
.about dl dd span a {display:block;width:100%;text-align:center;height:2rem;line-height:1.9rem;background:#7aca29;border-radius:2rem;font-size:0.8rem;color:#fff;}
.about .ab_desc {width:62.5%;float:right;}
.about dl dd span a:hover {animation:shake 0.9s linear;-webkit-animation:shake 0.9s linear;}
/*企业相册*/.photo {padding:2.5rem 0 5rem;}
.photo_nav {width:85%;margin:0 auto;overflow:hidden;}
.photo_nav ul {width:100%;display:flex;justify-content:space-between;}
.photo_nav ul li a {display:block;color:#585858;font-size:1.4rem;line-height:3rem;height:3rem;}
.photo_nav ul li.cur a {color:#69b01a;}
.photo_nav ul li img {width:309px;height:204px;}
.photo_list {margin-top:1.2rem;}
.photo_list ul {width:100%;display:flex;justify-content:space-between;}
.photo_list ul li {width:19.5%;}
.photo_list ul li em {display:block;width:100%;line-height:0;overflow:hidden;border:#a7a7a7 1px solid;box-sizing:border-box;}
.photo_list ul li span {display:block;width:100%;text-align:center;color:#333;font-size:1rem;line-height:1.5rem;padding-top:0.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.photo_list ul li:hover em {border-color:#be0404;}

.abt_s {position:relative;margin-top:90px;background:url(../picture/fb.jpg) no-repeat center;height:750px;}
.abt_s:after {position:absolute;right:0;bottom:0;width:440px;height:410px;content:"";margin-bottom:-30px;}
.abt_dd {width:670px;float:left;text-align:left;padding-top:100px;}
.abt_dd h2 span {display:block;font-size:46px;line-height:46px;color:#fff;font-weight:bold;position:relative;}
.abt_dd p {display:block;font-size:14px;line-height:32px;color:#fff;margin-top:30px;}
.abt_dd .more {display:block;width:168px;height:50px;line-height:50px;border-radius:25px;text-align:center;background:#083e9c;margin:42px 0 0;font-size:16px;color:#fff;transition:all 0.5s;float:left;}
.abt_dd .more>img {display:inline-block;width:17px;height:17px;margin-left:8px;vertical-align:-2px;}
.abt_dd .more:hover {transform:translateY(-8px);background:#be0404;}
.content22 {width:1400px;margin:0 auto;position:relative;}
.abt_s li {display:block;width:100%;margin-bottom:5rem;}
.abt_s li img {display:block;width:100%;}

.f_bg{background:#0c3586; height:360px; overflow:hidden;position: relative;padding-bottom:2%;}
.f_bg:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.1);position: absolute;top: 65px;left: 0;}
.footer{width: 1280px; margin:0 auto;}
.f_nav{height: 65px;line-height: 65px;}
.f_nav ul li{float: left;padding: 0 26px;position: relative;}
.f_nav ul li a{font-size: 16px;color: #fff;}
.f_nav ul li a:hover{font-weight: bold;}
.f_nav ul li:first-child{padding-left: 0;}
.f_nav ul li:first-child:before{content: "";width: 65px;height: 2px;background: #1558bd;position: absolute;bottom: 0;left: 0;}
.f_nav em{display: block;float: right;padding: 11px 0 0;width: 115px;}
.f_nav em a{display: block;font-size: 14px;color: #333;width: 115px;text-align: center;height: 42px;line-height: 42px;background: #fff;border-radius: 30px;}
.f_nav em a:hover{animation:shake .9s linear;-webkit-animation:shake .9s linear;}
.f_logo{width: 500px;padding: 35px 0 0;height: 210px;}
.f_logo h5{line-height: 0;margin-bottom: 15px;}
.f_logo b{color: #fff;font-size: 18px;}
.f_logo h5 img{width: 72px;height: 48px;}
.f_logo p{font-size: 19px;color: #fff;line-height: 22px;}
.f_logo span{padding: 0 10px;}
.f_logo a{color: #fff;}
.f_ban{width: 480px;font-size: 16px;color: #fff;padding-top:30px;}

.f_ban p{line-height: 36px;padding-left: 30px;}
.f_ban p.f_p01{background:url(../image/f_ico01.png) no-repeat 0 center;}
.f_ban p.f_p02{background:url(../image/f_ico02.png) no-repeat 0 center;}
.f_ban p.f_p03{background:url(../image/f_ico03.png) no-repeat 0 center;}
.f_er{width: 580px; padding:64px 0 0;}
.f_er p{width: 200px;float: left;padding: 0 0 0 80px;text-align: center;}
.f_er em{display: block;width: 180px;height: 180px;padding: 11px;line-height: 0;}
.f_er img{ width:180px; height:180px;}
.f_er p span{display: block;font-size: 14px;color: #fff;line-height: 40px;}

/*友情链接*/
.f_link{background: #0c3586;height: 70px;line-height: 70px;overflow: hidden;border-top: rgba(51,51,51,0.3) 1px solid;}
.f_link b{display: block;float: left;font-size: 14px;color: #fff;width: 110px;}
.f_link p{font-size: 14px;color: rgba(255,255,255,0.5);float: left;width: 1170px;}
.f_link p a{font-size: 14px;color: rgba(255,255,255,0.5); padding:0 10px 0 0;}
.f_link p a:hover{color: rgba(255,255,255,0.8);}

.f_ban2{background: #0c3586;height: 70px;line-height: 70px;overflow: hidden;}
.f_ban2 p{font-size: 14px;color: rgba(255,255,255,0.5);width: 1200px;margin:0 auto;text-align: center;}
.f_ban2 p a{font-size: 14px;color: rgba(255,255,255,0.5); padding:0 10px 0 0;}

.f_biaodan {text-align:left;padding-top:60px;padding-right: 3%;width:20%;}
.f_biaodan h3 {font-size:18px;font-weight:bold;margin-bottom:15px;color:#fff;}
.quote-form {display:flex;flex-direction:column;}
.form-group {margin-bottom:15px;}
.form-input {width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:14px;color:#333;background-color:#fff;}
.form-input::placeholder {color:#999;}
.form-input:focus {outline:none;border-color:#3498db;}
.submit-btn {width:120px;height:40px;background-color:#e74c3c;color:white;border:none;border-radius:20px;/* 圆形按钮效果 */  font-size:14px;cursor:pointer;transition:background-color 0.3s;}
.submit-btn:hover {background-color:#c0392b;}
/* About Advantages */
.about-advantages{padding:30px 0;background:#fff;}
.adv-row{display:flex;align-items:center;gap:60px;margin-bottom:80px;}
.adv-row.reverse{flex-direction:row-reverse;}
.adv-img{flex:1;}
.adv-img img{width:100%;height:auto;display:block;border-radius:6px;}
.adv-text{flex:1;}
.adv-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;}
.adv-index{display:inline-block;width:60px;height:60px;border-radius:8px;background:#1e57a8;color:#fff;font-weight:700;line-height:60px;text-align:center;font-size: 28px;}
.adv-text h3{font-size:28px;line-height:30px;color:#1e57a8;margin:0;}
.adv-text small{display:block;color:#666;}
.adv-list{margin-top:12px;}
.adv-list li {
    line-height: 39px;
    color: #333;
    list-style: circle;
    /* padding-bottom: 30px; */
    margin-left: 40px;
    font-size: 19px; 
} 
@media (max-width: 992px){
  .adv-row,.adv-row.reverse{flex-direction:column;}
}
