*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
.w1200{
	width: 1200px;
}
.hjdc-header{
	background: url(../images/top-bg-img.png) center no-repeat;
	max-width: 1920px;
	height: 642px;
}
.hjdc-header-top{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
}
.hjdc-header-logo{
	width: 100%;
	display: block;
	margin-top: 55px;
	margin-bottom: 30px;
}
.hjdc-header-title{
	opacity: 1;
	background: linear-gradient(271deg, rgba(1, 164, 197, 0) 0%, rgba(1, 164, 197, 0.4449) 33%, rgba(0, 164, 197, 0.45) 70%, rgba(56, 136, 211, 0) 99%, rgba(56, 136, 211, 0) 99%);
	padding-top: 65px;
	padding-bottom: 42px;
}
.hjdc-header-logo img{
	
}
.hjdc-container{
	margin: 0 auto;
}
.hjdc-container-child-split{
	width: 1166px;
	border-radius: 30px 30px 0px 0px;
	background: #68BAE7;
	height: 35px;
	margin: 0 auto;
	margin-top: -75px;
}
.hjdc-container-child-1{
	border-radius: 30px 30px 0px 0px;
	background: #FFFFFF;
	padding-top: 42px;
	margin-top: -20px;
	padding-bottom: 30px;
}
.hjdc-container-child-1-title{
	background: url(../images/hjdc-container-child-1-title-img.png) center no-repeat;
	width: 1140px;
	height: 62px;
}

.con2 {
	margin: 20px auto;
	background: #ffffff;
	/* margin-top: -20px; */
    padding: 0 30px;
    padding-top: 42px;
    /* border-radius: 30px 30px 0px 0px; */
    padding-bottom: 30px;
}
.con2 ul{
	display: flex;
}
.con2 ul li {
  width: calc(100% / 3);
  height: 200px;
  padding: 20px 12px 0;
  border-radius: 10px;
  box-shadow: 0 6px 5px 7px #dfebfb7d;
  float: left;
  margin-right: 30px;
}
.con2 ul li:last-child{
  margin-right: 0;
}
.dcsj {
  background: #FFF url(../images/dcsjbg.png) 210px -10px no-repeat;
}
.jbdh {
  background: #fff url(../images/jbdhbg.png) 210px -10px no-repeat;
}
.yzxx {
  background: #fff url(../images/yzxxbg.png) 210px -10px no-repeat;
}
.gyzy {
  background: #fff url(../images/gyzybg.png) 210px -10px no-repeat;
}
.xtitle {
  font-size: 22px;
  color: #333;
  margin: 10px 0;
}
.xdetail {
  color: #858585;
  font-size: 18px;
}

.hjdc-container-child-2{
	background: #FFFFFF;
	margin-top: 18px;
	padding-top: 42px;
	padding-bottom: 30px;
}
.hjdc-container-child-2-title{
	background: url(../images/hjdc-container-child-2-title-img.png) center no-repeat;
	width: 1140px;
	height: 62px;
}
.hjdc-list{
	margin-top: 24px;
	padding: 0 30px;
}
.hjdc-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 47px;
}
.hjdc-list li a{
	width: calc(100% - 100px);
	font-size: 16px;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hjdc-list li span{
	font-size: 16px;
	font-weight: normal;
	line-height: 47px;
	color: #999999;
}
.hjdc-list li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: #1877DC;
    margin-right:10px;
	margin-bottom: 2px;
}
.hjdc-more{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.hjdc-more a{
	width: 89px;
	height: 47px;
	border-radius: 261px;
	background: rgba(28, 179, 209, 0.06);
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 47px;
	letter-spacing: 0.05em;
	color: #1CB3D1;
	text-align: center;
}
.hjdc-container-child-3{
	height: 167px;
	margin-top: 18px;
	margin-bottom: 24px;
	position: relative;
}
.hjdc-container-child-3 img{
	height: 167px;
}
.hjdc-container-child-3 .dcwq{
	position: absolute;
	top:20px;
	left: 0;
	border-radius: 0px 261px 261px 0px;
	display: block;
	background: #FFFFFF;
	width: 89px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #1CB3D1;
}
.header-right {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(0deg, #4CB34F 0%, #77C765 97%);
    box-sizing: border-box;
    border: 1px solid #3FA541;
    height: 34px;
    padding: 0px 10px;
	position: absolute;
	top:20px;
	right: 0;
}
.header-right li{
	padding: 0 5px;
}
.header-right *{
	color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
	.w1200{
		width: 100%;
	}
	.hjdc-header{
		padding: 0 20px;
	}
	.hjdc-container-child-split{
		width: calc(100% - 34px);
	}
	.hjdc-container-child-1-title{
		width: 100%;
	}
	.hjdc-container-child-2-title{
		width: 100%;
	}
	.hjdc-container-child-3{
		height: 100%;
	}
	.hjdc-container-child-3 img{
		height: 100%;
	}
}
@media screen and (max-width:996px){
	.hjdc-header-title img{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.hjdc-header{
		height: 600px;
	}
}
@media screen and (max-width: 616px) {
	.w1200{
		width: 100%;
	}
	.hjdc-header{
		height: 520px;
	}
	.hjdc-header-title img{
		width: 100%;
	}
	.hjdc-container-child-1-title{
		width: 100%;
	}
	.hjdc-container-child-2-title{
		width: 100%;
		zoom: 0.68;
	}
	.con2 ul{
		flex-wrap: wrap;
	}
	.con2 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: 178px;
	}
	.header-right{
		top: 402px;
	}
	.hjdc-container-child-3 .dcwq{
		zoom: 0.6;
	}
}