@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  font-family: '微软雅黑', Arial, "Microsoft heiti", "黑体", "宋体", sans-serif;
  color: #666;
  font-size: 14px;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
input,
select,
textarea {
  font-size: 100%;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
menu,
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ins,
a,
a:visited {
  text-decoration: none;
  outline: none;
}
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
/*input[type="checkbox"]{ background:#2460aa; color:#fff; -webkit-text-shadow:none; border-color:#2157db; margin-right:0.08rem; border-radius:2px; -webkit-box-shadow:none;}*/
/*去除ios浏览器中input button的风格*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
/*移除html5 input="number"的小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*四大按钮色*/
.bb {
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
}
/*移动下拉上拉样式*/
.mheader {
  width: 100%;
  height: 20vw;
  line-height: 20vw;
  font-size: 4vw;
  text-align: center;
  background: #008EDD;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
}
.mcont {
  width: 100%;
  height: calc(100% - 36vw);
  position: fixed;
  top: 20vw;
}
.mcont .mescroll {
  width: 100%;
  height: 100%;
  padding: 4vw;
  box-sizing: border-box;
}
.mcont .mescroll .mescroll_cont .list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px #e0dddb dashed;
  margin: 2.66666667vw 0 3.33333333vw;
}
.mcont .mescroll .mescroll_cont .list div {
  width: 15%;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
}
.mcont .mescroll .mescroll_cont .list div:nth-child(2) {
  width: 60%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcont .mescroll .mescroll_cont .list div:nth-child(3) {
  width: 25%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcont .mescroll .mescroll_end {
  text-align: center;
}
.mfooter {
  width: 100%;
  height: 16vw;
  line-height: 16vw;
  font-size: 4vw;
  text-align: center;
  background: #008EDD;
  color: #fff;
  position: fixed;
  z-index: 999;
  bottom: 0;
}
.header {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.header .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.header .cont .logo {
  float: left;
  width: 455px;
  height: 105px;
}
.header .cont .logo img {
  width: 100%;
  margin-top: 5px;
}
.header .cont .tel {
  float: right;
  width: 300px;
  height: 105px;
}
.header .cont .tel img {
  width: 100%;
  margin-top: 5px;
}
.menu {
  width: 100%;
  height: 60px;
  background: #33b591;
}
.menu .cont {
  width: 1200px;
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.menu .cont li {
  width: 140px;
  line-height: 60px;
  color: #fff;
  height: 60px;
  text-align: center;
  position: relative;
}
.menu .cont li a {
  color: #fff;
  font-size: 18px;
}
.menu .cont li ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 60px;
}
.menu .cont li:hover {
  background: #FF9B57;
}
.menu .cont li:hover ul {
  display: block;
}
.menu .cont li:hover ul li {
  background: #33b591;
  height: 45px;
  line-height: 45px;
}
.menu .cont li:hover ul li a {
  font-size: 16px;
}
.menu .cont li:hover ul li ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 140px;
}
.menu .cont li:hover ul li:hover {
  background: #FF9B57;
}
.menu .cont li:hover ul li:hover ul {
  display: block;
}
.menu .cont li:hover ul li:hover ul li {
  text-align: left;
  padding-left: 20px;
  width: 160px;
}
.banner {
  width: 100%;
  height: 600px;
  background: #f2f2f2;
}
.banner .wrapper {
  width: 100%;
  height: 600px;
}
.banner .slideBox {
  position: relative;
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
}
.banner .slideBox .bd {
  position: relative;
  z-index: 0;
}
.banner .slideBox .bd ul .on {
  background-position: 0 0;
}
.banner .slideBox .prev,
.banner .slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 70px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: #000 url(/bhu/images/icons.png) no-repeat;
  border: 1px solid #dcdfe3;
}
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover {
  filter: alpha(opacity=38);
  opacity: 0.38;
}
.banner .slideBox .prev {
  left: 80px;
  background-position: -390px -353px;
}
.banner .slideBox .next {
  right: 80px;
  background-position: -440px -353px;
}
.banner .icon-map2 {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  background-position: 0 -88px;
}
.banner .com .hd {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .com .hd > ul > li {
  float: left;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 6px;
  text-indent: -999px;
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.banner .com .hd > ul > li.on {
  background-color: #33b591;
  cursor: default;
}
.about {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  background: url(/images/index_02.jpg);
}
.about a {
  width: 155px;
  height: 42px;
  background: #33b591;
  text-align: center;
  line-height: 42px;
  color: #fff;
  display: block;
  font-size: 20px;
  border-radius: 25px;
  float: right;
  margin-top: 503px;
  margin-right: 67px;
}
.service {
  width: 1200px;
  height: 673px;
  margin: 0 auto;
  background: url(/images/index_03.jpg);
}
.service .dw {
  width: 100%;
  height: 0;
  position: relative;
}
.service .dw a {
  display: block;
  width: 205px;
  height: 72px;
  position: absolute;
}
.service .dw a:nth-child(1) {
  left: 80px;
  top: 155px;
}
.service .dw a:nth-child(2) {
  left: 331px;
  top: 155px;
}
.service .dw a:nth-child(3) {
  left: 80px;
  top: 253px;
}
.service .dw a:nth-child(4) {
  left: 331px;
  top: 253px;
}
.youshi {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  background: url(/images/index_04.jpg);
}
.fh {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  /* .adva-ul li:hover {
		background: #2ab18b;
		color: #fff;
	} */
}
.fh .advan-tab-box {
  margin-top: 30px;
}
.fh .advan-content-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 60px;
}
.fh .advan-tab-box .advan-content-box img {
  margin-right: 30px;
}
.fh .adva-ul {
  list-style: none;
  width: 96%;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.fh .adva-ul li {
  width: 225px;
  height: 65px;
  background: #e9f3f0;
  line-height: 65px;
  border-radius: 5px;
  float: left;
  margin: 25px;
  text-align: center;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
}
.fh .advan-icon,
.fh .rencai-icon,
.fh .jishu-icon,
.fh .fw-icon {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  /* line-height: 40px; */
  vertical-align: middle;
  margin-right: 12px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.fh .about-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-block;
  background-size: cover !important;
  vertical-align: middle;
}
.fh .about-icon1 {
  background: url(/images/icon_adv01.png) no-repeat;
}
.fh .about-icon2 {
  background: url(/images/icon_adv02.png) no-repeat;
}
.fh .about-icon3 {
  background: url(/images/icon_adv03.png) no-repeat;
}
.fh .about-icon4 {
  background: url(/images/icon_adv04.png) no-repeat;
}
.fh .adva-ul li.active .about-icon1 {
  background: url(/images/icon_adv01_active.png) no-repeat;
}
.fh .adva-ul li.active .about-icon2 {
  background: url(/images/icon_adv02_active.png) no-repeat;
}
.fh .adva-ul li.active .about-icon3 {
  background: url(/images/icon_adv03_active.png) no-repeat;
}
.fh .adva-ul li.active .about-icon4 {
  background: url(/images/icon_adv04_active.png) no-repeat;
}
.fh .adva-ul li.active {
  background: #2ab18b;
  color: #fff;
}
.fh .adva-intro {
  /* padding-right: 20px; */
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-top: 34px;
}
.fh .adva-compay {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  padding-top: 40px;
}
.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #303030;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.footer .cont .cont-left {
  width: 48%;
  height: auto;
  float: left;
}
.footer .cont .cont-left ul {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .cont .cont-left ul li a {
  color: #fff;
  font-size: 15px;
}
.footer .cont .cont-left ul li a:hover {
  text-decoration: underline;
}
.footer .cont .cont-left img {
  margin: 32px 0 20px;
}
.footer .cont .cont-left p {
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
}
.footer .cont .cont-left p a {
  color: #fff;
  font-size: 14px;
}
.footer .cont .cont-right {
  width: 45%;
  height: auto;
  float: right;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.footer .cont .cont-right div {
  width: 22%;
  height: auto;
}
.footer .cont .cont-right div img {
  width: 100%;
}
.footer .cont .cont-right div p {
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}
.nbanner {
  width: 100%;
  height: 600px;
}
.aban {
  background: url(/images/aban.jpg) center center no-repeat;
}
.bban {
  background: url(/images/bban.jpg) center center no-repeat;
}
.cban {
  background: url(/images/cban.jpg) center center no-repeat;
}
.dban {
  background: url(/images/dban.jpg) center center no-repeat;
}
.eban {
  background: url(/images/eban.jpg) center center no-repeat;
}
.fban {
  background: url(/images/fban.jpg) center center no-repeat;
}
.gban {
  background: url(/images/gban.jpg) center center no-repeat;
}
.hban {
  background: url(/images/hban.jpg) center center no-repeat;
}
.zban {
  background: url(/images/zban.jpg) center center no-repeat;
}
.yban01 {
  background: url(/images/yban01.jpg) center center no-repeat;
}
.yban02 {
  background: url(/images/yban02.jpg) center center no-repeat;
}
.yban03 {
  background: url(/images/yban03.jpg) center center no-repeat;
}
.yban04 {
  background: url(/images/yban04.jpg) center center no-repeat;
}
.yban05 {
  background: url(/images/yban05.jpg) center center no-repeat;
}
.yban06 {
  background: url(/images/yban06.jpg) center center no-repeat;
}
.yban07 {
  background: url(/images/yban07.jpg) center center no-repeat;
}
.yban08 {
  background: url(/images/yban08.jpg) center center no-repeat;
}
.serban {
  background: url(/images/serban.jpg) center center no-repeat;
}
.contban {
  background: url(/images/contban.jpg) center center no-repeat;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order-menu {
  width: 100%;
  height: 92px;
  background: url(/images/nav_02.jpg);
}
.order .order-menu .menu-cont {
  width: 1200px;
  height: 92px;
  background: url(/images/nav_04.jpg);
  margin: 0 auto;
}
.order .order-menu .menu-cont .menu-left {
  width: 40%;
  float: left;
  line-height: 92px;
  font-size: 16px;
}
.order .order-menu .menu-cont .menu-left a {
  font-size: 16px;
}
.order .order-menu .menu-cont .menu-right {
  width: 45%;
  float: right;
  line-height: 92px;
}
.order .order-menu .menu-cont .menu-right ul {
  width: 100%;
  height: 92px;
  text-align: right;
}
.order .order-menu .menu-cont .menu-right ul li {
  height: 90px;
  border-bottom: 2px solid #333;
  padding: 0 20px;
  float: right;
}
.order .order-menu .menu-cont .menu-right ul li a {
  font-size: 16px;
  line-height: 92px;
  color: #333;
  font-weight: bold;
}
.order .order-menu .menu-cont .menu-right ul li:hover {
  border-bottom: 2px solid #33b591;
}
.order .order-menu .menu-cont .menu-right ul .active {
  border-bottom: 2px solid #33b591;
}
.order .order-menu .menu-cont .menu-rr {
  width: 52%;
}
.order .order-menu .menu-cont .menu-rr li {
  float: left !important;
}
.order .order-menu .menu-cont .menu-rt {
  width: 52%;
}
.order .order-menu .menu-cont .menu-rt li {
  float: left !important;
}
.order .order-cont {
  width: 1200px;
  height: auto;
  overflow: hidden;
  min-height: 500px;
  margin: 0 auto;
}
.order .order-cc .sub-pro-list-box {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
.order .order-cc .sub-detail-list {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 35px 4% 0px;
  margin-top: 20px;
  background: #fff;
  width: 92%;
}
.order .order-cc .sub-pro-item {
  width: 33%;
  float: left;
  text-align: center;
  padding: 20px 10px 0;
  height: 280px;
  box-sizing: border-box;
}
.order .order-cc .hzhb-boxs .sub-pro-item {
  width: 25%;
  padding: 0 10px;
  height: auto;
}
.order .order-cc .sub-pro-item video {
  width: 100%;
  height: 200px;
  margin-right: 20px;
}
.order .order-cc .sub-pro-item a {
  width: 97%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  /* min-width: 260px; */
  /* min-height: 270px; */
  padding: 0 0;
  /* border-radius: 8px; */
  cursor: pointer;
  text-align: center;
  transition: background 300ms;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 235px;
  box-shadow: 0 0 8px #eeeeee;
}
.order .order-cc .sub-pro-item a img {
  /*width: 257px;height: 187px;*/
  /* width: 235px; */
  /* height: 155px; */
  transition: all 0.5s;
}
.order .order-cc .hzhb-boxs .sub-pro-item a {
  display: inline-block;
  width: 235px;
  height: 155px;
  text-align: center;
  transition: background 300ms;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 21px;
}
.order .order-cc .sub-pro-item a p {
  font-size: 16px;
  height: 55px;
  background: #fff;
  color: #333;
  line-height: 55px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* padding-left: 5px; */
  /* padding-right: 5px; */
}
.order .order-cc .sub-pro-item a:hover p {
  color: #fff;
  background-color: #1d81e7;
}
.order .order-cc .sub-pro-line {
  border-top: 1px solid #f2f2f2;
  width: 100%;
  padding-bottom: 30px;
}
.order .order-cc .sub-pro-item a:hover .zhezhao-box {
  display: block;
  transition: 0.5s all;
  height: 235px;
}
.order .order-cc .sub-leftimgs {
  width: 409px;
  height: 358px;
  /* float: left; */
  margin-right: 70px;
}
.order .order-cc .sub-leftimgs img {
  width: 100%;
  height: 100%;
}
.order .order-cc .sub-tits {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 2rem;
  color: #333;
}
.order .order-cc .sub-rightimgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order .order-cc .sub-contents {
  line-height: 24px;
}
.order .order-cc .online-link {
  width: 122px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #ff7800;
  -webkit-box-shadow: #fcca9e 0px 0px 10px;
  -moz-box-shadow: #fcca9e 0px 0px 10px;
  box-shadow: #fcca9e 0px 0px 10px;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  margin-right: 25px;
}
.order .order-cc .tel-num {
  font-size: 24px;
  font-weight: bold;
  color: #2fb38e;
}
.order .order-cc .detail-img {
  margin-bottom: 50px;
}
.order .order-zz {
  padding-bottom: 80px;
}
.order .order-zz .detail-title-top {
  padding: 60px 15px 0 175px;
}
.order .order-zz .detail-title-top h1 {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  word-break: break-all;
}
.order .order-zz .detail-title-auther {
  text-align: right;
  color: #999;
  margin-top: 20px;
  padding-right: 20px;
}
.order .order-zz .detail-left {
  width: 1200px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 15px;
}
.order .order-zz .detail_content-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  flex-wrap: wrap;
}
.order .order-zz .detail_content-time {
  display: inline-block;
  /* width: calc(16.6% + 15px); */
  width: 160px;
  padding-right: 15px;
}
.order .order-zz .detail-kx {
  line-height: 30px;
  background: #34b48f;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
  width: 160px;
}
.order .order-zz .detail-kxtime {
  text-align: center;
  margin: 20px auto;
}
.order .order-zz .detail-kxtime span {
  display: block;
}
.order .order-zz .detail-kxtime .s1,
.order .order-zz .detail-kxtime .s3 {
  font-size: 18px;
  line-height: 35px;
}
.order .order-zz .detail-kxtime .s2 {
  font-size: 28px;
  line-height: 55px;
}
.order .order-zz .kxshare {
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
.order .order-zz .show_share .bdsharebuttonbox a {
  display: block;
  margin: 10px auto;
  cursor: pointer;
  text-align: center;
  padding: 0px;
  font-size: 24px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: none;
  position: relative;
  float: none;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-wechats {
  background: url(/skin/images/xw.png) no-repeat center center;
  width: 50px;
  height: 50px;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-wechats:hover {
  background: url(/skin/images/xw_h.png) no-repeat center center;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-weibos {
  background: url(/skin/images/wb.png) no-repeat center center;
  width: 50px;
  height: 50px;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-weibos:hover {
  background: url(/skin/images/wb_h.png) no-repeat center center;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-qqs {
  background: url(/skin/images/qq.png) no-repeat center center;
  width: 50px;
  height: 50px;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-qqs:hover {
  background: url(/skin/images/qq_h.png) no-repeat center center;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-stars {
  background: url(/skin/images/kj.png) no-repeat center center;
  width: 50px;
  height: 50px;
}
.order .order-zz .show_share .bdsharebuttonbox a.icon-stars:hover {
  background: url(/skin/images/kj_h.png) no-repeat center center;
}
.order .order-zz .detail-content {
  display: inline-block;
  width: calc(100% - 205px);
  padding: 15px;
}
.order .order-zz .jieshu span {
  display: inline-block;
  vertical-align: middle;
}
.order .order-zz .jieshu span.s1 {
  border: 1px solid #DDD;
  height: 1px;
  width: 35%;
}
.order .order-zz .jieshu span.s2 {
  width: 30%;
  text-align: center;
  max-width: 150px;
  line-height: 40px;
  color: #00aa98;
}
.order .order-zz .tech-about {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  flex-wrap: wrap;
}
.order .order-zz .tech-about img {
  display: block;
  height: 210px;
  width: auto;
  margin-right: 15px;
}
.order .order-zz .tech-about .tech-content {
  flex: 1;
  display: block;
}
.order .order-zz .tech-about .tech-about-title {
  font-size: 22px;
  color: #34B48F;
  line-height: 35px;
  margin-bottom: 10px;
}
.order .order-zz .tech-about-conten {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  height: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.order .order-zz .tech-about-more {
  font-size: 16px;
  text-align: right;
  line-height: 30px;
  color: #34B48F;
}
/*新闻列表*/
.new-wraps {
  height: 185px;
  border-bottom: 1px solid #eee;
  margin: 0 auto 24px;
  padding-top: 20px;
}
.new-wraps img {
  width: 239px;
  height: 160px;
  float: left;
  margin-left: 18px;
  border: 1px solid #f5f5f5;
}
.news-tit {
  font-size: 18px;
  padding-left: 31px;
  padding-top: 20px;
  color: #333;
}
.news-content {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding-left: 31px;
  padding-right: 30px;
  float: right;
}
.news-times {
  font-size: 14px;
  color: #999;
  padding-left: 31px;
  display: inline-block;
  margin-top: 25px;
}
.news-content a {
  color: #999;
}
.news-content a:hover {
  color: #356db9;
}
.news-content p {
  padding-left: 30px !important;
}
.newp {
  padding-left: 32px;
  padding-top: 12px;
  color: #999;
  height: 40px;
  margin-top: 15px;
  display: block;
}
.new-wid {
  width: 70%;
  overflow: hidden;
}
.new-wraps-zxns {
  height: 90px;
  margin: 0 auto 15px;
  padding-top: 0;
  padding-bottom: 15px;
}
.new-wids {
  width: auto;
}
.new-wids .news-tit {
  padding-top: 0;
}
.new-wids .news-times {
  margin-top: 10px;
}
.new-wids .newp {
  height: auto;
  max-height: 38px;
}
.fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.fpage a:hover {
  background: #33b591;
  color: #fff;
}
.fpage .action {
  background: #33b591;
  color: #fff;
}
