/*
 * @description: Details page style - common
 * @author: tynanfs
 * @date: 2020-08-12 11:18:06
 * @version v1.0.0 
*/

/* --- format --- */
body, html {
  margin: 0;
  font-family: "Helvetica Neue", Verdana, sans-serif;
  color: #333;
}

h1, h2, h3 {
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #333;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}



/* --- predefined class --- */
.color-w {
  color: #fff !important;
}



/* --- module --- */
/*
 * @class: nav
 * @description: nav menu
*/
/* nav */
.navmenu {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 10px;
  border-radius: 10px;
  background: #5c787c;
  font-size: 14px;
}

.navmenu input,
.navmenu label {
  display: none;
}

.navmenu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #5c787c;
}

.navmenu-item {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  line-height: 59px;
  font-size: 14px;
  transition: color .2s;
}

.navmenu-item:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 998px) {
  .navmenu {
    border-radius: 0;
    margin-bottom: 10px;
  }

  .navmenu label {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 49px;
    font-size: 18px;
    color: #fff;
  }

  .navmenu input {
    display: none;
  }

  .navmenu-list {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;
    width: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
  }

  .navmenu input:checked~.navmenu-list {
    opacity: 1;
    pointer-events: visible;
  }

  .navmenu-item {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    background: #5c787c;
  }
}


/*
 * @class: top swiper
 * @description: swiper
*/
/* swp-320 */
.swp-320 {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 15px;
  overflow: hidden;
}

.swp-320 input[type="radio"] {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.radio-left,
.handle-left {
  left: 4%;
}

.radio-right,
.handle-right {
  right: 4%;
}

.swp-handle {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.handle-right {
  transform: translateY(-50%) scaleX(-1);
}

.radio-left:checked~.handle-left {
  display: none;
}

.radio-right:checked~.handle-right {
  display: none;
}

.radio-left:checked~.swp-content {
  transform: translateX(0);
}

.radio-right:checked~.swp-content {
  transform: translateX(-50%);
}

.swp-content {
  position: relative;
  display: flex;
  width: 200%;
  transition: all .4s ease;
}

.swp-slide {
  width: 50%;
}

.swp-slide img {
  display: block;
  width: 100%;
}

.white.swp-slide-content h3,
.white.swp-slide-content p {
  color: #fff;
}

.black.swp-slide-content h3,
.black.swp-slide-content p {
  color: #333;
}

.swp-slide-content {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 20%;
}

.swp-slide-content h3 {
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-size: 28px;
  font-weight: normal;
}

.swp-slide-content p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}

.swp-slide:nth-child(1) .swp-slide-content {
  left: 4%;
}

.swp-slide:nth-child(2) .swp-slide-content {
  left: 54%;
}

@media screen and (max-width: 768px) {
  .swp-320 {
    margin-bottom: 10px;
  }

  .swp-slide-content {
    top: 50%;
    width: 35%;
    transform: translateY(-50%) scale(.6);
    transform-origin: left center;
  }

  .swp-slide:nth-child(1) .swp-slide-content {
    left: 2%;
  }

  .swp-slide:nth-child(2) .swp-slide-content {
    left: 52%;
    transform: translateY(-50%) scale(.6);
    transform-origin: left center;
  }

  .swp-slide-content h3 {
    margin: 0 0 5px 0;
    line-height: 22px;
    font-size: 18px;
  }

  .swp-slide-content p {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
  }
}



/*
 * @class: graphic
 * @description: big swiper
*/
/* carousel-600 */
.csl-600 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
}

.csl-container {
  position: relative;
  width: 55%;
  overflow: hidden;
}

.csl-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 500%;
}

.csl-slide {
  position: relative;
  width: 20%;
}

.csl-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.csl-slide span {
  position: absolute;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
}

.csl-slide span.white {
  border: 1px solid #fff;
  color: #fff;
}

.csl-slide span.black {
  border: 1px solid #222;
  color: #222;
}

.csl-slide span.left-top {
  left: 6%;
  top: 6%;
}

.csl-slide span.right-top {
  right: 6%;
  top: 6%;
}

.csl-slide span.left-bottom {
  left: 6%;
  bottom: 6%;
}

.csl-slide span.right-bottom {
  right: 6%;
  bottom: 6%;
}

.csl-text {
  display: flex;
  width: 45%;
  background-color: #f4f5f6;
  color: #333;
  overflow: hidden;
}

.csl-text-wrapper {
  width: 90%;
  margin: auto;
}

.csl-text-title {
  margin: 0 0 20px 0;
  line-height: 28px;
  font-size: 28px;
  font-weight: normal;
}

.csl-text-list {
  margin: 0;
  padding-left: 20px;
}

.csl-text-list li {
  list-style-type: disc;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}

/* thumbnail-600 */
.tbl-600 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tbl-item {
  position: relative;
  display: inline-block;
  width: calc(100% / 5 - 10px);
}

.tbl-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: background .2s ease;
}

.tbl-item:hover::after {
  background: rgba(0, 0, 0, 0);
}

.tbl-item img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 998px) {
  .csl-600 {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .csl-container,
  .csl-text {
    width: 100%;
  }

  .csl-text {
    padding: 20px 0;
  }

  .csl-text-title {
    margin: 0 0 10px 0;
    line-height: 22px;
    font-size: 18px;
  }

  .csl-text-list li {
    line-height: 16px;
    font-size: 12px;
  }

  .csl-slide span {
    font-size: 12px;
  }
}
/*fenlei*/
.fl{
	width: 100%;
	background: #f7f8f9;
	padding: 2% 3% 1% 3%;
	box-sizing: border-box;
	margin-top: 1%;
}
.flt{
	width: 80%;
	margin-left: 2%;
	margin-bottom: 3%;
}
.flt h2{
	line-height: 50px;
	font-weight: normal;
}
.flt p{
	line-height: 50px;
}
.flb{
	width: 100%;
	height: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	
}
.flb-div{
	width: 30%;
	height: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.flb .flb-div p{
	text-align: center;
	line-height: 30px;
}
.flb-x{
	display: none;
}



/*
 * @class: thumbnail
 * @description: thumbnail
*/



/*
 * @class: banner
 * @description: banner img
*/

.banner, 
.banner>img {
  width: 100%;
}

.banner {
  position: relative;
  margin-top: 40px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  transition: transform .4s ease;
  width: 360px;
}

.banner-content .logo {
  width: 163px;
  height: 37px;
  margin-bottom: 40%;
}

.banner-content h2 {
  margin-bottom: 40px;
}

.banner-content p {
  line-height: 25px;
  opacity: .8;
}

.banner-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40%;
}

.banner-mark-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.banner-mark span {
  font-size: 14px;
}
.banner-content1{
	top: 35%;
}

/*
 * @class: icons
 * @description: icons img
*/
.icons {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-top: 70px;
  padding: 0 10%;
}

.icons img {
  width: 100%;
  margin: auto;
}


/*
 * @class: information
 * @description: product information 
*/
.information {
  width: 100%;
  box-sizing: border-box;
  margin-top: 100px;
  padding: 0 10%;
}

.information h2 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}

.table {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.info-list:nth-child(1) {
  flex-grow: 1;
}

.info-item {
  width: 100%;
  line-height: 46px;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
  font-size: 15px;
}

.info-item::before {
  content: "·";
  margin-right: 10px;
  font-weight: bold;
}

.torment {
  position: absolute;
  left: 0;
}

/*
 * @class: material
 * @description: material comparison
*/
.material {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  margin-top: 200px;
  
}


.comparison-img {
  width: 48%;
}

.comparison-img img {
  width: 100%;
}

.comparison-text {
  position: relative;
  width: 52%;
  overflow: hidden;
}

.comparison-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  width: 75%;
}
.comparison-wrapper{
	background: #f7f8f9;
	position: relative;
}
.material-p1{
	position: absolute;
	left: 35%;
	top: 44%;
	color: #FFFFFF;
}
.material-p2{
	position: absolute;
	left: 30%;
	top: 94%;
	color: #FFFFFF;
}

.comparison-content h2 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
}

.comparison-content p {
  line-height: 30px;
}


/*
 * @class: installation
 * @description: installation img
*/
.installation {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  background: #F5F5F5;
  height: 650px;
  
}

.installation h2 {
  margin: 5% 0 0 5%;
}


.installation img {
  width: 100%;
  margin: auto;
}


/*
 * @class: exhibition
 * @description: 
*/
.exhibition {
  width: 100%;
  margin-top: 100px;
}

.exhibition-title {
  display: inline-flex;
  padding: 10px 120px 10px 40px;
  border-radius: 0 8px 8px 0;
  background-color: #5c787c;
  color: #fff;
}

.exhibition-wrapper {
  width: 100%;
  margin-top: 40px;
}

.exhibition-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.exhibition-item {
  cursor: pointer;
  display: flex;
  width: calc(100% / 5 - 20px);
  border-radius: 10px;
  overflow: hidden;
}


.exhibition-item img {
  width: 100%;
  height: auto;
  transition: all .2s ease;
}

.exhibition-item:hover img {
  transform: scale(1.1);
}