.major-nav{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.06);
}
.major-nav.major-nav-fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.major-nav .major-nav-content{
    border-left: 1px solid #f0f0f0;
}
.major-nav .major-nav-content li{
    float: left;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    cursor: pointer;
}
.major-nav .major-nav-content li.active{
    color: #fff;
    background-color: #174799;
    background: linear-gradient(#48abf9,#057cd7);
}
.major-nav .major-nav-content li:hover{
    color: #fff;
    background-color: #174799;
    background: linear-gradient(#48abf9,#057cd7);
}

.major-box{
    width: 96%;
    height: 300px;
    margin: 0 2% 25px 2%;
    box-shadow: 12px 12px 12px rgba(0,0,0,.25);
    overflow: hidden;
    box-sizing: border-box;
}
.major-box .img img{
    width: 275px;
    height: 300px;
}
.major-box:hover{
    transform: scale(1.05,1.05);
    transition: all .35s ease;
}
.major-box .img,.major-box .major-content{
    float: left;
    overflow: hidden;
}
.major-box .img{
    width: 49%;
}
.major-box .major-content{
    position: relative;
    padding: 15px;
    width: 51%;
    height: 300px;
    background: #fff;
}
.major-content h3{
    font-size: 22px;
    color: #383838;
    line-height: 30px;
    margin-bottom: 12px;
}
.major-content p{
    color: #666;
    line-height: 22px;
    margin-bottom: 8px;
}
.major-content .major-btn{
    position: absolute;
		left: 0;
    right: 0;
    bottom: 15px;
		text-align: center;
}




.move-around-line{
    position: relative;
}
.move-around-line .left-line{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    border-left-style: solid;
    border-left-color: #1E9FFF;
}
.move-around-line .right-line{
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    border-right-style: solid;
    border-right-color: #1E9FFF;
}
.move-around-line .top-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-top-style: solid;
    border-top-color: #1E9FFF;
}
.move-around-line .bottom-line{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom-style: solid;
    border-bottom-color: #1E9FFF;
}
.move-around-line:hover .left-line,.move-around-line:hover .right-line{
    border-width: 4px;
    height: 100%;
    transition: all .5s ease;
}
.move-around-line:hover .top-line,.move-around-line:hover .bottom-line{
    border-width: 4px;
    width: 100%;
    transition: all .5s ease;
}

































