/*css By huahua 2019-8-16*/

.train_gif img{
  padding-top:30px;
	width: 1200px;
}
.train_title{
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
}
.train_title .train_titleText{
	font-size: 20px;
	color: #2b79b4;
	border-bottom: 2px solid #2b79b4;
}
.train_title .train_more{
	line-height: 50rpx;
	color: #a6a6a6;
}
.train_content{
	background: #f8f8f8;
	border-top: 1px solid #e7e7e7;
}
.train_content{
	padding:10px 20px;
}
.train_content_left{
	width:350px;

}
.train_Title{
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #006eab;
	color: #fff;
	font-size: 18px;
	position: relative;
}
.train_Title:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
	border-color: #006eab transparent transparent  transparent ;
	position: absolute;
	right: 35px;
	bottom: -20px;
}
.train_content ul{
	margin-top: 15px;
}
.train_content ul li{
  cursor: pointer;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	box-sizing: border-box;

}
@keyframes border-change {
    from{
        border-bottom:1px  dashed;
    }
    to{
        border-bottom:1px solid;
    }
}
.train_content ul li.active{

	border-bottom: 2px solid #33b4ff;
	color:  #33b4ff
}
.train_content_keywords{
	margin-top: 20px;
}
.active-animation{
    animation: border-change 1s ease;
    border-bottom: 1px solid #33b4ff;
    color:  #33b4ff
}

.train_content_right,.train_content_right .swiper-container{
    width:728px;
    min-height:420px;
    overflow: hidden;
}
.train_example{
	margin-right: 20px;
	margin-top: 20px;
}
.train_example img{
	width: 216px;
	height: 130px;
	border-radius: 5px;
}
.train_example_text{
	line-height: 25px;
    height:50px;
	margin:5px 10px;
	box-sizing: border-box;
	position: relative;
}
.train_example_site{
	position: absolute;
	right: 0;
	bottom: 0;

}
.train_arrow_left,.train_arrow_right{
	width: 30px;
	text-align: center;
	line-height: 416px;
}
.train_swiper{
	padding-left: 15px;
}

.train_content_area{
    font-size:14px;
    font-family:SimSun;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:36px;
    opacity:0.9;
}
.train_content_keywords .clearfix {
    font-size:14px;
    font-family:SimSun;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:36px;
    opacity:0.9;
}
