html body {
    background: #f9f9f9;
}
body .two-banner .word-fix p {
    font-size: 58px;
    font-family: 'Current-Regular';
}

body .section .second-nav a {
    color: #000;
    font-family: 'Futura-Medium';
    font-family: "Oswald-Regular";
}
body .columm-address h2 {
    font-size: 24px;
    font-family: "Oswald-Regular";
}
@media screen and (max-width:1024px) {
body .two-banner .word-fix p {
    font-size: 28px;
}
body .columm-address h2 {
    font-size: 24px;
}    
}



/*产品列表  内页二级栏目*/
.section .second-nav a {
    position: relative;
}
.section .second-nav a span {
    display: none;
}
.section .second-nav a:hover span {
    display: block;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    width: 91px;
    line-height: 20px;
    background: #002d72;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 30px;
} 
@media screen and (max-width:1024px) {
.section .second-nav a span {
    display: none;
}
}

/*内页二级栏目 end*/

/*筛选功能*/
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    background: #fff;
}
.screen-box {
	margin: 2% 0;
	*border: 1px solid #f5f5f5;
	border-bottom: none;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
	width: 100px;
	padding: 5px 10px;
	overflow: hidden;
	width: 5%;
	max-width: 60px;
	float: left;
	background: #fff;
	font-size: 14px;
	color: #333;
}
.screen-box  .screen-class .class-box {
	float: left;
    width: 95%;
}
.screen-box  .screen-class .class-box li {
	display:block;
	float:left;
	padding: 5px 10px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	position: relative;
}
.screen-box  .screen-class .class-box li a {
	font-size: 12px;
	color: #999;
	cursor: pointer;
}
.screen-box  .screen-class .class-box li a i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #ccc;
}
.screen-box  .screen-class .class-box li a.active i {
    border: 1px solid #002d72;
}
.screen-box  .screen-class .class-box li a.active i::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    border-radius: 100%;
    background: #002d72;
}
.screen-box  .screen-class .class-box li a span {
    padding:0 0 0 5px;
}
.screen-box  .screen-class .class-box li a.active span {
    color: #002d72;
}


.clearall {
    width: 100%;
    padding:0 0 0 10px;
}
.clearall a {
    font-size: 14px;
    color:#999;
}


@media screen and (max-width:1024px) {
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    padding:0  !important;
    background: #fff;
}
.screen-box {
	display: flex;
	margin: 2% 0;
	padding: 0 2%;
    position: relative;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
    position:relative;
    margin: 0 5px;
	padding: 5px 0px;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
}
.screen-box  .screen-class .tit:after {
    content: "";
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #3a3a3a;
}
.screen-box  .screen-class .tit:hover:after {
    border-top: 4px solid #002d72;
}
.screen-box  .screen-class .class-box {
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 30px;
    z-index: 2;
}
.screen-box  .screen-class:hover .class-box {
    display: block;
    min-height: 800px;
}
.screen-box  .screen-class:hover .class-box::after {
    display: block;
    content: "";
    width: 100%;
    height: 500px;
    background: rgb(0,0,0,0.2);
    z-index: 1;
    
}
.screen-box  .screen-class .class-box ul {
	padding: 30px 2%;
	background: #fff;
	overflow: hidden;
}
.screen-box  .screen-class .class-box li {
	padding: 4px 8px;
	font-size: 14px;
}
.screen-box  .screen-class .class-box li a {
	font-size: 14px;
	color: #999;
}
.screen-box  .screen-class .class-box li a i {
    width: 14px;
    height: 14px;
}
.screen-box  .screen-class .class-box li a span {
    padding:0 0 0 5px;
}
}
/*筛选功能 end*/



/*搜索产品功能*/
.search-list {}
.search-list .search {
    position: relative;
}
.search-list .search .keywords {
    width: 100%;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid rgb(245, 245, 245);
    background: none;
}
.search-list .search .bottom {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 30px;
    height: 30px;
    background: url(../images/search-fix.svg) no-repeat center/24px;
    opacity: 1;
}

.search-list .search .bottom:hover {
    opacity: 0.8;
}
.search-list .search input.keywords:focus {
    border-bottom: 1px solid #ffcd00;
    *background: #fff;
}
/*搜索产品功能 end*/

/*产品列表*/
.product-list {
    margin: 3% 0 0 0;
}
.product-list ul {}
.product-list ul li {
    float: left;
    width: 19.2%;
    margin: 0 1% 2% 0;
    background: #fff;
}

.product-list ul li:nth-child(5n) {
    margin-right: 0;
}
.product-list ul li .photo {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-top: 180%;
	overflow:hidden;
}

.product-list ul li .photo .pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list ul li .photo .pic img {
    max-width: 100%;
    max-height: 100%;
}
.product-list ul li:hover .photo .pic img {
}

.product-list ul li .photo .pic:before {
	content:"";
	position:absolute;
	width:80px;
	height:850px;
	top:0;
	left:-200px;
	z-index: 999999999999999999;
	overflow:hidden;
	background:-moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	background:-webkit-gradient(linear,left top,righttop,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,0)));
	background:-webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	background:-o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	-webkit-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	
}
.product-list ul li:hover .photo .pic:before {
	left:600px;
	transition:left 1s ease 0s;
}
.product-list ul li .photo .effect {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-list ul li:hover .photo .effect {
    display: block;
}
.product-list ul li .photo .effect img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list ul li .word {
    padding: 20px 0;
    overflow: hidden;
}
.product-list ul li:hover .word {
    
    background:#ffcd00 ;
}
.product-list ul li .word h3 {
    font-size:20px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-family: 'Futura-Medium';
    text-align: center;
    padding-bottom: 10px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-list ul li:hover .word h3 {
    color: #000;
}
.product-list ul li .word p {
    font-size: 12px;
    color: #999;
    text-align: center;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width:1024px){
.product-list {}
.product-list ul {}
.product-list ul li {
    width: 48%;
    margin:2% 0%;
}
.product-list ul li:nth-child(2n) {
    margin-left: 4%;
}
.product-list ul li .photo {
}

.product-list ul li .photo .pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list ul li .photo .pic img {
    max-width: 100%;
    max-height: 100%;
}
.product-list ul li:hover .photo .pic img {
}
.product-list ul li .photo .effect {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-list ul li:hover .photo .effect {
    display: block;
}
.product-list ul li .photo .effect img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list ul li .word {
    padding: 20px 0;
    overflow: hidden;
}
.product-list ul li .word h3 {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 800;
    padding-bottom: 5px;
    
}
.product-list ul li .word p {
    font-size: 12px;
    color: #999;
}
}
/*产品列表 end*/
