.nav>li>a:hover {
    color: #ffffff;
    background-color: #1664ca;
    font-weight:bold;
    transform: scale(1.2);
}

/* .ul>li>a:hover {
    color: #ffffff;
    background-color: #1664ca;
    font-weight:bold;
    transform: scale(1.2);
} */

/* .ul>li>a {
    position: relative;
    display: block;
    padding: 15px 20px;
    text-align: center;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #5b5972;
    letter-spacing:3px;
} */

.nav>li>a {
    position: relative;
    display: block;
    /* padding: 15px 20px; */
    text-align: center;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #5b5972;
    letter-spacing:3px;
}


.box:hover i {
    transform: rotateY(180deg);
}

.box i {
    transition: All 0.7s ease-in-out;
    transition-property: all;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.box_qy img {border-radius:10px}
.box_qy img:hover {
    position: relative;
	z-index: 999999;
    transform: scale(1.2);
    transition-property: all;
    transition-duration: 0.7s;
    transition-timing-function: ease;
    transition-delay: 0s;
    box-shadow: 0 0 30px #3f669863;
}

body, html,input{font-family:"微软雅黑";}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    font-weight:bold;
    background-color: #007bff;
}

.nav-pills .nav-link {
    border-radius: .5rem;
}

/* .ul>.nav-link {
    color: #fff;
    font-weight:bold;
    background-color: #007bff;
} */

.text img:hover {
    position: relative;
	z-index: 999999;
    transform: scale(1.6);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 1s;
    box-shadow: 0 0 30px #3f669863;
}

.name {
    height:24px;
    line-height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    word-break: break-all;
}

.hangye {
    height:30px;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    word-break: break-all;
}


a {
    text-decoration: none;color: #333333;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;color: #333333
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;color: #333333;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;color: #333333;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;color: #333333;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;color: #333333;
}


.box:hover {
    position: relative;
	z-index: 999999;
    transform: scale(1.3);
    transition-property: all;
    transition-duration: 0.7s;
    transition-timing-function: ease;
    transition-delay: 0s;
    box-shadow: 0 0 30px #3f669863;
}

.gongsi h4{
    margin-bottom: 0px;
    margin-top: 5px;
}

.gongsi p{
    margin-bottom: 0px;
    margin-top: 10px;
}

.gongsi:hover {
    position: relative;
	z-index: 999999;
    transform: scale(1.3);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    box-shadow: 0 0 30px #3f669863;
}

.nav-link {
    display: block;
    padding: .2rem .6rem;
}