.speak-wrap {
	padding: 0.9rem 0;
}

.speack-content {
	margin-top: 1rem;
	background-color: #F9F9F9;
	padding: 0.5rem;
	display: flex;
}

.speak-left {
	width: 6.3rem;
}

.speak-item {
	margin-bottom: 0.3rem;
}

.speak-item:last-child {
	margin-bottom: 0;
}

.speak-name {
	color: #333;
	font-size: 0.2rem;
	margin-bottom: 0.14rem;
}

.speak-name span {
	color: #E10000;
	font-size: 0.2rem;
	margin-right: 0.05rem;
}

.speak-right {
	flex: 1;
	margin-left: 0.95rem;
	display: flex;
	flex-direction: column;
}

.speak-right-content {
	flex: 1;
}

.textarea {
	width: 6.7rem;
	height: 2.8rem;
}

.textarea textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
	padding: 0.15rem;
	max-height: 100%;
	border: 0.01rem solid #E6E6E6;
	background-color: #fff;
	font-family: '';
}

textarea:focus {
	outline: 0 !important;
}

.speak-btnbox {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
}

.speak-btn {
	width: 2rem;
	height: 0.4rem;
	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
	border: 0;
}

.speak-btn:hover {
	opacity: 0.85;
}

.speak-item input {
	width: 100%;
	height: 0.4rem;
	border: 0.01rem solid #E6E6E6;
	padding: 0 0.15rem;
}

/* 项目案例 */
.cate-bg{
	/* background: rgb(244,244,244); */
	/* background: url('../image/bgs1.png') no-repeat; */
	background-size: 100% 100% ;
}
.cate-content {
	margin-top: 1rem;
}

.cate-titlebox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.48rem;
}

.cate-title.active {

	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
}

.cate-title {
	width: 1.96rem;
	height: 0.48rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	margin-right: 0.54rem;
	color: #004FA3;
	font-size: 0.24rem;
	cursor: pointer;
}

.cate-title:last-child {
	margin-right: 0;
}

.cate-list {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
}
.cate-show{
	display: none;
}
.cate-show:nth-child(1){
	display: block;
}

.cate-item {
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	margin-bottom: 0.3rem;
}


.cate-imgbox {
	width: 100%;
	height: 2rem;
	overflow: hidden;
}

.cate-imgbox:hover>img {
	transform: scale(1.05);
}

.cate-imgbox img {
	width: 100%;
	height: 100%;
	transition: linear .25s;
	overflow: hidden;
}

.cate-lastbox {
	padding: 0.14rem 0.18rem 0.14rem 0.32rem;
	display: flex;
	justify-content: space-between;
}

.cate-name {
	font-weight: bold;
	color: #0059AB;
}

.cate-icobox {
	position: relative;
}

.cate-icobox img {
	position: absolute;
	top: 0;
	left: 0;
}

.ico2 {
	display: none;
}

.cate-item:hover .cate-lastbox {
	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
}
.cate-item:hover .cate-name{
	color: #fff;
}
@media only screen and (max-width: 1024px) {
    .cate-titlebox{
        display: flex;
    }
    .cate-title{
        height: 0.68rem;
        margin-right:0;
        margin-bottom: 10px;
    }
    .speak-wrap{
        padding: 0.6rem 0;
    }
    .cate-content{
        margin-top: 0.4rem;
    }
    .speack-content{
        padding: 0.5rem;
        display: block;
        margin-top: 0.5rem;
    }
    .speak-right{
        margin-left: 0;
    }
    .textarea{
        width: 6.3rem;
    }
    .speak-name,.speak-btn,.cate-name{
        font-size: 12px;
    }
    .speak-item:last-child{
        margin-bottom: 0.3rem;;
    }
    .cate-title:last-child{
        margin-left: 0.54rem;
    }
}
