/* 内页样式 */
/* 内页公共样式 */
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 #3A509E;
	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: #3A509E;
	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-item02 .ny-title{
	margin-left: 6.25%;
}
.about-us-item02{
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 70px;
}
.about-us-item02 .about-box{
	width: 100%;
	height: 735px;
	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: #3A509E;
	position: relative;
	padding-bottom: 5px;
	transform: translateY(-110%);
	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: #3A509E;
	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: #3A509E;
	
	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 {
	display: grid;
	flex:none;
	grid-gap: 25px;
	align-items: stretch;
	grid-template-columns: repeat(6, minmax(100px, 1fr));
	animation: moveHd 30s linear infinite;
}

.about-us-item03 ul li{
	transition: 0.4s;
	width: 246px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.about-us-item03 ul li img{
	max-width: 100%;
	max-height: 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 form{
	flex: 1;
	max-width: 560px;
	height: 50px;
	border: 1px solid #DDDDDD;
	position: relative;
	border-radius: 6px;
	margin-left: 20px;
}

.s-title form input{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	padding-left: 20px;
	font-size: 16px;
}
.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);
}
.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{
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	margin-bottom: 30px;
}
.news-item02 ul li:nth-last-child(2){
	margin-bottom: 0;
}
.news-item02 ul li .news-title{
	background: #F7F7F7;
	border-radius: 10px;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-item02 ul li .news-title h3{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	transition: 0.4s;
}
.news-item02 ul li:hover .news-title h3{
	color: #D42C2D;
}
.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;
}

.news-item02 ul li .news-cont .news-img{
	width: 220px;
	height: 147px;
	border-radius: 10px;
	overflow: hidden;
}
.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;
	height: 72px;
	margin-left: 54px;
}

.news-item02 ul li .news-cont .news-txt p{
	font-size: 16px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.news-item02 ul li .news-cont .news-txt span{
	display: block;
	width: 105px;
	height: 35px;
	text-align: center;
	background: #3A509E;
	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: #D42C2D;
	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{
	margin: 55px auto 70px;
}
.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;
}
.switch-tab a,
.switch-tab span{
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}
.switch-tab .return-list{
	margin: 0 66.66px;
}
.switch-tab a:hover{
	color: #D42525;
}

.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;
}

.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.png') 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 h4{
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}

.job-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.job-list ul li{
	width: 48.875%;
	border: 1px solid #EEEEEE;
	margin-bottom: 40px;
}
.job-list ul li .job-title{
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	background: #F7F7F7;
}

.job-list ul li .job-title h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 64px;
	color: #333333;
}

.job-list .job-nav li.on{
	background: #d42c2d;
}
.job-list .job-nav li.on a{
	color: #fff;
}
.job-list .job-nav{
	display: flex;
	justify-content: center;
}
.job-list .job-nav li{
	line-height: 40px;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #0054A3;
	display: inline-block;
	cursor: pointer;
	width: auto;
	margin-right: 20px;
	border-radius: 4px;
}
.job-list .job-nav li a{
	width: 100%;
	padding: 0px 34px;
}
.job-list .job-nav li:last-child{
	margin-right: 0;
}
.job-list ul li .job-title p{
	font-size: 18px;
	font-weight: normal;
	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: #3A509E;
	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: #D42C2D;
	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 p{
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #666666;
	width: 86.66%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.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: #3A509E;
	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: #D42C2D;
	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: #3A509E;
}
.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: #D42C2D !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: #3A509E;
	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: #D42C2D;
	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{
	max-width: 1920px;
	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{
	width: 1760px;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: space-between;
}
.us-box .left{
	border-left: 1px solid #DDD;
	margin-right: 70px;
}
.us-box .left ul{
	padding-top: 54px;
	padding-left: 40px;
}
.us-box .left ul li{
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
.us-box .left ul li p{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 34px;
}
.us-box .left ul li p span{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
}
.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;
	position: absolute;
	left: -58px;
	top: 0;
}
.us-box .left ul li:nth-child(2n+1) .us-ico{
	background: #3A509E;
}	
.us-box .left ul li:nth-child(2n) .us-ico{
	background: #C22424;
}
.map-box{
	flex: 1;
}
.map-box #container{
	width: 100%;
	height: 480px;
	border-radius: 10px;
}

.us-form-box{
	width: 1760px;
	margin: 100px 0 110px auto;
	padding: 100px 150px 100px 100px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.us-form-box .left{
	margin-right: 170px;
}
.us-form-box .left p{
	font-size: 18px;
	text-align: center;
	color: #333333;
	margin-top: 30px;
}

.us-form-box .left img{
	width: 200px;
}

.us-form-box .right{
	flex: 1;
}
.message-box .from-info .input-box {
	width: 48.6%;
	position: relative;
	margin-bottom: 20px;
}
.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: 1px solid #ccc;
	border-radius: 6px;
	background: none;
	position: relative;
	z-index: 5;
	font-size: 16px;
}

.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: 1px solid #ccc;
	position: relative;
	z-index: 5;
	padding: 5px 25px;
	font-size: 16px;
	line-height: 34px;
	border-radius: 6px;
	outline: none;
	background: #FFFFFF;
}

.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 .sub-btn{
	margin-top: 45px;
	display: flex;
	width: 50%;
}
.message-box .sub-btn button{
	width: 48%;
    height: 48px;
	min-width: 150px;
    border: 1px solid #3A509E;
    border-radius: 6px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #3A509E;
    background: none;
    margin-right: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: 0.4s;
}
.message-box  .sub-btn button:last-child{
	margin-right: 0;
}

.message-box  .sub-btn button::after{
	content: '';
	width: 0%;
	height: 100%;
	background: #3A509E;
	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: #D42C2D;
	
}
.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: #3A509E;
	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 20px 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: #D42C2D;
}
.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: 20px;
}
.product-box .product-list .title h3{
	font-size: 28px;
	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: #D42C2D;
}
.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: #D42C2D;
}
.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: #D42C2D;
}


.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: #D42C2D;
}
.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 .info-two ul li a {
	width: 100%;
}
.product-box-two .product-list .info-two ul li a .img{
	width: 100%;
	height: 160px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.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(6, minmax(100px, 1fr));
	grid-gap: 20px;
}

.product-box-two .product-list .info-two ul li{
	/* margin-right: 50px;
	margin-bottom: 40px; */
}
.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 20px;
}
.product-box-two .product-list .info-two ul li:hover a p{
	color: #D42C2D;
}
.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;
}
.product-deil .deil01 .left ul li.swiper-slide-thumb-active{
	border: 1px solid #D42C2D;
}
.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: #D42C2D;
}
.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: #3A509E;
	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: #D42C2D;
	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 .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: #3A509E;
	    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: #D42C2D;
	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: #D42C2D;
}
.product-deil .deil02 .deil-nav ul li.on{
	background: #D42C2D;
}
.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 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, 225, 225, 0.2);
}
.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: 48.74%;
}
.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-box .product-list .title h4{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 70px;
}
