/* CSS Document */
@charset "UTF-8"; 
.footMain {
	padding: 0px 20px;
	background-image: url(../image/footbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footMain .container {
	max-width: 1600px;
	padding: 0px;
	margin: 0px auto;
}
.footMain .footClassBox {
	padding-top: 40px;
	display: none;
	justify-content: space-between;
}
.footMain .footClassBox .footClass {
	display: flex;
	align-items: center;
}
.footMain .footClassBox .footClass a {
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
}
.footMain .footClassBox .footClass a:last-child {
	margin-right: 0px;
}
.footMain .footClassBox .linkShop {
	width: 61px;
	height: 61px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footMain .footClassBox .linkShop img {
	height: 27px;
	display: block;
}
.footMain .footformMain {
	justify-content: space-between;
	margin-top: 0px;
	padding: 35px 0px;
}
.footMain .footformMain .footform {
	width: 100%;
}
.footform form {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px;
}
.footform .list {
	width: 100%;
	padding: 0px 0px 10px;
	
}
.footform .list p{
	color:#444;}
.footform .list label {
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 8px 15px;
	position: relative;
	/* background: rgba(50,107,100,0.4); */
	border: none;
}
.footform .list label input {
	width: 100%;
	font-size: 12px;
	background: none;
	border: none;
	color: #000;
}
.footform .list label input::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label input:-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label input::-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label input:-ms-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea {
	width: 100%;
	height: 100px;
	font-size: 14px;
	color: #fff;
	background: none;
	border: none;
}
.footform .list label textarea::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea:-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea::-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea:-ms-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list.w100 {
	width: 100%;
}
.footform .list label input:focus {
	border-color: none !important;
	box-shadow: none !important;
}
.footform .list label textarea:focus {
	/* border: none !important; */
	box-shadow: none !important;
}
.footform .list label:focus-within {
border:none;
}
.footform .list label img {
	position: absolute;
	right: 20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 22px;
}
.footform .sub{
	width:150px;
	line-height: 35px;
	border-radius: 30px;
	color: #fff;
	background-color: #f39e1f;
	border: none;
	font-size: 1.2rem;
	}
.footform .btn {
	
	width: 100%;
	display: flex;
	padding: 15px 5px 0px;
}
.footform .btn button {
	width: 200px;
	height: 40px;
	font-size: 14px;
	border-radius: 40px;
	padding: 0px 20px;
	cursor: pointer;
	color: #ffffff;
	border: none;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #000;
}
.footMain .footformMain .footContact {
	width: 100%;
	padding-top: 25px;
	display: none;
}
.footMain .footformMain .footContact .list {
	padding-bottom: 15px;
	display: flex;
}
.footMain .footformMain .footContact .list .icon {
	width: 35px;
	height: 35px;
	position: relative;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,0.5);
}
.footMain .footformMain .footContact .list .icon img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.footMain .footformMain .footContact .list .content {
	flex: 1;
	padding-left: 20px;
}
.footMain .footformMain .footContact .list .content .listTitle {
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
}
.footMain .footformMain .footContact .list .content .desc {
	margin-top: 3px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}
.footMain .copyright {
	font-size: 14px;
	padding: 20px 0px;
	color: rgba(255,255,255,0.5);/* border-top: 1px solid rgba(31,89,87,0.8); */
	text-align: center;
}
.footMain .copyright a {
	color: #656665;
}
 @media (min-width:768px) {
.footMain {
	min-height: 46.625vw;
	padding: 0vw 1.25vw;
}
.footMain .container {
	max-width: 100vw;
}
.footMain .footClassBox {
	padding-top: 2.5vw;
	display: flex;
}
.footMain .footClassBox .footClass a {
	font-size: 1vw;
	margin-right: 1.875vw;
}
.footMain .footClassBox .linkShop {
	width: 3.813vw;
	height: 3.813vw;
	border-radius: 1.25vw;
}
.footMain .footClassBox .linkShop img {
	height: 1.688vw;
}
.footMain .footformMain {
	display: flex;
	margin-top: 1.875vw;
	padding: 3.75vw 0vw 5vw;
	border-top: 1px solid rgba(31,89,87,0.8);
}
.footform {
	width: 26.563vw;
}
.footform form {
	margin: 0vw -0.313vw;
}
.footform .list {
	width: 50%;
	padding: 0vw 0.313vw 0.625vw;
}
.footform .list label {
	border-radius: 1.375vw;
	padding: 0.938vw 1.25vw;
}
.footform .list label input {
	font-size: 0.875vw;
	border: 1px solid #8d8989;
}
.footform .list label textarea {
	height: 6.25vw;
	font-size: 0.875vw;
	color: #000;
}
.footform .list label img {
	right: 1.25vw;
	top: 0vw;
	bottom: 0vw;
	height: 1.375vw;
}
.footform .btn {
	padding: 0.938vw 0.313vw 0vw;
}
.footform .btn button {
	width: 21.25vw;
	height: 2.813vw;
	font-size: 1vw;
	border-radius: 2.813vw;
	padding: 0vw 1.875vw;
}
.footContact {
	width: 45vw;
	padding-top: 0.625vw;
	display: block;
}
.footContact .list {
	padding-bottom: 1.875vw;
	align-items: center;
}
.footContact .list .icon {
	width: 2.75vw;
	height: 2.75vw;
}
.footMain .footformMain .footContact .list .content {
	padding-left: 1.25vw;
}
.footMain .footformMain .footContact .list .content .listTitle {
	font-size: 1vw;
}
.footMain .footformMain .footContact .list .content .desc {
	margin-top: 0.188vw;
	font-size: 1.125vw;
}
.footMain .copyright {
	font-size: 1vw;
	padding: 2.813vw 0vw;
	color: #000;
}
}
 @media (min-width:768px) {
	 .bottom-fixed{
		 display:none;}
	 }
 @media (min-width:1260px) {
.footMain {
	min-height: 27.854vw;
	padding: 0vw 1.042vw;
}
.footMain .container {
	max-width: 85%;
}
.footMain .footClassBox {
	padding-top: 2.083vw;
}
.footMain .footClassBox .footClass a {
	font-size: 0.833vw;
	margin-right: 1.563vw;
}
.footMain .footClassBox .linkShop {
	width: 3.177vw;
	height: 3.177vw;
	border-radius: 1.042vw;
}
.footMain .footClassBox .linkShop img {
	height: 1.406vw;
}
.footMain .footformMain {
	margin-top: 1.563vw;
	padding: 3.125vw 0vw 4.167vw;
}
.footMain .footformMain .footform {
	width: 38.802vw;
}
.footform form {
	margin: 0vw -0.26vw;
}
.footform .list {
	width: 50%;
	padding: 0vw 0.26vw 0.521vw;
	text-align: left;
}
.footform .list label {
	border-radius: 5px;
	padding: 0;
	/* height: 35px; */
}
.footform .list label input {
	font-size: 1rem;
	height: 35px;
	border-radius: 5px;
	padding-left: 10px;
	font-family: "";
}
.footform .list label textarea {
	height: 50px;
	font-size: 1rem;
	border: solid 1px #8d8989;
	border-radius: 5px;
	color: #000;
	padding-left: 5px;
}
.footform .list label img {
	right: 1.042vw;
	top: 0vw;
	bottom: 0vw;
	height: 1.146vw;
	width: 30%;
}
.footform .btn {
	padding: 0.781vw 9.26vw 0vw;
}
.footform .btn button {
	width: 17.708vw;
	height: 2.344vw;
	font-size: 0.833vw;
	border-radius: 2.344vw;
	padding: 0vw 1.563vw;
}
.footContact {
	width: 37.5vw;
	padding-top: 0.521vw;
}
.footContact .list {
	padding-bottom: 1.563vw;
}
.footContact .list .icon {
	width: 2.292vw;
	height: 2.292vw;
}
.footContact .list .content {
	padding-left: 1.042vw;
}
.footContact .list .content .listTitle {
	font-size: 0.833vw;
}
.footContact .list .content .desc {
	margin-top: 0.156vw;
	font-size: 0.938vw;
}
.footMain .copyright {
	font-size: 0.833vw;
	padding: 1.344vw 0vw;
	text-align: left;
	margin-top:-110px;
}
}
 @media (min-width:1921px) {
.footMain {
	min-height: 746px;
	padding: 0px 20px;
}
.footMain .container {
	max-width: 1600px;
}
.footMain .footClassBox {
	padding-top: 40px;
}
.footMain .footClassBox .footClass a {
	font-size: 16px;
	margin-right: 30px;
}
.footMain .footClassBox .linkShop {
	width: 61px;
	height: 61px;
	border-radius: 20px;
}
.footMain .footClassBox .linkShop img {
	height: 27px;
}
.footMain .footformMain {
	margin-top: 30px;
	padding: 60px 0px 80px;
}
.footMain .footformMain .footform {
	width: 745px;
}
.footformform {
	margin: 0px -5px;
}
.footform .list {
	width: 50%;
	padding: 0px 5px 10px;
}
.footform .list label {
	border-radius: 22px;
	padding: 15px 20px;
}
.footform .list label input {
	font-size: 14px;
}
.footform .list label textarea {
	height: 100px;
	font-size: 14px;
}
.footform .list label img {
	right: 20px;
	top: 0px;
	bottom: 0px;
	height: 22px;
}
.footform .btn {
	padding: 15px 5px 0px;
}
.footform .btn button {
	width: 340px;
	height: 45px;
	font-size: 16px;
	border-radius: 45px;
	padding: 0px 30px;
}
.footMain .footformMain .footContact {
	width: 720px;
	padding-top: 10px;
}
.footMain .footformMain .footContact .list {
	padding-bottom: 30px;
}
.footMain .footformMain .footContact .list .icon {
	width: 44px;
	height: 44px;
}
.footMain .footformMain .footContact .list .content {
	padding-left: 20px;
}
.footMain .footformMain .footContact .list .content .listTitle {
	font-size: 16px;
}
.footMain .footformMain .footContact .list .content .desc {
	margin-top: 3px;
	font-size: 18px;
}
.footMain .copyright {
	font-size: 16px;
	padding: 45px 0px;
}
}
.indexFooter{
	border-top: solid 2px #e7bd85;
	background: url(../image/u70.png) no-repeat top center;
}
.footer {
	/* background: #333; */
	color: #fff;
	padding: 50px 0 20px;
	width: 100%;
}
.footer-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
	margin-bottom: 40px;
}
.footer-column h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	/* border-bottom: 2px solid #4CAF50; */
	font-size: 1.5rem;
}
.footer-column h3 img{
	max-width: 90%;
}
.footer-links {
	list-style: none;
	padding-left: 6.1vw;
	padding-top: 0.5vw;
}
.footer-links li {
	margin-bottom: 12px;
	text-align: left;
}
.footer-links a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
	display: inline-block;
	font-size: 0.98vw;
	line-height: 2.5vw;
}
.footer-links a:hover {
	color: #f5a623;
	/* transform: translateX(5px); */
}
.contact-info {
	color: #ccc;
	line-height: 1.8;
	margin-top: 1.025vw;
	text-align: left;
}
.contact-info span {
	display: block;
	margin-top: 1.025vw;
}
.contact-info span img{
	max-width: 31%;
}
.contact-info p {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	color: #444;
}
.contact-info i {
/* margin-right: 10px; */
	/* color: #4CAF50; */
}
.social-links {
	display: flex;
	gap: 5px;
	margin-top: 3.5vw;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	align-content: stretch;
}
.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
.social-links a:hover {
	/* background: #004b97; */
	transform: translateY(-5px);
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.copyright {
	color: #aaa;
	font-size: 14px;
}
.footer-legal {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.footer-legal a {
	color: #aaa;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
}
.footer-legal a:hover {
	color: #4CAF50;
}
/* ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â±Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â - ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂªÃƒâ€šÃ‚Â */
._fmsg_form_sec {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 105px;
}
._fmsg_form_title {
	font-size: 1.583vw;
	margin-bottom: 20px;
	padding-bottom: 10px;
	/* border-bottom: 2px solid #4CAF50; */
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: center;
	align-content: space-around;
	flex-direction: column;
}
._fmsg_form_title i {
	color: #4CAF50;
}
._fmsg_input_group {
	margin-bottom: 15px;
	position: relative;
}
._fmsg_form_input, ._fmsg_form_textarea {
	width: 100%;
	padding: 12px 15px;
	background: rgba(255, 255, 255, 0.08);

	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
}
._fmsg_form_input:focus, ._fmsg_form_textarea:focus {
	outline: none;
	border-color: #4CAF50;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}
 ._fmsg_form_input::placeholder, ._fmsg_form_textarea::placeholder {
 color: #aaa;
}
._fmsg_form_textarea {
	min-height: 100px;
	resize: vertical;
	font-family: inherit;
}
._fmsg_form_btn {
	width: 100%;
	padding: 12px;
	background: #4CAF50;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 5px;
}
._fmsg_form_btn:hover {
	background: #45a049;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
._fmsg_form_btn:active {
	transform: translateY(-1px);
}
._fmsg_form_note {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
	text-align: center;
	line-height: 1.5;
}
._fmsg_success_msg {
	display: none;
	padding: 15px;
	background: rgba(76, 175, 80, 0.15);
	border: 1px solid rgba(76, 175, 80, 0.3);
	border-radius: 6px;
	color: #a5d6a7;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	animation: fadeIn 0.5s ease;
}
 @keyframes fadeIn {
 from {
opacity: 0;
transform: translateY(10px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
._fmsg_required {
	color: #ff6b6b;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
 ._fmsg_input_group:focus-within ._fmsg_required {
 opacity: 1;
}
        
        /* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¡ */
@media (max-width: 1200px) {
.footer-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
}
 @media (max-width: 768px) {
.footer {
	padding: 40px 0 20px;
}
.footer-grid {
	grid-template-columns: 1fr;
	gap: 40px;
}
.footer-bottom {
	flex-direction: column;
	gap: 15px;
}
.footer-legal {
	justify-content: center;
}
._fmsg_form_sec {
	order: -1; 
}
}
 @media (max-width: 480px) {
.footer-container {
	padding: 0 15px;
}
.footer-column h3, ._fmsg_form_title {
	font-size: 16px;
}
.social-links {
	justify-content: flex-start;
}
._fmsg_form_input, ._fmsg_form_textarea {
	padding: 10px 12px;
}
}

.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.icon-phone {
	background: #4CAF50;
	border-radius: 50%;
}
.icon-email {
	background: #2196F3;
	border-radius: 50%;
}
.icon-address {
	background: #FF9800;
	border-radius: 50%;
}
.Subscribe a {
	color: #fff;
	display: block;
	line-height: 44px;
	width: auto;
	background-color: #004b98;
	border-radius: 40px;
	padding-left: 10%;
	background: #666666 url(../img/fjtb_10.png) no-repeat right 37px center;
	font-size: 0.9vw;
}
.Subscribe {
	margin-top: 7.25vw;
}
 .bottom-fixed {
	Z-INDEX: 10000;
	POSITION: fixed;
	TEXT-ALIGN: center;
	WIDTH: 100%;
	BOTTOM: 0px;
	BACKGROUND: #285ba7;
	HEIGHT: 60px;
	padding: 3px 0;
	/* border-top: solid 2px #f5deb3; */
}
.sjhome {
	WIDTH: 25%;
	BACKGROUND: url(../img/chome.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjtel {
	WIDTH: 25%;
	BACKGROUND: url(../img/ctel.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
}
.sjsms {
	WIDTH: 25%;
	BACKGROUND: url(../img/csms.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
	font-family: "";
}
.sjother {
	WIDTH: 24%;
	BACKGROUND: url(../img/cqq.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
}
#comp_sjhome_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjtel_span {

	WIDTH: 100%;

	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjsms_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjother_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}

/*header new*/
.zd_nhtop{
	position: fixed;
	opacity: 1;
	width:100%;
	height:50px;
	z-index: 1001;
	background-color: rgba(0, 0, 0, 0.2);
	transition: opacity 0.3s ease;
	padding: 13px 60px 0px;
	pointer-events: auto;
	visibility: visible;
}
.zd_nhtop.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.zd_nntop{
	width:90%;
	margin:0 auto;
	height:100%;
	font-size:16px;
	color:#fff;
}
.zd_nleft{
	float:left;
}
.zd_nright{
	float:right;
}
.zd_nright span{
	margin-left:30px;
}

.zd_npro{
	width:100%;
	background: #fff url("../img/zd_nplm.png") no-repeat right bottom 80px;
}
.zdnprolm{
	width:80%;
	margin:0 auto;
	padding:80px 0;
}
.zdnprodt{
	color:#2F5597;
	font-weight: 700;
	font-size: 3.1rem;
}
.zdnprost{
	font-size: 1.2rem;
	margin-bottom:20px;
}
.zdnprolist{
	width:100%;
	overflow: hidden;
}
.zdnitem{
	float:left;
	width:23%;
	margin:0 2% 35px 0;
}
.zdnitem:last-child{
	margin-right:0;
}
.zdnimg {
	overflow: hidden;
	height:230px;
}
.zdnimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.zdnitem:hover .zdnimg img {
	transform: scale(1.05);
}
.zdntxt{
	width:100%;
	text-align:center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:50px;
}
.zdntxt a:hover{
	color:#F29F1C;
}
@media (max-width: 1260px) {
	.zd_nhtop{
		display:none;
	}
	.zdnitem{
		float:left;
		width:48%;
		margin:0 2% 35px 0;
	}
}
