.rn-mainbody .rn-submenu {
	margin-bottom: 0;
}

.rn-mainbody .rn-heading {
	background: url(../../../../uploads/20200121/16/zutu2.jpg) no-repeat center;
	background-size: auto 100%;
}

.job-nav {
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}

.job-nav>a {
	display: inline-block;
	width: 180px;
	/*font-family: 'Microsoft Yahei';*/
	text-align: center;
	color: #333;
	padding: 6px;
	border-radius: 100px;
	background: #f0f0f0;
}

.job-nav>a .jn-1,
.job-nav>a .jn-2,
.job-nav>a .jn-3,
.job-nav>a .jn-4 {
	display: inline-block;
	background: url('../../img/c1.png') no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.job-nav>a .jn-2 {
	background-image: url('../../img/c2.png');
}
.job-nav>a .jn-3 {
	background-image: url('../../img/c3.png');
}
.job-nav>a .jn-4 {
	background-image: url('../../img/c4.png');
}
.job-nav>a.active {
	background: #ed1b23;
	color: #fff;
}

.job-nav>a.active .jn-1 {
	background-image: url('../../img/c1a.png');
}
.job-nav>a.active .jn-2 {
	background-image: url('../../img/c2a.png');
}
.job-nav>a.active .jn-3 {
	background-image: url('../../img/c3a.png');
}
.job-nav>a.active .jn-4 {
	background-image: url('../../img/c4a.png');
}

.job-bg {
	height: 300px;
	background: url(../../img/job-bg.png) no-repeat center 0;
}

.job-search {
	width: 500px;
	margin: 20px auto;
	position: relative;
}

.job-search>.form-control {
	float: left;
	width: 400px;
	border: solid 1px #ddd;
}

.job-search>.btn-primary {
	width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.job-type {
	/*background: #fbfbfb;*/
	padding: 0 10px;
	margin: 40px 0 20px 0;
	/*border: solid 1px #ddd;*/
	text-align: center;
}

.job-type>a {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 100;
	color: #666;
	min-width: 120px;
	border: solid 1px #ddd;
}

.job-type>a.active {
	/*font-weight: bold;*/
	border-color: #ed1b23;
	background: #ed1b23;
	color: #fff;
}

.job-list {
	margin: -9px;
	min-height: 800px;
}

.job-list>.jb-item,
.job-list>.jb-head {
	/*float: left;*/
	/*width: 350px;*/
	padding: 10px;
	border-bottom: solid 1px #ddd;
}

.job-list>.jb-head {
	font-weight: bold;
}

.job-list>.jb-item .jb-summary {
	position: relative;
	cursor: pointer;
}

.job-list>.jb-item:hover {
	background: #f8f8f8;
}

.job-list>.jb-item .jb-summary:before {
	display: block;
	position: absolute;
	right: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #eee;
	/*border: solid 1px #ddd;*/
	content: "+";
	overflow: hidden;
}

.job-list>.jb-item.open .jb-summary:before {
	content: "-";
}

.job-list>.jb-item .jb-detail {
	/*background: #ddd;*/
	padding: 5px 0;
	margin-top: 10px;
	display: none;
	border-top: solid 1px #ddd;
}

.job-list>.jb-item .jb-detail p {
	margin-bottom: 10px;
}

.timeline {
	margin-top:50px;
	position: relative;
	height: 70px;
	list-style: none;
}
.timeline>.line {
	border-bottom: solid 2px #a1a1a1;
}
.timeline>li {
	float: left;
	position: relative;
	top: -10px;
	width: 110px;
	height: 80px;
	font-size: 18px;
	text-align: center;
}
.timeline>li>i {
	display: block;
	margin: auto;
	width: 20px;
	height: 20px;
	border: solid 3px #494949;
	background: #fff;
	border-radius: 20px;
}
.timeline>li.active>i>b {
	display: block;
	background: #ed1b23;
	border-radius: 10px;
	margin: 2px auto;
	width: 10px;
	height: 10px;
}
.timeline>li>a {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
}
.timeline>li:nth-child(odd)>a {
	top: 30px;
}
.timeline>li:nth-child(even)>a {
	top: -35px;
}

.tech-list {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tech-list>li {
	margin-bottom: 12px;
}

.tech-list>li>a {
	position: relative;
	display: block;
	border: solid 1px #ddd;
	padding: 20px 30px;
	font-size: 16px;
}

.tech-list>li>a:hover {
	background: #f7f7f7;
	border-left: solid 5px #ed1b23;
	color: #ed1b23;
}

.tech-list>li>a>b {
	position: absolute;
	display: block;
	width: 12px;
	height: 24px;
	top: 24px;
	right: 20px;
	background: url(../../img/b1.png) -21px -115px no-repeat;
}

.tech-list>li>a:hover>b {
	background-position: -7px -115px;
}

.tech-cate {
	background: #fff;
	text-align: center;
	margin-top: -20px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
}

.tech-cate .rn-wrap {
	width: 1040px;
}

.tech-cate a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	width: 130px;
	height: 150px;
	margin: 0 20px;
	padding: 15px 0;
	text-align: center;
}

.tech-cate a:hover,
.tech-cate a.active {
	color: #fff;
}

.tech-cate a>i {
	display: block;
	width: 82px;
	height: 82px;
	margin: auto;
	margin-bottom: 10px;
	background: url(../../img/p-icon.png) no-repeat;
}

.tech-cate a.cate1>i {
	background-position: 12px -5px;
	width: 78px;
}
.tech-cate a.cate1:hover,
.tech-cate a.cate1.active {
	background: #4598b0;
}
.tech-cate a.cate1:hover>i,
.tech-cate a.cate1.active>i {
	background-position: 12px -85px;
}

.tech-cate a.cate2>i {
	background-position: -55px -5px;
}
.tech-cate a.cate2:hover,
.tech-cate a.cate2.active {
	background: #ce6f73;
}
.tech-cate a.cate2:hover>i,
.tech-cate a.cate2.active>i {
	background-position: -55px -85px;
}

.tech-cate a.cate3>i {
	background-position: -138px -5px;
}
.tech-cate a.cate3:hover,
.tech-cate a.cate3.active {
	background: #6ba59d;
}
.tech-cate a.cate3:hover>i,
.tech-cate a.cate3.active>i {
	background-position: -138px -85px;
}

.tech-cate a.cate4>i {
	background-position: -207px -5px;
}
.tech-cate a.cate4:hover,
.tech-cate a.cate4.active {
	background: #a563b1;
}
.tech-cate a.cate4:hover>i,
.tech-cate a.cate4.active>i {
	background-position: -207px -85px;
}

.tech-relate {
	position: relative;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 20px;
	min-height: 160px;
}

.tech-relate h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}

.tech-relate ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #bbb;
	font-size: 14px;
}

.tech-relate ul>li>a {
	margin-left: 20px;
	color: #333;
}

.tech-relate .tech-control {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 46px 50px;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 1px #ddd;
}

.tech-relate .tech-control a {
	color: #333;
}

.tech-relate .tech-control .icl {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../../img/s2.png) no-repeat -285px -172px;
	vertical-align: middle;
	margin: 0 30px;
}


.page-about-technology {
	background: #f8f8f8;
}

.page-about-technology .pro-cate {
	margin: 0;
	text-align: center;
	background: #fff;
	transition: all .3s ease-in-out;
}

.page-about-technology .pro-cate a {
	display: inline-block;
	padding: 20px 40px;
}

.page-about-technology .pro-cate a:hover {
	/*background: #ed1b23;*/
	background: #f0f0f0;
	/*color: #fff;*/
}
.page-about-technology .pro-cate a.active {
	background: #ed1b23;
	color: #fff;
}

.page-about-technology .pro-cate a:hover .pro-icon {
	background-image: url(../img/p-icon.html) linear-gradient(#fff, #fff);
}

.page-about-technology .pro-cate .pro-icon {
	display: block;
}

.page-about-technology .tech-list {
	padding: 15px 0;
}

.page-about-technology .tech-list>li>a {
	background: #fff;
	border: none;
}


.page-job-default .job-intro,
.page-job-list .job-intro,
.page-job-idea .job-intro,
.page-job-guide .job-intro,
.page-job-public .job-intro,
.page-job-school .job-intro {
	background: #f8f8f8;
	overflow: hidden;
	padding: 40px 0;
}

.pro-icon.ic1.active, .active>.pro-icon.ic1 {
	width: 70px;
	background-position: 6px -84px;
}
.pro-icon.ic2.active, .active>.pro-icon.ic2 {
	background-position: -55px -84px;
}
.pro-icon.ic3.active, .active>.pro-icon.ic3 {
	background-position: -138px -84px;
}
.pro-icon.ic4.active, .active>.pro-icon.ic4 {
	background-position: -207px -84px;
}
.pro-icon.ic5.active, .active>.pro-icon.ic5 {
	background-position: -286px -84px;
}
.pro-icon.ic6.active, .active>.pro-icon.ic6 {
	background-position: -375px -84px;
}
.pro-icon.ic6.active, .active>.pro-icon.ic7 {
	background-position: -480px -84px;
}
.pro-icon.ic6.active, .active>.pro-icon.ic8 {
	background-position: -575px -84px;

}

.page-about-honor .rn-mainbody {
	background: #f8f8f8;
}

.page-about-honor .honor-list dl dt {
	position: relative;
	background: #fff;
	padding: 15px 15px;
	cursor: pointer;
}

.page-about-honor .honor-list dl dt b {
	font-weight: bold;
	font-size: 16px;
	color: #ed1b23;
}

.page-about-honor .honor-list dl dt span {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 400px;
	color: #666;
}

.page-about-honor .honor-list dl dt .arrow {
	position: absolute;
	right: 15px;
	width: 20px;
	height: 20px;
}

.page-about-honor .honor-list dl dt .arrow:before {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	transform: translateX(-50%);
	transition: all .3s ease-in-out;
}

.page-about-honor .honor-list dl dt .arrow:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: #000;
	transform: translateY(-50%);
}

.page-about-honor .honor-list dl.active dt .arrow:before {
	opacity: 0;
}

.page-about-honor .honor-list dl dd {
	height: 0;
	padding: 0 15px;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.page-about-honor .honor-list dl dd p {
	margin-bottom: 10px;
}

.page-about-honor .honor-list dl.active dd {
	padding: 5px 15px;
	margin-top: 10px;
	display: block;
	max-height: 260px;
	height: 100%;
	overflow-y: auto;
}

.page-about-event .history {
	position: relative;
	padding: 0;
	margin-top: 180px;
	padding-bottom: 180px;
	border-top: solid 2px #ddd;
}

.page-about-event .history ul {
	list-style: none;
	display: flex;
	transition: all .3s ease-in-out;
	transform: translateX(0);
}

.page-about-event .history ul li {
	position: relative;
	min-width: 170px;
}

.page-about-event .history ul li:before {
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	content: "";
	background: #ccc;
	border-radius: 100%;
}

.page-about-event .history ul li:after {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
	height: 20px;
	content: "";
	background: #ccc;
}

.page-about-event .history ul li:nth-child(even):after {
	bottom: 0;
	top: auto;
}

.page-about-event .history ul li .year {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 16px;
}

.page-about-event .history ul li:nth-child(even) .year {
	top: auto;
	bottom: -40px;
}

.page-about-event .history ul li .thumb {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	border: solid 1px #ccc;
	padding: 2px;
}

.page-about-event .history ul li:nth-child(even) .thumb {
	top: auto;
	bottom: 20px;
}

.page-about-event .history ul li .thumb img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.page-about-event .history ul li .content {
	position: absolute;
	left: 50%;
	top: 110px;
	width: 100%;
	transform: translateX(-50%);
	text-align: center;
}

.page-about-event .history ul li:nth-child(even) .content {
	top: auto;
	bottom: 110px;
}

.page-about-event .history .prev,
.page-about-event .history .next {
	position: absolute;
	left: 0;
	top: -12px;
	background: #fff;
}

.page-about-event .history .next {
	left: auto;
	right: 0;
}

.page-about-event .history .prev .iconfont,
.page-about-event .history .next .iconfont {
	font-size: 30px;
	color: #ccc;
}

.page-about-event .history .prev.disabled .iconfont,
.page-about-event .history .next.disabled .iconfont {
	opacity: .2;
}

.page-about-event .history .prev:hover .iconfont,
.page-about-event .history .next:hover .iconfont {
	color: #555;
}