body {
	font-size: 16px;
}
.w90 {
	width: 90%;
	margin: 0 auto;
}
header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	z-index: 100;
}
header .logo {
	width: 15.6vw;
}
nav {
	width: 40vw;
}
nav a.on {
	color: #fff;
	background-color: #0e4a91;
	padding: 6px 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.headerTel {
	border: 1px solid #e5e5e5;
	height: 45px;
	border-radius: 25px;
	padding: 0px 18px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.heardSearch {
	border: 1px solid #e5e5e5;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.searchBox {
	width: 100%;
	padding: 20px;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 100;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	display: none;
}
.searchBox form {
	border-bottom: 2px solid #aaaaaa;
	width: 400px;
	padding: 15px 0;
	margin: 0 auto;
}
.searchBox .input {
	width: 350px;
}
.searchClose {
	position: absolute;
	right: 15vw;
	top: 20px;
	cursor: pointer;
	opacity: 0.6;
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
}
.searchClose:hover {
	opacity: 1;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.heardSearch:hover {
	background-color: #0e4a91;
	color: #fff;
}

.banner .swiper-container {
	width: 100%;
	height: 100vh;
}
.banner .swiper-container img.banImg {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .list {
	width: 100%;
	height: 100%;
}

.banner .list .list_wrap.before img {
	transition: 2s linear 0s;
}
.banner .list .list_wrap.after img {
	transform: scale(1.08);
}
.banner .list02 {
	position: relative;
}
.banner .list02 .text {
	position: absolute;
	z-index: 3;
	right: calc((100vw - 1480px) / 2);
	top: 0;
	height: 100vh;
	transform: translateY(20%);
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.banner .list02 .text .f24 {
	margin: 35px 0;
	letter-spacing: 3px;
	font-weight: 100;
}
.banner .list02 .text a {
	transition: all 0.2s;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.banner .list02 .after ~ .text {
	transform: translateY(0%);
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}
.banner .list02 .text a:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	background-color: #fff;
}
.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 8px !important;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #fff;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 25px;
}
.banner .swiper-button-next {
	right: 50px;
	opacity: 0;
}
.banner .swiper-button-prev {
	left: 50px;
	opacity: 0;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 0.4;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
	opacity: 1;
}

.ptb60 {
	padding: 60px 0;
}

.w1480 {
	width: 1480px;
	margin: 0 auto;
}
.w1280 {
	width: 1280px;
	margin: 0 auto;
}
.serviceTop {
	border-bottom: 1px solid #e5e5e5;
}
.serviceTop li {
	width: 25%;
	color: #555;
	position: relative;
	cursor: pointer;
}
.serviceTop li:hover {
	color: #0e4a91;
}
.serviceTop li .img {
	height: 70px;
}
.serviceTop li .img img {
	filter: grayscale(80%) brightness(200%);
	-webkit-filter: grayscale(80%) brightness(200%);
}
.serviceTop li.on {
	color: #0e4a91;
}
.serviceTop li.on .img img {
	filter: grayscale(0%) brightness(100%);
	-webkit-filter: grayscale(0%) brightness(100%);
}
.serviceTop li .f18 {
	display: inline-block;
}
.serviceTop li.on .f18::after {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #0e4a91;
	border-radius: 2px;
	left: 0;
	bottom: -2px;
	position: absolute;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.serviceBot .indexmore {
	margin-top: 100px;
}
.serviceBot .swiper-slide {
	overflow: hidden;
}
.serviceBot .swiper-slide .img img {
	max-width: 90%;
	padding-left: 2px;
}
.indexmore {
	width: 160px;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.indexmore:hover {
	transform: translateX(15px);
	color: #fff;
	box-shadow: 0 0 10px rgba(14, 74, 145, 0.35);
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-o-transform: translateX(15px);
}

.advantage {
	background: #0e4a91 url(../image/advantageBg.jpg) right bottom repeat-x;
}
.advantage .left .swiper-container,
.advantage .left .swiper-wrapper,
.advantage .left .swiper-slide,
.advantage .left .swiper-slide img {
	width: 100%;
	height: 100%;
}
.advantage .left .txt {
	position: absolute;
	left: calc((100vw - 1480px) / 2);
	bottom: 60px;
	padding-right: 90px;
}
.advantage .right {
	background: url(../image/advantageBg.jpg) no-repeat center center;
	background-size: cover;
}
.advantage .right .yuan {
	width: 740px;
}
.advantage .left .swiper-slide img {
	object-fit: cover;
}
.advantage .left .pagination {
	position: absolute;
	bottom: 20px;
	right: 50%;
	z-index: 11;
}
.advantage .left .title {
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 10;
}

.advantage .left .pagination .swiper-pagination-bullet {
	margin: 0 6px !important;
}

.advantageBtn {
	width: 54px;
	height: 54px;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.advantageBtn span {
	font-size: 30px;
}
.advantageBtn.prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.advantageBtn:hover {
	color: #0e4a91;
	background-color: #fff;
}
.advantage .right .swiper-container {
	width: 408px;
	background: url(../image/yuan.png) no-repeat top center;
}
.advantage .right .swiper-slide .top {
	width: 408px;
	height: 408px;
	padding: 54px;
}
.advantage .right .swiper-slide .top img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.advantage .right .swiper-slide .top .txt {
	border-radius: 50%;
	width: 300px;
	height: 300px;
	top: 54px;
	left: 54px;
	background: rgba(14, 74, 145, 0.5);
	position: absolute;
}
.advantage .right .swiper-slide .bot {
	margin-top: 35px;
	opacity: 0;
}
.advantage .right .swiper-slide-active .bot {
	opacity: 1;
}
.advantage .right .swiper-button-disabled {
	opacity: 0.2;
}

.about .left {
	padding-left: calc((100vw - 1480px) / 2);
}
.case .title > div {
	position: relative;
	z-index: 5;
}
.casetit {
	width: 7vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.case .swiper-slide:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.caseBtn {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	z-index: 10;
	cursor: pointer;
}
.caseBtn span {
	font-size: 30px;
	color: #888;
}
.caseBtn.prev {
	left: -100px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.caseBtn.next {
	right: -100px;
}
.caseBtn:hover {
	background-color: #f08200;
	border-color: #f08200;
	box-shadow: 0 0 10px rgba(240, 130, 0, 0.35);
}
.caseBtn:hover span {
	color: #fff;
}

.news .swiper-slide .tit span {
	/*text-decoration: underline;
    */
	background-image: linear-gradient(currentColor 0, currentColor 0);
	background-image: linear-gradient(currentColor 0 0);
	background-position: 0 calc(100% - 1px);
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}

.news .swiper-slide:hover .tit span {
	background-position: 100% calc(100% - 1px);
	background-size: 100% 1px;
}

.news .swiper-slide:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.logo-foot {
	width: 32%;
}
footer .con {
	background-color: #0e4a91;
}
footer dl {
	line-height: 2.2;
}
.ewmImg {
	width: 140px;
}
footer dd a {
	color: rgba(255, 255, 255, 0.3);
}
footer .line {
	width: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}
footer .bototm {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.3);
}
footer a:hover {
	color: #fff;
}

.neibanner {
	/* margin-top: 100px; */
	height: 700px;
    background-position: bottom;
}

.neibanner .w1280 {
	position: absolute;
	top: 0;
	left: calc((100vw - 1280px) / 2);
}
.neibanner .w1480 {
	position: absolute;
	top: 0;
	left: calc((100vw - 1480px) / 2);
}

.serchBan {
	height: 450px;
}

.class {
	background: rgba(14, 74, 145, 0.8);
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
}
.class li {
	flex: 1;
	height: 100px;
	line-height: 100px;
}
.class li a {
	color: #fff;
	display: inline-block;
	position: relative;
}
.class li.on a {
	font-weight: bold;
	font-size: 22px;
}
.class li.on a::after {
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background-color: #fff;
}

.prollist li {
	margin-bottom: 45px;
}
.prollist li:hover {
	box-shadow: 0 0 10px rgba(14, 74, 145, 0.25);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.prollist li .line {
	background-color: #e5e5e5;
	height: 1px;
	width: 100%;
}
.prollist li .line::after {
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background-color: #0e4a91;
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
}
.prollist li:hover .line::after {
	width: 100%;
}
/*background: url(../images/bg1.jpg) no-repeat center center; background-size: cover;*/

.detailOne .img {
	width: 60%;
}
.detailOne .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detailOne .txt {
	background: url(../image/bg2.jpg) no-repeat center center;
	background-size: cover;
	width: 40%;
	padding: 50px;
}
.detailOne .txt .info {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.detailOne .txt .content {
	max-height: 200px;
	overflow-y: scroll;
	padding-right: 15px;
}
.detailOne .txt .content::-webkit-scrollbar {
	/*滚动条整体样式*/ /*高宽分别对应横竖滚动条的尺寸*/
	width: 3px;
}
.detailOne .txt .content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 3px;
	background: #0a5fbe;
	width: 3px;
}
.detailOne .txt .content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 3px;
	background: #00346e;
	width: 3px;
}
/*320  */
.detailOne .txt .indexmore {
}

.detailLiandian {
	background: url(../image/bg3.jpg) no-repeat center center;
	background-size: cover;
}
.detailLiandian ul {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(5, 1fr);
}
.detailLiandian ul li {
	position: relative;
	overflow: hidden;
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
}
.detailLiandian ul li .img {
	width: 100%;
	height: 100px;
}
.detailLiandian ul li::after {
	position: absolute;
	content: '';
	left: -81px;
	top: 0;
	height: 0;
	width: 165px;
	background: #0260b3;
	transition: all 0.5s cubic-bezier(0.73, 0.02, 0.31, 1.02);
	transform: rotate(-45deg);
}
.detailLiandian ul li .img img {
	height: 50px;
}
.detailLiandian ul li:hover:after {
	height: 50px;
}
.detailLiandian ul li::before {
	position: absolute;
	content: '';
	right: -81px;
	bottom: 0;
	height: 0;
	width: 165px;
	background: #0260b3;
	transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
	transform: rotate(-45deg);
}
.detailLiandian ul li:hover:before {
	height: 50px;
}
.detailLiandian ul li:hover img {
	animation: jello 1.2s;
	filter: grayscale(0%);
	opacity: 1;
	-webkit-animation: jello 1.2s;
}
.detailLiandian ul li:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(14, 74, 145, 0.25);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.detailCanshu {
	background: url(../image/bg4.jpg) no-repeat center center;
	background-size: cover;
}
.zhihuiUl {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(5, 1fr);
}
.zhihuiUl li {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
}
.zhihuiUl li:hover {
	transform: scale(1.05);
}

.sczdd table {
	line-height: 45px;
	text-align: center;
}

.sczdd table tr:nth-child(1) {
	background: #fafafa;
	line-height: 60px;
	font-size: 20px;
}

.detailYingyong .swiper-slide .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 85px;
	line-height: 85px;
	background-color: rgba(0, 0, 0, 0.45);
}
.detailYingyong .swiper-container .swiper-slide {
	transform: scale(0.8);
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
}
.detailYingyong .swiper-container .swiper-slide-active,
.detailYingyong .swiper-container .swiper-slide-duplicate-active {
	transform: scale(1);
}
.detailYingyong .swiper-container .swiper-slide .txt {
	background-color: rgba(255, 255, 255, 0.45);
	height: 100%;
}
.detailYingyong .swiper-container .swiper-slide .txt span {
	opacity: 0;
}

.detailYingyong .swiper-container .swiper-slide-active .txt,
.detailYingyong .swiper-container .swiper-slide-duplicate-active .txt {
	height: 85px;
	line-height: 85px;
	background-color: rgba(0, 0, 0, 0.45);
}
.detailYingyong .swiper-container .swiper-slide-active .txt span,
.detailYingyong .swiper-container .swiper-slide-duplicate-active .txt span {
	opacity: 1;
}

.detailYingyong .swiper-container {
	padding-bottom: 70px;
}

.introduction .txt {
	width: 740px;
	margin-left: 13%;
}
.introduction .pic {
	width: 37%;
}
.introduction .pic::after {
	background-color: #f08200;
	width: 100px;
	position: absolute;
	top: 0;
	right: -100px;
	height: 50%;
	display: block;
	content: '';
}
.Culture .con {
	background: url(../image/CultureBg.jpg) no-repeat center center;
	background-size: cover;
	height: 660px;
}
.Culture .con li {
	width: 33.3%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}
.Culture .con li > img,
.Culture .con li > div {
	position: relative;
	z-index: 5;
}

.Culture .con li:hover img {
	animation: jello 1.2s;
}

.Culture .con li::after {
	width: 100%;
	height: 0;
	display: block;
	content: '';
	background: rgba(14, 74, 145, 0.2);
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
}
.Culture .con li:hover::after {
	height: 100%;
}

.history {
	background: url(../image/historyBg.jpg) no-repeat center bottom;
	background-size: cover;
}
#historyswiper {
	background: url(../image/line.jpg) repeat-x bottom 15px left;
	padding-bottom: 10px;
}
#historyswiper .swiper-slide .ENG {
	padding-bottom: 25px;
}
#historyswiper .swiper-slide::after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 4px;
}
#historyswiper .swiper-slide::before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	border: 1px solid #aaa;
	left: 50%;
	margin-left: -7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#historyswiper .prev span,
#historyswiper .next span {
	font-size: 30px;
	color: #aaa;
}
#historyswiper .prev {
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 10;
}
#historyswiper .next {
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 10;
}
#historyswiper .swiper-slide.swiper-slide-thumb-active::after {
	background-color: #f08200;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}
#historyswiper .swiper-slide.swiper-slide-thumb-active::before {
	border-color: #f08200;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}

#historyswiper .swiper-slide.swiper-slide-thumb-active .f24 {
	color: #f08200;
	transform: scale(1.1);
	font-weight: bold;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.line-height3 {
	line-height: 3;
}
.historytxt .swiper-slide .right {
	padding-left: 50px;
}

.honor {
	background-color: #f7f8f9;
}
.honor .swiper-slide .img {
	width: 100%;
	height: 390px;
}
.honor .swiper-slide .img img {
	max-height: 100%;
	max-width: 100%;
}
.honor .btn {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	z-index: 10;
}
.honor .btn.prev {
	left: -100px;
}
.honor .btn.next {
	right: -100px;
}
.honor .btn:hover {
	color: #fff;
	background: #f08200;
}

.cooperationul {
	display: grid;
	grid-gap: 35px;
	grid-template-columns: repeat(6, 1fr);
}
.cooperationul li {
	border: 1px solid #e5e5e5;
	padding: 15px;
	transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
}
.cooperationul li img {
	max-height: 80px;
}
.cooperationul li:hover {
	transform: scale(1.1);
	box-shadow: 0 0 10px rgba(14, 74, 145, 0.25);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.caselist li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 35px;
}
.caselist li:nth-child(3n) {
	margin-right: 0;
}
.caselist li .img img {
	width: 100%;
	height: 367px;
	object-fit: cover;
}
.caselist li .txt {
	margin-top: 35px;
}
.caselist li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.serachTop .input {
	width: 85%;
	height: 65px;
	border-radius: 35px;
	padding-left: 70px;
	background: url(../image/searchbg.png) no-repeat left 20px center #f7f8f9;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}

.serachTop .submit {
	width: 12.6%;
	height: 65px;
	border-radius: 35px;
	background-color: #0e4a91;
	color: #fff;
}
.serachTop {
	border-bottom: 1px solid #e5e5e5;
}
.searchLIst li {
	border-bottom: 1px solid #e5e5e5;
}

.scroll1::-webkit-scrollbar {
	/*滚动条整体样式*/ /*高宽分别对应横竖滚动条的尺寸*/
	height: 3px;
}
.scroll1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 3px;
	background: #f08200;
	height: 5px;
}
.scroll1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 3px;
	background: #fff;
	height: 5px;
}

.page-aside {
	position: fixed;
	right: -6px;
	bottom: 180px;
	transform: translateX(100%);
	z-index: 6;
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
}

.page-aside.show {
	transform: translateX(0);
	opacity: 1;
}

.page-aside .img {
	max-width: 100%;
}

.page-aside-item {
	width: 54px;
	text-align: center;
	height: 50px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 4px 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-right: 6px;
	transition: transform 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-aside-item .icon {
	width: 24px;
}

#toolbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
	display: none;
}
#toolbar a {
	width: 25%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#toolbar img {
	height: 20px;
	margin-bottom: 5px;
}
