a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a {
	text-decoration: none;
}

li {
	list-style: none
}

ul {
	margin: 0;
}

.header {
	/* 	height: 80px; */
	display: flex;
	align-items: center;
	flex-direction: column;
	position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}
.snp1{
	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
}
.snp2{
	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
}
.snp3{
	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
}
.cb{    position: absolute;
    right: 20px;
    margin-top: 30%;background: #0777CD;
    padding: 10px 6px;
    text-align: center;}
    .cb-1{border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 10px;}
    .cb-2{    padding-top: 10px;}
    .cb-1 p,.cb-2 p{    color: #fff;
    margin: 0;font-size: 14px;}

@media screen and (min-width:1260px) {
    .sticky .logo_box{
        height: 80px!important;
    }
    .sticky .header_box .a_tabbar{
        height: 70px!important;
    }
    .sticky .a_level{
        top: 70px;
    }
    /*分页*/
    .pagination{
        margin-bottom: 60px;
    }
    .pagination>li{
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;font-weight: 500;
    }
    .pagination>li a{
        color: #333;}
    .pagination>li a:hover{
        color: #0777CD;}
        .pagination .active{
        color: #0777CD;}
        
        
    .pagination>li:first-child,
    .pagination>li:last-child{
        
        border-radius: 50%;
        background-color: #0777CD;
        
    }
    .pagination>li:first-child a,
    .pagination>li:last-child a{
        color: #FFFFFF;
        font-size: 30px;
        margin-bottom: 5px;
    }
    .disabled span{
        font-size: 30px;
        margin-bottom: 5px;
    }
    /*分页*/
	.mobil_box{
		display: none;
	}
	/* logo */
	.logo_box {
		width: 1260px;
		height: 120px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: all 0.5s;
	}

	.logo {
		width: 63px;
		height: 63px;
	}

	.search {
		width: 40px;
		height: 40px;
	}
		.search:hover{
		    filter: grayscale(50%);
	}

	.header_box {
		width: 100%;
		background-color: #0777CD;
		position: relative;
		display: flex;
		justify-content: center;
	}

	.logo_item {
		display: flex;
		align-items: center;
	}

	.logo_item>div {
		display: flex;
		flex-direction: column;
		justify-content: center;

	}

	.logo_item>span {
		display: block;
		width: 1px;
		height: 31px;
		margin: 0 23px;
		background-color: #666666;
	}

	.logo_item>div>p:first-child {
		width: 161px;
		font-size: 14px;
		margin: 0;
		font-family: Helvetica;
		font-weight: 400;
		color: #666666;
		word-wrap: break-word;
	}

	.logo_item .mailbox {
		color: #212121;
		font-weight: 600;
		margin: 0;
	}

	/* 导航样式 */
	.a_tabbar {
		display: flex;
		height: 80px;
		align-items: center;
		justify-content: space-between;
		width: 1260px;
		padding-left: 0;
		transition: all 0.5s;
	}

	.a_tabbar>li {
		height: 100%;
		/* padding: 20px 0; */
	}

	.a_tabbar>li>a {
		height: 100%;
		padding: 0 30px;
		/* margin: 0 14px; */
		display: flex;
		align-items: center;
		font-size: 20px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #FFFFFF;
	}

	.a_tabbar .active {
		background-color: #005CA3;
	}

	.a_level {
		display: none;
		background-color: #0777CD;
		position: absolute;
		z-index: 100;
		top: 80px;
	}

	.a_level_box {
		width: 100%;
		left: 0;
		background-color: #F4FAFF;
		justify-content: center;
	}

	.language_box {
		position: relative;
	}

	.language_box>a>img {
		width: 22px;
		height: 22px;
		position: relative;
		right: 15px;
		background-color: #FFFFFF;
		border-radius: 50%;
	}

	.language {
		display: none;
		flex-direction: column;
		background-color: #0777CD;
		position: absolute;
		z-index: 100;
		top: 80px;
		width: 100%;
		padding: 0;
		/* background: #005CA3; */
	}

	.language>a>li {
		width: 100%;
		text-align: center;
		padding: 10px 0;
		cursor: pointer;
		color: #FFFFFF;
	}

	.language>a>li:hover {
		background-color: #005CA3;
	}

	.ssssss {
		display: flex;
	}

	.header_item_list {
		width: 1360px;
		display: flex;
	}

	.header_item_list>div {
		width: 20%;
		padding-top: 30px;
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
		align-items: center;
	}

	.header_item_title {
		/*width: 114px;*/
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.header_item_list>div img,
	.header_case_list div img {
		width: 69px;
		height: 69px;
		margin-bottom: 15px;
	}

	.header_item_list div p {
		/*width: 104px;*/
		height: 17px;
		font-size: 18px;
		color: #212121;
		line-height: 21px;
		text-align: center;
	}

	.header_item_list>div p:hover,
	.header_item_list>div span:hover,
	.header_case_list div p:hover{
		color: #0777CD;
		cursor: pointer;
	}

	.header_item_list>div span {
		width: 100%;
		font-size: 14px;
		font-family: Helvetica;
		font-weight: 400;
		color: #666666;
		line-height: 30px;
		display: block;
		text-align: center;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	}

	.header_case_list {
		width: 1260px;
		display: flex;
		justify-content: space-around;
		margin-bottom: 20px;
	}

	.header_case_list div img {
		margin: 30px 0 12px 0;
	}

	.header_case_list div p {
		min-width: 224px;
		text-align: center;
		color: #000;
    font-size: 18px;
	}

	.header_about {
		width: 1260px;
		display: flex;
		justify-content: space-between;
		margin: 40px 0;
	}

	.header_about>div p {
		height: 37px;
		font-size: 40px;
		/* font-weight: 600; */
		color: #212121;
		line-height: 27px;
	}
	.search_box{
		padding: 40px;
		display: flex;
		width: 1260px;
		justify-content: space-between;
	}
	.search_box input{
		border: none;
		outline:medium;
		background-color: rgba(0,0,0,0);
		width: 100%;
		height: 57px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 1260px) {
    .search_boxs{
        width: 100vw;
        position: absolute;
        top: 60px;
        left: 0;
        background: #FFFFFF;
        z-index: 1;
        height: 20vw;
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
    }
    .search_boxs input{
        height: 10vw;
        padding: 0 3vw;
        width: 75vw;
        margin-left: 3vw;border: 1px solid #666;
    }
    /*------*/
    .m_a_level {
		width: 100vw!important;
        background: #0777cd;
        display: flex;
        flex-direction: column;
        height: 0;
        z-index: 2!important;
        position: absolute!important;
        left: 0!important;
        top: 16vw!important;
        transition: height 0.5s;
	}
    .m_a_level>a{
        width: 100vw;
        color: #FFFFFF;
        display: none;
        justify-content: center;
    }
    
    /*分页*/
    .pagination{
        padding: 4vw 0;
    }
    .pagination>li{
        width: 8vw;
        height: 8vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination .active {
    color: #0777CD;
}
.pagination>li a {
    color: #333;
}
.pagination>li a:hover {
    color: #0777CD;
}
    .pagination>li:first-child,
    .pagination>li:last-child{
        
        border-radius: 50%;
        background-color: #0777CD;
        
    }
    .pagination>li:first-child a,
    .pagination>li:last-child a{
        color: #FFFFFF;
        font-size: 4vw;
        margin-bottom: 0.06vw;
    }
    .disabled span{
        font-size: 4vw;
        margin-bottom: 0.6vw;
    }
    /*分页*/
	.logo_box,
	.header_box{
		display: none;
	}
	.mobil_box{
		width: 100vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	    height: 60px;border-bottom: 1px solid #e7e7e7;
	}
	.logo,
	.menu{
		width: 9.3333vw;
		height: 9.3333vw;
	}
	.logo{
		margin-left: 3vw;
	}
	.menu{
		margin-right: 3vw;
	}
	.header_list{
		display: flex;
		align-items: center;
		
	}
	.header_list li{
		display: flex;
		align-items: center;
		margin: 2vw 0;
	}
	.header_list li p{
		margin: 0;
		font-size: 2.1333vw;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #0777CD;
	}
	.language{
		width: 4vw;
		height: 4vw;
		margin-right: 2vw;
	}
	.search{
		width: 10vw;
		height: 10vw;
		margin: 0 4vw;
	}
	.a_content{
		width: 100%;
	}

}