/**title**/

.jl_title p:nth-of-type(2) span {
	color: #cfa951;
}

.jl_title p:nth-of-type(2) {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: -30px;
	color: #333;
}

.jl_title p:nth-of-type(3) {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.jl_title p:nth-of-type(1) {
	text-transform: upperhonor;
	font-size: 80px;
	color: #ebebeb;
	text-align: center;
	font-family: Impact !important;
	line-height: 1em;
}

/**nybanner**/

.n_banner {
	width: 100%;
	position: relative;
	left: 0%;
	margin-left: 0px;
	overflow: hidden;
	z-index: 1;
	background: #000;
	margin-top: 150px;
}

.n_banner img {
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	opacity: 1;
}

.banner_text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.banner_text p {
	font-size: 24px;
	max-width: 1660px;
	margin: auto;
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	font-weight: 100;
}

.banner_text p img {
	width: auto;
}

.banner_text p i {
	font-style: initial;
	max-width: 400px;
	display: block;
	line-height: 1.3em;
}

.banner_text p span {
	display: block;
	font-size: 50px;
	position: relative;
	padding-top: 0px;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat-Medium';
	text-transform: uppercase;
}
.indexbanner_text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.indexbanner_text p {
	font-size: 24px;
	max-width: 1660px;
	margin: auto;
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	font-weight: 100;
}

.indexbanner_text p img {
	width: auto;
}

.indexbanner_text p i {
	font-style: initial;
	max-width: 400px;
	display: block;
	line-height: 1.3em;
}

.indexbanner_text p span {
	display: block;
	font-size: 50px;
	position: relative;
	padding-top: 0px;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat-Medium';
	text-transform: uppercase;
}

/**fl**/

.fl {
	z-index: 2;
	width: 100%;
	margin-top: 0px;
	background: #fff;
	border-bottom: 1px #eee solid;
}


.fl_list {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.fl_title {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.fl_title a {
	line-height: 80px;
	width: auto;
	font-size: 18px;
	margin-right: 0px;
	color: #333;
	float: left;
	text-align: center;
	margin-left: 2.5vw;
	border-radius: 0px;
	padding: 0px 0vw;
	transition: all 0.3s;
	position: relative;
	font-family: Montserrat-Medium;
}

.fl_title a:before {
	content: '';
	height: 3px;
	background: #df0523;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0px;
	transition: all 0.5s;
}

.fl_title a:hover {
	color: #df0523;
}

.fl_title .on {
	color: #df0523;
}

.fl_title a:hover:before,
.fl_title a.on:before {
	width: 100%;
	left: 0px;
}



.mbx {
	width: auto;
	line-height: 65px;
	text-align: right;
	overflow: hidden;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.fl_center {
	max-width: 1660px;
	padding: 0px 20px 0px;
	margin: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 0px;
}




/**services**/
.services {
	overflow: hidden;
	padding: 100px 0px;
}

.services .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}

.services .title {
	display: block;
	font-size: 48px;
	position: relative;
	padding-top: 0px;
	line-height: 1.5em;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0px;
	color: #2a2f2c;
	font-family: 'Montserrat-Medium';
	font-weight: normal;
}

/**about**/

.about01 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px;
	background: url(../images/abbg.jpg) no-repeat center bottom;
}

.about01 .center {
	max-width: 1640px;
	margin: auto;
	display: flex;
	padding: 0px 20px;
}

.about01 .center .text {
	width: 50%;
	padding-right: 3vw;
}

.about01 .center .text .title {
	font-size: 48px;
	color: #333;
	font-family: Montserrat-Medium;
	margin-bottom: 10px;
}

.about01 .center .text .ext_aboutgy {
	font-size: 24px;
	color: #df0523;
	font-family: Montserrat-Medium;
}

.about01 .center .ico {
	width: 50%;
}

.about01 .center .ico img {
	max-width: 100%;
}


.about02 {
	width: 100%;
	overflow: hidden;
}

.about02 .center {
	display: flex;
	max-width: 1600px;
	background: #f0f4f6;
	padding: 80px 40px;
	margin: auto;
}

.about02 .center .left {
	width: 50%;
}

.about02 .center .left ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
}

.about02 .center .left ul li {
	width: 50%;
	padding: 20px 10px;
}

.about02 .center .right {
	width: 50%;
}

.about02 .center .right .content {
	padding-top: 0px;
}


.about03 {
	overflow: hidden;
	width: 100%;
	padding: 100px 0px 0px;
}

.about03 .center {
	max-width: 1640px;
	padding: 0px 20px;
	margin: auto;
	display: flex;
}

.about03 .center .text {
	width: 50%;
	padding-right: 3vw;
}

.about03 .center .ico {
	width: 50%;
}

.about03 .center .ico img {
	max-width: 100%;
}


.about04 {
	width: 100%;
	padding: 120px 0px;
	overflow: hidden;
	background: url(../images/abbg3.jpg) no-repeat center bottom;
	background-size: cover;
}


.about04.pag4 ul li .title,
.about04.pag4 ul li .summary {
	color: #fff;
}

.about04 img {
	filter: brightness(0%) invert(100%);
}


.culture-title {
	font-family: Montserrat-Medium;
	color: #333;
	padding: 0px 20px;
	font-size: 36px;
}

.culture {
	width: 100%;
	padding: 60px 0px;
}

.culture .center {
	max-width: 1660px;
	margin: auto;
	overflow: hidden;
}

.culture .center li {
	width: calc(100% / 2);
	padding: 20px;
	float: left;
}

.culture .center li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.culture .center li .ico img {
	width: 100%;
	transition: all 0.5s;
}

.culture .center li:hover .ico img {
	transform: scale(1.1);
}

.culture .center li .text {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	padding: 30px;
	color: #fff;
	width: 100%;
}

.culture .center li .title {
	font-size: 24px;
	font-family: Montserrat-Medium;
	margin-bottom: 10px;
}

.culture .center li .ext_summary {
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
}

/**certification**/
.certification {
	width: 100%;
	padding: 60px 0px 80px;
}

.certification-title {
	color: #333;
	font-size: 36px;
	padding: 0px 20px 10px;
	font-family: Montserrat-Medium;
}

.certification .center {
	margin: auto;
	max-width: 1640px;
}

.certification .center ul {
	overflow: hidden;
}

.certification .center li {
	width: calc(100% / 4);
	float: left;
	padding: 20px;
}

.certification .center li .ico {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	height: 240px;
	display: flex;
	justify-content: center;
	border-radius: 10px;
}

.certification .center li .ico img {
	position: relative;
	top: 0px;
	object-fit: contain;
	height: 100%;
	width: 100%;
	padding: 20px;
	transition: all 0.5s;
}

.certification .center li:hover .ico img {
	transform: scale(1.1);
}


.certification .center li .title {
	text-align: center;
	font-size: 18px;
	margin: 15px 0px;
	color: #333;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    line-height: 24px;
    height: 72px;

}

/**pag5**/
.pag5 {
	width: 100%;
	padding: 60px 0px 80px;
}

.certification-title {
	color: #333;
	font-size: 36px;
	padding: 0px 20px 10px;
	font-family: Montserrat-Medium;
}

.pag5 .center {
	margin: auto;
	max-width: 1640px;
}

.pag5 .center ul {
	overflow: hidden;
}

.pag5 .center li {
	width: calc(100% / 4);
	float: left;
	padding: 20px;
}

.pag5 .center li .ico {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	height: 240px;
	display: flex;
	justify-content: center;
	border-radius: 10px;
}

.pag5 .center li .ico img {
	position: relative;
	top: 0px;
	object-fit: contain;
	height: 100%;
	width: 100%;

	transition: all 0.5s;
}

.pag5 .center li:hover .ico img {
	transform: scale(1.1);
}


.pag5 .center li .title {
	text-align: center;
	font-size: 18px;
	margin: 15px 0px;
	color: #333;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    line-height: 24px;
    height: 72px;
}

/**produce**/

.produce {
	width: 100%;
	padding: 60px 0px 80px;
}

.produce .center {
	max-width: 1640px;
	margin: auto;
}


.produce-title {
	color: #333;
	font-size: 36px;
	padding: 0px 20px 10px;
	font-family: Montserrat-Medium;
}

.produce .center ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.produce .center ul li {
	width: calc(100% / 4);
	float: left;
	padding: 20px;
}

.produce .center ul li a {}

.produce .center ul li .ico {
	height: 0px;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}

.produce .center ul li .ico img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	transition: all 0.5s;
}

.produce .center ul li:hover .ico img {
	transform: scale(1.1);
}



.produce .center ul li .title {
	line-height: 56px;
	background: #eee;
	color: #333;
	text-align: center;
	transition: all 0.5s;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}

.produce .center ul li:hover .title {
	background: #df0523;
	color: #fff;
}


/**news**/

.nynews {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 80px;
	padding-top: 40px;
	background: #f2f2f3;
}

.nynews_center {
	max-width: 1660px;
	margin: auto;
	padding: 0px 0px 20px;
	overflow: hidden;
}

.nynews_list {
	width: calc(100% / 3);
	float: left;
	padding: 20px;
	transition: all 0.5s;
	border-radius: 0px;
	overflow: hidden;
}

.nynews_list_c {
	display: block;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 20px;
	background: #fff;
}

.nynews_list_img {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	padding-top: 60%;
}

.nynews_list_img a {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-size: cover !important;
}

.nynews_list:hover .nynews_list_img a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1.1);
}

.nynews_list_text {
	width: 100%;
	float: left;
	display: block;
	height: 100%;
	padding: 20px 0px;
	transition: all 0.5s;
	min-height: 242px;
}

.nynews_list_c .time {
	font-size: 14px;
	color: #99a0a4;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 0px;
	transition: all 0.5s;
}



.nynews_list_ptitle a {
	font-size: 20px;
	color: #222;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.5s;
	font-family: Montserrat-Medium;
	line-height: 1.2em;
	min-height: auto;
}

.nynews_list:hover .nynews_list_ptitle a {
	color: #df0523;
}


.nynews .ext_summary {
	color: #798186;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: auto;
}

.nynews_list_text .more {
	display: block;
	font-size: 14px;
	padding-top: 15px;
	color: #df0523;
	margin-top: 15px;
	border-top: 1px #eee solid;
	font-family: Montserrat-Medium;
	transition: all 0.5s;
}


/**.news_detail**/


.news_detail .pics {
	height: 0px;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.news_detail .pics img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	transition: all 0.5s;
}

.Details_pag {
	overflow: hidden;
	padding: 80px 0px 80px;
}

.Details_pag .center {
	max-width: 1660px;
	margin: auto;
	padding: 0px 20px;
	overflow: hidden;
}



.Details_pag .right .rmdt {
	font-size: 22px;
	color: #333;
	line-height: 60px;
	border-bottom: 1px #eee solid;
	margin-bottom: 20px;
}


.Details_pag .right a {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	justify-content: center;
	align-items: center;
}

.Details_pag .right .ico {
	overflow: hidden;
	position: relative;
	float: right;
	width: 35%;
	height: 0px;
	padding-top: 22%;
}

.Details_pag .right .text {
	width: 65%;
	padding-left: 15px;
}

.Details_pag .right .text .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}



.Details_pag .right .text .time {
	color: #999;
}

.Details_pag .right a:hover .title {
	color: #24a5d5;
}


.Details_pag .right .ico img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%)scale(1);
	transition: all 0.5s;
}

.Details_pag .right a:hover .ico img {
	transform: translate(-50%, -50%)scale(1.1);
}

.news_detail_center .color {
	color: #24a5d5;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
}


.news_detail {
	overflow: hidden;
	width: 70%;
	padding: 0px;
	background: #fff;
	float: left;
}

.morecase {
	width: 25%;
	float: right;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	border-top: 5px #df0523 solid;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}


.moretitle {
	font-size: 30px;
	margin-bottom: 20px;
	color: #333;
	font-family: Montserrat-Medium;
}

.morecase a {
	display: flex;
	width: 100%;
	border-top: 1px #eee solid;
	margin-top: 15px;
	padding-top: 15px;
	justify-content: center;
	align-items: center;
}


.morecase a .ico {
	overflow: hidden;
	position: relative;
	float: left;
	width: 35%;
	height: 0px;
	padding-top: 25%;
}

.morecase a .ico img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	object-fit: cover;
}

.morecase a:hover .ico img {
	transform: translateY(-50%)scale(1.1);
}


.morecase a .title {
	width: 65%;
	overflow: hidden;
	text-align: left;
	font-size: 15px;
	padding-left: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.morecase a:hover .title {
	color: #df0523;
}

.news_detail h1.title {
	text-align: left;
	font-size: 28px;
	margin-bottom: 10px;
	color: #333;
	font-family: Montserrat-Medium;
	font-weight: normal;
}

.info_title {
	border-radius: 80px;
	display: flex;
	justify-content: flex-start;
	padding: 10px 0px;
	border-bottom: 1px #eee solid;
}

.news_detail h3.title_bar {
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	margin: 0px 0px;
	margin-right: 10px;
}

.content {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	padding-top: 20px;
}

.content img {
	max-width: 100%;
	height: auto !important;
}
.services .content {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	padding-top: 20px;
	width:90%;
	margin:auto;
}
.detailpage {
	line-height: 26px;
	font-size: 16px;
	color: #999999;
	display: flex;
	background: #f6f6f6;
	margin-top: 20px;
	padding: 20px;
	align-items: center;
}

.detailpage .page_left {
	width: calc(100% - 140px);
	padding-right: 30px;
}

.detailpage .page_right {
	width: 140px;
	display: block;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	border-radius: 0px;
	font-size: 14px;
	background: #fff;
	display: none;
	color: #26bcbb;
}

.detailpage .page_right:hover {
	background: #26bcbb;
	color: #fff;
}

.precontent {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
}

.nextcontent {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}

.page span {
	color: #999999;
}

.page a {
	color: #999999;
}

.page a:hover {
	color: #df0523;
}

.news_detail_center {
	max-width: 100%;
	overflow: hidden;
}


/**case**/
.case {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	padding: 80px 0px 80px;
}

.case .center {
	max-width: 1660px;
	margin: auto;
	overflow: hidden;
	padding: 0px 20px;
}

.case .center a {
	width: 100%;
	margin-right: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	background: #fff;
}




.case .center .ico {
	height: 0px;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
	width: 50%;
}

.case .center a:nth-of-type(2n) .ico {
	left: 50%;
}



.case .center .ico img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	transition: all 0.5s;
}

.case .center a:hover .ico img {
	transform: scale(1.1);
}


.case .center .text {
	background: #fff;
	padding: 30px 40px;
	width: 50%;
	position: relative;
}

.case .center a:nth-of-type(2n) .text {
	left: -50%;
}

.case .center .text .title {
	font-size: 30px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all 0.5s;
	font-family: Montserrat-Medium;
	line-height: 1.2em;
}

.case .center a:hover .title {
	color: #df0523;
}

.case .center .text .summary {
	font-size: 16px;
	color: #798186;
	margin: 20px 0px;
}

.case .center .text .more {
	display: block;
	font-size: 14px;
	padding-top: 15px;
	color: #df0523;
	margin-top: 15px;
	border-top: 1px #eee solid;
	font-family: Montserrat-Medium;
	transition: all 0.5s;
}


/**partners**/

.partners {
	width: 100%;
	padding: 80px 0px;
	overflow: hidden;
}

.partners .center {
	max-width: 1440px;
	margin: auto;
	overflow: hidden;
	padding: 0px 20px;
}

.partners ul {
	width: 100%;
	overflow: hidden;
}

.partners ul li {
	width: calc((100% - 70px)/8);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px #eee solid;
	border-radius: 4px;
}

.partners ul li:nth-of-type(8n) {
	margin-right: 0px;
}


.partners ul li .ico {
	text-align: center;
	padding: 20px;
}

.partners ul li .ico img {
	max-width: 100%;
}


/**products**/

.products .left {
	width: 300px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}

.cpfl {
	line-height: 80px;
	background: #df0523;
	color: #fff;
	padding: 0px 20px;
	text-transform: uppercase;
	font-family: Montserrat-Medium;
	font-size: 30px;
}


.products .left .fl_title {
	display: block;
	text-align: left;
	padding: 10px 20px 40px;
}

.products .left .fl_title a {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.3em;
	padding: 20px 0px;
	margin-left: 0vw;
	border-bottom: 1px #eee solid;
	font-size: 16px;
}


.products .right {
	width: calc(100% - 300px);
	padding-left: 50px;
}

.products .center {
	max-width: 1640px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	padding: 0px 20px;
}


.flms p {
	text-align: left;
	font-size: 24px;
	font-family: Montserrat-Medium;
	color: #333;
	max-width: 100%;
	margin: 0px auto 30px;
	padding: 0px 0px 20px;
	border-bottom: 1px #e9e9e9 solid;
}

.flms span {
	display: block;
	text-align: center;
	color: #666;
	font-size: 18px;
}

.products {
	padding: 60px 0px 40px;
	width: 100%;
	background: #f6f6f6;
	overflow: hidden;
}

.products-title {
	max-width: 1150px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.products-title p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
}

.products-title p span {
	display: block;
	text-align: center;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1574b2;
	line-height: 1.8em;
}

.indexpr_main {
	margin: 0px auto 0px;
	position: relative;
	max-width: 1440px;
	padding: 0px 0px;
    overflow: hidden;
}

.indexpr_main li {
	width: calc((100% - 60px)/3);
	float: left;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	margin-bottom: 50px;
}

.indexpr_main li:nth-of-type(3n) {
	margin-right: 0px;
}

.indexpr_main li:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.indexpr_main li .pr_img img {
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)scale(1);
	object-fit: cover;
	height: 100%;
}

.indexpr_main li:hover .pr_img img {
	transform: translate(-50%, -50%)scale(1.1);
}

.indexpr_main li .pr_img {
	position: relative;
	overflow: hidden;
	padding-top: 90%;
	width: 100%;
	background: #fff;
}

.indexpr_main li .title {
	text-align: center;
	line-height: 60px;
	color: #313131;
	background: #e9e9e9;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0px 20px;
	transition: all 0.5s;
}

.indexpr_main li:hover .title {
	background: #df0523;
	color: #fff;
}


/**contact**/

.ny-contact {
	width: 100%;
	overflow: hidden;
}

.ny-contact .left {
	width: 100%;
	padding: 100px 20px;
	max-width: 1660px;
	margin: auto;
}

.ny-contact .left .contact-title {
	line-height: 1.5em;
	font-size: 46px;
	font-family: Montserrat-Medium;
	text-align: center;
	color: #333;
}

.ny-contact .left ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}

.ny-contact .left ul li {
	width: calc((100% - 100px)/3);
	padding: 40px 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
	background: #fff;

}

.ny-contact .left ul li .icon {
	height: 60px !important;
	border-radius: 100%;
	background: #df0523;
	width: 60px;
	margin: 0px auto 20px;
}

.ny-contact .left ul li .icon img {
	filter: brightness(0%) invert(100%);
	padding: 4px;
	width: 100%;
}


.ny-contact .left ul li p {
	text-align: center;
	color: #999;
	line-height: 1.5em;
	margin-top: 15px;
}

.ny-contact .left ul li a {
	color: #333;
}
.ny-contact .left ul li a strong
{
    font-family: Montserrat-Medium;
    font-weight: normal;
}



.ny-contact .left ul li a.zt {
	font-family: Montserrat-Medium;
	display: block;
}

.ny-contact .right {
	background: #eff2f4;
	width: 100%;
}



#wrap {
	margin-top: 0px;
	border: 0px #fff solid;
	position: relative;
	z-index: 0;
	margin-top: -150px;
	max-width: 1400px;
	margin: auto;
}

#wrap .amap-controls {
	display: none;
}

.messages {
	padding: 100px 20px;
	background-size: cover;
	display: block;
	max-width: 1660px;
	justify-content: space-between;
	margin: auto;
}

.messagestext {
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
}

.cn_title {
	line-height: 1.5em;
	color: #333;
	font-size: 46px;
	font-family: Montserrat-Medium;
}

.messagestext span {
	display: block;
	color: #999;
	font-size: 16px;
}

.messages .left a {
	display: block;
	width: 200px;
	line-height: 50px;
	background: url(../images/kf.png)#e5732a no-repeat 45px center;
	text-align: left;
	font-size: 16px;
	color: #fff;
	padding-left: 85px;
	margin-top: 30px;
}

.messages input {
	line-height: 50px;
	border-radius: 0px;
	border: 1px #eee solid;
	padding: 0px 20px;
	width: calc((100% - 40px)/3);
	background: none;
	color: #666;
	background: #fff;
	margin-top: 20px;
	border-radius: 4px;
	font-size: 14px;
	font-family: Montserrat-Light;
}

.messages-list {
	display: flex;
	justify-content: space-between;
}

.messages textarea {
	display: block;
	line-height: 1.8em;
	border-radius: 0px;
	border: 1px #eee solid;
	padding: 10px 20px;
	width: 100%;
	margin-top: 20px;
	height: 260px;
	background: none;
	background: #fff;
	color: #333;
	overflow: hidden;
	font-size: 14px;
	border-radius: 4px;
}

.messages button {
	width: 100%;
	line-height: 50px;
	background: #df0523;
	border: none !important;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	outline: 0;
	max-width: 200px;
	border-radius: 4px;
	margin: 40px auto 0px;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
	display: block;
	font-family: Montserrat-Medium;
}

/**prDetails**/

.Details {
	overflow: hidden;
	margin: 0px 0px 0px;
	padding: 0px 0px;
	background: #f6f6f6;
}


.fa_Prodt {
	margin: 0px auto 0px;
	padding: 0px 0px;
	max-width: 100%;
}

.fa_wrapper {
	margin-top: 0px;
}

.fa_comm_cnt {
	overflow: hidden;
	max-width: 100%;
	padding: 0px 0px;
	margin: auto;
}

.fa_comm_r {
	width: 100%;
	overflow: hidden;
	padding: 40px;
	background: #fff;
}

.fa_top_l {
	width:60%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding-right: 0px;
}

.big-picture {
	width: 100%;
	overflow: hidden;
	border: 1px#e9e9e9 solid;
}

.fa_top {
	display: flex;
	justify-content: center;
	background: #ffffff;
}

.fa_dt_r {
	width: 60%;
	float: left;
	padding-left: 3vw;
	padding-top: 3vw;
}

.fa_big_swp {
	background: #fff;
	width: 100%;
	position: relative;
	border: 1px #eee solid;
}

.fa_mohide {
	position: relative;
	bottom: 0px;
	z-index: 9;
	padding: 20px 60px;
	background: #eee;
	overflow: hidden;
}

#thumbs {
	overflow: hidden;
}


.fa_mohide .swiper-slide {
	border: 2px #fff solid;
	cursor: pointer;
}

.fa_mohide .swiper-slide.swiper-slide-thumb-active {
	border: 2px #0d4da1 solid;
}

.fa_mohide .fa_Img {
	height: 90px;
}

.fa_mohide .fa_Img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transform: translate(-50%, -50%);
}

.fa_big_swp .swiper-slide {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-right: 0px !important;
}

.fa_big_swp .swiper-slide img {
	position: relative;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.Details2 .fa_big_swp .swiper-slide img {
	object-fit: contain;
	height: 100%;
}

.fa_Imgmax {
	border: 0px #eee solid;
	height:auto;
	padding: 0px;
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fa_Imgmax img {
    object-fit: contain;
	height: 100%;
	width: 100%;
}


.thumbnail .fa_Imgmax img {
	width: 100%;
    object-fit: contain;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thumbnail .fa_Imgmax {
	width: 100%;
	height: auto;
	border: 2px #eee solid;
	height: 0px;
	padding-top: 90%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.thumbnail {
	margin: 20px auto 0px;
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	padding: 0px 30px;
}

.thumbnail .swiper-slide-thumb-active .fa_Imgmax {
	border: 2px #df0523 solid;
}

.swiper-thumbnail {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.thumbnail-PrLeft {
	width: 25px;
	height: 100%;
	position: absolute;
	left: 0px;
	background: url(../images/prLeft.png) no-repeat left center;
	cursor: pointer;
	z-index: 2;
	background-size: 12px;
}

.thumbnail-PrRight {
	width: 25px;
	height: 100%;
	position: absolute;
	right: 0px;
	background: url(../images/prRight.png) no-repeat right center;
	cursor: pointer;
	z-index: 2;
	background-size: 12px;
}


.Details2 .fa_Imgmax {
	height:auto;
	padding: 50px;
	background: #eee;
}

.fa_btn_l {
	width: 30px;
	left: 0px;
	float: left;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
}

.fa-angle-left:before {
	width: 30px;
	height: 90px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 90px;
	background: none;
	cursor: pointer;
}

.fa_btn_r {
	width: 30px;
	float: left;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.fa-angle-right:before {
	content: "\f105";
	width: 30px;
	height: 90px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 90px;
	background: none;
	cursor: pointer;
}

.fa-angle-right:hover:before {
	color: #bdd81b;
	background: none;
}

.fa-angle-left:hover:before {
	color: #bdd81b;
	background: none;
}

.fa_content {
	width: 100%;
	overflow: hidden;
	max-width: 1640px;
	margin: 30px auto 0px;
	border: 0px #f6f6f6 solid;
	padding: 0px;
	background: #fff;
}

.Details_mbx_c {
	max-width: 1400px;
	overflow: hidden;
}

.pr_list {
	width: 120px;
	height: 40px;
	background: url(../images/fh.png)#f3f3f3 no-repeat 20px center;
	display: block;
	line-height: 40px;
	padding-left: 44px;
	border-radius: 20px;
	margin-right: 0px;
	float: right;
}

.pr_list:hover {
	background: url(../images/fh2.png)#0d56a5 no-repeat 20px center;
	color: #fff;
}

.Details_mbx {
	overflow: hidden;
	margin-top: 100px;
}

.Details_mbxc {
	max-width: 1440px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	padding: 0px 20px;
}

.Details_mbxc .mbx_list {
	width: auto;
	color: #999;
	background: url(../images/mbx.png) no-repeat left center;
}

.Details_mbxc .mbx_list a {
	color: #999;
}

.upanddown {
	width: 100%;
	float: left;
	text-align: center;
	background: #f6f6f6;
}

.upanddown .up {
	float: left;
}

.upanddown .up i {
	margin-right: 10px;
}

.upanddown .dow {
	float: right;
}

.upanddown .dow i {
	margin-left: 10px;
}

.upanddown a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding: 0px 20px;
	text-align: center;
	color: #999;
	border-radius: 30px;
	min-width: 150px;
	margin-left: 0px;
	background: #eeeeee;
}

.upanddown a:hover {
	background: #0d56a5;
	color: #fff;
}

.hot_c {
	width: 50%;
	float: left;
}

.fa_pro_tit {
	font-size:30px;
	color: #000;
	text-align: left;
	font-family: Montserrat-Medium;
}

.pr_pages a {
	line-height: 40px;
	font-size: 14px;
	color: #999;
	width: calc((100% - 20px)/3);
	text-align: center;
	display: block;
	flex-basis: auto;
	background: #f6f6f6;
	margin-right: 10px;
	padding: 0px 0px;
}

.pr_pages a:hover {
	background: #cfa951;
	color: #fff;
}

.pr_pages a:nth-last-of-type(1) {
	margin-right: 0px;
}

.ext_Specification {
	font-size: 16px;
	color: #565656;
	margin-top: 15px;
	line-height: 2em;
	text-align: left;
}

.parameter {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.parameter p {
	padding: 12px 0px;
	border-bottom: 1px #eee solid;
}


.ext_Specification p {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.ext_Specification p:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 15px;
	background: #3ba598;
	border-radius: 100%;
}

.zx {
	margin-top: 40px;
	display: flex;
}

.zx a {
	padding-left: 30px;
	font-size: 22px;
	display: block;
	width: 100%;
}

.zx .zxzx {
    background: url(../images/telp.png) #df0523 no-repeat 25px 13px;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	border: 2px #df0523 solid;
	transition: all 0.5s;
	max-width: 200px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 20px;
}

.zx a.zxzx:hover {
	    background: url(../images/telp1.png)  no-repeat 25px 13px;
	border: 2px #df0523 solid;
	color: #df0523;
}

.zx a i {
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-bottom: 5px;
	background-size: 20px;
}

.zx a span {
	font-size: 30px;
	color: #cfa951;
	font-weight: 100;
	font-family: bahnschrift;
}

.pr_pages {
	display: flex;
	width: 30%;
}

.ext_use {
	font-size: 16px;
	color: #666;
	padding: 30px 0px;
	line-height: 1.8em;
	border-bottom: 1px #ddd solid;
}

.ext_tel p {
	padding-top: 30px;
	font-size: 16px;
	color: #666;
}

.ext_tel span {
	display: block;
	color: #0d56a5;
	background: url(../images/kf.png) no-repeat left;
	font-size: 30px;
	padding-left: 45px;
	font-family: arial !important;
	font-weight: bold;
	background-size: 36px;
}

.fa_tab_content {
	max-width: 1640px;
	margin: auto;
	margin-top: 20px;
}

.fa_tab_content .color {
	color: #24a5d5;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}


.fa_tab_content table td {
	padding: 10px;
	border: 1px #ddd solid !important;
}

.fa_tab_content table tr:nth-child(odd) {
	background: #eee;
}

.fa_tab_content table {
	width: 100%;
}


.xz_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 20px 0px;
	background: #f6f6f6;
	padding: 20px;
}

.xz_list span {
	display: block;
	line-height: 32px;
}

.xz_list a {
	color: #fff;
	background: #3ba598;
	display: block;
	border-radius: 4px;
	padding: 0px 30px;
	line-height: 32px;
}

.fa_tab_content p {
	line-height: 2em;
	font-size: 16px;
	color: #222;
}

.fa_tab_content .content {
	display: none;
}

.fa_tab_content .content.cur {
	display: block;
}

.fa_active {
	display: block;
	width: auto;
	height: auto;
	font-size: 22px;
	color: #fff;
	padding: 0px 0px;
	cursor: pointer;
	border-bottom: 1px #eee solid;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.fa_active em {
	display: block;
	font-style: initial;
	font-size: 20px;
}

.mbx a {
	font-size: 15px;
	color: #999;
	padding: 0px 5px;
}

.mbx p {
	line-height: 60px;
}

.mbx {
	color: #fff;
	line-height: 80px;
}

.mbx_list {
	background: url(../images/cur.png) no-repeat left center;
	padding-left: 20px;
	width: 100%;
	text-align: left;
	color: #999;
}

.fa_active i {
	width: auto;
	font-style: initial;
	float: left;
	display: block;
	line-height: 60px;
	padding: 0px;
	border-bottom: 2px rgba(255, 255, 255, 0) solid;
	color: #666;
	font-family: Montserrat-Medium;
}

.fa_active i.cur {
	border-bottom: 2px #df0523 solid;
	color: #df0523;
}

.fa_tab_tit {
	background: #fff;
	margin-bottom: 20px;
	padding: 40px;
}

.mySwiper .swiper-wrapper {
	display: block;
}

.mySwiper .swiper-wrapper li {
	float: left;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}


/**Details-pr**/

.Details-pr .indexpr_main
{
    overflow: hidden; 
    margin-top:40px;
}



/**search-result**/

.search-result {
	padding: 0px 0px 0px;
	width: 100%;
	overflow: hidden;
}


/**faq**/
.faq {
	overflow: hidden;
	width: 100%;
	padding: 100px 0px;
}

.faq .center {
	max-width: 1660px;
	margin: auto;
	padding: 0px 20px;
}

.faq .center li {
	border: 1px #eee solid;
	margin-bottom: 15px;
	cursor: pointer;
}

.faqtitle {
	margin: auto;
	max-width: 1660px;
	padding: 0px 20px 40px;
	display: block;
	font-size: 48px;
	position: relative;
	padding-top: 0px;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #2a2f2c;
	font-weight: normal;
	text-align: left;
	font-family: Montserrat-Medium;
}


.faq .center .title {
	font-size: 18px;
	font-family: Montserrat-Medium;
	background: url(../images/prRight.png) no-repeat calc(100% - 20px) center;
	z-index: 2;
	background-size: 8px;
	padding: 20px;
	color: #333;
	font-weight: normal;
}

.faq .center .content {
	margin: 0px;
	padding: 0px 20px 20px;
	display: none;
	line-height: 1.8em;
	font-size: 14px;
	color: #666;
}

.faq .center .content .main {
	padding-top: 20px;
	border-top: 1px #eee solid;
}


/**kefu**/

.izl-rmenu {
	margin-right: 0;
	height: auto;
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -120px;
	z-index: 999999999;
}

.fh_index {
	background: url(../images/kftel.png) #df0523 no-repeat center;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	right: 0px;
	background-size:25px;
	position: absolute;
	transition: all 0.5s;
	border-radius: 0px;
	border-radius: 4px;
	overflow: hidden;
}

.fh_index:hover {
	background: url(../images/kftel.png)#df0523 no-repeat 20px center;
	background-size: 25px;
	width: 220px;
	right: 0px;
	position: absolute;
}


.fh_index p {
	color: #fff;
	line-height: 56px;
	width: 200px;
	padding-left: 60px;
	position: absolute;
	font-size: 14px;
}


.izl-rmenu .consult {
	background: url(../images/kf_05.png)#df0523 no-repeat center;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	background-size: 26px;
	float: left;
	position: absolute;
	right: 0px;
	cursor: pointer;
	top: 58px;
	transition: all 0.5s;
	border-radius: 4px;
	overflow: hidden;
}

.izl-rmenu .consult:hover {
	background: url(../images/kf_05.png)#df0523 no-repeat 20px center;
	background-size: 26px;
	width: 230px;
}

.izl-rmenu .consult:hover .phone {
	display: block;
}


.izl-rmenu .consult .phone {
	font-size: 14px;
	color: #fff;
	line-height: 56px;
	width: 200px;
	padding-left: 56px;
	position: absolute;
}


.izl-rmenu .consult2 {
	background: url(/img/fd4.png)#df0523 no-repeat;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	position: absolute;
	right: 0px;
	top: 174px;
	transition: all 0.5s;
}

.izl-rmenu .consult2 p {
	color: #fff;
	line-height: 56px;
	width: 156px;
	padding-left: 60px;
	position: absolute;
	font-size: 16px;
}


.izl-rmenu .consult2:hover {
	width: 180px;
	background: url(/img/fd4.png)#df0523 no-repeat;
}


.izl-rmenu .cart {
	background: url(../images/kf_03.png)#df0523 no-repeat center;
	display: block;
	height: 56px;
	line-height: 16px;
	color: #0a7310;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
	background-size: 28px;
	cursor: pointer;
	position: absolute;
	width: 56px;
	right: 0px;
	top: 116px;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 4px;
}

.izl-rmenu .cart:hover {
	background: url(../images/kf_03.png)#df0523 no-repeat center;
	background-size: 28px;
	overflow: initial;
}


.izl-rmenu .cart .pic {
	position: absolute;
	left: -161px;
	top: -27px;
	width: 111px;
	height: 111px;
	opacity: 0;
	transition: all 0.5s;
	background-size: 100%;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.izl-rmenu .cart .pic img {
	max-width: 100%;
}

.izl-rmenu .cart:hover .pic {
	opacity: 1;
	left: -121px;
}

.izl-rmenu .btn_top {
	background: url(../images/kf_09.png)#df0523 no-repeat center;
	display: block;
	height: 56px;
	width: 56px;
	background-size: 26px;
	position: absolute;
	right: 0px;
	top: 174px;
	transition: all 0.5s;
	border-radius: 4px;
	overflow: hidden;
}

.izl-rmenu .btn_top p {
	color: #fff;
	line-height: 56px;
	width: 150px;
	padding-left: 60px;
	position: absolute;
	font-size: 14px;
}

.izl-rmenu .btn_top:hover {
	background: url(../images/kf_09.png)#df0523 no-repeat 20px center;
	background-size: 26px;
	width: 150px;
}

.index_ab ul li:nth-last-of-type(1) {
	border-right: 0px #ddd solid;
}
#search{height:52px; background:#fff; border-bottom:1px solid #eaeaea;}
#search .main-box{padding:14px 50px; margin:0 auto; height:52px;}
#search .main-box .i{background:url(../images/search.png) no-repeat; width:30px;height:30px;margin-top: 3px;font-size:20px; font-style:normal; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; color:#464646; display:inline-block; vertical-align:middle;}
#search input{border:0px none; font-size:2.0rem; vertical-align:middle; margin-top:-33px; margin-left:35px; color:#464646; width:1270px;}
#search input::-webkit-input-placeholder{color:#464646;}
.search-result-wrap {
  padding: 6em 0 12em 0;
}
.rocket-content__inner {
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.txtSearch{padding-left:40px;float:left;}
#hd_txtSearch{width: 88%;font-size:3rem;}
@media (max-width: 991.98px) {
  .rocket-content__inner {
    width: 100%;
    max-width: none;
    padding: 0 0.4rem;
  }


}
.psearch-column-title {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 5.0rem;
  line-height: 1.9rem;
  color: #df0523;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.psearch-column-title .item{text-align: center;height:100px}
.psearch-input {
  width: 60rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 11px;
  border-bottom: solid 2px #2E3033;
}
.psearch-input .bi {
  -webkit-flex: none;
  flex: none;
  width: 3.25rem;
  height: 3.25rem;
  float: right;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("../images/search.svg") no-repeat center/contain;
  mask: url("../images/search.svg") no-repeat center/contain;
}
/* 辅助栏目-搜索结果页 */
.menu-tag-wrap {
  padding: 8em 0 0 0;
}

.menu-tag-swiper {
  border-bottom: 1px solid #D1D2D4;
}
.menu-tag-swiper .inner-slide {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.menu-tag-swiper .swiper-slide {
  width: auto;
  margin-right: 2em;
  padding: 0 0 0.75em 0;
  position: relative;
}
.menu-tag-swiper .swiper-slide::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background: #0075CC;
  opacity: 0;
}
.menu-tag-swiper .swiper-slide span {
  font-size: 2.4em;
  line-height: 2em;
  color: #444;
}
.menu-tag-swiper .swiper-slide.current::after {
  opacity: 1;
}
.menu-tag-swiper .swiper-slide.current span {
  color: #03234B;
  font-weight: 700;
}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
@media (max-width: 991.98px) {
  .menu-tag-wrap {
    padding: 5.0rem 0 0 0;
  }
  .menu-tag-swiper {
    border-bottom: 0.015rem solid #D9D9D9;
  }
  .menu-tag-swiper .swiper-slide {
    padding-bottom: 0.36rem;
  }
  .menu-tag-swiper .swiper-slide::after {
    height: 0.03rem;
  }
  .menu-tag-swiper .swiper-slide span {
    font-size: 2.0rem;
    line-height: 2.0rem;
  }
}
.search-result-wrap {
  padding: 8em 0 6em 0;
}

.search-result-num {
  display: -webkit-flex;
  display: flex;
  padding: 0.75em 0 0 0;
}
.search-result-num font{
  padding:  0 0.5em;
}
.search-result-num span {
  font-size: 1.8em;
  line-height: 1.8em;
  color: #444;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
}

.search-result-list {
  padding: 1.0em 0 0 0;
}
.search-result-list .inner-item {
  padding: 1.8em 0 1.8em;
  border-bottom: 1px solid #E0E0E0;
  display: block;
  cursor: pointer;
}
.search-result-list .item-title {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #03234B;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
}
.search-result-list .item-title .highlight {
  color: #0075CC;
}
.search-result-list .item-desc {
  font-size: 1.0em;
  line-height: 1.4em;
  color: #444;
  font-weight: 500;
  margin-top: 0.5rem;
  overflow: hidden;
}
.search-result-list .item-desc p{
  display: flex;
  white-space: nowrap;
}
.search-result-list .item-desc font{
  padding: 0 0.2em;
}
@media (max-width: 991.98px) {
  .search-result-list {
    padding: 0;
  }
  .search-result-list .item-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
  }
  .search-result-list .item-desc {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 1.0rem;
    max-height: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search-result-list .item-desc p{
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.search-result-list .item-desc font{
  padding: 0 0.2em;
}
  .search-result-list .inner-item {
    padding: 1.4rem 0 1.4rem;
  }
  .search-result-num {
    padding: 0.5rem 0 0 0;
  }
  .search-result-num span {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .search-result-wrap {
    padding: 1rem 0 1.8rem;
  }
}

.search-content{padding: 0 35px;max-width: 100%;box-sizing: border-box; margin: -30px auto; overflow: hidden;}
#pro-list{min-height:840px; padding:15px 0;}
#pro-list .search-content .root{font-size:3.6rem; color:#464646; text-align:center; font-weight:bold;}
#pro-list .main-box .sibling{margin:26px auto; text-align:center;}
#pro-list .main-box .sibling>a{display:inline-block; font-size:1.4rem; color:#464646; padding:10px 5px; margin:0 20px; position:relative;}
#pro-list .main-box .sibling>a:hover{color:#777177;}
#pro-list .main-box .sibling>a.active:after{content:''; display:block; width:100%; height:2px; background:#464646; left:0; bottom:0; position:absolute;}
#pro-list .main-box .sibling>span{display:inline-block; height:16px; width:1px; background:#ddd; vertical-align:middle; margin-top:-3px;}
#pro-list .main-box .root { font-size: 5.0rem; color: #464646; text-align: center;font-weight: bold;}
#pro-list .list .search-title {width:110px; height:20px;}
#pro-list .list .search-title a{width:110px; height:20px;}
#pro-list .list{margin-top:50px; width:1330px; margin-left:-2px;}
#pro-list .list a{display:block; width:418px; height:418px; float:left; margin-right:25px; margin-bottom:30px;}
#pro-list .list a .img{width:418px; height:280px; position:relative; overflow:hidden; background:#eee; /*border:1px solid #eaeaea; box-sizing:border-box;*/}
#pro-list .list a .img:before{content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0;  transition:all .45s; z-index:1;}
#pro-list .list a .img>div{display:table; position:absolute; z-index:2; left:0; top:0; color:#fff; width:100%; height:100%; table-layout:fixed;}
#pro-list .list a .img>div>span{display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; font-size:1.4rem; transition:all .45s; opacity:0; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; box-sizing:border-box; padding:0 20px;}
#pro-list .list a .img>div:before{height:1px; width:40%; content:''; display:block; position:absolute; left:50%; margin-left:-20%; top:120px; background:#fff; opacity:0; transition:all .55s ease;}
#pro-list .list a .img>div:after{height:1px; width:40%; content:''; display:block; position:absolute; left:50%; margin-left:-20%; top:160px; background:#fff; opacity:0; transition:all .55s ease;}
#pro-list .list a .img>img{max-width:none; width:100%; height:100%; transition:all .35s ease;}
#pro-list .list a .con{border:1px solid #eaeaea; height:168px; box-sizing:border-box; border-top:0px none; padding:30px;}
#pro-list .list a .con .name{font-size:1.6rem; color:#464646; height:40px;}
#pro-list .list a .con .more{border-top:1px solid #eaeaea; padding-top:13px; position:relative; color:#999;}
#pro-list .list a .con .more>span{display:block; position:absolute; right:0; top:22px; height:1px; width:30px; background:#ccc; transition:all .3s;}
#pro-list .list a .con .more>span:before{width:6px; height:1px; background:#ccc; display:block; content:''; transform:rotate(45deg); right:0; top:-3px; position:absolute;}
#pro-list .list a .con .more>span:after{width:6px; height:1px; background:#ccc; display:block; content:''; transform:rotate(135deg); right:0; top:3px; position:absolute;}
#pro-list .list a .con .desc{font-size:1.2rem; line-height:1.3; height:50px;overflow: hidden;}
#pro-list .list a:hover .img:before{background:rgba(0,0,0,.5);}
#pro-list .list a:hover .img>img{width:110%; height:110%; margin:-5%;}
#pro-list .list a:hover .img>div>span{opacity:1;}
#pro-list .list a:hover .img>div:before{width:10px; left:50%; margin-left:-5px; opacity:.6;}
#pro-list .list a:hover .img>div:after{width:10px; left:50%; margin-left:-5px; opacity:.6;}

.last-num{margin:20px 0 40px 0; text-align:center; color:#999; font-size:1.4rem;}
.last-num>span{display:inline-block; padding:0 1px; font-family:'Montserrat', sans-serif; font-size:2rem; font-weight:600; color:#5d92fe;}
input {border:0px none; outline:none; font-family: Montserrat, sans-serif;
  color: #777177;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:transparent;}
.global-paging{margin:20px;}
