/*
 * @Author: zhangjunxia zhangjunxiacai@163.com
 * @Date: 2024-09-23 11:50:54
 * @LastEditors: zhangjunxia zhangjunxiacai@163.com
 * @LastEditTime: 2024-10-25 14:42:18
 * @FilePath: \USTONS\ust\css\index.css
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
* {
	margin: 0;
}

body {
	font-size: 16px;
	font-family: "Microsoft YaHei UI";
}

@media screen and (min-width: 768px) {
	.layout .app {
		display: none;
	}

	a {
		text-decoration: none;
	}

	.navx {
		width: 100%;
		height: 90px;
		background: #fff;
		display: flex;
		align-items: center;
		z-index: 30;
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.3);
	}

	.layout {
		/* border: 1px solid red; */
		width: 90%;
		height: 100%;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between;
		margin: auto;
	}

	.layout .log {
		width: 163px;
		height: 55px;
		object-fit: contain;
		/* margin-right: 13%; */

	}

	.navtitle {
		display: block !important;
	}

	.searchhone {
		display: block !important;
	}

	.navtitle {
		width: 50%;
	}

	.navtitle .navbar-nav {
		/* width: 150%; */
		list-style: none;
		padding-left: 0;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		z-index: 10;

	}

	.navtitle .navbar-nav li {
		list-style-type: none;
		width: 110px;
		height: 90px;
		line-height: 90px;
		text-align: center;
		/* margin: 0 10%; */

	}

	.navtitle .navbar-nav .active {
		height: 90px;
		background: #00A060;
		color: #fff;
	}



	.navtitle .navbar-nav li a {
		display: inline-block;
		width: 110px;
		height: 90px;
		font-size: 18px;
		font-weight: 600;
		text-decoration: none;
		/* 去除下划线 */
		outline: none;
		/* 去除焦点 */
		color: #009D5E;
	}

	.nei {
		width: 100%;
		/* border: 1px solid red; */
		margin-top: 90px;
	}

	.footerc {
		width: 100%;
		height: 400px;
		background: #181818;
	}

	.footer-min {
		/* border: 1px solid yellow; */
		width: 90%;
		margin: auto;
		padding-top: 45px;
		display: flex;
		justify-content: space-between;
		cursor: default;
		/* align-items: center; */
	}

	.footer-min .one {
		width: 300px;
		margin-right: 60px;

	}

	.footer-min .one .ullifoo {
		list-style: none;
		padding-left: 0;
	}

	.footer-min .one .ullifoo li {
		list-style-type: none;
		margin-left: 0;
		margin-top: 10px;
	}

	.footer-min .one .ullifoo a {
		text-decoration: none;
		/* 去除下划线 */
		outline: none;
		/* 去除焦点 */
		color: #B6B6B6;

	}

	.footer-min .one .ullifoo a:hover {
		border-bottom: 1px solid #ccc;
	}

	.footer-min .one .title {
		font-size: 20px;
		color: #fff;
		font-weight: 600;
		border-bottom: 1px solid #2E2E2E;
		margin-bottom: 30px;

	}

	.footer-min .one .title span {
		font-size: 20px;
		color: #fff;
		font-weight: 600;
		padding-bottom: 15px;
		border-bottom: 2px solid #fff;


	}

	.footer-min .one div {
		font-size: 15px;
		display: flex;
		align-items: center;
		color: #B6B6B6;
		margin-top: 20px;
	}

	.footer-min .one img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.footerc .di {
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid #2E2E2E;
		font-size: 15px;
		color: #B6B6B6;
		text-align: center;
		cursor: default;
	}
	.banner-home{
		width: 100%;
		/* height: 10% !important; */
		height: 680px;
		position: relative;
	}

	.nei .banner {
		width: 100%;
		position: relative;

	}

	.banner img {
		width: 100%;
		height: 100%;
	}

	/* .nei .banner img {
		width: 100%;
		height: 100%;
	}

	.nei .banner .spanas {
		width: 90%;
		font-size: 30px;
		color: #fff;
		font-weight: 600;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: default;
	} */

	.lv {
		padding: 15px 20px;
		background: #009D5E;
		border-radius: 50px;
		margin-top: 30px
	}

	.searchhone {
		width: 250px;
		height: 40px;
		background: #F7F7F7;
		border-radius: 50px;
		color: #ccc;
		font-size: 15px;
		margin-left: -20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		
		/* width: 100%; */
		/* border: 1px solid red; */
		/* position: absolute;
		right: 6.3%; */
		/* left: 75%; */

	}

	.searchhone img {
		width: 21px;
		height: 21px;
		/* margin-left: -15px; */
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 50px;
	}

	.searchhone input {
		width: 230px;
		height: 40px;
		background: #F7F7F7;
		padding-left: 20px;
		height: 100%;
		/* border: 1px solid red; */
		border-radius: 50px;
		border: none;
		outline: none;
	}

	/* .searchhone input {
		height: 100%;
		width: 100%;
		border: none !important;
		background: none;
		outline: none;
		border: 1px solid red;

	} */

	.conter-max {
		width: 90%;

		padding-bottom: 40px;
		margin: auto;
	}

	.conter-product {
		display: flex;
		justify-content: space-between;
		/* background: red; */
	}

	.home-title-car {
		width: 100%;
		font-size: 25px;
		font-weight: 600;
		color: #009D5E;
		text-align: center;
		padding: 40px 0;
		cursor: default;
	}

	.home-title-car span {
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #E6E6E6;
	}

	.conter-max .home-car {
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		/*justify-content: space-between;*/
		/* border: 1px solid red; */
		/* justify-content: space-between; */
	}
	.home-carss{
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.home-carlisy{
		width: 48.6%;
		height: 310px;
		border:1px solid #e6e6e6;
		object-fit: contain;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 35px;

	}
	.home-carlisy img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	/* .carlisy {
		width: 280px;
		height: 350px;
		border: 1px solid #E6E6E6;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 30px;
		margin-right: 23px;
		cursor: pointer;
	} */

	/* .carlisy:nth-child(4n) {
		margin-right: 0 !important;
	}

	.carlisy img {
		width: 100%;
		height: 280px;
		object-fit: contain;
	}

	.carlisy span {
		font-size: 18px;
		color: #009D5E;
		font-weight: 600;
	} */

	.carlisyconter {
		width: 22.8%;
		height: 340px;
		border: 1px solid #E6E6E6;
		display: flex;
		flex-direction: column;
		align-items: center;
		/* justify-content: space-around; */
		margin-bottom: 30px;
		margin-right:  2.6%;
		cursor: pointer;
	}

	.carlisyconter:nth-child(4n) {
		margin-right: 0 !important;
	}

	.carlisyconter img {
		width: 100%;
		height: 270px;
		/* object-fit: contain; */
		object-fit: contain;
		margin-bottom: 20px;
	}

	.carlisyconter span {
		font-size: 18px;
		color: #009D5E;
		font-weight: 600;
	}

	.conter-left {
		width: 22%;
		padding-right: 3%;

	}

	.conter-left .titlec {
		width: 100%;
		font-size: 25px;
		font-weight: 400;
		margin-top: 40px;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #F3F3F3;
		cursor: default;
	}

	.conter-left .conter-ullifoo {
		list-style: none;
		padding-left: 0;
	}

	.conter-left .conter-ullifoo li {
		list-style-type: none;
		margin-left: 0;
		height: 35px;
		border-bottom: 1px solid #F3F3F3;
		line-height: 35px;
	}

	.conter-left .conter-ullifoo li a {
		font-size: 15px;
		text-decoration: none;
		/* 去除下划线 */
		outline: none;
		/* 去除焦点 */
		color: #666666;

	}

	.conter-left .conter-ullifoo li a:hover {
		border-bottom: 1px solid #00A060;
		color: #00A060;
	}

	.conter-right {
		width: 100%;

		/* background: rgb(98, 0, 255); */
	}


	.conter-right .listcar {
		width: 100%;
		font-size: 25px;
		font-weight: 400;
		margin-top: 40px;
		display: inline-block;
		padding-bottom: 10px;
		/* border-bottom: 1px solid #F3F3F3; */
		display: flex;
		align-items: center;
		/* justify-content: space-between; */
		margin-bottom: 25px;
		cursor: default;
		cursor: default;
	}

	.conter-right .listcar .count {
		font-size: 15px;
		color: #9A9A9A;
		font-weight: none !important;
	}

	.citygs div {
		margin-top: 15px;
		font-size: 15px;
		cursor: default;
		display: flex;

	}

	.citygs .pkl {
		display: inline-block;
		/* background: red; */
		/* width: 100px !important; */
	}

	.ciyuli {
		flex: 1;
	}

	.citygs div span {
		display: flex;
		flex-wrap: wrap;

		color: #666666;
		font-size: 15px;
	}

	.aboutus {
		cursor: default;
		font-size: 15px;
		color: #666666;
	}

	.aboutus div {
		display: flex;
		margin-top: 13px;
	}

	.aboutus div .conter-nn,
	.conter-ncxz {
		display: inline-block;
		width: 85%;
	}


	.aboutus .zbj {

		letter-spacing: 4px;
	}

	.aboutus .name-us {
		display: inline-block;
	}

	/* 搜索-------------------------- */
	.listcar-search {
		width: 100%;
		font-size: 25px;
		font-weight: 400;
		margin-top: 40px;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #F3F3F3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 25px;
	}

	.listcar-search .count {
		font-size: 15px;
		color: #9A9A9A;
		font-weight: none !important;
	}

	.home-car-search {
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		/* border: 1px solid red; */
		/* justify-content: space-between; */
	}

	.carlisy-search {
		width: 22.8%;
		height: 320px;
		border: 1px solid #E6E6E6;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 30px;
		margin-right:  2.6%;
		cursor: pointer;
	}

	.carlisy-search:nth-child(4n) {
		margin-right: 0 !important;
	}

	.carlisy-search img {
		width: 100%;
		height: 250px;
		object-fit: contain;
	}

	.carlisy-search span {
		font-size: 18px;
		color: #009D5E;
		font-weight: 600;

	}

	/* 详情car-------------- */
	.carlisy-search-detail {
		width: 22.8%;
		height: 320px;
		border: 1px solid #E6E6E6;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 30px;
		margin-right:  2.6%;
		cursor: pointer;
	}

	.carlisy-search-detail:nth-child(4n) {
		margin-right: 0 !important;
	}

	.carlisy-search-detail img {
		width: 100%;
		height: 250px;
		object-fit: contain;
	}

	.carlisy-search-detail span {
		font-size: 18px;
		color: #009D5E;
		font-weight: 600;

	}

	.conter-right .listcarbnm {
		width: 100%;
		font-size: 16px;

		margin-top: 40px;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #F3F3F3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 25px;
		cursor: default;
		cursor: default;
	}

	.lbt-max {
		/* background: yellow; */
		display: flex;
		margin: 45px 0;
	}

	.lbt {
		/* width: 47%; */
		margin-right: 5%;
	}

	.lbt-right {

		width: 50%;
		display: flex;
		flex-direction: column;

	}

	.buttonx {
		margin-top: 40px;
	}

	.buttonx span {
		font-size: 17px;
		margin-right: 10px;
		border-radius: 5px;
		background: #009D5E;
		color: #ffff;
		padding: 10px 15px;
	}

	.buttonx a {
		text-decoration: none;
	}

	.title-right {
		width: 100%;
		display: inline-block;
		/* padding-top: 20px; */
		font-size: 23px;
		border-bottom: 1px solid #F3F3F3;
		padding-bottom: 20px;
	}




	.banncc {
		width: 550px;
		height: 400px;
		position: relative;
	}
	.banncc .ht {
		margin: 0 auto;
		width: 400px;
		height: 400px;
		text-align: center;
	}

	.banncc .ht img {
		width: 400px;
		height: 400px;
	}

	.banncc .jt {
		width: 13px;
		height: 13px;
		padding: 8px;
		border-radius: 50px;
		background: #000;
		opacity: 0.4;
	}

	.tabqh {
		position: absolute;
		top: 50%;
		border-radius: 50px;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
		cursor: pointer;
		background-color: rgba(0, 0, 0, 0.4);
		transform: translateY(-50%);
		user-select: none;
	}

	.prev {
		left: 0px;
	}

	.next {
		right: 0px;
	}

	.tabList {
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}

	.tabList img {
		width: 60px;
		height: 60px;
		margin-left: 5px;
		cursor: pointer;
		border: 1px solid transparent;
	}

	.tabList img:first-child {
		margin-left: 0;
	}

	.tabList .action {
		border-color: green;
	}

	/* .swiper-button-disabled {
		cursor: not-allowed;
		background-color: rgba(0, 0, 0, 0.1);
	} */

	.tabqh img {
		width: 18px;
		height: 18px;
	}

	.tabqh .action {
		border: 1px solid #009D5E;
	}

	.fwb {
		/* width: 100%; */

		word-break: break-all;
	}

	.fwb img,
	.fwb image {
		width: 100%;
		/* width: 100px;
        height: 100px; */
		object-fit: contain;
	}

	/* 首页二级导航 */

	.dropdown-menu {
		/* position: absolute;
		top: 90px;
		display: none;
		background-color: transparent;
		border-radius: 5px;
		font-size: 15px;
		z-index: 1; */
		/* 动画 */
		position: absolute;
		top: 90px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.6s ease-out;
	}

	.dropdown-menu div {
		color: #fff;
		background-color: #009D5E;
		margin: 0;
		padding: 10px;
		text-align: left;
		line-height: 20px;
		white-space: nowrap;
		padding-right: 50px;
	}

	.dropdown-menu div:hover {
		background-color: #0f6140;
		/* border-radius: 3px; */
		color: #fff;
		cursor: pointer;
	}

	.hover:hover .dropdown-menu {
		max-height: 500px;
		/* display: block; */
	}

	/* 添加动画 */
	/* @keyframes slideDown {
		from {
			opacity: 0;
			transform: translateY(-250px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	} */

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid\9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent
	}

	.page {
		width: 100%;
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 20px 0;
		cursor: pointer;
	}

	.page a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page span {
		padding: 10px 15px;
		background: #F2F2F2;
		color: #6E6E6E;
		margin: 0 5px;
		border-radius: 5px;
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page span img {
		width: 20px;
		height: 20px;
	}

	.page span .apgesnone {
		width: 15px;
	}

	.page .action {
		background: #009D5E;
		color: #fff;
	}

	#richTextContainer {
		width: 100%;

	}

	#richTextContainer img {
		max-width: 100%;
	}

	.upper {
		/* border: 2px solid red; */
		width: 55px;
		height: 55px;
		border-radius: 50px;
		z-index: 40px;
		display: none;
		position: fixed;
		bottom: 70px;
		right: 35px;
		cursor: pointer;
		box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
		/* display: flex; */
	}

	.upper img {
		width: 100%;
		height: 100%;
		border-radius: 50px;
	}

	/* #scrollToTopBtn {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		padding: 10px;
		background-color: #007bff;
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	  } */
	.nonelist {
		width: 100%;
		font-size: 16px;
		color: #6E6E6E;
		display: flex;
		flex-direction: column;
		align-items: center;
		/* justify-content: center; */
		margin: 20% 0;
	}

	.nonelist img {
		width: 50px;
		height: 50px;
	}
	.tabListhome {
		/* margin-top: 30px; */
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 30px;
		z-index: 55;
	}
	.tabListhome span{
		width: 25px;
		height: 25px;
		border-radius: 50px;
		margin-left: 10px;
		cursor: pointer;
		background: rgba(0, 0, 0, 0.4);
		display:inline-block;
	}

	.tabListhome span:first-child {
		margin-left: 0;
	}

	.tabListhome .action {
		background: green;
	}
	.banncchome {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.banncchome .ht {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.banncchome .ht img {
		width: 100%;
		height: 100%;
		/* object-fit: contain; */
	}

	.banncchome .jt {
		width: 13px;
		height: 13px;
		padding: 8px;
		border-radius: 50px;
		background: #000;
		opacity: 0.4;
		border: 1px solid red;
	}

	.tabqhhome {
		position: absolute;
		top: 50%;
		border-radius: 50px;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
		cursor: pointer;
		background-color: #009D5E;
		transform: translateY(-50%);
		user-select: none;
	}

	.prevhome {
		left: 5%;
	}

	.nexthome {
		right: 5%;
	}
	.tabqhhome img {
		width: 25px;
		height: 25px;
	}

	.tabqhhome .action {
		border: 1px solid #009D5E;
	}
	.swiper-button-disabled {
		cursor: not-allowed;
		background-color: rgba(0, 0, 0, 0.1);
	}



}