* {
	margin: 0;
	padding: 0;
}
#main{
	width: 100%;
}
@font-face {
	font-family: myFont;
	src: url('../fonts/Bank Gothic Light BT.ttf'), url(../fonts/BankGothicCLtBT-Light.otf), url(../fonts/BankGothic\ Lt\ BT\ Light.ttf);
}
.alert-over{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	font-size: 40px;
	color: white;
	display: none;
	justify-content: center;
	align-items: center;
}
#index {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.navBox {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/nav.jpg) repeat-x;
	z-index: 100;
	text-align: center;
	display: none;
}

.navbox-body {
	width: 1200px;
	height: 70px;
	margin: auto;
}

.navbox-body>img {
	height: 70px;
	float: left;
	margin-right: 30px;
}

.navbox-body li {
	position: relative;
	width: 150px;
	height: 100%;
	float: left;
	line-height: 70px;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 2px;
	font-size: 16px;
	color: #fcd7a1;
}

.navbox-body li.active {
	font-weight: bold;
	color: white !important;
}

.navbox-body li.active .border {
	display: block;
}

.navbox-body li .text>span {
	font-family: myFont;
	font-size: 20px;
}

.navbox-body .border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #a0d9f7;
	display: none;
}

.container {
	width: 100%;
	min-width: 1222px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@keyframes Prompt {
	0% {
		bottom: 50px;
		opacity: 1
	}

	50% {
		bottom: 30px;
		opacity: .6
	}

	100% {
		bottom: 50px;
		opacity: 1
	}
}

.down {
	text-align: center;
	width: 300px;
	height: 32px;
	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50px;
	z-index: 100;
	color: #fff;
	animation: Prompt 2s linear infinite;
	cursor: pointer;
}
.down img{
	width: 30px;
}
.popover {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	filter: alpha(opacity=70);
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .7;
	display: none;
}

.back {
	width: 60px;
	height: 60px;
	background: url(../img/back2.png) no-repeat;
	position: absolute;
	top: 130px;
	right: 82%;
	z-index: 101;
	transition-duration: .5s;
	cursor: pointer;
	transform: translateX(-40px);
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

.header-nav {
	width: 1360px;
	height: 230px;
	margin: auto;
	position: relative;
}

.nav-bodys {
	width: 722px;
	height: 230px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.header-nav .news-list {
	width: 722px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: -15px;
	z-index: 100;
}

.header-nav .news-list .news-item {
	width: 150px;
	height: 38px;
	border-radius: 999px;
	border: 2px solid #e66402;
	box-sizing: border-box;
	color: #e66402;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	display: block;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	background-color: #fffcdb;
	overflow: hidden;
	z-index: 2;
}

.news-item.active {
	background-color: #e66402 !important;
	color: #fffcdb !important;
}

.header-nav .news-item {
	width: 150px;
	height: 38px;
	display: flex
}

.back1 {
	width: 60px;
	height: 60px;
	background: url(../img/back2.png) no-repeat;
	position: absolute;
	top: 150px;
	left: 40px;
	z-index: 101;
	transition-duration: .5s;
	cursor: pointer;
	filter: alpha(opacity=0);
}
.back.cur {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0);
}

.sidebar {
	width: 80%;
	max-width: 1460px;
	height: 100%;
	position: absolute;
	z-index: 101;
	right: 0;
	top: 0;
	transition-duration: .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(200px);
	background: url(../img/zoujinBg.png);
	display: none;
}

.sidebar.cur {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0);
}

.product-popover {
	width: 100%;
	background-color: white;
	position: absolute;
	z-index: 101;
	right: 0;
	top: 0;
	bottom: 0;
	transition-duration: .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(200px);
	display: none;
	background: url(../img/product/cont-bg.png);
}

.product-popover.cur {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
}

.case-popover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 0;
	transition-duration: .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(200px);
	display: none;
}

.case-popover.cur {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
}

.news-popover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 101;
	right: 0;
	top: 0;
	transition-duration: .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(200px);
	display: none;
}

.news-popover.cur {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
}

.sidebar .nav {
	width: 340px;
	position: absolute;
	left: 0;
	background: url(../img/titleBg.png) no-repeat;
	height: 100%;
	top: 0;
}

.sidebar .side-logo {
	position: absolute;
	left: 0;
	top: 122px;
	width: 100%;
	color: #9fd9f6;
}

.side-logo .logo-text {
	font-size: 20px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #e86302;
	padding-left: 25px;
	box-sizing: border-box;
	padding-bottom: 7px;
	margin-bottom: 4px;
	letter-spacing: 2px;
}

.side-logo .logo-mall {
	font-size: 18px;
	font-family: myFont;
	padding-left: 25px;
	box-sizing: border-box;
}

.sidebar .navList {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 320px;
}

.navList li {
	width: 100%;
	height: 100px;
	line-height: 95px;
	text-align: center;
	font-size: 28px;
	position: relative;
	color: #fff;
	cursor: pointer;
}

.sidebar .navList li .text {
	width: 100%;
	position: relative;
	z-index: 10;
	letter-spacing: 2.6px;
	font-size: 25px;
	display: flex;
	align-items: center;
	padding-left: 80px;
	box-sizing: border-box;
}
.sidebar .navList li:nth-of-type(2) .text{
	letter-spacing: 10px;
}
.text .mast {
	font-weight: bold;
	margin-left: 10px;
	font-family: myFont;
	font-size: 32px;
	letter-spacing: 0.8px;
	display: flex;
	align-items: center;
	padding-top: 2px;
	box-sizing: border-box;
}

.sidebar .navList li .border {
	width: 100%;
	height: 5px;
	background: url(../img/button-icon.png) no-repeat;
}

.sidebar .navList li .border1 {
	width: 100%;
	height: 5px;
}

.sidebar .navList li .navBg {
	width: 360px;
	height: 108px;
	position: absolute;
	background: url(../img/titCur.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
	top: 5px;
	transition-duration: .5s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.sidebar .navList li.cur .text{
	font-size: 28px;
	letter-spacing: 2.2px;
}
.sidebar .navList li.cur .mast{
	font-size: 38px;
}
.sidebar .navList li:nth-of-type(1).cur .arrlet {
	margin-left: 23px;
}
.sidebar .navList li:nth-of-type(2).cur .arrlet {
	margin-left: 15px;
	padding-top: 6px;
}

.sidebar .navList li:nth-of-type(2) .text{
	font-size: 24px;
	letter-spacing: 25px;
}
.sidebar .navList li:nth-of-type(2).cur .text{
	font-size: 28px;
	letter-spacing: 20px;
}
.sidebar .navList li.cur .mast{
	font-size: 38px;
}
.sidebar .navList li.cur .navBg {
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.sidebar .navList li .arrlet {
	margin-left: 35px;
	display: none;
	width: 12px;
	padding-top: 2px;
	box-sizing: border-box;
}

.sidebar .navList li.cur .arrlet {
	display: block;
}

.sidebar .cont {
	position: absolute;
	left: 340px;
	right: 0;
	top: 0;
	bottom: 0;
}

.sidebar .cont .cont-mast {
	width: 100%;
	margin: auto;
	height: 100%;
	position: relative;
	margin-top: 101px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
	padding: 0px 45px 0px 115px;
	box-sizing: border-box;
	line-height: 2.2;
}
.mast-content{
	padding: 0px 60px 50px 0px;
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	height: 750px;
}
.sidebar .cont .cont-swiper {
	width: 100%;
	margin: auto;
	position: relative;
	top: 15%;
	padding: 0 7%;
	box-sizing: border-box;
}

.cont-swiper .mySwiper {
	width: 100%;
	margin: auto;
}

.cont-swiper .swiper-button-prev {
	transform: none;
}

.cont-swiper .swiper-button-next {
	transform: none;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: '' !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: '' !important;
}
.swiper-container {
	height: 100%;
	width: 100% !important;
}

.my-case-swiper {
	width: 100% !important;
	height: 205px !important;
	background-color: transparent;
}

.my-case-swiper .swiper-slide {
	margin: 0 1px;
}

.swiper-button-prev {
	position: absolute;
	left: 0;
	top: 40%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.swiper-button-next {
	position: absolute;
	right: 0;
	top: 40%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.mySwiper img {
	height: 100%;
}
.mySwiper .swiper-slide>img{
	width: 85%;
}

.mySwiper .img {
	display: block;
}

.mySwiper .img-houver {
	display: none;
}

.mySwiper .swiper-button-next:hover .img {
	display: none;
}

.mySwiper .swiper-button-next:hover .img-houver {
	display: block;
}

.mySwiper .swiper-button-prev:hover .img {
	display: none;
}

.mySwiper .swiper-button-prev:hover .img-houver {
	display: block;
}

.mySwiper .swiper-slide {
	text-align: center;
}

.mySwiper .img-item {
	margin: auto;
}

.swiper-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-top: 70px;
	letter-spacing: 10px;
}

.swiper-text p {
	margin: 0 10px;
}

.cont-mast::-webkit-scrollbar {
	width: 8px;
	background-color: rgba(223, 223, 223, 1);
	border-radius: 5px;
}

.cont-mast::-webkit-scrollbar-thumb {
	width: 10px;
	background-color: #1f1c8e;
	border-radius: 5px;
}

.sidebar .cont .cont-mast img {
	max-width: 100%;
}


.home-swiper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.case-page {
	overflow-x: hidden;
}

.my-home-swiper {
	width: 300% !important;
	height: 100% !important;
	display: flex;
	user-select: none;
	cursor: -webkit-grab;
	position: relative;
	left: 0;
	transition: 0.5s;
	transition-timing-function: linear !important;
}

.my-home-swiper .swiper-slide1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
}
.my-home-swiper{
	background-image: url(../img/home/bg.jpg);
}
/* .my-home-swiper .swiper-slide1:nth-of-type(1) {
	background-image: url(../img/home/bg1.jpg);
}

.my-home-swiper .swiper-slide1:nth-of-type(2) {
	background-image: url(../img/home/bg2.jpg);
}

.my-home-swiper .swiper-slide1:nth-of-type(3) {
	background-image: url(../img/home/bg3.jpg);
} */

.my-home-swiper img {
	width: 100%;
	pointer-events: none;
}

.about-mast {
	background-image: url(../img/aboutmast.jpg);
}

.product {
	background-image: url(../img/product.jpg);
}

.product-body {
	position: absolute;
	width: 1234px;
	top:0px;
	left: 50%;
	bottom: 60px;
	transform: translate(-50%, 0);
}

.product-item {
	width: 340px;
	height: 371px;
	position: absolute;
	cursor: pointer;
}

.product-title-en {
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: myFont;
	margin-bottom: 10px;
	line-height: 1;
}

.product-title-ch {
	color: white;
	font-size: 16px;
	text-align-last: justify;
	line-height: 1;
	margin-top: 32px;
	margin-bottom: 15px;
}


.product-title-ch span{
	font-size: 10px;
	display: block;
	text-align-last: initial;
	margin-bottom:3px;
	font-family: 'myFont';
}

.ts{
	width: 58px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 15px;
}

.product-tips-body {
	position: absolute;
	left: 50%;
	top: 590px;
	width: 548px;
	height: 175px;
	transform: translate(-50%, 0%);
	padding-top: 15px;
	box-sizing: border-box;
}

.product-tips {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 548px;
	height: 175px;
	transform: translate(-50%, 0%);
	display: none;
	padding-top: 15px;
	box-sizing: border-box;
}
.cursor {
	position: absolute;
	width: 21px;
	height: 32px;
	top: 64px;
	left: 155px;
	transition: 1s;
	visibility: hidden;
}
.product-tips:nth-of-type(1) {
	background: url(../img/product/hover1.svg) no-repeat;
	background-size: 100% auto;
}

.product-tips:nth-of-type(2) {
	background: url(../img/product/hover2.svg) no-repeat;
	background-size: 100% auto;
}

.product-tips:nth-of-type(3) {
	background: url(../img/product/hover3.svg) no-repeat;
	background-size: 100% auto;
}

.product-tips:nth-of-type(4) {
	background: url(../img/product/hover4.svg) no-repeat;
	background-size: 100% auto;
}

.title-toggle-body {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
}

.toggle-item {
	font-size: 20px;
	font-weight: bold;
	color: #9fd9f6;
	margin: 0 20px;
	cursor: pointer;
}

.toggle-content {
	padding: 66px 145px 0px 145px;
	box-sizing: border-box;
	font-size: 14px;
	color: #9fd9f6;
}

.toggle-content-item {
	display: none;
}

.toggle-content-item:nth-of-type(1) {
	display: block;
}

.toggle-content-item div {
	width: 259px;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	font-family: myFont;
	box-sizing: border-box;
}
.toggle-content-item div:nth-of-type(1){
	padding-top: 2px;
}
.toggle-content-item div:nth-of-type(2){
	padding-top: 5px;
}
.toggle-content-item div:nth-of-type(3){
	padding-top: 8px;
}
.cursor img {
	position: absolute;
	width: 21px;
	height: 32px;
	bottom: 0px;
	left: 0px;
}

.product-title-icon {
	display: flex;
	justify-content: center;
}

.product-title-icon img {
	width: 75px;
}

.product-title-icon>img:nth-of-type(2) {
	display: none;
}
.product-item:nth-of-type(1) {
	top: 136px;
	left: 225px;
}

.product-item:nth-of-type(2) {
	top: 136px;
	left: 665px;
}
.product-item:nth-of-type(2) .product-title-ch{
	letter-spacing: 0.8px;
}
.product-item:nth-of-type(3) {
	top: 515px;
	left: 7px;
}

.product-item:nth-of-type(4) {
	top: 515px;
	right: 12px;
}

.product-item>img {
	width: 340px;
	height: 371px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.product-title {
	width: 210px;
	height: 277px;
	position: absolute;
	top: 45px;
	left: 69px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.product-title .gy-bg {
	position: absolute;
	top: 3px;
	left: -29px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}

.product-title>.hover-top {
	position: absolute;
	top: 74px;
	left: 21px;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
}

.product-title .btn {
	text-align: center;
	position: relative;
	z-index: 4;
}

.product-title.active>.hover-top {
	visibility: visible;
	opacity: 1;
}

.product-item .product-title.active .product-title-en {
	color: #e86302;
}

.product-item .product-title.active .product-title-ch {

	color: #e86302;
}

.product-item .product-title.active .gy-bg {
	transition: 1s;
	visibility: visible;
	opacity: 1;
}

.product-page {
	width: 100%;
}

.product-page-top {
	padding-top: 60px;
}

.product-logo {
	width: 1322px;
	margin: auto;
	position: relative;
}

.product-logo .back1 {
	position: absolute;
	left: -100px;
	top: 0px;
	background: url(../img/swiper-left.png) no-repeat;
	background-size: cover;
}
.product-logo-body{
	
}
.product-nav {
	width: 100%;
	height: 18px;
	background: url(../img/product/nav.png) repeat-x;
	position: relative;
	margin-top: 28px;
	z-index: 99;
}
.product-logo-body {
	width: 290px;
	color: #1d2188;
}

.product-logo-body .logo-text {
	font-size: 24px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #e86302;
	padding-bottom: 7px;
	margin-bottom: 4px;
}

.product-logo-body .logo-mall {
	font-size: 18px;
	font-family: myFont;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.product-nav-body {
	width: 710px;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-around;
	top: -47px;
}

.product-nav-item {
	font-size: 14px;
	width: 124px;
	height: 116px;
	line-height: 116px;
	padding: 0 26px;
	box-sizing: border-box;
	text-align-last: justify;
	color: white;
	background: url(../img/product/nav-bg.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.product-nav-item:nth-of-type(1){
	padding: 0 30px;
	box-sizing: border-box;
}
.product-nav-item:hover {
	background: url(../img/product/nav-bg-hover.png) no-repeat center;
	background-size: cover;
	color: #e86302;
	font-weight: bold;
}
.product-nav-item.active {
	background: url(../img/product/nav-bg-hover.png) no-repeat center;
	background-size: cover;
	color: #e86302;
	font-weight: bold;
}

.productcontent {
	width: 100%;
	box-sizing: border-box;
	padding-top: 60px;
	box-sizing: border-box;
}

.product-conttog {
	width: 1322px;
	margin: auto;
	position: relative;
	display: none;
	background: url(../img/product/cont-bg.png);

}

.conttog-cont {
	display: none;
}
.scroll-bodys{
	width: 100%;
	top: 0px;
	bottom: 0;
	position: relative;
	padding:0 180px;
	padding-bottom: 100px;
	box-sizing: border-box;
	background: url(../img/product/cont-bg.png);
}
.conttog-cont-list-body {
	width: 100%;
	min-width: 1322px;
	height: 590px;
	margin: auto;
	margin-top: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: rgba(223, 223, 223, 1);
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	width: 10px;
	background-color: #1f1c8e;
	border-radius: 5px;
}

.conttog-cont-list-body #list {
	width: 1322px;
	margin: auto;
}

.page {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	align-items: center;
	clear: both;
}

.page button {
	margin: 0 10px;
	padding: 3px 5px;
}

.product-conttog.active {
	display: block;
}

.conttog-cont.active {
	display: block;
}

.tog-item.active {
	color: #e86302;
}

.product-conttog:nth-of-type(1) .conttog-cont:nth-of-type(2) {
	display: block;
}

.product-conttog:nth-of-type(1) {
	display: block;
}

.conttog-tog-body {
	display: flex;
}

.tog-item {
	padding: 0 20px;
	border-left: 2px solid #000;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 15px;
	font-family: myFont;
	cursor: pointer;
}

.tog-item:hover {
	color: #ea6e35;
}

.tog-item:nth-last-of-type(1) {
	border-right: 2px solid #000;
}

.product-cont-item {
	margin-bottom: 40px;
	display: flex;
	cursor: pointer;
}

.img-bod {
	width: 300px;
	height: 180px;
	background-color: #9fa0a0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.img-bod img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.conttog-info {
	flex: 1;
	height: 180px;
	background-color: #231815;
	padding: 30px 50px;
	box-sizing: border-box;
}

.conttog-title {
	margin-bottom: 20px;
}

.conttog-title a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.conttog-title a:hover {
	color: #e86302;
}

.conttog-text {
	color: white;
	font-size: 14px;
	line-height: 2;
}

.case {
	background-image: url(../img/case.jpg);
}
.case-nav {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 65px;
	box-sizing: border-box;
}
.case-nav1 {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case-swiper {
	width: 1294px;
	height: 205px;
	margin: auto;
	position: absolute;
	bottom: 160px;
	left: 50%;
	margin-left: -647px;
}
.case-swiper .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.case-swiper .swiper-button-next {
	right: -80px;
	top: 60%;
}
.next1 img:nth-of-type(2){
	display: none;
}
.prev1 img:nth-of-type(2){
	display: none;
}
.next1:hover img:nth-of-type(1){
	display: none;
}
.next1:hover img:nth-of-type(2){
	display: block;
}
.prev1:hover img:nth-of-type(1){
	display: none;
}
.prev1:hover img:nth-of-type(2){
	display: block;
}
.case-swiper .swiper-button-prev {
	left: -80px;
	top: 60%;
}

.case-swiper .slide-body {
	width: 300px;
	height: 205px;
	background: white;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.slide-body>img {
	width: 100%;
	height: 154px;
	object-fit: cover;
}

.slide-body>p {
	text-align: center;
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
}

.case-nav-item {
	width: 143px;
	height: 143px;
	cursor: pointer;
	text-align: center;
	line-height: 143px;
	text-decoration: none;
	font-size: 20px;
	color: #1e2989;
	letter-spacing: 3px;
	background: url(../img/case-nav-no.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: -10px 30px 60px rgba(0, 0, 0, 0.3),0px -5px 0px 0px rgba(0, 0, 0, 0.3) inset;
	margin: 0 65px;
}

.case-nav-item .btn {
	display: block;
	width: 143px;
	height: 143px;
	text-align: center;
	line-height: 143px;
	text-decoration: none;
	font-size: 20px;
	color: #1e2989;
}

.case-bodys {
	width: 1060px !important;
	margin: auto;
}

.case-bodys .case-nav {
	display: flex;
	height: auto !important;
	justify-content: space-between;

}

.case-nav-item.item {
	margin: 0 32px;
	background: url(../img/case-nav-no.png) no-repeat center;
	background-size: cover;
}

.case-bodys .case-nav-item {
	position: static !important;
}

.case-nav-item.active {
	color: #e66402;
	background: url(../img/case-nav.png) no-repeat center;
	background-size: cover;
}

.case-nav-item:hover {
	color: #e66402;
	background: url(../img/case-nav.png) no-repeat center;
	background-size: cover;
}

.case-nav-item:hover .btn {
	color: #e66402;
}


.case-nav .case-nav-item:nth-of-type(2) {
	transform: translateY(-250px);
}

.case-nav .case-nav-item:nth-of-type(4) {
	transform: translateY(-250px);
}


.news {
	background-image: url(../img/news.jpg);
}

.news-body {
	width: 100%;
	height: 150px;
	margin: auto;
	position: relative;
	margin-top: 340px;
	padding-top: 60px;
	box-sizing: border-box;
}

.news-body .news-list {
	display: flex;
	justify-content: center;
}

.news-body .news-item {
	width: 150px;
	height: 38px;
	display: flex;
	margin: 0 60px;
}

.news-item .btn {
	width: 150px;
	height: 38px;
	border-radius: 999px;
	border: 2px solid #fffcdb;
	box-sizing: border-box;
	color: #fffcdb;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.btn>span{
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: 2;
}

.news-item .btn::after {
	content: '';
	width: 0px;
	height: 38px;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 999px;
	background-color: #fffcdb;
	transition: .5s;
	z-index: 1;
}

.news-page {
	width: 100%;
	height: 100%;
	position: relative;
}

.news-page .header-top {
	width: 100%;
	height: 260px;
	position: relative;
}

.case-bg {
	position: relative;
}

.case-bg .nav-bodys {
	height: auto !important;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	z-index: 100;
}

.border-s {
	width: 100%;
	height: 18px;
	position: absolute;
	top: 282px;
	left: 0;
	background: url(../img/case-border.jpg);
}

.news-item .btn:hover {
	color: #904215;
}

.news-item:hover .btn::after {
	width: 150px;
}
.news-scroll-bodys{
	width: 100%;
	background: url(../img/newsbg.jpg);
	position: absolute;
	top: 230px;
	bottom: 0;
	height: 720px;
	padding:100px 160px 100px 160px;
	box-sizing: border-box;
}
.newscontent {
	width: 100%;
	height: 100%;
	background: url(../img/newsbg.jpg);
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
}

.newscontent .content {
	width: 1360px;
	margin: auto;
	padding-top: 20px;
	box-sizing: border-box;
}

.newscontent .content .item {
	width: 400px;
	height: 345px;
	float: left;
	position: relative;
	margin:0px 25px 60px 25px;
	cursor: pointer;
}

.content .no-data-item {
	width: 400px;
	height: 0;
	position: relative;
	margin-bottom: 80px;
}

.item .time {
	width: auto;
	height: 24px;
	border-radius: 999px;
	background-color: #005272;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	padding: 0 10px;
	top: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 14px;
	color: white;
}

.time>img {
	margin-right: 10px;
}

.item .item-info {
	width: 400px;
	height: 345px;
	border: 6px solid gray;
	border-image: url(../img/news-conten-bg.png) 5 repeat;
	box-sizing: border-box;
}

.item-info>img {
	width: 100%;
	height: 217px;
}

.item-info .item-text {
	width: 100%;
	height: 116px;
	font-size: 14px;
	padding: 0 15px;
	box-sizing: border-box;
}

.item-text p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item-text .title {
	text-align: center;
	margin: 14px 0;
}

.newscontent::-webkit-scrollbar {
	width: 8px;
	background-color: rgba(223, 223, 223, 1);
	border-radius: 5px;
}

.newscontent::-webkit-scrollbar-thumb {
	width: 10px;
	background-color: #1f1c8e;
	border-radius: 5px;
}

.meetus {
	background-image: url(../img/meetusbg.jpg);
	background-size: cover;
}
.about {
	width: 1200px;
	position: relative;
	margin: auto;
	top: 30%;
}

.about>.about-title {
	width: 611px;
	overflow: hidden;
	position: relative;
	/* display: none; */
}

.about-title>.title {
	font-size: 28px;
	color: #e86302;
	letter-spacing: 10px;
	padding-bottom: 4px;
}

.about-title>.title-en {
	font-size: 18px;
	color: white;
	padding-top: 7px;
	letter-spacing: 2.2px;
	margin-bottom: 115px;
	font-family: myFont;
	padding-top: 2px;
	border-top: 2px solid #e86302;
}

.move-body {
	width: 585px;
}

.move-btn {
	width: 60px;
	height: 60px;
	margin: auto;
	border-radius: 999px;
	border: 2px solid #ffffff;
	font-size: 45px;
	color: white;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.5s;
	overflow: hidden;
	position: relative;
}

.move-btn>i {
	position: relative;
	z-index: 2;
}

.move-btn:hover {
	transform: translateX(10px);
}

.meetus-top {
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
}
.meetus-top>img{
	width: 100%;
	height: 605px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	
}
.top-text {
	position: absolute;
	left: 147px;
	top: 341px;
	color: white;
	z-index: 2;
}

.top-text .text-title {
	font-size: 25px;
	display: flex;
	align-items: center;
}

.top-text .text-title span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
	margin: 0 15px;
}

.top-text .text-small {
	font-size: 14px;
	font-family: myFont;
	text-align: right;
	margin-top: 5px;
	padding-right: 38px;
	box-sizing: border-box;
}

.meetus-bottom {
	width: 100%;
	height: 330px;
	background: url(../img/meetus-bottom.png) no-repeat;
	position: absolute;
	bottom: 0;
	padding-top: 60px;
	box-sizing: border-box;
	display: none;
}

.meetus-bottom .bottom-body {
	width: 1351px;
	margin: auto;
	display: flex;
	font-size: 14px;
}

.bottom-body .item .item-text {
	font-family: myFont;
	font-size: 16px;
}

.bottom-body .item {
	height: 120px;
	text-align: center;
	font-size: 14px;
	color: white;
}
.liners{
	width: 1px;
	height: 120px;
	background: white;
	margin: 0 38px;
}
.bottom-body .item:nth-of-type(4) .item-text {
	font-family: '微软雅黑';
	font-size: 14px;
}
.item:nth-last-of-type(2) {
	border: none;
}
.item:nth-last-of-type(1) {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 76px;
}
.code-img{
	width: 90px;
	height: 90px;
}
.item .item-title {
	margin: 15px 0;
}

.meetus-bottom .bottom-liner {
	width: 100%;
	height: 2px;
	margin-top: 30px;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
}

.meetus-bottom .bottom-text {
	margin-top: 24px;
	text-align: center;
	font-size: 14px;
	color: #9fa0a0;
}
