
/*--公共部分--*/
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
}
body {
	width:100%;
	height:100%;
	font-family:微软雅黑;
}
body,form,img,ul,ol,li,dl,dt,dd,p,tr,td,strong,span,pre {
	margin:0;
	padding:0;
	border:0;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	font-weight:normal;
}
ul,li {
	list-style:none;
}
img {
	border:0;
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table th,table td {
	border:1px solid #ccc;
}
*,:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-repeat:no-repeat;
}
article,aside,footer,header,nav,section {
	display:block;
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
	text-decoration:none;
	color:#333;
	outline:none;
	cursor:pointer;
}
a:hover {
	background-repeat:no-repeat;
	text-decoration:none;
}
.dadi_flex {
	display:-webkit-flex;
	display:flex;
}

.yewuwang_index_container {
	width: 1200px;
	min-height: 1200px;
	margin: auto;
	padding: 85px 0;
}
.index_cn_title{
	font-family: 微软雅黑;
	font-size: 48px;
	color: #f49900;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.index_en_title{
	margin-bottom: 70px;
	align-items: center;
	justify-content: center;
}
.index_en_title .title{
	font-family: Arial;
	font-size: 30px;
	color: #aaaaaa;
	text-align: center;
	margin: 0 10px;
}
.index_en_title_hr{
	width: 112px;
	height: 1px;
	background-color: #aaaaaa;
}
.index_01_text{
	width: 451px;
	height: 355px;
	background-image: url(../images/index/youeryuanyewu_index_img01_01.jpg);
	background-color: #d7dff0;
	font-family: 微软雅黑;
	font-size: 20px;
	color: #00436c;
	text-align: left;
	box-sizing: border-box;
	padding: 80px 40px 80px 100px;
}
.index_01_text span{
	font-size: 30px;
}
.index_01_list{
	margin-bottom: 80px;
}
.index_03_list{
	align-items:flex-start;
	justify-content: space-between;
	margin-bottom: 80px;
}
.index_03_list .index_03_left img{
	margin-bottom: 11px;
}
.index_03_list .index_03_right img{
	margin-top: 10px;
}
.index_03_list .dadi_flex{
	justify-content: space-between;
}
.index_03_list .text{
	width: 230px;
	height: 160px;
	background-color: #f4e8d9;
	text-align: center;
	font-family: 微软雅黑;
	font-size: 18px;
	color: #444444;
	padding: 0 10px;
	box-sizing: border-box;
	padding-top: 50px;
}
.index_03_list .text span{
	font-size: 20px;
	font-weight: bold;
}
.index_03_center .text{
	margin-bottom: 10px;
}
.index_03_center .text:last-child{
	margin-bottom: 0px;
}
.index_cn_text{
	font-family: 微软雅黑;
	font-size: 16px;
	color: #444444;
	margin-bottom: 50px;
	line-height: 2;
}
.index_cn_text span{
	font-weight: bold;
}
.index_04_list{
	justify-content: space-between;
	margin-bottom: 80px;
}
.index_04_list .text{
	text-align: center;
	font-family: 微软雅黑;
	font-size: 18px;
	color: #f39900;
	font-weight: bold;
	margin-top: 15px;
}
.index_05_list{
	margin-bottom: 80px;
}
.index_05_warp{
	position: relative;
	
}
.index_05_warp .title{
	position: absolute;
	bottom: 20px;
	left: 15px;
	text-align: left;
	font-family: 微软雅黑;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.index_05_warp .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(244, 153, 0, 0.95);
	padding: 35px;
	box-sizing: border-box;
	text-align: left;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.index_05_warp:hover .text{
	height: 100%;
	opacity: 1;
}
.index_05_warp .text span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_02_list{
	margin-bottom: 80px;
}
.youeryuanyewuwang_pc{
	display: block;
}
.youeryuanyewuwang_phone{
	display: none;
}
.abc_img{
	width: 100%;
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.yewuwang_index_container {
		width: 100%;
		min-height: 0;
		margin: auto;
		padding: 45px 10px;
		box-sizing: border-box;
	}
	.index_cn_title{
		font-size: 30px;
	}
	.index_en_title_hr{
		width: 50px;
	}
	.index_en_title .title{
		font-size: 22px;
	}
	.index_01_list{
		flex-wrap: wrap;
	}
	.index_01_text{
		width: 100%;
		height: auto;
		padding: 80px 10px 100px 80px;
	}
	.index_01_text span {
		font-size: 26px;
	}
	.index_01_list img {
		width: 100%;
	}
	.index_03_list{
		flex-wrap: wrap;
	}
	.index_03_list .index_03_left img{
		margin-bottom: 15px;
		width: 100%;
	}
	.index_03_list .index_03_right img{
		margin-top: 0;
		width: 100%;
	}
	.index_03_left,.index_03_center,.index_03_right{
		width: 100%;
	}
	.index_03_list .dadi_flex{
		flex-wrap: wrap;
	}
	.index_03_list .text{
		width: 100%;
		margin-bottom: 15px !important;
	}
	.index_04_list{
		flex-wrap: wrap;
	}
	.index_04_list img{
		width: 100%;
	}
	.index_04_list .text{
		margin-bottom: 25px;
	}
	.index_05_list{
		flex-wrap: wrap;
	}
	.index_05_warp{
		width: 100%;
		margin-bottom: 15px;
	}
	.index_05_warp img{
		width: 100%;
	}
	.youeryuanyewuwang_pc{
		display: none;
	}
	.youeryuanyewuwang_phone{
		display: block;
	}
}

.main-timeline{
	position: relative;
}

.main-timeline:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #9b9eb3;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	left: 50%;
}

.main-timeline .timeline {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
.main-timeline .timeline:last-child {
	margin-bottom: 0px;
}

.main-timeline .timeline:after {
	content: "";
	display: block;
	clear: both;
}

.main-timeline .timeline-content {
	width: 40%;
	float: left;
	margin: 5px 0 0 0;
	border-radius: 6px;
}


.main-timeline .date {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #76b61b;
	margin-left: -35px;
	position: absolute;
	top: 0;
	left: 50%;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	color: #fff;
	box-shadow: 0 0 0 7px #fff;
}

.main-timeline .date span {
	display: block;
	text-align: center;
}


.main-timeline .title {
	padding: 15px;
	margin: 0;
	font-family: 微软雅黑;
	font-size: 16px;
	color: #444444;
	border-radius: 6px;
	position: relative;
	box-shadow: 0 0 15px #a6a6a6;
	font-weight: normal;
}

.main-timeline .title:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	right: -5px;
	transform: rotate(-45deg);
}


.main-timeline .timeline:nth-child(2n+2) .timeline-content {
	float: right;
}

.main-timeline .timeline:nth-child(2n+2) .title:after {
	left: -5px;
}

.main-timeline .timeline .title,
.main-timeline .timeline .title:after {
	background: #fff;
}

@media only screen and (max-width:990px) {
	.main-timeline {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {

	.main-timeline:before,
	.main-timeline .date {
		left: 6%;
	}

	.main-timeline .timeline-content {
		width: 85%;
		float: right;
	}

	.main-timeline .title:after {
		left: -5px;
	}
}

@media only screen and (max-width:480px) {

	.main-timeline:before,
	.main-timeline .date {
		left: 12%;
	}

	.main-timeline .timeline-content {
		width: 75%;
	}

	.main-timeline .date {
		width: 60px;
		height: 60px;
		margin-left: -40px;
		line-height: 60px;
	}
}



