@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "Montserrat", "arial", "Helvetica", "Helvetica Neue";
	color: #222;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea {
	font-family:  "Montserrat", "arial", "Helvetica", "Helvetica Neue";
	color: #1b1c20;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #222;}
a:hover {	color: #ee352a;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #999;}
input::-moz-placeholder{	color: #999;}
input:-ms-input-placeholder{	color: #999;}

textarea::-webkit-input-placeholder{	color: #bbb;}
textarea::-moz-placeholder{	color: #bbb;}
textarea:-ms-input-placeholder{	color: #bbb;}

@font-face {
  font-family: "Montserrat-Bold"; /* Project id 3958162 */
 
  src: url('fonts/manrope-Bold.eot'); /* IE9 */ 
 src: url('fonts/manrope-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/manrope-Bold.woff2') format('woff2'), 
      url('fonts/Montserrat-Bold.woff') format('woff'),
      url('fonts/Montserrat-Bold.ttf') format('truetype'),
      url('fonts/Montserrat-Bold.svg') format('svg');
}
.wrap { padding-top: 98px; overflow: hidden;}
.con { width:78.2%;  margin: 0 auto; overflow: hidden;}
	.font80 { font-size: 4.16vw;}
	.font60 { font-size: 3.1vw;}
	.font50 { font-size: 2.6vw;}
	.font48 { font-size: 2.5vw;}
	.font44 { font-size: 2.3vw;}
	.font36 { font-size: 1.87vw;}
	.font30 { font-size: 1.56vw;}
	.font27 { font-size: 1.4vw;}
	.font26 { font-size: 1.35vw;}
	.font24 { font-size: 1.25vw;}
	.font22 { font-size: 1.14vw;}
	.font20 { font-size: 1.04vw;}
	.font18 { font-size: 0.93vw;}
	.font16 { font-size: 0.833vw;}
	.font14 { font-size: 0.73vw;}
	.wrap { padding-top:7.28vw;}

@media only screen and (max-width:828px) {
.font80 { font-size: 32px;}
.font60 { font-size: 30px;}
.font50 { font-size: 28px;}
.font48 { font-size: 24px;}
.font44 { font-size: 22px;}
	.font36 { font-size: 20px;}
	.font30 { font-size: 20px;}
.font27 { font-size: 18px;}
.font26 { font-size: 18px;}
.font24 { font-size: 18px;}
.font22 { font-size: 18px;}
.font20 { font-size: 17px;}
.font18 { font-size: 14px;}
.font16 { font-size: 14px;}
.font14 { font-size: 12px;}
.wrap { padding-top:58px;}
.con { width:auto;  margin: 0 1em; }
}

/*头部*/
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
height: 6.7vw;  transition: all 0.5s;
-webkit-transition:all 0.5s;}
.headerB {height: 5.5vw; background-color: #fff;border-bottom: 1px solid #ddd;}
.headerC {height: 5.5vw; background-color: #fff;border-bottom: 1px solid #ddd;}

.header { margin: 0 auto; height: 100%;}
.header .con {height: 100%; overflow: visible; width: 89.6%;
 display: flex; justify-content:space-between; align-items: stretch;}
 .header .logo { display: flex; justify-content: center; align-items: center;}
.header .logo img {	display: block;	 width: 4.16vw; height:auto;}
.header .logo img:nth-child(2) { display: none;}
.headerC .header .logo img:nth-child(1) { display: none;}
.headerC .header .logo img:nth-child(2) { display: block;}
.headerB .header .logo img:nth-child(1) { display: none;}
.headerB .header .logo img:nth-child(2) { display: block;}

.header .links { font-size: 1.35vw;  height: 1em; line-height: 1em; margin-left: 1.8vw; margin-right: 0.9vw;}
.header .links a.btnT {vertical-align: middle;
display: inline-block; margin: 0 0.5em; color: #fff;
width: 1em; height: 1em;
background: center center no-repeat;
background-size:contain ;}
.header .links a.btnSearchT { background-image:url(../images/search.png);}
.header .links a.btnSearchT:hover { background-image:url(../images/search_2.png);}
.header .links a.btnEmailT { background-image:url(../images/email.png);}
.header .links a.btnEmailT:hover { background-image:url(../images/email_2.png);}
.header .links a.btnTelT { background-image:url(../images/tel.png);}
.header .links a.btnTelT:hover { background-image:url(../images/tel_2.png);}
.header .links .btnLanT { margin: 0 0 0 0.6em;vertical-align: middle; color: #fff;line-height: 1em; }
.header .links a:hover { color: #ee352a;}

.headerB .header .links a.btnSearchT,
.headerC .header .links a.btnSearchT{ background-image:url(../images/search_2.png);}
.headerB .header .links a.btnEmailT,
.headerC .header .links a.btnEmailT{ background-image:url(../images/email_2.png);}
.headerB .header .links a.btnTelT,
.headerC .header .links a.btnTelT{ background-image:url(../images/tel_2.png);}
.headerB .header .links a,
.headerC .header .links a{ color:#ee352a}

.header .c-switch { display: none; color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
/* 	margin-top: 5px; */
width: 24px;		height:19px;
	cursor: pointer;
	/* position: absolute; left: 15px; top: 50%; margin-top: -10px; */
} 

.headerB .header .c-switch,.headerC .header .c-switch { color: #000;}
.header .c-switch .iconfont {font-size: 1.25vw; }

.header .c-switch i {
	position: relative;
	display: block;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.headerB .header .c-switch i,
.headerC .header .c-switch i{ background:  #000;}

.header .c-switch i:nth-child(1) {
	top: 0;
}

.header .c-switch i:nth-child(3) {
	bottom: 0;
}

.header .c-switch i:nth-child(2) {
	margin: 5px 0; 
}

.header .c-switch.show i:nth-child(2) {
	opacity: 0;
}


.header .c-switch.show i:nth-child(1) {
	top:8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .c-switch.show i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:1480px) {
	.header .c-switch { 
		width: 18px;
		height:14px;
	}
	.header .c-switch i { height: 2px;}
	.header .c-switch i:nth-child(2) {margin: 4px 0; }
	.header .c-switch.show i:nth-child(1) {top:6px;}
	.header .c-switch.show i:nth-child(3) {bottom:6px;}
}

@media only screen and (max-width:1120px) {
	.header .c-switch { 
		width: 16px;
		height:10px;
	}
	.header .c-switch i { height: 2px;}
	.header .c-switch i:nth-child(2) {margin: 3px 0; }
	.header .c-switch.show i:nth-child(1) {top:5px;}
	.header .c-switch.show i:nth-child(3) {bottom:5px;}
}

@media only screen and (max-width:828px) {
	.header .c-switch {display: block;
		width: 28px;		height:16px;	}
	.header .c-switch i { height: 3px;}
	.header .c-switch i:nth-child(2) {margin: 7px 0; }
	.header .c-switch.show i:nth-child(1) {top:10px;}
	.header .c-switch.show i:nth-child(3) {bottom:10px;}
	.header .links a.btnT { font-size: 1.3em;}
	.header .links .btnLanT { font-size: 1.2em;}
}

@media only screen and (max-width:540px) {
	.header .c-switch { 
		width: 18px;
		height:11px;
	}
	.header .c-switch i { height: 2px;}
	.header .c-switch i:nth-child(2) {margin: 4px 0; }
	.header .c-switch.show i:nth-child(1) {top:6px;}
	.header .c-switch.show i:nth-child(3) {bottom:6px;}
}

@media only screen and (max-width:828px) {
.headerW { height: auto ;transition: all 0s; padding:2vw 0;}
.header { width: 100%; height: 100%; justify-content: space-between;}
.header .logo img {	display: block;	 width: 11vw; }
.header .c-switch { display: block;}
.header .links { margin-right: 4vw; font-size: 3.6vw;}
.header .c-switch .iconfont { font-size: 3.6vw;}
}

/*头部导航*/
.navW {	 display: flex; justify-content: flex-start; align-items: center;}
.nav { height: 100%; }
.nav>ul {height: 100%;
display: flex; justify-content: flex-end; align-items: center;}
.nav>ul>li { font-size: 1.04vw; font-weight: bold;
	height: 100%;
	position: relative;
	z-index: 100; 
	cursor: pointer; padding: 0 1.3vw;
}
.nav>ul>li.liW { position: static;}
.nav>ul>li:last-child { padding-right: 0;}
.nav>ul>li>a,.nav>ul>li>span {
	position: relative;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
 color: #fff;
/* transition: all 0.5s;
 -webkit-transition:all 0.5s; */
}
.headerB .nav>ul>li>a,.headerB .nav>ul>li>span,
.headerC .nav>ul>li>a,.headerC .nav>ul>li>span{ color: #000;}
.nav>ul>li:hover>a { color: #ee352a;}
.nav>ul>li.hover>a { color: #ee352a;}

.nav>ul>li:hover>a { color: #ee352a;}
.nav>ul>li.cur>a { color: #ee352a;}

.nav>ul>li.hover>a::after { position: absolute; z-index: 10; content: ""; display: block;
	height: 3px; width: 100%; left: 0; right: 0; bottom: -2px; background-color:#ee352a ;}

.headerC .nav>ul>li:hover>a,.headerB .nav>ul>li:hover>a { color: #ee352a;}


.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%; margin-left: -4em;  width: 8em; text-align: center;
	background: rgba(255,255,255); font-size: 0.9em;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	font-size: 0.9;
}	

.nav .sub_nav>li {  line-height: 3em; height: 3em;
 overflow: hidden;
 border-top:1px solid #eee;  }
.nav .sub_nav>li a {color: #7d7d7d; padding:0 0.5em; display: block; position: relative; z-index: 0;}
.nav .sub_nav>li a:hover { font-weight: bold;color: #213728;}

.nav li.liW .sub_nav { left: 0; margin-left: auto; padding:0; width: auto; right: 0;

}
.nav li.liW .sub_nav>li { height: auto;
 display: flex; 
 /* flex-wrap: wrap;  */
 justify-content:center; align-items: stretch;
 text-align: left; padding-bottom: 2%; }
 .nav li.liW .sub_nav dl::after { display: block; content: ""; position: absolute; right: 0; top: 0; bottom: 0;
 width: 1px; background-color: #ddd;}
.nav li.liW .sub_nav dl {position: relative; z-index: 0; width: 20%; padding-top: 1.5%;}
.nav li.liW .sub_nav dl:last-child::after {
	display: none;
}
.nav li.liW .sub_nav dt { margin: 0 8%; text-align: center; font-size: 1.11em; line-height: 1.5em; margin-bottom: 0.5em;}
.nav li.liW .sub_nav>li dt a { padding: 0; color: #ee352a;}
.nav li.liW .sub_nav>li dt a:hover { text-decoration: underline;}
.nav li.liW .sub_nav dd { margin: 0 8% 0 24%; font-weight: normal; line-height: 2;}
.nav li.liW .sub_nav>li dd a { padding: 0;  color: #666;}
.nav li.liW .sub_nav>li dd a:hover { font-weight: normal; color: #ee352a;}

.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.6);
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
background: #fff ;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
.popupNav .copyright{ position:relative; left: 4.1%; bottom: 0; margin-bottom: 3%;
  line-height: 2.1; color: #999; text-align: left;}
  
.navM { top: 0; margin-top: 9.2%; margin-bottom:2em;
		padding: 0 4.2% 0 4.2%;
		overflow-y: auto;
		line-height: 1.5;
		text-align: left;
		overflow-y: auto;  position: relative;
		z-index: 0;
	}
	.navM>ul {font-size: 1.25vw; width: 45%; margin: 0 auto 0 0;}
	.navM li { padding: 0 1em;}
	
	
	.navM ul ul { position: absolute; left: 47.8%; top: 1.7em;
		height: 0;
		overflow: hidden;
		transition: height 2s; line-height: 2em;
	}
	.navM ul ul li { border-top:0 ;}
	.navM ul ul li a { font-size: 1.04vw;
		text-indent: 1em; border-top:0 ; color: #666;
	}
	.navM ul ul li a:hover {
		color:#fc5b00;
	}
	.navM a {
		color: #333;
		display: block;
	}
	.navM a:hover {	color: #fc5b00;	}
	.navM li .title { display: flex; 
	justify-content: space-between; align-items: center;
	   padding: 1.6em 0 1.5em;
	}
	.navM li .arrow {  display: none;
		height: 1em;
		width: 1em;
		background: url(../images/arr.svg) center center no-repeat;
		background-size: 0.8em auto;
	}
	.navM li.show .arrow {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.navM li.show ul {
		height: auto;
		border-top: 1px solid #ececec; 
	}
	.navM li.show ul .sub_nav_p { padding-left: 2em; 
	display: flex; justify-content: flex-start;
	align-items: stretch;flex-wrap: wrap; text-align: center; 
	line-height: 1.2; padding-bottom: 1.2em;}
	.navM li.show ul .sub_nav_p a {text-indent: 0;}
	.navM li.show ul .sub_nav_p li { padding-top: 1em; width: 32%; margin-right: 2%;}
	.navM li.show ul .sub_nav_p li:nth-child(2n) { margin-right: 0;}
	.navM li.show ul .sub_nav_p .pic { display: block; position: relative; z-index: 0;
	 padding-top:70%; width: 70%; margin: 0 auto 0.5em;	}
	.navM li.show ul .sub_nav_p .pic img { position: absolute;
	 width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;}

@media only screen and (max-width:828px) {
	.navW .nav { display: none !important;}
	.navM { margin-top: 14%;
		padding: 0 0.6em 0;
		overflow-y: auto;
		font-size: 14px;
		line-height: 3.2;
		text-align: left;
		overflow-y: auto;
	}
	.navM>ul { width: 100%; font-size: 16px;}
	.navM li { padding: 0 1em; 
		border-top: 1px solid #ececec;
		position: relative;
		z-index: 0;
	}
	
	.navM li:first-child {		border-top: 0;	}
	
	.navM ul ul { position: static;
		height: 0;
		overflow: hidden;
		transition: height 2s; font-size: 12px; line-height: 3.4em;
	}
	.navM ul ul li { border-top:0 ;}
	.navM ul ul li a { font-size: 14px;
		text-indent: 1em; border-top:0 ; color: #707070;
	}
	.navM ul ul li a:hover {
		color:#fc5b00;
	}
	.navM a {
		color: #1b1c20;
		display: block;
	}
	.navM a:hover {		font-weight: bold;		color: #fc5b00;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;
	padding: 0;}
	.navM li .arrow {display: block;
		height:1em;
		width: 1em;
		background: url(../images/arr.svg) center center no-repeat;
		background-size:1em auto;
	}
	.navM li dd { padding-left: 1.5em;}
	.navM li.show .arrow {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.navM li.show ul {
		height: auto;
		border-top: 1px solid #ececec; 
	}
	.navM li.show ul .sub_nav_p { padding-left: 2em; display: flex; justify-content: flex-start;
	align-items: stretch;flex-wrap: wrap; text-align: center; line-height: 1.2; padding-bottom: 1.2em;}
	.navM li.show ul .sub_nav_p a {text-indent: 0;}
	.navM li.show ul .sub_nav_p li { padding-top: 1em; width: 32%; margin-right: 2%;}
	.navM li.show ul .sub_nav_p li:nth-child(2n) { margin-right: 0;}
	.navM li.show ul .sub_nav_p .pic { display: block; position: relative; z-index: 0;
	 padding-top:70%; width: 70%; margin: 0 auto 0.5em;	}
	.navM li.show ul .sub_nav_p .pic img { position: absolute;
	 width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;}
}

/* 产品导航 */
.sub_nav_pro {
	border-top: 1px solid #eee;
	width: 100vw; margin: 0 auto; padding: 20px 5vw;
	font-size: 14px; text-align: left;
	position: relative;
	display: flex; flex-direction: column;
	box-sizing: border-box;
}
.sub_nav_pro *{
	box-sizing: border-box;
}
.sub_nav_pro::before,
.sub_nav_pro::after {
	content: ''; display: block; width: 1px; height: 100%;
	background-color: #eee;
	position: absolute; top:0;
}
.sub_nav_pro::before {
	left: 35vw;
}
.sub_nav_pro::after {
	left: 65vw;
}
.sub_nav_pro .item {
	width: 30vw;
	display: flex; flex-direction: column;
}
.sub_nav_pro .item a {
	width: 100%; padding: 0 10px;
	display: flex; align-items: center;
	line-height: 48px;
	transition: all 0.5s;
}
.sub_nav_pro .item a:hover {
	background-color: #fef5f4;
}
.sub_nav_pro .item a::after {
	content:''; display: block; width: 16px; height: 16px;
	background-position: center center; background-repeat: no-repeat;
	background-image: url('../images/arrow.svg');
	opacity: 0; transition: all 0.5s;
}
.sub_nav_pro .item.item_level01 {
	padding: 0 20px;
}
.sub_nav_pro .item_level01_child  {
	display: none;
	pointer-events: none;
	padding: 0 20px;
	position: absolute; left: 35vw; top: 20px;
}
.sub_nav_pro .item_level02 {
	pointer-events: none;
	width: 100%;
}
.sub_nav_pro .item_level03  {
	display: none;
	pointer-events: none;
	padding: 0 20px;
	position: absolute; left: 30vw; top: 0;
}
.sub_nav_pro .item.item_level01.active  {
	pointer-events: auto;
}
.sub_nav_pro .item.item_level01.active>a {
	color: #ee352a;
	
}
.sub_nav_pro .item.item_level01.active>a::after {
	opacity: 1;
	transform: translateX(10px);
}
.sub_nav_pro .item_level01_child.active  {
	display: flex;
	pointer-events: auto;
}
.sub_nav_pro .item_level01_child.active .item_level02  {
	pointer-events: auto;
}
.sub_nav_pro .item_level02.active .item_level03  {
	display: block;
	pointer-events: auto;
}
.sub_nav_pro .item_level02.active>a {
	color: #ee352a;
	/* background-color: rgba(238, 53, 42,0.1); */
}
.sub_nav_pro .item_level02.active>a::after {
	opacity: 1;
	transform: translateX(10px);
}
.sub_nav_pro .item_level03 a:hover  {
	color: #ee352a;
	/* background-color: rgba(238, 53, 42,0.1); */
}
.sub_nav_pro .item_level03 a:hover::after  {
	opacity: 1;
	transform: translateX(10px);
}
/* .sub_nav_pro .item_level03 {
	display: none;
	pointer-events: none;
	padding-left: 3vw;
	position: absolute; left: 33vw; top: 0;
}
.sub_nav_pro .item.item_level01 {
	pointer-events: auto;
}
.sub_nav_pro .item_level02.active,
.sub_nav_pro .item_level03.active {
	pointer-events: auto;
	display: block;
}
.sub_nav_pro .item_level01.active a.cur,
.sub_nav_pro .item_level02.active a.cur {
	color: #ee352a;
	background-color: rgba(238, 53, 42,0.1);
}
.sub_nav_pro .item_level01.active a.cur::after,
.sub_nav_pro .item_level02.active a.cur::after {
	opacity: 1;
	transform: translateX(10px);
} */

/*banner*/
.topPicBox { position: relative; z-index: 0;
 height: 26vw; width: 100%;overflow: hidden;
 display: flex; justify-content: center; align-items: center; }
.topPicBox img {position: absolute; z-index: 0; 
display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;
left: 0; top: 0;}
.topPicBox .txtb { position: relative; z-index: 1; width: 100%; color: #fff; }
.topPicBox .txtb .name { margin-top: 1.2%;  font-weight: bold;}
@media only screen and (max-width:828px) {
	.topPicBox {  height: 52vw;}
}

.searchBoxW { margin-top: -2.05em;}
.searchBoxW .con { overflow: visible;}
.searchBox { position: relative; z-index: 10; margin: 0 10% 0; background-color: #fff;
height: 4.1em;
-moz-border-radius:2.1em; -webkit-border-radius:2.1em; border-radius:2.1em;
-moz-box-shadow: 0 0.4em 1.72em rgba(0, 39, 54, .13);
-webkit-box-shadow: 0 0.4em 1.72em rgba(0, 0, 0, .13);
box-shadow: 0 0.4em 1.72em rgba(0, 0, 0, .13);
}
.searchBox form {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.searchBox form .pics { margin-left: 1.7em; width: 1.227em; height: 1.227em;
background: url(../images/search_3.png) center center no-repeat;
background-size:contain;}
.searchBox form .iw { flex: 1; margin: 0 1.2em;}
.searchBox form .iw .input { font-size: 1em; line-height: 4.1em; height: 4.1em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch { cursor: pointer; padding: 0 3.25em; margin:0 0.2em 0 0;
 line-height: 3.33em; color: #fff; background-color: #ee352a;
 outline-width: 0; border: 0;
 -moz-border-radius:2.1em; -webkit-border-radius:2.1em; border-radius:2.1em;}

@media only screen and (max-width:828px) {
	.searchBox {  margin: 0 auto;}
	.searchBoxW { font-size: 12px;}
	.searchBox form .btnSearch { font-size: 12px;}
}

.posiBox {background-color: #eef2f5;}
.posiBox .con { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.posiBox .subNav { margin-right: 3em;}
.posiBox .subNav ul { display: flex; justify-content: flex-start; align-items: stretch;}
.posiBox .subNav li {  }
.posiBox .subNav a { position: relative; z-index: 0; color: #333; padding: 0 2em; line-height: 5; height: 5em; overflow: hidden; display: block;}
.posiBox .subNav a:hover { color: #009241;}
.posiBox .subNav a::before { position: absolute; left: 0; margin-top: -0.5em; top: 50%; height: 1em;
width: 1px; background-color: #cccccc; display: block; content: "";}
.posiBox .subNav li:first-child a::before { display: none;}
.posiBox .subNav a::after { transition: all 0.5s; display: block; content: ""; 
position: absolute; bottom: 0; left: 50%; height: 3px; width: 0; background-color: #009241;}
.posiBox .subNav a:hover::after { width: 100%; left: 0;}

.position { text-align: left; color: #555; text-align: left; padding: 1.8em 0 1.7em;}
.position a {display: inline-block; color: #555;}
.position a:hover {color: #555;}
.position .icon { width: 1.4em; height: 1.4em; position: relative; z-index: 0;
 top: -0.1em; margin-right: 0.2em;
 display: inline-block; vertical-align: middle;
background: url(../images/home.png) no-repeat center center / contain;}
@media only screen and (max-width:828px) {
	.posiBox .con { display: block;}
	.posiBox .subNav { margin-right:0;}
	.posiBox .subNav ul{ flex-wrap: wrap;  }
	.posiBox .subNav li {  width: 33.3%; }
	.posiBox .subNav a{ padding: 0;}
	.position { font-size: 0.9em; border-top:1px solid #dddddd ;}
}

.moreBtn { padding: 0 2.3em; margin: 0 auto; background-color: #ee352a;
 line-height: 2.9; color: #fff; border: 1px solid #ee352a; display: inline-block;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.6em; -webkit-border-radius:1.6em; border-radius:1.6em;}
.moreBtn:hover {color: #ee352a; background-color: #fff; }

.proList .tit { margin-top: 3.6%; text-align: left;  font-weight: bold; color: #ee352a;}
.proList .con { overflow: visible;}

.proList .con .swiper-container {
	padding: 0 30px; margin-left: -30px;
}
.proList ul {
	margin: 1.3% auto 0;
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch;
}
.proList2 ul { margin-top: 0; padding-bottom: 7.2%;}
.proList ul li { width: 49%; margin: 0.8% 0.5%;
 background-color: #f8fafb;
transition: all 0.5s;
-webkit-transition:all 0.5s;

}
.proList ul li .lib { padding: 8.3% 0; 
display: flex; justify-content: space-between; align-items: center;}
.proList ul li:nth-child(2n) { margin-right: 0;}
.proList ul li .picb { width: 37.4%; margin-right: 6%;}
.proList ul li .picb .pic { display: block; cursor: pointer; padding-top: 100%; position: relative; z-index: 0;}
.proList ul li .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: contain;transition:all 0.3s;}

.proList ul li:hover {
	background-color: #fff;
	-moz-box-shadow: 0 0.4em 1.2em rgba(0, 0, 0, .13);
	-webkit-box-shadow: 0 0.4em 1.2em rgba(0, 0, 0, .13);
	box-shadow: 0 0.4em 1.2em rgba(0, 0, 0, .13);
}
.proList ul li:hover .picb .pic img {transform:scale(1.1);}


.proList ul li .txtb { margin: 0 0 0 8.3%; width: 43.5%; text-align: left;}
.proList ul li .txtb .name { line-height: 1.2; font-weight: bold;
overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }
.proList ul li .txtb .name a { color: #000;}
.proList ul li:hover .txtb .name a {  color: #ee352a;}
.proList ul li .txtb .intro { margin-top: 9.6%; height: 6.8em;  overflow: hidden; line-height: 1.7em;}
.proList ul li .txtb  .btnDetail { color: #ee352a;}
.proList ul li .txtb  .btnDetail:hover { text-decoration: underline;}

 @media only screen and (max-width:828px) {
	 .proList ul li { width: 100%; margin-right: 0;}
 }


.dataBox ul { margin-top: 5.7%; display: flex; flex-wrap: wrap;
justify-content: space-between; align-items: center;
}
.dataBox ul li { position: relative; z-index: 0; width: 22.5%; display: flex; 
justify-content: space-between; align-items: center;}
.dataBox .txtb { text-align: left; flex: 1; margin-right: 1;}
.dataBox .txtb .num { margin-bottom: 0.3em; color: #ee352a; line-height: 1.2;}
.dataBox .txtb .num span { font-weight: bold; display: inline-block; margin-right: 0.2em;}
.dataBox .pics { margin-right: 10.1%;}
.dataBox .pics img { width: 2.25em; height: 2.25em; object-fit: contain;}
.dataBox ul li::after { content: ""; display: block; background-color: #ddd;
 position: absolute; right: 0; top: 50%; height: 3.6em; width: 1px; margin-top: -1.8em;
 }
 
 @media only screen and (max-width:828px) {
	 .dataBox ul li { width: 47.5%;}
	 .dataBox ul li:nth-child(3),
	 .dataBox ul li:nth-child(4) {
		 margin-top: 5%;
	 }
 }

/*底部*/
.footer {  background: #ee352a; color: #fff;text-align: left; width: 100%;  }
.footer .con{  overflow:visible;  }
.fLogo_container {
	display: flex; align-items: center;
}
.footer .ftit { border-bottom: 1px solid rgba(255,255,255,0.8);
padding: 1.2em 0; width: 100%; line-height: 1.2;
display: flex; justify-content: flex-start; align-items: center;}
.footer .ftit .fLogo img { width: 4.1vw; height: auto;}
.footer .ftit .fName { margin-left: 0.4em;}
 
.footer .fInfo { display: flex; justify-content: space-between; 
line-height: 1.8; padding: 2.7em 0;}
.footer .fnav {
	display: flex; flex-direction: column; gap: 10px;
}
.footer .fnav a {
	font-weight: bold;
}
/* .footer .fnav .line { margin: 0 1.8em;} */
.footer .fAdd .tel { display: inline-block; line-height: 1.3;}
.footer .fAdd .email { display: inline-block; line-height: 1.4; margin-bottom: 0.4em;}
.footer .qrcode { text-align: center; line-height: 2;}
.footer .qrcode img { margin: 0 auto 0.3em; width: 7.22em; height: auto; display: block;}
.footer a { color: #fff;}
.footer a:hover { color: rgba(255,255,255,0.8);}

.fSocial {
	margin-left: auto;
	display: flex; align-items: center; gap: 10px;
}
.fSocial .item {
	display: block; cursor: pointer;
}
.fSocial .item .icon {
	display: flex; justify-content: center; align-items: center;
	width: 30px; height: 30px; border: 1px solid #fff; border-radius: 999px;
	transition: all 0.5s;
}
.fSocial .item .icon img {
	width: 55%; height: 55%;
	transition: all 0.5s;
}
.fSocial .item:hover .icon {
	background-color: rgba(255,255,255,0.3);
}
.fSocial .item:hover .icon img {
	transform: scale(1.2);
}
.fSocial .item.item_qr {
	position: relative;
}
.fSocial .item.item_qr .box {
  pointer-events: none;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,-30px);
  z-index: 10;
  min-width: 120px;
  opacity: 0;
  transition: all 0.5s;
}
.fSocial .item.item_qr .box img{
	display: block; width: 100%;
}
.fSocial .item.item_qr .box span{
  display: block;
  white-space: nowrap;
  color: #000;
  padding: 0 0 10px;
  text-align: center;
  font-size: 12px;
}
.fSocial .item.item_qr:hover .box {
  pointer-events: auto;
  transform: translate(-50%,0);
  opacity: 1;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
}


@media only screen and (max-width:828px) {
.footer .fInfo { display: block;}
.footer .fnav {
	flex-direction: row; gap: 20px;
}
.footer .ftit {
	flex-direction: column;
}
.fSocial {
	margin-left: 0; margin-top: 20px;
}
.footer .fAdd { margin-top: 2em;}
.footer .qrcode { margin-top: 2em;}
}

/* .page { margin-top: 5%;
	text-align: center;
	color: #999;
	line-height: 2.3; 
}
@media only screen and (max-width:828px) {
	.page { font-size: 12px;}
}

.page a { border: 1px solid #d7d7d7;
	display: inline-block;
	color: #999; 
	padding: 0.1em 0 0; width: 2.6em;
	margin: 0.4em 0.4em 0;
}

.page a:hover {
	border: 1px solid #ee352a;
	color: #ee352a;
}

.page .dot {
	display: inline-block;
	padding: 0 0.55em;
}

.page .cur {
	display: inline-block;
	background-color: #ee352a ;
	color: #fff; font-weight: bold;
}

.page .cur:hover {
	background-color: #ee352a ;
	color: #fff; 
}

.page .prev {
	display: inline-block;font-family: "宋体";
}


.page .next {
	display: inline-block;font-family: "宋体";
} */

.btnOrg { display: inline-block; cursor: pointer; color: #fff; line-height: 3.25;
background-color: #fc5b00; padding: 0 2.5em;
-moz-border-radius:1.7em; -webkit-border-radius:1.7em; border-radius:1.7em;}




.newDBox { padding: 55px 0 95px;}
.newDBox .title { font-weight: normal;}
.newDBox .about { color: #707070; margin-top: 1.3em; padding: 1.3em 0 0; border-top:1px solid #d9d9d9 ;}
.newDBox .about span { display: inline-block; margin: 0 0.7em;}
.newDBox .about a {color: #707070;}
.newDBox .content { margin-top: 2.5em; line-height: 1.9; text-align: left; color: #666;}
.newDBox .content p { margin-top: 0.8em;}
@media only screen and (max-width:828px) {
	.newDBox .title { font-weight: bold; font-size: 20px;}
}


 .pageTurn { 
 margin-top: 70px; border-bottom: 1px solid #d9d9d9;}
 .pageTurn ul {display: flex; justify-content: space-between; align-items: center;}
 .pageTurn li { margin: 1.2em 0; text-align: left; width: 45%; height: 1.5em; 
line-height: 1.5em; overflow: hidden; color: #707070;}
 .pageTurn li:nth-child(2) { text-align: right;}
 .pageTurn li a {color: #707070;}
 .pageTurn li a:hover { color: #003f97;}
@media only screen and (max-width:828px) { 
	 .pageTurn ul { display: block;}
	 .pageTurn li { width: 100%;}
	 .pageTurn li:nth-child(2) { text-align: left;}
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image img {
    max-width: 100% !important;
    height: auto !important;
}
.wp-block-image .aligncenter {
    text-align: center;
}

.wp-video {
    width: 100% !important;
    margin: 20px auto;
}



.pagenation {
    width: 100%; margin-top: 20px; padding-top: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-justify-content: center;
	justify-content: center;
}
@media (max-width: 668px) {
	.pagenation {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
.pagenation .current,
.pagenation a,
.pagenation span  {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 10px;
	width: 36px;
}
@media (max-width: 668px) {
	.pagenation .current,
	.pagenation .page-numbers.dots,
	.pagenation a {
		display: none;
	}
}
.pagenation a,
.pagenation span {
	border: 1px solid #bbb;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pagenation a:hover {
	border-color: #ee352a;
	color: #ee352a;
}
.pagenation span.inactive {
	opacity: 0.5;
}
@media (max-width: 668px) {
	.pagenation a,
	.pagenation span {
		height: auto;
		margin: 0;
		padding: 5px 10px;
		width: auto;
	}
	.pagenation .next,
	.pagenation .prev {
		display: block;
	}
	.pagenation .next {
		margin-left: auto;
	}
}
.pagenation .current {
	background-color: #ee352a;
	border: 1px solid #ee352a;
	color: #fff;
}

.common_txt p {
	margin-bottom: 1em;
}
.common_txt p:nth-last-of-type(1) {
	margin-bottom: 0;
}

#pop_phone {
	display: none;
}
.pop_phone_col {
	display: flex; align-items: center;
}
.pop_phone_col img {
	width: 1.8em;
}
.pop_phone_col a {
	margin-left: 10px;
	font-size: 1.4em; line-height: 1em; font-weight: bold;
}


#pop_search {
  display: none;
}
@media (max-width: 668px) {
  #pop_search {
    padding: 20px;
    width: 100%;
  }
  #pop_search .fancybox-close-small {
    padding: 0;
    width: 20px;
    height: 20px;
  }
}

.pop_search_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #ddd;
}
@media (min-width: 968px) {
  .pop_search_col {
    width: 600px;
  }
}
.pop_search_col .input {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "FuturaBT-Medium";
  font-size: 14px;
  line-height: 40px;
  outline: none;
}
.pop_search_col .submit {
  margin: 0 10px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: none;
  outline: none;
}
.pop_search_col .submit img {
  width: 100%;
  height: 100%;
  color: #333;
}

.bread {
	padding-top: 2.4%;
	text-align: left;
}