@charset "UTF-8";
	/*定义全局*/
@font-face {
	font-family:"Noto Sans N";src:url(../fonts/sourcehansans.ttf);font-weight: normal;font-style: normal;
}
* {
	margin:0px;
	padding:0px;
	font-family:"Noto Sans N",sans-serif;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
	font:14px/200%;
	color:#333;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust:none;
	font-family:"Noto Sans N",sans-serif;
}
ol,ul,li {
	padding:0;
	margin:0;
	list-style:none;
}
/*定义标题*/
h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:150%
}
select,input,img,select {
	vertical-align:middle;
}
b,i,address,cite,code,em,th {
	font-weight:normal;
	font-style:normal;
}
a,a:active {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
	border:0;
}
input,textarea {
	outline:none;
	border:none;
}

em,i,b {
	font-style:normal;
	font-weight:normal;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.clearfix {
	*zoom:1
}
.clearfix:before,.clearfix:after {
	display:table;
	content:""
}
.clearfix:after {
	clear:both
}
.f36 {
	font-size:36px;
}
.f30 {
	font-size:30px;
}
.f24 {
	font-size:24px;
}
.f20 {
	font-size:20px;
}
.f18 {
	font-size:18px;
}
.c10 {
	color:#6abe2a;
}
.w50{width:180px}
.tleft {
	text-align:left;
}
.tright {
	text-align:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.ofh {
	overflow:hidden;
}
.mtop35{margin-top:55px;}
.mtop15{margin-top:25px;}
.row {
	padding:0;
	margin:0
}
a,a:link {
	color:#333;
	text-decoration:none
}
a:hover,a:focus {
	color:#404143;
	text-decoration:none;
	outline:none;
	-moz-outline:none
}
a:active {
	color:#666666
}
.imgh:hover img {
  	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.imgh img {
	-webkit-transition:transform .75s;
	transition:transform .75s
}
.pro-container {
	width:100%;
	padding:10px 0;
}
.tbg{background-color:#f7f7f7;}
.c-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 56px;
  background: #1d2088;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.c-btn .btn img {
  margin-left: 15px;
  width: auto;
}
.c-btn:hover .btn {
  background: #333;
}
.c-btn i{
	font-size:23px;
	font-weight: bold;
	padding-left: 5px
}
.ibtu2 {
	display:none;
}	
.txtcon {
	min-height:300px;
	padding:35px 0;
	display: block
}
.txtcon p {
	color:#333333;
	font-size:19px;
	line-height:38px;
}
.txtcon img {
	margin:0;
	max-width:100%;
	width:auto;
	height:auto;
}
.rpro{font-size: 25px;line-height: 58px}
/*topbanner*/

	/* 核心样式 */
.top-banner {
  position: relative;
  width: 100%;
  margin-top: 145px;
  min-height: 400px; /* PC 基础高度 */
  overflow: hidden;
}
/* DPR 1.25 适配 (125%缩放) */
@media 
  (-webkit-min-device-pixel-ratio: 1.25), 
  (min-resolution: 120dpi) {
  .top-banner {
    margin-top: 115px;
  }
}

/* DPR 1.5+ 适配 (150%缩放) */
@media 
  (-webkit-min-device-pixel-ratio: 1.5), 
  (min-resolution: 144dpi) {
  .top-banner{
    margin-top: 90px;
  }
}
/* 图片容器 */
.banner-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-img {
  width: auto;
  height: auto;
  width: 100%;
  max-height: auto;
  object-fit: contain;
  object-position: center;

  /* 高 DPR 优化 */
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0); /* 触发 GPU 加速 */
  backface-visibility: hidden;
}

/* 文字内容层 */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

.ny-title2 {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,0.3); /* 增强文字可读性 */
}

.ny-title3 {
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
	color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.ny-title4 {
  font-size: 30px;
  opacity: 0.9;
  letter-spacing: 1.5px;
}

/* 响应式适配 */
@media (max-width: 768px) {
  .top-banner {
    margin-top: 50px;
    min-height:100px;
  }

  .banner-img {
	  width: 100%;
	  height: auto;
    object-fit: cover; /* 移动端改为填充模式 */
  }
  .ny-title3 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .ny-title4 {
    font-size: 20px;
  }
}

@media (min-resolution: 2dppx) { 
  /* 高 DPR 设备微调 */
  .banner-img {
    transform: scale(0.999); /* 修复某些设备的亚像素渲染问题 */
  }
}

.nav_location{width:100%;border-style: none;}
.submenu {
  display: flex;
/*  overflow-x: auto;*/
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 65px;
	 justify-content: center; /* 使子元素整体居中 */
  align-items: center; /* 垂直居中对齐 */
/*  background: rgba(0, 0, 0, 0.4);*/
  
}
.submenu-item {
  flex: 0 0 auto;
	 margin: 10px; /* 每个元素左右留空，间隔为10px */
  
}

.submenu-item a{
 display: block;
  text-align: center;
  font-size: 19px;
  color: #fff;
	border-radius: 50px; /* 设置为椭圆形 */
  padding: 0 45px;
	background: rgba(0, 0, 0, 0.4);
	
/*  border-right: 1px solid rgba(255, 255, 255, .2);*/
}
.submenu-item:last-child a{
	border-right:none;
}
.submenu-item-href {
	letter-spacing:0.06em;
	color:#fff;
	position:relative;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.submenu-item:hover .submenu-item-href,.submenu-item-active .submenu-item-href {
	background:#1d2088;
	color:#fff;

}
.submenu-item:hover .submenu-item-href:after,.submenu-item-active .submenu-item-href:after {
	width:100%;
}
.submenu li{float: left;}
@media screen and (max-width:768px) {	
  .submenu {
    display: flex;
    flex-wrap: nowrap; 
    overflow-x: auto;
    width: 100%; 
  }
.submenu-item a{
font-size: 14px;
  padding: 0 20px;
}

	
.ny-title3{display: flex;font-size:28px;padding-left: 5px}
}
/*公司简介*/

.idxTitle {
	font-size: 58px;
	font-weight: bold;
	color: #333;
	margin-top:55px;
	margin-bottom: 35px;
}
.cusfont {font-size: 25px !important;margin-bottom:20px !important;}
.idxTitle .aft {
	padding-bottom: 25px;
	position: relative;
	
}

.idxTitle .aft:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 60px;
	height:5px;
	left:-280px;
	background-color: #1d2088;
}
.idxTitle1 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-top: 55px;
	margin-bottom: 55px;
}

.idxTitle1 .aft {
	padding-bottom: 25px;
	position: relative;

	
}

.idxTitle1 .aft:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 60px;
	height:5px;
	left:-120px;
	background-color: #1d2088;
}



/*网站底部*/
.bgfooter{width: 100%;padding: 94px 0 80px;background-color: #7F7F7F  ;}
.footer-logo {float: left;max-width: 100%;/* width:82px; */}
.footer-logo a {display:inline-block;margin-top: 80px;}
.footer-logo a img{max-width:100%;object-fit:cover;}
.footer-tel {float: right;width: 100%;text-align:left;margin-top:10px}
.footer-tel i{padding-right: 5px}
.footer-tel h6 {font-size: 16px;color: #fff;line-height: 1;margin-bottom: 15px;}
.footer-tel .footer-from-phone{font-size: 31px;color: #fff;line-height: 1;font-family:"DIN Bold",sans-serif;margin-bottom:35px}
.footer-email{font-size: 23px;color: #fff;line-height: 32px;font-family:"Noto Sans B",sans-serif;margin-bottom:35px}
.footer-add{font-size: 16px;color: #fff;line-height: 32px;font-family:"Noto Sans M",sans-serif;}
.footer-form-link { width: 100%;font-size: 0;display: flex;flex-direction: row;margin-top: 18px;}
.footer-form-link a {display: flex;margin-right:18px;align-items: center;justify-content: center;width: 25px;height: 25px;border-radius: 50%;background: transparent;transition: all .4s ease;position: relative;}
.footer-link-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.footer-link-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.footer-link-img img{width: 100%;height: 100%;object-fit: cover;}
.footer-form-link a:hover .footer-link-img{display: block;animation: FooterCode .6s ease-in-out both;}
.bgfooter .ewm { text-align:center;}
.bgfooter .ewm img{width: 125px;margin: 25px auto 0;display:inline-block;}
.bgfooter .ewm p{ padding:15px 0 20px 0; font-size:15px;color:rgba(255,255,255,.5) }

.footer-icon {
    width: 100%;
    margin-top: 5px;
}

.footer-icon i {
    color: #fff;
    font-size: 20px;
}

.footer-icon a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.socialli {
    position: relative;
    width: 38px;
    padding-right: 10px;
    margin-top: 20px;
}

.socialic {
    width: 30px;
    cursor: pointer;
}

.socialic i {
    font-size: 25px;
    color: #fff;
    opacity: 0.6;
}

.social_s {
    position: absolute;
    width: 120px;
    bottom: calc(100% + 5px);
    left: 50%;
    margin-left: -60px; /* 宽度的一半，确保居中 */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.social_s img {
    width: 100%;
}
.social_s.on {
    visibility: visible;
    opacity: 1;
}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
.footer ul li {
	display:block;
	height:35px;
	line-height:35px;
	overflow:hidden;
	font-size:13px;
	width:100%;
	text-align:center
}
.footer ul li a {
    display: block;font-size: 15px;color: #fff;line-height: 1;padding: 10px 0;transition: all .4s ease;
}
.footer ul li a:hover {
	margin-left:5px;
	padding-right:0;
	color: #fff;
}
.footer .h2 {
	font-family:"Noto Sans B",sans-serif;
	display: block;
	font-weight: bold;
	line-height: 1;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin-bottom:12px;
	text-align:center
}
.bgfooter .col-md-22{width:14%;}	
.bgfooter .col-md-222{width:30%;float: left}
@media (max-width:991px) {
.bgfooter .col-md-22 {
        width: 100%;
    }
}	
	
.footer-copyright{width: 100%;padding: 20px 0 15px;background-color: #7F7F7F ;border-top:solid 1px #fff}
.footer-copyright a{color: #fff;opacity:1}
.footer-copyright  h5{font-size: 14px;color: #fff; opacity: 0.8}	
.footer-copyright  i{width: 1px;height: 12px;background-color: #3b3c40;margin: 18px 20px 0; }	
.foot-link a{font-size: 13px;color: #bbb;float: left;}	
.gotop{position:fixed;z-index:50;bottom:20px;right:20px;width:30px;height:30px;display:none;cursor: pointer}
.gotop img{display:block;width:30px}



@media (max-width: 1720px){.gotop{right:5px}}
@media (max-width: 767px){
.bgfooter{width: 100%;padding: 94px 0 20px;}
.navbar-collapse{border: none;-webkit-box-shadow:none;box-shadow:none}
.footer .h2 {
	font-size:18px;
	width:100%;
	text-align:left;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 5px;

}
.footer ul li {
	font-size:14px;
	text-align:left
}
.footer .h2 span {
   display: block;
	float: right;
	
  
}
.footer-copyright{padding: 20px 0 25px ;}
.footer-copyright  h5{display: none}	
.footer-copyright  i{display: none}	
.footer-copyright  h5 .beian{display:none}
}
@media screen and (max-width:767px) {
.pro-container {
	padding:0px 0 10px;
}
.txtcon {
	min-height:auto;
	width: 96%;
	padding:5px;
}
.ibtu1 {
	display:none;
}
.ibtu2 {
	display:block;
}
}


/*翻页*/
#to_page .page_button {
	background:#f3f3f3;
	border:1px solid #ccc;
	margin:0 3px;
	padding:2px 5px;
}
#to_page .prev {
	position:relative;
	margin-left:10px;
	margin-right:15px;
	background:url(/images/page_left.png) no-repeat center center;
}
#to_page .next {
	position:relative;
	margin-right:10px;
	margin-left:15px;
	background:url(/images/page_right.png) no-repeat center center;
}
#to_page {
	text-align:center;
	height:26px;
	line-height:26px;
	display:inline-block;
	width:100%;
	margin:35px 0px;
}
#to_page .page_item {
	background:#f3f3f3;
	border:1px solid #ccc;
	padding:2px 5px;
	margin:0 3px;
	color:#333;
}
#to_page .page_item_current {
	background:#1d2088;
	border:1px solid #1d2088;
	padding:2px 5px;
	margin:0 3px;
	color:#fff;
}
#to_page a:hover {
	text-decoration:none;
}

.r_p {
	color:#000;
	overflow:hidden;
	padding-top:2%;
	padding-bottom:0.5%;
	font-weight:normal;
	font-size:32px;
}
.r_p span{font-size: 13px;opacity: 0.6}
.r_price {
	font-size:14px;
	margin-bottom:35px;
}
.r_price .r_form {
	margin-top:1%;
	overflow:hidden;
	margin-bottom:2.5%;
}
.r_price .r_zx_input {
	float:left;
	display:inline-block;
	margin-right:1.25%;
	width:22.5%;
	overflow:hidden;
	height:62px;
	line-height:62px;
	border:1px solid #ececec;
	text-indent:19px;
	color:#333333;
	font-size:16px;
	outline:none;
	background:#efefff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.r_price .r_zx_input.bgs2 {
	width:36.25%;
}
.r_price select::-ms-expand {
	display:none;
}
.r_price .r_zx_btns {
	float:right;
	appearance:none;
	outline:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	display:inline-block;
	width:15%;
	height:62px;
	line-height:62px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#1d2088;
	cursor:pointer;
	border:0;
	font-size:18px;
}
.r_price .r_zx_btns:hover {
	transition:all 0.3s;
	opacity:0.8;
	filter:Alpha(opacity=80);
	background:#1f1f1f;
}
.r_price .r_zx_input {
	height:60px;
	line-height:60px;
}
.r_price .r_zx_btns {
	height:60px;
	line-height:60px;
}
@media screen and (max-width:1200px) {
	.r_p {
	font-size:25px;
}
.r_price {
	margin-bottom:0
}
.r_price .r_zx_input {
	width:49%;
	margin-right:2%;
}
.r_price .r_zx_input:nth-child(2) {
	margin-right:0;
}
.r_price .r_zx_input.bgs2 {
	margin-right:0;
	width:100%;
	margin-top:2%;
}
.r_price .r_zx_btns {
	width:100%;
	margin-top:2%;
}
}

/*新闻资讯*/
.newslist {

    margin: 5px;
    padding: 20px;
    background: rgba(247, 247, 247, 0.9);
    position: relative;
    display: flex; /* 使用 Flexbox 布局 */
    flex-direction: column; /* 垂直排列子元素 */
    justify-content: space-between; /* 均匀分布子元素 */
    transition: all ease-out 0.3s;
}

.newslist a.newscontent {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.media__date {
    font-size: 13px;
    color: #333;
    padding: 10px 0 5px;
    text-align: left;
    background: url(../images/i_bg5.svg) 98% center no-repeat;
    display: block;
	transition:all 0.3s;
    flex-shrink: 0; /* 保证日期不会被挤压 */
}
.newslist:hover .media__date {
	background:url(../images/i_bg5.svg) 100% center no-repeat;
}
.media__date i {
    margin-right: 5px;
    font-size: 28px;
    color: #1d2088;
    font-weight: bold;
}

.newslist p {
    flex-grow: 1; /* 图片区域扩展填充剩余空间 */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	margin:0  0 10px ;
}

.newslist p img {
    width: 100%; /* 图片宽度占满容器 */
    height: auto; /* 高度自动调整，保持比例 */
    display: block; /* 确保图片作为块级元素 */
}

.newslist h3 {
	    border-top: 1px solid #dbdbdb;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
	font-weight: bold;
    text-overflow: ellipsis;
    text-align: left;
    flex-shrink: 0; /* 防止标题被挤压 */
}

.newsD-hd {
	padding:15px;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden
}
.newsD-hd h1 {
	font-size:30px;
	color:#222;
	line-height:1.4;
	font-weight:400;
	margin-bottom:12px
}
.newsD-hd .date span,.details .date span{
	padding-right: 10px
}

.newsD-cont {
	padding:16px 0 30px;
	font-size:16px;
	color:#333;
	font-family:Light;
	line-height:2.25;
	border-bottom:1px solid #e5e5e5
}
.newD-page {
	padding:24px 0;
	padding-right:140px;
	min-height:80px;
	position:relative;
	font-family:Light;
	overflow:hidden
}
.newD-page .return {
	position:absolute;
	right:0;
	top:50%;
	width:120px;
	height:50px;
	line-height:48px;
	margin-top:-21px;
	border:1px solid #eee;
	border-radius:3px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	background:#1d2088
}
.newD-page .return i {
	display:inline-block;
	vertical-align:middle;
	margin:-2px 4px 0 0;
	width:20px;
	height:20px;
	background:url(../images/newsD2-on.png) center center no-repeat;
	-webkit-background-size:cover;
	background-size:cover
}
.newD-page .return:hover {
	background-color:#1d2088;
	border-color:#1d2088;
	color:#fff
}
/*.newD-page .return:hover i {
	background-image:url(../images/newsD2-on.png)
}
*/
.newD-page .next,.newD-page .prev {
	display:block;
	font-size:16px;
	color:#333;
	line-height:40px;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden
}
.newD-page .next:hover,.newD-page .prev:hover {
	color:#1d2088
}
.box-d1 {
	margin-bottom:4px;
	padding:20px 20px 20px 23px;
	overflow:hidden
}
.tit-d1 {
	margin-bottom:7px;
	font-size:24px;
	color:#333;
	font-family:Bold;
	line-height:1.4;
	position:relative;
	z-index:2
}
.article-list1 {
	overflow:hidden
}
.articleL1-item {
	padding:14px 0 17px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden
}
.articleL1-item .num {
	float:left;
	margin-top:10px;
	margin-right:11px;
	min-width:20px;
	height:20px;
	padding:0 3px;
	text-align:center;
	background-color:#1d2088;
	border-radius:50%;
	font-size:14px;
	color:#fff;
	font-style:italic
}
.articleL1-item h4 {
	overflow:hidden
}
.articleL1-item h4 a {
	display:block;
	font-size:14px;
	color:#666;
	font-weight:400;
	font-family:Light;
	line-height:20px;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden
}
.articleL1-item:hover h4 a {
	color:#1d2088
}
.news-list2 {
	margin:11px 0 12px;
	overflow:hidden
}
.newsL2-item {
	overflow:hidden
}
.newsL2-item .con {
	display:block;
	padding:12.5px 0;
	overflow:hidden
}
.newsL2-item .pic {
	float:left;
	margin-right:19px;
	width:100px;
	height:75px;
	overflow:hidden
}
.newsL2-item .pic img {
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s
}
.newsL2-item h4 {
	font-size:14px;
	color:#333;
	font-family:Light;
	line-height:24px;
	font-weight:400;
	overflow:hidden;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s
}
.newsL2-item .con:hover .pic img {
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05)
}
.newsL2-item .con:hover h4 {
	color:#1d2088
}

.mtop35{margin-top:35px;}
.mtop15{margin-top:25px;}
.ptop{padding:50px 0;}
@media only screen and (max-width:1200px) {
.mtop35{margin-top:10px;}
.mtop15{margin-top:5px;}
.ptop{padding:10px 0;}
}
/*案例展示*/

.projectlist:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.projectlist li {
  float: left;
  width: 32%;
  margin: 0 10px 68px;
}
.projectlist li:nth-child(3n+1) {
  margin-left: 0;
}
.projectlist li a {
  display: block;
}
.projectlist li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.projectlist li a:hover .tit {
  color: #1d2088;
}
.projectlist li a:hover .seemore span {
  background:#2e2e2e;
  border-radius: 5px;
  color: #fff;
}
.projectlist li .pic {
  height: 308px;
  overflow: hidden;
}
.projectlist li .pic img {
  width: 100%;
	height: auto;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.projectlist li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "ag";
  font-weight: bold;
  margin: 24px 0 16px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.projectlist li .txt {
  height: auto;
  line-height: 26px;
  font-size: 15px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.projectlist li .seemore {
  margin-top: 26px;
}



.projectview .title {
  line-height: 30px;
  font-family: "ag";
  font-size: 24px;
  font-weight: bold;
}
.details .date {
	text-align: center
}
.projectview .case {
  margin-top: 18px;
}
.projectview .case li {
  margin-bottom: 40px;
}
.projectview .case li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: solid 1px #c5c5c5;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.projectview .case li a:hover {
  box-shadow: 0 0 10px 2px #d4d4d4;
}
.projectview .case li a:hover img {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
}
.projectview .case li img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  max-width:100%;
  height:100%;
}
/*.projectview .case li .filter {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/case_filter.png) repeat-x 0 0;
  background-size: auto 100%;
}*/
.projectview .case li .txt {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.projectview .details {

  padding: 0px 10px 20px;
  
  box-sizing: border-box;
}
.projectview .details .title {
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "ag";
}
.projectview .details .share span{
	line-height: 45px;padding-right: 5px;font-size:16px;
}
.share i {
  font-size: 16px;
  margin-left:5px;

}
.share a i:hover {
  color: #666
}
.projectview .details .article {
  border-top: solid 1px #eeeef0;
  border-bottom: solid 1px #eeeef0;
  padding: 28px 0;
  margin-top: 20px;
}
.projectview .col-md-9{padding: 0}
@media only screen and (max-width: 1400px) {
  .projectlist li {
    width: 48%;
    margin: 0 5px 30px;
  }
  .projectlist li .pic {
    height: 268px;
  }
}
@media only screen and (max-width: 1200px) {
.projectlist {
	margin: 0 auto;
}
.projectlist  li {
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.projectlist  li:nth-child(even) {
	padding: 0 0 0 5px;
}
.projectlist  li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.projectlist  li a:hover .tit {
	color: #333;
}

.projectlist  li .pic {
	height: auto;
}
.projectlist  li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin: 10px 0 6px 0;
}
.projectlist  li .txt {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.projectlist  li .seemore {
	margin-top: 10px;
}	

}
@media only screen and (max-width: 767px) {
	.projectlist  li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
	.projectview .details {
  float: none;
  padding: 0px 2px 10px;
}
	.projectview .case li img {

  height:auto;
}
}
.seemore {
  margin-top:30px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  float: left;
  background: #1d2088;
}
.seemore:hover {
  background:#2e2e2e;
	 border-radius: 5px;
}
.seemore:hover span {
  color: #fff;
}
.seemore span {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 0 20px 0 22px;
  transition-duration: 0.4s;
}
/*首页服务商*/

.contact_home {
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover!important;
}
.contact_home  .item {
  height:250px;
  width: 100%;
/*  margin-right: 15px;*/
  float: left;
  background: #fff;
  margin-top: 20px;
  border: solid 1px rgba(207, 207, 207, 0.6)
}
/*.contact_home  .item:nth-child(2n) {
  margin-right: 0
}*/
.contact_home .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.contact_home .item .tit {
  height: 106px;
  border-bottom: solid 1px #eeeeee;
  line-height: 106px;
  padding-left: 40px;
  color: #1d2088;
  font-weight: bold;
  font-size: 24px;
}
.contact_home .item .note {
	padding-top: 20px;
  padding:15px 15px 0;
  color: #999999;
  font-size: 16px;
}	
	
.contact_home .item .note p{
  line-height: 30px;
}		
.contact_home .item .note p em{
  padding-right: 8px
}





/*联系我们*/
.contact_main {
  padding-top: 110px;
  padding-bottom: 100px;
  background-size: cover!important;
}
.contact_main  .cont {
  margin-top: 14px;
}
.contact_main .cont .ewm {
  background: #fff;
  padding: 22px;
  width: 80%;

}
.contact_main .cont .ewm img {
  width: 100%;
}
.contact_main .cont .ewm .tit {
  color: #333333;
  font-size: 18px;
	text-align: center;
  margin-top: 20px;
}
.contact_main .cont .hotline {
  margin-top: 25px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.contact_main .cont .hotline a {
  color: #333;
}
.contact_main .cont .hotline .mb15 {
  margin-bottom: 10px;
}	
.contact_main .cont .hotline i {
  padding-right: 8px;
	 font-size: 23px;
	 color: #1d2088;
	font-weight: bold;
}
.contact_main  .top_sea{
	margin-bottom: 35px
}
.contact_main  .item {
  height: 315px;
  width: 100%;
  margin-right: 15px;
  float: left;
  background: #fff;
  margin-top: 20px;
}
.contact_main  .item:nth-child(2n) {
  margin-right: 0
}
.contact_main .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.contact_main .item .tit {
  height: 106px;
  border-bottom: solid 1px #eeeeee;
  line-height: 106px;
  padding-left: 40px;
  color: #1d2088;
  font-weight: bold;
  font-size: 24px;
}
.contact_main .item .note {
	padding-top: 20px;
  padding-left: 35px;
  color: #999999;
  font-size: 16px;
}	
	
.contact_main .item .note p{
  line-height: 30px;
}		
.contact_main .item .note p em{
  padding-right: 8px
}	


.item-row {
  margin-bottom: 15px; /* 每一排之间的间距 */
}
.item-row  em{
	font-size: 38px;
	color: #1d2088;
	font-weight: bold
}
.icon-style {
  font-size: 36px; /* 图标大小 */
  line-height: 1;
  color: #333; /* 图标颜色 */
}

.text-row {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 上下文字垂直对齐 */
  height: 100%;
}

.text-upper {
  margin: 0;
  font-size: 16px; /* 上排文字字体大小 */
  font-weight: bold;
  color: #000;
}

.text-lower {
  margin: 0;
  font-size: 14px; /* 下排文字字体大小 */
  color: #666;
}


/*公司简介*/

.about-con {
		  width: 100%;
		  height: auto;
		  
	position: relative;
}
.about-lt {
	float: left;
	width: 69.2%;
}
.about-rt {
	float: left;
	z-index: 2;
	right: 0px;
	width: 30%;
	
}
.about-rt img{
	border-radius: 0 20% 0 20%;	
}
.about-head, .about-cont {
	padding-right: 20px;
}

.about-head {
	margin-bottom: 75px;
}

.idxTitle {
	font-size: 38px;
	font-weight: bold;
	color: #333333;
}

.aft {
	padding-bottom: 35px;
	position: relative;
	margin-bottom: 35px;
}

.aft:before, .aft:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #bb1c14;
}

.idxTitle.wt.aft:before, .idxTitle.wt.aft:after {
	background-color: #fff;
}

.aft:before {
	width: 48px;
	left: 0;
}

.aft:after {
	width: 2px;
	left: 50px;
}
	
@media screen and (max-width: 767px) {
	  
.about-head, .about-cont {
	padding-right: 0;
}
.idxTitxtP{width: 100%;padding: 0;margin: 0}
.about-rt {
	float: none;
	right: auto;
	width: 100%;
	
}
.about-lt {
	float: none;
	width: 100%;
}
}
}

.idea {padding:85px 0;}

.idea-col:last-child {
	border: none;
}
.ideadl {
	text-align: center;
	background:rgba(5, 5, 5, .8); 
	height: 550px;
	padding:50px;
	border-radius: 10px;
}

.ideadl dt {
	margin-bottom: 20px;
}


.ideadl .txt {
	font-size: 18px;
	color: #ffffff;
}
	
.ideadl .txt li{display:list-item;width: 100%;text-align: left;list-style-type:square;margin-bottom: 10px;line-height: 28px}
	
	.txtcol{
		color: #fff;
		text-align: left
	}	
	
	
.about-row {
	padding:50px 0;
	overflow:hidden;
}
.about-list1 {
	padding-top:35px;
	font-size:0;
	margin:0 -35px;
	overflow:hidden
}
.about-item {
	display:inline-block;
	vertical-align:top;
	width:33.33%
}
.about-item .con {
	display:block;
	margin:0 35px;
	overflow:hidden
}
.about-item .pic {
	padding-top:95%;
	position:relative;
	overflow:hidden
}
.about-item .pic img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s
}
.about-item .inner {
	padding:23px 0;
	overflow:hidden
}
.about-item .inner h4 {
	font-size:24px;
	color:#333;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:11px
}
.about-item .inner .txt {
	font-size:17px;
	color:#666;
}
.about-item .con:hover .pic img {
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05)
}
@media only screen and (max-width:767px) {
	.about-list1 {
	margin:0 -5px
}
.about-item {
	width:100%
}
.about-item .con {
	margin:0 5px
}
.about-item h4 {
	font-size:20px
}
.about-row {
	padding:70px 0 50px
}
}	
	
/*联系我们*/
.about-contact {margin-top: 20px}
.contact_tit {
  margin-top:50px;
  line-height: 66px;
  padding-left: 40px;
  color: #1d2088;
  font-weight: bold;
  font-size: 24px;
}
.about-contact .ul-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  margin-top:10px;
  position: relative;
  z-index: 2;
  padding: 60px 3.57%;
  background-color: #fff;
}
.about-contact .ul-list::before,
.about-contact .ul-list::after {
  content: " ";
}
.about-contact .ul-list li {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.about-contact .ul-list li .icon i {
  font-size: 40px;
}
.about-contact .ul-list li .title {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 30px;
}
.about-contact .ul-list li .des {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
}	
	
@media screen and (max-width: 1440px) {
	
	  .about-contact .ul-list {
    padding-left: 3%;
    padding-right: 3%;
  }
  .about-contact .ul-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-contact .ul-list li .des {
    font-size: 18px;
    line-height: 28px;
  }
	
	}
@media screen and (max-width: 991px) {
	  .about-contact .ul-list {
    margin-top: 35px;
	padding-left: 1%;
    padding-right: 1%;
		  
  }

  .about-contact .ul-list li .des {
    font-size: 16px;
    line-height: 30px;
  }
  .about-contact .ul-list li .title {
    margin-top: 20px;
  }
	}
@media screen and (max-width: 767px) {
	.about-contact .ul-list li {
   flex: 0 0 100%;
  padding-left: 10px;
  padding-right: 10px;

}
	  .about-contact .ul-list li .title {
    margin-top: 10px;
  }
  .about-contact .ul-list li .des {
    line-height: 26px;
    margin-top: 10px;
  }}

.feedback {padding: 50px 0 50px 50px;}
.conmess {
	width:100%;
	margin:80px auto;
}

.conmess .input {
    font-size: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 49%;
	padding-right: 2%;
	float: left;
	height: 50px;
	margin-bottom: 50px;
	vertical-align: top;
}
.deal::-webkit-textfield-decoration-container {
   background-color: #fff
}   
.deal::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
.deal::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
.conmess .input::nth-child(2n){
		padding-right:0
	}
.conmess .input input,.conmess .input textarea {
	width:100%;
	height:100%;
	display:block;
	border-radius:5px;
	border:1px solid #e6e6e6;
	font-size:16px;
	color:#999999;
	padding:0 17px;
	box-sizing:border-box;
	outline:none;
}
.conmess .input.big {
	width: 100%;
	padding-right:4%;
	height:150px;
	margin-right:23px;
}
.conmess .form form {
	text-align:left;
}
.signin_btn {
	margin-top: 10px;
	display:block;
	background-color:#1d2088;
	text-align:center;
	line-height:40px;
	color:#fff;
	width:100px;
	font-size:14px;
	border-radius:5px;
	cursor:pointer;
    border: none
	}
.error_input {
	border:1px solid #ff0000;
}
.msg {
	font-size:12px;
	line-height:35px
}
.onError {
	color:#ff0000;
}
@media all and (max-width:1000px) {
.leftline{border:none;padding:0}
.contact .col-md-6,.coninfo .col-md-6,.coninfo .col-md-12{padding:0}
.conmess .input {
	width: 100%;
}
.conmess .input.big {
	width: 100%;
}
}
.feedback .btitle {
  font-size: 62px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 60px;
}
.feedback .stitle {
  font-size: 42px;
  font-weight: 500;
  color: #333333;
}
.feedback .htitle {
  color: #1d2088;
  font-size: 42px;
  font-weight: 500;
  margin: 20px 0 45px;
}
.feedback .text {
  font-size: 26px;
  color: #999999;
  margin-bottom: 50px;
}
@media all and (max-width:1400px) {
.feedback .btitle {
  font-size: 45px;
}
.feedback .stitle {
  font-size: 35px;
}
.feedback .htitle {
  font-size: 35px;
  margin: 10px 0 15px;
}
.feedback .text {
  font-size: 18px;
  margin-bottom: 30px;
}	
	
}
.foot-link span{float: left;padding-right: 10px;color: beige}
.foot-link {line-height:45px;}
.foot-link a{padding-right: 8px}
.nav-menu {
	margin-top:10px;
	line-height:38px;
	width:100%;
	text-align:left;
}
.nav-menu {
	font-size:13px;
	padding-left:10px;
}
.nav-menu i {
	color:#333;
	padding:5px 10px 0
}
.curwidth {
     padding:0 100px 
}
@media all and (max-width:768px) {
	.curwidth {
      padding:0  
}
}
.custom-button {
    background-color: #1d2088; 
    color: #fff; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
}



/*产品中心*/

.index-pro .posi {
  margin-top: 35px;
  position: relative !important;
}.index-pro .swiper {
  width: 99%;
}.index-pro .swiper .swiper-wrapper .swiper-slide , .pro_list .col-md-4 {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	background: #fff;
	box-shadow: 0 2px 1px rgba(102, 102, 102, 0.5); /* 悬停时增强阴影效果 */
/*  background: url("../pic/abg.png") center no-repeat;*/
}
.pro_list .col-md-4{
	background:none;
	margin-bottom:40px;
	box-shadow:0 0 0 ;
	
}
.pro_list .col-md-4 a{
	box-shadow: 1px 1px 2px 2px rgba(102, 102, 102, 0.12); 
	 width: 98%;
	 padding:1%;
	
	
}
.index-pro .swiper .swiper-wrapper .swiper-slide .img , .pro_list .col-md-4 .img {
  height: 375px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}.index-pro .swiper .swiper-wrapper .swiper-slide .img img , .pro_list .col-md-4 .img img {
  display: block;
  max-height: 350px;
  object-fit: contain;
   transition: all 0.5s;
  object-fit: cover;
}.index-pro .swiper .swiper-wrapper .swiper-slide .content , .pro_list .col-md-4 .content {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-title , .pro_list .col-md-4 .content .c-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
	padding-bottom: 40px;
}
.pro_list .col-md-4 .content .c-title {
  font-size: 18px;
  height: 65px;
	overflow: hidden
}
.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-text , .pro_list .col-md-4 .content .c-text{
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding-bottom: 40px;
}.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-btn , .pro_list .col-md-4 .content .c-btn {
  width: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-btn .btn , .pro_list .col-md-4 .content .c-btn .btn {
  padding: 8px 15px;
  font-size: 14px;
  background: rgba(240, 240, 240, 0.6);
  border: 1px solid #cccccc5a;
  border-radius: 3px;
	border-radius: 18px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_list .col-md-4 .content .c-btn .btn {
  padding:20px 80px;
  background: rgba(191, 40, 47, 0.9);
	color: #fff
}
.pro_list .col-md-4 .content .c-btn .btn i{
  padding-left: 5px
}
.index-pro .swiper .swiper-wrapper .swiper-slide:hover img , .pro_list .col-md-4:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}
.pro_list .col-md-4:hover a{box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.10);border-radius: 8px;transition: all .6s;}

.index-pro .swiper .swiper-wrapper .swiper-slide:hover .content .c-title ,.pro_list .col-md-4:hover .content .c-title{
  color: #284d9b;
}.index-pro .swiper .swiper-wrapper .swiper-slide:hover .content .c-btn .btn ,.pro_list .col-md-4:hover .content .c-btn .btn {
  background: #284d9b;
  color: #fff;
}.index-pro .swiper-button-prev,.index-pro .swiper-button-next {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  left: -2%;
  background: url("../pic/sp.png") center no-repeat;
}.index-pro .swiper-button-prev:hover,.index-pro .swiper-button-next:hover {
  width: 70px;
  height: 70px;
  background: url("../pic/lshover.png") center no-repeat;
}.index-pro .swiper-button-prev:after,.index-pro .swiper-button-next:after {
  display: none;
}.index-pro .swiper-button-next {
  right: -2% !important;
  left: auto !important;
  background: url("../pic/spr.png") center no-repeat;
}.index-pro .swiper-button-next:hover {
  background: url("../pic/shover.png") center no-repeat;
}
	@media screen and (max-width: 1660px) {.index-pro .swiper .swiper-wrapper .swiper-slide .img , .pro_list .col-md-4 .img {
    margin-left: auto;
  }
	}
	@media screen and (max-width: 1366px) {.index-pro {
    padding: 60px 0;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .img img , .pro_list .col-md-4 .img img{
    height: 173px;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .content , .pro_list .col-md-4 .content{
    padding: 20px 0;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-title , .pro_list .col-md-4 .content .c-title{
    font-size: 15px;
    line-height: normal;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-text , .pro_list .col-md-4 .content .c-text{
    line-height: 1;
  }.index-pro .model-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
  }	
		
	}
	@media screen and (max-width: 1200px) {.index-pro .swiper-button-prev {
    left: 2% !important;
  }.index-pro .swiper-button-next {
    right: 2% !important;
  }	
		
	}
	@media screen and (max-width: 1000px) {.index-pro .model-text {
	letter-spacing: 0px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }.index-pro {
    padding: 70px 0;
  }.index-pro .swiper-button-prev {
    left: 2% !important;
    background-size: 65%;
    width: 50px;
    height: 50px;
    left: 0;
  }.index-pro .swiper-button-prev:hover {
    background-size: 65%;
    width: 50px;
    height: 50px;
  }.index-pro .swiper-button-next {
    right: 2% !important;
    background-size: 65%;
    width: 50px;
    height: 50px;
    right: 0;
  }.index-pro .swiper-button-next:hover {
    background-size: 65%;
    width: 50px;
    height: 50px;
  }.index-pro {
    padding: 20px 0;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .img , .pro_list .col-md-4 .img{
    height: 300px;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .img img , .pro_list .col-md-4 .img img{
    height: 173px;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .content , .pro_list .col-md-4 .content {
    padding: 20px 0;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-title , .pro_list .col-md-4 .content .c-title{
    font-size: 20px;
    line-height: normal;
  }.index-pro .swiper .swiper-wrapper .swiper-slide .content .c-text , .pro_list .col-md-4 .content .c-text{
    line-height: 1;
    font-size: 16px;
  }
	}
	@media screen and (max-width: 768px) {.index-pro .model-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 20px;
  }.index-pro {
    padding: 50px 0;
  }
	}

/*产品详情*/

.info-title{font-family: HarmonyOS_Sans_SC_Medium;font-size: 40px;color: #222222;line-height: normal;margin-bottom: 20px;}
.info-des{font-family: HarmonyOS_Sans_SC_Regular;font-size: 16px;color: #272727;margin-bottom: 35px;text-align: justify;}
.prod-details .swiper-container {
  width:100%;
  margin: auto;
}

.prod-details .main-swiper .swiper-slide,
.prod-details .thumbnail-swiper .swiper-slide {
  display: flex;
  align-items: left;
  width: auto;
  height: auto;
  overflow: hidden;
  justify-content: left;
}

/* 确保大图和小图的图片和视频保持固定大小，并且不变形 */
.prod-details .main-swiper .swiper-slide img,.main-swiper .swiper-slide video{
  width:auto;
  height:auto;
/*  border: solid 1px #c5c5c5;*/
  overflow: hidden;
  object-fit:contain; /* 或者使用 contain */
}
.prod-details .thumbnail-swiper .swiper-slide img ,thumbnail-swiper .swiper-slide video{
  width: auto;
	overflow: hidden;
  height: 150px;
  border: solid 1px #c5c5c5;
 margin-top: 15px;
  object-fit: cover; /* 或者使用 contain */
}


/* 给视频容器设置固定大小 */
.video-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 控制视频播放按钮 */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  pointer-events: none;
}
  
.ptitle i{font-size: 25px;color:#1d2088;padding-right: 5px}
.ptitle{color: #222222;font-size: 23px;line-height: normal;margin-bottom: 50px;text-align: left;flex: 1}	
	
.cus-data{display: flex;align-items: center;padding:8px;border: 1px solid #DD2028;border-radius: 30px;cursor: pointer;width: 200px}
.cus-data img{width: 18px;height:18px;display: block;object-fit: contain;}
.cusfont{color: #DD2028;font-size: 16px;line-height: normal;}
.cus-data:hover{background: #DD2028;}
.cus-data:hover .cusfont{color: #FFFFFF;}
.cus-data:hover img{filter: grayscale(1) brightness(100);}
	
/* 确保空白区域不可点击 */
.thumbnail-swiper .swiper-slide {
  pointer-events: auto;  /* 确保有效的缩略图可点击 */
}
.thumbnail-swiper .swiper-slide:not(:nth-child(-n+5)) {
  pointer-events: none; /* 确保显示5个以下缩略图时，其他无效区域不能被点击 */
}
.proview{margin-top:110px;padding-bottom:150px}
@media screen and (max-width: 1000px){
	.proview{margin-top:70px;padding-bottom:150px}
	.info-title{margin-top: 10px;}
	.c-btn {margin-top: 15px;}
	.prod-details .thumbnail-swiper .swiper-slide img ,thumbnail-swiper .swiper-slide video{
  height: 100px !important;
  width: 100px !important;
}
}
.info-des ol,
.info-des ul,
.info-des li,
.detail-des ol,
.detail-des ul,
.detail-des li {
    list-style: unset;
}

