.boxa_right img,
.product_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.select {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	margin-bottom: 3px;
	border: #fff solid;
	opacity: .6;
	border-width: 1px 1px 0 0;
	transition: all .5s ease 0s;
	transform: rotate(135deg);
}

.on_tranfrom {
	transform: rotate(-45deg);
	margin-bottom: -4px;
}

/********************
轮播图
******************/


.swiper .swiper-pagination-bullet {
	background-color: #fff !important;
	cursor: pointer;
	width: 19px !important;
	height: 3px !important;
	border-radius: 0 !important;
}

.swiper .swiper-pagination-bullet-active {
	background: #fff !important;
}

/* 公司介绍 */
.introduce-box {
	background: #F6F8FB;
	padding: 25px 0;
}

.introduce {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.introduce li {
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(147, 165, 189, .1);
	/* box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); */
}

.introduce li:hover {
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.introduce li a span i {
	display: block;
}

.intro_img {
	width: 42px;
	height: 42px;
	margin-right: 10px;
	display: block;
}

.intro_text .text_tit {
	color: #191C3D;
	font-size: 16px;
}

.intro_text .text_dat {
	color: #8C8D9E;
	font-size: 14px;
}

/* 新零售电商生态系统与服务提供商 */
.system>h3 {
	color: #191C3D;
	/* font-size: 30px; */
	text-align: center;
	font-weight: normal;
}

.system>p {
	color: #8C8D9E;
	font-size: 14px;
	text-align: center;
	margin-top: 19px;
}

.system_dl dt .dt_a {
	display: block;
	color: #191C3D;
}

.system_dl dt .dt_c {
	font-size: 18px;
	color: #191C3D;
}

.dd_divb li a .divb_spanb i {
	display: block;
}

.dd_divb li a .divb_spanb i:first-child {
	color: #191C3D;
	font-size: 16px;
}

.dd_divb li a .divb_spanb i:last-child {
	color: #8C8D9E;
	font-size: 14px;
}

/* 生态创新方案 */
.innovate_box {
	background: #232B4A;
	background: url(../img/a12.jpg) no-repeat;
	background-attachment: fixed;
}

.innovate h3 {
	color: #fff;
	font-weight: normal;
}

.innovate h3 .innvo_tit1 {
	font-size: 30px;
}

.innovate h3 .innvo_tit2 {
	font-size: 18px;
	opacity: 0.6;
}

.content_title {
	font-size: 22px;
	color: #fff;
	font-weight: normal;

}

.content_details2 h5 {
	display: flex;
}

.content_details1 h5,
.content_details2 h5 {
	color: #fff;
	padding: 22px 0;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	align-items: center;

}

.content_details1 h5:before,
.content_details2 h5:before {
	content: "";
	display: block;
	width: 2px;
	height: 14px;
	background: #fff;
	margin-right: 8px;
}

.content_details1 p {
	color: #fff;
	font-size: 14px;
}

.innov_content {
	display: none;
}

.innov_a {
    color: #fff;
    font-size: 16px;
    height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.innov_a i {
	font-size: 20px;
	color: #F6F8FB;
	opacity: 0.6;
	margin-right: 20px;
}

.innov_ative {
	background: #2468F2;
}

/* 走进赤炎鹰网络科技有限公司 */
.video-js .vjs-big-play-button {
	background: #2468F2 !important;
	border-radius: 50% !important;
	border: none !important;
}

.video-js .vjs-tech {
	object-fit: cover;
	border-radius: 4px;
}

.video-js {
	border-radius: 4px;
}

.vjs-poster {
	background-size: cover !important;
	border-radius: 4px;
}

.g-tit2 {
	margin-bottom: 22px;
}

.g-tit2 h3 {
	font-weight: 400;
	color: #191C3D;
	text-align: center;
}

.g-tit2 p {
	font-weight: 400;
	color: #8C8D9E;
	line-height: 46px;
	text-align: center;
	margin-top: -5px;
}

.m-list1 {
	background-color: #0046DF;
	background-image: url(../img/a3.jpg);
	background-repeat: no-repeat;

}

.g-tit h3 {
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-weight: 400;
}

.sponsor {
	display: flex;
	flex-wrap: wrap;
}

.sponsor_box>a {
	display: block;
	color: #2468F2;
	font-size: 16px;
	text-align: center;

}

.sponsor a {
	display: block;
	height: 180px;
	position: relative;
}

.sponsor .a_color {
	background: #F6F8FB;
}

.sponsor .b_color {
	background: #fff;
}

.sponsor a:hover .spon_hover {
	display: block;
}

.spon_hover {
    position: absolute;
    background: #fff;
    width: 225px;
    height: 252px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    text-align: center;
    padding: 17px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    z-index: 99;
    top: -100px;
    left: -12.5px;
    display: none;
}

.spon_hover img {
	width: 190px;
	height: 189px;
}

.spon_hover span {
	display: block;
	color: #8C8D9E;
	font-size: 14px;
	margin-top: 20px;
}

.sponsor>a>img {
	width: 100%;
	height: 100%;
}

/* 新鲜动态 */
.trend_tit {
	color: #191C3D;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

/* 底部 */
footer {
	background: #37405E;
}

/***********
公司介绍 *
***************/
.banner {
	width: 100%;
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.banner_tita {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}

.banner_titb {
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
	font-weight: 300;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
    border-bottom: 1px solid #E5EAF1;
}

.about a {
    display: block;
    /* width: 20%; */
    font-size: 18px;
    color: #191C3D;
}

.about_ative>span {
    display: inline-block;
    line-height: 60px;
    color: #2468F2;
    border-bottom: 1px solid #2468F2;
}

.about_intro>h3 {
    text-align: center;
    color: #191C3D;
    font-size: 30px;
    font-weight: 400;
}

.about_intro>p {
    font-size: 14px;
    color: #8C8D9E;
    margin-bottom: 20px;
}

.about_team {
    background: #F6F8FB;
}

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

.about_contact ul li {
    display: flex;
    align-items: center;
    /* width: 33.3%; */
}

.about_contact ul li span i {
    display: block;
}

.about_contact ul li .contact_img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.contact_a {
	font-size: 16px;
	color: #8C8D9E;
}

.contact_b {
	font-size: 20px;
	color: #1D63F6;
}

/************
 城市合伙人
 **************/
.cooper_banner {
	background: #1746D2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cooper_banner>div>span {
	display: block;
}

.cooper_bannera {
	font-size: 48px;
	color: #fff;
}

.cooper_bannerb {
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	margin-top: 18px;
	margin-bottom: 28px;
}

.cooper_bannerc a {
	display: inline-block;
	width: 150px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	margin-right: 30px;
	border-radius: 2px;
}



.cooper_box>h3 {
	font-size: 28px;
	color: #191C3D;
	font-weight: 300;
}

.cooper_box>h3>i {
	color: #8C8D9E;
	font-size: 18px;
	margin-left: 5px;
}

/* .system_join{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
	margin-bottom: 50px;
} */
.join_a {

	color: #8C8D9E;
	font-size: 14px;
	line-height: 25px;
}

.join_b a {
	width: 140px;
	height: 38px;
	border-radius: 25px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
}

.join_b a:first-child {
	background: #2468F2;
	color: #fff;
	margin-right: 15px;
}

.join_b a:last-child {
	border: 1px solid #A9AEBC;
	color: #191C3D;
}

/* .system_ul{
	display: flex;
	justify-content: space-between;
} */
.system_ul>li {

	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.system_ul>li>a,
.system_ul>li>a>span {
	display: block;
}

.system_ul>li>a>span.ul_img {
	width: 100%;
	height: 160px;
	background: #eee;
	border-radius: 4px 4px 0px 0px;
}

.system_ul>li>a>span.ul_txt>h5 {
	font-size: 18px;
	color: #191C3D;
	margin-bottom: 23px;
	font-weight: normal;
}

.system_ul>li>a>span.ul_txt>p {
	font-size: 14px;
	color: #8C8D9E;
}

.cooper_advantage ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.cooper_advantage ul li {
	display: flex;
}

.advantage_img {
	
	font-size: 42px !important;
	color: #2468F2;
}

.cooper_advantage ul li>span,
.cooper_advantage ul li>span>i {
    display: block;
    width: 100%;
}

.cooper_advantage ul li>span {
	margin-left: 20px;
}

.advantage_a {
	color: #191C3D;
	font-size: 18px;
}

.advantage_b {
	color: #8C8D9E;
	font-size: 14px;
	margin-top: 8px;
}

.cooper_agent {
    background: url(../img/cooper_bg.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-attachment: fixed;
}

.cooper_agent ul li .agent_img {
    width: 72px;
    height: 72px;
}

.cooper_agent ul li span {
    display: block;
    font-size: 18px;
    color: #fff;
}

.cooper_agent a {
    width: 140px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    height: 38px;
    background: rgba(36, 104, 242, 1);
    border-radius: 19px;
}


/***********
新闻质讯*
***************/
.news_box {
	display: flex;
}

.new_left>h3 {
	color: #191C3D;
	font-size: 34px;
	font-weight: normal;
}

.new_left>p {
	
	color: #8C8D9E;
	font-size: 14px;
}

.new_left>p>i {
	margin-right: 20px;
}

.new_txtimg {
	color: #191C3D;
	font-size: 14px;
}

.new_txtimg img {
	display: block;
	margin: 24px auto;
}

.txt_p1 {
	margin: 50px 0;
	text-indent: 2em;
}

.txt_p2 {
	text-indent: 2em;
}

.new_left>span {
	display: block;
}

.new_left>span>a,
.new_left>span {
	color: #8C8D9E;
	font-size: 14px;
}

.new_left>span>a:hover {
	color: #1D63F6;
	text-decoration: underline;
}

.new_right dt {
	margin-left: 10px;
	font-size: 16px;
	color: #191C3D;
}

.new_right dd {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #191C3D;
}

.new_right dd:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #191C3D;
	margin-right: 7px;
	border-radius: 50%;
}

/***********
信息动态*
***************/

.dynamic_box>a {
	font-size: 14px;
	color: #8C8D9E;
	display: block;
}

.dynamic_box>a>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dy_a {
	color: #191C3D;
	font-size: 18px;
}

.dynamic_page {
	display: flex;
	justify-content: center;
}

.dynamic_page>a {
	width: 36px;
	height: 36px;
	display: block;
	color: #191C3D;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
}

.dynamic_page>a.dy_ative {
	background: #8C8D9E;
	color: #fff;

}

.dynamic_bigbox {
	padding-top: 40px !important;
	padding-bottom: 60px !important;
}


.dynamic_right>dd>a {
	color: #191C3D;
}

.dynamic_right>dd>a:hover {
	color: #2468F2;
}

.dynamic_right>dd:before {

	border-radius: 0;
	background: transparent;
	transform: rotate(-90deg);
}

.page_left:before,
.page_right:before,
.dynamic_right>dd:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #CCCCCC;
}

.page_right {
	transform: rotate(-90deg);
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.page_left {
	transform: rotate(90deg);
	display: flex !important;
	align-items: center;
	justify-content: center;
}

/*******************************
 产品中心
 ***************************/
.product_left>h3 {
	font-size: 30px;
	color: #191C3D;
	font-weight: normal;
}

.product_left>p {
	font-size: 14px;
	color: #8C8D9E;
	margin: 23px 0;
}

.product_left>span {
	color: #191C3D;
	font-size: 14px;
}

.product_left>a {
	color: #2468F2;
	font-size: 16px;
	display: block;
	width: 150px;
	height: 40px;
	border: 1px solid rgba(36, 104, 242, 1);
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
}

.product_right {
	background: #ccc;
}

.product_box1 {
	background: #F6F8FB;
}

.product1_modify {
	background: #353E5C;
}

.product1_modify h3 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-bottom: 30px;
}

.product1_modify ul {
	border-bottom: 1px solid #5B6178;

}

.banners .swiper-pagination-bullet {
	float: left;
	/* width: 24%; */
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	position: relative;
	cursor: pointer;
	background: transparent;
	outline: none;
}
.banners .swiper-pagination-bullet-active{
	background: transparent;
	color: #fff;
}

.banners .swiper-pagination-bullet-active:after {
	content: "";
	transition: left 0.5s, width 1s;
	display: block;
	width: 70px;
	bottom: -1px;
	left: calc(50% - 35px);
	position: absolute;
	height: 2px;
	background: rgba(29, 99, 246, 1);
}
.banners .swiper-pagination{
	position: static;
	height: 60px;
	border-bottom: 1px solid #5B6178;
}
.banners .swiper-slide img {
	height: 100%;
	border-radius: 4px 0px 0px 4px;

	float: left;
	object-fit: cover;
}

.banners .swiper-slide .modify_div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 4px 4px 0px;
}

.modify_div h5 {
	color: #191C3D;
	font-size: 22px;
	font-weight: normal;
}

.modify_div p {
	/* font-size: 14px; */
	color: #8C8D9E;
	
}

.modify_div p i {
	color: #191C3D;
}

.banners .swiper-button-prev,
.banners .swiper-button-next{
	outline: none;
}

.banners .swiper-button-prev:after {
	transform: rotate(-135deg);
}

.banners .swiper-button-next:after {
	transform: rotate(45deg);
}



.pro_boxa {
	background: #fff;
	padding: 0 58px;
}

.product_box1>h3,
.product_box2>h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #191C3D;
	padding: 0 15px;
}

.boxa_a {
	padding: 73px 0;
}

.boxa_left>h4 {
	color: #191C3D;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D1D2D8;
	padding: 8px 0;
	position: relative;
}

.boxa_left>h4:before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background: #191C3D;
	position: absolute;
	bottom: -3px;
}

.boxa_left>h4>i {
	font-size: 25px;
	display: inline-block;
	margin-right: 27px;

}

.boxa_left>p {
	margin-top: 33px;
	margin-bottom: 26px;
	color: #8C8D9E;
	font-size: 14px;
}

.boxa_left>ul>li {
	font-size: 14px;
	color: #191C3D;
}

.boxa_left>ul>li>i {
	color: #2468F2;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 16px;
}
.boxb_right>h4 {
	font-size: 24px;
	color: #191C3D;
	font-weight: 400;
}

.boxb_right>p {
	color: #8C8D9E;
	font-size: 14px;
	margin-top: 34px;
}

.boxb_right>dl {
	display: flex;
	flex-wrap: wrap;
	padding: 28px 0 50px;
}

.boxb_right>span {
	color: #8C8D9E;
	font-size: 14px;
}

.boxb_right>dl>dd {
	margin-bottom: 25px;
}

.boxb_right>dl>dd>a {
	display: block;
	color: #191C3D;
	font-size: 14px;
	text-align: center;
}

.boxb_right>dl>dd>a>span {
	width: 56px;
	height: 56px;
	background: #F2F7FF;
	color: #1D63F6;
	font-size: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 56px;
	display: block;
	margin-bottom: 17px;
}

.product_box3 {
	background: #F6F8FB;
}

.product_box3 .boxb_right>dl>dd>a>span {
	background: #fff !important;
}

.product_footer {
	background: url(../img/pro_footer.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 87px;
	padding-bottom: 62px;
}

.product_footer>h3 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

.product_footer>a {
	display: block;
	margin: 44px auto 0;
	width: 150px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(246, 248, 251, 1);
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	font-weight: 300;
	color: rgba(29, 99, 246, 1);
	border-radius: 2px;
}

.pro1_shequ {
	margin-left: -1%;
}

.pro1_shequ>a {
	/* width: 32%; */
	height: 240px;
	display: block;
	float: left;
	position: relative;
	margin-left: 1%;
	transition: all .5s ease 0s;
	overflow: hidden;
}

.pro1_shequ>a:hover {
	webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.pro1_shequ>a:hover dl {
	bottom: 0;
}

.pro1_shequ>a>span>img {
	border-radius: 4px;
}

.pro1_shequ>a>dl {
    position: absolute;
    width: 100%;
    height: 240px;
    /* bottom: -150px; */
    transition: all .5s ease 0s;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-top: 45px;
    padding-left: 35px;
}

.pro1_shequ>a>dl>dt {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.pro1_shequ>a>dl>dd {
	margin-top: 5px;
	color: #fff;
}

.pro1_shequ>a>dl>dd:before {
	background: #fff;
}

.product2_right {
    background: #EDF6FF;
    /* padding: 25px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.product2_right a {
	width: 25%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 8%;
	float: left;
}

.product2_right a .iconfont {
	font-size: 25px;
	display: block;
	width: 56px;
	height: 56px;
	background: linear-gradient(0deg, rgba(16, 94, 251, 1), rgba(16, 147, 251, 1));
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 56px;
	margin: 0 auto 10px;
}

.product2_right a h5,
.product2_litab a h5 {
	color: #292B47;
	font-size: 16px;
	font-weight: normal;
}

.product2_right a p,
.product2_litab a p {
	color: #8C8D9E;
	font-size: 12px;
}

.pro2_chose .iconfont {
	width: 80px;
	height: 80px;
	font-size: 40px !important;
	color: #fff !important;
	background: linear-gradient(0deg, rgba(16, 94, 251, 1), rgba(16, 147, 251, 1));
	border-radius: 50%;
	text-align: center;
	display: block;
	line-height: 80px;
	
}

.pro_goodul li .iconfont,
.pro_goodul li .pro_good {
	display: block;
	
	color: #191C3D;
}
.pro_1a li .iconfont {
	font-size: 25px;
	margin-right: 15px;
}
.pro_goodul li .pro_good {
	width: calc(100% - 44px);
}
.pro_goodul li .pro_gooda {
	display: block;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pro_goodb {
	color: #8C8D9E;
	font-size: 14px;
}

p.pro_goodb {
	text-align: center;
}

.pro2_chose>dl>dt {
	color: #fff;
	margin-left: 0;
}

.pro2_chose>dl>dd {
	margin-top: 5px;
	color: #fff;
	opacity: 0.6;
}

.pro2_chose>dl>dd:before {
	background: #fff;
}

.pro2_tab {
	padding-bottom: 50px;
}

.pro2_tab>li {
	background: #fff;
	transition: all .2s ease 0s;
}

.product2_litab a {
	display: block;
	padding: 0 24px;
	text-align: center;
}

.product2_litab a .iconfont {
	color: #888888;
	font-size: 30px;
	display: block;
	margin: 70px 0 10px;
}





/****************************
 客户案例 
 ******************************/
.case_bannerbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case_bannerbox span {
	display: block;
}

.case_banner2 {
    width: 500px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #fff;
    padding: 60px 48px;
}

.case_ba2a {
	width: 136px;
	height: 49px;
	background: #eee;
}

.case_ba2b {
	font-size: 18px;
	color: #303351;
	margin-top: 8px;
	margin-bottom: 20px;
}

.case_ba2c {
	font-size: 14px;
	color: #8C8D9E;
}

.case_box>h3 {
	text-align: center;
	color: #191C3D;
	font-size: 30px;
	font-weight: normal;
}

.case_box>p {
	color: #8C8D9E;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.case_box ul {
	display: flex;
	
	flex-wrap: wrap;
}

.case_box ul li {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.case_box ul .case_hoverbox {
	cursor: pointer;
}

.case_box ul .case_hoverbox:hover .case_hover {
	bottom: 0;
}

.case_hover {
	position: absolute;
	
	overflow: hidden;
	background: #fff;
	text-align: center;
	
	left: 0;
	transition: bottom .3s;
}

.case_hover>img {
	margin-top: 100px;
}

.case_hover>span {
	display: block;
	color: #8C8D9E;
	font-size: 14px;
	margin-top: 20px;

}

.case_box ul li .case_logo {
	width: 120px;
	height: 119px;
	display: block;
	margin: 20px auto;
	background: #eee;
}

.case_box ul li h4 {
	color: #191C3D;
	font-size: 16px;
	margin-bottom: 23px;
	text-align: center;
}

.case_box ul li p {
	color: #8C8D9E;
	/* font-size: 14px; */
	margin-bottom: 27px;
}

.case_box ul li a {
	display: block;
	width: 140px;
	text-align: center;
	line-height: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(186, 186, 196, 1);
	border-radius: 19px;
	font-size: 14px;
	color: #8C8E9E;
	margin: 0 auto;
}
