@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

.pr-cp p:nth-child(2) {
  width: 100%;
  border-radius: 10px;
}

.pr-cp p:nth-child(3) {
  display: none;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  left: 0;
  bottom: 22%;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 60px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: rgba(210, 11, 23, 0.7);
  transition: 0.35s;
  position: absolute;
  right: 0;
  width: 365px;
  height: 60px;
  font-size: 12px;
  padding: 10px;
}

#contact-p div a:hover {
  right: -320px;
}

#contact-p div a i {
  float: right;
  font-size: 28px;
}

#contact-p div a span {
  line-height: 19px;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.top {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}

.top p, .top a {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.top form {
  margin-top: -2px;
}

.top form input {
  padding-left: 10px;
  height: 30px;
  outline: none !important;
  border: 1px solid #ddd;
  font-size: 14px;
}

.top form button {
  height: 30px;
  line-height: 10px;
  font-size: 14px;
  border: 0;
  padding: 0 10px;
}

@keyframes yaobai {
  0% {
    left: 18%;
  }
  50% {
    left: 22%;
  }
  100% {
    left: 18%;
  }
}

.morong-0 {
  position: relative;
  overflow: hidden;
  height: 102vh;
}

.morong-0-x {
  height: auto;
}

.banner1 {
  padding-top: 80px;
}

.banner {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
}

.bannerx {
  height: 100vh;
}

.head {
  height: 80px;
  line-height: 80px;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.head .container {
  width: 1300px !important;
}

.head .col-sm-3 a {
  font-size: 14px;
  color: #333;
}

.head .col-sm-3 i {
  height: 16px;
  width: 26px;
  background: url(../img/6.png) center no-repeat;
  background-size: cover !important;
  display: inline-block;
  border: 1px solid #eee;
  vertical-align: middle;
  margin: 0 5px;
  margin-bottom: 5px;
}

.head .col-sm-3 .iconfont2 {
  background: url(../img/8.png) center no-repeat;
}

.head .col-sm-7 {
  height: 80px;
  position: relative;
  padding-left: 200px;
}

.head .col-sm-7 nav {
  position: relative;
  width: 100%;
}

.head .col-sm-7 nav > li {
  flex: auto;
  position: relative;
}

.head .col-sm-7 nav > li > a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: all 1s;
  display: block;
  position: relative;
}

.head .col-sm-7 nav > li > a::after {
  content: '';
  width: 0;
  position: absolute;
  display: block;
  height: 2px;
  transition: .5s;
  z-index: 99999999;
  background: #d20b17;
  left: 0;
}

.head .col-sm-7 nav > li:hover a::after {
  width: 100%;
}

.head .col-sm-7 nav > li:hover ul {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.head .col-sm-7 nav > li:hover ul li {
  height: 100%;
}

.head .col-sm-7 nav > li ul {
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  background: #fff;
  line-height: 40px;
}

.head .col-sm-7 nav > li ul a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.head .col-sm-7 nav > li ul a:hover {
  color: #d20b17;
}

.morong-0-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.morong-0-1 .clearfix {
  margin-bottom: 10% !important;
}

.morong-0-1 .xinwenss {
  border: 1px solid #fff;
  width: 40%;
  margin: auto;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.morong-0-1 .xinwenss a {
  display: block;
  color: #fff;
  font-size: 15px;
}

.morong-0-1 .xinwenss:hover {
  background: rgba(210, 11, 23, 0.7);
  color: #FFF;
  border: 1px solid rgba(210, 11, 23, 0.7);
}

.morong-0-1 .zuobianwen {
  position: absolute;
  top: 250px;
  left: 290px;
  z-index: 1;
}

.morong-0-1 .zuobianwen i {
  color: #333;
  display: inline-block;
  font-style: inherit;
  padding: 0;
  font-size: 34px !important;
  margin: -2px;
  font-family: "黑体";
}

.morong-0-1 .zuobianwen i:nth-child(5) {
  margin-left: 20px;
}

.morong-0-1 .zuobianwen i:nth-child(1) {
  position: relative;
}

.morong-0-1 .zuobianwen i:nth-child(1)::before {
  top: -10px;
  height: 1px;
  width: 35px;
  position: absolute;
  background: #333;
  content: "";
}

.morong-0-1 li {
  float: right;
  width: 20%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  width: 162px;
  height: 100%;
}

.morong-0-1 li > a {
  display: block;
}

.morong-0-1 li:nth-child(1) {
  background: rgba(0, 0, 0, 0.25);
}

.morong-0-1 li:nth-child(2) {
  background: rgba(0, 0, 0, 0.2);
}

.morong-0-1 li:nth-child(3) {
  background: rgba(0, 0, 0, 0.1);
}

.morong-0-1 li:nth-child(4) {
  background: #d20b17;
}

.morong-0-1 li:nth-child(4) i {
  color: #fff;
}

.morong-0-1 li:nth-child(4) b {
  color: #fff;
}

.morong-0-1 li:nth-child(5) {
  background: rgba(255, 255, 255, 0.2);
}

.morong-0-1 li:nth-child(5) div:hover::before {
  opacity: 1;
  left: 0;
  background: #fff;
}

.morong-0-1 li:nth-child(5) div:hover::after {
  opacity: 1;
  right: 0;
  background: #fff;
}

.morong-0-1 li:hover {
  cursor: pointer;
}

.morong-0-1 li:hover div a i {
  transition: all 1s;
  transform: scale(1.2);
}

.morong-0-1 li:hover div span {
  opacity: 1;
  transform: translateY(-10px);
}

.morong-0-1 li:hover div::before {
  opacity: 1;
  left: 0;
  background: #fff;
}

.morong-0-1 li:hover div::after {
  opacity: 1;
  right: 0;
  background: #fff;
}

.morong-0-1 li div {
  margin: auto;
  margin-top: 220%;
  display: block;
  text-align: center;
  transition: .5s all;
  position: relative;
  z-index: 0;
}

.morong-0-1 li div > a {
  z-index: 1 !important;
  color: #fff;
}

.morong-0-1 li div::before {
  width: 50px;
  height: 1px;
  margin-left: calc(50% - 25px);
  content: "";
  transition: all 1s;
  position: absolute;
  top: -50px;
  left: -40%;
  opacity: 0;
}

.morong-0-1 li div::after {
  width: 50px;
  height: 1px;
  transition: all 1s;
  margin-right: calc(50% - 25px);
  content: "";
  position: absolute;
  bottom: 90px;
  right: -40%;
  opacity: 0;
}

.morong-0-1 li div i {
  display: block;
  transition: all 1s;
  font-size: 42px;
  color: #333;
}

.morong-0-1 li div b {
  font-weight: normal;
  color: #555;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

.morong-0-1 li div span {
  font-size: 12px;
  display: block;
  width: 135px;
  transition: all 1s;
  padding: 10px;
  background: #fff;
  color: #d20b17;
  margin: auto;
  margin-top: 120px;
  opacity: 0;
}

.morong-0-1x {
  padding-top: 15%;
}

.morong-0-1x li {
  transition: all .3s !important;
  width: 17%;
  float: left;
  background: none !important;
}

.morong-0-1x li:hover b {
  color: #d20b17;
  font-weight: bold;
}

.morong-0-1x li:hover i {
  color: #d20b17 !important;
}

.morong-0-1x li:hover p {
  color: #000 !important;
}

.morong-0-1x li:hover div {
  background: rgba(255, 255, 255, 0.85);
}

.morong-0-1x li:hover a i {
  transition: .5s all;
  color: #000;
  transform: rotate(360deg) !important;
}

.morong-0-1x li div {
  height: 300px;
  width: 95%;
  padding: 20px;
  margin-top: 0%;
}

.morong-0-1x li div::before, .morong-0-1x li div::after {
  display: none;
}

.morong-0-1x li div b {
  color: #fff;
  font-size: 24px;
}

.morong-0-1x li div i {
  color: #fff !important;
  font-size: 60px;
}

.morong-0-1x li div p {
  color: #fff;
  margin: 20px 0;
  font-size: 15px;
  line-height: 24px;
}

.morong-0-1x li div::after, .morong-0-1x li div::before {
  border-radius: 20px;
}

.morong-0-1x .active {
  width: 500px !important;
}

.morong-0-1x .active b {
  color: #d20b17 !important;
  font-weight: bold;
}

.morong-0-1x .active i {
  color: #d20b17 !important;
}

.morong-0-1x .active p {
  color: #000 !important;
}

.morong-0-1x .active div {
  background: rgba(255, 255, 255, 0.85);
}

.morong-0-1x .active a i {
  transition: .5s all;
  color: #000;
  transform: rotate(360deg) !important;
}

.hangye h4 {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.hangye p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin: 0;
}

.hangye img {
  display: block;
  border: 1px solid #ddd;
  margin: 10px 0;
  width: auto;
  max-width: 100%;
}

.hangye img, .xinengyuan img, .xinny2 img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  border: 0;
}

.title img, .jiangpai img, .rongyu img, .fengcai img, .xinengyuan .col-sm-4 img {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
}

.hangye1 .col-sm-6 {
  vertical-align: middle;
}

.hangye1 .col-sm-6 p {
  line-height: 28px;
  margin-bottom: 10px;
  text-align: justify;
}

.hangye1 .col-sm-6 h4 {
  font-size: 24px;
  color: #333;
  margin: 10px 0 !important;
}

.hangye1 .col-sm-6 .pp1 {
  background: #888;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.hangye1 .col-sm-6 .dian {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}

.hangye1 .col-sm-6 img {
  border: 0;
}

.gsry img {
  object-fit: contain !important;
  border: 0 !important;
}

.clearfix1 {
  border-bottom: 1px dashed #ddd;
  margin: 20px 15px;
  padding-bottom: 20px;
}

.juzhong {
  margin: 10px auto !important;
  display: block;
}

/**************************head***************************/
.title {
  margin-bottom: 4em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #2d2c30;
  position: relative;
  font-size: 30px;
  background: url(../img/2_03.jpg) center bottom no-repeat;
  padding-bottom: 17px;
}

.title p {
  color: #d20b17;
  margin-top: 10px;
}

.morong-1 .title {
  text-align: center;
}

.morong-1 .title img {
  text-align: center;
}

.morong-1 .row p {
  text-align: justify;
  line-height: 32px;
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}

.morong-1 .row p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
}

.morong-1 .row .col-sm-4 {
  margin-top: 30px;
  padding: 0 5px;
}

.morong-1 .row .pp2 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px dashed #ddd;
  padding: 5px 0px;
}

.morong-2 {
  background: url(../img/2_12.jpg) repeat-x;
}

.morong-2 .title {
  margin-bottom: 40px;
}

.morong-2 .row .col-sm-6:nth-child(2) {
  padding-left: 70px;
}

.morong-2 .row .col-sm-6:nth-child(2) div {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 10px;
  padding-top: 0;
  background: #fff;
}

.morong-2 .row p {
  line-height: 30px;
  font-size: 17px;
  color: #333;
  margin-bottom: 20px;
}

.morong-2 .row h4 {
  color: #d20b17;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
}

.morong-2 .row img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.morong-2 .row .p1 {
  color: #333;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: "黑体";
  margin-top: 0;
  font-weight: bold;
}

.jiangpao2 {
  background: #f6f6f6;
}

.jiangpao21 p {
  margin: 10px 0  !important;
}

.jiangpao21 img {
  height: auto !important;
}

.renwu img {
  margin-left: 200px;
}

.morong-3 .morong-3-1 {
  height: 150px;
  background: url(../img/2_19.jpg) center top repeat-y;
}

.morong-3 .morong-3-1 > div {
  background: url(../img/2_27.png) center center no-repeat;
  height: 150px;
}

.morong-3 .morong-3-1 div, .morong-3 .morong-3-1 p {
  transition: .5s all;
}

.morong-3 .morong-3-1 .col-sm-6 {
  padding-top: 10px;
}

.morong-3 .morong-3-1 .col-sm-6:nth-child(1) {
  text-align: right;
  padding-right: 60px;
  font-size: 38px;
  color: #555;
  line-height: 48px;
  padding-top: 50px;
}

.morong-3 .morong-3-1 .col-sm-6:nth-child(2) {
  padding-left: 60px;
}

.morong-3 .morong-3-1 .col-sm-6:nth-child(2) p {
  line-height: 30px;
  vertical-align: bottom;
  padding-top: 50px;
}

.morong-3 .morong-3-1:hover {
  color: #d20b17;
  cursor: pointer;
}

.morong-3 .morong-3-1:hover > div {
  background: url(../img/2_29.png) center center no-repeat;
}

.morong-3 .morong-3-1:hover div {
  color: #d20b17 !important;
}

.morong-4 .qiehuan-con {
  padding: 20px 0 0;
  border-radius: 5px;
}

.morong-4 .qiehuan-con .col-sm-4 {
  margin-bottom: 20px;
  padding: 0 5px;
}

.morong-4 .qiehuan-con .col-sm-4:hover img {
  border-radius: 50px;
}

.morong-4 .qiehuan-con .col-sm-4:hover h4 {
  border-radius: 50px;
}

.morong-4 .qiehuan-con .col-sm-4 div {
  position: relative;
}

.morong-4 .qiehuan-con .col-sm-4 h4 {
  position: absolute;
  margin: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .35s all;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
  width: 100%;
  padding-top: 120px;
  color: #fff;
  font-size: 40px;
}

.morong-4 img {
  border-radius: 5px;
  transition: .35s all;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.toubu {
  padding: 6em 0 8em;
}

.rongyu {
  position: relative;
  height: 300px;
}

.rongyu .owl-carousel3, .rongyu .owl-stage-outer, .rongyu .owl-stage, .rongyu .owl-item {
  height: 300px;
}

.rongyu p {
  font-size: 17px !important;
  font-weight: bold;
  line-height: 24px !important;
  white-space: normal !important;
}

.rongyu .imgx {
  width: 1200px;
  height: 260px;
  top: 20%;
  left: 0;
  background: url(../img/22.png) center no-repeat;
  position: absolute;
  text-overflow: ellipsis;
}

.rongyu .weizhi1 {
  position: absolute;
  z-index: 9999;
  bottom: 40%;
  left: 50px !important;
}

.rongyu .weizhi2 {
  position: absolute;
  z-index: 9999;
  bottom: 60%;
  left: 80px !important;
}

.xinwenx dl {
  background: #fff;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: table;
  margin-bottom: 15px;
  transition: .5s all;
}

.xinwenx dl:hover {
  transform: translateX(-5px);
}

.xinwenx dl:hover img {
  transform: scale(1.1);
}

.xinwenx dl:hover dd {
  background: #f7f7f7;
}

.xinwenx dl:hover c {
  color: #d20b17;
}

.xinwenx dl dt {
  overflow: hidden;
  width: 300px;
}

.xinwenx dl dt img {
  transition: .5s all;
  width: 100%;
}

.xinwenx dl dd {
  background: #fff;
  padding: 10px 20px;
  display: table-cell;
  vertical-align: top;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.xinwenx dl dd a {
  text-decoration: none;
}

.xinwenx dl dd c {
  display: block;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
}

.xinwenx dl dd c a {
  color: #333;
  text-decoration: none;
}

.xinwenx dl dd p {
  height: 102px;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  margin: 20px 0;
  padding-top: 10px;
  line-height: 28px;
}

.xinwenx dl dd span {
  font-size: 14px;
  color: #777;
}

.xinwenx {
  margin: 40px 0;
}

.xinwenxs dl {
  background: #fff;
  border-bottom: 1px dashed #eee;
  width: 100%;
  display: table;
  transition: .5s all;
}

.xinwenxs dl:hover img {
  transform: scale(1.1);
}

.xinwenxs dl:hover c {
  color: #d20b17;
}

.xinwenxs dl dt {
  overflow: hidden;
  text-align: center;
  width: 100px;
  vertical-align: bottom;
}

.xinwenxs dl dt span {
  font-size: 13px;
  display: block;
  background: #eee;
  padding: 5px 0;
  margin-top: 2px;
  font-weight: normal;
}

.xinwenxs dl dt b {
  font-size: 30px;
  font-weight: normal;
  background: #eee;
  display: block;
}

.xinwenxs dl dd {
  background: #fff;
  vertical-align: middle;
  padding: 0px 20px 10px 20px;
  display: table-cell;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.xinwenxs dl dd a {
  text-decoration: none;
}

.xinwenxs dl dd c {
  display: block;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 16px;
  color: #333;
}

.xinwenxs dl dd c a {
  text-decoration: none;
}

.xinwenxs dl dd p {
  height: 62px;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  padding-top: 5px;
  line-height: 24px;
  margin-bottom: 0;
}

.xinwenxs dl dd p i {
  color: #d20b17;
}

.xinwenxs dl dd span {
  font-size: 14px;
  color: #777;
}

.xinwenzuo h4 {
  border-bottom: 1px solid #eee;
  font-size: 28px;
  padding-bottom: 20px;
  margin-top: 0;
}

.xinwenzuo h4 a {
  color: #d20b17;
}

.xinwenzuo li {
  line-height: 40px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.xinwenzuo li::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #777;
  top: 18px;
  left: 5px;
  position: absolute;
}

.xinwenzuo li a {
  padding-left: 15px;
  display: block;
}

.xinwenzuo li:hover {
  background: #d20b17;
}

.xinwenzuo li:hover a {
  color: #fff;
}

.xinwenzuo li:hover::after {
  background: #fff;
}

.xinwenzuo .active {
  background: #d20b17;
}

.xinwenzuo .active a {
  color: #fff;
}

.xinwenzuo .active::after {
  background: #fff;
}

.xinwensss {
  padding-left: 70px;
  padding-top: 50px;
}

.new-co p {
  line-height: 32px !important;
}

.xinwenzuo2 {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.xinwenzuo2 h4 {
  font-size: 28px;
}

.xinwenzuo2 h4 a {
  color: #d20b17;
  padding-left: 10px;
}

.xinwenzuo2 .pull-right {
  padding-top: 20px;
}

.xinwenzuo2 .pull-right a {
  font-size: 14px;
}

.xinwenzuo2 .pull-right a:hover {
  color: #d20b17;
}

.znzzx .col-sm-6 p {
  margin-left: 0;
}

.xinny2 {
  background: #f6f6f6;
  padding: 4em 0 7em 0;
}

.xinny2 p {
  margin-bottom: 20px;
  line-height: 38px;
  font-size: 16px;
  color: #555;
}

.xinny2 .pp3 {
  color: #2d2c30;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  font-size: 30px;
  background: url(../img/2_04.jpg) center bottom no-repeat;
  padding-bottom: 17px;
}

.fengcai p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fengcai img {
  height: 390px;
  transition: all .35s;
  display: block;
  width: 100%;
  object-fit: cover;
}

.fengcai img:hover {
  transform: translateY(-5px);
}

.fengcai .col-sm-6 {
  margin-bottom: 60px;
}

.fengcai .col-sm-6 div {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.fengcai2 p {
  line-height: 38px;
  color: #555;
  margin-bottom: 30px;
  text-align: justify;
}

.pp4 {
  font-size: 24px !important;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  color: #333;
  text-align: left !important;
  font-weight: bold;
  margin-bottom: 35px !important;
}

.xinengyuan {
  padding-bottom: 6em;
}

.xinengyuan .title p {
  font-size: 22px;
  color: #555;
  margin-top: 40px;
  background: url(../img/2_04.jpg) center bottom no-repeat;
  padding-bottom: 17px;
}

.xinengyuan .pp4 {
  margin: 0 15px;
}

.xinengyuan .row p {
  margin-bottom: 20px;
  line-height: 38px;
  font-size: 16px;
}

.xinengyuan .row img {
  border: 0;
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 30px;
}

.xinengyuan .row .col-sm-4 {
  margin-bottom: 40px;
}

.xinengyuan .row .col-sm-4:hover img {
  transform: scale(1.03);
}

.xinengyuan .row .col-sm-4 img {
  transition: all .35s;
  margin-bottom: 0px;
}

.xinengyuan .row .col-sm-4 p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  height: 40px;
  margin-top: 20px;
}

.xinengyuan .row .col-sm-4 div {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.xinengyuan .row .pp3 {
  color: #2d2c30;
  margin-top: 50px;
  position: relative;
  text-align: center;
  font-size: 30px;
  background: url(../img/2_04.jpg) center bottom no-repeat;
  padding-bottom: 17px;
}

.znzz1 {
  padding: 6em 0;
}

.znzz .hangye1 .pp1x {
  font-weight: bold;
  font-size: 20px !important;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.fixednav {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.jiangpai .col-sm-4 {
  margin-bottom: 40px;
}

.jiangpai .col-sm-4 div {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.jiangpai .col-sm-4 div:hover img {
  transform: scale(1.05);
}

.jiangpai .col-sm-4 img {
  height: 290px;
  border-radius: 5px;
  transition: .5s all;
  object-fit: contain;
  margin-bottom: 0;
}

.foot1 {
  text-align: center;
}

.foot1 p {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
}

.foot1 p a {
  letter-spacing: normal;
}

.dibu {
  padding: 2em 0 2em;
  background: #565656;
  color: #fff;
}

.dibu a {
  letter-spacing: 3px;
  color: #fff;
}

.dibu a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.dibu .link {
  text-align: left;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}

.dibu .link a {
  margin-right: 10px;
  letter-spacing: 1px;
  font-size: 14px;
}

.dibu .wd5 {
  float: left;
  width: 15%;
}

.dibu .wd5:nth-child(6) {
  width: 40%;
}

.dibu .wd5:nth-child(6) li {
  font-size: 14px;
}

.dibu .wd5 h4 {
  margin-bottom: 20px;
}

.dibu .wd5 i {
  margin-left: 10px;
}

.dibu .wd5 ul {
  padding: 0;
}

.dibu .wd5 ul li {
  line-height: 32px;
}

.dibu .wd5 ul li a {
  font-size: 15px;
  letter-spacing: 3px;
}

.znzz2 {
  background: #f6f6f6;
  padding: 6em 0 7em 0;
}

.znzz2 p {
  float: right;
}

.gywm1 img {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.znzz .hangye1 img {
  margin: 0 !important;
}

.znzz .hangye1 p {
  width: 80%;
  line-height: 28px;
  font-size: 16px !important;
  margin-bottom: 30px;
}

.fangdichan {
  padding: 6em 0 7em 0;
}

.banner1 {
  position: relative;
}

.add {
  display: flex;
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  bottom: -28px;
  width: 82%;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
}

.add .col-sm-4 {
  background-color: #d20b17;
  padding-left: 22.5%;
}

.add .col-sm-8 {
  background-color: #fff;
  height: 56px;
}

.add .col-sm-8 span {
  color: #ccc;
  width: 1px;
  display: inline-block;
}

.add .col-sm-8 span:last-child {
  display: none;
}

.add .col-sm-8 div {
  display: inline-block;
  padding: 0 30px;
}

.add .col-sm-8 div .active {
  color: #d20b17;
}

.add .col-sm-8 div .active::after {
  width: 100%;
  background-color: #d20b17;
}

.add .col-sm-8 div a {
  color: #444;
  position: relative;
  width: 15%;
  font-size: 16px;
}

.add .col-sm-8 div a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: .35s all;
}

.add .col-sm-8 div a:hover {
  color: #d20b17;
}

.add .col-sm-8 div a:hover::after {
  width: 100%;
  background-color: #d20b17;
}

.add a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.cp-tp {
  padding: 0;
}

.pr-cp {
  margin-bottom: 20px;
}

.pr-cp a {
  margin-bottom: 10px;
  display: block;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 0;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.pr-cp p:nth-child(2) {
  background: #089bc0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pr-cp p:nth-child(3) {
  background: #c22c21;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
  color: #555;
  line-height: 26px;
}

.new-co div {
  color: #555;
  line-height: 26px;
}

.new-co img {
  max-width: 70%;
  margin: 20px auto;
  display: block;
}

.banner img {
  width: 100%;
}

.fixednav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.hulianw .cent {
  font-size: 24px !important;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px !important;
}

.hulianw .row img {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 50px;
  transition: .35s all;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  width: 70%;
}

/**************************foot***************************/
.lxwm {
  padding: 6em 0 4em;
}

.gongsijj1 {
  margin-top: 30px;
}

.gongsijj1 .lxwm5 {
  padding: 0;
}

.gongsijj1 .lxwm5 p {
  font-size: 18px;
  margin-bottom: 20px;
}

.gongsijj1 .lxwm5 p:nth-child(1) {
  font-size: 32px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 40px;
  color: #d20b17;
}

.gongsijj1 .lxwm5 p i {
  color: #d20b17;
  font-size: 20px;
  margin-right: 10px;
}

.ditus h4 {
  border-bottom: 1px dashed #eee;
  margin: 10px;
  font-size: 20px;
  padding-bottom: 10px;
}

.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

@media (max-width: 1622px) {
  .zuobianwen {
    left: 150px;
  }
  .zuobianwen i {
    font-size: 24px !important;
  }
  .morong-0-1 {
    padding-top: 0;
  }
  .morong-0-1x li {
    width: 15%;
  }
  .morong-0-1x li div {
    height: 350px;
  }
  .morong-0-1x {
    padding-top: 12%;
  }
  .add .col-sm-4 {
    padding-left: 15%;
  }
  .add .col-sm-8 div {
    padding: 0 20px;
  }
  .morong-0-1 .clearfix {
    margin-bottom: 5% !important;
  }
}

@media (max-width: 1366px) {
  .morong-0-1 {
    padding-top: 0;
  }
  .morong-0-1 .zuobianwen {
    left: 100px;
  }
  .morong-0-1x li div p {
    font-size: 12px;
  }
  .morong-0-1x li b {
    font-size: 18px !important;
  }
  .morong-0-1 li div {
    margin-top: 160%;
  }
  .morong-0-1x li div {
    height: 350px;
    padding-top: 10%;
    margin-top: 10%;
  }
  .morong-0-1x {
    padding-top: 12%;
  }
  .add .col-sm-4 {
    padding-left: 15%;
  }
  .add .col-sm-8 div {
    padding: 0 20px;
  }
  .morong-0-1 .clearfix {
    margin-bottom: 5% !important;
  }
  .morong-0-1x li {
    width: 15%;
  }
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p,
  span,
  a {
    font-size: 14px !important;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .news_content dl {
    display: block;
  }
  .news_content dl dt {
    display: block;
  }
  .news_content dl dt img {
    width: 100%;
    display: none;
  }
  .banner img {
    background-size: cover !important;
  }
  .head {
    padding: 10px 0;
    height: auto;
    position: inherit;
  }
  .head img {
    width: 80%;
    margin: auto;
    display: block;
  }
  .banner1 {
    padding-top: 0;
  }
  .toubu {
    padding: 3em 0 3em;
  }
  .hangye h4 {
    line-height: 28px;
  }
  .new-co img {
    max-width: 100%;
  }
  .add {
    line-height: 20px;
    width: 100%;
    position: inherit;
    bottom: 0;
    padding: 0;
    line-height: auto;
  }
  .add .col-sm-4 {
    padding: 0;
    width: 40%;
  }
  .gongsijj1 .col-sm-6 > div > div {
    padding: 40px 20px;
  }
  .gongsijj1 .col-sm-6 > div > div p {
    font-size: 20px !important;
  }
  .addx {
    margin: 20px 0;
  }
  .addx div {
    border: 1px solid #eee;
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    padding: 10px 0;
  }
  .morong-0 {
    height: auto;
  }
  .morong-1 .row p {
    line-height: 28px;
    font-size: 14px !important;
  }
  .morong-0-1 .xinwenss {
    margin-bottom: 20px;
  }
  .morong-0-1 .xinwenss h4 {
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .morong-0-1 {
    position: initial;
  }
  .morong-0-1 li {
    width: 50%;
    margin-bottom: 20px;
    float: left;
  }
  .morong-0-1 li div {
    padding-top: 20px;
    width: 150px;
    height: 150px;
  }
  .title h4 {
    font-size: 24px !important;
  }
  .morong-0-1 .xinwenss {
    width: 98%;
  }
  .morong-2 .col-xs-12 {
    padding: 0 !important;
  }
  .morong-2 img {
    width: 100%;
  }
  .morong-3 .morong-3-1 .col-sm-6:nth-child(1) {
    padding: 100px 0 0 50px;
    font-size: 28px !important;
    text-align: left;
  }
  .morong-3 .morong-3-1 .col-sm-6 {
    width: 50%;
    float: left;
  }
  .morong-3 .morong-3-1 > div, .morong-3 .morong-3-1 {
    height: 250px;
  }
  .morong-3 .morong-3-1 .col-sm-6:nth-child(2) {
    padding: 50px 0 0 15px !important;
  }
  .morong-3 .morong-3-1 .col-sm-6:nth-child(2) p {
    font-size: 14px;
    line-height: 26px;
  }
  .head .col-sm-3 {
    display: none;
  }
  .main img {
    width: 100%;
    height: auto;
  }
  .rongyu .imgx {
    width: 100%;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-] span {
    font-size: 50px !important;
  }
  .morong-1 .title img {
    width: 100%;
  }
  .rongyu .weizhi1 {
    position: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
  }
  .morong-0-1x li div p {
    display: none;
  }
  .foot {
    position: inherit;
    padding: 10px 0 30px;
    height: auto;
    line-height: 24px;
  }
  .foot p {
    margin: 0;
    font-size: 12px !important;
  }
  .bannerx {
    position: fixed;
  }
  #contact {
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #d20b17;
  }
  #contact .active a {
    background: #d20b17;
  }
  #contact i {
    vertical-align: bottom;
    display: none;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #contact > a {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 !important;
    padding: 0 !important;
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
  #contact span {
    font-size: 12px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }
  #contact button {
    font-size: 12px !important;
    display: inline-block;
    margin: 0 !important;
    white-space: nowrap !important;
  }
  .head .container {
    width: 100% !important;
  }
  .fengcai .col-sm-6 {
    padding: 0;
    margin-bottom: 30px;
  }
  .head img {
    width: 100%;
  }
  .dibu {
    padding: 0.5em 0 4em;
  }
  .dibu .link, .dibu .wd5 {
    display: none;
  }
  .news_content .col-sm-2 {
    display: none;
  }
  .xinwensss {
    width: 100%;
    padding: 0;
  }
  .morong-2 .row img {
    margin: 0;
  }
  .morong-2 .row h4 {
    margin-top: 20px;
  }
  .morong-2 .row .p1 {
    margin: 10px 0;
  }
  .dakai {
    position: fixed;
    z-index: 999999999 !important;
    left: 0px;
    width: 100%;
    height: 70px;
    top: 0;
    padding-top: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .dakai i {
    position: absolute;
    width: 80px;
    top: 7px;
    font-size: 40px;
    margin-left: 10px;
    display: inline-block;
  }
  .dakai a {
    display: inline-block;
  }
  .dakai a img {
    width: 50%;
    margin: auto;
    display: block;
    margin-top: 8px;
  }
  .morong-0 .head {
    display: none;
  }
  .banner1 {
    margin-top: 70px;
  }
  .gongsijj1 .lxwm5 p:nth-child(1) {
    font-size: 20px !important;
  }
  .gongsijj1 .col-sm-7 {
    padding: 0;
  }
  .addx {
    margin: 0;
    display: none !important;
  }
  .title {
    margin-bottom: 1em;
  }
  .gongsijj1 {
    margin-top: 1em;
  }
  .fengcai img {
    height: auto;
  }
  .znzz2 {
    padding: 3em 0;
  }
  .fangdichan {
    padding: 3em 0 2em;
  }
  .znzz1 {
    padding: 3em 0;
  }
  .title img {
    width: 100%;
  }
  .hangye1 .col-sm-6 h4 {
    font-size: 18px;
  }
  .hangye1 .col-sm-6 .pp1 {
    margin-bottom: 10px;
  }
  .news_content {
    padding: 3em 0 !important;
  }
  .new-co img {
    height: auto;
  }
  .xinwenxssj li {
    margin-bottom: 20px;
    padding-bottom: 5px;
    line-height: 24px;
    border-bottom: 1px dashed #ddd;
  }
  .xinwenxssj li span {
    color: #999;
    margin-left: 10px;
  }
  .pp4 {
    margin-bottom: 20px !important;
    margin-top: 3em;
    font-size: 18px !important;
    padding-bottom: 10px;
  }
  .xinengyuan .title p {
    font-size: 18px !important;
  }
  .znzz .hangye1 img {
    margin-bottom: 20px !important;
  }
  .hulianw .row img {
    width: 100% !important;
  }
  .znzz .hangye1 p {
    width: 100%;
  }
  .rongyu {
    height: auto;
  }
  #allmap {
    height: 200px !important;
    padding: 0;
  }
  .toubu {
    padding: 3em 0;
  }
  .morong-3 .title {
    margin-bottom: 3em;
  }
  .xinny2 .pp3 {
    font-size: 18px !important;
    margin-top: 0;
  }
  .pp4 {
    font-size: 18px !important;
  }
  .xinny2 {
    padding-bottom: 3em;
  }
  .morong-0-1 .clearfix {
    margin-bottom: 0 !important;
  }
  .mocang {
    padding-top: 40px;
  }
  .mocang p {
    font-size: 24px !important;
    letter-spacing: 8px;
    color: #fff;
    text-align: center;
    margin: auto;
    writing-mode: vertical-lr;
  }
  .dibu {
    padding: 0 0 1em 0 !important;
  }
  .dibu p {
    font-size: 12px !important;
  }
  .morong-0-1 li:nth-child(6) {
    background: rgba(0, 0, 0, 0.05);
  }
  .dibu {
    padding: 0 0 1em;
  }
  .morong-0-1 {
    margin-top: 70px;
  }
  .morong-0-1 li {
    margin-bottom: 0;
    height: 350px;
    width: 33%;
  }
  .morong-0-1 li div {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0 !important;
  }
  .morong-0-1 li div::before, .morong-0-1 li div::after {
    display: none;
  }
  .morong-0-1 li div span {
    display: block;
    opacity: 1;
    padding: 5px;
    font-size: 12px !important;
    margin-top: 20px;
    border-radius: 5px;
    width: 90%;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    transform: none !important;
  }
  .sjlan {
    position: fixed;
    z-index: 999999999 !important;
    left: -70%;
    top: 0;
    transition: .35s all;
    height: 100%;
    padding-top: 10px;
    width: 70%;
    background: rgba(0, 0, 0, 0.9);
  }
  .sjlan .guan i {
    right: 10px;
    top: 0;
    color: #fff;
    position: absolute;
    font-size: 30px;
  }
  .sjlan .container > li {
    margin-bottom: 5x;
    font-size: 20px;
  }
  .sjlan .container > li > a {
    color: #fff;
    display: block;
    line-height: 24px;
  }
  .sjlan .container > li ul {
    padding-left: 10px;
  }
  .sjlan .container > li ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display: block;
    line-height: 24px;
  }
}
