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

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.index-title .ch h1 {
  font-size: 40px;
  font-weight: bold;
  color: #153a85;
  margin-bottom: 5px;
  margin-top: -35px;
}
.index-title .ch h1 span {
  color: #da251d;
}
.index-title .eng {
  margin-top: 0;
  color: rgba(20, 58, 133, 0.2);
  font-weight: bold;
  font-size: 50px;
}
.index-title .desc {
  color: #163a87;
  font-size: 16px;
}
.index-title .hr {
  width: 2px;
  height: 30px;
  background: #153a85;
  margin-top: 10px;
}

.content {
  height: 100%;
  margin: 0 auto;
}

.main {
  background: #ffffff;
}
.main .title-box {
  margin-bottom: 30px;
  position: relative;
  padding: 0px 80px;
}
.main .title-box .title-name {
  float: left;
  padding-bottom: 16px;
  line-height: 1;
}
.main .title-box .title-name strong {
  display: block;
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #333333;
  transition: all 0.3s ease 0.1s;
}
.main .title-box .title-name span {
  display: block;
  font-size: 15px;
  font-family: Times;
  color: #888888;
  transform: translateX(0px);
  transition: all 0.3s ease 0s;
}
.main .page2 .content .left {
  width: 50%;
  float: left;
  height: 100%;
  background: url("../images/02-left-bg.jpg") no-repeat;
  background-size: cover;
}
.main .page2 .content .left img {
  margin-top: 20%;
}
.main .page2 .content .right {
  position: relative;
  width: 50%;
  float: left;
  background: white;
  height: 100%;
  background: url("../images/02-right-bg.jpg") no-repeat;
  background-size: cover;
  padding: 200px 100px;
}
.main .page2 .content .right .txt {
  margin-top: 6%;
  width: 60%;
  float: left;
}
.main .page2 .content .right .txt p {
  line-height: 40px;
}
.main .page2 .content .right .txt a.more {
  display: block;
  width: 102px;
  height: 33px;
  border: solid 1px #143a85;
  line-height: 33px;
  text-align: center;
  margin-top: 6%;
  font-size: 12px;
  color: #103683;
  transition: all 0.5s;
}
.main .page2 .content .right .txt a.more:hover {
  background: #103683;
  color: white;
}
.main .page2 .content .right .img {
  float: left;
  margin-left: 10%;
  width: 30%;
}
.main .page2 .content .right .rightnav {
  height: 150px;
  width: 100%;
  background-color: rgba(20, 58, 133, 0.04);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 100px;
}
.main .page2 .content .right .rightnav ul {
  padding: 30px 0 0 0;
}
.main .page2 .content .right .rightnav ul li {
  padding-top: 30px;
  float: left;
  width: 25%;
  cursor: pointer;
  text-align: center;
}
.main .page2 .content .right .rightnav ul li a {
  display: block;
  overflow: hidden;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.main .page2 .content .right .rightnav ul li a span {
  text-align: center;
  color: #0d0d0d;
  position: relative;
  top: -36px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main .page2 .content .right .rightnav ul li a span i {
  font-size: 36px;
}
.main .page2 .content .right .rightnav ul li:hover a span {
  color: #da251c;
  top: 0;
}
.main .page3 {
  background: #143a85;
}
.main .page3 .content {
  width: 80%;
  margin: 0 auto;
  padding: 150px 0 0 0;
}
.main .page3 .content .index-title .eng {
  color: rgba(217, 39, 29, 0.2);
}
.main .page3 .content .index-title .ch h1 {
  color: white;
}
.main .page3 .content .index-title .desc {
  color: white;
}
.main .page3 .content .prod-list {
  margin-top: 60px;
}
.main .page3 .content .prod-list .prod-desc {
  padding: 60px 0;
  color: white;
  padding-right: 30px;
  font-size: 16px;
  line-height: 30px;
}
.main .page3 .content .prod-list li {
  width: 24%;
  float: left;
  margin: 0 1% 1% 0;
}
.main .page3 .content .prod-list li .img {
  height: 240px;
  position: relative;
}
.main .page3 .content .prod-list li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 19px;
  text-align: center;
  line-height: 45px;
}
.main .page3 .content .more {
  margin-top: 15px;
  display: block;
  text-align: right;
  color: white;
  font-size: 16px;
}
.main .page4 {
  position: relative;
}
.main .page4 .content {
  padding: 200px 0;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.main .page4 .content .item .span-title {
  color: #000000;
  font-size: 18px;
  padding: 15px 0 0 20px;
}
.main .page4 .content .item .span-date {
  color: #cbcbcb;
  font-size: 16px;
}
.main .page4 .content .item .num {
  width: 100%;
  height: 250px;
  position: relative;
}
.main .page4 .content .item .num .span-num {
  position: absolute;
  right: 30px;
  bottom: 21.2%;
  font-size: 60px;
  line-height: 60px;
  color: #cccccc;
}
.main .page4 .content .slide-index1 .item .num .span-num {
  bottom: auto;
  top: 21.2%;
}
.main .page4 .content .swiper-button-prev {
  top: 90%;
  left: 45%;
  right: auto;
  height: 42px;
  width: 42px;
  background: url("../images/left-button.png") no-repeat;
  outline: none;
}
.main .page4 .content .swiper-button-next {
  top: 90%;
  right: 45%;
  left: auto;
  height: 42px;
  width: 42px;
  background: url("../images/right-button.png") no-repeat;
  outline: none;
}
.main .page4 .content .swiper-button-prev:after, .main .page4 .content .swiper-button-next:after {
  content: "";
}
.main .page4 .p4-hr {
  width: 48%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  bottom: 95px;
}
.main .page4 .left-hr {
  left: 0;
}
.main .page4 .right-hr {
  right: 0;
}
.main .page5 {
  background: url("../images/p5-bg.jpg") no-repeat 100%;
}
.main .page5 .content {
  padding-top: 160px;
  width: 80%;
  position: relative;
}
.main .page5 .content .index-title .eng {
  text-align: right;
  color: rgba(217, 39, 29, 0.2);
}
.main .page5 .content .index-title .ch h1 {
  text-align: right;
  color: white;
}
.main .page5 .content .index-title .desc {
  text-align: right;
  color: white;
}
.main .page5 .content .solution .s-con .img {
  float: left;
  width: 50%;
}
.main .page5 .content .solution .s-con .img img {
  width: 100%;
}
.main .page5 .content .solution .s-con .txt {
  float: left;
  width: 50%;
}
.main .page5 .content .solution .s-con .txt .right-hr {
  float: right;
  width: 1px;
  height: 75px;
  background-color: #da3128;
}
.main .page5 .content .solution .s-con .txt .txt-title {
  text-align: right;
  color: #ffffff;
}
.main .page5 .content .solution .s-con .txt .txt-title .span-title {
  font-size: 30px;
  font-weight: bold;
}
.main .page5 .content .solution .s-con .txt .txt-title .span-date {
  font-size: 16px;
}
.main .page5 .content .solution .s-con .txt .txt-desc {
  color: white;
  font-size: 14px;
  padding-left: 20%;
  margin-top: 30px;
  line-height: 30px;
}
.main .page5 .content .solution .s-con .txt a.more {
  display: block;
  margin-top: 50px;
  width: 102px;
  height: 33px;
  border: solid 1px #d9271d;
  line-height: 30px;
  text-align: center;
  float: right;
  color: #d9271d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main .page5 .content .solution .s-con .txt a.more:hover {
  background: #d9271d;
  color: white;
}
.main .page5 .content .solution ul.title {
  background: #fff;
  height: 90px;
  margin-top: 60px;
}
.main .page5 .content .solution ul.title li {
  display: inline-block;
  width: 14%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.main .page5 .content .solution ul.title li a {
  color: #000;
  line-height: 90px;
}
.main .page5 .content .solution ul.title li:hover, .main .page5 .content .solution ul.title li.active {
  background: #da3128;
}
.main .page5 .content .solution ul.title li:hover a, .main .page5 .content .solution ul.title li.active a {
  color: white;
}
.main .page5 .content .solution ul.title li:hover:after, .main .page5 .content .solution ul.title li.active:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-top: transparent 10px solid;
  border-left: transparent 10px solid;
  border-right: transparent 10px solid;
  border-bottom: #da3128 10px solid;
  top: -20px;
  left: 45%;
  right: auto;
  z-index: 1;
}
.main .page6 {
  background: url("../images/p6-bg.jpg") no-repeat 100%;
}
.main .page6 .content {
  padding-top: 200px;
  width: 80%;
}
.main .page6 .content .index-title .eng {
  color: rgba(195, 205, 222, 0.2);
}
.main .page6 .content .index-title .ch h1 {
  color: #000;
}
.main .page6 .content .index-title .ch h1 span {
  color: #143a85;
}
.main .page6 .content .index-title .desc {
  color: #000;
}
.main .page6 .content .index-title .left-hr {
  width: 1px;
  height: 75px;
  background-color: #143a85;
}
.main .page6 .content .news {
  margin-top: 50px;
  position: relative;
}
.main .page6 .content .news .news-pagination {
  position: absolute;
  bottom: -100px;
  left: 43%;
}
.main .page6 .content .news .news-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background-color: #bfbfbf;
  border-radius: 0;
  margin-right: 10px;
  outline: none;
}
.main .page6 .content .news .news-pagination .swiper-pagination-bullet-active {
  outline: none;
  background-color: #143a85;
}
.main .page6 .content .news .txt {
  min-height: 180px;
}
.main .page6 .content .news .txt .date {
  font-size: 16px;
  color: #143a85;
  font-weight: 600;
  line-height: 35px;
  border-bottom: 2px solid #cccccc;
}
.main .page6 .content .news .txt .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #000000;
}
.main .page6 .content .news .txt .desc {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 24px;
}
.main .page6 .content .news .detail {
  margin-top: 50px;
  display: block;
  width: 102px;
  height: 33px;
  border: solid 1px #143a85;
  line-height: 33px;
  color: #143a85;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main .page6 .content .news .detail:hover {
  background: #143a85;
  color: white;
}
.main .page7 {
  background: url("../images/p7-bg.jpg") no-repeat 100%;
}
.main .page7 .content {
  width: 80%;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}
.main .page7 .content .index-title .eng {
  color: rgba(255, 255, 255, 0.2);
}
.main .page7 .content .index-title .ch h1 {
  color: white;
}
.main .page7 .content .index-title .desc {
  color: white;
}
.main .page7 .content .index-title .left-hr {
  width: 1px;
  height: 75px;
  background-color: #fff;
  margin-top: 10px;
}
.main .page7 .content .contact {
  margin-top: 50px;
  width: 30%;
}
.main .page7 .content .contact .item1 {
  color: #a1a1a1;
  font-size: 16px;
}
.main .page7 .content .contact .item1 i {
  color: #d9271d;
}
.main .page7 .content .contact .item2 {
  color: white;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 18px;
}
.main .page7 .content .index-footer .index-footer-copy {
  font-size: 18px;
  margin-top: 20px;
}
.main .page7 .content .index-footer .index-footer-copy a {
  color: #337ab7;
}
.main .page7 .content .index-footer .index-footer-copy a:hover {
  color: white;
}

.footer-share a {
  padding: 0;
  margin: 0 14px;
  width: 23px;
  height: 25px !important;
}
.footer-share a.bds_weixin {
  background: url(../images/icon-15.png) center center no-repeat;
}
.footer-share a.bds_weixin:hover {
  background: url(../images/icon-15h.png) center center no-repeat;
}
.footer-share a.bds_sqq {
  background: url(../images/icon-16.png) center center no-repeat;
}
.footer-share a.bds_sqq:hover {
  background: url(../images/icon-16h.png) center center no-repeat;
}
.footer-share a.bds_tsina {
  background: url(../images/icon-17.png) center center no-repeat;
}
.footer-share a.bds_tsina:hover {
  background: url(../images/icon-17h.png) center center no-repeat;
}

.public-menu {
  margin-top: 48px;
  text-align: center;
}
.public-menu .public-menu-title {
  font-size: 48px;
  color: #000;
  line-height: 48px;
  padding-top: 30px;
  background: url(../images/icon-05.png) center top no-repeat;
  text-transform: uppercase;
}
.public-menu .public-menu-width .public-menu-subbar {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 26px;
}
.public-menu .public-menu-width .public-menu-subbar .div1 {
  float: none;
  margin: 0 auto;
  width: 100% !important;
  font-size: 0;
}
.public-menu .public-menu-width .public-menu-subbar .div1 .span-01 {
  display: inline-block;
}
.public-menu .public-menu-width .public-menu-subbar .div1 .span-01 a {
  font-size: 30px;
  line-height: 30px;
  margin-top: 26px;
  color: #A71E25;
  position: relative;
}

.about-intro {
  width: 60%;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-left: 27.8125%;
  margin-top: 80px;
}
.about-intro .title {
  font-size: 40px;
  color: #000;
  line-height: 50px;
}
.about-intro .desc {
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 25px;
}
.about-intro a.more {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  line-height: 28px;
  border-bottom: 2px solid #a71f24;
  margin-top: 50px;
}
.about-intro .about-video {
  position: relative;
  margin-top: 103px;
  cursor: pointer;
}

.about-licheng {
  background: #f5f5f5;
  margin-top: 200px;
  padding-bottom: 68px;
  position: relative;
}
.about-licheng .about-licheng-cont .about-licheng-01 {
  position: relative;
}
.about-licheng .about-licheng-cont .about-licheng-01 .span-01 {
  font-size: 700px;
  line-height: 700px;
  color: #fff;
  letter-spacing: -50px;
  text-align: center;
}
.about-licheng .about-licheng-cont .about-licheng-01 .about-licheng-div1 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.about-licheng .about-licheng-cont .about-licheng-01 .about-licheng-div1 img {
  float: none;
  max-width: 800px;
  margin: 0;
  pointer-events: none;
}
.about-licheng .about-licheng-cont .about-licheng-01 .about-licheng-div1 .desc {
  float: none;
  width: 656px;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  margin-top: 20px;
}
.about-licheng .about-licheng-year {
  text-align: center;
  position: absolute;
  right: 13%;
  top: 10px;
  width: 350px;
  background: url(../images/bbb-bg.jpg) right top repeat-y;
  background-position-x: 325px;
}
.about-licheng .about-licheng-year .slick-track {
  float: right;
  margin-right: 50px;
}
.about-licheng .about-licheng-year .slick-track .slick-slide {
  float: none !important;
  margin-bottom: 100px;
}
.about-licheng .about-licheng-year .slick-track .slick-slide .span-01 {
  font-size: 33px;
  background: url(../images/yuan2.png) right 0 no-repeat;
  color: #bbb;
  cursor: pointer;
  padding-right: 70px;
  line-height: 50px;
  display: inline-block;
  outline: none;
}
.about-licheng .about-licheng-year .slick-track .slick-slide .span-01:focus {
  outline: none;
}
.about-licheng .about-licheng-year .slick-track .slick-slide.slick-current .span-01 {
  font-size: 33px;
  background: url(../images/yuan1.png) right 0 no-repeat;
  color: #01439A;
  cursor: pointer;
  padding-right: 70px;
  line-height: 50px;
  display: inline-block;
  outline: none;
}

.about-culture .culture-con {
  width: 1200px;
  margin: 0 auto;
}
.about-culture .culture-con .culture-line {
  width: 100%;
  padding-top: 50px;
  margin-bottom: 20px;
}
.about-culture .culture-con .culture-line ul li {
  width: 342px;
  float: left;
  margin-right: 86px;
  background-color: #fff;
  padding-bottom: 30px;
}
.about-culture .culture-con .culture-line ul li img {
  width: 100%;
  display: block;
}
.about-culture .culture-con .culture-line ul li p {
  width: 100%;
  font-size: 28px;
  color: #222;
  margin: 30px 0 8px 0;
  padding-left: 28px;
  box-sizing: border-box;
}
.about-culture .culture-con .culture-line ul li span {
  width: 100%;
  font-size: 16px;
  color: #555;
  padding-left: 28px;
  box-sizing: border-box;
}
.about-culture .culture-con .culture-line ul li:nth-child(3), .about-culture .culture-con .culture-line ul li:nth-child(6) {
  float: right;
  margin-right: 0;
}

.about-culture-img {
  width: 1200px;
  margin: 0 auto;
}

.prod_con .business-main {
  margin-top: 149px;
  padding-bottom: 50px;
}
.prod_con .business-main .business-01 {
  background: #000;
  margin-top: 40px;
}
.prod_con .business-main .business-01 .a-img {
  float: left;
  width: 55%;
}
.prod_con .business-main .business-01 .a-img img {
  width: 100%;
}
.prod_con .business-main .business-01 .business-div1 {
  position: absolute;
  left: 57.5%;
  top: 50px;
  right: 23px;
  bottom: 0;
}
.prod_con .business-main .business-01 .business-div1 .business-cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 140px;
  overflow: auto;
  font-size: 16px;
  line-height: 32px;
}
.prod_con .business-main .business-01 .business-div1 .business-cont .span-title {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 36px;
}
.prod_con .business-main .business-01 .business-div1 .business-cont .span-01 {
  font-size: 16px;
  color: #ccc;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 35px;
}
.prod_con .business-main .business-01 .business-div1 .business-cont .div1 {
  color: white !important;
}
.prod_con .business-main .business-01 .business-div1 .a1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  width: 165px;
  height: 56px;
  background: #a71f24;
  color: #fff;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
}

.case_con .case-list {
  padding-top: 207px;
  padding-bottom: 50px;
}
.case_con .case-list .row > div .div1 {
  margin-top: -50px;
}
.case_con .case-list .row > div .div1 a .span-img {
  position: relative;
}
.case_con .case-list .row > div .div1 a .span-img img {
  width: 100%;
}
.case_con .case-list .row > div .div1 a .span-img .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 0;
  color: white;
  vertical-align: middle;
  padding-top: 145px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.case_con .case-list .row > div .div1 a .span-img .cover:after {
  content: " ";
  position: absolute;
  right: 50%;
  left: 50%;
  top: 50%;
  margin-left: 0;
  height: 3px;
  background: #a71f24;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.case_con .case-list .row > div .div1 a .span-img:hover .cover {
  opacity: 1;
}
.case_con .case-list .row > div .div1 a .span-img:hover .cover:after {
  right: -40px;
  margin-left: 128px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.case_con .case-list .row > div .div1 a .span-title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 48px;
}
.case_con .case-list .row > div .div1 a .span-date {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 10px;
}
.case_con .case-list .row > div:nth-child(2n) {
  margin-top: 150px;
}
.case_con .case-list .row > div:nth-child(2n) .div1 a .span-img .cover:after {
  left: 50%;
  right: 50%;
  margin-left: 0;
  margin-right: 0;
}
.case_con .case-list .row > div:nth-child(2n) .div1 a .span-img:hover .cover:after {
  left: -40px;
  margin-right: 128px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news_con .news-01 {
  padding-left: 607px;
  background: #f7f7f7;
  margin-top: 158px;
  padding-right: 70px;
}
.news_con .news-01 .a-img {
  float: left;
  width: 552px;
  margin-left: -607px;
}
.news_con .news-01 .div1 {
  padding-top: 60px;
}
.news_con .news-01 .div1 .div-date {
  font-size: 18px;
  color: #999;
  line-height: 20px;
}
.news_con .news-01 .div1 .title {
  font-size: 26px;
  line-height: 40px;
  color: #000;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 22px;
}
.news_con .news-01 .div1 .more {
  line-height: 26px;
  margin-top: 86px;
}
.news_con .news-01 .div1 .more a {
  display: inline-block;
  border-bottom: 2px solid #a71f24;
  font-size: 16px;
  color: #000;
}
.news_con .news-list {
  margin-top: 100px;
}
.news_con .news-list li {
  border-bottom: 1px solid #eee;
  padding: 50px 300px 50px 257px;
}
.news_con .news-list li .div-date {
  float: left;
  width: 182px;
  background: #f7f7f7;
  margin-left: -237px;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 24px;
}
.news_con .news-list li .div-date .span-day {
  font-size: 20px;
  color: #656565;
  line-height: 58px;
  padding-top: 4px;
}
.news_con .news-list li .div-date .span-year {
  font-size: 60px;
  color: #656565;
  line-height: 60px;
  padding-top: 13px;
  border-top: 1px solid #e4e4e4;
}
.news_con .news-list li .div-title {
  float: left;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 50px;
}
.news_con .news-list li .div-title a {
  display: block;
  line-height: 30px;
  color: #000;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_con .news-list li .div-title a:hover {
  color: #a71f24;
}
.news_con .news-list li .more {
  float: right;
  margin-right: -270px;
  margin-top: 60px;
}
.news_con .news-list li .more a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  border-bottom: 2px solid #a71f24;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_con .news-list li .more a:hover {
  color: #a71f24;
}
.news_con .news-list li:first-child {
  padding-top: 0;
}

.job_con .job-list {
  margin-top: 30px;
}
.job_con .job-list .job-01 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 55px;
  padding-top: 45px;
}
.job_con .job-list .job-01 .job-top {
  position: relative;
  color: #000;
  padding-right: 310px;
}
.job_con .job-list .job-01 .job-top .title {
  font-size: 24px;
}
.job_con .job-list .job-01 .job-top .detail {
  font-size: 18px;
  margin-top: 9px;
}
.job_con .job-list .job-01 .job-top .detail span {
  display: inline-block;
  margin-right: 60px;
}
.job_con .job-list .job-01 .job-top .job-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 310px;
}
.job_con .job-list .job-01 .job-top .job-right .span-01 {
  float: left;
  font-size: 18px;
  color: #999;
  line-height: 58px;
  padding-left: 32px;
  background: url(../images/icon-33.png) left center no-repeat;
  cursor: pointer;
}
.job_con .job-list .job-01 .job-top .job-right .span-01.on {
  background: url(../images/icon-33h.png) left center no-repeat;
}
.job_con .job-list .job-01 .job-top .job-right .a1 {
  float: right;
  width: 162px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #a71f24;
  color: #fff;
  font-size: 18px;
}
.job_con .job-list .job-01 .job-bottom {
  display: none;
  font-size: 15px;
  line-height: 30px;
  margin-top: 48px;
}
.job_con .job-list .job-01 .job-bottom .span-title {
  color: #333;
}
.job_con .job-list .job-01 .job-bottom .span-details {
  color: #666;
}
.job_con .job-list .job-01:first-child .job-bottom {
  display: block;
}

.contact_con .contact-01 {
  margin-top: 158px;
  margin-bottom: 180px;
}
.contact_con .contact-01 .contact-div1 {
  float: left;
  margin-left: 150px;
  padding-left: 52px;
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.contact_con .contact-01 .contact-div1 .title {
  font-size: 20px;
  line-height: 44px;
  color: #5a5959;
}
.contact_con .contact-01 .contact-div1 .title img {
  float: left;
  margin-left: -52px;
}
.contact_con .contact-01 .contact-div1:first-child {
  width: 368px;
  margin-left: 0;
}
.contact_con .contact-01 .contact-div1:nth-child(2) {
  width: 214px;
}
.contact_con .contact-01 .contact-div1:nth-child(3) {
  width: 310px;
}
.contact_con .cont-map img {
  width: 100%;
}

.business_con .business-main {
  margin-top: 149px;
  padding-bottom: 50px;
}
.business_con .business-main .business-equip .business-equip-01 {
  position: relative;
  cursor: pointer;
}
.business_con .business-main .business-equip .business-equip-01 .cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.business_con .business-main .business-equip .business-equip-01 .cover .cover-cont {
  width: 100%;
  height: 100%;
  background: #a71f24;
  z-index: 1;
}
.business_con .business-main .business-equip .business-equip-01 .cover .cover-cont .business-equip-div1 {
  padding-left: 14.63%;
  padding-right: 14.63%;
  padding-top: 20%;
  padding-bottom: 20%;
  color: #fff;
  text-align: center;
}
.business_con .business-main .business-equip .business-equip-01 .cover .cover-cont .business-equip-div1 .span-title {
  font-size: 20px;
  line-height: 26px;
}
.business_con .business-main .business-equip .business-equip-01 .cover .cover-cont .business-equip-div1 .details {
  font-size: 16px;
  line-height: 26px;
  color: #d88d8d;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.business_con .business-main .business-equip .business-equip-01 .cover .cover-cont .business-equip-div1 .span-more {
  line-height: 28px;
  border-bottom: 2px solid #fff;
  margin-top: 42px;
  display: inline-block;
}
.business_con .business-main .business-equip .business-equip-01:hover .cover {
  filter: alpha(opacity=100);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.business_con .business-black-mc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.business_con .business-tc {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1012px;
  height: 475px;
  margin-top: -238px;
  margin-left: -506px;
  z-index: 106;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  display: none;
}
.business_con .business-tc .span-close {
  font-size: 28px;
  cursor: pointer;
  display: block;
  float: right;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
}
.business_con .business-tc .a-img {
  float: left;
}
.business_con .business-tc .a-img img {
  width: 430px;
  height: 430px;
}
.business_con .business-tc .business-tc-div1 {
  float: left;
  width: 420px;
  margin-left: 50px;
}
.business_con .business-tc .business-tc-div1 .div1 {
  height: 320px;
  overflow: auto;
  padding-top: 38px;
}
.business_con .business-tc .business-tc-div1 .div1 .title {
  font-size: 34px;
  line-height: 46px;
  color: #000;
}
.business_con .business-tc .business-tc-div1 .div1 .details {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-top: 20px;
}
.business_con .business-tc .business-tc-div1 .div2 {
  margin-top: 30px;
}
.business_con .business-tc .business-tc-div1 .div2 a.a1 {
  float: left;
  width: 189px;
  height: 63px;
  line-height: 62px;
  text-align: center;
  background: #a71f24;
  color: #fff;
  font-size: 18px;
}
.business_con .business-tc .business-tc-div1 .div2 .span-num {
  float: left;
  line-height: 62px;
  font-size: 26px;
  color: #000;
  margin-left: 40px;
}

.inner_con .inner-art {
  margin-top: 156px;
}
.inner_con .inner-art .inner-art-01 {
  position: relative;
}
.inner_con .inner-art .inner-art-01 .inner-art-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 26.41%;
  padding: 50px 12% 0 8.82%;
  background: #fff;
  font-size: 32px;
  line-height: 38px;
  color: #000;
}
.inner_con .inner-art .inner-art-01 .inner-art-title .span-title {
  font-size: 32px;
  line-height: 38px;
  color: #000;
}
.inner_con .inner-art .inner-art-01 .inner-art-title .span-date {
  font-size: 20px;
  line-height: 20px;
  margin-top: 18px;
}
.inner_con .inner-art .inner-art-01 .a-return {
  position: absolute;
  right: 3.3%;
  bottom: 62px;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  background: url(../images/icon-31.png) left 3px no-repeat;
}
.inner_con .inner-art .inner-art-01 .a-return::before {
  content: " ";
  position: absolute;
  left: -16px;
  right: -110px;
  bottom: 0;
  height: 3px;
  background: #a71f24;
}
.inner_con .inner-art .inner-art-details {
  width: 91.66%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 44px;
  color: #666;
  margin-top: 133px;
  margin-bottom: 77px;
}
.inner_con .inner-art-02 {
  background: #f9f9f9;
  padding-top: 67px;
  padding-bottom: 68px;
}
.inner_con .inner-art-02 .inner-art-a1 {
  background: #fff;
  padding-bottom: 40px;
}
.inner_con .inner-art-02 .inner-art-a1 .span-01 {
  padding-left: 9.2%;
  padding-right: 9.2%;
}
.inner_con .inner-art-02 .inner-art-a1 .span-01 .bdo-title {
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  margin-top: 46px;
}
.inner_con .inner-art-02 .inner-art-a1 .span-01 .bdo-date {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 9px;
}
.inner_con .inner-art-02 .inner-art-a1 .bdo-more, .inner_con .inner-art-02 .inner-art-a1 .bdo-more2 {
  font-size: 20px;
  color: #000;
  margin-top: 38px;
}
.inner_con .inner-art-02 .inner-art-a1 .bdo-more {
  margin-left: 9.2%;
  padding-left: 20px;
  background: url(../images/icon-25.png) left center no-repeat;
}
.inner_con .inner-art-02 .inner-art-a1 .bdo-more2 {
  text-align: right;
  margin-right: 9.2%;
  padding-right: 20px;
  background: url(../images/icon-26.png) right center no-repeat;
}

.content_btn ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.content_btn ul li a {
  display: block;
  color: #808080;
  border: 1px solid #e4eaec;
  padding: 10px 15px;
}
.content_btn ul li a:hover {
  color: #30cbff;
}
.content_btn ul li:hover a {
  border: 1px solid #30cbff;
  color: #30cbff;
}

@media screen and (max-width: 789px) {
  .navbar-collapse {
    width: auto;
    height: 100%;
    background: #e7e7e7;
    margin: 0 -30px !important;
    padding: 0;
  }
  .navbar-collapse .nav {
    height: auto;
    width: 100%;
  }
  .navbar-collapse .nav li {
    float: none;
  }
  .navbar-collapse .navbar-nav {
    margin: 0;
  }

  .main .one .prod .prod-nav ul li a {
    padding: 3px 8px;
  }
  .main .three {
    padding: 40px 0;
  }
  .main .four .news-list {
    margin-bottom: 30px;
  }

  .news_con .right .sidebar {
    margin: 0;
  }

  .case_con .case-list .row ul li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .case_con .case-list .row ul li:nth-child(even) {
    margin: 0;
  }

  .pro_con .product-list ul li {
    margin-bottom: 15px;
    padding: 0 7px;
  }
  .pro_inner .recommd {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
