/*发展历程 css*/
.con_box_history {
	width: 100%;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 8.32rem;
}

.con_box_history .nav_info {
	width: 100%;
	height: 9.0rem;
}

.con_box_history .profile {
	background: url(../img/02_0.png) no-repeat scroll;
	background-size: 100% 100%;
}

.con_box_history .nav_info>div {
	width: 70rem;
	margin: 0 auto;
}


.con_box_history .info_title {
	padding-left: 1rem;
	padding-top: 1.6rem;
	color: white;
	font-size: 1rem;
}

.con_box_history .nav_info .info_title_text {
	font-size: 2rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
}

.con_box_history .nav_info .info_title_text img {
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 0.3rem;
	margin-right: 0.4rem;
	border: 0px solid #ffffff;
}

.con_box_history .nav_info .info_bar_car {
	font-size: 1.0rem;
	padding-top: 1.4rem;
	padding-left: 2.7rem;
}

/* 项目内容简介*/
.con_box_history .sw_development_history {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	background: rgb(240, 240, 240);
}

.profile_title>div {
	margin: 0 auto;
	width: 11rem;
	padding: 50px 0 50px 0;
}

.profile_title h3 {
	width: 11rem;
	text-align: center;
}

.profile_title hr {
	border: 3px rgb(255, 137, 1) solid;
}

.profile_title {
	width: 70rem;
	margin: 0 auto;
}

.profile_title {
	font-size: 26px;
}

.profile_content {
	height: 12rem;
}

.history_img {
	width: 83rem;
	margin: 0 auto;

}

.history_blank {
	height: 0px;
	background: transparent;
}


/*body*/

.history_img{
	width: 83rem;
	margin-left:auto;
	margin-right: auto;
}

.history_content {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom:4rem;
	background: #ffffff;
	border-radius: 0.3rem;
	border: 0.00rem solid #dddddd;
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}
.year_history_card {
	float: left;
	width: 100%;
	margin: 10px auto 30px auto;
}

.year_history_card .year_history {
	width: 10rem;
	height: 2.6rem;
	line-height: 2.6rem;
	font-size: 1.24rem;
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));
	margin: 0 auto 0.6rem auto;
	text-align: center;
	color: white;
	border-radius: 0.3rem;
}

.year_card_item {
	float: left;
	width: 83rem;
	height: 32px;
	margin: 10px auto 10px auto;
}

.year_history_card .year_card_item .year_item_left {
	float: left;
	width: 40.50rem;
	height: 32px;

}

.year_history_card .year_card_item .year_item_center {
	float: left;
	width: 2.0rem;
	height: 32px;
	margin: 0 auto;
	text-align: center;
}

.year_history_card .year_card_item .year_item_right {
	float: right;
	width: 40.50rem;
	height: 32px;
}

.year_history_card .year_card_item .year_item_label {
	margin-left: 0.5rem;
	margin-right: 0px;
	margin-top: 10px;
	width: 0.3rem;
	height: 0.3rem;
	background: rgb(255, 137, 1);
	border: 5px solid rgb(255, 137, 1);
	border-radius:  1.2rem;
}

.year_history_card .year_card_item .year_item_text {
	height: 32px;
	line-height: 32px;
}


.year_history_card .year_card_arrow_left {
	/*float: left;
	margin-left: 0px;
	width: 160px;
	height: 32px;
	line-height: 32px;
	color: #000000;
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 5px;
	padding-left: 10px;*/

	width: 160px;
	height: 32px;
	line-height: 32px;
	color: #000000;
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 5px;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #dddddd;
}

.year_history_card .year_card_arrow_left_bak:before {
	content: "";
	position: absolute;
	right: 99%;
	top: 6px;
	border-top: 10px solid transparent;
	border-right: 12px solid rgb(255, 255, 255);
	border-bottom: 10px solid transparent;
}


.year_history_card .year_card_arrow_left::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	/* 箭头靠右边 
	top: 6px;
	right: -16px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #dddddd;
	*/
	/* 箭头靠下边 */
	/* left: 20px;
	bottom: -15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid teal; */
	/* 箭头靠左边 */
	 top: 6px;
	left: -16px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #dddddd;
	/* 箭头靠下边 */
	/* left: 20px;
	top: -15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid teal; */
}

.year_history_card .year_card_arrow_left::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	/* 箭头靠右边 */
	/*top: 6px;
	right: -14px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;*/
	/* 箭头靠下边 */
	/* left: 20px;
	bottom: -13px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff; */
	/* 箭头靠左边 */
	 top: 6px;
	left: -14px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #fff; /**/
	/* 箭头靠下边 */
	/* left: 20px;
	top: -13px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff; */
}

.year_history_card .year_card_arrow_right {
	/*width: 160px;
	height: 32px;
	line-height: 32px;
	color: #000000;
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 5px;
	text-align: right;
	padding-right: 10px;
	border: 1px solid #f20f20;*/

	width: 160px;
	height: 32px;
	line-height: 32px;
	color: #000000;
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 5px;
	text-align: right;
	padding-right: 10px;
	border: 1px solid #dddddd;

}

.year_history_card .year_card_arrow_right_bak::after {
	content: "";
	position: absolute;
	left: 99%;
	top: 6px;
	border-top: 10px solid transparent;
	border-left: 12px solid rgb(255, 255, 255);
	border-bottom: 10px solid transparent;
}


.year_history_card .year_card_arrow_right::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	/* 箭头靠右边 */
	top: 6px;
	right: -16px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #dddddd;;
	/* 箭头靠下边 */
	/* left: 20px;
	bottom: -15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid teal; */
	/* 箭头靠左边 */
	/* top: 13px;
	left: -15px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid teal; */
	/* 箭头靠下边 */
	/* left: 20px;
	top: -15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid teal; */
}

.year_history_card .year_card_arrow_right::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	/* 箭头靠右边 */
	top: 6px;
	right: -14px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	/* 箭头靠下边 */
	/* left: 20px;
	bottom: -13px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff; */
	/* 箭头靠左边 */
	/* top: 13px;
	left: -13px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #fff; */
	/* 箭头靠下边 */
	/* left: 20px;
	top: -13px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff; */
}


/*temp css*/


.year_history_card .left_div {
	background-color: transparent;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.year_history_card .div {
	width: 12rem;
	text-align: right;
	background-color: white;
	border: 1px solid rgb(214, 214, 214);
	border-radius: 5px;
	display: inline-block;
	box-sizing: border-box;
}


/*左边文本*/

.year_history_card .left_body {
	width: 30rem;
	margin: 1rem 0 1rem 0;
}

.year_history_card .left_body .div:after {
	content: "";
	width: 0px;
	height: 0px;
	border-color: transparent transparent transparent rgb(214, 214, 214);
	border-style: solid;
	border-width: 6px;
	margin-right: -12px;
	top: 10px;
	display: inline-block;
}

.year_history_card .left_body .left_div:after {
	content: "";
	width: 0px;
	height: 0px;
	border-color: transparent transparent transparent white;
	margin-left: -7px;
	border-style: solid;
	border-width: 6px;
	display: inline-block;
}

.year_history_card .left_body .left_month_title {
	margin-left: 1.5rem;
	display: inline-block;
	margin-top: -1rem;
}

.year_history_card .left_body .left_month_info {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	padding-right: 0.2rem;
}

/*右边文本*/

.year_history_card .right_body {
	width: 60rem;
	margin: 1rem 0 1rem 0;
}


.year_history_card .right_body .right_month_title {
	margin-left: 11rem;
	display: inline-block;
	margin-top: -1rem;
}

.year_history_card .right_body .right_month_info {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	padding-left: 0.6rem;
}


.year_history_card .right_body .div {
	text-align: left;
}

.year_history_card .right_body .left_div .div {
	margin-left: -11.8px;
}


.year_history_card .right_body .div:before {
	content: "";
	width: 0px;
	height: 0px;
	border-color: transparent white transparent transparent;
	border-style: solid;
	border-width: 6px;
	margin-left: -12px;
	top: 10px;
	display: inline-block;
}

.year_history_card .right_body .left_div:before {
	content: "";
	width: 0px;
	height: 0px;
	border-color: transparent rgb(214, 214, 214) transparent transparent;
	margin-right: 12px;
	margin-left: 16px;
	border-style: solid;
	border-width: 6px;
	display: inline-block;
}

/* 共用*/
.year_history_card .centerradius {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border: 5px solid rgb(255, 137, 1);
	border-radius: 5px;
}

.year_history_card .center_div {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	position: relative;
	margin-left: 1.5rem;
}