.wh1200{
  width: 932px;
  margin: auto;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.dzkf-wrap {
  background: #F0F2F5;
  padding-bottom: 60px;
}

.banner {
  width: 100%;
  height: 550px;
  background: url(../../images/product/dzkf/banner.png) no-repeat center/cover;
  padding-top: 180px;
  text-align: center;
  box-sizing: border-box;
}

.banner .title {
  font-size: 48px;
  color: #fff;
  line-height: 59px;
}

.banner .subtitle {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-top: 15px;
}

.banner .tag-box {
  width: 480px;
  margin: 10px auto 0;
}

.banner .tag-box .tag {
  width: 88px;
  height: 33px;
  border: 1px solid #00A7FF;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  color: #fff;
  margin: 10px 15px 0;
}

.common-title {
  font-size: 32px;
  color: #0D0101;
  line-height: 45px;
  text-align: center;
}

.sec1 {
  padding-top: 51px;
}

.sec1 .sec-content {
  margin-top: 36px;
}

.sec1 .sec-content .item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.sec1 .sec-content .item-wrap .item {
  width: 155px;
  padding: 0 5px;
  text-align: center;
}

.sec1 .sec-content .item-wrap .icon img {
  height: 52px;
}

.sec1 .sec-content .item-wrap .title {
  font-size: 22px;
  color: #0D0101;
  line-height: 30px;
  margin-top: 33px;
}

.sec1 .sec-content .item-wrap .desc {
  height: 60px;
  margin-top: 12px;
  font-size: 14px;
  color: #808689;
  line-height: 20px;
}

.sec2 {
  padding-top: 65px;
}

.sec2 .sec-content {
  margin-top: 36px;
}

.sec2 .sec-content .item {
  width: 302px;
  height: 163px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 40px;
  border-radius: 4px;
  margin-right: 13px;
}

.sec2 .sec-content .item:nth-child(1) {
  width: 617px;
  background: linear-gradient(180deg, rgba(107, 141, 253, 1), rgba(32, 121, 242, 1));
  margin-bottom: 13px;
}

.sec2 .sec-content .item:nth-child(2) {
  margin-right: 0;
  background: linear-gradient(180deg, rgba(71, 227, 217, 1), rgba(31, 211, 199, 1));
  margin-bottom: 13px;
}

.sec2 .sec-content .item:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 190, 88, 1), rgba(234, 152, 22, 1));
}

.sec2 .sec-content .item:nth-child(4) {
  background: linear-gradient(180deg, rgba(71, 227, 217, 1), rgba(31, 211, 199, 1));
}

.sec2 .sec-content .item:nth-child(5) {
  background: linear-gradient(180deg, rgba(107, 141, 253, 1), rgba(32, 121, 242, 1));
  margin-right: 0;
}

.sec2 .sec-content .item .title {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}

.sec2 .sec-content .item .desc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 16px;
}

.sec3 {
  padding-top: 69px;
}

.sec3 .sec-content {
  margin-top: 60px;
}

.sec3 .sec-content .item-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 230px;
}

.sec3 .sec-content .item-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #438EFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.sec3 .sec-content .item-wrap .item {
  width: 95px;
  height: 95px;
  background: #438EFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}

.sec3 .sec-content .item-wrap .item:nth-child(2n -1) {
  margin-bottom: 40px;
  transform: translateY(-50%);
}

.sec3 .sec-content .item-wrap .item:nth-child(2n) {
  margin-top: 40px;
  transform: translateY(50%);
}

.sec3 .sec-content .item-wrap .item .text {
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
}

.sec3 .sec-content .item-wrap .item .num {
  font-size: 22px;
  line-height: 30px;
  color: #438EFF;
  position: absolute;
  left: 50%;
}

.sec3 .sec-content .item-wrap .item:nth-child(2n -1) .num {
  bottom: -33px;
  transform: translate(-50%, 100%);
}

.sec3 .sec-content .item-wrap .item:nth-child(2n) .num {
  top: -33px;
  transform: translate(-50%, -100%);
}

.sec3 .sec-content .item-wrap .item .point {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #438EFF;
  position: absolute;
  left: 50%;
}

.sec3 .sec-content .item-wrap .item .point::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 3px auto;
}

.sec3 .sec-content .item-wrap .item:nth-child(2n + 1) .point {
  bottom: -20px;
  transform: translate(-50%, 50%);
}

.sec3 .sec-content .item-wrap .item:nth-child(2n) .point {
  top: -20px;
  transform: translate(-50%, -50%);
}

.sec3 .sec-content .item-wrap .item .line {
  width: 1px;
  height: 15px;
  background: #438EFF;
  position: absolute;
  left: 50%;
}

.sec3 .sec-content .item-wrap .item:nth-child(2n + 1) .line {
  bottom: -5px;
  transform: translate(-50%, 50%);
}

.sec3 .sec-content .item-wrap .item:nth-child(2n) .line {
  top: -5px;
  transform: translate(-50%, -50%);
}

.sec4 {
  padding-top: 60px;
}

.sec4 .sec-content {
  margin-top: 36px;
}

.sec4 .sec-content .item-wrap {
  display: flex;
  justify-content: space-between;
}

.sec4 .sec-content .item-wrap .item {
  width: 208px;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
}

.sec4 .sec-content .item-wrap .item .img-box {
  width: 100%;
  height: 160px;
}

.sec4 .sec-content .item-wrap .item .text-box {
  padding: 25px;
  text-align: center;
}

.sec4 .sec-content .item-wrap .item .text-box .data {
  color: #438EFF;
}

.sec4 .sec-content .item-wrap .item .text-box .num {
  font-size: 35px;
  line-height: 49px;
}

.sec4 .sec-content .item-wrap .item .text-box sub {
  font-size: 16px;
  line-height: 22px;
  margin-left: 5px;
}

.sec4 .sec-content .item-wrap .item .text-box .text {
  font-size: 14px;
  line-height: 20px;
  color: #0D0101;
  margin-top: 15px;
}

.sec5 {
  padding-top: 60px;
}

.sec5 .sec-content {
  margin-top: 36px;
  height: 283px;
  border-radius: 6px;
  border: 1px solid #B0ADAD;
  overflow: hidden;
  box-sizing: border-box;
}

.sec5 .left {
  width: 540px;
}

.sec5 .right {
  width: 390px;
  height: 100%;
  background: #fff;
  padding-top: 25px;
  padding-left: 58px;
  box-sizing: border-box;
}

.sec5 .right .item {
  margin-top: 30px;
}

.sec5 .right .item:first-child {
  margin-top: 0px;
}

.sec5 .right .item .title {
  padding-left: 17px;
  font-size: 20px;
  line-height: 28px;
  color: #0D0101;
  border-left: solid 6px #438EFF;
}

.sec5 .right .item .desc {
  margin-top: 13px;
  font-size: 14px;
  line-height: 20px;
  color: #686363;
}

/* news_list */
.news_list {
	width: 100%;
    padding: 96px 0 80px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.news_list .news_box {
	margin-top: 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.news_list .news_box .bottom_part_L {
	width: 580px;
    margin-right: 40px;
    overflow: hidden;
}
.news_list .news_box .bottom_part_L >img{
    max-width: 100%;
    width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news_list .news_box .bottom_part_L>img:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_list .news_box .bottom_part_R{
    width: calc(100% - 620px);
}
.news_list .news_box .bottom_part_R li {
	margin-top: 12px;
}
.news_list .news_box .bottom_part_R li:hover .title{
	color: #257dff;
}
.news_list .news_box .bottom_part_R li:first-child {
	margin-top: 0;
}
.news_list .news_box .bottom_part_R li .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap	;
}
.news_list .news_box .bottom_part_R li .title span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #DFDFDF;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
	margin-right: 10px;
}
.news_list .news_box .bottom_part_R li:nth-child(1) .title span{
	background: #FD6600;
}
.news_list .news_box .bottom_part_R li:nth-child(2) .title span{
	background: #FE9703;
}
.news_list .news_box .bottom_part_R li:nth-child(3) .title span{
	background: #F3B61E;
}
.news_list .news_box .bottom_part_R li .keywords {
	display: none;
}
.news_list .news_box .bottom_part_R li .descr {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	margin-left: 35px;
}

