/* 内页样式 */
/* 内页公共样式 */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

.about-us-item01 {
	/* padding-top: 64px; */
	/* padding-left: 160px;
	max-width: 1920px; */
	margin: 0 auto;
}

.about-us-item01 p.en-title {
	font-size: 160px;
	font-weight: bold;
	background: linear-gradient(180deg, rgba(58, 80, 158, 0.3) 0%, rgba(58, 80, 158, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	line-height: 1;
}

.about-us-item01 .item-deil {
	display: flex;
	background: url("../images/about-us-bg.png") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 85px 0px 85px 106px;
	position: relative;
	z-index: 9;
}

.about-us-item01 .item-deil .left {
	width: 985px;
	border-right: 1px solid #083681;
	padding-right: 135px;
}

.about-us-item01 .item-deil h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 44px;
}

.about-us-item01 .item-deil .left p {
	font-size: 16px;
	line-height: 40px;
}

.about-us-item01 .item-deil .right {
	margin-left: 105px;
}

.about-us-item01 .item-deil .right .ico {
	width: 90px;
	height: 90px;
	margin-right: 50px;
}


.about-us-item01 .item-deil .right ul li {
	display: flex;
	align-items: center;
	margin-bottom: 55px;
}

.about-us-item01 .item-deil .right ul li:last-child {
	margin-bottom: 0px;
}

.about-us-item01 .item-deil .right ul li h4 {
	color: #083681;
	font-weight: 400;
	font-size: 50px;
}

.about-us-item01 .item-deil .right ul li h4 span {
	font-weight: bold;
	margin-right: 15px;
}

.about-us-item01 .item-deil .right ul li .txt p {
	font-size: 20px;
	color: #333333;
}

.about-us-item01 .company-intro .company-data{
	display: flex;
	justify-content: space-between;
	gap: 65px;
}

.about-us-item01 .company-intro .company-data .item{
	flex: 1;
}
.about-us-item01 .company-intro .company-data .item img{
	width: 100%;
}
.about-us-item01 .company-intro .company-text{
	margin-top: 30px;
}
.about-us-item01 .company-intro .company-text p{
	font-size: 18px;
	line-height: 44px;
	position: relative;
	/* padding-left: 40px; */
}
/* .about-us-item01 .company-intro .company-text p:before{
	content: '';
	display: flex;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../images/li-ico.png);
	background-size: 100% 100%;
} */
.about-us-item02 .honor-list{
	display: flex;
	width: 100%;
}
.about-us-item02 .honor-list .swiper{
	height: 570px;
}
.about-us-item02 .honor-list .time-img{
	margin-right: 50px;
}
.about-us-item02 .honor-list .time-img img{
	width: 73px;
	height: 73px;
}
.about-us-item02 .honor-list .item{
	display: flex;
	align-items: center;
	height: auto !important;
	position: relative;
	padding-bottom: 40px;
}
.about-us-item02 .honor-list .item::after{
	content: '';
	height: 100%;
	width: 2px;
	background: #073580;
	position: absolute;
	top: 0;
	left: 35px;
	z-index: -1;
}
.about-us-item02 .honor-list .item:first-child::after{
	height: calc(((100% - 73px)/2) + 40px);
	bottom: 0;
	top: auto;
}
.about-us-item02 .honor-list .item:last-child::after{
	height: calc(((100% - 73px)/2) + 40px);
}
.about-us-item02 .honor-list .left .swiper{
	padding-left: 80px;
}
.about-us-item02 .honor-list .left .switch{
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	left: 0;
	padding: 35px 0;
}
.about-us-item02 .honor-list .left .switch .swiper-scrollbar{
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #718CB7 0%, #FFF 100%);
	left: 1px;
	
}
.about-us-item02 .honor-list .left .switch .swiper-scrollbar .swiper-scrollbar-drag{
	background: #083681;
	width: 6px;
	left: -1px;
}
.about-us-item02 .honor-list .item .time-txt{
	font-size: 20px;
	font-weight: bold;
}

.about-us-item02 .honor-list .item .cont p{
	font-size: 16px;
	font-weight: lighter;
	line-height: 32px;
	color:#666;
}
.about-us-item02 .honor-list .left{
	width: 42%;
	margin-right: 4%;
}
.about-us-item02 .honor-list .right{
	width: 56%;
	height: 100%;
	position: relative;
	padding-top: 80px;
}
.about-us-item02 .honor-list .right p{
	width: 85%;
	height: 110px;
	background: #083681;
	color: #fff;
	font-size: 44px;
	text-align: center;
	gap: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.about-us-item02 .honor-list .right p::after,
.about-us-item02 .honor-list .right p::before{
	content: '';
	display: block;
	width: 100px;
	height: 44px;
	background: url(../images/honor-title-ico.png);
	background-size: 100% 100%;
}
.about-us-item02 .honor-list .right .honor-show{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.about-us-item02 .honor-list .right .honor-show img{
	width: 100%;
	height: 100%;
}

/*.about-us-item02 .ny-title {
	margin-left: 6.25%;
}*/

.about-us-item02 {
	margin: 0 auto;
	margin-top: 70px;
}

.about-us-item02 .about-box {
	width: 100%;
	display: flex;
	/*padding-right: 8.3%;*/
}

.about-us-item02 .about-box .about-list {
	width: 88.534%;
	padding: 135px 30px 135px 6.25%;
	background: #F6F6F9;
	border-radius: 0px 10px 10px 0px;
}

.about-us-item02 .about-box .swiper-honor {
	height: 465px;
}

.about-us-item02 .about-box .swiper-honor ul li {
	display: flex;
}

.about-us-item02 .about-box .swiper-honor ul li .time-img {
	width: 54%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-us-item02 .about-box .swiper-honor ul li .time-img img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.about-us-item02 .about-box .swiper-honor ul li .time-img:hover img {
	transform: scale(1.05);
}

.about-us-item02 .about-box .swiper-honor ul li .time-text {
	padding-left: 70px;
	flex: 1;
}

.about-us-item02 .about-box .swiper-honor ul li .time-text h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 70px;
	color: #083681;
	position: relative;
	padding-bottom: 5px;
	transition: 0.4s;
	background: linear-gradient(180deg, #666666 0%, rgba(153, 153, 153, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.about-us-item02 .about-box .swiper-honor ul li.swiper-slide-active .time-text h3 {
	transform: translateY(0%);
	background: rgb(58, 80, 158);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 50px;
}

.about-us-item02 .about-box .swiper-honor ul li .time-text h3::after {
	content: "";
	width: 0px;
	height: 1px;
	position: absolute;
	left: -112px;
	bottom: 0px;
	transition: 0.4s;
}

.about-us-item02 .about-box .swiper-honor ul li.swiper-slide-active .time-text h3::after {
	width: 208px;
}

.about-us-item02 .about-box .swiper-honor ul li .cont {
	margin-top: 30px;
}

.about-us-item02 .about-box .swiper-honor ul li .time-text p {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	margin-bottom: 15px;
}

.about-us-item02 .about-box .swiper-honor ul li .time-text p:last-child {
	margin-bottom: 0;
}

.about-us-item02 .about-box .time-list {
	width: 6.679%;
	height: 100%;
	margin-left: 4.787%;

}

.about-us-item02 .about-box .time-list .time-box {
	height: 100%;
	padding: 30px 0;
	position: relative;
}

.about-us-item02 .about-box .time-line {
	height: 100%;
}

.about-us-item02 .about-box .time-list .time-box::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #BFBFBF;
	position: absolute;
	left: 85px;
	top: 0;
}

.about-us-item02 .about-box .time-line ul li {
	width: 85px;
	line-height: 70px;
	font-size: 20px;
	color: #666666;
	position: relative;
	transition: 0.4s;
	text-align: center;
	padding-right: 10px;
	cursor: pointer;
}

.about-us-item02 .about-box .time-line ul li::after {
	content: '';
	width: 5px;
	height: 30px;
	background: #083681;
	border-radius: 100px;
	position: absolute;
	right: -3px;
	top: 50%;
	transform: translateY(-50%) scaleY(0);
	transition: 0.4s;
}

.about-us-item02 .about-box .time-line ul li.swiper-slide-thumb-active::after {
	transform: translateY(-50%) scaleY(1);
}

.about-us-item02 .about-box .time-line ul li.swiper-slide-thumb-active {
	color: #083681;

	font-size: 26px;
	font-weight: bold;
}

.about-us-item02 .about-box .time-line .swiper-scrollbar {
	background: rgba(0, 0, 0, 0);
}

.about-us-item02 .about-box .time-line .swiper-scrollbar-drag {
	background: #999999;
}

.about-us-item03 {
	margin-top: 70px;
	margin-bottom: 110px;
}

.about-us-item03 .logo-box {
	overflow: hidden;
	display: flex;
}

@keyframes moveHd {
	0% {
		transform: translate(0);
	}

	100% {
		transform: translate(-100%);
	}
}

.about-us-item03 ul {
	width: 100%;
}

.about-us-item03 ul li {
	transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.about-us-item03 ul li img {
	width: 100%;
	transition: 0.4s;
}

/* .about-us-item03 ul li:hover img {
	transform: scale(1.05);
} */

.s-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding-top: 44px; */
	margin-bottom: 30px;
}

.s-title .ny-title {
	margin-bottom: 0;
}

.s-title .product-search-box {
	flex: 1;
	max-width: 560px;

	border-radius: 6px;
	margin-left: 20px;
}

.s-title form {
	width: 100%;
	height: 50px;
	border: 1px solid #DDDDDD;
	position: relative;
}

.s-title form input {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	padding-left: 20px;
	font-size: 16px;
	line-height: ;
}

.s-title form button {
	background: none;
	border: none;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s-title form button img {
	filter: grayscale(1);
	transition: 0.4s;
	transform: scale(1.05);
}

.hot-search {
	display: flex;
	flex-wrap: wrap;
}

.hot-search p {
	font-size: 12px;
	color: #888888;
	margin-right: 20px;
	line-height: 26px;
	cursor: pointer;
}

.hot-search p:hover {
	color: #073580;
}

.news-item01 .item01-tab ul li {
	width: calc(100% - 80px);
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 20px;
	margin: 0 auto;
	align-items: center;
}

.news-item01 .item01-tab {
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	overflow: hidden;
}

.news-item01 .item01-tab ul.tab-header li {
	width: 100%;
	background: #F7F7F7;
	margin: 0;
	padding: 0 60px;
}

.news-item01 .item01-tab ul.tab-header li p {
	font-size: 18px;
}

.news-item01 .item01-tab #swiper-hd ul {
	height: 275px;
}

.news-item01 .item01-tab ul.tab-header li {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;

}

.news-item01 .item01-tab ul li p {
	font-size: 16px;
	color: #333333;
	line-height: 54px;

}

.news-item01 .item01-tab ul li p:nth-child(1) {
	width: 500px;
}

.news-item01 .item01-tab ul li p:nth-child(2) {
	width: 300px;
}

.news-item01 .item01-tab ul li p:nth-child(3) {
	width: 190px;
}

.news-item02 {
	/*margin-top: 65px;*/
}

.news-item02 ul li {
	box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
}

.news-item02 ul li:nth-last-child(2) {
	margin-bottom: 0;
}

.news-item02 ul li .news-title {
	background: #F3F5F9;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news-item02 ul li .news-title h3 {
	font-size: 20px;
	font-weight: bold;
	color: #073580;
	transition: 0.4s;
}

.news-item02 ul li:hover .news-title h3 {
	color: #073580;
}

.news-item02 ul li .news-title p {
	/* line-height: 64px; */
	font-size: 20px;
	color: #666666;
}

.news-item02 ul li .news-cont {
	padding: 30px;
	display: flex;
	align-items: flex-end;
}

.news-item02 ul li .news-cont .news-img {
	width: 25%;
	aspect-ratio: 8/5;
	border-radius: 10px;
	overflow: hidden;
}
.news-item02 ul li .news-cont .news-img:before{
	
}
.news-item02 ul li .news-cont .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.news-item02 ul li .news-cont .news-txt {
	flex: 1;
	margin-left: 54px;
}

.news-item02 ul li .news-cont .news-txt p {
	font-size: 18px;
	line-height: 34px;
	height: 102px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.news-item02 ul li .news-cont .news-txt>span {
	display: block;
	width: 105px;
	height: 35px;
	text-align: center;
	background: #083681;
	line-height: 33px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	transition: 0.4s;
	margin-top: 45px;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.news-item02 ul li .news-cont .news-txt>span::after {
	content: '';
	width: 0%;
	height: 100%;
	background: #073580;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.4s;
	border-radius: 4px;
}

.news-item02 ul li:hover .news-cont .news-txt>span::after {
	width: 100%;
}

.news-item02 ul li:hover .news-cont .news-txt>span {
	color: #fff;
}

.news-item02 ul li:hover .news-cont .news-img img {
	transform: scale(1.05);
}

.layui-flow-more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 50px 0;
}

.layui-flow-more cite {
	font-style: normal;
	font-size: 18px;
	text-align: center;
	color: #999999;
	display: inline-block;
	position: relative;
	padding-bottom: 30px;
}

.layui-flow-more cite i::after {
	content: '';
	width: 14px;
	height: 25px;
	background: url('../images/more-ico.png') no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s;
}

.layui-flow-more cite:hover i::after {
	transform: translateX(-50%) translateY(10px);
}

.news-show-box .show-title {
	/* padding: 40px 0 30px; */
}

.news-show-box .news-deil {
	padding: 60px;
	box-shadow: 5px 5px 10px 4px rgb(0 0 0 / 0.1);
	margin: 55px auto 70px;
	border-radius: 10px;
}

.news-show-box .news-deil p {
	font-size: 16px;
	text-indent: 2rem;
	line-height: 34px;
	color: #222;
}

.news-show-box .news-deil img {
	max-width: 100%;
}

.news-show-box .ny-title {
	margin-bottom: 0;
}

.news-show-box .show-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.switch-tab {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.switch-tab a,
.switch-tab span {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	font-weight: normal;
}

.switch-tab .return-list {
	margin: 0 66.66px;
}

.switch-tab a:hover {
	color: #073580;
}

.switch-tab span {
	display: none;
	cursor: not-allowed;
	color: #999;
}

.switch-tab span:first-child,
.switch-tab span:last-child {
	display: block;
}

.news-show-box .news-title {
	background: #F7F7F7;
	padding: 40px 0 30px;
	text-align: center;
	margin-top: 30px;
}

.news-show-box .news-title h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 50px;
	color: #222222;
	margin-bottom: 20px;
}

.news-show-box .news-title .time-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-show-box .news-title .time-box p {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	margin-right: 50px;
}

.news-show-box .news-title .time-box p:last-child {
	margin-right: 0;
}

.job-description {
	/*background: url('../images/job-bg.jpg') no-repeat;
	background-size: cover;
	padding: 75px 105px;
	border-radius: 10px;
	overflow: hidden;*/
	margin-bottom: 63px;
}

.job-description h3 {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	line-height: 70px;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.job-description p {
	font-size: 32px;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 20px;
	letter-spacing: 1rem;
}

.job-description p:last-child {
	margin-bottom: 0;
}

.job-description p span {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0rem;
}
.job-list{
	padding-top: 50px;
}
.job-list h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	text-align:center;
}

.job-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
	gap: 40px;
}
.job-list ul li .job-title {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	background: #F7F7F7;
}
.job-list ul li{
	width: calc(50% - 20px);
	box-shadow: 8px 8px 10px 0px rgb(0 0 0 / 0.1);
}

.job-list ul li .job-title h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 64px;
	color: #083681;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
	margin-right: 20px;
}

.job-list .job-nav li.on,
.job-list .job-nav li:hover{
	box-shadow: 5px 5px 10px 4px rgb(0 0 0 / 0.1);
}

.job-list .job-nav li.on a,
.job-list .job-nav li:hover a{
	color: #083681;
}

.job-list .job-nav {
	display: flex;
	justify-content: center;
	gap: 80px;
}

.job-list .job-nav li {
	width: 144px;
	height: 144px;
	font-size: 18px;
	color: #0054A3;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 0.1);
	transition: 0.4s;
}

.job-list .job-nav li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.job-list .job-nav li a img{
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

.job-list .job-nav li:last-child {
	margin-right: 0;
}

.job-list ul li .job-title p {
	font-size: 18px;
	font-weight: lighter;
	line-height: 64px;
	color: #666666;
}

.job-list ul li .job-content {
	padding: 25px 30px;
}

.job-list ul li .job-content .basi-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

.job-list ul li .job-content .basi-box p {
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
}

/* .job-list ul li .job-content .basi-box button {
	width: 105px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	background: #083681;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: none;
}

.job-list ul li .job-content .basi-box button::after {
	content: '';
	width: 0%;
	height: 100%;
	background: #073580;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: -1;
	transition: 0.4s;
}

.job-list ul li .job-content .basi-box button:hover::after {
	width: 100%;
} */
.job-list ul li .job-content .work-box{
	display: flex;
	align-items: flex-end;
}
.job-list ul li .job-content .work-box p {
	flex: 1;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-right: 50px;
}

.job-deil-box {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.job-deil-box .job-item {
	width: 60%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.job-deil-box .job-list ul li {
	width: 100%;
}


.job-deil-box .job-item ul li .job-title {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	background: #F7F7F7;
}

.job-deil-box .job-item ul li .job-title h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 64px;
	color: #333333;
}

.job-deil-box .job-item ul li .job-title p {
	font-size: 18px;
	font-weight: normal;
	line-height: 64px;
	color: #666666;
}

.job-deil-box .job-item ul li .job-content {
	padding: 3% 30px 2% 5%;
}

.job-deil-box .job-item ul li .job-content .basi-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.job-deil-box .job-item ul li .job-content .basi-box p {
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
}


.job-deil-box .job-item ul li .job-content .basi-box a {
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	background: #083681;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.job-deil-box .job-item ul li .job-content .basi-box a::after {
	content: '';
	width: 0%;
	height: 100%;
	background: #073580;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: -1;
	transition: 0.4s;
}

.job-deil-box .job-item ul li .job-content .basi-box a:hover::after {
	width: 100%;
}

.job-deil-box .job-item ul li .job-content .work-box p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	width: 86.66%;
	margin-bottom: 10px;
}

.job-deil-box .job-item ul li .job-content .work-box h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	color: #083681;
}

.job-deil-box .job-item ul li .job-content .work-box h4:first-child {
	margin-top: 0;
}

.job-deil-box .job-item ul li .job-content .work-box h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

.job-deil-box .job-item ul li .job-content .work-box {
	height: 500px;
	overflow-y: auto;
}

.job-item ::-webkit-scrollbar-track {
	padding: 4px 0;
	background-color: rgb(0, 0, 0, 0.1);
}

.job-item ::-webkit-scrollbar {
	width: 6px;
}

.job-item ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
	background-color: #737272;

}

.job-item ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* background: #073580 !important; */
	background-color: rgb(0, 0, 0, 0.3);
	/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
}

.job-deil-box .job-item>ul>li {
	display: none;
}

.job-deil-box .job-item ul li .work-box li {
	list-style: unset;
}

.job-deil-box .job-item ul li .tips {
	margin-bottom: 0;
	background: #fff;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5%;
	box-shadow: -1px -1px 12px 2px rgb(0, 0, 0, 0.1);
}

.job-deil-box .job-item ul li .tips p {
	color: #333;
	font-size: 16px;
}

.job-deil-box .job-item ul li .tips a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background: #083681;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 1px solid #fff;
}

.job-deil-box .job-item ul li .tips a::after {
	content: '';
	width: 0%;
	height: 100%;
	background: #073580;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: -1;
	transition: 0.4s;
}

.job-deil-box .job-item ul li .tips a:hover::after {
	width: 100%;
}


.ny-content {
	margin: 0 auto;
}

.ny-content .ny-banner {
	position: relative;
	
}

.ny-content .ny-banner::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(276deg, rgba(183, 219, 237, 0.4) -29%, rgba(183, 219, 237, 0.4) -29%, rgba(0, 48, 108, 0.4) 92%);
	position: absolute;
	top: 0;
	left: 0;
}

.ny-content .ny-banner h1 {
	position: absolute;
	top: 50%;
	left: 8.3333333%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 5;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;

}

.us-box {
	display: flex;
	justify-content: space-between;
}

.us-box .left {
	width: 34%;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.us-box .left>ul {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.us-box .left>ul li {
	display: flex;
	height: 100%;
	position: relative;
}

.us-box .left>ul li:last-child{
	margin-bottom: 0;
	flex-wrap: wrap;
}

.us-box .left>ul li p {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 34px;
}
.us-box .left>ul li.address p{
	margin-bottom:20px;
}
.us-box .left>ul li.address p:last-child{
	margin-bottom: 0;
}
.us-box .left>ul li p span {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	line-height: 2;
}
.us-box .left>ul li .deil{
	flex: 1;
}
.us-box .left>ul li .deil>span {
	font-size: 18px;
	color: #333;
	line-height: 34px;
	display: block;
}

.us-box .left>ul li .us-ico {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #083681;
	margin-right: 35px;
}
.us-box .left>ul li:last-child .us-ico::after{
	display: none;
}
.us-box .left>ul li .us-ico::after{
	content:'';
	width: 1px;
	height: calc(100% - 36px);
	background: #083681;
	position: absolute;
	left: 18px;
	top: 36px;
}



.map-box {
	flex: 1;
}

.map-box #container {
	width: 100%;
	border-radius: 10px;
}
.map-box .map-big img{
	width:100%;
}

.map-small ul{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.map-small ul li{
	width:12.5%;
}
.map-small ul li .small-img{
	width:100%;
}
.map-small>ul li p{
	font-size:16px;
	text-align:center;
	margin-top: 15px;
	white-space: nowrap;
}
.map-small ul li .small-img img{
	width:100%;
}
.form-bg{
	background: #F3F5F9;
}
.us-form-box {
	margin: 50px auto 0;
	padding:100px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.us-form-box .left {
	margin-right: 170px;
	padding-bottom: 65px;
}
.us-form-box .left .wx-img{
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 8px 5px rgb(0 0 0 / 5%);
}

.us-form-box .left p {
	font-size: 18px;
	text-align: center;
	color: #333333;
	margin-top: 30px;
	line-height: 1;
}

.us-form-box .left img {
	width: 150px;
}

.us-form-box .right {
	flex: 1;
}
.message-box .from-info .input-box {
	width: 48.6%;
	position: relative;
	margin-bottom: 20px;
	background: #FFFFFF;
	
}

.message-box .from-info .input-box input {
	width: 100%;
	line-height: 48px;
	padding-left: 25px;
	border-radius: 6px;
	background: none;
	position: relative;
	z-index: 5;
	font-size: 16px;
	box-shadow: 0 0 8px 5px rgb(0 0 0 / 5%);
}

.message-box .from-info .input-box p {
	position: absolute;
	z-index: 2;
	left: 25px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	font-size: 16px;
	color: #666;
	pointer-events: none;
}

.message-box .from-info .input-box p span {
	color: #C22424;
	font-size: 20px;
}

.message-box .from-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message-box .job-text {
	width: 100%;
	position: relative;
}

.message-box .job-text textarea {
	width: 100%;
	height: 116px;
	background: none;
	border: none;
	position: relative;
	z-index: 5;
	padding: 5px 25px;
	font-size: 16px;
	line-height: 34px;
	border-radius: 6px;
	outline: none;
	background: #FFFFFF;
	box-shadow: 0 0 8px 5px rgb(0 0 0 / 5%);
}

.message-box .job-text p {
	position: absolute;
	z-index: 6;
	left: 25px;
	top: 12px;
	font-size: 16px;
	color: #666;
	pointer-events: none;
}

.message-box .job-text p span {
	color: #C22424;
	font-size: 20px;
}

.message-box .job-text {
	width: 100%;
	position: relative;
}

.message-box .job-text p {
	position: absolute;
	z-index: 6;
	left: 25px;
	top: 12px;
	font-size: 16px;
	color: #666;
	pointer-events: none;
}

.message-box .job-text p span {
	color: #C22424;
	font-size: 20px;
}
.ny-content.nopad{
	padding-top: 0;
}
.message-box .sub-btn {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 20px;
}

.message-box .sub-btn button {
	width: 200px;
	height: 48px;
	border: none;
	/* border-radius: 6px; */
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background: none;
	margin-right: 50px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: 0.4s;
	background: linear-gradient(90deg, #7d95bc 0%, #083681 100%);;
	
}

.message-box .sub-btn button:last-child {
	margin-right: 0;
}

.message-box .sub-btn button::after {
	content: '';
	width: 0%;
	height: 100%;
	background: #083681;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transition: 0.4s;
}


.message-box .sub-btn button:hover::after {
	width: 100%;
}

.message-box .sub-btn button:hover {
	color: #fff;
}


.product-box .product-nav {
	width: 300px;
}

.product-box .product-nav .item-box {
	margin-bottom: 5px;
}

.product-box .product-nav .item-box.on .top-nav {
	background: #083681;

}

.product-box .product-nav .item-box .top-nav img {
	position: absolute;
	right: 5px;
	width: 30px;
	height: 30px;
	transition: 0.4s;
}

.product-box .product-nav .item-box.on .top-nav img {
	transform: rotate(90deg);

}

.product-box .product-nav .top-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:#073580;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.product-box .product-nav .top-nav h4 {
	width: 100%;
}

.product-box .product-nav .top-nav h4 a {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	padding: 0px 10px 0 30px;

}

.product-box .product-nav ul {
	padding: 10px 30px 20px;
	background: #F7F7F7;
	display: none;
}

.product-box .product-nav ul li {
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
}

.product-box .product-nav ul li a {
	color: #333333;
	transition: 0.4s;
}

.product-box .product-nav ul li:hover a {
	color: #073580;
}

.ny-content .product-box {
	display: flex;
}

.product-box .product-list {
	flex: 1;
	margin-left: 30px;
	/* min-height: 600px; */
}

.product-box .product-list .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F7F7F7;
	padding: 15px 10px;
}

.product-box .product-list .title h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}


.product-box .product-list .title ul {
	display: flex;
}

.product-box .product-list .title ul li:nth-child(2) {
	display: none;
}

.product-box .product-list .title ul li a {
	font-size: 16px;
	color: #333333;
}

.product-box .product-list .title ul li a span {
	color: #333333;
}

.product-box .product-list .title ul li:hover a {
	color: #073580;
}

.product-box .product-list .title ul li span {
	font-size: 16px;
	font-weight: bold;
}

.product-box .product-list .title ul li:last-child span {
	display: none;
}

.product-box .product-list .title ul li:last-child a {
	color: #073580;
}

.product-box .product-list .info {
	display: grid;
	grid-template-columns: repeat(4, minmax(100px, 1fr));
	grid-gap: 10px;
	margin-top: 30px;

}

.product-box .product-list .info .info-box {
	width: 100%;
}

.product-box .product-list .info .info-box:nth-child(4n) {
	margin-right: 0px;
}

.product-box .product-list .info .info-box p {
	width: 100%;
	line-height: 48px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background: #F7F7F7;
}

.product-box .product-list .info .info-box ul {
	padding: 25px 20px 25px 20px;
}

.product-box .product-list .info .info-box ul li a {
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-box .product-list .info .info-box ul li:hover a {
	color: #073580;
}

.product-box .product-list .infoNew .info-item p {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

.product-box .product-list .infoNew {
	padding: 10px 0;
}

.product-box .product-list .infoNew .info-item p::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #083681;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product-box .product-list .infoNew .info-item:hover p {
	color: #073580;
}

.product-box .product-list .infoNew .info-item:hover p::after {
	background: #073580;
}

.product-box .product-list .infoNew .info-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 20px;
}

.product-box .product-list .infoNew .info-item:last-child {
	border-bottom: none;
}

.product-box .product-list .infoNew .info-item ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
}

.product-box .product-list .infoNew .info-item ul li {
	width: 24.25%;
	margin-right: 1%;
}

.product-box .product-list .infoNew .info-item ul li:nth-child(4n) {
	margin-right: 0;
}

.product-box .product-list .infoNew .info-item ul li a {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-box .product-list .infoNew .info-item ul li a:hover {
	color: #073580;
}



.product-box-two .item-box ul li {
	display: flex;
	align-items: center;
}

.product-box-two .item-box ul li img {
	margin-right: 6px;
	opacity: 0;
	transition: 0.4s;
}

.product-box-two .item-box ul li.active a {
	color: #073580;
}

.product-box-two .item-box ul li.active img,
.product-box-two .item-box ul li:hover img {
	opacity: 1;
}

.product-box-two .product-list .info-two>p {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
	margin: 30px 0;
	padding-left: 20px;
}
.product-box-two .product-list{
	width: 100%;
}
.product-box-two .product-list .info-two ul li a {
	width: 100%;
}

.product-box-two .product-list .info-two ul li a .img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.product-box-two .product-list .info-two ul li a .img::before {
  content: "";
  display: block;
  padding-top: 100%; /* 关键：高度 = 宽度，实现 1:1 正方形 */
}

.product-box-two .product-list .info-two ul li a .img .img-dash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(212, 44, 45, 0.9);
	transform: translateY(100%);
	transition: 0.4s;
}

.product-box-two .product-list .info-two ul li:hover a .img .img-dash {
	transform: translateY(0%);
}

.product-box-two .product-list .info-two ul li a .img .img-dash span {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	text-align: center;
}

.product-box-two .product-list .info-two ul li a .img img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.product-box-two .product-list .info-two ul li:hover a .img img {
	transform: scale(1.05);
}

.product-box-two .product-list .info-two ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(100px, 1fr));
	grid-gap: 35px;
}
.news-show-box .product-box-two .product-list .info-two ul{
	grid-template-columns: repeat(6, minmax(100px, 1fr));
	grid-gap: 20px;
}

.product-box-two .product-list .info-two ul li:nth-child(4n) {
	margin-right: 0px;
}


.product-box-two .product-list .info-two ul li a p {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
	text-align: left;
	/* 	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
	padding: 0 10px;
	word-break: break-all;
}

.product-box-two .product-list .info-two ul li:hover a p {
	color: #073580;
}

.product-deil {
	width: 98%;
	margin: 30px auto 0 auto;
}

.product-deil .deil01 {
	display: flex;
	justify-content: space-between;
}

.product-deil .deil01 .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-deil .deil01 .left {
	width: 420px;

}

.product-deil .deil01 .left .big-img {
	height: 360px;
}

.product-deil .deil01 .left .big-img ul li:hover img {
	transform: scale(1.05);
}

.product-deil .deil01 .left ul li {
	border: 1px solid #DDDDDD;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 4px;
}

.product-deil .deil01 .left ul li.swiper-slide-thumb-active {
	border: 1px solid #073580;
}

.product-deil .deil01 .left ul li img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.product-deil .deil01 .left .small-img {
	margin-top: 20px;
	height: 70px;
}

.product-deil .deil01 .right {
	flex: 1;
	margin-left: 80px;
}

.product-deil .deil01 .right h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 38px;
}

.product-deil .deil01 .right .nav {
	display: flex;
	align-items: center;
}

.product-deil .deil01 .right .nav a:hover {
	color: #073580;
}

.product-deil .deil01 .right p a:nth-child(-n+4) {
	display: none;
}

.product-deil .deil01 .right p a:last-child i {
	display: none;
}

.product-deil .deil01 .right p {
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	color: #666666;
	display: flex;
}

.product-deil .deil01 .right p span {
	display: block;
	flex: 1;
	font-size: 16px;
}

.product-deil .deil01 .right>a {
	width: 230px;
	height: 70px;
	border-radius: 4px;
	background: #083681;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}

.product-deil .deil01 .right>a::after {
	content: '';
	width: 0%;
	height: 100%;
	background: #073580;
	position: absolute;
	border-radius: 4px;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.4s;
}

.product-deil .deil01 .right>a:hover::after {
	width: 100%;
}

.product-deil .deil01 .right>a img {
	margin-right: 13px;
}

.product-deil .related_products {
	margin-top: 30px;
}

.product-deil .deil02 {
	margin-top: 40px;
}

.product-deil .deil02 .deil-nav {
	border-bottom: 1px solid #ddd;
}

.product-deil .deil02 .deil-nav ul {
	display: flex;
}

.product-deil .deil02 .deil-nav ul li {
	position: relative;
	z-index: 9;
	border-radius: 4px;
}

.product-deil .deil02 .deil-nav ul li>a {
	font-size: 18px;
	font-weight: normal;
	line-height: 48px;
	color: #222222;
	padding: 0 27px;
	transition: 0.4s;
	position: relative;
}

.product-deil .deil02 .deil-nav ul li .down-list {
	position: absolute;
	background: #fff;
	top: calc(100% - 1px);
	padding: 30px 40px 25px 27px;
	box-shadow: 2px 2px 5px 4px rgb(0, 0, 0, 0.05);
	display: none;
	max-height: 500px !important;
	overflow: auto !important;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item:first-child {
	border-top: none;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item p {
	white-space: nowrap;
	font-size: 16px;
	margin-right: 25px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item p.format-txt {
	width: 30px;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item a {
	white-space: nowrap;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-left: 55px;
	background: #083681;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	position: relative;
	z-index: 2;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item a::after {
	content: '';
	width: 0%;
	height: 100%;
	background: #073580;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.4s;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item a:hover::after {
	width: 100%;
}

.product-deil .deil02 .deil-nav ul li .down-list .down-item a img {
	margin-right: 5px;
}

.product-deil .deil02 .deil-nav ul li:hover a {
	color: #073580;
}

.product-deil .deil02 .deil-nav ul li.on {
	background: #073580;
}

.product-deil .deil02 .deil-nav ul li.on>a {
	color: #fff;
}

.product-deil .deil02 .item01 {
	margin-top: 40px;
}

.product-deil .deil02 .item01 img {
	max-width: 100%;
}

.product-deil .deil02 .item01 .item01-cont {
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD;
}

.product-deil .deil02 .item01 .item01-cont table {
	/* border:1px solid #000 !important; */
}

.product-deil .deil02 .item01 .item01-cont table tr td {
	/* border:1px solid #000 !important; */
}

.pp_detil_js a {
	color: #0054A3;
	display: inline-block;
}

.product-deil .deil02 h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	color: #222222;
	padding-left: 34px;
	position: relative;
	margin-bottom: 10px;
}

.product-deil .deil02 h4::after {
	content: '';
	width: 20px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/yjt-ico.png");
}

.product-deil .deil02 .item01 .item01-cont h2 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.product-deil .deil02 .item01 .item01-cont p.pp_logo {
	margin-bottom: 10px;
	width: 200px;
}

.product-deil .deil02 .item01 .item01-cont p.pp_logo img {
	max-width: 100%;
}

.product-deil .deil02 .item01 .item01-cont>p {
	font-size: 16px;
	font-weight: normal;
	/* line-height: 36px; */
	color: #333333;
	margin: 5px 0;
}

.product-deil .deil02 .item01 .item01-cont table {
	width: auto !important;
	margin: 0 auto 0 0;
}

.product-deil .deil02 .item02 {
	margin-top: 60px;
}

.product-deil .deil02 .item02 .form-box {
	width: 100%;
	padding: 44px 60px 67px;
	background: rgba(225, 20 0 0 / 0.1);
}

.product-deil .deil02 .item02 .form-box>p {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
	margin-bottom: 25px;
}

/* .product-deil .deil02 .item02 .form-box .from-info .input-box {
	width: 100%;
}

.product-deil .deil02 .item02 .form-box .from-info .input-box input {
	height: 48px;
	line-height: 46px;
} */
/* 
.product-deil .deil02 .item02 .form-box .from-info .input-box p {
	line-height: 46px;
} */

/* .product-deil .deil02 .item02 .form-box .from-info .input-box p{
	top: 0;
} */
.product-deil .deil02 .item02 .form-box .sub-btn button {
	width: 145.98px;
	height: 48px;
	line-height: 46px;
	border-radius: 4px;
}

.product-deil .deil03 {
	margin-top: 30px;
	margin-bottom: 75px;
}

.product-deil .deil03 a {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

.product-deil .deil03 a img {
	margin-right: 10px;
}

.product-deil .deil01 .rightNew {
	flex: 1;
	margin-left: 80px;
}

.product-deil .deil01 .rightNew h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	margin-bottom: 30px;
}


.product-deil .deil01 .rightNew .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 28px;
}

.product-deil .deil01 .rightNew .item img {
	margin-right: 10px;
}

.product-deil .deil01 .rightNew .item p {
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	white-space: nowrap;
}

.product-deil .deil01 .rightNew .item span {
	font-size: 16px;
	line-height: 28px;
}

.product-deil .deil01 .rightNew .item .nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}

.product-deil .deil01 .rightNew .item .nav a {
	font-size: 16px;
	color: #333333;
}



.product-deil .deil01 .rightNew .nav a:last-child i {
	display: none;
}

.product-deil .deil01 .rightNew .item .feature-info {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}

.product-box .product-list .title h4 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}



/* 参考资料样式 */
.materials-list{
	padding-bottom: 40px
}
.materials-list ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(100px, 1fr));
	grid-gap: 30px;
}
.materials-list ul li a{
	padding: 20px;
	box-shadow: 5px 5px 10px 4px rgb(0 0 0 / 5%);
	border-radius: 8px;
}
.materials-list ul li a .img{
	margin: 0 auto;
}
.materials-list.plan-list ul li a .img{
	width: 100%;
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	
}
.materials-list ul li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
.materials-list.plan-list ul li a .img img{
	object-fit: cover;
} 

.materials-list ul li a p {
	font-size: 17px;
	font-weight: bold;
	height: 60px;
	line-height: 30px;
	color: #333333;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #073580;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.materials-list ul li a>span{
	display: block;
	font-size: 14px;
	line-height: 22px;
	height: 88px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.materials-list ul li a:hover p{
	color: #073580;
}
.materials-list ul li a:hover .img img{
	transform: scale(1.05);
}
.news-txt .show-btn{
	margin: 0 0 0 auto;
}
ul li:hover .show-btn span{
	transform: translateX(5px);
}
.show-btn{
	width: 110px;
	height: 30px;
	font-size: 14px;
	background: #E7EBF3;
	border-radius: 4px;
	color: #073580;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border: none;
}
.show-btn span{
	margin-left: 5px;
	transition: 0.4s;
}

.data-show .title{
	margin-top: 50px;
}
.data-show .title h2{
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.data-show .title h2::before{
	content: '';
	width: 125px;
	height: 57px;
	background: url(../images/data-ico.png);
	background-size: 100% 100%;
	margin-right: 15px;
}
.data-show .title h2::after{
	content: '';
	flex: 1;
	height: 57px;
	background: url(../images/data-line.png);
	background-repeat: no-repeat;
	margin-left: 50px;
	background-size: 100% 100%;
}
.data-show .info{
	margin-top: 50px;
}

.data-show .info .big-img{
	width: 100%;
	margin-bottom: 50px;
}
.data-show .info .big-img img{
	max-width: 100%;
}
.data-show .info .block {
	padding: 40px 40px 20px 40px;
	margin-bottom: 70px;
	box-shadow: 10px 10px 15px -5px rgb(0, 0, 0, 0.05);
}
.data-show .info .block:last-child{
	border-bottom: none;
}

.data-show .info .block .show-txt{
	width: 100%;
	padding-bottom: 40px;
}
.data-show .info .block .swiper-button-next:after, 
.data-show .info .block .swiper-button-prev:after{
	color: #083681;
}
.data-show .info .block .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 4px;
	background: #e7ebf3;
}
.data-show .info .block .swiper-pagination-bullet.swiper-pagination-bullet{
	background: #083681;
}
.data-show .info .block:not(.block_imgs) .show-txt ul li{
	padding-left: 20px;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	line-height: 40px;
	padding-left: 40px;
	position: relative;
	font-weight: lighter;
	margin-bottom: 10px;
}

.data-show .info .block:not(.block_imgs) .show-txt ul li:before{
	content: '';
	display: flex;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 7px;
	background: url(../images/li-ico.png);
}
.data-show .info .block:not(.block_imgs) .show-txt ul li p{
	width: 100%;
}
.data-show .info .block.block_imgs h3{
	display: flex;
	align-items: center;
}
.data-show .info .block.block_imgs h3::before{
	content: '';
	width: 125px;
	height: 57px;
	background: url(../images/data-ico.png);
	margin-right: 15px;
}
.data-show .info .block.block_imgs .show-title-small{
	border-bottom: none;
}
.data-show .info .block .show-txt img{
	max-width:100%;
}
.data-show .info .block.block_imgs .show-txt ul li {
	height: 410px;
}
.data-show .info .block.block_imgs .show-txt ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-box.product-box-two .product-list{
	margin-top: 0px;
}
.product-box-two .product-list{
	margin-top: 40px;
	margin-bottom: 70px;
}

.product-box-two .info-two ul li{
	box-shadow: 6px 6px 15px -7px rgb(0 0 0 / 0.1);
	border-radius: 10px;
	
}
.product-box-two .info-two ul li a{
	padding: 15px;
	
}
.product-box-two .info-two ul li a .img{
	border: none;
	margin-bottom: 20px;
}

.product-list .info-two ul li a p{
	text-align: center;
	height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.pro-more{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-top: 15px;
	color: #073580;
}
.pro-more span{
	margin-left: 10px;
	transition: 0.4s;
}
ul li:hover a .pro-more span{
	transform: translateX(10px);
}
/* 搜索页面 */
.search-table .channel-box{
	display: flex;
	margin-top: 20px;
}
.search-table .channel-box .leve2{
	flex: 1;
}
.search-table .channel-box h3,
.search-table .channel-box .product-info h4{
	font-size: 17px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	width: 200px;
	border: 1px solid #DDD;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-table .channel-box .product-info h4{
	border-left: none;
}

.search-table .channel-box .product-info{
	display: flex;
}

.search-table .channel-box .product-info ul{
	border: 1px solid #DDD;
	border-left: none;
	flex: 1;
	padding: 20px 50px;
}
.search-table .channel-box .product-info ul li {
	margin-bottom: 10px;
}
.search-table .channel-box .product-info ul li a{
	display: flex;
	align-items: center;
}
.search-table .channel-box .product-info ul li a p{
	font-size: 14px;
	color: #333333;
}
.search-table .channel-box .product-info ul li a .img{
	width: 58px;
	height: 58px;
	padding: 8px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	overflow: hidden;
}
.search-table .channel-box .product-info ul li a .img img{
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}
.search-table .channel-box .product-info ul li:hover .img img{
	transform: scale(1.05);
}
.search-table .channel-box .product-info ul li:hover a p{
	color: #E82837;
}