@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.textdq {
  text-align: justify;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.dq {
  text-align: center;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
* {
  box-sizing: border-box;
}
.clerboth {
  clear: both;
}
.dl-container {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.header {
  width: 100%;
  height: 1.125rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.header .headerL {
  font-size: 0.5rem;
  line-height: 1.125rem;
  font-weight: bold;
  color: #ffc001;
  flex: 1;
  flex-direction: column;
}
.header .headerR {
  width: 40px;
  float: left;
  flex-direction: column;
  flex: 0 0 40px;
}
.header .headerR span {
  width: 0.625rem;
  height: 1px;
  background: #333333;
  display: block;
  margin: 0 auto;
  margin-top: 0.3125rem;
}
.banner {
  width: 100%;
  position: relative;
  padding-bottom: 0.3125rem;
  background: #f2f2f2;
}
.banner ul li {
  display: block;
}
.banner ul li img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  font-size: 0.1875rem;
  color: #666;
  position: absolute;
  top: 40%;
  left: 10px;
  width: 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-10px) rotate(0deg);
  }
  100% {
    transform: translateY(-2px) rotate(-45deg);
  }
}
.mobile-inner-nav {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  position: absolute;
  top: 1.125rem;
  left: 0px;
  z-index: 99999999999;
  display: none;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.mobile-inner-nav a {
  display: inline-block;
  line-height: 1.125rem;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #FFFFFF;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
  font-size: 0.3125rem;
}
.mobile-inner-nav a:hover {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.mobile-inner-nav a {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.hot ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hot ul li {
  width: 30%;
  float: left;
  flex-direction: column;
  flex: 0 0 30%;
}
.hot ul li i {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #000;
  margin: 0 auto;
  margin-top: 0.46875rem;
  font-size: 0.5625rem;
  text-align: center;
  line-height: 1.25rem;
  color: #fff;
  border-radius: 0.15625rem;
  position: relative;
}
.hot ul li i::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border: 1px solid #ffc001;
  position: absolute;
  top: -0.15625rem;
  border-radius: 0.15625rem;
  left: -0.15625rem;
}
.hot ul li span {
  display: block;
  font-size: 0.4375rem;
  margin-top: 0.3125rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotTitle {
  position: relative;
  margin-top: 0.3125rem;
  height: 0.3125rem;
}
.hot .hotTitle .hotTitleLine {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: relative;
  top: 50%;
}
.hot .hotTitle i {
  width: 0.3125rem;
  height: 0.3125rem;
  display: block;
  background: #000000;
  position: relative;
  transform: rotate(45deg);
  margin: 0 auto;
}
.hot .hotTitle i::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  display: block;
  left: 0.15625rem;
  position: absolute;
  top: -0.15625rem;
  border: 1px solid #ffc001;
}
.title {
  margin-top: 0.78125rem;
}
.title h3 {
  text-align: center;
}
.title h3 a {
  display: block;
  font-size: 0.56875rem;
}
.title span {
  display: block;
  font-size: 0.25rem;
  text-align: center;
  padding-top: 0.15625rem;
  color: #ffc001;
  text-transform: uppercase;
}
.about {
  padding-bottom: 0.78125rem;
  margin-top: 0.78125rem;
  border-bottom: 10px solid #f2f2f2;
}
.about p {
  font-size: 0.35rem;
  color: #666666;
  line-height: 2;
  margin-top: 0.3125rem;
  text-indent: 2em;
}
.about a.aboutImg {
  display: block;
  width: 100%;
  position: relative;
}
.about a.aboutImg img {
  display: block;
  width: 100%;
  margin-top: 0.78125rem;
  border-radius: 0.15625rem;
}
.about a.aboutImg i {
  width: 96%;
  height: 100%;
  display: block;
  position: absolute;
  top: 4%;
  left: 2%;
  border-radius: 10px;
  border: 1px solid #ffc001;
  border-radius: 0.15625rem;
}
.aboutMore {
  width: 3.125rem;
  height: 0.9375rem;
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  line-height: 0.9375rem;
  text-transform: uppercase;
  background: #333333;
  margin: 0 auto;
  margin-top: 0.625rem;
  border-radius: 5px;
}
.service {
  padding-bottom: 0.78125rem;
  margin-top: 0.78125rem;
}
.service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.78125rem;
}
.service ul li {
  width: 48%;
  float: left;
  flex-direction: column;
  flex: 0 0 48%;
  margin-bottom: 0.3125rem;
}
.service ul li .serviceImg {
  width: 100%;
  display: block;
  height: 3.125rem;
  border-radius: 5px;
}
.service ul li .serviceImg img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.service ul li .serviceText {
  font-size: 0.35rem;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 10px;
  height: 0.78125rem;
  line-height: 0.78125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm {
  padding: 0.78125rem;
  background: url(/templates/m_temp_37/images/adm.jpg) no-repeat center;
  background-size: cover;
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
}
.adm h4 {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
}
.adm p {
  margin-top: 0.15625rem;
  font-size: 0.21875rem;
  color: #fff;
  text-align: center;
}
.reason {
  border-bottom: 10px solid #f2f2f2;
}
.reason .reasonSwiper {
  margin-bottom: 0.15625rem;
}
.reason .reasonSwiper ul li {
  margin-top: 0.78125rem;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.3125rem;
}
.reason .reasonSwiper ul li img {
  display: block;
  width: 100%;
  height: 5rem;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.reason .reasonSwiper ul li h4 {
  font-size: 0.50625rem;
  line-height: 2;
  margin-top: 0.3125rem;
  color: #333;
  padding: 0 15px;
}
.reason .reasonSwiper ul li p {
  font-size: 0.38125rem;
  color: #666;
  line-height: 2;
  margin-top: 0.15625rem;
  padding: 0 15px;
  padding-bottom: 0.78125rem;
}
.reason .reasonSwiper ul li b {
  position: absolute;
  right: 0;
  top: 45%;
  background: #000;
  width: 1.25rem;
  height: 1.25rem;
  right: -0.546875rem;
  border-radius: 50%;
}
.reason .reasonSwiper ul li b em {
  width: 1.09375rem;
  height: 1.09375rem;
  line-height: 1.09375rem;
  font-size: 0.5625rem;
  text-align: center;
  color: #ffc001;
  margin: 0.078125rem;
  display: block;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.reason .swiper-pagination {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.reason .swiper-pagination span {
  display: inline-block;
  width: 0.78125rem;
  height: 0.0625rem;
  border-radius: 0;
  margin: 0 5px;
  vertical-align: super;
}
.reason .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffc001;
}
.case .caseBox {
  margin-top: 0.78125rem;
}
.case .caseBox ul li .caseBoxImg {
  display: block;
  height: 3.15625rem;
  width: 100%;
}
.case .caseBox ul li .caseBoxImg img {
  display: block;
  height: 3.15625rem;
  width: 100%;
  object-fit: cover;
}
.case .caseBox ul li .caseText {
  font-size: 0.38125rem;
  line-height: 0.78125rem;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  color: #666;
}
.case .caseBth {
  position: relative;
}
.case .caseBth span {
  width: 0.1875rem;
  height: 0.1875rem;
}
.case .caseBth span.swiper-pagination-bullet-active {
  background: #ffc001;
}
.case .swiper-container-horizontal > .swiper-pagination-bullets,
.case .swiper-pagination-custom,
.case .swiper-pagination-fraction {
  bottom: 20px;
}
.adm2 {
  border-bottom: 10px solid #f2f2f2;
  padding-bottom: 0.78125rem;
}
.adm2 .adm2Box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adm2 .adm2Box .adm2L {
  width: 48%;
  float: left;
  flex-direction: column;
  flex: 0 0 48%;
  height: 2.5rem;
  background: url(/templates/m_temp_37/images/adm2L.jpg) no-repeat center;
  background-size: cover;
}
.adm2 .adm2Box .adm2L h4 {
  font-size: 0.375rem;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.15625rem;
  color: #fff;
}
.adm2 .adm2Box .adm2L p {
  font-size: 0.25rem;
  text-align: center;
  color: #fff;
}
.adm2 .adm2Box .adm2R {
  width: 48%;
  float: left;
  flex-direction: column;
  flex: 0 0 48%;
  height: 2.5rem;
  background: url(/templates/m_temp_37/images/adm2R.jpg) no-repeat center;
  background-size: cover;
}
.adm2 .adm2Box .adm2R h4 {
  font-size: 0.375rem;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.15625rem;
  color: #fff;
}
.adm2 .adm2Box .adm2R a {
  font-size: 0.25rem;
  display: block;
  width: 2.34375rem;
  height: 0.59375rem;
  background: #ffffff;
  color: #333;
  margin: 0 auto;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 0.59375rem;
}
.news {
  border-bottom: 10px solid #f2f2f2;
}
.news .newsCenter .newsCenterTop h4 a {
  font-size: 0.4125rem;
}
.news .newsCenter .newsCenterTop h4 p {
  font-size: 0.35rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsCenter .newsCenterTop .newsCenterImg {
  display: block;
  width: 100%;
}
.news .newsCenter .newsCenterTop .newsCenterImg img {
  width: 100%;
  display: block;
  margin: 10px auto;
  border-right: 10px;
}
.news .newsCenter .newsCenterTop .newsCenterTime {
  font-size: 0.38125rem;
  line-height: 2;
  display: block;
  color: #999;
  background: url(/templates/m_temp_37/images/newsCenterTime.png) no-repeat center right;
  background-size: 20px;
}
.news .newsCenter .newsCenterBottom ul {
  margin-top: 0.15625rem;
}
.news .newsCenter .newsCenterBottom ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #f2f2f2;
}
.news .newsCenter .newsCenterBottom ul li .newsCenterBottomL {
  width: 20%;
  float: left;
  flex-direction: column;
  flex: 0 0 20%;
}
.news .newsCenter .newsCenterBottom ul li .newsCenterBottomL i {
  font-size: 0.75rem;
  display: block;
}
.news .newsCenter .newsCenterBottom ul li .newsCenterBottomL b {
  font-size: 0.25rem;
  display: block;
}
.news .newsCenter .newsCenterBottom ul li .newsCenterBottomR {
  width: 78%;
  float: left;
  flex-direction: column;
  flex: 0 0 78%;
}
.news .newsCenter .newsCenterBottom ul li .newsCenterBottomR i {
  display: block;
  font-size: 0.4125rem;
  padding-top: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsCenter .newsCenterBottom ul li .newsCenterBottomR span {
  display: block;
  font-size: 0.38125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.15625rem;
  color: #666;
}
.news .newsCenter .newsCenterBottom .newsMore {
  display: block;
  width: 2.46875rem;
  height: 0.6875rem;
  font-size: 0.25rem;
  text-transform: uppercase;
  margin: 20px auto;
  text-align: center;
  line-height: 0.6875rem;
  background: #333333;
  color: #fff;
  border-radius: 5px;
}


.service ul li .serviceImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 5px;
  }