.fr {
	float: right
}
.nd {
	display: none
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap
}
ul, li {
	list-style: none
}
.title_a_in {
	overflow: hidden;
	width: 100%;
}
.title_a_in .fl {
    font-size: 27px;
    line-height: 79px;
	text-align: left;
}
.title_a_in .fl small {
	font-size: 12px;
	color: #BBB;
	margin-left: 5px
}
.title_a_in .fr a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 12px;
	color: #828282;
	position: relative
}
.title_a_in.fr a:hover {
	color: #ff9000
}
.title_a_in .fr a:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background: #E5E5E5;
	right: 0;
	top: 10px
}
.title_a_in .fr a.cur {
	background: #ff9000;
	color: #fff;
	border-radius: 3px
}
.title_a_in .fr a.cur:before {
	display: none
}
.title_a_in .nd a {
	border-radius: 5px;
	background: #ff9000;
	color: #fff
}
.title_a_in .nd a:before {
	display: none
}
.title_a_in .nd a:hover {
	color: #fff
}
.about_in {
    width: 1220px;
    margin: 0 auto;
    height: 425px;
    margin-top: 2%;
}
.about_in .title_a_in .fl {
    color: #fff;
    font-weight: bold;
}
.about_in .content {
    width: 650px;
    height: 319px;
    padding: 30px;
    float: left;
    position: absolute;
    background: #f10803;
}
.about_in .content h1 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
}
.about_in .content .txt {
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    width: 632px;
}
.about_in .content .more {
    display: block;
    width: 170px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 33px;
    margin-top: 32px;
    border-radius: 50px;
}
.about_in .content .more:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.about_in .pi {
width: 531px;
    /* box-shadow: 0 0 45px 0 #0a2760; */
    height: 379px;
}
.about_in .r1 {
    width: 528px;
    float: right;
    height: 380px;
    position: relative;
}




