/* copy */

section {
	display: block;
}

body img {
	font-size: 12px;
}

ul li, ul {
	list-style: none;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* 页头 */

.header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	z-index: 10;
	transition: background .3s cubic-bezier(.51, .01, 0, 1), -webkit-transform .6s cubic-bezier(.51, .01, 0, 1);
	transition: transform .6s cubic-bezier(.51, .01, 0, 1), background .3s cubic-bezier(.51, .01, 0, 1);
	transition: transform .6s cubic-bezier(.51, .01, 0, 1), background .3s cubic-bezier(.51, .01, 0, 1), -webkit-transform .6s cubic-bezier(.51, .01, 0, 1);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 0px;
}

img.sandwich {
	display: none;
}

/* 移动端导航栏样式 */

.header ul.list-1 {
	display: none;
	position: absolute;
	right: 0px;
	background-color: #fff;
	padding: 20px;
	width: 70%;
	height: auto;
}

.header .list-1 .list-1-group {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: baseline;
}

.header .list-1 .list-1-group i {
	font-size: 16px;
}

.header .list-1 .list-1-1 {
	display: none;
}

.header .list-1 .list-1-1 li {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}

.header .list-1>li {
	border-bottom: #e8e8e8 1px solid;
	text-align: left;
	padding: 15px 0 15px 0;
}

.header .list-1>li:last-child {
	border-bottom: 0px;
}

.header .list-1 li a, .list-1 li i {
	color: #000;
}

.list-1 li i {
	font-size: 20px;
}

.click-jiatou {
	transition: all 0.2s;
	transform: rotate(90deg);
}

@media screen and (min-width:300px) and (max-width:991px) {
	img.sandwich {
		display: block;
		width: 1.8rem;
		height: 1.8rem;
		position: absolute;
		right: .4rem;
		top: 1.5rem;
		cursor: pointer;
	}
	.header__menu {
		display: none;
	}
}

li.header__menu-item>a>ul.list {
	display: none;
	position: absolute;
	top: 60px;
	/* left: 20px; */
	opacity: 1;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	list-style: none;
	background: #fff;
	color: #666;
	border-radius: 2px;
	white-space: nowrap;
	transition: all .4s ease;
	text-align: left;
	overflow: hidden;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
	font-size: 14px;
	font-weight: 400;
	z-index: 14;
	padding: 0px;
}

li.header__menu-item a ul.list div {
	padding-left: 28px;
	padding-right: 28px;
}

li.header__menu-item a ul.list li {
	line-height: 42px;
}

li.header__menu-item a ul.list li:hover {
	background-color: #ececec;
}

li.header__menu-item a ul.list i {
	color: #0096ff;
	font-size: 14px;
	margin-right: 10px;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

/* @media (min-width: 1025px) {
	.header__container.container {
		max-width: 100%;
	}
} */

@media screen and (min-width:1000px) and (max-width:1025px) {
	.header>.container {
		margin-left: 0px !important;
	}
}

.header-logo-container {
	display: inline-block;
}

.header__logo {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
}

.header .header__container {
	/* width: 1200px; */
	margin: 0px;
	position: relative;
}

.breadcrum {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 95%;
	background-color: rgba(255, 255, 255, .0);
	border-radius: 0rem;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 0rem;
	margin-bottom: 0rem;
	list-style: none;
	/*新加英文切换样式*/
	position: absolute; right: -4.8rem; top: 2.5rem; left: auto; line-height: 100%;
	
}
/*新加英文切换样式*/
.breadcrum:after{ content: ""; border-left: 1px solid #f8f8f8; height: 12px; position: absolute; left: -30px; top:50%;  transform: translateY(-50%);width: 1px;}
/*新加英文切换样式*/
@media screen and (max-width: 1400px){
	.breadcrum {}
	.breadcrum:after{} 
}


.breadcrum-item+.breadcrum-item::before {
	content: " / ";
	color: rgba(255, 255, 255, 1);
}

.breadcrum-item>a {
	color: rgba(255, 255, 255, 1);
}

.header__menu-item .hover-target {
	display: block;
	width: 100%;
	height: 80px;
	z-index: inherit;
	overflow: hidden;
}

.active {
	color: #3C6EA8;
}

.header__menu-item a {
	text-decoration: none;
	color: #fff;
	position: relative;
}

.header__menu-item {
	float: left;
	line-height: 80px;
	/*width: 100px;*/
	width: 86px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	z-index: 15;
}

.header__menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.header__menu-item a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	border-radius: 4px;
	height: 4px;
	width: 50px;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	transition: .3s all ease-in-out;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	background-color: #fff;
}

.header__menu .left-25 {
	left: 25px;
}

.header__menu .move {
	border-radius: 4px;
	height: 4px;
	width: 50px;
	background-color: #fff;
	position: absolute;
	left: 25px;
	top: 60px;
	transition: left .2s ease-in-out 0s;
	pointer-events: none;
	z-index: -1;
}

/* body */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* banner  第一部分 视频*/

@media screen and (min-width: 1080px) and (max-width:4096px) {
	.top__banner {
		height: 100vh !important;
	}
}

.top__banner {
	/* width: 100%;
	min-width: auto; */
	width: 1440px;
	height: 768px;
	position: relative;
	background: url(../images/index__bg.jpg);
	background-size: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.top__banner::after {
	content: ' ';
	position: absolute;
	background: #000;
	left: 0;
	top: 0;
	opacity: .5;
	width: 100%;
	height: 100vh;
}

.index__body video {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

.top__banner .banner__body {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	min-width: auto;
	z-index: 3;
}

.top__banner .container {
	height: 300px;
	background: url(../images/banner.png) no-repeat;
}

.top__banner .banner__body .slogan {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 4.5rem;
	padding-top: 2rem;
	padding-left: 2rem;
}

.top__banner .banner__body .subtitle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.4rem;
	margin-bottom: 2rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, .8);
	line-height: 2.33rem;
	letter-spacing: .04rem;
	font-weight: 700;
	padding-top: 2rem;
	padding-left: 2rem;
}

/* @media screen and (min-width:1440px){
	.top__banner .banner__body {
		width: 1200px;
		min-width: 1200px;
	}
}

@media screen and (min-width:992px){
	.top__banner .banner__body {
		width: 90%;
	}
}

@media screen and (min-width:769px) and (max-width:991px) {
	.top__banner .banner__body {
		position: absolute;
		top: 50%;
		left: 52%;
		width: 100%;
		min-width: auto;
	}
}

@media screen and (max-width:768px) {
	.top__banner .banner__body {
		display: none;
	}
} */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* 主营业务 */

@media screen and (min-width:300px) and (max-width:767px) {
	.index__business--main {
		height: auto;
		width: 100% !important;
		position: relative;
	}
}

.index__business {
	height: 100vh;
	position: relative;
	padding-bottom: 1.01rem;
}

.index__business--main {
	height: 100%;
	width: 1200px;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
}

.section-title {
	padding-top: 40px;
}

.section-title .title {
	/* height: 56px; */
	font-size: 40px;
	font-weight: 500;
	color: #333;
	line-height: 56px;
	margin-bottom: 5px;
	text-align: left;
	font-family: PingFangSC-Medium, PingFangSC, 'Microsoft YaHei';
}

.section-title .subtitle {
	/* height: 33px; */
	font-size: 24px;
	font-weight: 400;
	color: #333;
	line-height: 33px;
	font-family: PingFangSC-Regular, PingFangSC, 'Microsoft YaHei';
	text-align: left;
}

.index__business--main .swiper-container {
	width: 100%;
	background: url(../images/biitt-bg2.png);
	background-size: auto;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	flex-grow: 1;
}

.swiper-slide {
	text-align: center;
}

.index__business .swiper-slide img {
	width: auto;
	height: 70%;
}

@media screen and (min-width:300px) and (max-width:767px) {
	.index__business .swiper-slide img {
		width: 80%;
		height: auto;
	}
}

.index__business--main .pagi-slogan {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index__business--main .pagi-slogan-title {
	font-size: 32px;
	color: #0096ff;
	letter-spacing: .04rem;
}

.index__business--main .pagi-slogan-btn {
	border-radius: .02rem;
	font-size: 18px;
	font-weight: 400;
	color: #999;
	line-height: 2rem;
	text-align: center;
	cursor: pointer;
	margin-top: .4rem;
	transition: all .3s ease;
}

.index__business--main .pagi-business {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 0;
}

.index__business--main .pagi-business .littletubiao-1 {
	width: 62px;
	height: 58px;
	background-image: url(../images/guidjt-1.png);
}

.index__business--main .pagi-business li.active .littletubiao-1 {
	background-image: url(../images/guidjt-2.png);
}

.index__business--main .pagi-business .littletubiao-2 {
	width: 50px;
	height: 58px;
	background-image: url(../images/jicss-1.png);
}

.index__business--main .pagi-business li.active .littletubiao-2 {
	background-image: url(../images/jicss-2.png);
}

.index__business--main .pagi-business .littletubiao-3 {
	width: 60px;
	height: 58px;
	background-image: url(../images/hezhz-1.png);
}

.index__business--main .pagi-business li.active .littletubiao-3 {
	background-image: url(../images/hezhz-2.png);
}

.index__business--main .pagi-business li a {
	font-size: 20px;
	font-weight: 400;
	color: rgba(15, 38, 93, 1);
	margin-top: .4rem;
}

.index__business--main .pagi-business li.active>a {
	font-size: 20px;
	font-weight: 500;
	color: #0096ff;
}

.index__business--main .pagi-business li {
	padding-bottom: 1.17rem;
	font-size: 20px;
	margin: 0 3rem;
	cursor: pointer;
	position: relative;
	text-align: center;
	transition: all .3s ease;
	white-space: nowrap;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width:300px) and (max-width:767px) {
	.index__business--main .pagi-business li {
		margin: 0 1.2rem;
	}
}

.index__business--main .pagi-business li.active::after {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #0096ff;
	transition: all .3s ease;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* 公司新闻 */

.index__body .one-screen {
	/* min-height: 100vh; */
	position: relative;
	width: 100%;
	color: #fff;
	overflow: hidden;
	padding: 0px;
}

.index__body section.section {
	overflow: hidden;
}

.index__body section.section:last-child > div.fp-tableCell {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
}
.index__body section.section:last-child > div.fp-tableCell > div {
	flex-grow: 1;
}

@media screen and (min-width:1080px) and (max-width:4096px) {
	.index__body .one-screen {
		height: 100vh !important;
	}
}

@media (min-width: 300px) {
	#newsSwiper.container {
		max-width: 100%;
		height: 100vh;
	}
}

.one-screen .video {
	width: 100% !important;
	height: auto !important;
}

.index__tech--title {
	margin-top: 40px;
	padding-left: 0px;
	/* width: 1200px; */
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	/* transform: translateX(-50%); */
	z-index: 10;
}

.index__tech--title .title, .index__tech--title .subtitle {
	color: #fff;
	font-family: PingFangSC-Medium, PingFangSC, 'Microsoft YaHei';
}

.index__tech--title .title {
	font-size: 40px;
	font-weight: 500;
	line-height: 56px;
	margin-bottom: 5px;
}

.index__tech--title .subtitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
}

@media screen and (min-width:1600px) and (max-width:2000px) {
	.index__tech .tech-body-title {
		position: absolute;
		bottom: 20%;
		/* left: 20%; */
		font-size: 40px;
		font-family: PingFang-SC-Medium, PingFang-SC;
		font-weight: 500;
		color: rgba(255, 255, 255, 1);
		text-align: left;
	}
}

@media screen and (min-width:1400px) and (max-width:1599px) {
	.index__tech .tech-body-title {
		/* position: absolute;
		bottom: 50px;
		left: 10% !important; */
	}
}

@media screen and (min-width:1200px) and (max-width:1399px) {
	/* .index__tech .tech-body-title {
		position: absolute;
		bottom: 50px;
		left: 8%;
	} */
}

@media screen and (min-width:992px) and (max-width:1199px) {
	/* .index__tech .tech-body-title {
		position: absolute;
		bottom: 50px;
		left: 3% !important;
	} */
}

@media screen and (min-width:768px) and (max-width:991px) {
	/* .index__tech .tech-body-title {
		position: absolute;
		bottom: 50px;
		left: 3% !important;
	} */
}

@media screen and (max-width:767px) {
	.index__tech .tech-body-title {
		/* position: absolute;
		bottom: 50px;
		left: 12% !important; */
		/* margin-right: 10px; */
	}
}

@media screen and (max-width:575px) {}

.index__tech .swiper-slide {
	position: relative;
	height: 100vh;
}

.index__tech .swiper-slide-item {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.index__tech .swiper-slide-item .container {
	position: relative;
	width: 100%;
	height: 100%;
}

.index__tech .swiper-slide-item .container .tech-body-title {
	position: absolute;
	bottom: 10%;
	bottom: 9%\0;
	padding: 0px;
	left: 0px;
	font-size: 24px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	width: 373px;
	height: 128px;
	overflow: hidden;
	z-index: 10;
}

.index__tech .tech-body-desc {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
}

.index__tech .tech-body-title a {
	color: rgba(255, 255, 255, 1);
}

.index__tech .swiper-button-next {
	position: absolute;
	right: 10%;
	bottom: 10%;
	top: auto;
}

.swiper-button-next:after {
	content: '' !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */

/* 业务布局 */

.index__duty {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* padding-bottom: 114px; */
}

.index__duty--main {
	height: 100%;
	width: 1200px;
	position: relative;
	text-align: center;
	margin: auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
}

@media screen and (min-width:300px) and (max-width:767px) {
	.index__duty--main {
		height: auto;
		width: 100%;
	}
}

.index__duty--main .duty-top {
	/* margin-top: 30px; */
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 0;
}

.index__duty--main #businessLayoutSwiper {
	width: 100%;
	flex-grow: 1;
}

.index__duty--main #businessLayoutSwiper img {
	height: 100%;
}