/*home*/
.banner-box {
	width: 100%;
	height: auto;
	overflow: hidden;
  	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.banner-box img {
	display: block;
	width: 100%;
}

.tit-box {
	font-size: .3rem;
	font-weight: bold;
	line-height: 1.2;
}
.tit-box.ny-tit{
	text-align: center;
	border-bottom: 1px solid var(--border);
}
.tit-box .cn-tit{
	color: var(--color);
}
.about-img img{
	display: block;
	width: 100%;
}
.about-tit {
	font-size: .3rem;
	font-weight: bold;
}
.about-text {
	font-size: .2rem;
	line-height: 1.8;
	text-align: justify;
}
.page-content {
	min-height: 50vh;
}
.more-btn a {
	display: block;
	width: 1.3rem;
	border: 1px solid var(--color);
	text-align: center;
	margin: 0 auto;
}
.more-btn span {
	font-family: SimSun;
}
.more-btn a:link,.more-btn a:visited,.more-btn a:hover{
	color: var(--color);
	padding: .05rem 0px;
}

.about-number ul {
	margin-top: .2rem;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2); 
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
}
.about-number ul li {
	width: 33%;
	float: left;
	text-align: center;
	padding: .3rem 0px;
}
.about-number ul li p {
	font-size: .2rem;
}
.about-number ul li .p1 {
	color: var(--color);
}
.about-number ul li span {
	font-size: .3rem;
	font-weight: bold;
}

.home-ad {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.home-ad img {
	display: block;
	width: 100%;
}

/*pro*/
.pro-items {
	width: 46%;
	margin: .2rem 2%;
	float: left;
	border-radius: 8px;
	overflow: hidden;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2); 
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
}
.pro-items img {
	width:100%;
	display:block;
}
.pro-items .pro-text {
	text-align: center;
	line-height: 1.5;
	padding: .1rem 0px;
}
.pro-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 50vh;
}
.pro-items p{
	display: block;
	background-color: var(--color);
	text-align: center;
	color: #fff;
	font-size: .18rem;
	height: .4rem;
	line-height: .3rem;
	padding: .05rem;
}

.pro-fl {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-fl ul li {
	width: 31.33%;
	float: left;
	margin: .08rem 1%;
}
.pro-fl ul li a{
	display: block;
	width: 98%;
	line-height: .2rem;
	border: 1px solid var(--border);
	text-align: center;
	padding: .1rem .03rem;
	font-size: .16rem;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}
.pro-fl ul li a p:nth-child(2){
	font-size: .12rem;
}
@media screen and (max-width:640px) {
	.pro-fl ul li a p:nth-child(2){
		font-size: .1rem;
	}
}
.pro-fl ul li a:link,.pro-fl ul li a:visited {
	color: #666;
}
.pro-fl ul li.active a,.pro-fl ul li a:hover {
	background-color: var(--color3);
	border: 1px solid var(--color);
	transition: background-color .3s linear;
}


.footer-section {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: rgb(173 216 230);
	padding: .4rem .2rem;
	display: flex;
	justify-content: space-between;
}
.footer-logo img {
	display: block;
	height: .66rem;
}
.footer-tel {
	line-height: 1;
	height: .66rem;
	color: #fff;
}
.footer-tel img {
	display: block;
	margin-right: .1rem;
	height: .66rem;
}
.footer-tel a:link,.footer-tel a:visited,.footer-tel a:hover {
	color: #fff;
}

/*detail*/
.detail-tit {
	width: 100%;
	height: .4rem;
	line-height: .4rem;
	border-bottom: 1px solid var(--border);
	font-size: .3rem;
	position: relative;
}
.detail-tit span {
	display: inline-flex;
	height: 100%;
	position: relative;
}
.detail-tit span:first-child::before{
	content: "";
	width: 100%;
	height: 3px;
	background-color: var(--color);
	position: absolute;
	left: 0px;
	bottom: -2px;
}
.detail-tit span:nth-child(2) {
	padding-left:.1rem;
	font-size: 0.22rem;
	color: #333;
	position: absolute;
	right: 0px;
}

.pro-img-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: .3rem 0px;
}
.pro-img-box img {
	display: block;
	width: 100%;
}
.pro-img-box .swiper-slide {
	border: 1px solid var(--border);
}
.pro-canshu {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 1.8;
}
.pro-canshu .cs-left,.pro-canshu .cs-right {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.pro-canshu h5 {
	margin-top: .1rem;
	font-size: .18rem;
}
.pro-jixing .canshu span {
	display:block;
	border:1px solid #666;
	padding:3px;
	line-height:1.5;
	border-top:0px;
}
.pro-jixing .canshu span:first-child {
	border-top:1px solid #666;
	margin-top:.1rem;
}
.pro-content {
	line-height: 1.8;
}
.detail-page {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:.5rem;
}
.detail-page ul {
	width:100%;
	display:flex;
	justify-content:space-between;
}
.detail-page ul li a{
	display: inline-flex;
	line-height: .4rem;
}
.detail-page ul li a:hover {
	color:var(--color);
}
.detail-page ul li img {
	width: .4rem;
	height:.4rem;
}
.prev-box img{
	margin-right:.1rem;
}
.detail-page ul li.next-box a {
	text-align: right;
}
.next-box img{
	margin-left:.1rem;
}

/*search*/
.search-btn {
	display: inline-block;
	width: 100%;
	background-color: var(--color);
	text-align: center;
	color: #fff;
	font-size: .3rem;
	line-height: .5rem;
	padding: .1rem 0px;
	border-radius: .5rem;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition: background-color .3s linear;
	Letter-spacing:3px;
	justify-content:center
}
.search-btn img {
	width: .25rem;
	height: .25rem;
	margin-right: .2rem;
}
.search-btn:link,.search-btn:visited{
	color: #fff;
}
.search-btn:active,.search-btn:hover{
	background-color: var(--color2);
}

.search-tit {
	text-align: center;
	font-size: .25rem;
	line-height: .3rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #999;
	font-weight: bold;
}
.search-tit.no-border{
	border: 0px;
}

.search-line {
	width: 100%;
	height: .6rem;
	margin-top: .3rem;
	position: relative;
}
.search-line input[type='text'] {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	padding-left: .2rem;
	border: 1px solid var(--border);
	border-radius: .15rem;
	padding-right: 1.1rem;
	font-size: .18rem;
}
.search-line input[type='submit'] {
	display: block;
	width: 1rem;
	height: 100%;
	background-color: var(--color);
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	border: 0px;
	border-radius: 0px .15rem .15rem 0px;
	background: url(../images/search2.png) center var(--color) no-repeat;
	background-size: .22rem .22rem;
	cursor: pointer;
	transition: background-color .3s linear;
}
.search-line input[type='submit']:hover,.search-line input[type='submit']:active {
	background: url(../images/search2.png) center var(--color2) no-repeat;
	background-size: .22rem .22rem;
}
.size-line {
	width: 100%;
	height: auto;
	line-height: .4rem;
	overflow: hidden;
	padding: .15rem 0px;
	border-bottom: 1px solid var(--border);
}

.size-line .size-left,.size-line .size-right {
	/* width: 50%; */
	/* float: left; */
}
.size-line .size-right {
	float:right;
}
.size-line input[type='text']{
	border: 1px solid var(--border);
	height: .4rem;
	line-height: .2rem;
	padding: 0px .05rem;
}
.size-line .size-left input[type='text']{
	width: .5rem;
}
.size-line .size-left input#t1 {
	width:2rem;
}
.size-line .size-left,.size-line .size-right {
	display: inline-flex;
}
.size-line .size-right input[type='text']{
	width: .4rem;
	text-align: center;
}
.size-right input[type="button"] {
	display: block;
	width: .3rem;
	height: .4rem;
	cursor: pointer;
	border: 1px solid var(--border);
	position: relative;
	background-color: #fff;
	font-size: .2rem;
	line-height: .28rem;
	font-weight: 100;
	color: #999;
}
@media screen and (min-width:640px) {
	.size-line {
		padding: .15rem .2rem;
	}
	.size-right input[type="button"] {
		width: .4rem;
	}
}
@media screen and (min-width:500px) {
	.size-line .size-left input[type='text']{
		width: .6rem;
	}
}
.size-right input.jian {
	border-radius: 5px 0px 0px 5px;
	border-right: 0px;
}
.size-right .jian::before {
	content: "";
	width: .3rem;
	height: 10px;
	background-color: #f00;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10000000000
	transform: translate(-50%,-50%);
}
.size-right input.jia {
	border-radius: 0px 5px 5px 0px;
	border-left: 0px;
}
.search-btn2 {
	width: 50%;
	background-color: var(--color);
	text-align: center;
	color: #fff;
	font-size: .2rem;
	line-height: .4rem;
	padding: .1rem 0px;
	border-radius: .1rem;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition: background-color .3s linear;
	Letter-spacing:3px;
	border: 0px;
	margin: 0 auto;
	cursor: pointer;
}

/*search list*/
.search-list {

width: 100%;

height: auto;

overflow: hidden;

min-height: 50vh;
}
.search-items {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: .2rem;
	border: 1px solid var(--border);
	margin: .3rem 0px;
	border-radius: 5px;
	overflow: hidden;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
}
.search-items a {
	display: flex;
}
.search-list .search-img {
	width: 50%;
}
.search-list .pro-img {
	border: 1px solid var(--border);
	border-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}
.search-list .pro-img img {
	display: block;
	width: 100%;
}
.search-list .pro-tit {
	background-color: var(--color);
	color: #fff;
	text-align: center;
	line-height: .2rem;
	padding: .1rem 0px;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}
.search-list .search-text {
	width: 50%;
	line-height: 2;
	padding-left: .3rem;
	font-size: .16rem;
      display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.search-list .search-text span {
	font-weight: bold;
}
.search-list .search-text span.keys {
	font-weight:normal;
	color: #f00;
}

.brand-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 60vh;
}
.brand-list ul li {
	width: 33.333%;
	height: auto;
	float: left;
	text-align: center;
	line-height: 1.2;
	margin-bottom:.2rem;
}
.brand-list ul li img {
	width: 70%;
	max-width: 100px;
	border: 1px solid var(--border);
	margin-bottom: .1rem;
}
.model-top {
	border-bottom: 1px solid var(--color);
}
.brand-tit {
	font-size: .3rem;
	color: #000;
}
.model-tit {
	font-size: .22rem;
	color: #666;
}

.model-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 70vh;
}
.model-list .model-fl {
	font-size: .22rem;
	color: #000;
	margin-bottom: .2rem;
}
.model-table {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid var(--border);
	border-right: 0px;
	margin-bottom: .4rem;
}
.model-list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
}
.model-list ul li {
	width: 33.333%;
	border: 1px solid var(--border);
	text-align: center;
	padding: .05rem;
}
.model-list ul li:nth-child(3) {
	border-right: 2px solid var(--border)
}
.model-list ul li a:link,.model-list ul li a:visited {
	color: #000;
}
.model-list ul li a:hover {
	color: var(--color);
}
.model-list ul li p {
	color:#888;
	font-size:.14rem;
}
.model-list ul li p:first-child{
	font-size:.16rem;
	color:#000;
}

.no-data {
	padding:.3rem 0px;
	text-align:center;
}

.go-back {
	display:none;
}

/*page pagination*/
.pageNav {width: 100%;text-align:center;height:auto;margin:40px auto;color:#666;display: inline-flex;justify-content: center;}
.pageNav font, .pageNav span, .pageNav a{display:inline-block;width: 40px;height: 40px;line-height: 38px;overflow:hidden;font-size:15px;border:1px solid #ededed;color:#363636;background: #fff;font-family: SimSun;}
.pageNav label {display:inline-block;width: auto;height: 40px;padding: 0px 10px;line-height: 40px;overflow:hidden;font-size:15px;color:#666;}
.pageNav.white-bg label { color:#333;}
.pageNav .pagination-box div {display:inline-block;width: auto;height: 40px;line-height: 40px;overflow:hidden;font-size:15px;color:#666;float: initial;}
.pageNav input[type='text'] {display:inline-block;width: 40px;height: 25px;line-height: 25px;overflow:hidden;border: 1px solid #ededed;padding: 0px 5px;}
.pageNav input[type='button'] {display:inline-block;width: 40px;height: 40px;line-height: 40px;overflow:hidden;border: 0px;background: var(--color);color:#fff;cursor: pointer;transition:all .3s;font-size: 15px;text-align: center;padding: 0px;margin: 0px;}
.pageNav input[type='button']:hover { background-color:var(--color2);}
.pageNav font.current,.pageNav span.current {background: var(--color);color:#fff;}
.pageNav font.disabled,.pageNav span.disabled {color:#adaaad;}
.pageNav a,.pageNav a:link,.pageNav a:visited {font-size:15px;border:1px solid #ededed;color:#333;white-space:nowrap;background-color: #fff;}
.pageNav a:hover {background-color:var(--color);color:#fff;}
.pageNav a.current {background:#f7f7f7;color:#fff;}
.pageNav a.disabled {color:#adaaad;}
.pageNav .page-arrow {font-family:simsun;}
#PageContent,.pagination-box {
    width: auto;
    float: initial;
}

@media screen and (max-width:768px) {
	.pageNav font, .pageNav span, .pageNav a{width: 35px;height: 35px;line-height: 33px;}
	.pageNav label {height: 35px;line-height: 35px;padding: 0px 6px;}
	.pageNav #PageContent div {height: 35px;line-height: 35px;overflow:hidden;}
	.pageNav input[type='text'] {width: 35px;height: 25px;line-height: 25px;}
	.pageNav input[type='button'] {width: 40px;height: 25px;line-height: 25px;font-size: 14px;}
	.pageNav .pagination-box div {height: 35px;line-height: 35px;font-size: 14px;}
}
@media screen and (max-width:450px) {
	.pageNav font, .pageNav span, .pageNav a{width: 30px;height: 30px;line-height: 28px;font-size: 12px;}
	.pageNav a, .pageNav a:link, .pageNav a:visited {font-size: 12px;}
	.pageNav label {height: 30px;padding: 0px 5px;line-height: 30px;font-size: 12px;}
	.pageNav #PageContent div {height: 30px;line-height: 30px;overflow:hidden;font-size:12px;}
	.pageNav input[type='text'] {padding: 0px 5px;}
	.pageNav .pagination-box div {height: 30px;line-height: 30px; font-size:12px;}
	.pageNav {display: block;}
	#PageContent,.pagination-box {width:100%;}
}


/*login*/
.login-bg {
	width: 100%;
	min-height: 100vh;
	background: url(../images/login_bg.png) no-repeat top center;
	background-size: 100% auto;
}
.login-logo {
	text-align: center;
	padding-top: 2rem;
}
.login-logo img {
	max-width: 30%;
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.login-text {
	text-align: center;
	font-size: .4rem;
	padding-top: .4rem;
	Letter-spacing:.02rem;
}
.login-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom:2rem;
}
.login-line {
	display: flex;
	height: .8rem;
	background-color: #FAFAFA;
	margin-top: .5rem;
	justify-content: space-between;
	border-radius: .5rem;
	padding: 0px .2rem;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.ico-user {
	width: .7rem;
	height: 100%;
	background: url("../images/user.png") no-repeat center;
	background-size: .35rem auto;
}
.ico-pw {
	width: .7rem;
	height: 100%;
	background: url("../images/pw.png") no-repeat center;
	background-size: .35rem auto;
}
.login-line input[type="text"],.login-line input[type="password"] {
	width: 100%;
	border: 0px;
	padding: 0px .1rem;
	background: none;
	font-size: .2rem;
}
.login-btn {
	width: 100%;
	background-color: var(--color);
	text-align: center;
	color: #fff;
	font-size: .3rem;
	line-height: .8rem;
	border-radius: .5rem;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition: background-color .3s linear;
	Letter-spacing:3px;
	border: 0px;
	cursor: pointer;
}
