* {
	padding: 0;
	margin: 0;
}

.layout {
	clear: both;
	margin: auto;
	width: 1200px;
}

.bannerWrap {
	height: 560px;
	/*background: url(../images/jtdt/jtdt-banner.jpg) no-repeat center center;*/
}


.box-mian {
	margin-top: 55px;
	/*border: 1px solid red;*/
	/*height: 100px;*/
}

.box-mian ul {}

.box-mian ul li {
	height: 168px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.17);
	margin-top: 30px;
}
.box-mian ul li:hover{
	background-color: #ffffff;
	box-shadow: 5px 3px 8px 0px rgba(130, 130, 130, 0.17);
}
.box-mian ul li:hover h3{
	color: #d90000;
}
.box-mian ul li:hover .button a{
	background-color: #ff4c4c;
	color: #fff;
	border: none;
}
.dv {
	width: 272px;
	height: 138px;
	overflow: hidden;
}

.dv:hover img {
	transform: scale(1.2);
}

.mian-title {
	width: 700px;
	margin-left: 38px;
}

.mian-txt h3 {
	margin-top: 16px;
	font-size: 18px;
}



.text {
	margin-top: 20px;
	width: 657px;
	display: inline-block;
	line-height: 24px;
	color: #808080;
}


.button p {
	margin-top: 16px;
	font-size: 18px;
	color: #999;
}

.button a {
	width: 99px;
	height: 30px;
	border-radius: 15px;
	border: none;
	color: #999;
	margin-top: 70px;
	margin-right: 19px;
	display: inline-block;
	line-height: 30px;
	border: solid 1px #999999;
	text-align: center;
}

.footer {
	width: 100%;
	margin-top: 50px;
	/*height: 364px;
	background-color: #f4f4f4;*/
}

/*index-main-com top*/
.index-main-com{
    width:1170px;
    margin: 0 auto;
    padding: 40px 0;
}
a.index-pic{
    margin-right: 21px;
    width: 318px;
    height: 42px;
    padding-top: 198px;
    padding-left: 20px;
    font-size: 26px;
    color: #fff;
}
a.index-pic-01{
    background:url("../images/gyspt-01.png") 0 0 no-repeat;
}
a.index-pic-02{
    background:url("../images/gyspt-01.png") 0 0 no-repeat;
}
a.index-pic-03{
    background:url("../images/gyspt-01.png") 0 0 no-repeat;
}
.index-news-title{
    width:430px;
	height: 50px;
    border-bottom:1px solid #ccc;
}
.index-news-title h3{
    font-weight: normal;
    font-size: 26px;
    line-height: 50px;
}
.index-news-title span{
    padding:12px 0;
    font-size: 14px;
}
.index-news-ul{
    line-height: 30px;
    padding-top: 6px;
}
.index-news-ul li{
    display: block;
    height:30px;
}
.index-news-ul a{
    width:290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-ul a:before{
    content: "";
    display: inline-block;
    width:5px;
    height:5px;
    margin-right: 8px;
    margin-bottom: 3px;
    border-radius: 50%;
    background-color: #666;
}
.index-news-ul span{
    font-size: 13px;
    color:#999;
}
/*index-main-com end*/

/*index-register-box top*/
.index-register-title{
    padding:40px 0 40px 0;
}
.index-register-title h3{
    font-weight: normal;
    font-size: 36px;
    padding-left:450px;
}
.index-register-btn a{
    position: relative;
    padding: 0 10px;
}
.index-register-btn a:after{
    background-color: #666;
}
.index-register-box{
    min-width: 1170px;
}
.index-register-width{
    width:1170px;
    margin: 0 auto;
}
.index-register-box .flow-chart-box{
    height:150px;
}
.index-register-box .flow-chart-dl dd{
    top:112px;
}
/*.index-register-box .flow-chart-dl dd span{
    font-weight: bold;
}*/


/*index-register-box end*/
/*flow-chart-box top*/
.flow-chart-box{
    height:200px;
    padding-top:20px;
}
.flow-chart-dl{
    float: left;
    position: relative;
}
.flow-chart-dl dt{
    position: relative;
    margin-left:104px;
    margin-right: 8px;
    width:58px;
    height:58px;
    padding:20px;
    border-radius: 50%;
    border: 1px solid;
}
.flow-chart-dl:first-child dt{
    margin-left:2px;
}
.flow-chart-dl dt:last-child dt{
    margin-right: 0;
}
.flow-chart-dl dd{
    position: absolute;
    top:118px;
    left: 48px;
    width:212px;
    text-align: center;
    color:#666;
}
.flow-chart-dl:first-child dd{
    left: -55px;
}

.flow-chart-dl dd span{
    display: block;
    font-size: 16px;
    line-height: 22px;
	cursor: pointer;
}
.flow-chart-dl .line-san-box{
    position: absolute;
    top:49px;
    left:-115px;
}
.flow-chart-dl:first-child .line-san-box{
    display: none;
}
.flow-chart-dl .line-san-left{
    margin: 0 14px;
    width:85px;
    height: 1px;
    position: relative;
}
.flow-chart-dl .line-san-left:before{
    content:" ";
    display: block;
    position: absolute;
    bottom:0px;
    right:0px;
    width: 0;
    height:0;
    border-right:5px solid transparent;
}


/*blue*/
.flow-chart-dl.flow-chart-dl dt{
    border-color:#d90000;
	cursor: pointer;
}
.flow-chart-dl .line-san-left{
    background-color: #808080;
}
.flow-chart-dl .line-san-left:before{
    border-bottom:5px solid #808080;
}
.flow-chart-dl dt span{
    width: 60px;
    height: 60px;
	display: inline-block;
}
.flow-chart-dl .icon-big-001{
    background:url("../images/icon-big-001.png") center center no-repeat;
}
.flow-chart-dl .icon-big-002{
    background:url("../images/icon-big-002.png") center center no-repeat;
}
.flow-chart-dl .icon-big-003{
    background:url("../images/icon-big-003.png") center center no-repeat;
}
.flow-chart-dl .icon-big-004{
    background:url("../images/icon-big-004.png") center center no-repeat;
}
.flow-chart-dl .icon-big-005{
    background:url("../images/icon-big-005.png") center center no-repeat;
}
.flow-chart-dl .icon-big-006{
    background:url("../images/icon-big-006.png") center center no-repeat;
}


/*register-chart-box top*/
.register-chart-box{
    height:200px;
    padding-top:50px;
	padding-left: 160px;
}
.register-chart-dl{
    float: left;
    position: relative;
}
.register-chart-dl dt{
    position: relative;
    margin-left:280px;
    margin-right: 8px;
    width:60px;
    height:58px;
    padding:20px;
    background:url("../images/icon-reg-bg.png") center center no-repeat;
}
.register-chart-dl:first-child dt{
    margin-left:2px;
}
.register-chart-dl dt:last-child dt{
    margin-right: 0;
}
.register-chart-dl .line-san-box{
    position: absolute;
    top:49px;
    left:-230px;
}
.register-chart-dl:first-child .line-san-box{
    display: none;
}
.register-chart-dl dd{
    position: absolute;
    top:118px;
    left: 275px;
    width:112px;
    text-align: center;
    color:#666;
}
.register-chart-dl:first-child dd{
    left: 0px;
}

.register-chart-dl dd span{
    display: block;
    font-size: 18px;
    line-height: 24px;
	cursor: pointer;
}
.register-chart-dl dt span{
    width: 60px;
    height: 60px;
	display: inline-block;
}
.register-chart-dl .line-san-left{
    margin: 0 14px;
    width:160px;
    height: 1px;
    position: relative;
    background-color: #808080;
}
.register-chart-dl .line-san-left:before{
    content:" ";
    display: block;
    position: absolute;
    bottom:0px;
    right:0px;
    width: 0;
    height:0;
    border-right:5px solid transparent;
    border-bottom:5px solid #808080;
}
.register-chart-dl .icon-reg-001{
    background:url("../images/icon-reg-001.png") center center no-repeat;
}
.register-chart-dl .icon-reg-002{
    background:url("../images/icon-reg-002.png") center center no-repeat;
}
.register-chart-dl .icon-reg-003{
    background:url("../images/icon-reg-003.png") center center no-repeat;
}