body {
	background-color: rgba(240,240,238,1);
    
}
.container{
    width: 6.35rem;
    margin: 0 auto;
}
/* .tit {
    font-size: 32px;
    font-family: 'titles';
    letter-spacing: 5px;
} */
.tits {
    font-size: 20px;
}
.zs {
    margin-top: 0px;
    color: rgb(199, 199, 199);
}
.con2,
.con3{
    letter-spacing: 2px;
    margin-top: r5px;
    line-height: 30px;
    font-size: 20px;
}
.con2 .stit,
.con3 .stit{
    position: relative;
    font-size: 22px;
    font-family: 'titles';
    text-align: center;
    letter-spacing: 5px;
}
.con2 .stit .xhx,
.con3 .stit .xhx{
    position: absolute;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    border-bottom: 3px solid rgba(101, 179, 132);
}
.con2 .top {
    margin-bottom: 20px;
}
.con2 .texts {
    margin-top: 40px;
}
.con2 .left{
	margin-top: 30px;
}
.con2 .left .l1{
    height: 220px;
}
.con2 .text1 {
	background-color: white;
    font-size: 14px;
    color: rgb(124, 124, 124);
	text-indent: 37px;
    padding: 20px;
    margin-left: -20px;
    margin-top: -10px;
	box-shadow: rgb(202, 232, 197,0.5) 0px 0px 3px 1px;
}
.con2 .texts:hover .text1 {
    animation: borderChange 1s;
}
@keyframes borderChange {
    0% { 
	box-shadow: rgb(202, 232, 197,0.5) 0px 0px 3px 1px;
    }
    100% {
	box-shadow: rgba(157, 161, 157, 0.5) 0px 0px 15px 1px;
    }
}
.con2 .left .onepic:hover img:nth-child(1) {
    animation: scaleA 2s;
}
.twopic:hover img,.threepic:hover img{
    animation: scaleA 1.5s;
}
@keyframes scaleA{
   50% {
    transform: scale(0.8);
   }
}
.con2 .text2 {
    margin-top: 20px;
}
.con2 .left img {
	padding: 0 10px;
}
.con3 {
    margin-top: 10px;
}
/*黄增加*/
.pic-container{
	position: relative;
	width: 6.35rem;
	margin: 0 auto;
	margin-top: 0.0125rem;
	background-color: white;
	border-radius: .05rem;
	margin-bottom: 5px;
}
.row-pic{
	
	display: flex;
	flex-direction: row;	
	justify-content: space-between;	
}
.row-left{
	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.row-left img{
	
	padding: 0.05rem;
	display: flex;
	
}
.row-right{
	
	display: flex;
	align-items: center;
	
}
.row-right img{
	display: flex;
	flex:1;
	
	width: 100%;
	height: 100%;
	padding: 0.05rem;
}
/*黄增加结束*/

.bott {
    margin-top: 20px;
}
.con3 .pic {
    margin-top: 80px;
    margin-left: 10px;
}
.tl {
    position: relative;
}
.tlc {
    position: absolute;
    left: 15%;
    margin-top: 60px;
    display: none;
    color: #fff;
    font-size: 16px;
    z-index: 4;
}
.tlcs {
	left: 15%;
	margin-top: 35px;
}
.tl:hover .tlc{
    display: block;
}
.tr {
    position: relative;
}
.trc {
    position: absolute;
    left: 70%;
    margin-top: 60px;
    display: none;
    color: #fff;
    font-size: 16px;
    z-index: 4;
}
.tlrs {
	left: 65%;
	margin-top: 35px;
}
.tr:hover .trc {
    display: block;
}
.con3 .right {
    position: relative;
}
.con3 .right img{
    height: 2.414rem;
}
.con3 .font12{
    /* margin-top: 0.08rem; */
    line-height: 24px;
    color: #8D8D8D;
	margin-bottom: 0.08rem;
}
