* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.dx-banner{
	background: url(../images/duanxin/dx_banner.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 420px;
	width: 100%;
}

.dx-container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.dx-banner img{
	width:461px;
	height: 296px;
	display: block;
	float: left;
	margin-top: 58px;
	margin-left: 70px;
}

.dx-banner-text{
	width: 405px;
	float: right;
	margin-right: 175px;
	margin-top: 40px;
}

.dx-banner-text h3{
	font-size: 36px;
	font-weight: normal;
	color: #e3696e;
}

.dx-banner-text h3:nth-child(2){
	color: #484861;
}


.dx-banner-text input{
	display: block;
	width: 100%;
	border: none;
	border-radius: 10px;
	height: 62px;
	font-size: 22px;
	margin-top: 15px;
	text-indent: 25px;
	outline: none;
	box-shadow: 0px 1px 5px #c8c8c8;
}

.dx-banner-text button{
	display: block;
	height: 62px;
	width: 100%;
	background: #6fb0f8;
	color: #fff;
	font-size: 22px;
	border-radius: 10px;
	border: none;
	margin-top: 15px;
}

.dx-message{
	background: #f5f5f5;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom:45px;
}

.dx-title{
	text-align: center;
}

.dx-title img{
	display: block;
	margin: 0 auto;
}

.dx-title p{
	color: #777777;
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
}

.dx-table{
	width: 831px;
	height: 68px;
	border: 1px solid #e4e4e4;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 38px;
}

.dx-table li{
	float: left;
	text-align: center;
	width: 207px;
	border-right: 1px solid #E4E4E4;
	height: 68px;
	background: #FFFFFF;
	position: relative;
	cursor: pointer;
}

.dx-table li:nth-last-child(1){
	border: none;
}

.dx-table li h3{
	font-weight: normal;
	line-height: 68px;
	font-size: 18px;
}

.dx-table li i{
	display: block;
	background: url(../images/duanxin/dx-f5f5f5.png) no-repeat center;
	width: 21px;
	height: 11px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -11px;
}

.dx-message-wrap{
	overflow: hidden;
	width: 770px;
	margin: 0 auto;
	margin-top: 45px;
}

.dx-message-wrap .dx-message-img{
	display: block;
	float: left;
	width: 275px;
	height: auto;
}

.dx-message-main{
	float: right;
	width: 455px;
}

.dx-message-main h3{
	color: #6fb0f9;
	font-size: 36px;
	font-weight: normal;
	margin-top: 40px;
}

.dx-message-main p{
	color: #555555;
	line-height: 28px;
	font-size: 16px;
	margin-top: 30px;
}

.dx-message-text{
	width: 280px;
	margin-top: 50px;
}

.dx-message-text span{
	float: left;
	color: #949494;
	font-size: 18px;
	line-height: 36px;
	margin-right: 20px;
}

.dx-table li.dx-menu{
	color: #FFFFFF;
	background: #6fb0f9;
}

.dx-table li.dx-menu i{
	background: url(../images/duanxin/dx-san.png) no-repeat center;
	bottom: -10px;
}

.dx-age{
	margin-top: 50px;
	padding-bottom: 70px;
}

.dx-age-ul{
	overflow: hidden;
}

.dx-age-ul li{
	width: 33.33%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.dx-age-ul li img{
	display: block;
	width: 165px;
	height: 165px;
	margin: 0 auto;
	margin-top:45px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.dx-age-ul li:hover img{
	margin-top: 20px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.dx-age-ul li h3{
	color: #3c3c3c;
	font-size: 30px;
	font-weight: normal;
	margin: 15px 0;
}

.dx-age-ul li p{
	color: #b2b2b2;
	font-size: 18px;
	line-height: 28px;
}

.dx-details{
	background: url(../images/duanxin/dx-ge.png) center repeat;
	overflow: hidden;
	padding-top:55px;
	padding-bottom: 40px;
}

.dx-mout-table{
	width: 638px;
	background: rgba(255,255,255,0.24);
	float: left;
	margin-top: 50px;
}

.dx-mout-table table{
	border-collapse:collapse;
	border:none;
	width: 100%;
}

.dx-mout-table table th{
	height: 68px;
	background: #f3fbff;
	color: #414141;
	font-size: 30px;
	font-weight: normal;
	border: none;
	border-right: 2px solid #f3fbff;
}

.dx-mout-table table tr th:nth-last-child(1){
	border: none;
}

.dx-mout-table table td{
	height: 60px;
	text-align: center;
	border: none;
	border-right: 2px solid #f3fbff;
	border-bottom: 1px solid #F3FBFF;
	color: #959595;
	font-size: 26px;
}

.dx-mout-table table tr td:nth-child(2){
	color: #c12929;
}

.dx-mout-table table tr td:nth-last-child(1){
	border: none;
	border-bottom: 1px solid #F3FBFF;
}

.dx-mout-table-width1{
	width: 227px;
}

.dx-mout{
	overflow: hidden;
	margin-top:25px;
}

.dx-mout-img{
	float: right;
}

.dx-news{
	margin-top: 40px;
}

.dx-news-wrap{
	overflow: hidden;
	margin-top: 50px;
}

.dx-news-main{
	float: left;
	width: 555px;
}

.dx-news-top{
	overflow: hidden;
	display: block;
}

.dx-news-top-img{
	width: 200px;
	height: 120px;
	display: block;
	float: left;
}

.dx-news-top-text{
	width: 335px;
	float: right;
}

.dx-news-top-text h3{
	color: #444444;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	font-weight: normal;
	margin-top: 10px;
}

.dx-news-top-text p{
	font-size: 14px;
	line-height: 18px;
	color: #afafaf;
	margin-top: 15px;
}

.dx-news-top:hover .dx-news-top-text h3{
	color: #6fb0f9;
}

.dx-news-ul{
	margin-top: 10px;
}

.dx-news-ul li{
	overflow: hidden;
	border-bottom: 1px dashed #e8e8e8;
}

.dx-news-ul li a{
	display: block;
	float: left;
	color: #333333;
	font-size: 16px;
	line-height: 48px;
	width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	text-decoration: none;
	background: url(../images/duanxin/dx-news-tb.png) no-repeat left center;
	text-indent: 20px;
}

.dx-news-ul li a:hover{
	color: #6fb0f9;
	text-decoration: none;
}

.dx-news-ul li span{
	float: right;
	line-height: 48px;
	text-align: right;
}

.dx-news-wrap .dx-news-main:nth-last-child(1){
	float: right;
}
.dx_message_box{background: url(../images/duanxin/dx_message_bg.jpg) no-repeat top center; height:458px; padding-top:50px;}

.dx_message_text{ width:420px; margin:0 auto;}

.dx_message_text input{
	display: block;
	width: 100%;
	border: none;
	border-radius: 10px;
	height: 62px;
	font-size: 22px;
	margin-top: 15px;
	text-indent: 25px;
	outline: none;
	box-shadow: 0px 1px 5px #c8c8c8;
}

.dx_message_text button{
	display: block;
	height: 62px;
	width: 100%;
	background: #6fb0f8;
	color: #fff;
	font-size: 22px;
	border-radius: 10px;
	border: none;
	margin-top: 15px;
}

.dx_footerAside {
	padding: 20px 0;
	background-color: #2d313d;
}

.dx_footerAside div.dx_box1,
.dx_footerAside div.dx_box2,
.dx_footerAside div.dx_box3,
.dx_footerAside div.dx_box4 {
	height: 109px;
	background: url(../images/duanxin/dx_xian.png) right center no-repeat;
	padding-top: 30px;
	float:left;
	display:flex;
}

.dx_footerAside div.dx_box4 {
	background: none;
}

.dx_footerAside .dx_img {
	width: 47px;
	margin-right: 20px;
}

.dx_footerAside .dx_inner {
	width: 160px;
	font-size: 12px;
	line-height: 2;
	color: #ffffff;
}

.dx_footerAside .dx_inner p.dx_lead {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

.dx_footerAside div.dx_box1 {
	padding-right: 42px;
}

.dx_footerAside div.dx_box2 {
	padding-left: 50px;
	padding-right: 50px;
}

.dx_footerAside div.dx_box3 {
	padding-left: 50px;
	padding-right: 50px;
}

.dx_footerAside div.dx_box4 {
	padding-left: 50px;
}
