* {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    list-style: none;
}

.top-img {
    width: 100%;
    height: 260px;
}

.top-img img {
    width: 100%;
    height: 100%;
}

.aboutUs {
    position: relative;
    padding: 40px 230px;
}

.top-aboutUs {
    width: 1460px;
    border-bottom: 1px solid #E4E6E9;
    margin-bottom: 40px;
    display: flex;
    padding: 0 0 20px 0;
    position: relative;
}

.top-aboutUs .left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-aboutUs .left p:nth-of-type(even) {
    padding: 0 10px;
}

.top-aboutUs .left .left-one {
    width: 4px;
    height: 18px;
    background: #1462CF;
    border-radius: 2px;
}

.top-aboutUs .left .left-two {
    font-size: 20px;
    font-weight: bold;
    color: #01122A;
}

.top-aboutUs .left .left-three {
    font-size: 20px;
    color: #788391;
}

.top-aboutUs .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 0;
}

.top-aboutUs .right p:nth-of-type(even) {
    margin: 0 20px;
}

.top-aboutUs .right .right-one {
    font-size: 14px;
    color: #788391;
}

.top-aboutUs .right .right-two {
    width: 1px;
    height: 13px;
    background: #788391;
}

.top-aboutUs .right .right-three {
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.bt-aboutUs {
    display: flex;
}

.nav-left {
    min-height: 619px;
    height: 619px;
    max-width: 218px;
    background: #FBFBFB;
}

.left-nav li {
    font-size: 14px;
    color: #01122A;
    padding: 29px 58px;
    cursor: pointer;
}
.left-nav li:hover {
    padding: 27.7px 55px;
    font-size: 16px;
    font-weight: bold;
    color: #1462CF;
    background: #FFFFFF;
    cursor: pointer;
}

.left-nav .nav-li {
    padding: 27.7px 55px;
    font-size: 16px;
    font-weight: bold;
    color: #1462CF;
    border-top: 4px solid #1462CF !important;
    background: #FFFFFF;
    cursor: pointer;

}

.left-nav li:nth-of-type(even) {
    border-top: 1px solid #E4E6E9;
    border-bottom: 1px solid #E4E6E9;
}
.aboutUs-ct-no{
    flex: 1;
    min-height: 509px;
    border: 1px solid #E5E7EA;
    margin-left: 40px;
    position: relative;
}
.aboutUs-ct-no .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #7e7f80;
}
.aboutUs-ct {
    flex: 1;
    min-height: 509px;
    border: 1px solid #E5E7EA;
    margin-left: 40px;
    padding: 50px;
}
.service-ct{
    width: 1200px;
    min-height: 609px;
    margin-left: 40px;
}
.service-ct .box {
    display: flex;
    flex-wrap: wrap;
}

.service-ct .box div {
    width: 375px;
    height: 250px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 35px;
}

.service-ct .box div img {
    width: 100%;
    height: 100%;
}

.service-ct .box div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    opacity: 0;
    z-index: 1;
    transition: all 1.5s;
}

.service-ct .box div:hover::before {
    opacity: 1;
}

.service-ct .box div p {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.service-ct .box div:hover p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: 0, 0;
    animation: fadeInUp 1s ease-in-out forwards;
    z-index: 2;
    line-height: 0px;
}

/* .service-ct .box div:nth-of-type(even) {
    margin: 0 50px;
} */

.service-ct .box div:nth-child(2){
    margin: 0 35px;
}
.service-ct .box div:nth-child(5){
    margin: 0 35px;
}
.service-ct .box div:nth-child(8){
    margin: 0 35px;
}

.service-ct .box a {
    width: 375px;
    height: 250px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 35px;
}

.service-ct .box a div img {
    width: 100%;
    height: 100%;
}

.service-ct .box a div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    opacity: 0;
    z-index: 1;
    transition: all 1.5s;
}

.service-ct .box a div:hover::before {
    opacity: 1;
}

.service-ct .box a div p {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.service-ct .box a div:hover p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: 0, 0;
    animation: fadeInUp 1s ease-in-out forwards;
    z-index: 2;
    line-height: 24px;
    height: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* .service-ct .box div:nth-of-type(even) {
    margin: 0 50px;
} */

.service-ct .box a:nth-child(2){
    margin: 0 35px;
}
.service-ct .box a:nth-child(5){
    margin: 0 35px;
}
.service-ct .box a:nth-child(8){
    margin: 0 35px;
}

/* 详情 */
.aboutUs-content {
    width: 100%;
    min-height: 1000px;
}

.content-top {
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid #E4E6E9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-top .title {
    font-size: 20px;
    font-weight: bold;
    color: #01122A;
}

.content-top .text {
    display: flex;
    font-size: 14px;
    color: #333333;
    margin-top: 25px;
}

.content-top p:nth-of-type(even) {
    margin-left: 40px;
}

.content-top p span {
    margin-left: 10px;
}

.content-bt {
    padding: 50px;
}

.contactUs-top {
    width: calc(100%- 100px);
    min-height: 316px;
    border-radius: 8px;
    border: 1px solid #E5E7EA;
    padding: 50px;
}

.contactUs-bt {
    width: 1460px;
    height: 454px;
    margin-top: 40px;
}

/* 加入我们 */
.joinUs-content {
    width: calc(100%-100px);
    min-height: 810px;
    padding: 50px;
    border: 1px solid #E5E7EA;
}

/* 公司新闻 */
.news-content {
    position: relative;
}
.news-content-no{
    height: 200px;
    text-align: center;
    line-height: 200px;
    color: #7e7f80;        
}
.new-box {
    width: calc(100%-60px);
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #E4E6E9;
    /* justify-content: center; */
}
.new-box:hover{
    width: calc(100%);
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.08);
    padding: 30px;
    border-radius: 20px;
    /* position: relative; */
    transform: scale(1.008);
    /* left: -30px; */
    margin-left: -30px;
}
.new-box:hover .news-box-right{
    width: 1100px;
    margin-left: 40px;
    transition: all 1.2s;

}
.new-box:hover .text .go{
    opacity: 1;
    transition: all 1.2s;
    right: 70px;
}
.new-box img {
    width: 240px;
    height: 160px;
    margin-right: 10px;
    border-radius: 10px;
    object-fit: cover;
}
.new-box:hover .news-box-right .title p{
    color: #1462CF;
}
.news-box-right {
    width: 1100px;
    margin-left: 40px;
}

.news-box-right .title {
    display: flex;
    align-items: center;
}

.news-box-right .title img {
    width: 61px;
    height: 20px;
    border-radius: 0;
}

.news-box-right .title p {
    font-size: 18px;
    font-weight: bold;
    color: #01122A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-box-right .content {
    font-size: 14px;
    color: #3F4E63;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 13px;
}

.news-box-right .text {
    display: flex;
    margin-top: 34px;
}

.news-box-right .text .date {
    font-size: 14px;
    color: #788391;
}

.news-box-right .text .go {
    position: absolute;
    right: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #1462CF;
    opacity: 0;
}

/* 分页 */
.pagerer{
    text-align: center;
    width: 1200px;
    padding-top: 50px;
    float: right;
}
.page {
	display:inline-block;
	/* width:660px */
}
.page .disabled {
	color:#999;
	cursor:not-allowed
}
.page .active {
	background-color:#1462CF;
	color:#FBF5F6;
	border-color:#1462CF;
}
.page label,.page p {
	display:inline-block;
	cursor:pointer;
	font-size: 14px;
    color: #3F4E63;
}
.page p {
	height:32px;
	width:32px;
	line-height:32px;
	text-align:center;
	border:1px solid #d8d8d8;
	border-radius:4px;
	box-sizing:border-box
}
.page p:hover{
    background-color:#1462CF;
	color:#FBF5F6;
	border-color:#1462CF;
}
.page p:nth-of-type(even){
    margin-left: 10px;
}
.page label,.page span {
	display:inline-block;
	cursor:pointer;
	font-size: 14px;
    color: #01122A;
}
.page span {
	height:32px;
	width:32px;
	line-height:32px;
	text-align:center;
	border:1px solid #d8d8d8;
	border-radius:4px;
	box-sizing:border-box
}
.page span:hover{
    background-color:#1462CF;
	color:#FBF5F6;
	border-color:#1462CF;
}
.page span:nth-child(n+2) {
	margin-left:10px
}
.page .text {
	width:auto;
	padding:0 10px
}
.page label {
	padding-left:10px
}
.tiaozhuan{
    display: flex;
    float: right;
    padding-left: 26px;    
    align-items: center;
    font-size: 14px;
    color: #3F4E63;
}
.tiaozhuan input{
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.tiaozhuan input[type=text]{
    color: #01122A;
    border: 1px solid #E4E6E9;
    outline: none;
    text-align: center;
    margin: 0 5px;
}