/**/

.cankaoyuanwen a:hover,.top a:hover,.down a:hover{
	color: #B21D23;

}

.head {
	background-color: rgba(255, 255, 255, 0.60);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.head .nav li a span {
	color: #444 !important;
}

.header-icon div {
	border: 1px solid #444 !important;
	padding: 6px 10px;
}

.header-icon div:hover {
	background: #0f408d;
}

.header-icon span {
	color: #444 !important;
	font-size: 16px;
}

.ny_banner {}

.ny_banner img {
	width: 100%;
}

.ny_body {}

.ny_body .container {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.ny_body .container table {
	margin: auto;
}

.ny_body .container td {
	border: 1px #333 solid;
}

.yanfa1 {
	margin-top: 5rem;
	overflow: hidden;
	margin-bottom: 5rem;
}

.yanfa2 {
	overflow: hidden;
	background: url(../images/bg6.jpg) no-repeat center fixed;
	padding: 80px 0px;
}

.yanfa2 .sheshi {
	width: 48%;
}

.yanfa2 img {
	width: 100%;
}

.yanfa2 .zhuanli {
	width: 48%;
}

.yanfa2 .text {
	background: #ffff;
	text-align: left;
	padding: 40px;
}

.yanfa2 .text h2 {
	font-size: 30px;
}

.yanfa2 .text span {}

.yanfa2 .text p {
	margin-top: 10px;
	font-size: 20px;
}

.yanfa3 {
	margin-top: 50px;
}

.yanfa3 {
	margin-bottom: 5rem;
}

.yanfa3 .xptj {
	overflow: hidden;
}

.yanfa3 li {
	width: 33.3%;
	float: left;
}

.yanfa3 li img {
	width: 100%;
}

.yanfa3 li a {}

.yanfa3 li p {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

/* indTit */
.indTit {
	position: relative;
	margin-bottom: 78px;
	padding-top: 32px;
	z-index: 11;
}

.indTit b {
	font-size: 88px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	text-transform: uppercase;
	opacity: 0.05;
	color: #1b2f5f;
}

.indTit span {
	font-size: 46px;
	font-weight: 600;
	text-transform: capitalize;
	color: #1b2f5f;
	letter-spacing: 1px;
}

.indTit i {
	background: #fff;
	width: 108px;
	height: 5px;
	display: block;
	margin: 21px 0;
	position: relative;
}

.indTit i::before,
.indTit i::after {
	content: "";
	position: absolute;
	top: 0;
	width: 33.33%;
	height: 100%;
}

.indTit i::before {
	left: 0;
	background: #B21D23;
}

.indTit i::after {
	right: 0;
	background: #1B2F5F;
}

.indTit p {
	font-size: 20px;
	font-weight: 300;
}

.indTit h6 {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #787878;
	margin-top: 14px;
	letter-spacing: 1px;
}

.indTit_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indTit.center {
	text-align: center;
}

.kwqq {
	background-image: url(../images/kwqq.jpg);
	height: 1044px;
	background-size: 100%;
}

.kwqq .indTit {
	position: relative;
	top: 30px;
}

.kwqq img {}

.indTit.center i {
	margin: 10px auto;
}

.indTit.white b,
.indTit.white span,
.indTit.white p {
	color: #FFF;
}

@media (max-width:1600px) {
	.kwqq {
		height: 800px;
	}
}

@media (max-width:1700px) {
	.kwqq {
		height: 900px;
	}
}


/*hzkh*/
.Partner {
	background-image: url(../images/panterbj.jpg);
	padding-bottom: 80px;
}

.Partner .indTit {
	margin-top: 80px;
}

.Partner img {
	width: 100%;
}

/*appli*/
.appli {
	padding: 80px 0;
	/* overflow: hidden; */
	background: #f8f8f8;
}

.appli_box {
	width: 85%;
/* 	width: 100%; */
	margin: 0 auto;
}

.appli_tit {
	text-align: center;
}

.appli_tit span {
	font-size: 42px;
	line-height: 42px;
	background: url(../images/20210810085537_1665559755.png)no-repeat center;
	background-position-y: 20px;
	display: inline-block;
	height: 70px;
}

.appli_call {
	margin-top: 30px;
}

.appli_call ul {
	margin-bottom: 12px;
	overflow: hidden;
}

.appli_call li {
	width: 19%;
	display: inline-table;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.appli_call li>a {
	display: block;
}

.appli_call li>a>img {
	width: 100%;
	height: auto;
}

.appli_call li>div {
	width: 100%;
	height: 100%;
	background: rgba(51, 177, 254, 0.8);
	;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: center;
	transform: rotateX(90deg);
	transition: 600ms;
}

.appli_call li>div>a {
	display: block;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.appli_call li:hover div {
	transform: rotateX(0deg);
	transition: 600ms;
}

.appli_call li br {
	display: none;
}

/*contact*/
.conTop {
	background: #fafafa;
	overflow: hidden;
}

.conTop>div {
	float: left;
	width: 50%;
}

#allmap {
	height: 658px;
	width: 100%;
	margin: 0 auto;
}

.conMap {
	position: relative;
	z-index: 11;
	padding-top: 1px;
}

/*  */
.conMess>div {
	float: left;
	width: 50%;
	text-align: center;
	padding: 36px 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	box-sizing: border-box;
}

.conMess i {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	position: relative;
}

.conMess span {
	display: block;
	font-size: 14px;
	color: #303030;
}

.conMess .conEn {
	text-transform: uppercase;
	margin: 5px 0;
}

.conMess p {
	font-size: 14px;
	margin-top: 1vh;
	color: #303030;
	font-family: 'dd7b4623_0';
}

.conInline .indTit {
	margin-bottom: 0px;
}

.conInline .indTit p {
	font-size: 36px;
	font-weight: bold;
	color: #0f408d;
}

/*  */
.conInline {
	padding: 108px 10%;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}

.conTit {
	text-align: center;
}

.conTit p {
	color: #484848;
	font-size: 16px;
	text-align: center;
	margin: 10px 0 30px;
	letter-spacing: 1px;
}

.conInline .conTextarea {
	width: 100%;
	clear: both;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.conInline .conInp {
	width: 33.333333333333336%;
	float: left;
	padding-left: 20px;
	margin-bottom: 34px;
	box-sizing: border-box;
}

.conInline .conInp:nth-child(3n-2) {
	padding-left: 0;
}

.conInline form {
	border-top: 1px solid #DCDCDC;
	padding-top: 40px;
}

.conInline form span {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1;
	color: #0e182d;
	display: block;
}

.conInline form em {
	font-style: inherit;
	color: red;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	line-height: 0.1;
	margin-left: 2px;
}

.conInline form textarea,
.conInline form input {
	outline: none;
	font-family: "microsoft yahei";
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
	display: block;
	width: 100%;
	border: none;
	background: none;
	background: #f8f8f8;
	padding: 6px 12px;
	transition: ease .45s;
	height: 62px;
	line-height: 62px;
	box-sizing: border-box;
}

.conInline form textarea {
	height: 168px;
	line-height: 2;
}

.conBtn a {
	display: block;
	margin: auto;
	width: 148px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #1B1B1B;
	letter-spacing: 5px;
	font-size: 14px;
}

/*dlpp*/
.dlpp {
	margin-bottom: 80px;
}

.item-wrap {
	margin-top: 80px;
	margin-bottom: 80px;
}

.inC_con {
	width: 100%;
	float: left;
	padding: 46px 0px 8px 0px;
}

.ysWork_box .inC_con {
	padding-top: 0;
	padding-bottom: 70px;
}

.inC_con li,
.inD_con li {
	width: 32.4%;
	float: left;
	margin: 22px 1.4% 0px 0px;
}

.inC_con li:nth-child(3n),
.inD_con li:nth-child(3n) {
	margin-right: 0px;
}

.inC_con li>a {
	display: block;
	border: 1px solid #f0f0f0;
	padding-bottom: 22px;
	position: relative;
	background: #fff;
}

.inC_c_T {
	position: relative;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.inC_c_T>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 1s;
	float: left;
}

.inC_con li:hover .inC_c_T>img {
	transform: scale(1.05);
}

.inC_c_T>div {
	position: absolute;
	width: 100%;
	height: 0%;
	opacity: 0;
	left: 0px;
	top: 50%;
	background: rgba(195, 13, 35, 0.7);
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.inC_c_T>div img {
	position: absolute;
	width: 210px;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s .5s;
}

.inC_c_e {
	display: block;
	padding: 0px 6%;
	text-align: left;
	overflow: hidden;
}

.inC_c_e>h3 {
	display: block;
	padding: 30px 52px 15px 0px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #333333;
	font-weight: 500;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inC_c_e>p {
	overflow: hidden;
	padding: 0;
	height: 22px;
	z-index: 1;
	line-height: 22px;
	color: #666666;
	position: relative;
	padding-right: 52px;
	background: url(../images/w_r.png) no-repeat center right;
	background-size: 44px;
	margin: 0;
}

.inC_c_e>p .bg {
	width: 0;
	height: 0;
	display: block;
	left: 50%;
	top: 50%;
	border-radius: 18px;
	transition: all 0.3s ease 0s;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}

.inC_con li>a .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #c30d23;
	transition: all 0.3s ease 0s;
}

.inC_con li>a .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #c30d23;
	transition: all 0.3s ease 0s;
}

.inC_con li>a .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #c30d23;
	transition: all 0.3s ease 0s;
}

.inC_con li>a .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #c30d23;
	transition: all 0.3s ease 0s;
}

/*product*/
.proNew {
	background: #f7f7f7;
	padding: 89px 0 108px;
}

.proNew .center {
	overflow: hidden;
	width: 50%;
	margin: auto;
	padding-bottom: 50px;
}

.proNew .center ul {}

.proNew .center li {}

.proNew .center a:hover {
	background: #1b2f5f;
	color: #fff;
}

.proNew .center a {
	float: left;
	height: 40px;
	margin-right: 15px;
	width: 17%;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
	border: 1px #ccc solid;
}

.proNew_box {
	margin-bottom: 58px;
	overflow: hidden;
}

.proNew_a {
	position: relative;
	background: #fff;
	width: 33.33%;
	height: 38vh;
	float: left;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	transition: all 0.5s;
	box-shadow: 0 0 10px transparent;
	overflow: hidden;
}

.proNew_a:hover {
	box-shadow: 0 0 10px #ddd;
	z-index: 11;
}

.proNew_a:nth-last-of-type(1),
.proNew_a:nth-last-of-type(2) {
	border-bottom: 1px solid #eeeeee;
}

.proNew_a {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 30px 15px 15px;
}

.proNew_a .proNew_img {
	width: 60%;
	height: 100%;
}

.proNew_a .proNew_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.48s;
}

@media(min-width:1025px) {
	.proNew_a:hover .proNew_img img {
		transform: scale(1.05);
	}
}

.proNew_txt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 48px 45px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.proNew_txt .proNew_tit {
	font-size: 14px;
	color: #666;
	font-weight: 300;
	letter-spacing: 1px;
	position: relative;
}

.proNew_txt .proNew_p {
	font-size: 20px;
	line-height: 1.6;
	position: relative;
}

.proNew_txt i {
	display: block;
	width: 21px;
	height: 3px;
	position: relative;
	background: #1B2F5F;
	margin-top: 10px;
}

@media (max-width:1600px) {
	.yanfa1 .yz1wz p {
		font-size: 20px;
		line-height: 3rem;
	}

	.proNew_txt .proNew_p {
		font-size: 16px;
	}

	.abAbout_tit_cn {
		font-size: 18px;
	}

	.abAbout_num p span {
		font-size: 40px;
	}
}

/**/
.he_h1p2 {
	width: 100%;
	padding-top: 100px;
	padding-block-end: 110px;
	background: #f9fafc;
	overflow: hidden;
}

.he_h1p2yu {
	padding: 45px 35px 0;
}

.he_h1p2ul {
	margin: 0 -10px;
}

.he_h1p2li {
	padding: 0 10px;
}

.he_h1p2li1,
.he_h1p2li2 {
	width: 26%;
	height: 453px;
}

.he_h1p2li3 {
	width: 48%;
}

.he_common {
	width: 1400px;
	margin: auto;
}

.g_title h3 {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.he_h1p2lyg {
	width: 100%;
	position: relative;
	height: 100%;
}

.he_h1p2lyg .wh1 {
	padding: 190px 20px;
}

.he_h1p2lyg .wh1 p {
	font-size: 26px;
}

.he_h1p2lyg .wh2 {
	padding: 32px 20px;
}

.he_h1p2lyg .wh3 {
	padding: 95px 20px;
}

.he_h1p2lig {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.he_h1p2lig img {
	transition: all 0.36s;
}

.he_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.he_h1p2ltpo1 p {
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
}

.he_h1p2ltpo1 .he_h1p2lsp1 {
	font-family: "MONTSERRAT-BOLD" !important;
	font-size: 60px;
	line-height: 38px;
}

.he_h1p2ltpo1 .he_h1p2lsp2 {
	font-family: "MONTSERRAT-LIGHT" !important;
	font-size: 18px;
	line-height: 38px;
	padding: 0 15px 0 0;
}

.he_h1p2lte {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	left: 0;
	padding: 45px 20px;
}

.he_h1p2ltpo1 span {
	color: #ffffff;
}

.he_h1p2ltpo2 p {
	font-size: 20px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.9);
}

.he_h1p2ltpo2 {
	padding-top: 15px;
}

@media (max-width: 768px) {
	.ny_banner {
		margin-top: 3.5rem;
	}

	.indTit b {
		font-size: 44px;
	}

	.indTit {
		margin-bottom: 20px;
	}

	.indTit span {
		font-size: 30px
	}

	.ny_body .container {
		width: 95%;
	}

	.yanfa1 .yz1wz {
		width: 100%;
	}

	.yanfa1 .yz1img {
		width: 100%;
	}

	.yanfa2 {
		padding: 20px 0px;
	}

	.yanfa2 .text {
		padding: 10px;
	}

	.yanfa2 .sheshi {
		width: 100%;
	}

	.yanfa2 .zhuanli {
		width: 100%;
		margin-top: 20px;
	}

	.yanfa3 li {
		width: 50%;
	}

	/*product*/
	.proNew .center {
		width: 95%;
	}

	.proNew .center a {
		width: 45%;
		margin-bottom: 10px;
	}

	.proNew_a {
		width: 100%;
	}

	.ny_body .container .proNew_txt img {
		display: none;
	}

	.ny_body .container img {
		width: 100%;
		min-height: 100%;
	}

	.inC_con li,
	.inD_con li {
		width: 48%;
	}

	.abAbout {
		padding: 5px;
	}

	.abAbout_info {
		width: 100%;
	}

	.abAbout_num div {}

	.abAbout_img {
		width: 100%;
	}

	.abAbout_p {
		margin: 0px 14px;
	}

	.abAbout_top {
		border-bottom: 1px #eceded solid;
		padding-bottom: 1em;
	}

	.he_common {
		width: 100%;
	}

	.he_h1p2yu {
		overflow: hidden;
		padding: 40px 10px 0;
	}

	.he_h1p2li1,
	.he_h1p2li2 {
		width: 100%;
		height: 453px;
		margin-bottom: 10px;
	}

	.he_h1p2lyg .wh3 {
		padding: 70px 20px;
	}

	.he_h1p2li3 {
		width: 100%;
	}

	/*honor*/
	.coo_bj {
		padding-top: 10px;
	}

	.coo {
		width: 100%;
	}

	.tempWrap {
		width: 100% !important
	}

	.coo_c {
		width: 100%;
	}

	.coo_c dl {
		margin-right: 30px;
	}

	/*kwqq*/
	.kwqq {
		display: none;
	}

	/*hzkh*/
	.appli {
		padding: 20px 0;
	}

	.appli_box {
		width: 95%;
	}

	.appli_call li {
		width: 32%;
	}

	/*contact*/
	.conTop>div {
		width: 100%;
	}

	.conMess>div {
		height: 220px;
	}

	.conInline {
		padding: 10px 2%;
		margin: auto;
		position: relative;
		box-sizing: border-box;
	}
}
