@charset "utf-8";
/* CSS Document */

#viewer {
	width: 95%;
	margin: 0 auto;
	height: 10rem;
}
#viewer .category{
	width: 4.5rem;margin-left: 0.4rem;
}

#viewer .category p{
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.2rem;
}


#nav {
	width: 4.5rem;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0.01rem solid #ccc;
	background: #eee;
	margin-left: 0.4rem;
}

#nav a span {
	font-size: 0.3rem;
	float: right;
	margin-right: 0.5rem;
}

#nav li {
	width: 4.5rem;
	height: 0.6rem;
	border-bottom: 0.01rem solid #ccc;
	font-size: 0.25rem;
	line-height: 0.6rem;
}

#nav li a:hover {
	background-color: #db0d0d;
	/* background-color: #4582c2; */
	color: #fff;
}

#nav li:last-child {
	border-bottom: 0;
}

#nav .productCategory>span {
	margin-left: 0.1rem;
}

#nav li a {
	font-size: 0.2rem;
	color: #000;
	display: block;
	width: 4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	padding-left: 0.5rem;
	overflow: hidden;
}

#panels {
	width: 12.88rem;
	height: 8rem;
	overflow: hidden;
	position: relative;
	float: left;
}

/* #slider {
	width: 72000px;
	height: 500px;
} */

#slider .panel {
	float: left;
	position: relative;
	width: 12.88rem;
	display: flex;
	flex-wrap: wrap;
}

#slider div .product {
	width: 6rem;
	padding: 0.3rem;
	margin-left: 0.3rem;
	position: relative;
	display: flex;
	gap: .2rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #b5b5b5;
}

#slider div .product2 {
    width: 6.2rem;
    padding: 0.3rem;
    float: left;
    margin-left: 0.5rem;
	position: relative;
	display: flex;
	gap: .2rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #b5b5b5;
}

#slider div .product-jj {
    /* width: 5.7rem; */
	width: 100%;
    height: 4.36rem;
    float: left;
    margin-left: 0.3rem;
	position: relative;
}
.product-jj h3{
	font-size: 0.25rem;
	height: 0.5rem;
    line-height: 0.5rem;
  }
  .product-jj label{
    font-size: 0.18rem;
    display: block;
    line-height: 0.3rem;
    text-indent: 0.36rem;
  }

#slider div .product:nth-child(n+3) {
	margin-top: 0.3rem;
}

#slider div img {
	width: 2rem;
	height: 2.5rem;
}

#slider .product div,  #slider .product2 div{
	font-size: .16rem;
}

#slider .product .left,  #slider .product2 .left {
    width: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* min-height: 2rem; */
    /* height: 2rem; */
    /* text-align: center; */
    /* line-height: 2rem; */
}

#slider .product .right,  #slider .product2 .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	line-height: .22rem;
}



.right-title {
    font-size: .22rem !important;
	font-weight: bold;
	color: #275797;
}

.right-intro {
    flex: 1;
	padding: .2rem 0;
	font-size: .16rem !important;
	line-height: .32rem;
}

.right-characteristic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .1rem 0;
	border-top: 2px solid #cfcfcf;
}

.right-characteristic div {
	font-size: .14rem !important;
}

.right-characteristic span {
	color: #4582c2;
	margin-right: .02rem;
}

.right-btn {
	width: 40%;
	font-size: .12rem !important;
	color: #fff;
	text-align: center;
	padding: .08rem .05rem;
	background: #275797;
	margin: auto;
	cursor: pointer;
	position: relative;
	margin-top: .2rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.right-btn2 {
	width: 80%;
	color: #fff;
	margin: auto;
	text-align: center;
	padding: 0.05rem .1rem;
	background: #4582c2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	font-size: .10rem;
}

.img-text {
	position: absolute;
	/* top: 1.5rem; */
	width: 2rem;
	text-align: center;
    z-index: 999;
	color: #fff;
	font-weight: bold;
	font-size: .16rem !important;
}

.flex-box {
	display: flex;
}
/* 
#slider .product div span:nth-child(1) {
    font-size: 0.25rem;
	display: block;
	height: 0.5rem;
	color: #fff;
	background-color: rgba(255,255,255,0.5);
    padding: 0.2rem;
}
#slider .product div span:nth-child(2) {
    font-size: 0.2rem;
    background-color: rgba(255,255,255,0.5);
    padding: 0.1rem 0.2rem;
    border-radius: 1rem;
    border: 0.01rem solid #fff;
} */

/* #slider .product div a{
	font-size: 0.2rem;
    padding: 0.1rem 0.2rem;
    border-radius: 1rem;
    border: 0.01rem solid #fff;
} */
/* #product p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font: 16px "Trebuchet MS";
	margin: 0;
	width: 90%;
	height: 45px;
	padding: 5px 5% 10px;
	background-color: #000;
} */

/* .product p {
	font-size: 0.25rem;
	text-align: center;
	margin-top: 0.2rem;
	color: #000;
} */

.documentDownload {
	width: 100%;
	height: 0.5rem;
	margin-bottom: 0.2rem;
	padding-left: 0.2rem;
}

.documentDownload span {
    font-size: 0.2rem;
    color: #000;
    height: 0.5rem;
    line-height: 0.5rem;
    display: block;
    float: left;
}
.documentDownload1 {
	width: 100%;
	height: 0.5rem;
	margin-bottom: 0.2rem;
	padding-left: 0.2rem;
}

.documentDownload1 a:nth-child(1) {
	font-size: 0.25rem;
    color: #000;
    height: 0.5rem;
    line-height: 0.5rem;
    display: block;
    float: left;
    padding: 0;
    background-color: #fff;
    margin: 0;
}
.documentDownload1 a:hover{
	color: #0072ff;
}
.documentDownload1 a:nth-child(2) {
	font-size: 0.2rem;
    margin-right: 2.5rem;
    padding: 0.1rem 0.2rem;
    color: #fff;
    display: block;
    float: right;
    background: #4582c2;
}

/* 
.documentDownload a:hover {
	color: #0489fb;
	text-decoration: underline;
} */

.file {
	width: 100%;
    /* background-color: rgb(26, 33, 67); */
    margin-left: 0.5rem;
    /* padding: 0.3rem; */
    margin-bottom: 0.6rem;
}
/* .panel >div:nth-child(2){
	margin-left: 0.5rem;
} */
.panel >div:nth-child(3){
	margin-left: 0.14rem;
}
.file h1 {
	font-size: 0.25rem;
    text-align: center;
    margin-left: 0.2rem;
    color: #fff;
    margin-bottom: 0.5rem;
    width: 8rem;
    padding: 0.1rem 0;
    background-color: #4582c2;
}
.cultivate {
	width: 47.5%;
	height: 5.5rem;
    float: left;
    /* background-color: rgb(26, 33, 67); */
    margin-top: 0.2rem;
}
.cultivate h1{
	font-size: 0.25rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
	background-color: #4582c2;
    padding: 0.1rem 0;
}

.cultivate-title{
	width: 96%;
    height: 0.5rem;
    /* background-color: #4582c2; */
    line-height: 0.5rem;
	margin-left: 0.5rem;
}

.cultivate-title p{
    font-size: 0.25rem;
    color: #000;
    text-align: center;
}

.cultivate-pdf{
	width: 96%;
    height: 0.7rem;
	margin-left: 0.7rem;
	clear: left;
}

.cultivate-pdf a{
	float: left;
	display: block;
	color: #000;
}

.cultivate-pdf i{
	font-size: 0.25rem;
    float: left;
    height: 0.3rem;
    line-height: 0.3rem;
}
.cultivate-pdf >a:nth-child(1){
    font-size: 0.25rem;
	height: 0.5rem;
    line-height: 0.5rem;
	text-decoration: underline;
	margin-top: 0.2rem;
   }

   .cultivate-pdf >a:nth-child(1):hover{
	   color: #0072ff;
	   text-decoration: underline;
	   text-decoration-color: #0072ff;
   }
   .cultivate-pdf >a:nth-child(2){
    font-size: 0.2rem;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
    background-color: #4582c2;
    color: #fff;
    padding: 0.1rem 0.2rem;
    border: 0.01rem solid #ccc;
   }


.cultivate-sig-pdf{
	width: 100%;
	height: 0.7rem;
	margin-left: 0.2rem;
	clear: left;
}

.cultivate-sig-pdf a{
	float: left;
	display: block;
	color: #000;
}

.cultivate-sig-pdf i{
	font-size: 0.25rem;
	float: left;
	height: 0.3rem;
	line-height: 0.3rem;
}

.cultivate-sig-pdf >a:nth-child(1){
	font-size: 0.16rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-decoration: underline;
	margin-top: 0.2rem;
}

.cultivate-sig-pdf >a:nth-child(1):hover{
	color: #0072ff;
	text-decoration: underline;
	text-decoration-color: #0072ff;
}
.cultivate-sig-pdf >a:nth-child(2){
	font-size: 0.2rem;
	margin-top: 0.2rem;
	margin-left: 0.5rem;
	background-color: #4582c2;
	color: #fff;
	padding: 0.1rem 0.2rem;
	border: 0.01rem solid #ccc;
}

  .notReleasedYet{
	font-size: 0.25rem;
    height: 6rem;
    line-height: 0.5rem;
    padding-left: 0.5rem;
  }

  .notReleasedYet h3{
	font-size: 0.25rem;
    background-color: #4582c2;
    color: #fff;
    text-align: center;
	margin-bottom: 0.3rem;
	padding: .1rem 0;
  }

  .notReleasedYet p{
    padding-left: 0.5rem;
  }

  .headline {
	width: 100%;
	height: .49rem;
	font-size: .24rem;
	line-height: .49rem;
	background-color: #4582c2;
	color: #fff;
	text-align: center;
  }


  #slider div .product3 {
    /* width: 6rem; */
    padding: 0.3rem;
    float: left;
    background-color: #eee;
    margin-left: 0.5rem;
	position: relative;
}

.product3 img {
	width: 5rem !important;
	height: 3rem !important;
	margin: 0 auto !important;
}

.product3-title {
	font-size: .26rem;
	font-weight: bold;
	text-align: center;
	margin-top: .1rem;
	color: #275797;
}

.img-text2 {
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 100%;
	/* width: 6rem; */
	text-align: center;
    z-index: 999;
	color: #fff;
	font-weight: bold;
	font-size: .24rem !important;
	line-height: .44rem;
}

#slider div .product3:nth-child(n+3) {
	margin-top: 0.3rem;
}

#slider .product3 div a{
	font-size: 0.2rem;
    padding: 0.1rem 0.2rem;
    border-radius: 1rem;
    border: 0.01rem solid #fff;
}