@font-face {
  font-family: AvantGarde;
  src: url("../fonts/ITCAvantGardeGothicBook.eot");
  src: local("☺"), url("../fonts/AvantGarde/ITCAvantGardeGothicBook.woff") format("woff"),
    url("../fonts/AvantGarde/ITCAvantGardeGothicBook.ttf") format("truetype"),
    url("../fonts/AvantGarde/ITCAvantGardeGothicBook.svg") format("svg");
}



body, ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
body {
    margin: 0;
    padding: 0;
    transition: opacity 0.2s;
    overflow-x: hidden;
	  font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",
      "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
      Arial, sans-serif;
}


:root {
    --font-AlibabaSans: AvantGarde, "PingFang SC", "Source Han Sans SC", "HanHei SC",
      "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
      Arial, sans-serif;
}

a {
    text-decoration: none;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.font-b {
    font-weight: bold;
}
.shadow-bg {
    position: absolute;
    background-color: #060001;
    opacity: .3;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.white-btn {
    padding: 6px 30px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    background-color: inherit;
	font-size:16px;
	margin-top:10px;
}
.blank-btn {
    padding: 6px 30px;
    border: 2px solid #000000;
    border-radius: 30px;
    color: #ffffff;
    background-color: #000000;
	font-size:16px;
	margin-top:10px;
}

.header-wrapper {
    padding:25px 0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
    background-color: #000000;
}
.header-wrapper .container{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-wrapper .logo {
    width: 8rem;
    height: 60px;
	position:relative;
	z-index:111;
	}
.header-wrapper #openMenu {
    cursor: pointer;
		position:relative;
	z-index:111;
}
/*.page-header-menu {
    position: fixed;
    top: 0;
    z-index: 101;
    color: #ffffff;
    width: 100%;
    background: #000000;
}
.page-header-menu .menu-close-box {
    text-align: end;
    font-size: 45px;
    display: none;
	margin-top:15px;
    cursor: pointer;
}
.page-header-menu .header-menu-box {
    width: 100%;
    transition: height .5s;
    padding: 5% 4%;
    display: none;
}
.page-header-menu .header-menu-box a{ color:#fff;}
.page-header-menu .header-menu-box .menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.page-header-menu .header-menu-box .menu-list ul {
    margin: 0 2%;
    margin-bottom: 20px;
}
.page-header-menu .header-menu-box .menu-list ul li {
	font-size:22px;
    line-height: 50px;
	font-weight:bold
}
.page-header-menu .menu-footer {
    padding: 0 4% 5% 4%;
    display: none;
}
.page-header-menu .menu-footer .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.page-header-menu .menu-footer .box a{ color:#fff; margin-left:5%; font-size:15px;}
.page-header-menu .menu-footer .image-box {
    display: flex;
}
.page-header-menu .menu-footer .image-box .image:nth-child(2) {
    margin-left: 20px;
}
*/

.footer-wrapper {
    background-color: #D3D3D3;
    padding: 1% 4% 3% 4%;
}

.footer-wrapper a{
	color:#000;
	font-family: var(--font-AlibabaSans);
	}
.footer-wrapper .logo-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4% 0 3% 0;
    border-bottom: 1.5px solid #040000;
}
.footer-wrapper .logo-box .logo {
    font-size: 16px;
}
.footer-wrapper .info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3% 0 10% 0;
}
.footer-wrapper .info-box ul {
    font-weight: bold;
}
.footer-wrapper ul li {
    display: inline-block;
    padding-right: 20px;
    line-height: 30px;
}
.footer-wrapper .info-box ul li a {
    color: #000000;
}
.footer-wrapper .info-box .right {
    display: flex;
    justify-content: flex-end;
}
.footer-wrapper .info-box .right img {
    margin-left: 10px;
    max-width: 120px;
}
.footer-wrapper .company-info {
    padding-top: 3%;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}

.footer-wrapper .company-info a{ color:#000}
.footer-wrapper .company-info .tel{ font-size:20px; margin-top:15px;}
.footer-wrapper .contact-box {
    display: flex;
    flex-direction: row;
	font-family: var(--font-AlibabaSans);
}
.footer-wrapper .contact-box div a{ color:#000; padding-left:20%;}

.footer-wrapper .contact-box .image {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.footer-wrapper .contact-box .image a{ padding-left:0}
.footer-btm {
    padding: 2% 4% 3% 4%;
    background-color: #000000;
    color: #ffffff;
    font-family: var(--font-AlibabaSans);
    font-size: 15px;
	text-transform:uppercase;
}

.footer-btm a{ color:#fff;}

.footer-btm .container{
	 display: flex;
    flex-direction: row;
    justify-content: space-between;}

.product-wrapper {
    margin: 10% 0 0 0;
    padding-bottom: 5%;
}
.product-wrapper .container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
}
.product-wrapper .item-box {
    width: 30%;
    margin-bottom: 4%;
}
.product-wrapper .item-box a{ color:#000;}
.product-wrapper .title {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #D4D4D4;
    font-weight: bold;
    font-size: 35px;
}
.product-wrapper .size-info {
    font-size: 15px;
    margin: 15px 0 10% 0;
    font-weight: bold;
    height: 84px;
    color:#838383;
}

.container{
	max-width: 1715px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
	}


.greyBg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    background-color: rgba(0,0,0,.5);
  }

  .greyBg.show {
    opacity: 1;
    z-index: 201;
  }

  .putVideo {
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 70%;
    max-height: 60%;
    transform: translate(-50%,-50%);
  }

  .putVideo img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
	width:auto;
  }

  .putVideo video {
    display: none;
  }

  .putVideo video.videoShow {
    display: block;
    width: 100%;
  }


.page-header-menu .bg{ position:absolute; width:100%; height:100%; background-color:#000; opacity:0.5; z-index:-1;}
.page-header-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 1010;
}
.page-header-menu .menu-close-box {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 2;
}
.page-header-menu .menu-footer {
    position: relative;
    bottom: 20px;
    right: 30px;
    z-index: 2;
    text-align: right;
    font-size:14px;
    display: none;
    color: #000;
    font-family: var(--font-AlibabaSans);
}

.page-header-menu .menu-footer a{ color:#000}

.page-header-menu .menu-footer .l{ font-size:22px; margin-bottom:5%;}


.page-header-menu .menu-footer>div {
    line-height: 30px;
}
.page-header-menu .menu-footer .email {
    font-weight: 300;
}
.page-header-menu .menu-close-box img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.page-header-menu .header-menu-box, .header-sub-menu {
    width: 0;
    height: 100vh;
    background: #fff;
    transition: width .5s;
    position: absolute;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch!important;
}
.page-header-menu .header-menu-box .menu-list, .header-sub-menu .sub-menu-list {
    padding: 145px 30px 90% 0;
    font-size: 24px;
    font-weight: 400;
    color: #c5c5c5;
    line-height: 45px;
    letter-spacing: 1px;
}
.page-header-menu .header-menu-box .menu-list li, .header-sub-menu .sub-menu-list li {
    list-style-type: none;
    text-align: right;
    overflow: hidden;
    font-size: 20px;
}
.page-header-menu .header-menu-box .menu-list li a, .header-sub-menu .sub-menu-list li a {
    text-decoration: none;
    color: #c5c5c5;
}
.page-header-menu .header-menu-box .menu-list li a:hover, .header-sub-menu .sub-menu-list li a:hover {
    color: #000!important;
    text-decoration: underline;
}
.page-header-menu .header-menu-box .menu-list li a:focus {
    color: #000!important;
    text-decoration: none;
}
.page-header-menu .header-sub-menu {
    position: absolute;
    top: 0;
    border-right: 1px solid #979797;
    opacity: 0;
}



@media (max-width:768px) {
.product-wrapper .size-info {height:168px;}
}

@media (max-width:768px) {
.putVideo{ top:0; left:0;transform: translate(0,50%); max-width:inherit; max-height:inherit;}
.putVideo img{ height:45px;}
.header-wrapper{ padding:15px 0;}
/*.page-header-menu .header-menu-box{ width:92%;}*/
.footer-wrapper{ padding:7.5% 0; font-size:14px;}
.footer-wrapper .info-box{ padding:7.5% 0 15% 0;}
.footer-btm{ font-size:14px; padding:5% 0; line-height:30px;}
.footer-btm .container{flex-wrap: wrap;}
.product-wrapper .item-box {width: 45%;}
.product-wrapper .title{ font-size:28px;}
}
@media (max-width:480px) {
.product-wrapper .size-info {height:auto;}
.white-btn,.blank-btn{clear:both; margin-top:25px; font-size:13px;}
/*.page-header-menu .header-menu-box .menu-list ul li{ font-size:18px;}
.page-header-menu .menu-footer .box a{ font-size:13px;}*/
.product-wrapper .item-box {width: 100%;}
.product-wrapper .title{ font-size:22px;}
	}

