﻿html{font-size:calc(100vw / 19.2);}
body, html{overflow: visible !important;}
*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0; font-family:'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif;}/* font-family: 'Poppins',sans-serif;  */
body,textarea,input,button,select,keygen,legend{font-size: 14px;line-height: 24px;color:#666;outline:0;font-style: normal;}


h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

*, ::after, ::before {
	box-sizing: border-box;
}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#2f318b;}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1400px;max-width: 95%; margin:auto;}
.w1200{ width:1200px;max-width: 100%; margin:auto;}
.pd06{padding: 0 6%; box-sizing: border-box; max-width:1920px; margin:auto;}

.tip{position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* 核心：让整个容器靠右显示*/
#naa {width:100%;/* 占满父容器宽度*/ text-align:right;/* 内部行内元素靠右*/            padding:10px 0px;/* 增加内边距，避免贴边*/; background: #2f318b;}
/* 调整内部容器布局，让联系方式和语言选择横向排列*/        .naab {display:inline-flex;/* 行内弹性布局，适应内容宽度*/            align-items:center;/* 垂直居中对齐*/            gap:20px;/* 联系方式和语言选择之间的间距*/;}
/* 联系方式区域样式*/        .naaa {display:flex;gap:15px;/* 电话和邮箱之间的间距*/;}
.naaa p {display:flex;align-items:center;gap:5px;/* 图标和文字之间的间距*/            color:#fff; font-size: 14px;}
/* 语言选择区域样式*/        .naabb {position:relative;/* 为下拉菜单定位做准备*/;}
.naabba {cursor:pointer;color:#fff;font-size:14px;display:flex;align-items:center;gap:5px;}
/* 下拉菜单默认隐藏*/        .naabbb {display:none;position:absolute;top:100%;right:0;/* 下拉菜单靠右对齐*/            background:#fff;border:1px solid #eee;padding:8px 0;min-width:100px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}
/* 鼠标悬停显示下拉菜单*/        .naabb:hover .naabbb {display:block;}
.naabbb p {padding:5px 15px; box-sizing: border-box; text-align: center;}
.naabbb a {color:#333;text-decoration:none;font-size:14px; }
.naabbb a:hover {color:#2f318b;}


/* .top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 9;-webkit-transition: 0.5s;transition: 0.5s;height: 100px;} */
 .top_bg{}
.top_h{ display: flex; justify-content: space-between;}
.top_h .logo{ padding: 15px 0;}
.top_h .logo img{display: block;-webkit-transition:0.5s;transition:0.5s;display: none; height:50px; align-items: center;}
.top_h .logo img.bs{display: block;}
.dh{}
.dh ul li{float: left;}
.dh ul li p a{display: block;line-height:80px;font-size: 16px;position: relative;color: #333;padding: 0 0.2rem;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a i{padding-left: 5px;}
.dh ul li:hover p a{color: #2f318b;}
.dh ul li.cur p a{color: #2f318b; font-weight: 600;}
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top: 100%;display: none;min-width: 160px;}
.dh ul li .dh_fl ul{background: #fff;border-radius: 5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative;}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size: 14px;line-height: 44px;color: #666;white-space: nowrap;display: flex;justify-content: space-between;align-items: center;}
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li a:hover{color:#2f318b;}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}
.topemaol{line-height:80px;font-size: 16px;color: #2f318b; margin-left: 0.2rem;}
.topemaol a{line-height:80px;font-size: 16px;color: #2f318b;}
.topemaol a:hover{color: #2f318b; font-weight: 600;}

.top_ss{margin-left: 0.2rem;}
.top_ss span.button{ display:block; width:30px; height:80px;font-size: 22px;line-height: 80px;text-align: center;color: #333; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{position: relative;z-index: 2;margin-left: 0.2rem;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 100px;color: #fff;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #fff;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top: 47px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top: 100px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #2f318b;}

.head-t{overflow:hidden;transition:all 0.5s;color:#fff; margin-top:38px;}
.head-t a{color:#ffff;}
.head-t p{display:flex; align-items: center;}
.head-t p a{display:block;margin-right:13px;}
.head-t p a img{display:block;}
.head-t p a .al{display:block;}
.head-t p a .a2{display:none;}


.top_bg.on{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li.cur p a{color: #2f318b; font-weight: 600;}
.top_bg.on .dh ul li:hover p a{color: #2f318b; font-weight: 600;}
.top_bg.on .top_ss span.button{color: #333;}
.top_bg.on .top_yy span{color: #333;}
.top_bg.on .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on .head-t p a .al{display:none;}
.top_bg.on .head-t p a .a2{display:block;}

.top_bg.on2{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li.cur p a{color: #2f318b; font-weight: 600;}
.top_bg.on2 .dh ul li:hover p a{color: #2f318b; font-weight: 600;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_yy span{color: #333;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on2 .head-t p a .al{display:none;}
.top_bg.on2 .head-t p a .a2{display:block;}

.top_bg.on3{top:0px;}

/*搜索*/
.search{height:74px; position: relative;border-bottom: 1px solid #eee;}
.sea{height:74px;}
.sea span{display: block; height:74px; float:left;}
.sea span i{display: block; height:74px; line-height: 74px; padding-left:12px; float:left; font-size: 14px; color:#000000; position: relative; font-style: normal;}
.sea span i:before{width:2px; height:14px;background:#2f318b;content:""; position: absolute;left:0;top:31px;}
.sea span a{display: block; height:74px; line-height: 74px; float:left;font-size: 14px; color:rgba(102,102,102,0.8); margin-right: 15px;}
.sea b{display: block; height:13px;position: absolute;left:0;bottom:-13px;}
.sea .sou{height:45px; background: #2f318b; border-radius: 45px;margin-top: 15px;float:right;}
.sea .sou .txt{width:80%; height:45px;background:0;float:left;font-size: 14px; color:rgba(255,255,255,0.5);padding:0 10px 0 30px; box-sizing: border-box;}
.sea .sou .txt::-webkit-input-placeholder{font-size: 14px; color:rgba(255,255,255,0.5);}
.sea .sou .txt::-moz-placeholder{font-size: 14px; color:rgba(255,255,255,0.5);}
.sea .sou .btn{width:48px; height:45px; background:url(../img/sea-btn.png) no-repeat center;float:right; cursor: pointer;}
/**/

.sp_header,.sjj_nav{ display:none;}



.banner{ width:100%; overflow:hidden;position:relative; padding-top: 125px;}
.banner ul li a{display: block;height: 100%;}
.banner ul li .img{overflow: hidden;height: 100%;}
.banner ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li .txt{position: absolute;left:10%;bottom:45%;}
.banner ul li .txt .ml1{font-size:40px;line-height:60px;color: #fff;letter-spacing: 2px;}
.banner ul li .txt .ml2{font-size:26px;line-height: 36px;color: #cbcbcb;margin-top:3%;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd .swiper-pagination-bullet{z-index:2;cursor:pointer;margin:0 6px!important;width:12px;height:12px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:#333;opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#2f318b; width: 48px; height: 12px; border-radius: 12px;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -6px;top: -6px;height: 18px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: #2f318b;border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}
.banner video{display:block; width:100%;height:auto;-o-object-fit: cover;object-fit: cover;}

@keyframes wave{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(50%);transform:translateX(50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wave2{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(-50%);transform:translateX(-50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

.indexpro{padding:3% 0%;overflow: hidden; background-size: cover;}
.prolists{width: 25%; float: left;}
/* .prolist{}
.prolist ul{border: 1px solid #e4e4e4;padding:2% 5% 0; overflow: hidden; background: #fff}
.prolist .lpbt{background: #2f318b url("../img/pico1.png")no-repeat 32px center;padding:6% 24%; color: #fff;font-size: 20px;font-weight: bold; box-sizing: border-box;}
.prolist ul li{border-bottom: 1px solid #eee;font-size: 15px;color: #555;background: url("../img/pico3.jpg")no-repeat left center;padding:4.5% 10%; box-sizing: border-box;}
.prolist ul li a{display: block;}
.prolist ul li:last-child{border: none;}
.prolist ul li:hover a{color: #2f318b;} */

/* 原有样式保留不变*/
.prolist {}
.prolist ul {
	border:1px solid #e4e4e4;
	padding:2% 5% 0;
	overflow:hidden;
	background:#fff;
}
.prolist .lpbt {
	background:#2f318b url("../img/pico1.png")no-repeat 32px center;
	padding:6% 24%;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	box-sizing:border-box;
}
.prolist ul li {
	border-bottom:1px solid #eee;
	font-size:15px;
	color:#555;
	background:url("../img/pico3.jpg") top 20px left no-repeat;
	padding:4.5% 10%;
	box-sizing:border-box;
}
.prolist ul li a {
	display:block;
}
.prolist ul li:last-child {
	border:none;
}
.prolist ul li:hover a {
	color:#2f318b;
}
.prolist ul li.hover a{color: #2f318b; font-weight: 600;}
/* 新增二级分类专属样式*/
/* 一级分类父项样式：相对定位（用于二级菜单绝对定位）、调整内边距容纳箭头*/
.prolist .parent-li {
	position:relative;
	padding-right:15%;
	/* 右侧留空放展开/收起箭头*/
  cursor:pointer;
	/* 鼠标悬浮变手型，提示可点击*/;
}
/* 一级分类父项箭头：绝对定位在右侧，垂直居中
.prolist .parent-li::after {
	content:"▼";
	展开箭头符号*
  position:absolute;
	right:5%;
	top:50%;
	transform:translateY(-50%);
	color:#999;
	font-size:12px;
	transition:transform 0.3s ease;
	;
}
一级分类展开时，箭头旋转为向上
.prolist .parent-li.open::after {
	transform:translateY(-50%) rotate(180deg);
}*/
/* 二级菜单容器样式：默认隐藏、无列表样式、内边距左移（和一级分类区分层级）*/
.prolist .child-ul {
	display:none;
	/* 默认隐藏*/
  list-style:none;
	margin:3% 0% 0 0;
	/* 和一级分类保持间距*/
  padding:0%;
  padding-left:0%;
	/* 左缩进，体现层级关系*/
  border:none;
	/* 取消边框，避免和一级分类重叠*/;
}
/* 二级分类列表项样式：调整内边距、取消背景图，简化样式*/
.prolist .child-ul li {
	padding:0%;
	/* 上下内边距，左右无，贴合层级缩进*/
  border-bottom:1px dashed #eee;
	/* 虚线边框，和一级分类实线区分*/
  background:none;
	/* 取消原有背景图，避免视觉杂乱*/;
	box-sizing: border-box;
	line-height: 45px;
	text-indent: 3%;
}
.prolist .child-ul li.cur{background:#2f318b;}
.prolist .child-ul li.cur a{color: #fff !important;}
.prolist .child-ul li.cur a:hover{color: #fff !important;}
/* 二级分类最后一项取消边框*/
.prolist .child-ul li:last-child {
	border-bottom:1px dashed #eee !important;
}
/* 二级分类链接样式：调整字体大小，突出层级*/
.prolist .child-ul li a {
	font-size:14px;
	color:#666 !important;
  font-weight: normal !important;
}
/* 二级分类链接悬浮样式，和一级分类保持视觉统一*/
.prolist .child-ul li:hover a {
	color:#2f318b !important;
}
.prolist ul li.hover.prolist .child-ul li a {
	font-size:14px;
	color:#666;
  font-weight: normal;
}




.prolist ul dl{ padding:2% 0 0 0%;}
.prolist ul dl:last-child{ padding-bottom:3%; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.prolist ul dl a{ font-size: 15px; color: #333; line-height:35px; border-bottom:none}
.prolist ul dl a:hover{ color: #1364ab;;}
.prolist ul li a:hover:after, .prolist ul li a:hover:before{display: none;}
.pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.prolist ul ol{display: none;}


.cinfo{}
.cinfo .lpic{width: 100%}
.cinfo .lpic img{width: 100%; display: block;}
.cinfo .ltext{padding: 5%; box-sizing: border-box; background: #f6f6f6;border: 1px solid #e4e4e4; border-top: 0; box-sizing: border-box;}
.cinfo p{font-size: 16px; line-height:30px; color: #555}
.cinfo b{display: block; font-family: "Arial"; font-size: 28px; font-weight: bold; color: #fff; line-height: 30px; margin-top: 4px;}

.ny_tel { color:#fff; background:#2f318b; font-size:22px; padding-left:24px;width:100%; height:60px; line-height:60px;}
.ny_tel_n {padding:4%; background:#fff; border: 1px solid #e4e4e4; box-sizing: border-box;}
.ny_tel_n img { float:left; padding-right:15px; display: inline-block; margin-top: 10px; vertical-align: middle;}
.ny_tel_n dl{overflow: hidden;}
.ny_tel_n dd { height:auto;  line-height:48px; font-size:14px;color:#222;}
.ny_tel_n dd:nth-child(4){line-height: 25px;}

.insolution-right{width: calc(100% - 27%); float: right;}
.proWrap-head{width: 100%;justify-content: space-between;align-items: center;position: relative;}
.proWrap-head::after{content: "";position: absolute;width: 100%;height: 1px;background: #ffffff;left: 0;bottom: 0;}
.proWrap-head .name{height: auto;display: flex;align-items: center;position: relative;z-index: 2; color: #fff; background: #2f318b ; line-height:45px; text-indent: 20px;} 
/* .proWrap-head .name::after{content: "";position: absolute;width: 46px;height: 2px;background: #2f318b;left: 0;bottom: 0;} */
.font30{font-size:20px;}


.insolution-right ul{margin-left: -2%;overflow: hidden; margin-bottom: -2%; margin-top:2%;}
.insolution-right li{width:23%; float: left; margin-left: 2%; margin-bottom: 3%;}
.insolution-right li a{display: block;}
.insolution-right li .pic{overflow: hidden; border: 1px solid #ececec;}
.insolution-right li .pic img{width: 100%;  transition: transform .8s; display: block;}
.insolution-right li .title{height: 48px; line-height: 48px; background: #ececec; font-size: 15px; color: #222; text-align: center; overflow: hidden; transition: background .5s,color .5s;}
.insolution-right li:hover .pic img{transform: scale(1.1);}
.insolution-right li:hover .title{background: #2f318b; color: #fff;}


/*首页关于我们 开始*/
.home-about{position: relative; padding: 3% 0; background: #f5f5f5;}
.home-des-into {width:40px;height:15px;margin-right:10px;box-sizing:border-box;display:inline-block;border-top:2px solid #2f318b;border-bottom:2px solid #2f318b;}
.home-des {color:#2f318b;font-size:24px;font-weight:600;display:inline-block;text-transform:uppercase;}
.home-title {font-size:36px;font-weight:500;color:#111;text-align:center;line-height:1.2;text-transform:capitalize;}
.home-more {background-color:#2f318b;color:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;min-width:150px;height:48px;position:relative;z-index:1;border-radius:8px;}
.home-more::after {content:"";width:0%;height:100%;left:0px;top:0px;position:absolute;z-index:0;background-color:rgba(0,0,0,.1);transition:all .2s ease;}
.home-more:hover::after {width:100%;}
.home-more span {position:relative;z-index:10;}
.home-more:hover span{color:#fff;}
.home-about .pd06 {display:flex;flex-wrap:wrap;align-items:center;}
.home-about .about-img {width:54%;box-sizing:border-box;padding-left:40px;padding-bottom:40px;position:relative;}
.home-about .about-img img {width:100%; display: block;}
.home-about .about-img .img {border-radius:8px;overflow:hidden;transition:all .2s ease;}
.home-about .about-img .img-info {position:absolute;left:0px;bottom:0px;width:180px;height:180px;box-sizing:border-box;padding:20px;background-color:#2f318b;display:flex;flex-direction:column;justify-content:center;color:#fff;line-height:1.4;border-radius:8px;overflow:hidden;transition:all .2s ease;}
.home-about .about-img .img-info::before {content:"";position:absolute;right:-90px;top:-90px;background-color:#FFFFFF;opacity:.1;width:200px;height:200px;border-radius:50%;z-index:1;animation:aboutposition1 2s linear infinite;}
.home-about .about-img .img-info::after {content:"";position:absolute;right:-48px;top:-50px;background-color:#FFFFFF;opacity:.1;width:120px;height:140px;border-radius:50%;z-index:10;animation:aboutposition2 2s linear infinite;}
.home-about .about-img .img-info .p1 {font-size:46px;font-weight:500;}
.home-about .about-img .img-info p {font-size:18px;text-transform:capitalize;}
.home-about .about-img .about-play {width:80px;height:80px;border-radius:50%;background-color:#FFFFFF;display:flex;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;cursor:pointer;transition:all .2s ease;}
.home-about .about-img .about-play em {font-size:18px;font-weight:500;color:var(--color);}
.home-about .about-img .about-play::after {content:"";width:100px;height:100px;border:2px solid #FFFFFF;border-radius:50%;position:absolute;top:-12px;left:-12px;transition:all .2s ease;}
.home-about .about-img:hover .img {transform:translate(-5px,5px);}
.home-about .about-info {width:46%;box-sizing:border-box;padding-left:40px;}
.home-about .home-des-box {justify-content:left;}
.home-about .home-title {text-align:left;}
.home-about .about-text {margin:10px 0px;}
.home-about .about-text p {color:#444;font-size:16px; line-height: 28px;}
.home-about .about-adv li {display:flex;align-items:center;list-style:none;color:#111;font-size:16px; margin-bottom: 2%;}
.home-about .about-adv em {color:#2f318b;font-size:20px;margin-right:8px;margin-top:4px;}
.home-about .home-more {margin-top:10px;}
@keyframes aboutposition1 {0% {right:-90px;top:-90px;opacity:.1;}
50% {right:-80px;top:-80px;opacity:.2;}
100% {right:-90px;top:-90px;opacity:.1;}
;}
@keyframes aboutposition2 {0% {right:-48px;top:-50px;opacity:.1;}
50% {right:-38px;top:-40px;opacity:.2;}
100% {right:-48px;top:-50px;opacity:.1;}
;}
/*首页关于我们 结束*/







.inabout{padding:3% 0; overflow: hidden;}
.inabout_tit{overflow: hidden;}
.inabout_tit .home-titless{font-size:34px;font-weight:600;text-align:center;text-transform:capitalize;line-height:1.4; color: #000;}
.inabout_tit .home-desss{font-size:16px;color:#565656;text-align:center;margin:0 0 1% 0}


.write{color: #fff;}
.inaboutny{overflow: hidden;}
.inabout_left{width:44%;float:left;}
.inabout_left img{width: 100%; display: block; }
.inabout_right{width:53%; float:right;}






.home-logo{background:#fbfbfb;padding: 4% 0;}
#logoswiper{margin-top:2%}
#logoswiper .swiper-wrapper{transition-timing-function:linear!important;margin:0px auto;align-items:center}
#logoswiper .swiper-wrapper img{width: 100%; display: block;}
#logoswiper .logoswiper-pagination{text-align:center;margin-top:30px;display:none}
#logoswiper .logoswiper-pagination .swiper-pagination-bullet{background:#111111;opacity:1}
#logoswiper .logoswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#2f318b}
.home-boxshaw{ margin-top:-150px;z-index:1;position:relative; margin-bottom: 4%;}
.home-boxshaw .box{padding:3%; background:#e4eff6; border-radius:10px;color:#333; box-sizing: border-box; text-align: center;}
.home-boxshaw .box .p1{font-size:34px;line-height:1.4;font-weight:600; margin-bottom: 2%;}
.home-boxshaw .box .p2{font-size:20px;margin-bottom:1em}
.home-boxshaw .box .home-more2{border-color:#FFFFFF;color:#FFFFFF; background: #2f318b;}
.home-boxshaw .box .home-more2:hover{background:#FFFFFF;color:#2f318b}
.home-more2{min-width:150px;padding:0 20px;height:45px;border-radius:8px;background:#ea5619;color:#fff;text-transform:capitalize;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear;font-size:var(--fontsize16);position:relative;z-index:1;overflow:hidden}
.home-more2 em{margin-left:10px}
.home-more2:hover{color: #fff;}




.in_honor_bg {padding:4% 0;background-size:cover; overflow: hidden;}
.in_honor {padding-top:110px;padding-bottom:110px;perspective:1600px;overflow:visible;position:relative;}
/* .in_honor .swiper-container{overflow: hidden;} */
.in_honor ul {transform-style:preserve-3d;}
.in_honor ul li {height:auto;overflow:visible;width:274px!important;-webkit-transition:1s;transition:1s;}
.in_honor ul li.swiper-slide-active {transform:translateX(0px) scale3d(1.55,1.55,1) rotateY(0deg) !important;opacity:1 !important;}
.in_honor ul li.swiper-slide-prev {transform:translateX(-80px) scale3d(1.62,1.32,1) rotateY(40deg) !important;opacity:1 !important;}
.in_honor ul li.swiper-slide-next {transform:translateX(80px) scale3d(1.62,1.32,1) rotateY(-40deg) !important;opacity:1 !important;}
.in_honor ul li.swiper-slide-next+li {transform:translateX(83px) scale3d(1.58,1.14,1) rotateY(-60deg) !important;}
.in_honor ul li.swiper-slide-next+li+li {transform:translateX(-27px) scaleX(1.105) rotateY(-45deg) !important;}
.in_honor ul li .img {-webkit-box-reflect:below 0px -webkit-linear-gradient(top,transparent,transparent 80%,rgba(255,255,255,0.3));}
.in_honor ul li .img img {display:block;width:100%;-o-object-fit:contain;-webkit-object-fit:contain;object-fit:contain;-webkit-transition:0.5s;transition:0.5s;}
.in_honor_l,.in_honor_r {position:absolute;top:50%;margin-top:-25px;z-index:9;display:flex;align-items:center;align-content:center;justify-content:center;width:46px;height:46px;font-size:20px;background:#333;color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:0.5s;transition:0.5s;opacity:0.3;}
.in_honor_l {left:60px;}
.in_honor_r {right:60px;}
.in_honor_l:hover,.in_honor_r:hover {color:#fff;opacity:1;background:#88c457;}


.home-videos{padding: 4% 0 0; overflow: hidden;}
#videoswiper{margin-top:30px}
#videoswiper .videoswiper-pagination{text-align:center;margin-top:30px}
#videoswiper .videoswiper-pagination .swiper-pagination-bullet{background:#111111;opacity:1}
#videoswiper .videoswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#2f318b}
#videoswiper .swiper-slide{background:#F7F7F7;transition:all .2s linear;border-radius:10px;overflow:hidden}
#videoswiper .swiper-slide:hover{background:#2f318b;color:#FFFFFF}
#videoswiper .swiper-slide .video{width:100%;aspect-ratio:3/2; height: 306px;}
#videoswiper .swiper-slide .video iframe,#videoswiper .swiper-slide .video img,#videoswiper .swiper-slide .video video{width:100%;height:100%;object-fit:cover}
#videoswiper .swiper-slide p{margin:15px 20px;font-size:18px;font-weight:600;line-height:1.4; text-align: center;}





.home-news {padding:3% 0px; background: #f5f5f5;}
.home-news .swiper {padding:2% 0px 0;}
.home-news .newslist {display:flex;align-items:center;margin-right:-2%;}
.home-news .newslist .newsitem {overflow:hidden;margin-right:2%;width:23.5%;border-radius:3px;transition:all .2s ease;transform:translateY(0);}
.home-news .newslist .newsitem .img {position:relative;display:block;width:100%;border:1px solid #EDEDED;}
.home-news .newslist .newsitem .img img{width: 100%; display: block;}
.home-news .newslist .newsitem .img::before {position:absolute;top:0px;left:0px;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,0);content:"";transition:all .2s ease;}
.home-news .newslist .newsitem .info {position:relative;border:1px solid #EDEDED;border-top:none;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#FFFFFF;}
.home-news .newslist .newsitem .info .inter {position:relative;display:flex;box-sizing:border-box;padding:5px 10px;background-color:#fafafb;align-items:center;justify-content:flex-end; box-sizing: border-box;}
.home-news .newslist .newsitem .info .inter .date {position:absolute;bottom:0px;left:0px;display:flex;width:62px;height:62px;background-color:#2f318b;color:#FFFFFF;align-items:center;justify-content:center;flex-direction:column;}
.home-news .newslist .newsitem .info .inter .date .day {font-weight:500;font-size:22px;line-height:1;}
.home-news .newslist .newsitem .info .inter .date::before {position:absolute;top:-11px;right:-11px;border:11px solid transparent;border-bottom:11px solid #2f318b;content:"";opacity:.8;}
.home-news .newslist .newsitem .info .inter .btn {display:inline-flex;height:40px;border-radius:3px;transition:all .2s ease;align-items:center;justify-content:center;color:var(--introcolor);}
.home-news .newslist .newsitem .info .text {padding:15px;}
.home-news .newslist .newsitem .info .text p {display:-webkit-box;overflow:hidden;color:#555;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.home-news .newslist .newsitem .info .title {display:-webkit-box;overflow:hidden;margin-bottom:5px;font-weight:500;font-size:18px;transition:all .2s ease;-webkit-box-orient:vertical;-webkit-line-clamp:2; color: #333;}
.home-news .newslist .newsitem:hover {transform:translateY(-8px);}
.home-news .newslist .newsitem:hover .img::before {background-color:rgba(0,0,0,.5);}
.home-news .newslist .newsitem:hover .info .inter .btn {color:#2f318b;}
.home-news .newslist .newsitem:hover .info .title {color:#2f318b;}
.home-news .swiper-pagination {bottom:2px;display:flex;align-items:center;justify-content:center;}
.home-news .swiper-pagination .swiper-pagination-bullet {display:inline-flex;width:14px;height:14px;border:1px solid #000000;border-radius:0;background-color:transparent;align-items:center;justify-content:center;}
.home-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {display:inline-block;width:4px;height:4px;background-color:#2f318b;content:"";}
.lazy-loads {position:absolute;top:50%;left:50%;width:20px;height:20px;border:2px solid #2f318b;border-radius:50%;transform:translate(-50%,-50%);border-top-color:transparent;border-bottom-color:transparent;animation:arrow-circle infinite .75s linear;}
.lazy-wraps {position:relative;display:block;display:flex;align-items:center;justify-content:center;}
.lazy-wraps::after {display:block;padding-bottom:50%;content:"";}
.lazy-wraps.lazy-loaded .lazy-loads {display:none;-webkit-animation:none;animation:none;}
.lazy-wraps.lazy-loaded::after {padding-bottom:0px;}
.lazy-loads:after,.lazy-loads:before {position:absolute;top:14px;left:-1px;border-top:3px solid #2f318b;border-right:3px solid transparent;border-left:3px solid transparent;content:"";transform:rotate(-30deg);}
.lazy-loads:after {top:-1px;left:10px;transform:rotate(150deg);}
img.lazy {display:inline-block;opacity:0;}
img.lazy,img.tst {transition:opacity .6s,transform .3s ease;}
img.loaded {opacity:1;}

@keyframes arrow-circle {0% {transform:translate(-50%,-50%) rotate(360deg);}
100% {transform:translate(-50%,-50%) rotate(0);}
;}

.sy_lx_bg{padding:3% 0; overflow: hidden;background-size: cover;}
.sy_lx_bg .txt{display: flex;align-items: center;justify-content: center;text-align: center;}
.sy_lx_bg .txt .txt2{max-width: 800px;}
.bots{overflow: hidden;}
.bots .t-center{text-align: center;padding-top:2%}
.bots .title{font-size: 32px;line-height: 1.85; margin-bottom:1% !important;}
.bots .ltitle{font-size: 14px;line-height: 25px;color:#777;margin-top: 5px;margin-bottom:0%;}
.bots .form{display: block; margin-right: -1%;}
.bots .tip{font-size: 14px;line-height: 22px;color:#fff;}
.bots .input{display: block;width: 98.5%;font-size: 14px;line-height: 32px;padding:8px 2.2%;color:#999;margin:2% 0 6% 0;box-sizing: border-box;border: 1px solid rgba(51, 51, 51, 0.2); background: none;}
.bots .input:focus{box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.bots .br{border-radius: 5px;}
.bots .submit{line-height: 44px;height: 44px;padding:0 45px;display: inline-block;background-color: #2f318b;font-size: 15px;color: #fff;cursor: pointer;border: 0;}
.bots .submit:hover{background-color: #2f318b;}
.col-sm-6{width: 32.333%;float: left;box-sizing: border-box; margin-right:1%;}
.col-xs-12{box-sizing: border-box;}
.bots .col-xs-12 .input {margin-bottom: 0;}

footer{clear:both;margin:0px auto;padding:2% 0;background-color:#2f318b}
footer ul{list-style:none;padding:0px}
footer .foot-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:50px 0px;border-bottom:1px solid #FFFFFF65}
footer .foot-main .foot-item{width:10%}
footer .foot-title{font-size:22px;font-weight:500;margin-bottom:20px;text-transform:capitalize;color:#000000}
footer .foot-item.foot-info{width:30%;box-sizing:border-box;padding-right:3%}
footer .foot-touch .foot-inner{display:flex;margin-bottom:10px;align-items:flex-start;color:#4f4f4f}
footer .foot-touch .foot-inner .icon{width:20px;display:inline-flex;align-items:center;justify-content:center}
footer .foot-touch .foot-inner .icon em{width: 20px;}
footer .foot-touch .foot-inner .icon em img{width: 100%;}
footer .foot-touch .foot-inner .content{flex:1;padding-left:10px}
footer .foot-touch .foot-inner .content a{transition:all .1s linear}
footer .foot-touch .foot-inner .content:hover a{color:#2f318b}
footer .foot-touch .foot-inner .content span{margin-right:4px}
footer .foot-share{margin-top:20px}
footer .foot-share ul{display:flex;flex-wrap:wrap}
footer .foot-share ul a{margin-left:10px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#FFFFFF;background-color:#4f4f4f;transition:all .1s linear}
footer .foot-share ul a img{width:60%; display: block}
footer .foot-share ul a:hover{background-color:#2f318b}
footer .foot-list{display:flex;flex-wrap:wrap}
footer .foot-list li{width:50%}
footer .foot-list li a{display:inline-block;padding:4px 0px;text-transform:capitalize;color:#4f4f4f}
footer .foot-list li a:hover{color:#2f318b}
footer .logo{display:block;margin-bottom:16px}
footer .logo img {width:auto;max-height:60px}
footer .foot-main .foot-item:nth-child(3){width:32%;}
footer .foot-categories .foot-list li{width:100%}
footer .foot-item.foot-code{width:12%}
footer .foot-code img{width:auto;height:140px}
footer .copyright{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;padding:12px;color:#000000;font-size:var(--fontsize14)}
footer .copyright a{margin-left:10px}
footer .copyright a:hover{color:#2f318b}
footer .gotop{display:flex;justify-content:center;align-items:center;font-weight:var(--fontbold6);cursor:pointer;transform:rotate(180deg);opacity:0}
footer .gotop em{font-weight:var(--fontbold3);font-size:var(--fontsize20)!important;color:#FFFFFF;background:#2f318b;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}
  
footer .foot_left{width:15%;}
footer .pd06{display: flex; justify-content: space-between; }
footer .foot_left img{width:100%; display: block;}
footer .foot_right{width: 80%;}
footer .foot_right .fment{overflow: hidden; display: flex; justify-content: space-between;}
footer .foot_right .fment .incontact{width: 50%;}
footer .foot_right .fment .incontact .footbt{font-size:24px;font-weight:600;margin-bottom:20px;text-transform:capitalize;color:#fff}
footer .foot_right .fment .incontact .footbt2{font-size:22px;text-transform:capitalize;color:#fff;margin-bottom: 10px; }
footer .foot_right .fment .incontact p{font-size: 16px; margin-bottom: 10px; color: #fff;}
footer .foot_right .fment .incontact2{width: 30%;}
footer .foot_right .fment .incontact2 ul{}
footer .foot_right .fment .incontact2 .footbt{font-size:24px;font-weight:600;margin-bottom:20px;text-transform:capitalize;color:#fff}
footer .foot_right .fment .incontact2 li{font-size: 16px; margin-bottom: 10px; color: #333; width: 50%; float: left;}
footer .foot_right .fment .incontact2 li a{font-size: 16px; color: #fff;}
footer .foot_right .fment .incontact3{width:18%;}
footer .foot_right .fment .incontact3 img{display: block; width: 100%;}
footer .foot_right .fment .incontact3 .footbt{font-size:24px;font-weight:600;margin-bottom:20px;text-transform:capitalize;color:#fff; text-align: center;}
footer .foot_right .fment .incontact3 p{font-size: 16px; margin-top:10px; color: #fff; text-align: center;}

footer .foot_right .ftext{ font-size:18px; display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;color:#fff;}  
footer .foot_right .ftext a{color:#fff;}

.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#2f318b;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../img/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../img/right_pic1.png)}
.side ul li .kfdh {
  position: absolute;
  right:79px;
  top: 0px;
  width: 170px;
  text-align: left;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
  box-sizing: border-box;
}

.side ul li:hover .kfdh {
  visibility: visible;
  opacity: 1;
}

.side ul li .weixi {
  position: absolute;
  right:79px;
  top: 0px;
  width: 150px;
  text-align: center;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
}
.side ul li .weixi img{width: 100%; display: block; clear: both; margin: auto;}

.side ul li:hover .weixi {
  visibility: visible;
  opacity: 1;
}

.side ul li i.bgs3{background-image:url(../img/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../img/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../img/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../img/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../img/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs3{background-image:url(../img/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../img/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#2f318b;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/wmiss.jpg);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideewm .ewBox.son2{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/code.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0;background:#512E90;}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#512E90;}
.side ul li.sideetel .telBox dd.bgs2{background:url(../img/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
.side ul li:hover .son2{display:block!important;animation:fadein 1s}

.bread{width:100%;border-bottom:1px solid #DEDEDE;background:#f5f5f5; padding: 0.5% 0;}
.bread .pd06{height:100%;display:flex;align-items:center;justify-content:space-between}
.breadL{display:flex;align-items:center}
.breadL a{width:170px;line-height:40px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#333333;margin-right:1%;transition:all .3s} 
.breadL a.active,.breadL a:hover{background:#2f318b;color:#FFFFFF;}
.breadR{display:flex;align-items:center}
.breadR a{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#6B6B6B;margin-right:25px;position:relative;transition:all .3s;line-height: 40px;}
.breadR a::after{content:'-';position:absolute;top:50%;transform:translateY(-50%);right:-15px}
.breadR a img{width:18px;height:18px;margin-right:8px}
.breadR a:hover{color:#2f318b}
.breadR a:last-child{margin-right:0;
/*width: 4.2rem;*/
    display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;
    justify-content: left;
}
.breadR a:last-child::after{display:none}

.nyaboutbig{padding: 3% 0 ;  overflow: hidden; }
.indexaboutny{overflow: hidden; display: flex; margin-top: 2%; justify-content: space-between; align-items: center;} 
.indexaboutny_left{width: 52%;}
.indexaboutny_left img{width: 100%; display: block;}
.indexaboutny_right{width: 46%;}
.indexaboutny_right p{font-size:18px; line-height:32px;}
.indexaboutny_right2{width: 46%;}
.indexaboutny_right2 p{font-size:18px; line-height:36px;}
.indexaboutny_right2 p span{color:#2f318b; font-weight: 600;}


.honor{height:auto;overflow:hidden; padding: 3% 0; background: #f8f8f8; }
.honor ul{list-style:none;overflow:hidden;margin-right:-2%; margin-top: 2%;}
.honor li{width:23%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:2%}
.honor li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.honor li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.honor li .hpic img{width:100%!important;overflow:hidden; display: block;}
.honor li div:hover{border:1px solid #2f318b}
.honor li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.honor li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}


.ny_probg{ padding: 3% 0; overflow: hidden;}
.ny_right{width: calc(100% - 27%); float: right;}
.productss{width:100%;float:left;}
.productss img{max-width: none !important;}
.promore_l{width:31%;float:left;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:51px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:44px;}
.spec-scroll .items ul li img:hover{border:2px solid #2f318b;padding:1px;}
.pros_right{width:65%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:3%;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:3%;}
.proleft{font-size:14px;line-height:30px;margin:2% 0 0;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #2f318b;}
.proleft p{font-size:14px;line-height:25px;}
.prorights{margin-top: 2%; overflow: hidden;}
.prorights ul{ margin-right: -3%}
.prorights li{width: 12.6%; float: left; margin-right:3%; border: 1px solid #333; text-align: center; color: #333; margin-bottom: 0%;}
.prorights .bt{font-size:16px; color: #333; margin-bottom: 2%;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin-top:3%;float:left;}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:16px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#fff;border:1px solid transparent;padding:10px 40px;color: #000}
.tabs-basic .tab-active{border-bottom:2px solid #2f318b;color:#fff;background:#2f318b;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important; /* padding:8px!important;padding-left:12px !important; */}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:3%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #2f318b;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#2f318b;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}

.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:33%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #2f318b;
  color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#2f318b;color:#fff;}
.pbtn a:nth-child(2){width:50%; background:#2f318b;}


.solution{height:auto;overflow:hidden; }
.solution ul{list-style:none;overflow:hidden;margin-right:-2%;}
.solution li{width:23%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:2%}
.solution li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.solution li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.solution li .hpic img{width:100%!important;overflow:hidden; display: block;}
.solution li div:hover{border:1px solid #2f318b}
.solution li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.solution li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2 .lnny{width:68%; float:left; overflow: hidden;}
.about_x2.bgs2 .rnny{width:28%; float:right; overflow: hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#2f318b ;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height:35px; font-size:15px; border-bottom:1px solid #eee; padding-bottom:10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:28px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:16px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width:100%; display:block;border-radius: 24px;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#2f318b;height:45px;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 ;overflow:hidden}
.relatedNews_font{font-size:14px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#2f318b}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}



.p102-info-list { margin-right: -1%;overflow: hidden;}
.p102-info-list dl {box-sizing: border-box; overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom:1%;
}
.p102-info-list dt {width:25%; float: left;}
.p102-info-list dt a,.p102-info-list dt img {display:block;width:100%;}
.p102-info-list dd {width:92%;}
.p102-info-list dd .nnbt {display: flex; font-size:16px;align-items: center;}
.p102-info-list dd .nnbt a {color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; line-height:28px;}
.p102-info-list dd .nnbt span{ margin-right:2%;}
.p102-info-list dd .nnbt p{margin-left:2%;}
.p102-info-list dd .nnbt p a{ }
.p102-info-list .p102-info-list-desc {font-size:14px;line-height:26px;color:#666666;text-align:justify;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;}
.p102-info-list-more {padding-top:22px;}
.p102-info-list-more a {display:block;width:98px;height:34px;line-height:34px;font-size:14px;color:#2f318b;text-align:center;border:1px solid #2f318b;position:relative;}
.p102-info-list-more a:before {content:'';position:absolute;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:10px solid #fff;left:-1px;top:50%;margin-top:-9px;z-index:1;}
.p102-info-list-more a:after {content:'';position:absolute;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #2f318b;left:-1px;top:50%;margin-top:-5px;z-index:2;}
/*.p102-info-list dl:hover {box-shadow:5px 5px 10px #ededed,-5px -5px 10px #ededed;}*/
.p102-info-list dl:hover dd .nnbt a {color:#2f318b;}
.p102-info-list dl:hover .p102-info-list-more a {background:#2f318b;color:#fff;}
.p102-info-list dl:hover .p102-info-list-more a:before {border-left:10px solid #2f318b;}
.p102-info-list dl:hover .p102-info-list-more a:after {border-left:7px solid #fff;}


.news-list {position:relative;}
.news-list .list1 {display:flex;justify-content:space-between;flex-wrap:wrap;}
.news-list .list1 li {position:relative;margin-bottom:2em;width:31%;}
.prodetails-sidear {width:22.5%;}
.prodetails-sidear .pr-sidebar-search {display:flex;overflow:hidden;margin-bottom:20px;padding:15px;width:100%;background-color:#F9F9F9;border-radius:3px;}
.news-list li .info {position:relative;border-top:none;border-radius:3px;}
/* .news-list .list0 li .info {border-top:1px solid #EDEDED;} */
.news-list li .info .inter {position:relative;display:flex;box-sizing:border-box;padding:0px 10px;background-color:#fafafb;align-items:center;justify-content:flex-end; box-sizing: border-box;}
.news-list li .info .date::before {position:absolute;top:-11px;right:-10px;border:11px solid transparent;border-bottom:11px solid #2f318b;content:"";opacity:.8;}
.news-list li .info .date {position:absolute;bottom:-1px;left:-1px;display:flex;width:50px;height:52px;background-color:#2f318b;color:#FFFFFF;align-items:center;justify-content:center;flex-direction:column;}
.news-list .list0 li .info .date {left:0px;}
.news-list li .info .date .day {font-weight:500;font-size:20px;line-height:1;}
.news-list li .info .inter .btn {display:inline-flex;height:40px;border-radius:3px;transition:all .2s ease;align-items:center;justify-content:center; font-size: 14px;}
.news-list li .info .text {padding:15px; box-sizing: border-box;}
.news-list li .info .text .title {display:-webkit-box;overflow:hidden;margin-bottom:10px;color:#000;font-weight:600;font-size:18px;transition:all .2s ease;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list li .info .text p {display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#555; font-size: 15px; line-height: 26px;}
.news-list li .img {display:block;width:100%; }
.news-list li .img img {display:block;width:100%;height:100%;object-fit:contain;}
.news-list li .img::before {position:absolute;top:0px;left:0px;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,0);content:"";transition:all .2s ease;}
.news-list li:hover .img::before {background-color:rgba(0,0,0,.5);}
.news-list li:hover .btn {color:#2f318b;}
.news-list li:hover .info .title {color:#2f318b;}
.newscontent-title {color:var(--fontcolor);font-size:26px;line-height:1.4;}
.news-list .list0{margin-right: -2%;}
.news-list .list0 li {position:relative;margin-bottom:2%;width:23%; float: left; margin-right: 2%; border:1px solid #EDEDED;}
.list0 li .info {margin-left:-1px;border-left:none;}
.lazy-load{position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%);border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite 1s linear}
@keyframes circle{0%{transform:translate(-50%,-50%) rotate(0)}
100%{transform:translate(-50%,-50%) rotate(360deg)}
}
.lazy-wrap{display:block;position:relative;overflow:hidden}
.lazy-wrap::after{content:"";display:block;padding-bottom:50%}
.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}
.lazy-wrap.lazy-loaded::after{padding-bottom:0}


.lxwmny{overflow: hidden;}
.cotit{color: #2f318b; font-size:28px; line-height: 1.75; margin-bottom:1%; font-weight: 600;}

.contactny{overflow: hidden;}
.contactny ul{margin-right: -2%;}
.contactny li{width:48%; margin-right: 2%;float: left; min-height:170px;}
.contactny li .tit{font-size: 22px;margin-bottom: 1%; color: #222;}
.contactny li .text{font-size:17px;color: #555;}
.contactny li .text p{margin-top: 12px;}

/**客户留言代码**/
.message{width:100%;overflow: hidden; padding: 3% 0; background: #f8f8f8;}
.message .ptt{text-align:center; color:#333; font-size:24px; font-weight:bold;}
.message ol{width:100%; float:left; margin-top:30px;}
.message ol li{float: left; width:49%; margin-bottom:30px; background:#fff; border:1px solid #e6e6e6;}
.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left;}
.message ol li:nth-child(7){float:right;}
.message ol li input{width:100%; height:55px;  background:none; border:none; color:#999; padding:0 15px; font-size:14px; outline:none; -webkit-appearance:none;}
.message ol li textarea{font-size:14px; padding:10px 15px; width:100%; height:180px; border:none; background:none; color:#999; outline:none; -webkit-appearance: none;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; cursor:pointer;}
.message ol li .btn{background:#2f318b;}
.message ol li .btn2{background:#999;}
/**客户留言代码 End**/