@font-face {
  font-family: 'iconfont';  /* Project id 3662525 */
  src: url('http://at.alicdn.com/t/c/font_3662525_gidoam2maxp.woff2?t=1676080336780') format('woff2'),
       url('http://at.alicdn.com/t/c/font_3662525_gidoam2maxp.woff?t=1676080336780') format('woff'),
       url('http://at.alicdn.com/t/c/font_3662525_gidoam2maxp.ttf?t=1676080336780') format('truetype');
}
.iconfont{
	font-family:"iconfont" !important;
	font-size:16px;font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img{margin: 0; padding: 0; border: 0; outline: 0; transition: all .3s; }
body{font: 12px/1.5 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif'; color: #333; background-color: #fff;}
.inner{max-width: 1400px;margin: 0 auto;}
li{ list-style: none; }
a:hover{text-decoration: none;}
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;display: block; }
@font-face{ font-family: YOU; src: url('./fonts/YouSheBiaoTiHei.ttf'); }

/*滚动条样式*/
::-webkit-scrollbar{width:6px; height:6px ;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}

body{ --zhu-color:#2aac42; --pei-color:#fe9404; }
.inner{ width: 1400px; margin:0 auto; }
@media only screen and (max-width: 1400px){
  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }
}

/* h_tool */
.h_tool{ background: var(--zhu-color); padding:10px 0; border-bottom: 1px solid #55bd68; }
.h_tool .inner{ display: flex; align-items: center; justify-content: space-between; }
.h_tool p{ font-size: 12px; color: #ffffff; line-height: 1; }
.h_tool p span{ font-size: 12px; color: #ffffff; line-height: 1; margin-right:6px; }
.h_tool .tel{ display: flex; align-items: center; }
.h_tool .tel span{ font-size: 16px; line-height: 1; color: #ffffff; }
.h_tool .tel small{ font-size: 12px; line-height: 1; color: #bde0c2; margin:0 6px; }
.h_tool .tel b{ font-size: 16px; line-height: 1; color: #ffffff; font-weight: bold; }
@media screen and (max-width: 1400px){
	.h_tool .tel span, .h_tool .tel b{ font-size: 15px; font-weight: normal; }
}
@media screen and (max-width: 1200px){
	.h_tool .tel span, .h_tool .tel b{ font-size: 14px; }
}
@media screen and (max-width: 992px){
	.h_tool .tel span, .h_tool .tel b{ font-size: 13px; }
}
@media screen and (max-width: 768px){
	.h_tool .tel span, .h_tool .tel b{ font-size: 12px; }
}
@media screen and (max-width: 640px){
	.h_tool .inner{ justify-content: center; }
	.h_tool .tel{ display: none; }
}
@media screen and (max-width: 576px){
}
@media screen and (max-width: 414px){
}

/*top*/
.h_top{ padding:20px 0; background: var(--zhu-color); width: 100%; box-sizing:border-box; transition: all .3s; }
.h_top .inner{ display: flex; align-items: center; justify-content: space-between; }
.h_top .logo img{ max-width: 100%; }
.h_top .nav{ display: flex; align-items: center; justify-content: center; }
.h_top .nav li{ display: flex; }
.h_top .nav li a{ display: flex; height: 100%; padding:15px 0; margin:0 24px; line-height: 1; font-size: 16px; color: #fefefe; position: relative; transition: all 0.3s; }
.h_top .nav li a::before{ content: ""; display: inline-block; height: 2px; background: rgba(255,255,255,.5); border: 0; position: absolute; left: 50%; top: 0; width: 0; transition: all 0.3s; }
.h_top .nav li a:hover::before{ left: 0; width: 100%; transition: all 0.3s; }
.h_top .ewm{ overflow: visible; border-left: 1px solid #82ce90; display: inline-flex; align-items: center; justify-content: center; position: relative; padding:0 30px; }
.h_top .ewm span{ font-size: 24px; color: #fefcfc; }
.h_top .ewm div{ position: absolute; top:170%; }
.h_top .ewm div img{ width: 100%; }
.h_top .ewm:hover div{ top:-68%; }
@media screen and (max-width: 1400px){
	.h_top .nav li a{ padding:15px 0; margin:0 22px; font-size: 15px; }
}
@media screen and (max-width: 1200px){
	.h_top .ewm{ display: none; }
	.h_top .inner{ padding:0 8px; }
	.h_top .nav li a{ padding:10px 0; margin:0 15px; font-size: 14px; }
}
@media screen and (max-width: 992px){
	.h_top{ position: static; background: var(--zhu-color); padding:0; }
	.h_top .inner{ flex-direction: column; padding:0; }
	.h_top .logo{ padding:18px 0; }
	.h_top .nav{ width: 100%; border-top:1px solid #ffffff; }
	.h_top .nav li{ width: 12.5%; display: inline-flex; align-items: center; justify-content: center; }
	.h_top .nav li a{ padding:18px 0; width: 100%; display: inline-flex; align-items: center; justify-content: center; margin:0; font-size: 15px; }
	.h_top .nav li a:hover{ transition: all .3s; background: var(--pei-color); }
	.h_top .nav li a::before{ display: none; }
}
@media screen and (max-width: 768px){
	.h_top .logo{ padding:16px 0; }
	.h_top .nav{ flex-wrap: wrap; border-bottom:1px solid #ffffff; }
	.h_top .nav li{ width: 25%; box-sizing: border-box; border-right: 1px solid #ffffff; }
	.h_top .nav li a{ padding:14px 0; font-size: 14px; }
	.h_top .nav li:nth-child(1), .h_top .nav li:nth-child(2), .h_top .nav li:nth-child(3), .h_top .nav li:nth-child(4){ border-bottom: 1px solid #ffffff; }
}
@media screen and (max-width: 640px){
	.h_top .logo{ padding:14px 0; }
	.h_top .nav li a{ padding:12px 0; }
}
@media screen and (max-width: 576px){
	.h_top .logo{ padding:12px 0; }
	.h_top .nav li a{ padding:10px 0; font-size: 13px; }
}
@media screen and (max-width: 414px){
	.h_top .logo{ width: 50%; }
	.h_top .logo img{ height: auto; }
	.h_top .nav li a{ padding:8px 0; font-size: 12px; }
}

/*banner*/
#banner{ width: 100%; overflow: hidden; }
#banner .swiper-pagination{ bottom:30px; }
#banner .swiper-pagination-bullet{ opacity: 1; width: 14px; height: 14px; background: none; border:2px solid #f7fbfe; border-radius: 50%; }
#banner .swiper-pagination-bullet-active{ width: 14px; height: 14px; background: var(--zhu-color); border-radius: 12px; border:none; }
@media only screen and (min-width: 1930px){
  #banner img{ width: 100%;}
}
@media only screen and (max-width: 1910px){
  #banner img{ width: 100%;}
}
@media only screen and (max-width: 768px){
	#banner .swiper-pagination{ bottom:25px; }
	#banner .swiper-pagination-bullet{ opacity: 1; width: 12px; height: 12px; background: none; border:1px solid #f7fbfe; border-radius: 50%; }
  #banner .swiper-pagination-bullet-active{ width: 12px; height: 12px; background: var(--zhu-color); border-radius: 12px; border:none; }
}
@media only screen and (max-width: 640px){
	#banner .swiper-pagination{ bottom:20px; }
  #banner .swiper-pagination-bullet{ opacity: 1; width: 10px; height: 10px; background: none; border:1px solid #f7fbfe; border-radius: 50%; }
  #banner .swiper-pagination-bullet-active{ width: 10px; height: 10px; background: var(--zhu-color); border-radius: 12px; border:none; }
}
@media only screen and (max-width: 576px){
	#banner .swiper-pagination{ bottom:15px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ background-size: 70%; }
}
@media only screen and (max-width: 414px){
	#banner .swiper-pagination{ bottom:10px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ background-size: 50%; }
}

/* m_product */
.m_product{ overflow: hidden; padding:20px 0; }
.m_product .hd{ background: #279d3d; padding-right: 30px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.m_product .hd .left{ display: flex; align-items: center; }
.m_product .hd .tit{ background: var(--zhu-color) url(../images/tit_bg.png) no-repeat right center; font-size: 28px; color: #ffffff; font-weight: bold; line-height: 1; padding:15px 48px 15px 18px; display: inline-flex; align-items: center; }
.m_product .hd .tit span{ font-size: 34px; line-height: 1; color: #ffffff; margin-right: 10px; font-weight: normal; }
.m_product .hd .type{ display: inline-flex; align-items: center; padding:0 30px; font-size: 16px; color: #ffffff; }
.m_product .hd .type a{ transition: all .3s; font-size: 16px; color: #ffffff; line-height: 1; }
.m_product .hd .type a:hover{ transition: all .3s; color: var(--pei-color); }
.m_product .hd .type i{ width: 2px; height: 16px; display: inline-flex; background: #ffffff; margin:0 8px; transform: rotate(15deg); }
.m_product .hd .more{ transition: all .3s; display: inline-flex; padding:8px 16px; border:1px solid #ffffff; line-height: 1; border-radius: 30px; font-size: 14px; color: #fdfdfd; }
.m_product .hd .more:hover{ transition: all .3s; background: var(--pei-color); border-color: var(--pei-color); }
#product{ overflow: hidden; }
#product a{ display: block; overflow: hidden; box-sizing: border-box; padding:20px; background: #f8f6f7; transition: all .3s; }
#product a .img{ width: 100%; padding-bottom: 74%; position: relative; overflow: hidden; }
#product a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
#product a .txt{ overflow: hidden; padding:15px 0 0; }
#product a .txt .top{ display: flex; align-items: center; justify-content: space-between; }
#product a .txt .top b{ transition: all .3s; font-weight: normal; position: relative; width: calc(100% - 42px); display: inline-flex; align-items: center; padding:7px 0; font-size: 18px; color: #555555; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#product a .txt .top b::before{ transition: all .3s; content: ""; display: block; width: 24px; height: 1px; background: #505050; position: absolute; left:0; bottom:0; }
#product a .txt .top span{ transition: all .3s; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; box-sizing: border-box; border:1px solid #f2f2f2; font-size: 12px; color: #dedede; line-height: 1; }
#product a .txt p{ text-indent: -2em; font-size: 12px; color: #666666; line-height: 1.6; margin-top: 6px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
#product a:hover{ transition: all .3s; background: var(--zhu-color); }
#product a:hover img{ transition: all .3s; transform: scale(1.05); }
#product a:hover .top b{ transition: all .3s; color: #ffffff; }
#product a:hover .top b::before{ transition: all .3s; background: #ffffff; width: 32px; }
#product a:hover .top span{ transition: all .3s; color: #ffffff; border-color: #ffffff; }
#product a:hover  p{ transition: all .3s; color: #ffffff; }
@media screen and (max-width: 1400px){
	.m_product{ padding:15px 0; }
	.m_product .hd{ padding-right: 12px; }
	.m_product .hd .tit{ font-size: 24px; padding:12px 44px 12px 12px; }
	.m_product .hd .tit span{ font-size: 30px; }
	.m_product .hd .type{ padding:0 26px; font-size: 15px; }
	.m_product .hd .type a{ font-size: 15px; }
	.m_product .hd .more{ font-size: 13px; padding:6px 14px; }
	#product a{ padding:18px; }
	#product a .txt{ padding:12px 0 0; }
	#product a .txt .top b{ font-size: 17px; }
	#product a .txt .top span{ width: 30px; height: 30px; }
}
@media screen and (max-width: 1200px){
	.m_product .hd{ padding-right: 10px; }
	.m_product .hd .tit{ font-size: 22px; padding:10px 40px 10px 10px; }
	.m_product .hd .tit span{ font-size: 26px; }
	.m_product .hd .type{ padding:0 22px; font-size: 14px; }
	.m_product .hd .type a{ font-size: 14px; }
	.m_product .hd .more{ font-size: 12px; padding:6px 12px; }
	#product a{ padding:16px; }
	#product a .txt{ padding:10px 0 0; }
	#product a .txt .top b{ font-size: 16px; }
	#product a .txt .top span{ width: 28px; height: 28px; }
}
@media screen and (max-width: 992px){
	.m_product .hd .tit{ font-size: 20px; }
	.m_product .hd .tit span{ font-size: 22px; }
	.m_product .hd .type{ padding:0 18px; font-size: 13px; }
	.m_product .hd .type a{ font-size: 13px; }
	#product a{ padding:14px; }
	#product a .txt{ padding:8px 0 0; }
	#product a .txt .top b{ font-size: 15px; }
	#product a .txt .top span{ width: 26px; height: 26px; }
}
@media screen and (max-width: 768px){
	.m_product .hd .tit{ font-size: 18px; }
	.m_product .hd .tit span{ font-size: 18px; }
	.m_product .hd .type{ display: none; }
	#product a{ padding:12px; }
	#product a .txt .top b{ font-size: 14px; }
	#product a .txt .top span{ width: 24px; height: 24px; }
}
@media screen and (max-width: 640px){
	.m_product .hd .tit{ font-size: 16px; font-weight: normal; }
	.m_product .hd .tit span{ font-size: 16px; }
	#product a{ padding:10px; }
	#product a .txt .top b{ font-size: 13px; }
}
@media screen and (max-width: 576px){
	.m_product .hd .tit{ font-size: 14px; }
	.m_product .hd .tit span{ font-size: 14px; }
	#product a{ padding:8px; }
}
@media screen and (max-width: 414px){
	#product a{ padding:6px; }
}

/* m_tit */
.m_tit{ overflow: hidden; padding:35px 0; text-align: center; }
.m_tit b{ display: inline-flex; align-items: center; font-size: 36px; color: #333333; line-height: 1; }
.m_tit b span{ color: var(--zhu-color); }
.m_tit b i{ display: inline-block; width: 11px; height: 11px; background: #333; border-radius: 50%; margin:0 15px; }
.m_tit p{ font-size: 18px; color: #333333; line-height: 1; margin-top: 20px; }
@media screen and (max-width: 1400px){
	.m_tit{ padding:30px 0; }
	.m_tit b{ font-size: 30px; }
	.m_tit b i{ width: 10px; height: 10px; margin:0 12px; }
	.m_tit p{ font-size: 17px; margin-top: 18px; }
}
@media screen and (max-width: 1200px){
	.m_tit{ padding:25px 0; }
	.m_tit b{ font-size: 26px; }
	.m_tit b i{ width: 8px; height: 8px; margin:0 10px; }
	.m_tit p{ font-size: 16px; margin-top: 16px; }
}
@media screen and (max-width: 992px){
	.m_tit{ padding:20px 0; }
	.m_tit b{ font-size: 22px; }
	.m_tit b i{ width: 6px; height: 6px; margin:0 8px; }
	.m_tit p{ font-size: 15px; margin-top: 14px; }
}
@media screen and (max-width: 768px){
	.m_tit{ padding:15px 0; }
	.m_tit b{ font-size: 18px; }
	.m_tit b i{ width: 4px; height: 4px; margin:0 6px; }
	.m_tit p{ font-size: 14px; margin-top: 12px; }
}
@media screen and (max-width: 640px){
	.m_tit b{ font-size: 17px; }
	.m_tit p{ font-size: 13px; margin-top: 10px; }
}
@media screen and (max-width: 576px){
	.m_tit b{ font-size: 16px; font-weight: normal; }
	.m_tit p{ font-size: 12px; margin-top: 8px; }
}
@media screen and (max-width: 414px){
}

/* m_super */
.m_super{ padding:20px 0 84px; background: url(../images/super_bg.jpg) no-repeat top center; background-attachment: fixed; }
.m_super .hd{ margin-bottom: 12px; }
.m_super .hd b, .m_super .hd p{ color: #ffffff; }
.m_super .hd b i{ background: #ffffff; }
#super{ width: 100%; overflow: hidden; }
#super a{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; box-sizing: border-box; padding:42px 30px; background: #ffffff; }
#super a span{ transition: all .3s; padding:1px; display: inline-flex; align-items: center; justify-content: center; position: relative; }
#super a span::before{ transition: all .3s; content: ""; display: block; background: #ffffff; padding:4px 0; height: 1px; width: 100%; background: #ffffff; position: absolute; left:0; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#super a span::after{ transition: all .3s; content: ""; display: block; background: #ffffff; height: 1px; border:0; width: calc(100% - 2px); background: #898989; position: absolute; left:1px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#super a span small{ transition: all .3s; padding:14px; border:1px solid #898989; line-height: 1; color: var(--zhu-color); }
#super a span small i{ transition: all .3s; background: #ffffff; padding:0 1px; font-style: normal; font-size: 36px; font-weight: bold; line-height: 1; color: var(--zhu-color); position: relative; z-index: 35; }
#super a b{ transition: all .3s; display: inline-flex; padding:12px 0; margin-top: 12px; font-size: 18px; font-weight: normal; color: #333333; line-height: 1; }
#super a p{ transition: all .3s; font-size: 14px; color: #666666; line-height: 1.7; text-align: center; min-height:72px; }
#super a:hover{ transition: all .3s; background: var(--zhu-color); }
#super a:hover span::before{ transition: all .3s; background: var(--zhu-color); }
#super a:hover span::after{ transition: all .3s; background: #cbcbcb; }
#super a:hover span small{ transition: all .3s; border-color: #cbcbcb; }
#super a:hover span small i{ transition: all .3s; color: #ffffff; background: var(--zhu-color); }
#super a:hover b{ transition: all .3s; color: #ffffff; }
#super a:hover p{ transition: all .3s; color: #ffffff; }
@media screen and (max-width: 1400px){
	.m_super{ padding:0 0 30px; }
	.m_super .hd{ margin-bottom: 0; }
	#super a{ padding:30px; }
	#super a span small i{ font-size: 34px; }
}
@media screen and (max-width: 1200px){
	.m_super{ padding:0 0 25px; }
	#super a{ padding:25px; }
	#super a span small i{ font-size: 32px; }
}
@media screen and (max-width: 992px){
	.m_super{ padding:0 0 20px; }
	#super a{ padding:20px; }
	#super a span small i{ font-size: 30px; }
}
@media screen and (max-width: 768px){
	.m_super{ padding:0 0 15px; }
	#super a{ padding:15px; }
	#super a span small i{ font-size: 28px; }
}
@media screen and (max-width: 640px){
	#super a span small i{ font-size: 26px; }
	#super a b{ font-size: 17px; }
}
@media screen and (max-width: 576px){
	#super a span small i{ font-size: 24px; }
	#super a b{ font-size: 16px; padding:12px 0; margin-top: 12px; }
}
@media screen and (max-width: 414px){
	#super a span small i{ font-size: 22px; }
	#super a b{ font-size: 15px; padding:10px 0; margin-top: 10px; }
	#super a p{ font-size: 13px; line-height: 1.5; }
}

/* m_case */
.m_case{ overflow: hidden; padding:0 0 30px; }
.m_case .case_type{ display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.m_case .case_type a{ margin:0 15px; transition: all .3s; display: inline-flex; padding:17px 54px; border:1px solid #e5e5e5; font-size: 18px; color: #333333; line-height: 1; }
.m_case .case_type a:hover{ transition: all .3s; background: var(--zhu-color); color: #ffffff; }
#case{ overflow: hidden; }
#case a{ display: block; overflow: hidden; }
#case a .img{ width: 100%; padding-bottom: 75%; position: relative; overflow: hidden; border:1px solid #e5e5e5; }
#case a .img img{ border:2px solid #ffffff; width: 100%; height: 100%; position: absolute; object-fit: cover; transition: all .3s; }
#case a b{ display: flex; align-items: center; justify-content: center; padding:15px; font-size: 16px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: normal; }
#case a:hover img{ transition: all .3s; transform: scale(1.05); }
#case a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media screen and (max-width: 1400px){
	.m_case .case_type{ margin:0 0 30px; }
	.m_case .case_type a{ margin:0 12px; padding:15px 50px; font-size: 17px; }
}
@media screen and (max-width: 1200px){
	.m_case .case_type{ margin:0 0 25px; }
	.m_case .case_type a{ margin:0 10px; padding:12px 42px; font-size: 16px; }
}
@media screen and (max-width: 992px){
	.m_case .case_type{ margin:0 0 20px; }
	.m_case .case_type a{ margin:0 8px; padding:10px 30px; font-size: 15px; }
}
@media screen and (max-width: 768px){
	.m_case .case_type{ margin:0 0 15px; }
	.m_case .case_type a{ margin:0 6px; padding:8px 24px; font-size: 14px; }
	#case a b{ padding:12px 15px; font-size: 15px; }
}
@media screen and (max-width: 640px){
	.m_case .case_type{ flex-wrap: wrap; margin: 0 0 7px; }
	.m_case .case_type a{ margin:0 4px 8px; padding:6px 18px; font-size: 13px; }
	#case a b{ padding:10px 15px; font-size: 14px; }
}
@media screen and (max-width: 576px){
	.m_case .case_type{ margin: 0 0 11px; }
	.m_case .case_type a{ margin:0 2px 4px; padding:4px 12px; font-size: 12px; }
	#case a b{ padding:8px 15px; font-size: 13px; }
}
@media screen and (max-width: 414px){
	#case a b{ padding:6px 15px; font-size: 12px; }
}

/* m_service */
.m_service{ padding:40px 0; overflow: hidden; background: url(../images/service_bg.png) no-repeat center; }
.m_service .inner{ display: flex; align-items: center; justify-content: space-between; }
.m_service .info{ width: 65%; display: flex; flex-direction: column; align-items: flex-start; }
.m_service .info span{ display: inline-flex; background: #fefefe; border-radius: 6px; padding:15px 24px; font-size: 18px; color: #333333; line-height: 1; font-weight: 200; }
.m_service .info b{ font-size: 48px; color: #ffffff; font-family: "YOU"; letter-spacing: 2px; font-weight: normal; margin:18px 0 8px; line-height: 1; }
.m_service .info small{ font-size: 16px; color: rgba(255, 255, 255, .5); text-transform: uppercase; line-height: 1; }
.m_service .tel{ width: 35%; box-sizing: border-box; padding:0 15px; padding-top: 30px; display: flex; align-items: center; justify-content: flex-start; }
.m_service .tel .ltel{ display: inline-flex; align-items: center; }
.m_service .tel .ltel span{ font-size: 48px; line-height: 1; margin-right: 15px; color: #ffffff; }
.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 22px; font-weight: normal; line-height: 1; color: #ffffff; }
.m_service .tel .ltel p{ margin-top: 12px; }
.m_service .tel > a{ transition: all .3s; margin-left: 30px; border-radius: 30px; display: inline-flex; padding:15px 40px; background: var(--zhu-color); font-size: 18px; color: #ffffff; line-height: 1; }
.m_service .tel > a:hover{ transition: all .3s; background: var(--pei-color); }
@media screen and (max-width: 1400px){
	.m_service .info{ padding-left: 15px; }
	.m_service .info span{ font-size: 16px; padding:12px 20px; }
	.m_service .info b{ font-size: 42px; margin:10px 0; }
	.m_service .info small{ font-size: 15px; }
	.m_service .tel{ padding:30px 0 0 60px; }
	.m_service .tel .ltel span{ font-size: 46px; }
	.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 20px; }
	.m_service .tel .ltel p{ margin-top: 10px; }
	.m_service .tel > a{ font-size: 16px; padding:12px 30px; margin-left: 15px; }
}
@media screen and (max-width: 1200px){
	.m_service{ padding:25px 0; }
	.m_service .info{ padding-left: 15px; }
	.m_service .info span{ font-size: 14px; padding:10px 18px; }
	.m_service .info b{ font-size: 36px; letter-spacing: 0; margin:8px 0; }
	.m_service .info small{ font-size: 15px; }
	.m_service .tel{ padding:20px 0 0 40px; justify-content: flex-end; }
	.m_service .tel .ltel span{ font-size: 32px; }
	.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 18px; }
	.m_service .tel .ltel p{ margin-top: 8px; }
	.m_service .tel > a{ font-size: 12px; padding:6px 12px; margin-left: 8px; }
}
@media screen and (max-width: 992px){
	.m_service{ padding:20px 0; background: var(--zhu-color); }
	.m_service .inner{ flex-direction: column; align-items: center; }
	.m_service .info{ width: 100%; padding-left: 0; align-items: center; }
	.m_service .info span{ font-size: 13px; padding:8px 16px; }
	.m_service .info b{ font-size: 32px; letter-spacing: 0; margin:6px 0; }
	.m_service .info small{ font-size: 14px; }
	.m_service .tel{ width: 100%; padding:12px 0 0; justify-content: center; }
	.m_service .tel .ltel span{ font-size: 16px; margin-right: 0; }
	.m_service .tel .ltel > div{ display: inline-flex; align-items: center; }
	.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 16px; }
	.m_service .tel .ltel b{ margin:0 6px }
	.m_service .tel .ltel p{ margin-top: 0; }
	.m_service .tel > a{ background: var(--pei-color); font-size: 12px; padding:6px 12px; margin-left: 6px; }
}
@media screen and (max-width: 768px){
	.m_service{ padding:15px 0; }
	.m_service .info span{ font-size: 12px; padding:6px 12px; }
	.m_service .info b{ font-size: 26px; letter-spacing: 0; margin:6px 0; }
	.m_service .info small{ font-size: 13px; }
	.m_service .tel{ width: 100%; padding:10px 0 0; justify-content: center; }
	.m_service .tel .ltel span{ font-size: 15px; margin-right: 0; }
	.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 15px; }
	.m_service .tel > a{ padding:4px 12px; }
}
@media screen and (max-width: 640px){
	.m_service .info span{ padding:4px 10px; }
	.m_service .info b{ font-size: 24px; letter-spacing: 0; margin:6px 0; text-align: center; }
	.m_service .info small{ font-size: 12px; text-align: center; }
	.m_service .tel{ width: 100%; padding:8px 0 0; justify-content: center; }
	.m_service .tel .ltel span{ font-size: 14px; margin-right: 0; }
	.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 14px; }
}
@media screen and (max-width: 576px){
	.m_service .info b{ font-size: 22px; }
	.m_service .tel .ltel span{ font-size: 13px; margin-right: 0; }
	.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 13px; }
}
@media screen and (max-width: 414px){
	.m_service .info b{ font-size: 20px; }
	.m_service .tel .ltel span{ font-size: 12px; margin-right: 0; }
	.m_service .tel .ltel b, .m_service .tel .ltel p{ font-size: 12px; }
	.m_service .info span{ display: none; }
}

/* m_about */
.m_about{ overflow: hidden; padding:40px 0; background: #f3f8f4; }
.m_about .intro{ width: 100%; display: flex; align-items: center; justify-content: space-between; }
.m_about .intro .img, .m_about .intro .txt{ width: calc(50% - 15px); }
.m_about .intro .img{ padding-bottom: 29%; position: relative; overflow: hidden; }
.m_about .intro .img > img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
#imgs{ width: 100%; height: 100%; position: absolute; }
#imgs img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
#imgs .swiper-pagination-bullet{ width: 15px; height: 15px; background: #ffffff; opacity: 1; }
#imgs .swiper-pagination-bullet-active{ background: var(--zhu-color); opacity: 1; }
.m_about .intro .txt b{ font-size: 24px; color: #333333; line-height: 1; }
.m_about .intro .txt p{ margin:30px 0; font-size: 14px; color: #666666; line-height: 2; overflow:hidden; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; }
.m_about .intro .txt > div{ overflow: hidden; margin-bottom: 24px; }
.m_about .intro .txt > div b{ font-size: 18px; color: #333333; font-weight: bold; line-height: 2; display: block; }
.m_about .intro .txt > a{ transition: all .3s; display: inline-flex; align-items: center; justify-content: space-between; border:1px solid #e5e5e5; border-radius: 30px; }
.m_about .intro .txt > a small{ font-size: 14px; color: #666666; padding:0 32px; }
.m_about .intro .txt > a span{ display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; background: var(--zhu-color); border-radius: 50%; font-size: 16px; color: #ffffff; line-height: 1; }
.m_about .intro .txt > a:hover{ transition: all .3s; background: var(--pei-color); }
.m_about .intro .txt > a:hover small{ color: #ffffff; transition: all .3s; }
.m_about .service{ margin-top: 24px; width: 100%; display: flex; align-items: center; justify-content: space-between; background: var(--zhu-color); }
.m_about .service li{ display: flex; align-items: center; justify-content: center; width: 25%; box-sizing: border-box; padding:32px 0; }
.m_about .service li + li{ border-left: 1px solid #56af65; }
.m_about .service li span{ margin-right: 24px; display: inline-flex; width: 80px; height: 80px; align-items: center; justify-content: center; background: #ffffff; border-radius: 50%; font-size: 36px; line-height: 1; color: var(--zhu-color); }
.m_about .service li b{ font-size: 18px; font-weight: normal; color: #ffffff; line-height: 1; display: block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.m_about .service li p{ font-size: 14px; color: #ffffff; line-height: 1; margin-top: 12px; display: block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
@media screen and (max-width: 1400px){
	.m_about{ padding:15px 0; }
	.m_about .intro .img, .m_about .intro .txt{ width: calc(50% - 7.5px); }
	.m_about .service{ margin-top: 15px; }
	.m_about .intro .txt b{ font-size: 22px; }
	.m_about .intro .txt p{ margin:25px 0; line-height: 1.8; }
	.m_about .intro .txt > div b{ font-size: 17px; line-height: 1.8; }
	.m_about .intro .txt > a span{ width: 38px; height: 38px; font-size: 15px; }
	.m_about .intro .txt > a small{ padding:0 30px; }
	.m_about .service li{ padding:20px 0; }
	.m_about .service li span{ width: 70px; height: 70px; font-size: 32px; margin-right: 20px; }
	.m_about .service li b{ font-size: 17px; }
	.m_about .service li p{ margin-top: 10px; }
}
@media screen and (max-width: 1200px){
	.m_about .intro .txt b{ font-size: 20px; }
	.m_about .intro .txt p{ margin:20px 0; line-height: 1.5; }
	.m_about .intro .txt > div{ margin-bottom: 20px; }
	.m_about .intro .txt > div b{ font-size: 16px; line-height: 1.5; font-weight: normal; }
	.m_about .intro .txt > a span{ width: 36px; height: 36px; font-size: 14px; }
	.m_about .intro .txt > a small{ padding:0 28px; }
	.m_about .service li{ padding:15px 0; flex-direction: column; }
	.m_about .service li .txt{ width: 100%; text-align: center; margin-top: 10px; }
	.m_about .service li span{ width: 60px; height: 60px; font-size: 28px; margin-right: 0; }
	.m_about .service li b{ font-size: 16px; }
	.m_about .service li p{ margin-top: 8px; }
}
@media screen and (max-width: 992px){
	.m_about .intro .txt b{ font-size: 18px; }
	.m_about .intro .txt p{ margin:15px 0; }
	.m_about .intro .txt > div{ margin-bottom: 15px; }
	.m_about .intro .txt > div b{ font-size: 15px; }
	.m_about .intro .txt > a span{ width: 34px; height: 34px; font-size: 14px; }
	.m_about .intro .txt > a small{ padding:0 26px; }
	.m_about .intro .img{ height: 264px; padding-bottom: 0; }
	.m_about .service li{ padding:26px 0; }
	.m_about .service li span{ width: 50px; height: 50px; font-size: 24px; }
	.m_about .service li b{ font-size: 15px; }
	.m_about .service li p{ margin-top: 8px; font-size: 13px; }
	#imgs .swiper-pagination-bullet{ width: 12px; height: 12px; }
}
@media screen and (max-width: 768px){
	.m_about .intro .txt b{ font-size: 17px; }
	.m_about .intro .txt p{ margin:12px 0; font-size: 13px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; }
	.m_about .intro .txt > div{ margin-bottom: 12px; }
	.m_about .intro .txt > div b{ font-size: 14px; }
	.m_about .intro .img{ height: auto; padding-bottom: 39%; }
	.m_about .service{ flex-wrap: wrap; }
	.m_about .service li{ padding:24px 0; width: 50%; }
	.m_about .service li:nth-child(1),.m_about .service li:nth-child(2){ border-bottom: 1px solid #56af65; }
	.m_about .service li span{ width: 40px; height: 40px; font-size: 20px; }
	.m_about .service li b{ font-size: 14px; }
	.m_about .service li p{ margin-top: 6px; font-size: 12px; }
	#imgs .swiper-pagination-bullet{ width: 10px; height: 10px; }
}
@media screen and (max-width: 640px){
	.m_about .intro{ flex-direction: column; }
	.m_about .intro .img, .m_about .intro .txt{ width: 100%; }
	.m_about .intro .txt{ margin-top: 15px; }
	.m_about .intro .txt b{ font-size: 16px; font-weight: normal; }
	.m_about .intro .txt p{ margin:10px 0; font-size: 12px; }
	.m_about .intro .txt > div{ margin-bottom: 10px; }
	.m_about .intro .txt > div b{ font-size: 13px; }
	#imgs .swiper-pagination-bullet{ width: 8px; height: 8px; }
	.m_about .service li{ padding:22px 0; }
	.m_about .service li span{ width: 30px; height: 30px; font-size: 18px; }
	.m_about .service li b{ font-size: 13px; }
	.m_about .service li p{ box-sizing: border-box; padding:0 12px; }
}
@media screen and (max-width: 576px){
	.m_about .intro .txt b{ font-size: 15px; }
	.m_about .intro .txt > div b{ font-size: 12px; }
	#imgs .swiper-pagination-bullet{ width: 6px; height: 6px; }
}
@media screen and (max-width: 414px){
	.m_about .intro .txt b{ font-size: 14px; }
}

/* m_news */
.m_news{ overflow: hidden; }
.m_news .bd{ overflow: hidden; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.m_news .bd .left{ box-sizing: border-box; padding:22px; width: calc(35% - 15px); border:1px solid #d2d2d2; position: relative; }
.m_news .bd .left::before{ content: ""; display: block; width: 100%; height: 50%; background: var(--zhu-color); position: absolute; left:0; top:0; }
.m_news .bd .left .top{ margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 33; }
.m_news .bd .left .top b{ font-size: 24px; color: #ffffff; font-weight: bold; line-height: 1; }
.m_news .bd .left .top a span{ line-height: 1; font-size: 24px; color: #ffffff; }
.m_news .bd .left > a{ display: block; position: relative; z-index: 33; }
.m_news .bd .left > a .img{ width: 100%; padding-bottom: 70%; position: relative; overflow: hidden; }
.m_news .bd .left > a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.m_news .bd .left > a .txt{ padding:12px 0; overflow: hidden; }
.m_news .bd .left > a .txt b{ display: block; font-size: 16px; color: #333333; line-height: 1; padding:12px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.m_news .bd .left > a .txt p{ font-size: 14px; color: #999999; line-height: 1.7; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.m_news .bd .left > a .more{ margin-top: 22px; display: flex; align-items: center; justify-content: space-between; }
.m_news .bd .left > a .more span, .m_news .bd .left > a .more small{ font-size: 12px; color: #666666; line-height: 1; }
.m_news .bd .right{ width: calc(65% - 15px); }
#hnews{ width: 100%; overflow: hidden; }
#hnews a{ transition: all .3s; border:1px solid #eeeeed; display: flex; flex-direction: column; width: 100%; box-sizing: border-box; padding:32px 30px; }
#hnews a b{ transition: all .3s; font-size: 18px; color: #333333; line-height: 1; font-weight: bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#hnews a p{ transition: all .3s; margin:32px 0; font-size: 14px; color: #999999; line-height: 1.7; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
#hnews a .more{ transition: all .3s; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; }
#hnews a .more span, #hnews a .more small{ transition: all .3s; font-size: 12px; color: #666666; line-height: 1; }
#hnews a:hover{ transition: all .3s; box-shadow: 0 0 10px rgba(150,150,150,.5); }
#hnews a:hover b{ transition: all .3s; color: var(--zhu-color); }
#hnews a:hover span, #hnews a:hover small{ transition: all .3s; color: var(--zhu-color); }
@media screen and (max-width: 1400px){
	.m_news .bd .left{ padding:20px; width: calc(35% - 7.5px); }
	.m_news .bd .left > a .img{ height: 252px; padding-bottom: 0; }
	.m_news .bd .right{ width: calc(65% - 7.5px); }
	#hnews a{ padding:30px; }
	#hnews a p{ margin:25px 0; }
}
@media screen and (max-width: 1200px){
	.m_news .bd .left{ padding:15px; }
	.m_news .bd .left .top{ margin-bottom: 15px; }
	.m_news .bd .left .top b{ font-size: 22px; }
	.m_news .bd .left .top a span{ font-size: 22px; }
	.m_news .bd .left > a .img{ height: 168px; }
	#hnews a{ padding:25px; }
	#hnews a b{ font-size: 17px; }
	#hnews a p{ margin:20px 0; line-height: 1.5; }
	#hnews a .more{ margin-top: 0; }
}
@media screen and (max-width: 992px){
	.m_news .bd .left .top b{ font-size: 20px; }
	.m_news .bd .left .top a span{ font-size: 20px; }
	.m_news .bd .left > a .img{ height: 146px; }
	.m_news .bd .left > a .more{ margin-top: 0; }
	.m_news .bd .left > a .txt b{ font-weight: normal; padding:0; }
	.m_news .bd .left > a .txt p{ line-height: 1.5; margin:12px 0; }
	#hnews a{ padding:20px; }
	#hnews a b{ font-size: 16px; font-weight: normal; }
	#hnews a p{ margin:15px 0; font-size: 13px; line-height: 1.5; }
	#hnews a .more{ margin-top: 0; }
}
@media screen and (max-width: 768px){
	.m_news .bd{ display: flex; flex-direction: column; }
	.m_news .bd .left, .m_news .bd .right{ width: 100%; }
	.m_news .bd .left{ margin-bottom: 15px; }
	.m_news .bd .left .top b{ font-size: 18px; }
	.m_news .bd .left .top a span{ font-size: 18px; }
	#hnews a{ padding:15px; }
}
@media screen and (max-width: 640px){
	.m_news .bd .left .top b{ font-size: 16px; font-weight: normal; }
	.m_news .bd .left .top a span{ font-size: 16px; }
}
@media screen and (max-width: 576px){
	.m_news .bd .left .top b{ font-size: 15px; }
	.m_news .bd .left .top a span{ font-size: 15px; }
	.m_news .bd .left > a .txt b{ font-size: 15px; }
	#hnews a b{ font-size: 15px; }
	#hnews a p{ font-size: 12px; margin:12px 0; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
}
@media screen and (max-width: 414px){
	.m_news .bd .left .top b{ font-size: 14px; }
	.m_news .bd .left .top a span{ font-size: 14px; }
}

/* m_link */
.m_link{ overflow: hidden; padding:24px 0; }
.m_link .inner{ display: flex; align-items: center; }
.m_link .tit{ padding:11px 18px; border:1px solid #d2d2d2; text-align: center; }
.m_link .tit b{ font-size: 16px; color: #666666; line-height: 1; font-weight: normal; }
.m_link .tit p{ font-size: 16px; color: #666666; line-height: 1; text-transform: uppercase; font-weight: normal; }
.m_link .tit + div{ width: calc(100% - 102px); display: flex; align-items: center; flex-wrap: wrap; }
.m_link a{ font-size: 14px; color: #666666; margin:0 15px; line-height: 1; transition: all .3s; }
.m_link a:hover{ transition: all .3s; color: var(--pei-color); }
@media screen and (max-width: 1400px){
	.m_link{ padding:20px 0; }
	.m_link .tit{ padding:12px; display: flex; align-items: center; }
	.m_link .tit b{ margin-right: 5px; }
	.m_link .tit + div{ width: calc(100% - 146px); }
}
@media screen and (max-width: 1200px){
	.m_link{ padding:15px 0; }
}
@media screen and (max-width: 992px){
	.m_link .inner{ flex-direction: column; }
	.m_link .tit{ margin-bottom: 12px; }
	.m_link .tit + div{ width:100%; justify-content: center; }
	.m_link a{ margin:0 12px; }
}
@media screen and (max-width: 768px){
	.m_link .tit b, .m_link .tit p{ font-size: 15px; }
	.m_link a{ margin:0 10px; }
}
@media screen and (max-width: 640px){
	.m_link .tit b, .m_link .tit p{ font-size: 14px; }
	.m_link a{ margin:0 8px; }
}
@media screen and (max-width: 576px){
	.m_link a{ font-size: 13px; margin:0 6px; }
}
@media screen and (max-width: 414px){
	.m_link a{ font-size: 12px; margin:0 4px; }
}

/*footer*/
.footer{ background: #232323; overflow: hidden; }
.f_top{ padding:30px 0; overflow: hidden; display: flex; align-items: flex-start; }
.f_contact{ width: 35%; box-sizing: border-box; padding:25px; }
.f_contact p{ display: flex; align-items: center; padding:10px 0; font-size: 14px; color: #9e9e9e; line-height: 1; }
.f_contact p span{ display: inline-flex; width: 26px; height: 26px; background: #ffffff; border-radius: 50%; align-items: center; justify-content: center; font-size: 14px; color: var(--zhu-color); margin-right: 10px; }
.f_right{ display: flex; align-items: flex-start; justify-content: space-between; width: 65%; border-left: 1px solid #393939; position: relative; box-sizing: border-box; padding-right: 25px; }
.f_right::before{ content: ""; display: inline-block; width: 2px; height: 60px; background: var(--zhu-color); position: absolute; left:-1.5px; top:12px; }
.f_nav{ padding:25px 0; width: calc(100% - 150px); display: flex; align-items: flex-start; justify-content: space-around; }
.f_nav li{ width: 25%; box-sizing: border-box; padding:0 50px; }
.f_nav li b{ font-size: 17px; color: #ffffff; line-height: 1; margin-bottom: 24px; display: block; }
.f_nav li > div{ display: flex; flex-direction: column; }
.f_nav li > div a{ font-size: 12px; color: #8a8a8a; line-height: 2; transition: all .3s; }
.f_nav li > div a:hover{ transition: all .3s; color: #ffffff; }
.f_ewm{ padding:25px 0; overflow: hidden; }
.f_ewm > div{ width: 136px; border:1px solid #5a5a5a; text-align: center; }
.f_ewm img{ width: 100%; }
.f_ewm p{ font-size: 14px; color: #676767; line-height: 1; padding:12px 0; }
.f_copy{ overflow: hidden; border-top: 1px solid #484646; padding:18px 0; }
.f_copy .inner{ display: flex; align-items: center; justify-content: space-between; }
.f_copy p, .f_copy p a{ font-size: 14px; color: #676767; line-height: 1; transition: all .3s; }
.f_copy p a:hover{ transition: all .3s; color: #ffffff; }
@media screen and (max-width: 1400px){
	.f_top{ padding:25px 0; }
	.f_contact{ padding:15px 15px 15px 0; }
	.f_nav{ padding:15px 0; }
	.f_nav li{ padding:0 15px; text-align: center; }
	.f_nav li b{ font-size: 16px; font-weight: normal; margin-bottom: 20px; }
	.f_ewm{ padding:15px 0 0; }
	.f_ewm p{ font-size: 13px; padding:10px 0; }
	.f_copy{ padding:16px 0; }
	.f_copy p + p{ padding-right: 35px; }
}
@media screen and (max-width: 1200px){
	.f_top{ padding:20px 0; }
	.f_contact p{ padding:8px 0; font-size: 12px; }
	.f_contact p span{ width: 22px; height: 22px; font-size: 12px; }
	.f_nav{ width: calc(100% - 120px); }
	.f_nav li b{ font-size: 15px; margin-bottom: 16px; }
	.f_ewm > div{ width: 120px; }
}
@media screen and (max-width: 992px){
	.f_top{ padding:15px 0; flex-direction: column; }
	.f_contact{ width: 100%; padding:0; text-align: center; padding-bottom: 12px; }
	.f_contact p{ padding:6px 0; justify-content: center; flex-direction: column; }
	.f_contact p span{ margin-bottom: 10px; margin-right: 0; }
	.f_right{ width: 100%; flex-direction: column; padding-right: 0; border-left: 0; }
	.f_right::before{ display: none; }
	.f_nav{ display: none; }
	.f_ewm{ width: 100%; }
	.f_ewm{ text-align: center; display: flex; justify-content: center; }
	.f_copy{ padding:14px 0; }
	.f_copy p, .f_copy p a{ font-size: 13px; }
}
@media screen and (max-width: 768px){
	.f_copy{ padding-bottom: 65px; }
	.f_copy .inner{ flex-direction: column; }
	.f_copy p{ line-height: 1.5; text-align: center; }
	.f_copy p + p{ padding-right: 0; }
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 576px){
}
@media screen and (max-width: 414px){
}

/*down*/
.down{ width: 100%; height: 52px; background:#211f1f; color: #ffffff; font-size: 16px; position: fixed; bottom: 0;display: block; z-index: 33; }
.down li{ width: 25%; box-sizing: border-box; border-right: solid 1px #ffffff; text-align: center; line-height: 15px; float: left; padding-top: 4px; height: 52px; list-style:none; }
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
@media(min-width: 768px){
	.down{display: none;}
}

/* plugin-fixed-call */
.plugin-fixed-call{ position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000; }
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}
.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop p{ line-height: 45px; }
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
@media screen and (max-width: 768px){
	.plugin-fixed-call{ display: none; }
}

/*de-page-mian*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 10px 0;}
.de-page-mian .page-inner{display: inline-block; overflow: hidden;}
.de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 5px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: -1px; overflow: hidden;}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{color: #fff; border-color: var(--zhu-color); background: var(--zhu-color);}
.de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}
.de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;}
.de-page-mian .page-inner span{display: block; font-size: 12px; color: #333; float: left; line-height: 38px;}
.de-page-mian .page-inner input{display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px;}


