.index-title{
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    position: relative;
}
.index-title h2{
    font-size:40px;
    font-weight:500;
    color:rgba(38,38,38,1);
}
.index-title h3{
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.index-title h3 span{
    float: left;
    display: block;
    width: 50px;
    height: 1px;
    background: #666666;
    margin-top: 11px;
}
.index-title h3 p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    display: block;
    margin:0 20px;
    float: left;
}
.index-title.w h2{
    color: #fff;
}
.index-title.w h3 span{
    background: #fff;
}
.index-title.w h3 p{
    color: #fff;
}

.train-main .content{
    height: 610px;
}
.train-main .content .left{
    width: 240px;
    height: 100%;
    float: left;
}
.train-main .content .left .title{
    width: 100%;
    height: 70px;
    position: relative;
    padding-top: 12px;
}
.train-main .content .left .title h2{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(255,255,255,1);
    text-align: center;
    position: relative;
    z-index: 2;
}
.train-main .content .left .title p{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 5px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.train-main .content .left .title div{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url("../images/tmtb.png");
}
.train-main .content .left .nav{
    border: 1px solid #EEEEEE;
    border-top: none;
}
.train-main .content .left li{
    width: 100%;
    height: 89px;
}
.train-main .content .left li a{
    display: block;
    position: relative;
    width: 210px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEDED;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.train-main .content .left li a span{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.train-main .content .left li:last-of-type a{
    border-bottom: none;
}
.train-main .content .left li:hover,.train-main .content .left li.on{
    background: #9B1C22;
}
.train-main .content .left li:hover a,.train-main .content .left li.on a{
    border: none;
    color: #FFF;
}
.train-main .content .right{
    width:940px;
    float: right;
}
.train-main .content .right .searchBox{
    width: 100%;
    height: 35px;
}
.train-main .content .right .searchBox .hot{
    float: left;
}
.train-main .content .right .searchBox .hot h2{
    display: inline-block;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:35px;
    color:rgba(64,64,64,1);
}
.train-main .content .right .searchBox .hot a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:35px;
    color:rgba(153,153,153,1);
    margin-left: 15px;
}
.train-main .content .right .searchBox .hot a:hover{
    color: #9B1C22;
}
.train-main .content .right .searchBox form{
    float: right;
}
.train-main .content .right .searchBox form input{
    float: left;
    width: 200px;
    height: 35px;
    border: 1px solid #E6E6E6;
    border-right: none;
    box-sizing: border-box;
    padding-left: 10px;
}
.train-main .content .right .searchBox form button{
    width: 30px;
    height: 35px;
    background: url("../images/ts.png") no-repeat;
    background-position: 5px center;
    border: 1px solid #E6E6E6;
    border-left: none;
    float: left;
}
.train-main .content .right .main{
    margin-top: 30px;
}
.train-main .content .right .main .item{
    width: 300px;
    height: 260px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition-duration: .3s;
}
.train-main .content .right .main .item:nth-of-type(3n){
    margin-right: 0;
}
.train-main .content .right .main .item .imgBox{
    width: 100%;
    height: 200px;
    position: relative;
}
.train-main .content .right .main .item .imgBox img{
    width: 100%;
    height: auto;
}
.train-main .content .right .main .item .imgBox .mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.train-main .content .right .main .item .imgBox .mask span{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("../images/tp.png");
    background-size: 100% 100%;
}
.train-main .content .right .main .item .imgBox .mask2{
    width: 100%;
    background: rgba(155, 28, 34, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 0;
    transition-duration: .3s;
    overflow: hidden;
}
.train-main .content .right .main .item .imgBox .mask2 .codeBox{
    width: 120px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
}
.train-main .content .right .main .item .imgBox .mask2 .codeBox p{
    text-align: center;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:18px;
    color:rgba(155,28,34,1);
    margin-top: 10px;
}
.train-main .content .right .main .item .imgBox .mask2 .codeBox img{
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 5px;
}

.train-main .content .right .main .item .wordsBox{
    width: 100%;
    height: 60px;
    background: #F7F7F7;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 60px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
}
.train-main .content .right .main .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.train-main .content .right .main .item:hover .mask2{
    height: 100%;
}
.train-main .content .right .main .item:hover .wordsBox{
    color: #9B1C22;
}
.train-banner{
    width: 100%;
    height: 360px;
    background: url("../images/tb.jpg") repeat-x center center;
    overflow: hidden;
}
.train-banner a{
    display: block;
    width: 280px;
    margin: 0 auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-top: 260px;
}
.train-team .content{
    height: 345px;
    margin-bottom: 70px;
    position: relative;
}
.train-team .content .train-team-navigation{
    width: 50px;
    height: 50px;
    background: #E6E6E6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #FFF;
    z-index: 2;
    cursor: pointer;
}
.train-team .content .train-team-navigation.train-team-right{
    right: 0;
}
.train-team .content .train-team-navigation:hover{
    background: #9B1C22;
}
.train-team .content .train-team-swiper{
    width: 1060px;
    margin: 0 auto;
}
.train-team .content .train-team-swiper .swiper-slide{
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.train-team .content .train-team-swiper .swiper-slide .imgBox{
    width: 100%;
    height: 275px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.train-team .content .train-team-swiper .swiper-slide .imgBox img{
    width: 100%;
    height: auto;
}
.train-team .content .train-team-swiper .swiper-slide>p{
    display: block;
    width: 100%;
    height: 70px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    line-height: 70px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(38,38,38,1);
    background: #F5F7F7;
    text-align: center;
}
.train-team .content .train-team-swiper .swiper-slide>p>span{
    font-size:14px;
    font-family:Microsoft YaHei;
    color:rgba(153,153,153,1);
}
.train-team .content .train-team-swiper .swiper-slide .mask{
    width: 100%;
    background: #9B1C22;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 15px;
    transition-duration: .3s;
    height: 0;
}
.train-team .content .train-team-swiper .swiper-slide .mask h2{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-top: 55px;
}
.train-team .content .train-team-swiper .swiper-slide .mask h3{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.train-team .content .train-team-swiper .swiper-slide .mask span{
    display: block;
    width: 100px;
    height: 1px;
    background: #FFF;
    margin: 0 auto;
}
.train-team .content .train-team-swiper .swiper-slide .mask p{
    width: 210px;
    text-align: center;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:20px;
    color:rgba(255,255,255,1);
    margin: 0 auto;
    margin-top: 20px;
}
.train-team .content .train-team-swiper .swiper-slide:hover .mask{
    height: 100%;
}
.train-advantage{
    width: 100%;
    height: 652px;
    background: #F7F7F7;
    overflow: hidden;
}
.train-advantage .content{
    width: 1180px;
    height: 400px;
    border: 1px solid #9B1C22;
}
.train-advantage .content .item{
    width: 294px;
    height: 200px;
    float: left;
    border-right: 1px solid #9B1C22;
    border-bottom: 1px solid #9B1C22;
}
.train-advantage .content .item:nth-of-type(4n){
    border-right: none;
}
.train-advantage .content .item:nth-of-type(5),.train-advantage .content .item:nth-of-type(6),.train-advantage .content .item:nth-of-type(7),.train-advantage .content .item:nth-of-type(8){
    border-bottom: none;
}
.train-advantage .content .item img{
    display: block;
    margin: 0 auto;
    height: 50px;
    width: auto;
    margin-top: 55px;
}
.train-advantage .content .item p{
    text-align: center;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    margin-top: 15px;
}
.train-form{
    width: 100%;
    height: 430px;
    background: url("../images/tfb.jpg") repeat-x center center;
    overflow: hidden;
    padding-top: 70px;
}
.train-form .left{
    width: 800px;
    float: left;
}
.train-form .left .title h2{
    font-size:48px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-top: -15px;
}
.train-form .left .title span{
    width: 430px;
    height: 2px;
    background: #FFF;
    display: block;
    margin: 5px 0;
}
.train-form .left .title p{
    font-size:32px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.train-form .left .main{
    width: 100%;
    margin-top: 30px;
}
.train-form .left .main p{
    display: block;
    float: left;
    margin-right: 40px;
    margin-bottom: 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.train-form .right{
    width: 400px;
    float: right;
}
.train-form .right select{
    width: 100%;
    height: 50px;
    background: #FFF;
    border: none;
    box-sizing: border-box;
    padding-left: 10px;
}
.train-form .right input{
    width: 190px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
    background: #FFF;
    border: none;
    margin-top: 20px;
}
.train-form .right input:nth-of-type(2n){
    float: right;
}
.train-form .right button{
    width: 100%;
    background: #FFF;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(155,28,34,1);
    margin-top: 20px;
    transition-duration: .3s;
}
.train-form .right button:hover{
    background: #9B1C22;
    color: #FFF;

}
