/* 内页样式 */
/* 内页公共样式 */
.ny-banner img {
	width: 100%;
}
.ny-banner .mobile_banner{
	display: none;
}

.ny-box {
	padding-top: 10vh;
}

.us-item01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	overflow-x: hidden;
	min-height: 30vh;
}

.us-item01 .left {
	width: 52.58%;
}

.us-item01 .left p {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	text-indent: 2rem;
	margin-top: 30px;
}

.us-item01 .right {
	padding-bottom: 20px;
	width: 38.765%;
}
.us-item01 .right img{
	width: 100%;
}
.us-item02 {
	margin-top: 17vh;
}

.us-item02 h2 {
	text-align: center;
	margin-bottom: 85px;
}

.us-item02 .mycanvas {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	z-index: -1;
}

.us-item02 .list-box {
	position: relative;
	height: 610px;
}

.us-item02 ul {
	display: flex;
	justify-content: space-between;
}

.us-item02 ul li {
	width: 240px;
}

.us-item02 ul li .ico {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.us-item02 ul li .txt p {
	font-size: 24px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.us-item02 ul li .txt .description-txt p{
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	font-family: SourceHanSansCN-Normal;
}

.us-item02 ul li:nth-child(2n+1) {
	margin-top: 70px;
}

.us-item02 ul li:nth-child(1) .ico {
	background: #6324A4;
}

.us-item02 ul li:nth-child(2) .ico {
	background: #FE8D00;
}

.us-item02 ul li:nth-child(3) .ico {
	background: #0E5FBD;
}

.us-item02 ul li:nth-child(4) .ico {
	background: #4FBEB8;
}

.contact-item01 .left .contact-info {
	margin-top: 8vh;
}

.contact-item01 .left .contact-info ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 45px;
}

.contact-item01 .left .contact-info ul li:last-child {
	margin-bottom: 0;
}

.contact-item01 .left .contact-info ul li .ico {
	width: 36px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-item01 .left .contact-info ul li .txt {
	display: flex;
	margin-left: 25px;
}

.contact-item01 .left .contact-info ul li .txt p {
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	width: 72px;
	display: inline-block;
}

.contact-item01 .left .contact-info ul li .txt span {
	display: inline-block;
	font-size: 24px;
	line-height: 40px;
	color: #333333;
	width: 355px;
}

.map-box #container {
	width: 874px;
	height: 45vh;
	border-radius: 20px;
}

.contact-item01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45vh;
}


.contact-item02 {
	background: url("../images/xinxi-bg.png") no-repeat;
	background-size: 100% 100%;
	padding: 90px 0;
	margin-top: 75px;
}

.contact-item02 .form-box {
	display: flex;
	height: 620px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 10px 5px rgba(99, 36, 164, 0.1);
}

.contact-item02 .left {
	width: 380px;
	background: #8630DF;
	background-image: url('../images/form-bg.png');
	background-repeat: no-repeat;
	border-radius: 20px 0 0 20px;
	padding: 120px 65px 216px 58px;
}

.contact-item02 .left h5 {
	font-size: 44px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #FFFFFF;
	margin-top: 20px;
	position: relative;
	padding-bottom: 10px;
}

.contact-item02 .left h5::after {
	content: '';
	width: 60px;
	height: 5px;
	border-radius: 10px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact-item02 .left p {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	color: #FFFFFF;
	margin-top: 35px;
}

.contact-item02 .right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1060px;
}

.contact-item02 .right form {
	width: 882px;
	margin: 0 auto;
}

.contact-item02 .right .from-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-item02 .right .from-info .input-box {
	width: 48.6%;
	position: relative;
	margin-bottom: 26px;
}

.contact-item02 .right .from-info .input-box p {
	position: absolute;
	z-index: 2;
	left: 22px;
	top: 0;
	line-height: 54px;
	font-size: 20px;
	color: #333333
}

.contact-item02 .right .from-info .input-box p span {
	color: #C22424;
	font-size: 20px;
}

.contact-item02 .right .from-info .input-box input {
	width: 100%;
	line-height: 54px;
	padding-left: 22px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: none;
	position: relative;
	z-index: 5;
	font-size: 20px;
}

.contact-item02 .right .job-text {
	width: 100%;
	position: relative;
}

.contact-item02 .right .job-text p {
	position: absolute;
	z-index: 2;
	left: 22px;
	top: 5px;
	font-size: 20px;
	color: #333333
}

.contact-item02 .right .job-text p span {
	color: #C22424;
	font-size: 20px;
}

.contact-item02 .right .job-text textarea {
	width: 100%;
	height: 116px;
	background: none;
	border: 1px solid #ccc;
	position: relative;
	z-index: 5;
	padding: 5px 22px;
	font-size: 20px;
	line-height: 34px;
	border-radius: 6px;
	outline: none;
}
.contact-item02 .right .sub-btn{
	margin-top: 63px;
}
.contact-item02 .right .sub-btn button {
	width: 240px;
	height: 55px;
	background: rgb(99, 36, 164,1);
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	border: none;
	border-radius: 100px;
	color: #fff;
	transition: 0.4s;
	margin-bottom: 15px;
}
.contact-item02 .right .sub-btn #tips{
	margin-left: 30px;
}

.ny-content .ny-banner {
	position: relative;
	max-height: 43vh;
}
.ny-content .ny-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ny-content .ny-banner h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 54px;
	/* font-weight: 800; */
	color: #FFFFFF;
	font-family: SourceHanSansCN-Bold;
}
.ny-content.search-content .ny-banner h2{
	top: calc(50%);
}
.product-item-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0 70px;
}

.product-item-box .left {
	width: 300px;
	margin-right: 60px;
}

.product-item-box .left-nav {
	border: 1px solid #DDDDDD;
}

.product-item-box .left-nav .item-box .top-nav {
	position: relative;
}

.product-item-box .left-nav .item-box .top-nav .ico {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.product-item-box .left-nav .item-box .top-nav .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-item-box .left-nav .item-box .top-nav .ico .show {
	opacity: 0;
}

.product-item-box .left-nav .item-box .top-nav .ico .hiden {
	opacity: 1;
}

.product-item-box .left-nav .item-box.on .top-nav .ico .show {
	opacity: 1;
}

.product-item-box .left-nav .item-box.on .top-nav .ico .hiden {
	opacity: 0;
}





.product-item-box .left-nav .item-box h4 {
	font-size: 18px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #333333;
	line-height: 60px;
	padding-left: 30px;
	cursor: pointer;
	padding-right: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-item-box .left-nav .item-box h4 a{
	color: #333333;
	font-family: SourceHanSansCN-Bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-item-box .left-nav .item-box.on .top-nav .ico {
	transform: translateY(-50%) rotate(180deg);
}

.product-item-box .left-nav .item-box.on h4 {
	background: #6324A4;
	color: #fff;
}
.product-item-box .left-nav .item-box.on h4>a{
	color: #fff;
	width: 100%;
	height: 100%;
}

.product-item-box .left-nav .item-box ul {
	/* display: none; */
	padding: 25px 40px 20px;
}

.product-item-box .left-nav .item-box ul li a {
	font-size: 16px;
	color: #666;
	line-height: 44px;
}

.product-item-box .left-nav .item-box ul li.active a {
	color: #6324A4;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
}







.product-item-box .left-us {
	padding: 30px;
	background: linear-gradient(0deg, #6324A4, #6324A4);
	margin-top: 10px;
}

.product-item-box .left-us img {
	margin-bottom: 25px;
}

.product-item-box .left-us p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 34px;
}



.product-item-box .right .right-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #DDD;
	padding: 10px 0 25px;
}

.product-item-box .right .right-title h4 {
	font-size: 22px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #333333;
}

.product-item-box .right .right-title ul {
	display: flex;
	align-items: center;
}

.product-item-box .right .right-title ul li a {
	font-size: 16px;
}

.product-item-box .right .right-title ul li a span {
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
}

.product-item-box .right .right-title ul li:last-child a {
	color: #6324A4;
}

.product-item-box .right .right-title ul li:last-child a span {
	display: none;
}
.product-item-box .right {
	width: calc(100% - 300px - 60px);
}
.product-item-box .right .pro-deil{
	width: 100%;
}
.product-item-box .right .pro-deil .deil-nav-box {
	margin-top: 25px;
}

.product-item-box .right .pro-deil .deil-nav {
	display: flex;
}

.product-item-box .right .pro-deil .deil-nav li {
	background: #F7F7F7;
	width: 150px;
	height: 44px;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	margin-right: 5px;
	display: inline-block;
	color: #333333;
	transition: 0.4s;
	border-bottom: 4px solid #f7f7f7;
	cursor: pointer;
}

.product-item-box .right .pro-deil .deil-nav li.on {
	color: #6324A4;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	background: #fff;
	border-bottom: 4px solid #6324A4;
	cursor: auto;
}

.product-item-box .right .pro-deil .deil-nav li:last-child {
	margin-right: 0;
}

.product-item-box .right .pro-deil .item-box {
	margin-top: 30px;
}
.product-item-box .right .pro-deil .item-box .item{
	padding-bottom: 55px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 50px;
}
.product-item-box .right .pro-deil .item-box .item:last-child{
	border-bottom: none;
}
.product-item-box .right .pro-deil .item-box .item p {
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
}
.product-item-box .right .pro-deil .item-box a{
	display: inline-block;
	color: rgb(14, 95, 189);
	text-decoration: underline;
}
.product-item-box .right .pro-deil .item-box li{
	list-style: inherit;
}
.product-item-box .right .pro-deil .item-box .item table{
	max-width: 100% !important;
}
.product-item-box .right .pro-deil .item-box .item p.indent-txt{
	text-indent: 2rem;
}
.product-item-box .right .pro-deil .item-box .item p.indent-txt a{
	text-indent: 0rem;
}
.product-item-box .item h3 {
	font-size: 20px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #333333;
	line-height: 22px;
	padding-left: 2rem;
	position: relative;
	margin-bottom: 20px;
}

.product-item-box .item h3::after {
	content: '';
	width: 8px;
	height: 22px;
	background: #6324A4;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.product-item-box .right .item ul{
	margin-top: 30px;
}
.product-item-box .right .item ul li{
	margin-bottom: 25px;
}
.product-item-box .right ul li h6 {
	font-size: 18px;
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #333333;
	position: relative;
	padding-left: 2rem;
	line-height: 34px;
	cursor: pointer;
}

.product-item-box .right ul li h6::after {
	content: "";
	width: 3px;
	height: 15px;
	background: #6324A4;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	transition: 0.4s;
}
.product-item-box .right ul li h6::before{
	content: "";
	width: 15px;
	height: 3px;
	background: #6324A4;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
}

.product-item-box .right ul li.on h6::after{
	height: 0px;
}
.product-item-box .right ul li .table-box{
    width: 100%;
	display: none;
}
.product-item-box .right ul li table{
	font-size: 16px;
	margin-top: 15px;
	
}
.product-item-box .right ul li table thead tr th{
	background: #6324a4;
	color: #fff;
	text-align: center;
	padding: 20px 13px 20px 13px;
	font-family: SourceHanSansCN-Bold;
}
.product-item-box .right ul li table tbody tr td{
	padding: 20px 15px;
}
.product-item-box .right ul li table tbody tr td:first-child{
	white-space: nowrap;
	text-align: center;
	padding: 20px 30px;
}
.product-item-box .right ul li table tbody tr:nth-child(2n){
	background: #f0f0f0;
}

.product-item-box .right img{
	max-width: 100%;
}
.product-item-box .item-deil .item-box{
	display: none;
}

.product-item-box .item-deil .item-box.on{
	display: block;
}

.product-item-box .right .table{
	font-size: 16px;
	border: 1px solid #ddd;
}


.search-content .search-box{
	padding: 60px 0 100px;
}

.search-content .search-box .prod-box>p{
	font-size: 24px;
	color: #666666;
	padding-bottom: 15px;
	border-bottom: 2px solid #DDD;
}
.search-content .search-box .prod-box>.null-tips{
	display: none;
	font-size: 22px;
	padding: 20px 0;
	text-align: center;
}
.search-content .search-box .prod-box>p span{
	/* font-weight: bold; */
	font-family: SourceHanSansCN-Bold;
	color: #6324A4;
	/* 篇文章 */
}

.search-content .search-box .prod-box ul{
	margin-top: 20px;
}
.search-content .search-box .prod-box ul li{
	padding: 40px 30px;
}
.search-content .search-box .prod-box ul li:nth-child(2n+1){
	background: #F7F7F7;
}
.search-content .search-box .prod-box ul li h4{
	font-size: 20px;
	margin-bottom: 10px;
	transition: 0.4s;
}

.search-content .search-box .prod-box ul li p{
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	text-indent: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.search-content .search-box .prod-box ul li:hover h4{
	color: #6324A4;
}

.search-content .search-box .prod-box ul .layui-flow-more cite{
	display: block;
	width: 300px;
	height: 60px;
	border: 1px solid #DDDDDD;
	font-size: 20px;
	font-weight: normal;
	line-height: 60px;
	text-align: center;
	color: #333333;
	position: relative;
	z-index: 2;
	transition: 0.4s;
	margin: 60px auto 0 auto;
	font-style: normal;
	transition: 0.4s;
}
.search-content .search-box .prod-box ul .layui-flow-more cite::after{
	content: '';
	width: 0%;
	height: 100%;
	background: #6324A4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.4s;
}
.search-content .search-box .prod-box ul .layui-flow-more cite:hover::after{
	width: 100%;
}

.search-content .search-box .prod-box ul .layui-flow-more cite:hover{
	border-color: #6324A4;
}
.search-content .search-box .prod-box ul .layui-flow-more:hover cite{
	color: #fff;
}