.nav {
	/* padding:0 10px; */
}
.flex_direction{
	display: flex;
	flex-direction: column-reverse;
}
.cooper_bannera{
	text-align: center;
}

.nav{
	background: #fff;
}
.nav_nav {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 60px;
	left: 0;
	overflow-y: auto;
	z-index: 999;
	background: #fff;
}
.nav_nav>li{
	border-bottom: 1px solid #E6E6E6;
	margin: 0 25px;
}
.nav_nav>li>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px!important;
	line-height: 50px!important;
}
.nav ul li>a,
.nav_phone a {
	font-size: 15px;
	color: #666;
}
.nav_childnav h4{
	text-align: center;
}
.nav_childnav>div{
	/* padding: 0 20px; */
}
.nav_childnav>div>a{
	display: block;
	width: 100%;
	/* justify-content: center; */
	/* align-items: center; */
	margin: 20px 0;
}

.nav_childnav span .txt_a{
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}
.nav_childnav span .txt_b{
	/* color: #666!important; */
	opacity: .5;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_phone {
	display: none !important;
}
.navchild_icon{
	display: none!important;
}
.nav_box {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	box-sizing: border-box;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}

.nav_open {
	display: block;
	float: right;
	margin-top: 25px;
}

.nav_open span {
	width: 25px;
	height: 2px;
	background: #fff;
	display: block;
}

.nav_open span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.nav_open span:nth-child(2) {
	opacity: 0;
}

.nav_open span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.nav_close span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	margin-bottom: -4px;
}

.nav_close span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.nav_close span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
	margin-left: 1px;
}


/*第一条线旋转动画*/
@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

/*第二条线淡入淡出动画动画*/
@keyframes clicksecond {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*第三条线旋转动画*/
@keyframes clickthird {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.nav_out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.nav_out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.nav_out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}
/* 轮播 */

.swiper-slide a{
	/*background-size: cover!important;*/
	/*background-position: -297px center!important;*/
	height: 400px;
}
/* 图文导航介绍 */

.introduce {
	flex-wrap: wrap;
	padding: 0 20px;
}

.introduce li {
	width: 47%;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}

.intro_img {
	margin: 0 auto 5px;
}

.intro_text .text_dat {
	padding-top: 5px;
	font-size: 12px;
}

/* 新零售电商生态系统与服务提供商 */
.no {
	display: none!important;
}

.system {
	padding: 30px 0;
}

.system>h3 {
	width: 75%;
	font-size: 25px;
	margin: 0 auto;
	font-weight: bold;
}

.system>p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.system_box {
	padding:0 20px;
}

.system_dl dt .dt_a {
	margin: -15px 10px 0;
	width: 30px;
	height: 30px;
	font-size: 30px;
}

.system_dl dd {
	display: flex;
	width: 100%;
	height: 0;
	transition: all .5s ease 0s;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	margin: 6px 0;
}

.system_dl dt {
	display: flex;
	align-items: center;
	position: relative;
	height: 80px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
	margin: 6px 0;
}

.ddative1 {
	height: 387px !important;
	border: 1px solid rgba(55, 62, 79, 0.4);
	opacity: 1;
}

.ddative2 {
	height: 0 !important;
	border: none;
	opacity: 0.00224215;
	display: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dd_divb li {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.dt_sele {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	transition: all 0.5s linear;
}
/* 生态创新方案 */
.innovate_box{
	padding: 50px 20px;
	margin-bottom:50px;
	background-size: cover;
	background-position: center;
}
.innovate h3{
	padding-bottom: 30px;
}

.innovate h3 i{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.content_title{
	margin-top: 30px;
	margin-bottom:10px;
}

.innov_a{
	padding: 0 20px;
	border: 1px solid #465073;
	margin: 10px 0;
	position: relative;
}
.innov_a:after{
	border:#fff solid;
	position: absolute;
	right: 20px;
	transition: all 0.5s linear;
	border-width: 1px 1px 0 0;
}

.innov_a:after,
.sys_at:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    opacity: .6;
    transform: rotate(135deg);
}
.in_ati:after{
	transform: rotate(-45deg)!important;
}
.sys_at{
	position: absolute;
	right: 20px;
	transition: all 0.5s linear;
}
.sys_at:after{
	border-width: 1px 1px 0 0!important;
	border:#626B7D solid;
}
.innov_ative{
	border:1px solid #2468F2!important;
}
.innov_ative:after{
	opacity: 1;
}
/* 走进赤炎鹰网络科技有限公司 */
.wp {
	padding-left: 15px;
	padding-right: 15px;
}

.g-tit2 h3 {
	font-size: 28px;
	line-height: 40px;
}

.g-tit2 p {
	font-size: 14px;
}
.my-video-dimensions{
	width: 100%;
	height: 250px;
}
.video-js .vjs-big-play-button{
	opacity: 0!important;
}
.m-list1 {
	margin-top: 20px;
	background-size: cover;
	background-position: center;
}

.m-list1 .wp {
	padding: 40px 0 20px;
}

.m-trends {
	background: #F6F8FB;
	padding: 30px 0;
}
.trend_tit{
	padding-bottom: 30px;
}
.g-tit {
	font-size: 18px;
	padding: 20px 0;
}

.pictxt .pic a {
	display: block;
	width: 100%;
}

.pictxt .pic a img {
	display: block;
	width: 100%;
}

.ul-list1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.ul-list1 li {
	width: 30%;
	text-align: center;
	margin: 10px auto;
	color: #fff;
}

.ul-list1 li .num {
	display: inline-block;
	position: relative;
	font-size: 32px;
}
.ul-list1 li .num:after{
	content: "";
	display: block;
	width: 35px;
	height: 3px;
	margin: 10px auto;
	background: #fff;
}
.ul-list1 li p {
	font-size: 10px;
	margin: 10px 0;
	font-size: 14px;
}

.ul-txt li div h3 {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.ul-txt li div h3 a {
	font-size: 14px;
	color: #191C3D;
	font-weight: 400;
}
.sponsor{
	height: 364px;
	overflow: hidden;
}
.sponsor a{
	width: 49%;
}
.sponsor_box>a{
	margin-top: 20px;
	margin-bottom: 50px;
}
/* 底部 */
.footer_tap{
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}

.footer_tap>li>span,
.footer_tap>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #465073;
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
}
.footer_tap>li>span>i{
	display: block;
	width: 8px;
	height: 8px;
	border:#fff solid;
	border-width: 1px 1px 0 0;
	transform: rotate(135deg);
}
.footer_tap>li>.footer_childtap{
	width: 100%;
	border-bottom:1px solid #465073 ;
	padding: 10px 0;
	
}
.two_foot{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.two_foot>li{
	width: 50%;
}
.footer_tap>li>.footer_childtap>li{
	
	height: 35px;
	line-height: 35px;
}
.footer_tap>li>.footer_childtap>li>a{
	color: #fff;
	font-size: 12px;
}
.foot_account{
	text-align: center;
	padding: 20px 0;
}
.foot_account img{
	width: 125px;
	height: 125px;
}
.foot_account span{
	display: block;
	color: #fff;
	opacity: .6;
	padding: 10px 0;
	font-size: 14px;
}
.footer_phone{
	margin: 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	border: 1px solid rgba(255,255,255,.2);
	text-align: center;
	height: 45px;
	border-radius: 4px;
}
.footer_capy{
	color: #fff;
	opacity: .6;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 45px;
}
.footer_bnt{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	background: #2467F3;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
/***********
公司介绍 *
***************/
.about a{
	width: 33.33%;
	text-align: center;
}

.about a span {
    display: inline-block;
    width: 132px;
}

.intro_banner {
	background: url(../img/introdu_banner.jpg) no-repeat;
	background-size: cover;
	align-items: center;
	background-position: center;
}
.about_contact ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	text-align: center;
}
.system_join{
	margin-top: 20px;
	margin-bottom: 20px;
}
.join_b{
	display: flex;
	margin-top: 20px;
}
.system_ul>li{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.system_ul>li>a>span.ul_txt{
	margin: 20px;
}
.cooper_box {
	padding-top: 30px;
	
}
.cooper_advantage ul li{
	margin: 20px 0;
}
.cooper_box h3 i{
	display: block;
}
.cooper_agent{
	padding-top: 20px;
	padding-bottom: 30px;
}
.cooper_agent ul{
	display: flex;
	margin: 40px 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 合作代理 */
.advantage_img {
	width: 60px;
	height: 60px;
	font-size: 50px!important;
	margin-top: -10px;
}
.about_intro>h3{
	padding-top: 35px;
	padding-bottom:20px;
}
.about_intro {
	padding-bottom: 20px;
}
/***********
新闻质讯*
***************/

.news_box,
.dynamic_bigbox {
    flex-direction: column;
}
.new_right{
	margin-top: 15px;
}
.dynamic_page{
	margin: 30px;
}
.new_left>p{
	margin-top: 10px;
	margin-bottom: 30px;
}
.txt_p2{
	margin-bottom:35px;
}
.new_right dd{
	margin-top: 20px;
}
.news_box {
	padding-bottom: 50px;
}
/***********
信息动态*
***************/

.new_banner{
	background: url(../img/new_banner.jpg) no-repeat;
	background-size: cover;
	align-items: center;
	background-position: center;
}

.dynamic_box>a{
	padding: 20px 0;
}
.dynamic_box>a>div{
	height: 190px;
	margin: 10px 0;
}
.dynamic_box>a>img{
	width: 100%;
	height: 200px;
}
/* 产品中心 */
.product_box1>h3,
.product_box2>h3 {
	margin-bottom: 35px;
}
.product_box2 {
	padding-top: 35px;
}
 .product_box1{
	 padding: 35px 0;
 }
.product_box {
	
	padding-top: 35px;
	padding-bottom: 35px;

}
 .product1_modify{
	 padding: 35px 0;
 }
.product_banner{
	 background: url(../img/pro_banner.jpg) no-repeat;
	 background-size: cover;
	 align-items: center;
	 background-position: center;
 }
.boxb_left{
 text-align: center;
}
.boxb_right>dl>dd>a>span{
	margin: 0 auto;
}
.boxb_right>dl>dd{
 width: 25%;
 text-align: center;
}
.boxb_right>p{
	margin-bottom: 30px;
}
.pro2_chose .iconfont{
	margin: 0 auto;
}
.pro2_chose>dl>dt{
	text-align: center;
}
/* 产品中心1 */

.product1_banner {
    background: url(../img/pro1_banner.png) no-repeat;
    background-size: cover;
    align-items: center;
    background-position: left;
}
.pro_goodul li{
	width: 100%;
	padding-bottom: 50px;
}

.pro_2a {}

.pro_1a li a {
    display: flex;
}

.product_left>a{
	margin: 10px;
}
.banners .swiper-slide {
	width:85%;
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 4px;
}
.modify_div p{
	margin-top: 10px;
	font-size: 12px;
}
.banners .swiper-slide img{
	width: 100%;
	height: 250px;
	border-radius: 4px;
}
.banners .swiper-slide .modify_div{
	width: 100%;
	padding: 15px;
	overflow: auto;
	height: 300px;
	position: absolute;
	bottom: 0;
	border-radius: 4px;
}
.banners .swiper-pagination{
	padding:0 20px;
}
.banners .swiper-pagination-bullet{
	width: 22%;
	overflow: hidden;
}
.banners .swiper-pagination-bullet-active:after{
	bottom: 0!important;
}
.banners .swiper-button-prev,
.banners .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	top: 54%;
	box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	/* position: relative; */
}
.banners .swiper-button-prev:after,
.banners .swiper-button-next:after {
	position: absolute;
	content: '';
	left: 16px;
	top: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid gainsboro;
	border-right: 2px solid gainsboro;

}

.pro1_shequ>a{
	width: 100%;
	margin-bottom: 10px;
}
.product2_right{
	padding: 10px;
}
.product2_right a {
    margin: 20px 2px!important;
	width: 32%!important;
}
.product2_right a p{
	/* text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical; */
}
.product2_right a h5{
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}
.product2_banner{
	background: url(../img/pro2_banner.jpg) no-repeat;
	background-size: cover;
	align-items: center;
	background-position: center;
}
.pro2_tab>li{
	height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.pro2_tab>li>a{
	height: 60px;
	overflow: hidden;
}
.pro2_tab>li>a>div>i {
	color: #2468F2 !important;
	font-size: 36px !important;
	float: left;
	margin: 0 !important;

}

.pro2_tab>li>a>div>h5 {
	color: #8C8D9E;
	font-size: 18px;
	line-height: 60px;
	float: left;
	margin-left: 16px;
}

.pro2_tab>li>a>p {
	text-align: left;
	margin-top: 10px;
}

.pro2_tabative,
.pro2_tabative a {
    height: 345px!important;
}
.product2_litab a img {
	display: block;
	margin-top: 10px;
}
.product2_litab a div{
	border-bottom: 1px solid rgba(221, 224, 229, 1);
}

.pro1_shequ>a>dl{
	bottom: 0;
}
/****************************
 客户案例 
 ******************************/
.case_banner{
	background: url(../img/case_banner.jpg) no-repeat;
	background-size: cover;
	align-items: center;
	background-position: center;
}
.case_box{
	padding-top: 30px;
	padding-bottom: 30px;
}
.case_box ul{
	justify-content: space-between;
}
.cooper_bannerc{
	margin-right: -10px;
}
.cooper_bannerc a {
    width: 45%!important;
    margin-right: 10px!important;
    float: left;
}
.case_box ul li {
	width: 48%;
	/* height: 446px; */
	padding: 10px;
	margin-bottom: 20px;
}
.case_box ul li p{
	font-size: 12px;
}
.case_hover {
	width: 100%;
	height: 100%;
	bottom: 100%;
}
.case_hover>img {
	width: 80%;
}