.new-home {
  width: 100%;
}

.news-top-img {
  width: 100%;
  height:auto;
}

.news-top-img img {
  width: 100%;
  height: 100%;
}

.navigation {
  width: 100%;
  background: #F0F3FA;

}

.navigation-item {
  max-width: 1500px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.navigation-item .left {
  margin-left: 40px;
}

.navigation-item .right {
  margin-right: 40px;
}

.navigation-item div {
  height: 100%;
}

.navigation-item div ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.navigation-item div ul li {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.navigation-item .left ul li {
  margin-right: 10px;
}

.navigation-im {
  width: 20px;
  height: 20px;
}

.navigation-item div ul .action a {
  color: #3596FA;
}

.navigation-item div ul li a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}

.navigation-item div ul .navigation-than {
  width: 14px;
  height: 19px;
}

.navigation-item .right {
  width: 500px;
}

.navigation-item .right ul {
  display: flex;
  justify-content: space-between;
}
.navigation-item .right ul li{
  height: 100%;
}
.navigation-item .right ul .right-action {
  border-bottom: 2px solid #3596FA;
}

.navigation-item .right ul .right-action a {
  color: #3596FA;
}

.corporation {
  width: 100%;
  /* height: 700px; */
  background: #fff;
  padding: 60px 0;
}

.corporation-item {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.corporation-item .left {}

.corporation-item .left .top {
  width: 74px;
  height: 102px;
  background: #3596FA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 2px;
}

.corporation-item .left .top span:nth-of-type(1) {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 24px;
}

.corporation-item .left .top span:nth-of-type(2) {
  width: 32px;
  height: 2px;
  background: #FFFFFF;
  margin: 8px 0;
}

.corporation-item .left .top span:nth-of-type(3) {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}

.corporation-item .left .me {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
  padding-top: 42px;
}

.corporation-item .left .bt {
  width: 651px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 25px;
}

.corporation-item .left .bt-img {
  width: 42px;
  height: 42px;
  margin-top: 50px;
  cursor: pointer;
}

.corporation-item .left .bt-img img {
  width: 100%;
  height: 100%;
}

.corporation-item .right {
  width: 800px;
  height: 416px;
}

.corporation-item .right img {
  width: 100%;
  height: 100%;
}

.btn-list {
  width: 100%;
  background: #F0F3FA;
}

.btn-list .item {
  max-width: 1500px;
  margin: 0 auto;
}

.btn-list .item ul {
  display: flex;
  flex-wrap: wrap;
}

.btn-list .item ul li {
  width: 33.3%;
  height: 600px;
  cursor: pointer;
  padding: 30px 30px;
  /* transition: all .6s ease; */
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.btn-list .item ul li:hover{
  transform: translate(0, -5px);
}
.btn-list .item ul .btn-action,
.btn-list .item ul li:hover {
  background: #fff;
}

.btn-list .item ul li .top {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  height:68px;
  overflow:hidden;
  line-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .6s ease;
}

.btn-list .item ul li .trim {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding: 5px 0;

}

.btn-list .item ul li .img {
  width: 100%;
  height: 261px;
  display: block;
}

.btn-list .item ul li .img {
  width: 100%;
  height: 261px;
}

.btn-list .item ul li .img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.btn-list .item ul li .btn {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 15px;
}

.btn-list .item ul li .btn-img {
  margin-top: 40px;
  width: 42px;
  height: 42px;
  transition: all .6s ease;
}

.btn-list .item ul li .btn-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-list .item ul li .btn-img .action-img {
  display: none;
}

.btn-list .item ul .btn-action .btn-img img,
.btn-list .item ul li:hover .btn-img img {
  display: none;
}

.btn-list .item ul .btn-action .btn-img .action-img,
.btn-list .item ul li:hover .btn-img .action-img {
  display: block;
}

.btn-list .item ul .btn-action .top,
.btn-list .item ul li:hover .top {
  color: #3596FA;
}

/* 详情 */
.news-navigtion {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
}

.news-navigtion .left {
  width: 70%;
  background: #F0F3FA;
  padding-left: 10%;
  box-sizing: border-box;
}

.news-navigtion .right {
  width: 30%;
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  padding-right: 10%;
  padding-left: 30px;
  box-sizing: border-box;
}

.news-navigtion div {
  height: 100%;
}

.news-navigtion div ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.news-navigtion div ul li {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.news-navigtion .left ul li {
  margin-right: 10px;
}

.navigation-im {
  width: 20px;
  height: 20px;
}

.news-navigtion div ul .action a {
  color: #3596FA;
}

.news-navigtion div ul li a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}

.news-navigtion div ul .navigation-than {
  width: 14px;
  height: 19px;
}

.news {
  width: 100%;
  display: flex;
  background: #fff;
  /* padding: 0 10%; */
}

.news .left {
  width: 70%;
  /* height: 400px; */
  padding: 50px 0 50px 10%;
  box-sizing: border-box;
}

.news .left .title {
  font-weight: 400;
  font-size: 32px;
  color: #222222;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .left .line {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  margin: 30px 0 20px 0;
}

.news .left .trim {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}

.news .left .trim div:nth-of-type(2) {
  padding-left: 70px;
}

.news .left .left-img {
  width: 80%;
  height: 400px;
  margin: 60px 0 40px 0;
}

.news .left .left-img img {
  width: 100%;
  height: 100%;
}

.news .left .left-text {
  max-width: 95%;
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
}

.news .left .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.news .left .btn .btn-l {
  display: flex;
  flex-direction: column;
}

.news .left .btn .btn-l a {
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}

.news .left .btn .btn-l a:nth-of-type(2) {
  padding-top: 25px;
}

.news .left .btn .btn-r {
  width: 128px;
  height: 40px;
  border: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .left .btn .btn-r img {
  width: 30px;
  height: 26px;
}

.news .left .btn .btn-r span {
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  padding-left: 10px;
}

.news .right {
  width: 30%;
  padding-right: 10%;
  padding-left: 30px;
}

.news .right ul li {
  padding-bottom: 40px;
}

.news .right ul li .img {
  width: 100%;
  height: 200px;
}

.news .right ul li .img img {
  width: 100%;
  height: 100%;
}

.news .right ul li .top {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 10px 0;
}

.news .right ul li .btn {
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .right ul li .btn-img {
  width: 34px;
  height: 34px;
  margin-top: 20px;
}

.news .right ul li .btn-img img {
  width: 100%;
  height: 100%;
}

.news .right ul li .btn-img .action-img {
  display: none;
}

.about-corp {
  width: 100%;
}

.about-corp .top {
  width: 1500px;
  margin: 0 auto;
  background: #fff;
  padding: 90px 0 80px 0;
  display: flex;
  justify-content: space-between;

}

.about-corp .top .left {
  max-width: 1000px;
}

.about-corp .top .right {
  width: 328px;
  height: 255px;
}

.about-corp .top .right img {
  width: 100%;
  height: 100%;
}

.about-corp .top .left div:nth-of-type(1) {
  font-weight: bold;
  font-size: 46px;
  color: #1A1A1A;
  line-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-corp .top .left div:nth-of-type(1) span {
  color: #D90000;
}

.about-corp .top .left .corporation-text {
  padding-top: 35px;
  font-weight: 400;
  font-size: 16px;
  color: #272626;
  line-height: 36px;
}

.about-culture {
  width: 100%;
  height: 800px;
  background: url('https://szdbi.oss-cn-shenzhen.aliyuncs.com/gongsiguanwang/aboutUs-icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.about-culture .top {
  width: 100%;
  position: absolute;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-culture .top span:nth-of-type(1) {
  font-weight: 400;
  font-size: 42px;
  color: #222222;
  line-height: 40px;
}

.about-culture .top span:nth-of-type(2) {
  width: 80px;
  height: 6px;
  background: #3596FA;
  margin: 20px 0;
}

.about-culture .top span:nth-of-type(3) {
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  line-height: 40px;
}

/* 荣誉资质 */
.aptitude {
  width: 1500px;
  background: #fff;
  padding: 50px 0;
  margin: 0 auto;
}

.aptitude .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.aptitude .top span:nth-of-type(1) {
  font-weight: 400;
  font-size: 42px;
  color: #222222;
  line-height: 40px;
}

.aptitude .top span:nth-of-type(2) {
  width: 80px;
  height: 6px;
  background: #3596FA;
  margin: 20px 0;
}

.aptitude .top span:nth-of-type(3) {
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  line-height: 40px;
}

.aptitude .item {
  width: 100%;
  padding-top: 45px;
}

.aptitude .item ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aptitude .item ul li {
  width: 23.5%;
  height: 380px;
  background: #FFFFFF;
  box-shadow: 0px 30px 73px 6px rgba(230, 230, 230, 0.81);
  border-radius: 4px;
  margin-bottom: 50px;
  /* padding: 30px; */
  box-sizing: border-box;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.aptitude .item ul li:hover{
  transform: translate(0, -5px);
}
.aptitude .item ul li img {
  width: 100%;
  height: 100%;
}

/* 联系 */
.connection {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin: 0 auto;
}
.connection .left{
  width: 30%;
}
.connection .right{
  width: 70%;
}

.connection .left .left-t {
  font-weight: normal;
  font-size: 28px;
  color: #666666;
  line-height: 40px;
  display: block;
}

.connection .left .left-m {
  font-weight: bold;
  font-size: 32px;
  color: #3596FA;
  line-height: 40px;
  display: block;
}
.connection .left div{
  display: flex;
}
.connection .left div .left-img{
  width: 30px;
  height: 30px;
}
.connection .left div{
  padding-top: 40px;
}
.connection .left ul{
  padding-left: 10px;
}
.connection .left ul li{
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  padding-bottom: 20px;
}
.connection .left ul li span{
  font-weight: 400;
  font-size: 20px;
  color: #3596FA;
  font-weight: bold;
}
.connection .left ul .code{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.connection .left ul .code img{
  width: 115px;
  height: 114px;
  border: 1px solid #E4E4E4;
}
.connection .left ul .code span{
  font-weight: 400;
  font-size: 13px;
  color: #222222;
  line-height: 32px;
  width: 115px;
  text-align: center;
}

.connection .right {
  width: 1067px;
  height: 657px;
  opacity: 0.74;
}
.connection .right img{
  width: 100%;
  height: 100%;
}
.navigation-action{
  border-top: 1px solid #DBDBDB;
  position: fixed;
  top: 80px;
  z-index: 22;
  background: #fff;
}

@media (max-width: 1650px) {

  /* 详情 */
  .news-navigtion .left {
    padding-left: 5%;
  }

  .news-navigtion .right {
    padding-right: 5%;
  }

  .news .left {
    padding: 50px 0 50px 5%;
  }

  .news .right {
    padding-right: 5%;
  }
}

@media (max-width: 1550px) {
  .navigation .navigation-item {
    padding: 0 30px;
  }

  .about-corp .top {
    padding: 90px 30px 80px 30px;
  }

  .about-culture {
    height: 600;
  }

  .aptitude {
    width: 1450px;
  }
  .connection {
    width: 1450px;
  }
}

@media (max-width: 1500px) {
  .corporation {
    /* margin: 0 50px; */
    padding: 60px 40px;
  }

  .navigation-item {
    max-width: 1400px;
  }

  .corporation-item .left .bt {
    width: 550px;
  }

  .corporation-item .right {
    width: 700px;
    height: 380px;
  }

  /* 详情 */
  .news-navigtion .left {
    padding-left: 3%;
  }

  .news-navigtion .right {
    padding-right: 3%;
  }

  .news .left {
    padding: 50px 0 50px 3%;
  }

  .news .right {
    padding-right: 3%;
  }

  .navigation .navigation-item {
    padding: 0 30px;
  }

  .about-corp .top {
    width: 1400px;
    padding: 70px 30px;
  }

  .about-corp .top .left {
    max-width: 900px;
  }

  .aptitude {
    width: 1350px;
  }

  .aptitude .item ul li {
    height: 350px;
  }
  .connection {
    width: 1400px;
    padding: 30px 30px 0 30px;
  }
}

@media (max-width: 1400px) {
  .navigation-item {
    max-width: 1300px;
  }

  .corporation-item .left .bt {
    width: 450px;
  }

  .corporation-item .right {
    width: 650px;
    height: 330px;
  }

  .navigation .navigation-item {
    padding: 0 30px;
  }

  .about-corp .top {
    width: 1300px;
    padding: 50px 30px;
  }

  .about-corp .top .left {
    max-width: 800px;
  }

  .about-corp .top .left .corporation-text {
    padding-top: 20px;

  }

  .aptitude {
    width: 1250px;
  }

  .aptitude .item ul li {
    height: 350px;
    margin-bottom: 30px;
  }
  .connection {
    width: 1300px;
  }
}

@media (max-width: 1300px) {
  .navigation .navigation-item {
    padding: 0 30px;
  }

  .about-corp .top {
    width: 1200px;
  }

  .about-corp .top .left {
    max-width: 750px;
  }

  .about-corp .top .left .corporation-text {
    padding-top: 20px;

  }

  .aptitude {
    width: 1150px;
  }

  .aptitude .item ul li {
    height: 300px;
    margin-bottom: 20px;
  }
  .connection {
    width: 1200px;
  }
}

/*--------------分页美化---------------*/
.pagepage {
	    width:1200px;
        padding-top: 30px;
        padding-right: 3px;
		text-align:center;
		margin:0 auto;
		height: 100px;
        clear: both;
}
.new_mail .pagepage {
	    width:1200px;
        padding-top: 30px;
        padding-right: 3px;
        text-align:center;
		margin:0 auto;
		height: 50px;
        clear: both;
}

.pagepage .epages a{
        
        overflow: hidden;
        line-height: 25px;

        border: 2px solid #F1F4F8;
        text-align: center;
        margin-right: 5px;
        margin-left: 5px;
        text-decoration: none;
        padding:5px 10px;
        color: #004ea7;
}
.pagepage .epages a:hover{
        background-color: #004ea7;
        border: 2px solid #004ea7;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
}
.pagepage .epages b{
        
        overflow: hidden;
        line-height: 25px;
        background-color: #FFFFFF;
        border: 2px solid #C0C0C0;
        text-align: center;
        margin-right: 5px;
        margin-left: 5px;
        color: #999999;
        padding:5px 10px;
}
.pagepage .epages span{
    
    overflow: hidden;
    line-height: 25px;
    background-color: #CBE3FE;
    border: 2px solid #F1F4F8;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
        padding:5px 10px;
    color: #004EA7;
}

