.aboutCon {
  height: auto;
  overflow: hidden;
}
.aboutCon .r {
  float: right;
  width: 520px;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aboutCon .l {
  padding: 70px 60px;
  margin-right: 550px;
  height: 480px;
  background-color: #eaeaea;
}
.aboutCon .l p {
  text-indent: 20px;
  line-height: 45px;
  font-size: 22px;
}
.ind-honor-bg {
  background: url(../image/honorbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.in-new-ul {
  height: auto;
  overflow: hidden;
}
.in-new-ul li {
  float: left;
  width: 47%;
  margin-left: 6%;
  background-color: #eaeaea;
  height: 200px;
  cursor: pointer;
  padding: 10px 25px 10px 15px;
  margin-top: 40px;
}
.in-new-ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.in-new-ul li a {
  display: block;
}
.in-new-ul li .newImg {
  float: left;
  width: 300px;
  height: 180px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.in-new-ul li:hover {
  background-color: #25599f;
}
.in-new-ul li .newTxt {
  padding: 10px 0;
  margin-left: 340px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.in-new-ul li .newTxt h2 {
  font-size: 15px;
}
.in-new-ul li .newTxt h3 {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
}
.in-new-ul li:hover h2 {
  color: #fff;
}
.in-new-ul li:hover h3 {
  color: #fff;
}
.ind-news {
  padding-bottom: 0 !important;
}
.business {
  height: auto;
  overflow: hidden;
}
.business .busItem {
  position: relative;
  float: left;
  width: 16.66%;
}
.business .busItem a {
  display: block;
  width: 100%;
  height: 640px;
  position: relative;
}
.business .busItem a .bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.business .busItem a::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0,0,0,.11);
}
.business .busItem a .txtCon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  padding: 30px;
  text-align: center;
  z-index: 3;
  transition: all 0.3s;
}
.business .busItem a .txtCon h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.business .busItem a:hover .txtCon {
  height: 350px;
}
.business .busItem .title-more {
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transition: all 0.6s;
  transition-delay: 0.1s;
}

.business .busItem a:hover .title-more {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInDown 1s 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.ind-business.padd90 {
  padding-bottom: 10px;
}
.cusbanner{
  margin-top: 80px;
  height: 340px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.cusbanner.bottom{
  background-position: bottom center !important;
}
.cusbanner.banner1{
  background: url(../image/cbanner1.jpg);
}
.cusbanner.banner2{
  background: url(../image/cbanner2.jpg);
}
.cusbanner.banner3{
  background: url(../image/cbanner3.jpg);
}
.cusbanner.banner4{
  background: url(../image/cbanner4.jpg);
}
.cusbanner.banner5{
  background: url(../image/cbanner5.jpg);
}
.cusbanner.banner6{
  background: url(../image/cbanner6.jpg);
}
.cusbanner.banner7{
  background: url(../image/cbanner7.jpg);
}
.subNav{
  background-color: #f5f5f5;
  padding: 20px 0;
}
.subNav a {
  display: flex;
  margin-right: 15px;
  width: 150px;
  height: 44px;
  background-color: #3a3939;
  color: #fff;
  line-height: 44px;
  justify-content: center;
  align-items: center;
}
.subNav a.on{
  background-color: #25599f;
}
.wrap{
  margin-left:100px;
  margin-right: 100px;
}
.subNav a:hover{
  background-color: #25599f;
}
.subNavBox{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.subNavBox.flex{
  justify-content: flex-start;
}
.ctitle{
  text-align: center;
  padding: 35px 0;
}
.ctitle h2{
  font-size: 25px;
  color: #25599f;
  padding-bottom: 10px;
}
.ctitle p{
  font-size: 18px;
  margin-top: 30px;
  display: inline-block;
  max-width: 1200px;
  margin-bottom: 25px;
}
.container{
  background-color: #fff;
}
.container.news{
  padding-bottom: 80px;
}
.ctitle .line{
  width: 50px;
  height: 3px;
  background-color: #25599f;
  margin-left: auto;
  margin-right: auto;
}
.newsList{
  background-color: #fff;
}
.newsItem{
  padding:25px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.newsItem a{
  display: flex;
  width: 100%;
}
.newsItem .image{
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.newsItem .newsTxt{
  margin-left: 30px;
  height: 200px;
  width: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsItem .newsTxt h2{
  font-size: 17px;
}
.newsItem .newsTxt h3{
  font-size: 14px;
  margin: 3px 0 3px 0;
}
.newsItem .newsTxt h4{
  font-size: 14px;
}
.newsItem .newsTxt .bottom{
display: flex;
justify-content: flex-end;
}
.newsItem .newsTxt .bottom > div{
    border: 1px solid #d9d9d9;
    cursor: pointer;
    padding: 2px 11px;
    font-size: 14px;
}
.pageNum{
  display: flex;
  padding: 60px 0 30px 0;
  justify-content: center;
}
.pageNum a{
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}
.pageNum a.on{
  color: #fff;
  background-color: #25599f;
}
.pageNum .pre{
  margin:0 3px;
  width: 60px;
  height: 30px;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  color: #595959;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageNum .pre a{
  width: 100%;
  height: 28px;
  border: none;
  background-color: none;
}
.newsTitle{
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.sec_t{
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.sec_t .l{
  display: flex;
}
.sec_t .l .item{
  display: flex;
  margin-right: 30px;
}
.sec_t .l .item span{
  margin-right: 10px;
}
.pageBox{
  border-top: 1px solid #d9d9d9;
  height: auto;
  overflow: hidden;
  padding-top: 30px;
}
.pageBox .prview{
  width: 50%;
  float: left;
}
.pageBox .prview.l{
  text-align: left;
}
.pageBox .prview.r{
  text-align: right;
}
.pageBox .prview span{
  margin-right: 15px;
}
.newsMain{
  padding-top: 20px;
  padding-bottom: 50px;
}
.position{
  padding: 30px 0 20px 0;
}
.jobList{
  padding-top: 30px;
}
.jobItem{
  height:auto;
  overflow: hidden;
  padding:45px 0 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.jobItem li{
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
}
.jobItem li span{
  margin-right: 8px;
}
.bannerTxt{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0,0,0,.15);
}
.menuCus{
  display: flex;
}
.menuCus .item{
  display: flex;
  padding: 40px 40px;
  width: 24%;
  border-right:  1px solid #eee;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.menuBox{
  padding: 40px 0;
}
.menuCus .item img{
  height: 70px;
  width: auto;
  margin-bottom: 15px;
}

.menuCus .item h2{
  font-size: 14px;
}
.map{
  height: 450px;
}
.ind-honor-view img{
 height: 300px;
 width:auto;
 max-width: 80%;
 display: flex;
}
.ind-honor-view .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ind-honor-view p{
  display: none;
}
.contBody{
  padding-bottom: 80px;
}
.contBody img{
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contBody1 img{
  max-width: 1000px;
}
#main li{
  height:360px !important;
  overflow: hidden;
  margin-bottom: 30px;
}
#main li img{
  height: 250px;
}
.li-bottom{
  line-height: 25px !important;
}
.caseBox1{
  background-color: #d7ebdf;
}
.caseBox1 .section1{
  height: auto;
  overflow: hidden;
  padding: 50px 0;
}
.caseBox1 .section1 .l{
  float: left;
  width: 40%;
  padding-top: 100px;
}
.caseBox1 .section1 .r{
  float: right;
  width: 48%;
}
.caseBox1 .section1 .r img{
  width: 530px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tableCon{
  height: auto;
  overflow: hidden;
}
.tableCon .table_item{
  float: left;
  margin-bottom: 40px;
  width: 48%;
  margin-left: 4%;
}
.tableCon .table_item:nth-child(2N+1){
  margin-left: 0
}
.tableCon .table_item .tbalet{
  font-size: 23px;
  text-align: center;
  padding-bottom:0;
}
.table{
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  height: auto;
  overflow: hidden;
  margin: 25px 0;
}
.table.table1 tr:first-child {
    background: #2aad77;
}
.table1 tr:nth-child(even) {
    background: #97cfb2;
}
.table tr:first-child td {
    padding: 5px 10px;
    color: #fff;
}
.table td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 5px 15px;
    font-size: 14px;
}

.caseBox2_main{
  height: auto;
  overflow: hidden;
  padding: 50px 0;
}
.caseBox2_main1{
  padding-bottom: 100px;
}
.caseBox2_main .l{
  float: left;
  width: 48%;
}
.caseBox2_main .r{
  float: right;
  width: 48%;
}
.caseBox2_main .l p{
  padding-left: 7%;
}
.caseBox2_main1 .l{
  width: 45%;
}
.caseBox2_main1 .r{
  width: 50%;
}
.caseBox2_main2 p{
  padding-left: 0 !important;
  padding-bottom: 30px;
}
.tablet{
  font-size: 23px;
  text-align: center;
  padding-bottom: 0;
}
.contBody2 img{
  width: 100%;
  max-width: 100% !important;
}
.news_list li a{
  display: flex;
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.news_list li a:hover{
  background: #25599f;
}
.news_list li a .date{
  width: 100px;
  height: 100px;
  background: #25599f;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.news_list li a .date span{
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-top: 18px;
}
.news_list li a .date p{
  font-size: 13px;
}
.news_list li a:hover .date{
  background: #fff;
  color: #25599f;
}
.news_list li a .newImg{
	overflow: hidden;
	width: 300px;
	height: 150px;
}
.news_list li a .newImg div{
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.news_list li a:hover .newImg div{
	transform: scale(1.1);
}
.news_list li a .right{
  padding-left: 30px;
  width: calc(100% - 100px);
}
.news_list li a .right1{
  padding-left: 30px;
  width: calc(100% - 200px);
}
.news_list li a .right h3{
  font-size: 23px;
	font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.news_list li a .right p{
  color: #666;
  font-size: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.news_list li a:hover .right h3 {
  color: #fff;
  border-bottom: 1px dotted rgba(255,255,255, 0.2);
}
.news_list li a:hover .right p {
  color: #fff;
}
.ulCase{
  height: auto;
  overflow: hidden;
}
.ulCase li{
  float: left;
  width: 31%;
  margin: 0 1% 30px 1%;
}
.ulCase li .img{
  height: 300px;
  overflow: hidden;
}
.ulCase li .img div{
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all .3s ease-in-out;
}
.ulCase li:hover .img div{
  transform: scale(1.1);
}
.ulCase li .txt{
  border: 1px solid #eee;
  height: 120px;
  font-size: 18px;
  padding: 25px 20px;
  border-top: none;
}
.ulCase,.bodyCon{
  padding: 80px 0;
}
.bodyCon h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
.bodyCon img{
  max-width: 70%;
  width: auto;
  display: inline-block;
}