/**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;
}

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

.n_banner .text {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 2;
	color: #fff;
	transform: translateY(-50%);
}

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

.n_banner .name {
	font-size: 46px;
	font-weight: bold;
}

.n_banner .subname {
	font-size: 16px;
}



/**nymb**/
.fltitle {
	background: #01297C;
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 20px 20px;
	line-height: 1.3em;
	border-bottom: 5px #DB2404 solid;
}

.fltitle span {
	display: block;
	font-size: 40px;
	line-height: 1.5em;
}

.nymian {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 60px 0px 80px;
	overflow: hidden;
}

.Details .nymian {
	padding: 20px 0px 0px;
}


.nymian .center {
	margin: auto;
	padding: 0px 0px;
	max-width: 1800px;
	overflow: hidden;
	width: 94%;
}

.nymian .center .left {
	width: 340px;
	float: left;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.nymian .center .right {
	width: calc(100% - 340px);
	float: left;
	padding-left: 50px;
	padding-top: 0px;
}

.sort_name {
	font-size: 40px;
	color: #01297C;
}


/**fl**/

.fl {
	background: #fff;
	padding: 0px 0px;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.fl .center {
	display: flex;
	border: 1px solid #d2d5d7;
	border-radius: 6px;
	overflow: hidden;
}

.fl a {
	line-height: 50px;
	text-align: left;
	position: relative;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--wy_FSFive) !important;
	padding: 0px 20px;
	min-width: 120px;
}

.fl a img {
	margin-right: 10px;
}


.fl a:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	right: 0px;
	top: 0%;
	margin-top: 0px;
}

.fl a:nth-last-of-type(1):before {
	display: none;
}


.fl a:hover,
.fl a.on {
	color: #fff;
	background: var(--wy_Color);
}


/**pag_title**/
.pag_title {
	font-size: 36px;
	text-align: center;
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 40px;
	position: relative;
}

.pag_title span {
	display: block;
	font-size: 48px;
	font-weight: bold;
	color: #00237D;
}

.pag_title:after {
	content: '';
	width: 80px;
	height: 3px;
	background: #14923D;
	display: block;
	margin: 20px auto 0px;
}





/**about**/
.about01 {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.about01 .center {
	max-width: 1800px;
	margin: auto;
	width: 94%;
}

.about01 .center ul {}

.about01 .center ul li {
	display: flex;
	padding: 0px 20px;
}

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

.about01 .center ul li .ico img {
	width: 100%;
}

.about01 .center ul li .text {
	width: 50%;
	padding-left: 3%;
}

.about01 .center ul li .text .title {
	font-weight: bold;
	font-size: var(--wy_FSThree);
	color: var(--wy_Color);
}

.about01 .center ul li .text .content {}

.about02 {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about02 .center {
	width: 94%;
	margin: auto;
	max-width: 1800px;
	padding: 0px 20px;
}

.about02 .center .main {
	padding: 8%;
	background: url(../images/aboutbg.jpg) no-repeat center;
	background-size: cover;
}

.about02 .center .main .title {
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: var(--wy_FSThree);
}

.about02 .center .main .Summary {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: var(--wy_FSThree);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 15px;
}

.about02 .center .main .Summary:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 20px auto 0px;
	background: #fff;
}


.about02 .center .main .content {
	color: #fff;
	max-width: 1400px;
	margin: auto;
}




.about03 {
	overflow: hidden;
	width: 100%;
	margin-top: 80px;
}

.about03 .center {
	max-width: 1800px;
	padding: 0px 20px;
	width: 94%;
	margin: auto;
}

.about03 .center li {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}

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

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

.about03 .center li .text {
	width: 50%;
	padding-right: 5%;
}

.about03 .center li .text .title {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-weight: bold;
	color: var(--wy_Color);
	font-size: var(--wy_FSThree);
	margin-bottom: 10px;
}

.about03 .center li .text .Summary {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: var(--wy_FSThree);
	font-weight: 200;
	color: var(--wy_Color);
	max-width: 185px;
	text-transform: uppercase;
}

.about03 .center li .text .Summary:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 20px 0px 0px;
	background: var(--wy_Color);
}


.about03 .center li .text .content {}

.about04 {
	overflow: hidden;
	margin: auto;
	width: 100%;
	padding: 0px 20px;
}

.cntitle {
	font-weight: bold;
	color: var(--wy_Color);
	text-align: center;
	font-size: var(--wy_FSThree);
}

.entitle {
	font-size: var(--wy_FSThree);
	color: var(--wy_Color);
	text-align: center;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.entitle:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 20px auto 20px;
	background: var(--wy_Color);
}


.about04 .center {
	max-width: 1800px;
	background-color: rgba(244, 241, 236, 1);
	width: 94%;
	padding: 5%;
	margin: 80px auto 0px;
}

.about04 .center .main {
	padding: 0px 100px;
	position: relative;
	margin-top: 50px;
}

.Left01 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 60px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	position: absolute;
	top: 20px;
	cursor: pointer;
	font-family: 宋体;
	font-weight: 700;
	font-size: 20px;
	left: 0px;
}

.Left01:hover,
.Right01:hover {
	background: var(--wy_Color);
	color: #fff;
}


.Right01 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 60px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	position: absolute;
	top: 20px;
	cursor: pointer;
	font-family: 宋体;
	font-weight: 700;
	font-size: 20px;
	right: 0px;
}

.about04 .center .main:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0px;
	top: 50px;
}

.about04 .center .History {
	overflow: hidden;
	width: 100%;
}

.about04 .center .History .title {
	line-height: 1.5;
	display-radio: -webkit-box;
	font_radio: 2;
	color: var(--wy_Color);
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 51px;
	font-weight: bold;
	padding-bottom: 30px;
	position: relative;
	font-size: 24px;
}

.about04 .center .History .title:before {
	content: '';
	background: var(--wy_Color);
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 11px;
	border-radius: 100%;
}

.about04 .center .History .content {
	font-size: var(--wy_FSSix);
	color: rgba(78, 78, 78, 1);
	line-height: 1.8;
	margin-top: 0px;
	padding-top: 20px;
}

.about05 {
	overflow: hidden;
}

.about05 .center {
	margin: auto;
	max-width: 1800px;
	padding: 60px 0px;
	width: 94%;
}

.about05 .center ul {
	display: flex;
}

.about05 .center ul li {
	padding: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: right;
	width: 100%;
	justify-content: flex-end;
}

.about05 .center li img {
	width: 100%;
	height: auto !important;
}


.about05 .center li .text {}

.about05 .center li .title {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-weight: bold;
	color: var(--wy_Color);
	font-size: var(--wy_FSThree);
	margin-bottom: 10px;
	text-align: right;
}

.about05 .center li .Summary {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: var(--wy_FSThree);
	font-weight: 200;
	color: var(--wy_Color);
	max-width: none;
	text-transform: uppercase;
	text-align: right;
}

.about05 .center li .Summary:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 20px 0px 0px auto;
	background: var(--wy_Color);
}


.about05 .center li .content {
	font-size: var(--wy_FSSix) !important;
}

.about05 .center li.right .pics {
	height: auto !important;
	object-fit: contain;
	width: 100%;
	display: flex;
	align-items: flex-end;
}


/**honor**/
.honorlist {
	overflow: hidden;
	margin-bottom: 40px;
}

.honorlist li {
	width: calc((100% - 90px) / 4);
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
}

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

.honorlist li a .ico {
	height: 0px;
	padding-bottom: 90%;
	position: relative;
}

.honorlist li a .ico img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: contain;
	transition: all 0.5s;
}


.honorlist li .title {
	text-align: center;
	background: #f6f6f6;
	background-size: 100% auto;
	color: #333;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all ease .5s;
}

.honorlist li:hover .title {
	background: var(--wy_Color);
	color: #fff;
}


/**shuzhi**/

.about {
	color: #333;
	line-height: 2em;
	margin-top: 40px;
}

.about img {
	max-width: 100%;
}



.about ul {
	display: flex;
	justify-content: space-between;
	padding: 40px 40px;
	background: #00237d;
}

.about ul li em {
	font-size: 60px;
	color: #fff;
	font-style: initial;
	line-height: 1.4em;
	font-family: Antonio;
	margin-right: 5px;
	font-weight: normal;
}

.about ul li p:nth-of-type(1) {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}


.about ul li p:nth-of-type(2) {
	font-size: 16px;
	text-align: center;
	color: #fff;
}


/**philosophy**/

.philosophy {}

.philosophy_text {
	text-align: center;
	line-height: 2em;
	padding: 0px 20px;
}


.philosophy ul {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.philosophy ul li {
	display: flex;
	background: #fff;
	align-items: center;
}

.philosophy ul li:nth-of-type(2n) {
	flex-direction: row-reverse;
}


.philosophy ul li .ico {
	width: 50%;
	position: relative;
	overflow: hidden;
	padding-top: 25%;
	background: #fff;
}

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

.philosophy ul li:hover .ico img {
	transform: translate(-50%, -50%) scale(1.1);
}


.philosophy ul li .text {
	text-align: center;
	width: 50%;
}

.philosophy ul li .title {
	font-size: 26px;
	color: #01297C;
	margin-bottom: 15px;
}

.philosophy ul li .aboutgy {
	line-height: 2em;
	font-size: 20px;
	color: #313131;
}


/**zxnews**/
.zxnews {
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}

.zxnews ul {
	max-width: 1440px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	width: 94%;
	padding: 0px 10px;
}

.zxnews ul li {
	width: calc((100% - 80px)/4);
	background: #fff;
	padding: 0px;
	border-radius: 0px;
	margin: 10px;
	overflow: hidden;
}

.zxnews ul li .ico {
	height: 0px;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.zxnews ul li .ico img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
}

.zxnews ul li p {
	width: 100%;
	display: block;
	margin-top: 10px;
	color: #333;
	text-align: center;
}






/**news**/

.nynews {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 0px;
}

.nynews_center {
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
}

.nynews_list {
	width: calc((100% - 120px)/3);
	float: left;
	padding: 20px;
	transition: all 0.5s;
	background: rgba(250, 250, 250, 1);
	margin: 20px;
}


.nynews_list_c {
	display: block;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.nynews_list_img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 55%;
	border-radius: 0px;
}

.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 .more {
	display: block;
	margin-top: 20px;
	overflow: hidden;
	color: #777;
}

.nynews_list_text {
	width: 100%;
	float: left;
	display: block;
	height: 100%;
}


.nynews_list .time {
	font-size: 14px;
	color: rgba(89, 89, 89, 1);
	display: inline-block;
	width: 100%;
	text-align: left;
}

.nynews_list .time span {
	color: #999;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.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: 1;
	margin: 0px 0px;
	transition: all 0.5s;
	position: relative;
}

.nynews_list_ptitle {
	padding-bottom: 15px;
	position: relative;
	margin-top: 15px;
}

.nynews_list_ptitle:before {
	content: '';
	position: absolute;
	bottom: 0px;
	height: 1px;
	background: #ddd;
	width: 100%;
}

.nynews_list_ptitle:after {
	content: '';
	width: 0px;
	background: var(--wy_Color);
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.5s;
	height: 1px;
}

.nynews_list:hover .nynews_list_ptitle:after {
	width: 100%;
}


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

.nynews_list_summary {
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: auto;
	margin: 20px 0px;
}

.nynews_list_text .more {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	text-align: left;
	color: #333;
}


/**.news_detail**/


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

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



.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: 100%;
	padding: 0px;
	background: #fff;
	float: left;
	border-radius: 10px;
}


.news_detail h1.title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 25px;
	color: #333;
	font-weight: normal;
}

.info_title {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	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 10px;
}

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

.content img {
	max-width: 100%;
	height: auto !important;
}


.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: var(--wy_Color);
}

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


.detailpage {
	overflow: hidden;
	margin-top: 30px;
}





/**join**/
.talent_concept {
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	line-height: 2em;
}

.talent_concept .title {
	color: #00237D;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.hrtitle {
	padding: 0px 0px;
	display: flex;
	width: 100%;
	color: #fff;
	background: #00237D;
}

.hrtitle p:before {
	content: '';
	width: 1px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
}

.hrtitle .title,
.hrtitle .date,
.hrtitle .qualification,
.hrtitle .number {
	width: 15%;
	line-height: 70px;
	text-align: center;
	position: relative;
}

.hrtitle .address {
	line-height: 70px;
	margin-left: auto;
	width: 15%;
	text-align: center;
	position: relative;
}

.hrmain {
	padding: 40px;
	background: #fff;
	border-radius: 20px;
}

.position {
	margin-top: 80px;
}

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

.hr ul li {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.hr ul li .text {
	display: flex;
	line-height: 70px;
	background: #E8E8E8;
}

.hr ul li .text .title,
.hr ul li .text .date,
.hr ul li .text .qualification,
.hr ul li .text .number {
	width: 15%;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: relative;
}


.hr ul li .text .address {
	line-height: 70px;
	margin-left: auto;
	width: 15%;
	text-align: center;
	position: relative;
	color: #333;
}

.hr ul li .text p:before {
	content: '';
	width: 1px;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
}

.hr ul li .text p:nth-of-type(1):before,
.hrtitle p:nth-of-type(1):before {
	display: none;
}

.hr ul li:nth-of-type(2n) .text {
	background: #EFEFEF;
}



.job_neirong {
	padding: 0px;
}

.job_neirong div {
	display: none;
	font-size: 15px;
	color: #666;
	padding-top: 20px;
	border-top: 1px #eee solid;
	padding-bottom: 50px;
	padding: 30px 40px;
	background: #F8F8F8;
}

.job_neirong div * {
	background: #F8F8F8 !important;
	padding: 0px !important;
}

#position {
	position: relative;
	top: -100px;
	height: 0px;
}


/**products**/

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

.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 {
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	max-width: 1800px;
	padding: 0px 0px;
}

.products .indexpr_main {
	padding: 0px 20px;
}


.indexpr_main li {
	width: calc((100% - 90px)/4);
	float: left;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	margin-bottom: 30px;
	border-radius: 0px;
	border: 1px solid rgba(238, 238, 238, 1);
	background-color: rgba(238, 238, 238, 1);
}

.indexpr_main li a.text {
	display: flex;
	justify-content: space-between;
	padding: 6px 20px;
	align-items: center;
}

.indexpr_main li a.text span {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	text-align: center;
	font-family: 宋体;
	color: #999;
	font-weight: 700;
	border: 2px solid #dcdcdc;
	line-height: 38px;
}

.indexpr_main li:hover a.text span {
	border: 2px solid #896c49;
	color: #fff;
	background: #896c49;
}


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


.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: contain;
	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;
}

.swiper-products li .pr_img {
	padding-top: 70%;
}

.swiper-products li .pr_img img {
	object-fit: cover;
}

.indexpr_main li .title {
	text-align: center;
	line-height: 60px;
	color: #313131;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0px 20px 0px 0px;
	transition: all 0.5s;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: calc(100% - 50px);
}

.indexpr_main li:hover a.text p {
	color: var(--wy_Color);
}

/**contact**/
.pagtitle {
	font-weight: bold;
	color: rgba(50, 43, 42, 1);
	text-align: center;
	font-size: var(--wy_FSTwo);
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}

.pagtitle:after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background: #333;
	margin: 20px auto;
}

.contact {
	display: block;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-width: 1370px;
	width: 94%;
	margin: auto;
}

.contact_main {
	width: 100%;
	color: #333;
	line-height: 2em;
	overflow: hidden;
	display: block;
}

.contact_main span {
	color: #333;
	display: block;
	margin-top: 20px;
}

.contact_main ul {
	display: flex;
	border: 1px #ddd solid;
	border-left: none;
}

.contact_main ul li {
	width: calc(100% / 3);
	text-align: center;
	padding: 40px 0px;
	border-left: 1px #ddd solid;
	font-size: 16px;
}

.contact .dt {
	overflow: hidden;
	width: 100%;
	border: 1px #ddd solid;
	margin-top: 50px;
	display: block;
}

#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 {
	height: 0px;
	position: relative;
	top: -100px;
}

.messages {
	padding: 0px 0px 0px;
	background-size: cover;
	display: block;
	justify-content: space-between;
	margin: auto;
	max-width: 1370px;
	width: 94%;
}

.Details .messages {
	padding: 10px 0px 0px;
}

.messages form {
	background: #fff;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
}


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

.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: 1px #ddd solid;
	padding: 0px 20px;
	width: calc((100% - 20px)/2);
	color: #666;
	background: #fff;
	margin-top: 20px;
	border-radius: 4px;
	font-size: 14px;
}

.messages .yzm input {
	margin-top: 0px;
	width: calc(100% - 140px);
}

.messages .yzm {
	margin-top: 20px;
}

.messages .yzm img {
	height: 52px;
}

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

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

.messages button {
	width: 100%;
	line-height: 50px;
	background: #333;
	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;
}



/**prDetails**/

.Details {
	overflow: hidden;
	margin: 60px 0px 80px;
	width: 100%;
}


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

.fa_wrapper {
	margin-top: 0px;
	overflow: hidden;
}

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

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

.fa_top_l {
	width: 41%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-right: 0px;
	z-index: 1;
}

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

.fa_top {
	display: flex;
	justify-content: center;
	background: #ffffff;
	padding: 0px;
	border-radius: 0px;
}

.fa_dt_r {
	width: 59%;
	float: left;
	padding-left: 2vw;
	padding-top: 20px;
}

.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%;
}

.fa_Imgmax {
	border: 0px #eee solid;
	height: 400px;
	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: cover;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thumbnail .fa_Imgmax {
	width: 100%;
	height: auto;
	border: 2px #eee solid;
	height: 0px;
	padding-top: 100%;
	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 var(--wy_Color) 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: 8px;
	top: 0px;
	margin-top: 0px;
}

.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: 8px;
	top: 0px;
	margin-top: 0px;
}


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

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

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

.fa_tab_tit {
	font-size: 22px;
	color: #333;
	line-height: 50px;
	border-bottom: 1px #ddd solid;
	background-size: contain;
	padding-left: 0px;
}

.Details .messages .fa_tab_tit {
	margin-bottom: 30px;
}

.fa_tab_tit span {
	display: inline-block;
	padding: 0px 50px;
	background-color: var(--wy_Color);
	font-size: 18px;
	color: #fff;
}

.fa_content {
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-top: 0;
	padding: 40px 0px;
	border-radius: 0px;
}

.ext_Specification p {
	padding: 0px;
	line-height: 2em;
	margin-top: 0px;
}

.ext_Specification .sortname {
	font-size: 20px;
	color: #DB2404;
}

.ext_Specification .title {
	font-size: 24px;
	font-weight: bold;
	color: #222;
}

.fa_dt_r .button {
	display: flex;
	margin-top: 30px;
	border-top: 1px #eee solid;
	padding-top: 30px;
}

.fa_dt_r .tel {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0px;
	background: #DB2404;
	color: #fff;
	font-family: arial;
	border: 2px #DB2404 solid;
}

.fa_dt_r .button img {
	margin-right: 5px;
}

.fa_dt_r a {
	display: inline-block;
	line-height: 40px;
	background: #222;
	color: #fff;
	padding: 0px 0px;
	width: 100%;
	max-width: 140px;
	text-align: center;
	margin-left: 0px;
	border-radius: 0px;
}

.fa_dt_r a:hover {
	background: var(--wy_Color);
	color: #fff;
}

.fa_content .indexpr_main li {
	border: 1px #eee solid;
}

.fa_content .indexpr_main {
	margin-top: 30px
}


.Details .indexpr_main li {
	border-radius: 0px;
	background: none;
	border: none;
}

.Details .indexpr_main li .title {
	background: none;
	padding: 15px 0px 0px;
	line-height: 1.5em;
	width: 100%;
	font-weight: 700;
	text-align: center;
}

.Details .indexpr_main li .xqentitle {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 14px;
	color: rgba(108, 108, 109, 1);
	text-align: center;
	display: block;
}

.swiper-products {
	margin-top: 40px;
}

/**customization**/

.customization {
	width: 100%;
	overflow: hidden;
	margin: 50px 0px;
}

.customization ul {
	max-width: 1800px;
	margin: 50px auto 0px;
	width: 94%;
	padding: 0px 20px;
}

.customization ul li {
	display: flex;
	align-items: center;
}

.customization ul li:nth-of-type(2n) {
	flex-direction: row-reverse;
}


.customization ul .ico {
	width: 50%;
}

.customization ul .ico img {
	width: 100%;
}

.customization ul li .text {
	width: 50%;
	padding-left: 3vw;
}

.customization ul li:nth-of-type(2n) .text {
	padding-right: 3vw;
	padding-left: 0vw;
}

.customization ul li .title {
	line-height: normal;
	font-size: var(--wy_FSThree);
	font-weight: normal;
	color: rgba(137, 108, 73, 1);
}

.customization ul li .summary {
	margin-top: 10px;
	color: var(--wy_Color);
	text-transform: uppercase;
	font-size: 48px;
}

.customization ul li .subtitle {
	margin-top: 10px;
	font-size: var(--wy_FSFive);
	color: var(--wy_Color);
	text-transform: uppercase;
}

.customization ul li .content {}

.customization ul li .content span {
	text-wrap-mode: initial !important;
	!i;
	!;
}


.customization ul li .content::before {
	content: '';
	width: 30px;
	height: 3px;
	background: rgba(137, 108, 73, 1);
	display: block;
	margin-bottom: 15px;
}

/**search-result**/

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


/**mbx**/
.mbx {
	background: url(../images/cur.png) no-repeat 20px center;
	background-size: 16px;
	font-size: 14px;
	width: 94%;
	max-width: 1800px;
	margin: 120px auto 0px;
	color: #999;
	padding: 0px 20px 0px 45px;
}

.mbx a {
	color: #999;
}



/**honor**/
.honor01 {
	overflow: hidden;
	padding: 0px 80px;
	width: 100%;
	position: relative;
}

.honortitle {
	text-align: center;
	font-size: 40px;
	color: #333;
	margin-bottom: 20px;
}

.honortitle1 {
	margin-top: 50px;
}

.honortitle span {
	font-weight: bold;
	color: #01297C;
}



.swiper-honor {
	padding: 0px 0px;
	overflow: hidden;
}

.swiper-honor ul li {
	padding: 10px;
	border: 10px #eee solid;
	background: #fff;
	display: block;
}

.swiper-honor ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}


.swiper-honor ul li .ico {
	height: 0px;
	display: flex;
	background: #fff;
	padding: 20px;
	padding-top: 135%;
}

.swiper-honor ul li .ico img {
	width: 100%;
	object-fit: contain;
	display: block;
	margin: auto;
	height: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
}

.swiper-honor ul li:hover .ico img {
	transform: scale(1.1);
}


.SwiperLeft {
	width: 50px;
	height: 50px;
	background: #01297C;
	position: absolute;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	cursor: pointer;
}

.SwiperRight {
	width: 50px;
	height: 50px;
	background: #01297C;
	position: absolute;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 0px;
	margin-top: -25px;
	cursor: pointer;
}

.SwiperLeft img {
	width: 10px;
	object-fit: contain;
	filter: brightness(0%) invert(100%);
}

.SwiperRight img {
	width: 10px;
	object-fit: contain;
	filter: brightness(0%) invert(100%);
}


/**partner**/
.partner {
	overflow: hidden;
}

.partner ul {
	overflow: hidden;
}

.partner ul li {
	width: calc(100% / 8);
	float: left;
}

.partner ul li .ico {
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px #ddd solid;
	padding-top: 55%;
}

.partner ul li .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}

/**production**/


.production {}

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

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

.production ul li .ico {
	100%
}

.production ul li .ico img {
	width: 100%;
}

.production ul li .title {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-weight: bold;
	color: rgba(137, 108, 73, 1);
	font-size: var(--wy_FSThree);
	margin-top: 30px;
}

.production ul li .Summary {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: var(--wy_Color);
	font-size: var(--wy_FSFive);
	text-transform: uppercase;
}

.production ul li .Summary:after {
	max-width: 40px;
	content: '';
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgba(137, 108, 73, 1);
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 3px;
	background: rgba(137, 108, 73, 1);
	display: block;
}


.production ul li .text {
	font-size: var(--wy_FSSix) !important;
	color: #777a7d;
	line-height: 2.2 !important;
}

.production ul li .text strong {
	color: rgba(137, 108, 73, 1);
}


/***culture**/

.culture.production ul li {
	background: rgba(244, 241, 236, 1);
	width: calc(100% / 3);
	padding: 0px;
}

.culture .textmain {
	padding: 20px 30px 30px;
	min-height: 238px;
}

.culture.production ul.culture02 li:nth-of-type(2) {
	display: flex;
	flex-direction: column-reverse;
}

.production ul.culture01 {
	display: flex;
}

.production ul.culture01 li {
	width: 50%;
	display: flex;
}

.production ul.culture01 li .ico {
	width: 66%;
}

.production ul.culture01 li .textmain {
	width: 34%;
}

/**advantages**/
.production.advantages ul li {
	width: calc(100% / 3);
	padding: 20px;
	float: left;
}

.advantages-main {
	background: url(../images/ysbg.jpg) no-repeat center;
	background-size: cover;
	padding: 13% 5%;
	display: flex;
	width: calc(100% - 40px);
	margin: 40px auto 0px;
}

.advantages-main .list {
	width: calc(100% / 4);
	padding: 20px;
	color: #fff;
}

.advantages-main .list .title {
	font-size: var(--wy_FSThree);
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-top: 15px;
	margin-bottom: 20px;
}

.advantages-main .list .title:before {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin-bottom: 20px;
}


.advantages-main .list .Summary {
	font-size: var(--wy_FSThree);
	color: rgba(255, 255, 255, 1);
	font-weight: 200;
}



/**quality**/
.quality {}

.quality li {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
}

.quality li:nth-of-type(2n) {
	flex-direction: row-reverse;
	margin-bottom: 0px;
}



.quality li .ico {
	width: 50%;
}

.quality li .ico img {
	width: 100%;
}

.quality li .text {
	width: 50%;
	padding-left: 3%;
	line-height: 2em;
}

.quality li .text strong {
	display: block;
	font-size: 20px;
	color: #333;
	font-size: var(--wy_FSFive);
	font-weight: bold;
	color: var(--wy_Color);
	margin-bottom: 10px;
}

.quality li:nth-of-type(2n) .text {
	padding-left: 0%;
	padding-right: 3%;
}

/**caselist**/
.caselist {
	overflow: hidden;
}

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

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


.caselist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.caselist li .ico {
	position: relative;
	overflow: hidden;
	padding-top: 60%;
	width: 100%;
	background: #fff;
}

.caselist li .text {
	padding: 30px;
}


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

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


.caselist li .title {
	text-align: left;
	line-height: 1.8em;
	font-size: 18px;
	color: #313131;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.caselist li .ext_casegy {
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	color: #787878;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}

.index_ab ul li:nth-last-of-type(1) {
	border-right: 0px #ddd solid;
}


/**kf**/
.izl-rmenu {
	position: fixed;
	z-index: 999;
	right: 0px;
	bottom: 10%;
}

.izl-rmenu ul {
    background: #896c49;
    border-radius: 2px;
    transition: all 0.5s;
    position: relative;
    right: 0px;
}

.izl-rmenu ul li {
	position: relative;
}

.izl-rmenu ul li .icon {
	display: flex;
	width: 45px;
	line-height: 45px;
	justify-content: center;
	height: 45px;
	align-items: center;
	cursor: pointer;
}

.izl-rmenu ul li .icon img {}

.izl-rmenu ul li .text {
	position: absolute;
	right: 45px;
	padding: 30px 20px;
	background: #fff;
	text-align: center;
	width: auto;
	min-width: 260px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.izl-rmenu ul li:hover .text {
	opacity: 1;
	visibility: initial;
}

.izl-rmenu ul li .text a {
	font-size: 18px;
	color: var(--wy_Color);
	font-size: 24px;
	display: block;
}

.izl-rmenu ul li:nth-of-type(1) {
	border-radius: 2px 2px 0px 0px;
    height:0px;
	transition: all 0.5s;
	overflow:hidden
}

.izl-rmenu.active ul li:nth-of-type(1)
{
	height:45px;
}


.btn_right {
    border-radius: 2px 0px 0px 2px;
    position: absolute;
    background: #896c49;
    bottom: -55px;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    cursor: pointer;
}
.izl-rmenu.Name ul
{
	position: relative;
	right:-45px;
}

.izl-rmenu.Name .btn_right 
{
    width: 30px;
    height: 30px;
}


