@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", "黑体", "宋体";
  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;
}
html,
body {
  font-size: 14px ;
  color: #333;
  font-family: PingFang-SC-Medium, PingFang-SC, "Microsoft YaHei", Arial, "微软雅黑", "宋体";
}
a {
  color: #333;
}
a:hover {
  color: #5C5C5E;
}
.header {
  width: 100%;
  height: 145px;
  max-width: 1920px;
  margin: 0 auto;
}
.header .top {
  width: 100%;
  height: 35px;
  background: #F5F5F5;
}
.header .top .cont {
  width: 1200px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  text-align: left;
}
.header .top .cont span {
  float: right;
}
.header .top .cont span a {
  padding-right: 15px;
}
.header .top .cont span a:nth-child(2) {
  padding: 0 0 0 15px;
}
.header .head {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.header .head .logo {
  width: 360px;
  height: 77px;
  float: left;
  margin-top: 12px;
}
.header .head .search {
  width: 413px;
  height: auto;
  float: left;
  margin-top: 32px;
  margin-left: 70px;
}
.header .head .search input {
  width: 330px;
  height: 34px;
  border: 1px #e0dddb solid;
  border-right: 0;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px 0 0 5px;
}
.header .head .search button {
  padding: 0;
  border: none;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  float: right;
  background: #f66f0c;
  border-radius: 0 5px 5px 0;
}
.header .head .tel {
  width: 277px;
  height: 85px;
  float: right;
  margin-top: 12px;
}
.menu {
  width: 100%;
  height: 68px;
  background: #5C5C5E;
  max-width: 1920px;
  margin: 0 auto;
}
.menu ul {
  width: 1200px;
  height: 68px;
  margin: 0 auto;
  align-items: center;
}
.menu ul li {
  width: 150px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  background: url(/images/menu_bg.png) 143px 25px no-repeat;
  float: left;
  padding-right: 15px;
}
.menu ul li a {
  color: #fff;
  font-size: 18px;
}
.menu ul li a:hover {
  text-decoration: underline;
}
.menu ul li:nth-child(1) {
  width: 80px;
  background: url(/images/menu_bg.png) 75px 25px no-repeat;
  text-align: left;
}
.menu ul li:nth-child(8) {
  width: 80px;
  text-align: right;
  padding-left: 30px;
  padding-right: 0;
}
.menu ul li:nth-child(8) a {
  font-size: 14px;
}
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner .wrapper {
  width: 100%;
  height: 600px;
  background: #f2f2f2;
}
.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: #5C5C5E;
  cursor: default;
}
.nbanner {
  width: 100%;
  height: 342px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: url(/images/xbaner.jpg) center center no-repeat;
}
.index {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.index .pro {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f6f6f6;
  padding: 60px 0 80px;
}
.index .pro .lm_title {
  text-align: center;
  width: 100%;
  height: auto;
}
.index .pro .lm_title .btitle {
  font-size: 48px;
  color: #656565;
}
.index .pro .lm_title .stitle {
  color: #ccc;
  margin-top: 10px;
  font-size: 28px;
  line-height: 28px;
}
.index .pro .lm_title .stitle span {
  color: #5C5C5E;
  padding: 0 35px;
  font-size: 28px;
  font-weight: bold;
}
.index .pro .pbox {
  width: 1140px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.index .pro .pbox .goodness {
  width: 1240px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.index .pro .pbox .goodness .swiper-wrapper {
  width: 1240px;
  height: 440px;
  overflow: hidden;
  padding-left: 0;
  margin-left: 0px;
}
.index .pro .pbox .nav-arrow {
  position: relative;
  z-index: 999;
  width: 1240px;
  margin: 0 auto;
  height: 0;
}
.index .pro .pbox .nav-arrow .arrow {
  position: absolute;
  opacity: 0.6;
}
.index .pro .pbox .nav-arrow .arrow:hover {
  position: absolute;
  opacity: 1;
}
.index .pro .pbox .nav-arrow .arrow {
  display: block;
  width: 50px;
  height: 200px;
  cursor: pointer;
}
.index .pro .pbox .nav-arrow .prev {
  left: -70px;
  top: 100px;
}
.index .pro .pbox .nav-arrow .prev {
  background: url(/bhu/images/left.jpg) left center no-repeat;
}
.index .pro .pbox .nav-arrow .next {
  right: -60px;
  top: 100px;
}
.index .pro .pbox .nav-arrow .next {
  background: url(/bhu/images/right.jpg) right center no-repeat;
}
.index .pro .pbox .nav-arrow .prev:hover,
.index .pro .pbox .nav-arrow .next:hover {
  opacity: 1;
}
.index .pro .pbox .goodness .desc {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  color: #484848;
}
.index .pro .pbox .goodness .swiper-slide {
  width: 348px!important;
  padding: 15px;
  height: 400px!important;
  background: #fff;
  float: left;
  border: #e0dddb 1px solid;
  margin: 0 16px;
}
.index .pro .pbox .goodness .swiper-slide img {
  width: 348px;
  height: 290px;
}
.index .pro .pbox .goodness .swiper-slide .title {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
.index .pro .pbox .goodness .swiper-slide .txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}
.index .pro .pbox .goodness .swiper-slide .more {
  width: 120px;
  height: 35px;
  background: #5C5C5E;
  display: block;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-bottom: 20px;
}
.index .contactus {
  width: 100%;
  height: 180px;
  background: url(/images/contactus.jpg) center center no-repeat;
}
.index .contactus .cont {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
}
.index .contactus .cont a {
  display: block;
  width: 160px;
  height: 55px;
  float: right;
  margin-top: 65px;
  margin-right: 32px;
}
.index .aboutus {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 60px 0 80px;
}
.index .aboutus .cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.index .aboutus .cont .lm_title {
  text-align: center;
  width: 100%;
  height: auto;
}
.index .aboutus .cont .lm_title .btitle {
  font-size: 48px;
  color: #656565;
}
.index .aboutus .cont .lm_title .stitle {
  color: #ccc;
  margin-top: 10px;
  font-size: 28px;
  line-height: 28px;
}
.index .aboutus .cont .lm_title .stitle span {
  color: #5C5C5E;
  padding: 0 35px;
  font-size: 28px;
  font-weight: bold;
}
.index .aboutus .cont .content {
  padding-left: 560px;
  width: 640px;
  height: 350px;
  background: url(/images/aboutus.png) left center no-repeat;
  margin-top: 60px;
}
.index .aboutus .cont .content p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.9;
  padding-top: 20px;
}
.index .jishu {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 60px 0 0px;
}
.index .jishu .cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.index .jishu .cont .lm_title {
  text-align: center;
  width: 100%;
  height: auto;
}
.index .jishu .cont .lm_title .btitle {
  font-size: 48px;
  color: #656565;
}
.index .jishu .cont .lm_title .stitle {
  color: #ccc;
  margin-top: 10px;
  font-size: 28px;
  line-height: 28px;
}
.index .jishu .cont .lm_title .stitle span {
  color: #5C5C5E;
  padding: 0 35px;
  font-size: 28px;
  font-weight: bold;
}
.index .jishu .cont .jcont {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0px 0 60px;
  flex-wrap: wrap;
  /*工程案例*/
}
.index .jishu .cont .jcont .case {
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .jishu .cont .jcont .case li {
  float: left;
  width: 300px;
  height: 260px;
  margin-right: 10px;
}
.index .jishu .cont .jcont .case li img {
  height: 220px;
  width: 280px;
}
.index .jishu .cont .jcont .case .bd {
  width: 100%;
  overflow: hidden;
}
.index .jishu .cont .jcont .case .next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: 50px;
  z-index: 2;
  background: no-repeat 0 0;
  margin-right: -93px;
}
.index .jishu .cont .jcont .case .prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: 50px;
  z-index: 2;
  background: no-repeat 0 0;
  left: -30px;
}
.index .jishu .cont .jcont .case p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-style: 14px;
}
.foot {
  width: 100%;
  height: 60px;
  line-height: 60px;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  background: #5C5C5E;
  color: #fff;
  font-size: 16px;
}
.foot a {
  color: #fff;
  font-size: 16px;
}
/*内页主体*/
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.order .order_cont {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.order .order_cont .cont_left {
  width: 230px;
  height: auto;
  overflow: hidden;
  float: left;
}
.order .order_cont .cont_left .order_left_title {
  width: 130px;
  font-size: 24px;
  color: #5C5C5E;
  margin-bottom: 30px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-bottom: 5px solid #5C5C5E;
}
.order .order_cont .cont_left a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-indent: 20px;
  background: #fff url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
  font-size: 16px;
  border-bottom: 1px #e0dddb solid;
  color: #000;
  display: block;
}
.order .order_cont .cont_left a:hover {
  color: #fff;
  background: #5C5C5E url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
}
.order .order_cont .cont_left .action {
  color: #fff;
  background: #5C5C5E url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
}
.order .order_cont .cont_right {
  width: 1000px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-bottom: 100px;
  /*分页列表*/
}
.order .order_cont .cont_right .cont_right_title {
  font-size: 24px;
  color: #000;
  border-bottom: 1px #e0dddb solid;
  padding-bottom: 20px;
}
.order .order_cont .cont_right .cont_right_title i {
  width: 5px;
  height: 25px;
  margin-right: 15px;
  float: left;
  background: #5C5C5E;
  margin-top: 5px;
  display: block;
}
.order .order_cont .cont_right .cont_right_title span {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.order .order_cont .cont_right .cont_right_title span i {
  display: block;
  float: left;
  width: 20px;
  margin: 0;
  height: 20px;
  background: none;
}
.order .order_cont .cont_right .cont_right_title span a {
  font-size: 14px;
  color: #666;
}
.order .order_cont .cont_right .cont_right_title span a:nth-child(2) {
  margin-right: 10px;
}
.order .order_cont .cont_right .cont_right_title span a:nth-child(3) {
  margin-left: 10px;
}
.order .order_cont .cont_right .cont_right_cont01 {
  width: 100%;
  margin: 20px 0;
}
.order .order_cont .cont_right .cont_right_cont {
  font-size: 14px;
  margin-top: 30px;
  min-height: 400px;
  /*文章列表*/
  /*图文列表*/
  /*单图列表*/
  /*文章详情*/
  /*图文详情*/
}
.order .order_cont .cont_right .cont_right_cont img {
  max-width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .news_list {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_left {
  width: 80px;
  height: 80px;
  background: #6699ff;
  float: left;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_left p {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_left p:nth-child(1) {
  font-size: 32px;
  line-height: 44px;
  width: 40px;
  margin: 0 auto;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right {
  width: 900px;
  height: 80px;
  float: right;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right p {
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  color: #b0b0b0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right p:nth-child(1) {
  font-size: 20px;
  text-align: left;
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right p:nth-child(2) {
  height: 45px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right:hover p:nth-child(1) {
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .img_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box {
  width: 975px;
  height: 210px;
  padding: 10px;
  margin: 0 0 30px;
  border: #e0dddb 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_left {
  width: 280px;
  height: 210px;
  float: left;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_left img {
  width: 280px;
  height: 210px;
  transition: all 0.5s;
  transform: scale(1);
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right {
  width: 660px;
  height: 210px;
  float: right;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right .con_title {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right .con_dreation {
  font-size: 14px;
  color: #666;
  height: 120px;
  line-height: 1.6;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right a {
  float: right;
  color: #333;
  font-size: 16px;
  margin-right: 20px;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover {
  border: #5C5C5E 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover .con_title {
  color: #5C5C5E;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover img {
  transition: all 0.5s;
  transform: scale(1.25);
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:last-child {
  margin-bottom: 0;
}
.order .order_cont .cont_right .cont_right_cont .pic_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list {
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 299px;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li a {
  display: block;
  margin: 0 2%;
  overflow: hidden;
  position: relative;
  height: 297px;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list .img {
  text-align: center;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list .img img {
  max-width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 2px;
  height: 212px;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.order .order_cont .cont_right .cont_right_cont .pic_list .caption {
  width: calc(100% - 90px);
  height: 80px;
  padding: 0 80px 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .caption .title {
  line-height: 80px;
  font-size: 15px;
  color: #555;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .caption .info {
  color: #b5b5b5;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .insert {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.order .order_cont .cont_right .cont_right_cont .pic_list .insert::before {
  content: "＋";
  display: inline-block;
  font-size: 24px;
  color: #cdcdcd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li .caption::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #5C5C5E;
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .insert {
  border-color: transparent;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .caption::after {
  right: auto;
  left: 0;
  width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .insert::before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  color: #5C5C5E;
}
.order .order_cont .cont_right .cont_right_cont .news_show {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_title {
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #000;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_title h3 {
  font-size: 22px;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_info {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_cont {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 30px;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_cont img {
  max-width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .img_show {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_pic img {
  width: 500px;
  height: 340px;
  margin: 0 auto;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_cont {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 30px;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_cont img {
  max-width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .wy_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: #e0dddb 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox div {
  float: left;
  height: 80px;
  line-height: 80px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .name {
  width: 300px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .img {
  width: 280px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .img img {
  width: auto;
  height: 80px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .fen {
  width: 300px;
  text-align: center;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .cao {
  width: 100px;
  text-align: center;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .cao a {
  display: block;
  color: #666;
  margin: 0 auto;
  margin-top: 20px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  background: #E1EDFB;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .cao a:hover {
  color: #5C5C5E;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox:nth-child(1) {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox:nth-child(1) div {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox:nth-child(1) .name {
  text-align: left;
}
.order .order_cont .cont_right .fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.order .order_cont .cont_right .fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.order .order_cont .cont_right .fpage a:hover {
  background: #5C5C5E;
  color: #fff;
}
.order .order_cont .cont_right .fpage .action {
  background: #5C5C5E;
  color: #fff;
}
/*公共底部*/
.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  background: #5C5C5E;
  margin-top: 40px;
}
.footer .footer_cont {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
}
.footer .footer_cont .footer_left {
  width: 300px;
  /*height: 190px;*/
  border-right: 1px #777777 solid;
  padding-top: 0px;
}
.footer .footer_cont .footer_left p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}
.footer .footer_cont .footer_left p span {
  color: #f57575;
  font-weight: bold;
}
.footer .footer_cont .footer_center {
  width: 500px;
  /*height: 190px;*/
  border-right: 1px #777777 solid;
}
.footer .footer_cont .footer_center p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.footer .footer_cont .footer_center p a {
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
}
.footer .footer_cont .footer_center p a:hover {
  text-decoration: underline;
}
.footer .footer_cont .footer_center p:nth-child(6) {
  margin-bottom: 15px;
}
.footer .footer_cont .footer_right {
  width: 120px;
  padding-left: 10px;
  height: 170px;
}
.footer .footer_cont .footer_right img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer .footer_cont .footer_right p {
  text-align: center;
  height: 22px;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
}
