/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #f7b22d;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


.center {
	text-align: center;
}


body {
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
	overflow-x: auto;
}

.container {
	margin: 0px auto;
	width: 1200px;
	padding: 0px 30px;
	margin: 0px auto;
}



.top {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
	height: 88px;
	overflow: hidden;

}

.top_gao {
	height: 88px;
}


.top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav li a {
	font-size: 16px;
	color: #666;
	width: 90px;
	line-height: 36px;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 25px;
	margin-right: 20px;
}

.nav li a:hover {
	color: #fff;
	background: #f7b22d;
}

.nav li.on a {
	background: #f7b22d;
	color: #fff;
}

.nav h2 a {
	font-size: 14px;
	padding: 0px 3px;
}

.nav h2 a.on {
	color: #f7b22d;
}


.phone_btn {
	float: right;
	display: none;
}



.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}



.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

.menu_close img {
	width: 40px;
}

.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}

.in_banner {
	height: auto;
}

.in_banner .swiper-slide a {
	width: 100%;
	height: 760px;
	display: block;
	background-size: cover;
	background-position: center center;
}


.in_banner .swiper-slide a img {
	width: 100%;
	height: auto;
	display: none;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
	font-size: 40px;
}

.in_box {
	padding: 80px 0px;
}

.in_box .container {
	display: flex;
	justify-content: space-between;
}

.in_box_l {
	width: 500px;
	position: relative;
	z-index: 10;
	margin-top: -520px;
}

.in_box_l img {
	display: block;
}

.in_box_r {
	width: calc(100% - 550px);
}

.in_box_r .nr p {
	display: block;
	padding: 30px 0px;
	font-size: 15px;
	line-height: 30px;
}

.in_box_r .nr span {
	display: block;
}

.in_box_r .nr span a {
	width: 95px;
	line-height: 28px;
	display: block;
	background: #f7b22d;
	color: #fff;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.in_box_r .nr span a::after {
	position: absolute;
	width: 35px;
	height: 1px;
	background: #ffd800;
	content: '';
	right: -17px;
	top: 50%;
	transition: all 0.5s ease 0s;
}

.in_box_r .nr span a:hover::after {
	right: -10px;
	transition: all 0.5s ease 0s;
}


.in_bt {
	width: 560px;
	background: url(../images/in_btbj.png) no-repeat 150px 15px;
}

.in_bt h2 {
	display: inline-block;
	font-size: 35px;
	color: #000;
}

.in_bt h2 b {
	display: block;
	width: 54px;
	height: 4px;
	background: #f7b22d;
}


.in_box1 {
	background: url(../images/in_box1_bj.png) no-repeat top center;
	background-size: cover;
	padding: 50px 0px;
}

.in_box1 .container {
	position: relative;
	padding-top: 210px;
}

.in_box1 .container .in_bt {
	position: absolute;
	right: 90px;
	top: 0px;

}

.in_box1_n {
	display: flex;
	justify-content: space-between;
}

.in_box1_nr {
	box-sizing: border-box;
	padding: 35px;
	min-height: 260px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #ccc;
	width: 47%;

}

.in_box1_nr .mc {
	width: 375px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

.in_box1_nr .mc h2 {
	width: 260px;
	height: 260px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #f7b22d;
	margin: 0px auto;
	margin-top: -160px;
	position: relative;
	z-index: 2;
}

.in_box1_nr .mc::after {
	position: absolute;
	width: 100%;
	height: 35px;
	background: #f7b22d;
	border-radius: 25px 25px 0px 0px;
	content: '';
	top: 90px;
	left: 0px;
	z-index: 0;
}

.in_box1_nr .mc h2 img {
	width: 100%;
	height: auto;
}

.in_box1_nr .mc h3 {
	font-size: 24px;
	color: #000;
	padding-top: 30px;
}

.in_box1_nr .mc p {
	font-size: 17px;
	color: #000;
	padding: 10px 0px;
}

.in_box1_nr .jj {
	width: 100%;
	padding-top: 50px;
	height: 180px;
	overflow-y: auto;
}

.in_box1_nr .jj p {
	font-size: 16px;
	color: #000;
	line-height: 34px;
}

.in_box1_nr1 {
	margin-top: 25px;
}

.in_box1_nr1 .swiper-slide img {
	width: 100%;
	height: auto;
}

.in_box1_nr1 .swiper-button-next,
.in_box1_nr1 .swiper-button-prev {
	width: 54px;
	height: 54px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.in_box1_nr1 .swiper-button-next::after,
.in_box1_nr1 .swiper-button-prev::after {
	font-size: 20px;
}


.in_box2 {
	background: url(../images/in_box2_bj.png) no-repeat;
	padding: 80px 0px;
}

.in_box2_nr {
	margin-top: 30px;
	position: relative;
}



.in_box2_nr .hd {
	width: 620px;
	height: 490px;
	box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	float: right;
	margin-top: 25px;
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	padding-left: 80px;
}

.in_box2_nr .hd ul li {
	height: 100px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	position: relative;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0px 20px;
	cursor: pointer;
}

.in_box2_nr .hd ul li.on {
	box-shadow: 0px 0px 10px #ddd;

}

.in_box2_nr .hd ul li.on::after {
	position: absolute;
	top: calc(50% - 7px);
	left: -7px;
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	transform: rotate(225deg);
	box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
}

.in_box2_nr .hd ul li h2 {
	font-size: 14px;
	color: #333;
	padding: 0px 26px;
	width: 60px;
	text-align: center;
}

.in_box2_nr .hd ul li h2 span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	background-color: #f7b22d;
	border-radius: 4px;
	display: block;
	color: #fff;
	margin: 0px auto;
	margin-bottom: 6px;
}

.in_box2_nr .hd ul li h3 {
	font-size: 16px;
	width: calc(100% - 100px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.in_box2_nr .hd .more {
	margin-top: 40px;
	margin-left: 40px;
}


.in_box2_nr .hd .more a {
	width: 95px;
	line-height: 28px;
	display: block;
	background: #f7b22d;
	color: #fff;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.in_box2_nr .hd .more a::after {
	position: absolute;
	width: 35px;
	height: 1px;
	background: #ffd800;
	content: '';
	right: -17px;
	top: 50%;
	transition: all 0.5s ease 0s;
}

.in_box2_nr .hd .more a:hover::after {
	right: -10px;
	transition: all 0.5s ease 0s;
}

.in_box2_nr .bd {
	position: absolute;
}

.in_box2_nr .bd ul li img {
	width: 620px;
	height: 460px;
	border-radius: 24px;
	display: none;
}

.in_box2_nr .bd ul li.on img {
	display: block;
}

.in_box2_nr .bd .arrow {
	position: absolute;
	right: 40px;
	bottom: 10px;
}

.in_box2_nr .bd .arrow a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	margin-left: 10px;
}

.in_box2_nr .bd .arrow a i {
	color: #fff;
	font-size: 20px;
}

.in_box3 {
	background: url(../images/in_box3_bj.png) no-repeat center bottom #fff;
	background-size: 100vw 50%;
	padding-bottom: 70px;
	overflow: hidden;
}

.in_box3_nr {
	margin-top: 100px;
	position: relative;
	padding-bottom: 70px;

}

.in_box3_nr .swiper-container {
	width: 150% !important;
}

.in_box3_nr .swiper-slide .img img {
	width: 100%;
	height: auto;
}

.in_box3_nr .swiper-slide .nr {
	padding: 20px;
}

.in_box3_nr .swiper-slide .nr h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.in_box3_nr .swiper-slide .nr h2 a:hover {
	color: #f7b22d;
}

.in_box3_nr .swiper-slide .nr b {
	display: block;
	width: 24px;
	height: 1px;
	background: #f7b22d;
	margin: 10px 0px;
}

.in_box3_nr .swiper-slide .nr p {
	height: 45px;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_box3_nr .swiper-slide .nr span {
	padding: 10px 0px;
	font-size: 15px;
	color: #333;
	display: block;
}

.in_box3_nr .swiper-button-next,
.in_box3_nr .swiper-button-prev {
	bottom: 0px;
	top: auto;
	width: 68px;
	height: 67px;
	background-color: #040000;
	left: 0px;
}

.in_box3_nr .swiper-button-next::after,
.in_box3_nr .swiper-button-prev::after {
	font-size: 18px;
	color: #fff;
}

.in_box3_nr .swiper-button-next {
	right: auto;
	left: 68px;
	background-color: #f7b22d;
}


.in_box4 {
	padding: 80px 0px;
}

.in_box4_nr {
	padding-top: 50px;
	height: 250px;
}

.in_box4_nr .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


.in_box4_nr .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.in_box4_nr .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

.di {
	display: flex;
}

.di_l {
	width: 50%;
	height: 350px;
	background: url(../images/di_bj.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 2%;
}

.di_l h2 {
	width: 30%;
}

.di_l h2 img {
	max-width: 284px;
	width: 100%;
}

.di_l h3 {
	text-align: center;
}

.di_l h3 p {
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}

.di_l h4 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.di_l h4 p {
	font-size: 36px;
	padding-bottom: 20px;
	font-weight: normal;
}

.di_r {
	width: 50%;
	height: 350px;
	background: url(../images/di_bj1.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	box-sizing: border-box;
	padding: 2%;
	color: #fff;
}

.di_r h2 {
	font-size: 36px;
}

.di_r p {
	font-size: 16px;
}

.di_r span {
	display: block;
	padding-top: 5%;
}

.di_r span a {
	font-size: 16px;
	color: #fff;
	background-color: #f7b22d;
	border-radius: 21px;
	padding: 10px 20px;
	display: block;
}

.di1 {
	background: #000;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.di1 a {
	color: #fff;
}

.ny_banner {
	height: auto;
	position: relative;
}

.ny_banner img {
	width: 100%;
	height: auto;
}

.ny_banner h2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 0px 5px #333;
	font-size: 60px;
}


.about_box {
	padding: 80px 0px;
}

.about_box .container {
	display: flex;
	justify-content: space-between;
}

.about_box_l {
	width: 550px;
}

.about_box_l .nr {
	margin-top: 20px;
}

.about_box_r {
	width: 630px;
}

.about_box_r p {
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding-bottom: 10px;
}

.about_bt h2 {
	font-size: 36px;
	color: #000;
}

.about_bt b {
	display: block;
	width: 54px;
	height: 4px;
	background-color: #f7b22d;
}

.about_box1 {
	padding-bottom: 60px;
	min-height: 650px;
}

.about_box1 .container {
	position: relative;
}

.about_box1 .img {
	text-align: right;
}

.about_box1 .img1 {
	position: absolute;
	left: 0px;
	top: 55px;
}

.about_box1 .nr {
	padding-left: 560px;
	padding-top: 80px;
}

.about_box1 .nr .about_bt {
	padding-bottom: 40px;
}

.about_box1 .nr p {
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding-bottom: 10px;
}

.about_box2 {
	padding: 50px 0px;
}

.about_box2 .container {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.about_box2 .container::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 183px;
	height: 137px;
	background: url(../images/about_pic3.png) no-repeat;
	background-size: cover;
}

.about_box2_l {
	padding-top: 100px;
}

.about_box2_l .about_bt {
	padding-bottom: 30px;
}

.about_box2_l p {
	font-size: 16px;
	line-height: 30px;
}

.about_box2_r {
	position: relative;
	padding-right: 75px;
	padding-bottom: 50px;
}

.about_box2_r .img {
	width: 450px;
}

.about_box2_r::after {
	content: '';
	width: 292px;
	height: 499px;
	background-color: #f7b22d;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

.team_list {
	padding: 50px 0px;
	background: url(../images/team_bj.png) no-repeat center bottom;
}

.team_list ul {
	margin: 0px -15px;
}

.team_list ul li {
	float: left;
	width: calc(25% - 30px);
	margin: 0px 15px;
	margin-bottom: 30px;
}

.team_list ul li .img {
	width: 280px;
	overflow: hidden;
}

.team_list ul li .img img {
	width: 280px;
	height: 315px;
	transition: all 0.5s ease 0s;
}

.team_list ul li:hover .img img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.team_list ul li h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 0px;
}

.team_list ul li h2 a:hover {
	color: #f7b22d;
}

.team_list ul li p {
	font-size: 14px;
	line-height: 22px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.team_detail {
	padding: 100px 0px;
	background: url(../images/team_bj.png) no-repeat center bottom;
}

.team_detail .container {
	display: flex;
	justify-content: space-between;
}

.team_detail_l {
	width: 370px;
}

.team_detail_l img {
	width: 100%;
	height: auto;
}

.team_detail_r {
	width: 700px;
}

.team_detail_r .bt {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}

.team_detail_r .nr p {
	font-size: 16px;
	line-height: 30px;
}

.team_detail_fy {
	border-top: 1px solid #333;
}

.team_detail_fy .container {
	line-height: 50px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.team_detail_fy .container h2 {
	width: 50%;
	font-size: 16px;
	color: #333;
}

.team_detail_fy .container h2:nth-child(2) {
	text-align: right;
}

.team_detail_fy .container h2 i {
	margin: 0px 10px;
}

.team_detail_fy .container h2 a {
	padding: 0px 10px;
}


.news_list {
	padding: 50px 0px;
	background: url(../images/team_bj.png) no-repeat center bottom;
}

.news_list ul {
	margin: 0px -15px;
}

.news_list ul li {
	float: left;
	width: calc(33.3% - 30px);
	margin: 0px 15px;
	margin-bottom: 30px;
}

.news_list ul li .img {
	overflow: hidden;
}

.news_list ul li .img img {
	width: 375px;
	height: 265px;
	transition: all 0.5s ease 0s;
}

.news_list ul li:hover .img img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}


.news_list ul li h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list ul li p {
	font-size: 14px;
	line-height: 22px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_list ul li span {
	font-size: 15px;
	padding: 10px 0px;
	display: block;
}


.news_detail {
	padding: 50px 0px;
}

.news_detail .bt {
	border-bottom: 1px dashed #333;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news_detail .bt h2 {
	font-size: 32px;
	color: #333;
}

.news_detail .bt p {
	font-size: 16px;
	padding-top: 20px;
}

.news_detail .nr p {
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding-bottom: 15px;
}

.news_detail .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}


.evolve_list {
	padding: 50px 0px;
	background: url(../images/evolve_bj.png) repeat-y center bottom;
}

.evolve_list ul {
	margin-bottom: 50px;
}

.evolve_list ul li {
	padding: 30px 40px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease 0s;
}

.evolve_list ul li:hover {
	box-shadow: 0px 0px 5px #ccc;
	transform: scale(1.02);
	transition: all 0.3s ease 0s;
}

.evolve_list ul li .time {
	width: 60px;
}

.evolve_list ul li .time h2 {
	font-size: 16px;
	color: #333;
	text-align: center;
}


.evolve_list ul li .time h2 span {
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #f7b22d;
	border-radius: 4px;
	margin: 0px auto;
	margin-bottom: 10px;
	border: solid 1px #f7b22d;
}

.evolve_list ul li:hover .time h2 span {
	background: #f7b22d;
	color: #fff;
}

.evolve_list ul li .img {
	width: 300px;
	padding: 0px 30px;
	overflow: hidden;
}

.evolve_list ul li .img img {
	width: 100%;
	height: auto;
}

.evolve_list ul li .nr {
	width: calc(100% - 420px);
}

.evolve_list ul li .nr h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.evolve_list ul li p {
	font-size: 16px;
	line-height: 26px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0px;
}

.evolve_list ul li span {
	display: block;
	margin-top: 30px;
}

.evolve_list ul li span a {
	width: 110px;
	line-height: 35px;
	display: block;
	border: 1px solid #f7b22d;
	color: #f7b22d;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.evolve_list ul li span a::after {
	position: absolute;
	width: 35px;
	height: 1px;
	background: #ffd800;
	content: '';
	right: -17px;
	top: 50%;
	transition: all 0.5s ease 0s;
}

.evolve_list ul li span a:hover::after {
	right: -10px;
	transition: all 0.5s ease 0s;
}

.evolve_list ul li:hover span a {
	background: #f7b22d;
	color: #fff;
}