﻿.ex-title{
	margin-top: 50px;
}
.ex-title-content{
    display: flex;
    justify-content: center;
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
    margin-top: 20px;
}
.ex-title-list{
	display: flex;
	align-items: center;
	width: 18%;	
	cursor: pointer;
	justify-content: center;
}
.ex-title-text{
	font-size: 18px;
	margin-left: 12px;
	color: #999;
}
.ex-title-img{
	width: 23px;
}
.ex-title-img img{
	width: 100%;
}
.ex-title-list:hover{
	color: #d4272d;
}
.colord4272d{
	color: #d4272d;
}
.ex-container{
	margin-top: 70px;
}
.ex-containerxcx{
	display: none;
}
.ex-list{
	margin-top: 30px;
    width: 382px;
    position: relative;
    height: 225px;
	background-image: url(../images/computer-bg.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}
.ex-list a{
	width: 280px;
	height: 184px;
    margin-top: 12px;
	overflow: hidden;
}
.ex-list img:hover {
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);	
}
.ex-list img{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	width: 100%;
	height: 100%;
}

.ex-pctext{
	text-align: center;
	margin-bottom: 70px;
}
/* 小程序 */
.ex-xcxcontent{
	padding-bottom: 20px;
}
.ex-xcxcontent li{
	width: 20%;
	float: left;
}
.ex-xcxlist{
	width: 100%;
    display: flex;
    justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ex-xcxlist .picBox{
	background-image: url(../images/phone-border.png);
	width: 237px;
    height: 425px;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    /* justify-content: center; */
}
.ex-xcxlist .picBox .pic{
    width: 152px;
    height: 270px;
    margin-top: 88px;
	margin-left: 32px;
}
.ex-xcxlist .picBox .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.ex-xcxlist .hPic{
	display: none;
	text-align: center;
	width: 152px;
	height: 270px;
	margin-top: 88px;
	margin-left: 32px;
	line-height: 270px;
}
.disnone{
	display: none !important;
}
.disblock{
	display: block!important;
}
.ex-xcxlist .hPic img{
	width: 80%;
	margin-top: 30px;
}
.ex-xcxlist .hPic p{
	margin-bottom: 0;
}
.hPic-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hPic-content span{
    line-height: 20px;	
}
.ex-xcxtext{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 70px;
	padding-right: 32px;
}
.ex-more{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	font-size: 25px;
	margin-bottom: 70px;
	text-align: center;
}
.ex-more button{
	background-color: #d4272d;
	border: none;
	border-radius: 35px;
	padding: 0 50px;
	height: 45px;
	line-height: 45px;
}
.ex-morepc{
	display: none;
}
.ex-morexcx{
	/*display: none;*/
}
.ex-moregzh{
	display: none;
}
.ex-moreapp{
	display: none;
}
.ex-xcxlist:hover .pic{
	display: none;
}
.ex-xcxlist:hover .hPic{
	display: block;
}