body {
    background-color: #ebebeb;
}

.position {
    width: 100%;
    height: 34px;
    background-color: #fff;
    font-family: MicrosoftYaHei;
}

.position div {
    width: 1300px;
    height: 100%;
    line-height: 34px;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.position div a {
    color: #000;
}

.position div span {
    font-weight: normal;
}
.cont {
    width: 1300px;
    margin: 20px auto 110px;
    background: #fff;
    padding: 36px 140px 0 97px;
}
.name {
    font-size: 20px;
    color: #017eff;
}
.introduce {
    width: 100%;
    margin-top: 14px;
    border-top: 1px solid #c7c7c7;
    padding-top: 17px;
    padding-bottom: 188px;
    display: flex;
}
.ren {
    width: 280px;
}
.ren>img {
    width: 280px;
	height: 280px;
	border-radius: 5px;
}
.hudong {
    display: block;
    margin: 19px auto 0;
    width: 152px;
    height: 43px;
    line-height: 43px;
	background-color: #e3831c;
	box-shadow: 0px 2px 7px 1px 
		rgba(142, 142, 142, 0.35);
    border-radius: 5px;
    color: #fff;
    font-size:20px;
}
.hudong:hover {
    color: #fff;
}
.hudong:focus {
    color: #fff;
}
.hudong img {
    margin-left: 20px;
}
.introduce_cont {
    width: 776px;
    margin-left: 26px;
}
.introduce_cont>div {
    color: #121212;
    font-size: 17px;
    display: flex;
    line-height: 36px;
}
.introduce_cont>div .tit {
    width: 90px;
}
.introduce_cont>div em {
    display: inline-block;
    border-top: 1px solid transparent;
    margin-top: 12px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin-right: 6px;
	background-color: #017eff;
}
.introduce_cont>p span {
    display: inline-block;
    line-height: 30px;
}
.introduce_cont>p .nr {
    width: 669px;
}