﻿#lang-wap {
	display:none;
}
.language-box a {
	display: block;
	padding: 5px 10px;
	background-color: #1786dc;
}
.language-box a:link,.language-box a:visited {
	color: #fff;
}
.language-box a:hover {
	background-color: #1375c0;
	color: #fff;
}
.honor-bottom {
	margin-top: 50px;
	text-align: center;
}

.pro_nr ul li{margin-bottom: 35px;border: 1px solid #eaeaea;width: 31.661%;float: left;border-radius: 0 0 10px 10px;overflow: hidden;transition: .5s;bottom: 0;position: relative;margin-left: 2.5%;box-sizing: border-box;}
.pro_nr ul li:nth-child(3n+1){margin-left: 0;}
.pro_txt{height: 58px;background: #f4f4f4;display: flex;align-items: center;justify-content: space-between;padding: 20px;transition: .5s;border-top: 1px solid #EAEAEA;}
.pro_txt p{color: black;font-size: 18px;line-height: 40px;transition: .5s;margin-bottom: 0px;}
.pro_txt span i{width: 6px;height: 6px;background: #c3c3c3;display: block;border-radius: 50px;margin-bottom: 2px;transition: .5s;}
.pro_txt span i:nth-last-child(1){margin-bottom: 0;}
.pro_nr ul li:hover{bottom: 10px;box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.pro_nr ul li:hover p{color: white;}
.pro_nr ul li:hover span i{background: #fff;}
.pro_nr ul li:hover .pro_txt{background: #1786dc;}

.fl {
    float: left
}

.fr {
    float: right
}

.yx_search3_xls {
    width: calc(100% - 32px);
    padding-right: 15px;
}

.yx_search3xlbox {
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 13px rgb(35 50 64 / 13%);
    display: none;
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 99;
	transition:all .3s;
    transform: translateY(-500px);
}
.yx_search3xlbox.on {
	display: block;
	transform: translateY(0px);
}



.yx_search3_tbox {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
}



.yx_search3xlbtn {
    width: 60px;
    line-height: 60px;
    border: 0px;
    background-color: #1786dc;
}

.yx_search3xlbtn i {
	font-size:20px;
	color:#fff;
}


.yx_search3_xls {
    width: calc(100% - 60px);
    padding-right: 20px;
}



.yx_search3_xls input {
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
    outline: none;
    border: 1px solid #ebebeb;
    padding: 0px 10px;
}



.yx_search3_xls input::placeholder {
    color: #666;
}



.yx_search3.act .yx_search3_btn .yx_search3img2 {
    opacity: 1;
}



.yx_search3.act .yx_search3_btn .yx_search3img1 {
    opacity: 0;
}



.yx_search3_btn.on .yx_search3img2 {
    opacity: 1;
}



.yx_search3_btn.on .yx_search3img1 {
    opacity: 0;
}

.search-close {
	position:absolute;
	right:0px;
	top:-65px;
	font-size:30px;
	cursor:pointer;
	color:#333;
}
.search-close:hover {
	color: #1786dc;
}
@media (max-width: 1199px) {
	.yx_search3xlbox {
		top: 86px;
	}
}
@media (max-width: 991px) {
	.pro_nr ul li {
		width:48%;
	}
	.pro_nr ul li:nth-child(3n+1){margin-left: 2.5%;}
	.pro_nr ul li:nth-child(2n+1){margin-left: 0px;}
	#lang-wap {
	display:block;
	}
}
@media (max-width: 768px) {
	.pro_nr ul li {
		width:100%;
		margin-left:0px;
	}
	.pro_nr ul li:nth-child(3n+1){margin-left: 0px;}
	.pro_nr ul li:nth-child(2n+1){margin-left: 0px;}
}