* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Microsoft YaHei;
}

html {
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

.document {
	width: 100%;
	height: auto;
	min-width: 1600px;
}

.Public-nav {
	width: 100%;
	min-width: 1600px;
	height: 88px;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.04);
	position: fixed;
	top: 0;
	z-index: 99;
}

.nav-box {
	width: 1600px;
	height: 88px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-logo {
	width: 195px;
	height: 42px;
}

.nav-list {
	width: 828px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-list li {
	width: 138px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	color: #333333;
	position: relative;
}

.nav-list li .nav-name {
	display: block;
	position: relative;
	width: 72px;
	height: 88px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin: 0 auto;
}

.nav-list li:hover .nav-name::after {
	width: 100%;
}

.nav-list li .nav-name::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 0;
	height: 5px;
	border-radius: 3px;
	background: #EF3224;
	transition: width 0.3s;
}

.nav-list li:hover .nav_item {
	display: block;
}

.nav-list li .nav_item {
	display: none;
	z-index: 1;
	width: 138px;
	height: auto;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 88px;
}

.nav-list li .nav_item a {
	width: 100%;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	font-weight: 400;
	display: block;
	color: #333333;
}

.nav-list li .nav_item a:hover {
	color: #FFFFFF;
	background: #EF3224;
}

.main-box {
	width: 100%;
	height: auto;
	min-width: 1600px;
	margin-top: 88px;
}

.Company-News {
	width: 100%;
	height: 831px;
	min-width: 1600px;
	position: relative;
}

.Company-backimg {
	width: 100%;
	height: 831px;
	min-width: 1600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.Company-backimg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.Company-backimg img.active {
	display: block;
}

.Company-boximg {
	width: 100%;
	height: 831px;
	min-width: 1600px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.carousel-logo {
	width: 85px;
	height: 95px;
	margin: 14% 0 0 17%;
	position: relative;
}

.carousel-logo-line {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 1px;
	background-color: #C4C4C4;
	z-index: 10;
}

.carousel-logo-line-c {
	height: 100%;
	width: 0;
	background-color: #fff;
	transition: width 0.1s linear;
}

.carousel-logo-num {
	width: 85px;
	height: 95px;
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-logo-num .indicator {
	font-weight: 300;
	font-size: 14px;
	color: #C4C4C4;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}

.indicator.active {
	border: 1px solid #C4C4C4;
}

.carousel-logo-num .indicator:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-logo-num .indicator:nth-child(2) {
	position: absolute;
	top: 30%;
	right: 0;
}

.carousel-logo-num .indicator:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
}


.Slogan-box {
	width: 50%;
	height: 831px;
}

.Slogan-box-center {
	width: auto;
	height: auto;
	margin: 26% 0 0 17%;
	display: none;
}

.Slogan-box-center.active{
	display: block;
}

.Slogan-box p {
	font-weight: bold;
	font-size: 56px;
	color: #FFFFFF;
	transform: skewX(-15deg);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.second-p {
	margin-top: 10px;
	text-indent: 40px;
}

.second-p img {
	position: relative;
	left: 35px;
}

.Slogan-box span {
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 30px;
}

.second-span {
	margin-top: 65px;
	font-size: 14px;
	text-indent: 10px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.News-box {
	width: 50%;
	height: 831px;
}

.News-box-name {
	width: 100%;
	height: 90px;
	margin-top: 10%;
	position: relative;
	padding-left: 39px;
	box-sizing: border-box;
}

.News-box-name a {
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
}

.News-box-name::after {
	content: "";
	position: absolute;
	left: 63px;
	transform: translateX(-50%);
	bottom: 0px;
	width: 45px;
	height: 4px;
	border-radius: 3px;
	background: #FFFFFF;
}

.News-box-list {
	width: 100%;
	height: auto;
}

.News-box-list li {
	width: 935px;
	height: 124px;
	border-radius: 0px;
	margin-top: 32px;
	padding: 29px 39px 35px 39px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.News-box-list li:hover {
	background: rgba(247, 247, 247, 0.2);
}

.News-box-list li a {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 33px;
	display: inline-block;
	max-width: 600px;
	width: calc(100% - 26px - 136px);
}

.News-box-list li .News-line {
	width: 1px;
	height: 52px;
	background: rgba(247, 247, 247, 0.85);
	margin-left: 25px;
	margin-top: 5px;
}

.News-box-list li .News-time {
	width: 136px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	height: 52px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.News-box-list li .News-time span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.Our-products {
	width: 100%;
	height: 965px;
	min-width: 1600px;
}

.Our-products-center {
	height: 965px;
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

.Our-products-name {
	width: 100%;
	height: 103px;
	margin-top: 85px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.Our-products-name a {
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.Our-products-name p {
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	margin-top: 5px;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.Our-products-name span {
	width: 67px;
	height: 7px;
	background: #EF3224;
	border-radius: 4px;
	display: inline-block;
	margin-top: 15px;
}

.Our-products-box {
	width: 100%;
	height: 634px;
	margin-top: 33px;
}

.Our-products-box .current {
	display: block;
}

.Our-products-box .other {
	display: none;
}

.Our-products-Card {
	width: 100%;
	height: 634px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
}

.Our-products-Card li {
	margin-right: 33px;
	width: 511px;
	height: 290px;
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(239, 50, 36, 0.06);
}

.Our-products-Card li:hover {
	background: #EF3224;
	box-shadow: 0px 3px 35px 0px rgba(239, 50, 36, 0.35);
	border-radius: 8px;
}

.Our-products-Card li:nth-child(3),
.Our-products-Card li:nth-child(6) {
	margin-right: 0 !important;
}

.Our-products-Card li a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: 32px;
	box-sizing: border-box;
}

.Our-products-Card li a .Our-img {
	width: 104px;
	height: 71px;
}

.Our-products-Card li a p {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 27px;
	color: #333333;
	margin-top: 32px;
}

.Our-products-Card li:hover a p {
	color: #FFFFFF;
}

.Our-products-Card li a font {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-align: justify;
	margin-top: 32px;
}

.Our-products-Card li:hover a font {
	color: #FFFFFF;
}

.Our-products-Card li:nth-child(1) a .Our-img {
	background: url('../images/Card1.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(1):hover a .Our-img {
	background: url('../images/Card1-f.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(2) a .Our-img {
	background: url('../images/Card2.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(2):hover a .Our-img {
	background: url('../images/Card2-f.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(3) a .Our-img {
	background: url('../images/Card3.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(3):hover a .Our-img {
	background: url('../images/Card3-f.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(4) a .Our-img {
	background: url('../images/Card4.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(4):hover a .Our-img {
	background: url('../images/Card4-f.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(5) a .Our-img {
	background: url('../images/Card5.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(5):hover a .Our-img {
	background: url('../images/Card5-f.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(6) a .Our-img {
	background: url('../images/Card6.png') no-repeat;
	background-position: center center;
}

.Our-products-Card li:nth-child(6):hover a .Our-img {
	background: url('../images/Card6-f.png') no-repeat;
	background-position: center center;
}

.Card-Page li:nth-child(7) a .Our-img {
	background: url('../images/Card7.png') no-repeat;
	background-position: center center;
}

.Card-Page li:nth-child(7):hover a .Our-img {
	background: url('../images/Card7-f.png') no-repeat;
	background-position: center center;
}

.First-Card li {
	display: none;
}

.First-Card li:nth-child(1) {
	display: block;
}

.First-Card li:nth-child(2) {
	display: block;
}

.First-Card li:nth-child(3) {
	display: block;
}

.First-Card li:nth-child(4) {
	display: block;
}

.First-Card li:nth-child(5) {
	display: block;
}

.First-Card li:nth-child(6) {
	display: block;
}

.Second-Card li {
	display: none;
}

.Second-Card li:nth-child(7) {
	display: block;
}

.Our-products-but {
	height: 31px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}

.Our-products-but li {
	width: 31px;
	height: 31px;
	margin: 0 10px;
	cursor: pointer;
}

.Our-products-but li.current {
	background: url('../images/Our-current.png') no-repeat;
	background-position: center center;
}

.Our-products-but li.other {
	background: url('../images/Our-other.png') no-repeat;
	background-position: center center;
}

.Case-Presentation {
	width: 100%;
	height: 920px;
	min-width: 1600px;
	background: #F7F7F7;
}

.Case-Presentation-center {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

.Case-Switch {
	width: 100%;
	min-width: 1600px;
	margin-top: 37px;
	height: 613px;
}

.Case-Switch-center {
	width: 1600px;
	height: 101px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.scroll-arrow {
	width: 35px;
	height: 101px;
	background: #FFFFFF;
	text-align: center;
	line-height: 101px;
	font-size: 16px;
	color: #cbcbcb;
	cursor: pointer;
}

.scroll-arrow:hover {
	background: #EF3224;
	color: #FFFFFF;
}

.arrow-left {
	margin-right: 4px;
}

.arrow-right {
	margin-left: 4px;
}

.Switch-container {
	width: calc(100% - 35px - 35px - 8px);
	height: 101px;
	overflow: hidden;
	position: relative;
}

.Switch-container-box {
	height: 101px;
	display: inline-flex;
	width: auto;
	transition-duration: 300ms;
}

.Switch-container-box li {
	width: 299px;
	height: 99px;
	background: #FFFFFF;
	margin-right: 4px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
}

.Switch-container-box li img {
	width: 241px;
	height: 68px;
}

.Switch-container-box li:hover {
	border: 1px solid #F03E31;
}

.Switch-container-box li.active {
	border: 1px solid #F03E31;
}

.Case-Switch-content {
	margin-top: 49px;
	width: 100%;
	min-width: 1600px;
	height: 463px;
}

.Switch-content {
	display: none;
	width: 100%;
	height: 100%;
}

.Switch-content.current {
	display: block;
}

.Case-Switch-box {
	width: 100%;
	min-width: 1600px;
	height: 463px;
	display: flex;
	justify-content: space-between;
}

.Case-Switch-img {
	width: 50%;
	height: 463px;
}

.Case-Switch-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.Case-Switch-img a img {
	width: 100%;
	height: 100%;
}

.Case-Switch-img img {
	width: 100%;
	height: 100%;
}

.Case-Switch-msg {
	width: 50%;
	height: 463px;
	padding: 80px 0 0 77px;
	box-sizing: border-box;
	background: #fff;
}

.Case-Switch-msg-center {
	width: 708px;
	height: auto;
}

.Case-Switch-msg-center p {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	width: 100%;
	text-align: justify;
}

.Case-Switch-msg-center ul {
	width: 100%;
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Case-Switch-msg-center ul li {
	padding: 0 20px;
	height: 31px;
	background: #F7F7F7;
	border-radius: 2px;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 31px;
	margin-top: 24px;
	margin-right: 30px;
}

.Case-Switch-msg-center ul li:hover {
	background: #EF3224;
	color: #fff;
}

.Case-Switch-msg-center ul li:nth-child(1),
.Case-Switch-msg-center ul li:nth-child(6),
.Case-Switch-msg-center ul li:nth-child(11) {
	/* margin-left: 0 !important; */
}


.Public-end {
	width: 100%;
	height: 425px;
	min-width: 1600px;
}

.end-content {
	width: 100%;
	height: 365px;
	min-width: 1600px;
	background: #000000;
}

.end-content-center {
	width: 1600px;
	height: 365px;
	margin: 0 auto;
}

.end-content-top {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.end-content-top span {
	font-weight: 300;
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
}

.end-content-top span font {
	font-weight: bold;
	font-size: 28px;
	color: #C2221A;
}

.end-content-details {
	width: 100%;
	height: 265px;
	display: flex;
	justify-content: space-between;
}

.end-details-list {
	display: flex;
}

.end-details-nav {
	width: 210px;
	height: 265px;
	margin-top: 28px;
}

.end-details-nav li {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #B3965C;
	margin-bottom: 10px;
}

.end-details-nav a {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #B3965C;
	line-height: 24px;
}

.end-details-qrcode {
	display: flex;
	margin-top: 28px;
}

.end-details-qrcode li {
	width: 120px;
	height: 158px;
	margin-left: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.end-details-qrcode li img {
	width: 120px;
	height: 120px;
}

.end-details-qrcode li span {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.end-details-qrcode li span font {
	color: #EF3224;
}




.end-msg {
	width: 100%;
	height: 60px;
	background: #111111;
	min-width: 1600px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.end-msg-center {
	width: 1600px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.end-msg-center img {
	position: relative;
	top: 3px;
}

.Suspended-window {
	width: 49px;
	height: 211px;
	position: fixed;
	right: 49px;
	top: 50%;
	z-index: 999;
}

.Contact-us {
	width: 59px;
	height: 147px;
	position: relative;
	right: 10px;
}

.Contact-us-click {
	width: 49px;
	height: 147px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	color: #E1251B;
	cursor: pointer;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
	border-radius: 2px;
	position: absolute;
	left: 10px;
}

.Contact-us-click img {
	margin-bottom: 8px;
}

.Go-top {
	width: 49px;
	height: 52px;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
	border-radius: 2px;
	margin-top: 4px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Contact-us:hover .Contact-us-msg {
	display: block
}

.Contact-us-msg {
	width: 280px;
	height: 204px;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: 54px;
	display: none;
}

.Contact-us-msg li {
	width: 100%;
	height: 52px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 11px;
}

.Contact-us-msg li p {
	width: 100%;
	display: flex;
	align-items: center;
	text-indent: 13px;
}

.Contact-us-Unit {
	margin: 12px 0 0 30px;
}

.Contact-us-Phone {
	display: inline-block;
	margin: 12px 0 0 30px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.Contact-us-Email {
	display: inline-block;
	margin: 12px 0 0 30px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

/* 栏目页 */
.ContactUs-back {
	background: url('../images/ContactUsBack.png') no-repeat;
	background-size: contain;
}

.CompanyNews-back {
	background: url('../images/CompanyNewsBack.png') no-repeat;
	background-size: contain;
}

.CasePresentation-back {
	background: url('../images/CasePresentationBack.png') no-repeat;
	background-size: contain;
}

.EnterHuilian-back {
	background: url('../images/EnterHuilianBack.png') no-repeat;
	background-size: contain;
}

.IntensiveWebsiteClusterPlatform-back {
	background: url('../images/IntensiveWebsiteClusterPlatformBack.png') no-repeat;
	background-size: contain;
}


.main-box-back {
	width: 100%;
	min-width: 1600px;
	height: 496px;
}

.main-box-back-center {
	width: 1600px;
	height: 496px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.main-box-back-center p {
	font-weight: bold;
	font-size: 48px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 34px;
}

.main-box-back-center span {
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	width: 100%;
	display: inline-block;
}

.main-content {
	width: 100%;
	min-width: 1600px;
	height: auto;
}

.main-content-Details {
	background: #F8F8F8;
}

.main-content-center {
	width: 1600px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.ContactUs-col {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 82px 0 63px 0;
}

.ContactUs-col-left {
	width: 50%;
}

.ContactUs-col-left p {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	text-indent: 26px;
	margin-bottom: 35px;
}

.ContactUs-col-right {
	width: 50%;
	height: 457px;
}

.CompanyNews-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 49px 0 82px 0;
}

.CompanyNews-box ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.CompanyNews-box ul li {
	width: 512px;
	margin-top: 33px;
	height: 510px;
	margin-right: 32px;
	cursor: pointer;
}

.CompanyNews-box ul li:nth-child(3),
.CompanyNews-box ul li:nth-child(6) {
	margin-right: 0 !important;
}

.CompanyNews-img {
	width: 100%;
	height: 302px;
	display: block;
}

.CompanyNews-msg {
	width: 100%;
	height: 208px;
}

.CompanyNews-title {
	width: 100%;
	height: 132px;
	padding: 26px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	text-align: justify;
	position: relative;
}

.CompanyNews-time {
	width: 100%;
	height: 76px;
	background: #FAFAFA;
	padding: 26px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.CompanyNews-time span {
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

.new-list-more {
	color: #EF3224 !important;
	font-weight: bold;
	font-size: 14px;
	display: none;
	align-items: center;
}

.new-list-more font {
	width: 16px;
	height: 16px;
	background: #EF3224;
	border-radius: 50%;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	margin-left: 10px;
}

.CompanyNews-box ul li:hover .CompanyNews-msg .CompanyNews-time .new-list-more {
	display: flex;
}

.CompanyNews-title::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 100%;
	height: 0;
	border-radius: 3px;
	background: #FAFAFA;
	transition: height 0.3s;
	z-index: -1;
}

.CompanyNews-box ul li:hover .CompanyNews-msg .CompanyNews-title::after {
	height: 132px;
}

.Company-Profile {
	width: 1600px;
	height: auto;
	margin: 86px auto 87px auto;
}

.col-name-box {
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.col-name-box a {
	color: #090909;
	width: 100%;
}

.col-name-box span {
	width: 67px;
	height: 7px;
	background: #EF3224;
	border-radius: 4px;
	display: inline-block;
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.col-name-box-new span {
	border-radius: 0 !important;
}

.col-name-box-new span font {
	display: inline-block;
	background: #D3B376;
	height: 100%;
	width: 50%;
}

.Company-msg-box {
	width: 100%;
	height: 551px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.Company-msg-img {
	width: 55%;
	height: 551px;
}

.Company-msg-img img {
	width: 100%;
	height: 100%;
}

.Company-msg-content {
	width: 45%;
	height: 551px;
	position: relative;
}

.Company-msg-p {
	padding: 0 33px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	background: #FFFFFF;
	line-height: 1.8;
	text-align: justify;
	position: absolute;
	top: 75px;
	left: -65px;
	overflow: hidden;
	height: 380px;
	box-shadow: 0px 0px 4px 0px rgba(7,0,2,0.07);
}

.Development-history {
	width: 100%;
	min-width: 1600px;
	height: 765px;
	background: url('../images/historyback.png') no-repeat;
	background-size: cover;
	overflow: hidden;
}

.Development-history-center {
	width: 1600px;
	height: auto;
	margin: 86px auto 0 auto;
}

.history-img-msg {
	width: 100%;
	height: 468px;
	margin-top: 70px;
}

.history-img-msg img {
	width: 100%;
	height: 100%;
}

.Qualification {
	width: 100%;
	min-width: 1600px;
	height: 1050px;
	background: url('../images/Qualification.png') no-repeat;
	background-size: contain;
	overflow: hidden;
}

.Qualification-center {
	width: 1600px;
	height: auto;
	margin: 86px auto 0 auto;
}

.Qualification-Patent {
	width: 100%;
	height: 433px;
	margin-top: 45px;
	display: flex;
	justify-content: center;
}

.Qualification-Patent li {
	height: 400px;
	font-weight: 400;
	font-size: 16px;
	color: #383B3B;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.Patent-one {
	width: 273px;
}

.Patent-one img {
	height: 322px;
	width: 237px;
	box-shadow: 0px 0px 43px 0px rgba(118, 119, 119, 0.48);
	border: 8px solid #f4837b;
	border-radius: 5px;
}

.Patent-two {
	width: 507px;
	margin: 0 64px;
}

.Patent-two img {
	width: 491px;
	height: 322px;
	box-shadow: 0px 0px 43px 0px rgba(118, 119, 119, 0.48);
	border: 8px solid #D8C36A;
	border-radius: 5px;
}

.Patent-three {
	width: 273px;

}

.Patent-three img {
	height: 322px;
	width: 237px;
	box-shadow: 0px 0px 43px 0px rgba(118, 119, 119, 0.48);
	border: 8px solid #576089;
	border-radius: 5px;
}

.Qualification-tech {
	width: 1600px;
	height: 325px;
	margin: 40px auto 0;
	overflow: hidden;
	position: relative;
}

.cs-slide-btn2-bot {
	width: 100%;
	height: 325px;
	display: flex;
	justify-content: space-between;
	position: absolute;
}

.cs-slide-btn2-bot .prev {
	position: relative;
	left: 0;
	top: 32%;
	z-index: 2;
}

.cs-slide-btn2-bot .next {
	position: relative;
	right: 0;
	top: 32%;
	z-index: 2;
}

.cs-slide-btn2-bot a {
	display: block;
	width: 55px;
	height: 55px;
}

.cs-slide-btn2-bot #cs-btn-l {
	background: url(../images/jt_r.png) no-repeat center;
}

.cs-slide-btn2-bot #cs-btn-r {
	background: url(../images/jt_l.png) no-repeat center;
}

.bigbox-bot {
	overflow: hidden;
	width: calc(100% - 55px - 55px - 42px);
	margin: 0 auto;
}

#switcher-bot {
	height: 324px;
}

.box_bot {
	transition: all .7s ease 0s;
	width: 206px;
	height: 324px;
	float: left;
}

.box_bot a {
	display: block;
	width: 206px;
	height: 324px;
	overflow: hidden;
	font-weight: 400;
	font-size: 12px;
	color: #383B3B;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box_bot a img {
	width: 197px;
	height: 266px;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
}

.box_bot:hover a img {
	transform: scale(1.1);
}

.Product-Overview {
	width: 100%;
	height: auto;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
	line-height: 1.8;
	text-align: justify;
}

.Product-Overview p {
	text-indent: 25px;
}

.Function-Summary {
	width: 100%;
	min-width: 1600px;
	height: 832px;
	background: #F8F8F8;
	overflow: hidden;
}

.Function-Summary-center {
	width: 1600px;
	height: auto;
	margin: 86px auto 0;
}

.Summary-list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Summary-list li {
	width: 470px;
	height: 101px;
	margin: 49px 0 0 95px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.Summary-list li:nth-child(1),
.Summary-list li:nth-child(4),
.Summary-list li:nth-child(7),
.Summary-list li:nth-child(10) {
	margin-left: 0 !important;
}

.Summary-list li img {
	display: block;
	width: 40px;
}

.Summary-list li:hover img{
	animation: shake 0.9s both; -webkit-animation: shake 0.9s both;
}

@keyframes shake {
  0%, 100% { transform-origin: top; }
  15% { transform: rotateZ(10deg); }
  30% { transform: rotateZ(-10deg); }
  45% { transform: rotateZ(5deg); }
  60% { transform: rotateZ(-5deg); }
  75% { transform: rotateZ(2deg); }
}
@-webkit-keyframes shake {
  0%, 100% { transform-origin: top; }
  15% { transform: rotateZ(10deg); }
  30% { transform: rotateZ(-10deg); }
  45% { transform: rotateZ(5deg); }
  60% { transform: rotateZ(-5deg); }
  75% { transform: rotateZ(2deg); }
}

.Summary-list-box {
	width: calc(100% - 40px - 24px);
}

.Summary-list-box p {
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	color: #EC3124;
	margin-bottom: 5px;
}

.Summary-list-box span {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 1.5;
}

.Service-case-box{
	width: 100%;
	height: auto;
	background: #F8F8F8;
	overflow: hidden;
}

.Service-case {
	width: 1600px;
	height: auto;
	margin: 86px auto 0;
}

.Service-case-list {
	width: 100%;
	margin: 13px 0 86px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Service-case-list li {
	width: 375px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #DCDDE4;
	margin: 32px 0 0 30px;
	text-align: center;
	line-height: 50px;
}

.Service-case-list li:nth-child(1),
.Service-case-list li:nth-child(5) {
	margin-left: 0 !important;
}

.Service-case-list li:hover {
	background: #EC3124;
	border: 1px solid #EC3124;
}

.Service-case-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.Service-case-list li:hover a {
	color: #FFFFFF;
}

.Function-Summary-affairs {
	width: 100%;
	min-width: 1600px;
	padding-bottom: 87px;
	background: #F8F8F8;
	overflow: hidden;
}

.Summary-list-affairs {
	width: 100%;
	height: 374px;
	margin-top: 43px;
	display: flex;
	justify-content: space-between;
}

.affairs-list {
	width: 294px;
	height: 374px;
	overflow: hidden;
	background: none;
	cursor: pointer;
}

.affairs-list-box {
	width: 294px;
	height: 322px;
	background: #FFFFFF;
	border-bottom: 4px solid #404040;
	margin-top: 48px;
	transition: all 0.3s;
}

.affairs-list-name {
	width: 100%;
	height: 104px;
	background: url('../images/affairs-back.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.affairs-list-name img {
	margin-bottom: 11px;
}

.affairs-list-box p {
	font-weight: 400;
	font-size: 22px;
	color: #333333;
	text-align: center;
	margin: 14px 0 20px 0;
}

.affairs-list-box span {
	height: 120px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 35px;
	text-align: justify;
	line-height: 1.5;
	overflow: hidden;
	transition: all 0.3s;
}

.affairs-list-box span font {
	color: #333333;
}

.super_msg_box_active .affairs-list-box {
	transition: all 0.3s;
	height: 370px;
	border-bottom: 4px solid #EA121D;
	margin-top: 0;
}

.super_msg_box_active .affairs-list-box .affairs-list-name {
	background: url('../images/affairs-back-active.png') no-repeat;
	background-size: 100% 100%;
}

.super_msg_box_active .affairs-list-box span {
	height: 169px;
	transition: all 0.3s;
}

.Learning-list-name {
	width: 100%;
	height: 104px;
	background: url('../images/Learning-back.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.super_msg_Learning_active .affairs-list-box {
	transition: all 0.3s;
	height: 370px;
	border-bottom: 4px solid #EA121D;
	margin-top: 0;
}

.super_msg_Learning_active .affairs-list-box .affairs-list-name {
	background: url('../images/Learning-back-active.png') no-repeat;
	background-size: 100% 100%;
}

.super_msg_Learning_active .affairs-list-box span {
	height: 169px;
	transition: all 0.3s;
}

.Office-list {
	width: 100%;
	margin-top: 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Office-list li {
	margin: 33px 0 0 32px;
	width: 376px;
	height: 169px;
	background: #FFFFFF;
	border-radius: 2px;
	cursor: pointer;
	padding: 32px;
	box-sizing: border-box;
	border-radius: 5px;
}

.Office-list li:nth-child(1),
.Office-list li:nth-child(5),
.Office-list li:nth-child(9) {
	margin-left: 0 !important;
}

.Office-list li p {
	font-weight: 400;
	font-size: 30px;
	color: #EC3124;
	margin-bottom: 20px;
}

.Office-list li span {
	font-weight: 400;
	font-size: 22px;
	color: #333333;
}

.Office-list li:hover p {
	color: #fff;
}

.Office-list li:hover span {
	color: #fff;
}

.Office-list li:nth-child(1) {
	background: url('../images/Office-b1.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(1):hover {
	background: url('../images/Office-b1-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(2) {
	background: url('../images/Office-b2.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(2):hover {
	background: url('../images/Office-b2-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(3) {
	background: url('../images/Office-b3.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(3):hover {
	background: url('../images/Office-b3-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(4) {
	background: url('../images/Office-b4.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(4):hover {
	background: url('../images/Office-b4-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(5) {
	background: url('../images/Office-b5.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(5):hover {
	background: url('../images/Office-b5-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(6) {
	background: url('../images/Office-b6.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(6):hover {
	background: url('../images/Office-b6-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(7) {
	background: url('../images/Office-b7.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(7):hover {
	background: url('../images/Office-b7-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(8) {
	background: url('../images/Office-b8.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(8):hover {
	background: url('../images/Office-b8-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(9) {
	background: url('../images/Office-b9.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(9):hover {
	background: url('../images/Office-b9-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(10) {
	background: url('../images/Office-b10.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(10):hover {
	background: url('../images/Office-b10-m.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(11) {
	background: url('../images/Office-b11.png') no-repeat;
	background-size: contain;
}

.Office-list li:nth-child(11):hover {
	background: url('../images/Office-b11-m.png') no-repeat;
	background-size: contain;
}

.Library-list {
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Library-list li {
	margin: 32px 0 0 24px;
	width: 376px;
	height: 169px;
	background: #FFFFFF;
	border-radius: 2px;
	cursor: pointer;
	padding: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Library-list li:hover{
	box-shadow: 0px 3px 8px 0px rgba(239, 50, 36, 0.09);
}

.Office-list li:nth-child(1),
.Office-list li:nth-child(5),
.Office-list li:nth-child(9) {
	margin-left: 0 !important;
}

.Library-number {
	width: 69px;
	height: 69px;
	background: rgba(239, 50, 36, 0.05);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Library-number span {
	font-family: Nowar;
	font-weight: bold;
	font-size: 57px;
	color: #494949;
	background: linear-gradient(0deg, #D3B376 0%, #EF3224 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -3px;
}

.Library-msg-box {
	width: calc(100% - 69px - 19px);
	height: 105px;
}

.Library-msg-box p {
	width: 100%;
	font-weight: 400;
	font-size: 22px;
	color: #333333;
}

.Library-msg-box span {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	text-align: justify;
	line-height: 1.5;
}

.Details-box {
	width: 1600px;
	height: auto;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
	top: -60px;
	padding: 60px 65px 65px 65px;
	box-sizing: border-box;
}

.Details-title {
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Details-link {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../images/Detailslink.png') no-repeat;
	margin-left: 16px;
}

.Details-text {
	width: 100%;
	margin-top: 30px;
	text-align: justify;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 1.8;
}

.Details-text p {
	text-indent: 25px;
}

.Details-list {
	width: 100%;
	height: auto;
	margin-top: 39px;
	display: flex;
	justify-content: flex-start;
}

.Details-list li {
	padding: 0 20px;
	height: 31px;
	background: #F7F7F7;
	border-radius: 2px;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 31px;
	cursor: pointer;
	margin-right: 30px;
}

.Details-list li:hover {
	color: #FFFFFF;
	background: #EF3224;
}

.Details-content {
	padding-top: 49px;
	box-sizing: border-box;
}

.Details-content img {
	width: 100%;
	height: auto;
}

.Details-bottom {
	width: 1600px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 85px;
}

.Details-b-list {
	width: 100%;
	height: auto;
	margin-top: 43px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.Details-b-list li {
	width: 203px;
	height: 277px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #DDDDDD;
	/* margin-left: 10px; */
}

.Details-b-list li:first-child {
	/* margin-left: 0; */
}

.Details-b-list li a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.Details-b-list li:hover {
	background: #EF3224;
	border: 1px solid #EF3224;
}

.Details-b-list li:hover a p {
	color: #FFFFFF;
}

.Details-b-list li:hover a font i {
	background: #FFFFFF;
}

.Details-b-list li a span {
	width: 104px;
	height: 71px;
	display: inline-block;
	margin-bottom: 26px;
}

.Details-b-list li a font {
	width: 100%;
	height: 2px;
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
}

.Details-b-list li a font i {
	width: 34px;
	height: 2px;
	background: #CACACA;
	display: inline-block;
}

.Details-b-list li a p {
	font-weight: bold;
	font-size: 22px;
	color: #666666;
}

.Details-b-list li:nth-child(1) a span {
	background: url('../images/Card1.png') center no-repeat;
}

.Details-b-list li:nth-child(1):hover a span {
	background: url('../images/Card1-f.png') center no-repeat;
}

.Details-b-list li:nth-child(2) a span {
	background: url('../images/Card2.png') center no-repeat;
}

.Details-b-list li:nth-child(2):hover a span {
	background: url('../images/Card2-f.png') center no-repeat;
}

.Details-b-list li:nth-child(3) a span {
	background: url('../images/Card3.png') center no-repeat;
}

.Details-b-list li:nth-child(3):hover a span {
	background: url('../images/Card3-f.png') center no-repeat;
}

.Details-b-list li:nth-child(4) a span {
	background: url('../images/Card4.png') center no-repeat;
}

.Details-b-list li:nth-child(4):hover a span {
	background: url('../images/Card4-f.png') center no-repeat;
}

.Details-b-list li:nth-child(5) a span {
	background: url('../images/Card5.png') center no-repeat;
}

.Details-b-list li:nth-child(5):hover a span {
	background: url('../images/Card5-f.png') center no-repeat;
}

.Details-b-list li:nth-child(6) a span {
	background: url('../images/Card6.png') center no-repeat;
}

.Details-b-list li:nth-child(6):hover a span {
	background: url('../images/Card6-f.png') center no-repeat;
}

.Details-b-list li:nth-child(7) a span {
	background: url('../images/Card7.png') center no-repeat;
}

.Details-b-list li:nth-child(7):hover a span {
	background: url('../images/Card7-f.png') center no-repeat;
}

.Col-Presentation {
	width: 1600px;
	height: auto;
	margin: 86px auto 84px auto;
}

.Presentation-img-box {
	width: 100%;
	height: 530px;
	margin-top: 42px;
	display: flex;
}

.P-img-view {
	cursor: pointer;
	height: 530px;
	position: relative;
	width: 266px;
	border-radius: 8px;
	border-left: 1px solid #FFFFFF;
	overflow: hidden;
	transition: all 0.3s;
}

.Pactive {
	width: 529px;
	transition: all 0.3s;
}

.P-img-msg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 529px;
	height: 100%;
	border-radius: 8px;
	transition: all 0.3s;
}

.P-img-view-msg {
	position: absolute;
	left: 0;
	bottom: 46px;
	width: 100%;
	padding: 0 27px;
	box-sizing: border-box;
	text-align: left;
	transition: all 0.3s;
}

.P-img-view-msg p {
	width: 100%;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 30px;
	transition: all 0.3s;
}

.P-img-view-msg span {
	display: block;
	width: 100%;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 18px;
	transition: all 0.3s;
}

.Pactive .P-img-msg {
	left: 0;
	transition: all 0.3s;
}

.Pactive .P-img-view-msg {
	text-align: center;
	transition: all 0.3s;
}

.Presentation-more {
	width: 100%;
	height: 42px;
	margin-top: 43px;
	display: flex;
	justify-content: center;
}

.Presentation-more-but {
	width: 164px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	cursor: pointer;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Presentation-more-but span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #EF3224;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 14px;
}

.Customer-F8 {
	background: #F8F8F8;
}

.Customer-box {
	width: 100%;
	height: auto;
	min-width: 1600px;
	overflow: hidden;
}

.Customer-box-center {
	width: 1600px;
	height: auto;
	margin: 86px auto 0;
}

.Customer-view-top42 {
	margin-top: 42px;
}

.Customer-view {
	width: 100%;
	height: auto;
	margin-bottom: 83px;
}

.Customer-name {
	width: 100%;
	font-weight: 400;
	font-size: 30px;
}

.Customer-name a {
	color: #373737;
}

.Customer-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Customer-list li {
	margin: 31px 0 0 24px;
	width: 374px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #DCDDE4;
}

.Customer-list li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}

.Customer-list li:hover {
	background: #EC3124;
	border: 1px solid #EC3124;
}

.Customer-list li:hover a {
	color: #FFFFFF;
}

.Customer-list li:nth-child(1),
.Customer-list li:nth-child(5),
.Customer-list li:nth-child(9) {
	margin-right: 0 !important;
}

.Service-case-img {
	width: 100%;
	height: 559px;
	margin-top: 43px;
	position: relative;
}

.case-img-box {
	width: 320px;
	height: 559px;
	position: absolute;
	z-index: 0;
	transition: all 0.3s;
	top: 0;
	cursor: pointer;
}

.case-img-box:nth-child(1) {
	left: 0;
	z-index: 1;
	transition: all 0.3s;
}

.case-img-box:nth-child(2) {
	left: 13%;
	z-index: 2;
	transition: all 0.3s;
}

.case-img-box:nth-child(3) {
	left: 26%;
	z-index: 3;
	transition: all 0.3s;
}

.case-img-box:nth-child(4) {
	left: 40%;
	z-index: 4;
	transition: all 0.3s;
}

.case-img-box:nth-child(5) {
	right: 26%;
	z-index: 3;
	transition: all 0.3s;
}

.case-img-box:nth-child(6) {
	right: 13%;
	z-index: 2;
	transition: all 0.3s;
}

.case-img-box:nth-child(7) {
	right: 0;
	z-index: 1;
	transition: all 0.3s;
}

.case-img-box .Project-img {
	position: absolute;
	top: 18px;
	left: 21px;
	width: 276px;
	height: 527px;
}

.case-img-box .mobile-img {
	position: absolute;
	top: 0;
	left: 0;
}

/* .case-img-box:hover {
	z-index: 7;
	transition: all 0.3s;
} */

.Swiper-outside {
	width: 100%;
	min-width: 1600px;
	height: 799px;
	overflow: hidden;
	background: url('../images/Swiperback.png') no-repeat;
	background-size: 100% 100%;
}

.Swiper-outside-center {
	width: 1600px;
	height: auto;
	margin: 85px auto 0;
}

.Swiper-Product {
	width: 100%;
	height: 515px;
	margin-top: 41px;
}

#certify {
	position: relative;
	width: 1600px;
}

#certify .swiper-slide {
	width: 827px;
	height: 515px;
	background: #F9FCFF;
	box-shadow: 0px 8px 10px 0px rgba(7, 0, 2, 0.1);
	border-radius: 8px;
}

#certify .swiper-slide a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

#certify .swiper-slide a img {
	width: 100%;
	height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}


#certify .swiper-button-prev {
	left: 0px;
	top: 50% !important;
	width: 55px;
	height: 55px;
	background: url('../images/jt_l.png') no-repeat;
	background-size: 100% 100%;
}

#certify .swiper-button-prev:hover {
	background: url('../images/jt_l.png') no-repeat;
	background-size: 100% 100%;
}

#certify .swiper-button-next {
	right: 0px;
	top: 50% !important;
	width: 55px;
	height: 55px;
	background: url('../images/jt_r.png') no-repeat;
	background-size: 100% 100%;
}

#certify .swiper-button-next:hover {
	background: url('../images/jt_r.png') no-repeat;
	background-size: 100% 100%;
}

.product-video {
	width: 100%;
	height: 403px;
	margin-top: 44px;
	position: relative;
}

.product-video ul {
	width: 100%;
	height: 403px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
}

.product-video ul li {
	width: 294px;
	height: 403px;
	background: url('../images/productvideoback.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.product-content {
	width: 294px;
	height: 403px;
	padding: 36px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.product-name {
	width: 100%;
	height: 41px;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.product-name span {
	display: inline-block;
	height: 41px;
	min-width: 64px;
	width: auto;
	font-weight: 400;
	font-size: 22px;
	color: #333333;
	text-align: center;
	background: url('../images/productspan.png') center bottom no-repeat;
}

.product-name img {
	width: 48px;
	height: 48px;
	cursor: pointer;
	position: absolute;
	right: 11px;
	bottom: 11px;
}

.product-msg {
	width: 100%;
	height: auto;
	margin-top: 24px;
	overflow: hidden;
	max-height: 240px;
	text-align: justify;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
}

.product-source {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 403px;
	width: 618px;
	background: #000000;
	/* display: none; */
}

.product-source video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.product-source .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('../images/closeback.png') center center no-repeat;
	cursor: pointer;
}

.guanbi {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.fontSize18 * {
	font-size: 20px !important;
}

.fontSize16 * {
	font-size: 18px !important;
}

.fontSize14 * {
	font-size: 16px !important;
}

.detailr2 {
	width: 100%;
	height: 40px;
	background-color: #f6f6f6;
	color: #999;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-top: 20px;
	justify-content: space-between;
}

.setSize a {
	text-align: center;
	line-height: 24px;
	color: #353535;
	margin: 0 5px;
	text-align: center;
	line-height: 24px;
	margin-top: 7px;
}

.setSize .on {
	color: #E1251B;
}

.detailr1 span{
	margin-right: 10px;
}

.next-pre-page{
	width: 100%;
}

.next-pre-page li{
	width: 100%;
	margin-top: 34px;
}

.next-pre-page li a{
	color: #333333;
	font-weight: 400;
	font-size: 18px;
}

.next-pre-page li a span{
	color: #E1251B;
}