*,body{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
*,body{margin: 0;padding: 0;font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;text-decoration: none;}
html, body {width: 100%;height: 100%;}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,i,strong,th,var{font-weight:400;font-style:normal}
li,ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
q:after,q:before{content:""}abbr,acronym{border:0}
a{text-decoration:none;}
a:link{color:#333; text-decoration:none;}
a:focus,a:hover{color:#666;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
ul,li{list-style-type: none;}
h1,h2,h3,p,i,span,li,.img,img,a.top,.fixednav,:after,:before{
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;}
a,img{border:none;}
body{
	width:100%;
	height:100%;
	overflow-x: hidden;
}
html {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
::-webkit-scrollbar {width: 10px;/* è¿™æ˜¯é’ˆå¯¹ç¼ºçœæ ·å¼ (å¿…é¡»çš„) */}
::-webkit-scrollbar-track {background-color: #fff;/* æ»šåŠ¨æ¡çš„æ»‘è½¨èƒŒæ™¯é¢œè‰² */}
::-webkit-scrollbar-thumb {	background-color: #38a75b;/* æ»‘å—é¢œè‰² */}
::-webkit-scrollbar-button {background-color: #fff;/* æ»‘è½¨ä¸¤å¤´çš„ç›‘å¬æŒ‰é’®é¢œè‰² */}
::-webkit-scrollbar-corner {background-color: #fff;/* æ¨ªå‘æ»šåŠ¨æ¡å’Œçºµå‘æ»šåŠ¨æ¡ç›¸äº¤å¤„å°–è§’çš„é¢œè‰² */}

.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-ce{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.flex-fs{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-fe{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content:  flex-end;
}
.containera{width: 1400px!important;padding: 0 !important;margin: 0 auto;}

.container{width: 1200px!important;padding: 0 !important;}
.js-enabled .fooReveal { visibility: hidden; }
.warp{width: 100%; height:100%; position:relative;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear:both}
.w1200{ width:1200px; margin:0 auto;}
.mr80{ margin-right:80px;}
.mr75{ margin-right:70px;}
.mr70{ margin-right:70px;}
.mr50{ margin-right:50px;}
.mr40{ margin-right:40px;}
.mr33{ margin-right:33.3px;}
.mr30{ margin-right:30px;}
.mr20{ margin-right:20px;}
.mr10{ margin-right:10px;}
.mr5{ margin-right:5%;}
.mr4{ margin-right:4%;}
.mr3{ margin-right:3%;}
.mr2{ margin-right:2%;}
.mr1{ margin-right:3%;}
.pr20{padding-right:20px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.bg{background-color:rgba(33,37,44,.08);}
/*header*/
.header{ width:100%; height:140px;
	box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
	-webkit-box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
	-moz-box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
	padding:0;background-color:#fff;z-index:9999;position: relative;}
.header .top{ background-color:#38a75b;height:35px;}
.header .top .welcome{ width:280px;line-height:35px; font-size:13px; color:#999999;position: relative;}
.header .top .welcome a{color:#FFFFFF!important;}
.header .top .welcome a:hover{text-decoration: none;color: #FFFFFF}
.header .top .mobile{ width:920px;pxposition: relative;}
.header .top .mobile a{ color:#FFFFFF; font-size:13px; line-height:35px; display:block;margin-left:20px;height:30px;position: relative;}
.header .top .mobile a i{font-size: 1.4rem;}
.header .top .mobile a:hover{text-decoration: none;color: #FFFFFF}
.header .icon{ background-image: url(../images/mob.png); background-repeat:no-repeat;}
.header .i1{background-position:0 2px;}
.header .i2{background-position:0 -28px;}
.header .i3{background-position:0 -56px;}
.header .i4{background-position:0 -84px;}
.header .i6{background-position:0 -163px;}
.header .logo{ width:400px; padding-top:7px;}
.header .logo img{width: 100%;}
.header .menu{ width:770px;margin-left: 50px;}
.header .tel{ height:35px; margin-left:auto; margin-top:35px;width:180px; background-position:0 -118px; padding-left:40px; color:#38a75b; font-size:20px;font-weight:300; line-height:30px;}
.header .tel1{height: 75px;margin-left:auto;margin-top: 30px;width:225px;background-position: 0 -110px;padding-left:40px;color:#38a75b;font-size:20px;font-weight: bold;line-height: 50px;}
.fixednav {
	position:fixed;
	top:0px;
	width:100%;
	z-index:9999;
	height:80px;

}
.fixednav .tel1{margin-top:15px; height:65px;}


.fixednav .top{display: none}
.fixednav .logo img{ height:60px}
.fixednav .logo{ padding-top:10px}
.fixednav .tel{margin-top:25px;}
.fixednav nav{padding-top:5px;}
.fixednav .navbar.bootsnav{ padding-top:22px}
/*nav*/
nav.navbar.bootsnav{z-index: 9999;padding-top: 35px;}
nav.navbar.bootsnav ul.nav > li > a{
	color: #6f6f6f;
	background-color: transparent;
	outline: none;
	margin-bottom: -2px;}
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a{ background-color: transparent;}
nav.navbar.bootsnav{ border: none;margin-bottom: 0px;background-color:transparent;}
nav.navbar.bootsnav ul.nav > li > a{
	display: block;
	font-size:16px; font-weight:800;
	color: #474747;
	text-transform: uppercase;
	margin:0 13px;
	padding-bottom:20px; padding-top:10px; padding-left:0; padding-right:0; }
nav.navbar.bootsnav ul.nav .last  a{ margin-right:0px !important;}
nav.navbar.bootsnav ul.nav > li a:hover{color: #38a75b;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	padding: 0;
	width: 200px;
	border:none;
	background-color:transparent;
	z-index: 9999;}
.nav > li:after{
	content: "";
	width: 0;
	height: 5px;
	background: #38a75b;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-20%;
	transition: all 0.5s ease 0s;
}
.nav > li:hover:after{ width: 40%;}
.dropdown-menu.multi-dropdown{position: absolute;left: -100% !important; top:50px; }
.dropdown-menu{ background-color:transparent;}
.dropdown-menu > li > a{ color:#666 !important;background-color:#fff; white-space:normal; display: block; width: 100%; line-height:35px !important;}
.dropdown-menu > li > a:hover{background-color:#f6f6f6!important; color:#666!important;}


/*section*/
.main{width:100%; height:100%; position:relative;}
.section{ width:100%;background-repeat:no-repeat; background-size:cover; background-position:center center;}
/*section-title*/
.section-title{ text-align:center; padding:30px 0;}
.section-title h2{font-size:28px; font-weight:800; color:#38a75b; display:block; width:40%;letter-spacing:2px;margin:10px auto; position:relative;
	line-height: 20px;}
.section-title h3{font-size:14px; text-transform:none; font-family:Arial; color:#999;font-weight: 300;position:relative;}
.section-title h4{font-size:16px;font-weight:200;color:#777;padding-top:30px;}

/*sub-title*/
.sub-title{ text-align:center; padding:30px 0;}
.sub-title h2{font-size:30px; font-weight:500; color:#282828; display:block; width:40%; margin:0 auto; padding:10px 0; position:relative;}
.sub-title h2 span{ color:#f3991f;}
.sub-title h3{padding:0; margin:0; font-size:18px; text-transform:uppercase; font-family:Arial; color:rgba(0,0,0,0.2);}
.sub-title h2:after{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.1);
	display:block;
	position:absolute; left:0;bottom:10px;
}
.sub-title h2:before{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.1);
	display:block;
	position:absolute; right:0; bottom:10px;

}

/* more */
.section .more{ width:150px; line-height:38px; border:1px solid #094b95; color:#094b95; display:block; text-align:center; font-size:18px;border-radius:20px; -webkit-border-radius:20px; margin:10px auto;}
.section .more i{ font-size:1.2em; margin-left:10px;}
.section .more:hover{
	background-color: #094b95;
	color: #fff;
	text-decoration: none;
}
.section .more:hover i{
	-moz-transform:rotate(90deg);sss
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);}

/*service-ico*/
.service-ico{background-image: url(../images/service-bg.jpg);background-repeat: no-repeat;background-position:bottom center;height: 265px;}
.service-ico ul{width:925px;margin:10px auto;padding-top:50px;}
.service-ico ul li{ float: left; width:25%; display: block;text-align: center;}
.service-ico ul li .ico{width:60px;height:60px;margin: 10px auto;}
.service-ico ul li .ico img{width:100%;}
.service-ico ul li h2{ display: block; font-size:18px;color:#38a75b;margin-bottom:10px;}
.service-ico ul li p{font-size:14px; color:#666;line-height:20px;}

/*footer*/
footer{width:100%;background-color:#38a75b;padding: 0 0 0 0;/* margin-bottom: 90px; */position: relative; /z-index: 1;}
footer .container{width: 1200px;}
footer .foot-nav{width: 570px;padding:40px 0;}
footer .foot-nav dl{padding: 0;margin:0 50px 0 0;}
footer .foot-nav dt{ font-size:16px; letter-spacing: 1px; color:#fff; font-weight:500;padding-bottom:10px;text-align: left}
footer .foot-nav dd{}
footer .foot-nav dd a{ font-size:14px; color:rgba(255,255,255,0.5); line-height:25px;text-align: left}
footer .foot-nav dd a:hover{ color:#fff;}
footer .foot-contact{width: 630px;padding:40px 0;position:relative;}
footer .foot-contact .c-info{width: 360px;}
footer .foot-contact .c-info .tel{display:block;color:#fff; font-size:25px; font-family:Arial;padding: 0;margin:0 0 10px 0;}
footer .foot-contact .c-info .s-time{ font-size:16px; color:rgba(255,255,255,0.5);margin:0 0 10px 0;}
footer .foot-contact .c-info h4{font-size:22px;color: #fff;margin:0 0 10px 0!important;padding: 0!important;text-indent: 0!important; }
footer .foot-contact .c-info h5{font-size: 22px;color: #fff;margin:20px 0 10px 0;padding: 0;}
footer .foot-contact .c-info span{ color:rgba(255,255,255,0.8); font-size:14px;line-height: 20px; display: block;}
footer .foot-contact .c-info p{ color:rgba(255,255,255,0.8); font-size:16px; line-height:22px;}
footer .foot-contact .wx{position:absolute;right: 130px;top:30px;font-size:16px;color:#fff;text-align:center;}
footer .foot-contact .wx img{ display:block; margin-bottom:10px;}
footer .foot-contact .wx2{ position:absolute; right:0; top:30px; font-size:16px; color:#fff; text-align:center;}
footer .foot-contact .wx2 img{ display:block; margin-bottom:10px;}



footer .copy{background-color: rgba(0,0,0,0.1);}
footer .copy .container{font-family:Arial; height:35px;font-size:12px; color:rgba(255,255,255,0.6); line-height:35px;text-transform: uppercase;}
footer .copy a{color:rgba(255,255,255,0.6)!important;}


.err{ width:50%; line-height:30px; font-size:20px; color:rgba(0,0,0,0.3); text-align:center; margin:50px auto; padding:20px; border:1px solid rgba(0,0,0,0.07)}

/*å¾®ä¿¡*/
.mob{ display: none; position:absolute; top:40px; z-index:10000; width:150px; height:150px;padding: 10px;
	background-color:#fff;
	box-shadow: 0 0 20px rgba(33,37,44,.15);-webkit-box-shadow: 0 0 20px rgba(33,37,44,.15)
}
.weixin{ display: none; position:absolute;top:40px; z-index:10000; width:150px; height:150px;padding: 10px;
	background-color:#fff;
	box-shadow: 0 0 20px rgba(33,37,44,.15);-webkit-box-shadow: 0 0 20px rgba(33,37,44,.15)
}
.weixin img,.mob img{ width:100%; height:100%;}

.dn{display: none;}
/* è¿”å›žé¡¶éƒ¨ */
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 99999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -50px;
	width: 100px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}

.free-quote{height: 90px;width: 100%;position: fixed;bottom: 0;left: 0;	background-color: rgba(0,0,0,.8); z-index:999;}
.free-quote .container{
	max-width: 1200px;
	width: 90%;margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	align-content: center;
	align-items: center;}
.free-quote .f-logo{width: 40%;padding: 10px;height: 100%;justify-content: center;align-items: center;}
.free-quote .f-logo img{max-width:559px;width: 100%;}
.free-quote .f-form{
	width: 60%;height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content:center;
	padding: 25px 0;font-size: 14px;font-weight: 100!important;}
.free-quote .f-form input{height: 40px;width:150px;border: 0;margin-right: 10px;text-indent: 10px;}
.free-quote .f-form #city{height: 40px;width:150px;border: 0;margin-right: 40px;text-indent: 10px;background-color: #fff;}
.free-quote .f-form button{height: 40px;width:150px;border: 0;background-color: #098ef7;color: #fff;}
select {
	/*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ ·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
	border: solid 1px #000;
	/*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ ·å¼æ¸…é™¤*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
	background: url("../images/arrow.png") no-repeat scroll right center ;
	/*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
	padding-right: 14px;
}
/*æ¸…é™¤ieçš„é»˜è®¤é€‰æ‹©æ¡†æ ·å¼æ¸…é™¤ï¼Œéšè—ä¸‹æ‹‰ç®­å¤´*/
select::-ms-expand { display: none; }
.pagebar { padding:20px; overflow:hidden; 
  clear:both;
  /* 关键新增样式 */
  position: relative;    /* 建立独立层级上下文，不受父元素影响 */
  z-index: 9999;         /* 用更高数值确保层级最高 */
  pointer-events: auto;  /* 强制开启点击事件，优先级最高 */
  background: transparent; }
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100%; height:auto !important}


/**首页新闻**/
					.newlist{ overflow: hidden; margin-left:-34px;}
					.newlist li{float:left; padding-top:34px; width:33.33333333%; padding-left:34px;}
					.newlist li a{display: block; border:1px solid #eee;}
					.newlist li a .pic{ overflow: hidden; position: relative;}
					.newlist li a .pic .msk{ position: absolute; opacity:0; transition: all 0.3s ease; width:100%; height:100%; background:rgba(54,115,177,0.8); left:0; top:0;}
					.newlist li a .pic .msk span{ color:#fff; font-size:16px; position: relative; padding:8px 0;}
					.newlist li a .pic .msk span:before{ width:0; height:1px; transition: all 0.3s ease; background:#fff; position: absolute; top:0px; left:0; right:0; margin:auto; content:''; display: block;}
					.newlist li a .pic .msk span:after{ width:0; height:1px; transition: all 0.3s ease; background:#fff; position: absolute; bottom:0px; left:0; right:0; margin:auto; content:''; display: block;}
					.newlist li a .pic img{ display: block; width: 100%; transition:all 1s ease;height: 250px;object-fit: cover;border-radius: 10px;}
					.newlist li a .text{ padding:0 20px; }
					.newlist li a .text h2{  font-weight:normal; margin-top:15px;  overflow: hidden; font-size:18px; line-height:35px; text-overflow:-o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
					.newlist li a .text p{  line-height:30px; margin-top:20px; border-top:1px solid #eee; font-size:14px; color:#999; background:url(../images/r1.png) no-repeat right center;}
					.newlist li a:hover .pic .msk{opacity:1;}
					.newlist li a:hover .pic img{ transform:scale(1.2);}
					.newlist li a:hover .pic .msk span:before{ width:80%;}
					.newlist li a:hover .pic .msk span:after{ width:80%;}
					.newlist li a:hover .text p{ color:#0157a9; background-image: url(../images/r1on.png);}
					
					
					
			 .p_list {
					    display: flex;
					    flex-wrap: wrap;
					    position: relative;
					    width: 100%;
					}
					
			 .p_loopitem {
					        flex-grow: 0;
					        flex-shrink: 0;
					        flex-basis: calc(100%);
					    }
					}
					 .e_loop-8 .cbox-8:nth-child(2n) {
					    padding-top: 10px;
					    padding-bottom: 10px;
					    padding-right: 0px;
					    padding-left: 0px;
					    background-color: rgba(255, 255, 255, 0);
					}
					
					
				 .p_loopitem:nth-child(2n) > div {
					    flex-direction: row-reverse;
					}
					 .e_container-9 {
					    display: flex;
					    flex-wrap: wrap;
					    flex-direction: row;
					    width: 100%;
					    padding-top: 0px;
					    padding-bottom: 0px;
					    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px;
					    padding-left: 0px;
					    padding-right: 0px;
					    border-top-left-radius: 20px;
					    border-top-right-radius: 20px;
					    border-bottom-left-radius: 20px;
					    border-bottom-right-radius: 20px;
					    margin-bottom: 20px;
					    border-bottom-style: none;
					    border-bottom-width: 1px;
					    border-bottom-color: rgb(203, 203, 203);
					    overflow: hidden;
					}
				.s_title {
				    font-family: "6eac0107-a70b-416e-9d22-40117ba43fff";
				    font-size: 17px;
				}
				 
				 .e_text-21 {
    line-height: normal;
    text-align: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 24px;
    font-weight: bold;
    color: rgb(56, 167, 91);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}	


 .e_text-32 {
    line-height: normal;
    color: rgba(56, 167, 91, 0.49);
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
			.e_container-9 .cbox-9-1 {
					    padding-top: 5%;
					    padding-left: 5%;
					    padding-bottom: 5%;
					    padding-right: 5%;
					    align-self: center;
					}
					.e_container-9 > .p_item {
					    max-width: 100%;
					    max-height: 100%;
					    flex: 1 1 0%;
					}
					
				.e_image-13 {
					    margin-bottom: 0px;
					    height: auto;
					    position: relative;
					    z-index: 2;
					    overflow: hidden;
					    transition: 0.5s;
					}
					
			 .e_image-13 img {
					    width: 680px;
					    height: 453px;
					    object-fit: cover;
					}
					
					
					.e_image-14 {
					   
					   position: absolute; /* 必须有定位属性，z-index才生效 */
					 
					     bottom: 282px;
						  z-index: 999;
					    
					}
					
					 .e_image-14 img {
					    width: 100%;
					    height: 100%;
					    object-fit: contain
					}
					
 .e_container-28 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    max-width: 1480px;
    margin-left: auto;
    position: relative;
    z-index: 3;
    margin-right: auto;
    padding-bottom: 40px
}

 .e_container-28 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

 .e_image-29 {
    overflow: hidden;
    display-radio: 1;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    z-index: 0
}

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

 .e_container-30 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    max-width: 1480px;
    margin-left: auto;
    position: relative;
    z-index: 3;
    margin-right: auto
}

 .e_container-30 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
	z-index: 99999;
}

 .e_richText-31 blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

 .e_richText-31 p {
    text-indent: 2em
}

 .e_richText-31 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

 .e_richText-31 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

 .e_richText-31 ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

 .e_richText-31 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    line-height: 2
}


 .e_container-28 .cbox-28-0 {
    padding-right: 4%
}

 .e_loop-39 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜  */
    max-width: 100%/* è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜ */
}


.e_image-38 {
    overflow: hidden;
    display-radio: 1;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.e_image-38 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}


.e_loop-39 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜  */
    max-width: 100%/* è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜ */
}

.e_loop-39 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

.e_loop-39 .p_page {
    text-align: center
}

.e_loop-39 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

.e_loop-39 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

.e_loop-39 .p_filter_key {
    /* min-width:80px;
 */
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

.e_loop-39 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

.e_loop-39 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue/* border-radius:2px;
 */
}

.e_loop-39 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

.e_loop-39 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

.e_loop-39 .multSelect {
    font-size: 13px;
    position: relative
}

.e_loop-39 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

.e_loop-39 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

.e_loop-39 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

.e_loop-39 .multSelect ul,li {
    list-style: none
}

.e_loop-39 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

.e_loop-39 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

.e_loop-39 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

.e_loop-39 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

.e_loop-39 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

.e_loop-39 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

.e_loop-39 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

.e_loop-39 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

.e_loop-39 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

.e_loop-39 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

/* .e_loop-39 .p_filter_close::before {
	content: "\2716";
}
*/
/* .e_loop-39 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
.e_loop-39 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

.e_loop-39 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

.e_loop-39 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

.e_loop-39 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

.e_loop-39 .p_split {
    margin: 0 5px
}

.e_loop-39 .p_normal {
    margin-right: 16px
}

.e_loop-39 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

.e_loop-39 .input-check,.e_loop-39 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

.e_loop-39 .position-left {
    display: flex
}

.e_loop-39 .position-right {
    display: flex;
    flex-direction: row-reverse
}

.e_loop-39 .position-top {
    /* display:flex;
 */
}

.e_loop-39 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

.e_loop-39 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

.e_loop-39 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

.e_loop-39 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

.e_loop-39 .p_active .p_mbutton::before {
    display: block
}

.e_loop-39 .p_active .p_mbutton::after {
    display: block
}

.e_loop-39 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

.e_loop-39 .swiper-container {
    padding-bottom: 30px
}

.e_loop-39 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

.e_loop-39 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

.e_loop-39 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

.e_loop-39 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

.e_loop-39 .p_filter_result {
    display: none
}

.e_loop-39 .p_contclear {
    display: none
}

.e_loop-39 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

.e_loop-39 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

.e_loop-39 .p_categoryActive {
    color: #409EFF
}


.e_image-40 {
    overflow: hidden;
    display-radio: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 350px
}

.e_image-40 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

 .e_loop-39 .cbox-39:nth-child(odd) {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

 .e_loop-39 .cbox-39:nth-child(even) {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px
}
.container .about_tit{text-align: center}
.container .about_tit h1{position: relative;margin-bottom: 15px;display: inline-block;padding: 0 20px;font: 600 36px/30px "microsoft yahei" }
.container .about_tit h2{position: relative;margin-bottom: 15px;display: inline-block;padding: 0 20px;background: #fff;font: 600 30px/24px "microsoft yahei" }
.container .about_tit p{font-size: 18px;color: #999;font-family: Arial;text-transform: uppercase;position: relative;padding-bottom: 8px;}
.container .about_tit p::after{content: '';position: absolute;width: 40px;height: 2px;background: #c10001;bottom: 0;left: 50%;transform: translateX(-50%);}

/* contact */
.container  .contact_info{width: 103%;margin: 4% 0;z-index: 99999;}
.container  .contact_info li{width: 24%;margin-right:1%;float: left;padding: 20px 0;text-align: center;border: 1px solid #ddd;border-radius: 5px;box-sizing: border-box;background: #f7f7f7;}
.container  .contact_info .fa-mobile-phone{color: #108343;font-size: 70px;line-height: 70px;}
.container  .contact_info .fa-tty{color: #108343;font-size: 54px;line-height: 70px;}
.container  .contact_info .fa-envelope{color: #108343;font-size: 54px;line-height: 70px;}
.container  .contact_info .fa-map-marker{color: #108343;font-size: 55px;line-height: 70px;}
.container  .contact_info li .txt{font-size: 14px;color: #333333;margin-top: 10px;}
.container  .contact_info li .txt p{font-size: 16px;color: #108343;margin-top: 10px;font-family: Arial;}

.message{width: 100%;margin: 4% 0;}
.message h3{font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.message form{width: 48%;float: left;}
.message  .ui-input {width: 48%;line-height: 36px;border:1px solid #dddddd;padding-left:1%;color: #bdbcbc;margin-bottom: 20px;margin-right: 2%;box-sizing: border-box;}
.message   input:nth-child(2){margin-right: 0}
.message  .ui-textarea{margin-bottom: 20px;width: 99%;height: 150px;border:1px solid #dddddd;padding-left: 1%;font-family: "microsoft yahei";box-sizing: border-box;}
.message  .ui-btn1 { background:#108343;border: none;color: #fff;width: 120px;padding: 10px;margin-right: 30px;}
.message  .ui-btn2 {background:#bbbbbb;border: none;color: #fff;width: 120px;padding:10px;}
.message .code_fr{width: 48%;float: right;}
.message .code_fr li{width: 50%;text-align: center;color: #666;margin-top: 20px;float: left;}
.message .code_fr li img{max-width: 100%;}
.container .map{width: 100%;overflow: hidden;}
