.icon-font::after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url('../img/icon_spirit.png');
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}



/*内页左侧样式*/
.container {
	width: 1200px !important;
	margin: 0 auto;
	padding: 0;
}

.page-product-inquiry a {
	color: #fff;
}

.page-wrap-left {
	float: left;
	width: 240px !important;
	margin-right: 0px
}

.page-wrap-right {
	float: right;
	width: 920px;
}

.page-position {
	padding: 15px 0;
	font-size: 14px;
	color: #2f2f2f;
}

.page-position a {
	color: #2f2f2f;
}

.page-position a:hover {
	color: #24126b;
}


.xypg-left-box {
	margin-bottom: 20px;
}

.xypg-left-title {
	background: #24126b;
	padding: 10px 20px;
	position: relative;
}

.xypg-left-title h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
}

.xypg-left-title i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 67px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
	display: none;
}

.xypg-left-title span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;

	margin-left: 10px;
	text-transform: capitalize;
}

.xypg-left-title span:before {
	content: "/";
	padding-right: 5px;
}

.xypg-left-con {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.latest-news {
	padding: 10px 0;
}

.latest-news li {
	padding: .5em 1em;
	font-size: 14px;
}

.latest-news li a {
	display: block;
	line-height: 1.2;
	color: #5a5a5a;
}

.latest-news li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.latest-news li a:hover {
	color: #24126b;
}

.latest-news li a:hover:before {
	color: #24126b;
}

.hot-keys {
	padding: 20px 7px 8px 7px;
}

.hot-keys li {
	width: calc(50% - 14px);
	float: left;
	margin: 0 7px 14px 7px;
}

.hot-keys li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 2.857;
	border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
	color: #24126b;
	border-color: #24126b;
}

.page-wrap-contact {
	padding: 10px 0;
	font-size: 14px;
}

.page-wrap-contact h4 {
	padding: .3em 1.4em .8em 1.4em;
	font-size: 15px;
	color: #000000;
}

.page-wrap-contact p {
	border-top: 1px solid #eee;
	position: relative;
	margin-bottom: 0;
	padding: .8em 0.8em;
	color: #2f2f2f;
}

.page-message-img img {
	border: 1px solid #d2d2d2;
}

.page-wrap-right {
	overflow: hidden;
}

.page-mob-tool {
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 9999;
}

.page-mob-tool li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.page-mob-tool li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #24126b;
	opacity: .7;
}

.page-mob-tool li i {
	display: block;
	width: 100%;
	height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
	background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
	background-position: -30px -60px;
}

.xypg-left-nav {
	margin: 0 -1px;
}

.xypg-left-nav>li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
	border-bottom: none;
}

.xypg-left-nav>li>a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2e2e2e;
	padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 10px;
	right: 20px;
	cursor: pointer;
	background: url('../img/icon_spirit.png') 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
	background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
	color: #24126b;
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
	color: #24126b;
}

.xypg-left-nav .xypg-left-subnav {
	display: none;
	padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
	border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
	padding: 8px;
	display: block;
	line-height: 20px;
	color: #818181;
	font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
	color: #24126b;
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
	color: #24126b;
}

.xypg-left-nav .xypg-left-threenav>li>a {
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
	content: '2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
	color: #24126b;
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
	color: #24126b;
}

.xypg-pro-description {
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 15px;
	text-indent: 2em;
}

.xypg-product-list {
	margin: 0 -1.5%;
	font-size: 0;
}

.xypg-product-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
	margin: 0 1.5% 20px 1.5%;
	border: 1px solid #eeeeee;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-product-list li .img {
	display: block;
}

.xypg-product-list li img {
	width: 90%;
}

.xypg-product-list li h3 a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	padding: .8em 0;
}

.xypg-product-list li:hover {
	border-color: #24126b;
}

.xypg-product-list .on {}

.xypg-pagination ul {
	padding: 20px 0;
	text-align: center;
}

.xypg-pagination ul li {
	display: inline-block;
}

.xypg-pagination ul li a {
	padding: 6px;
	font-size: 16px;
}

.xypg-pagination .active {
	color: #f44;
	font-weight: bold;
}


.xypg-case-list {
	margin: 0 -1%;
	font-size: 0;
}

.xypg-case-list li {
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% / 2 - 2%);
	margin: 0 1% 10px 1%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-case-list li .img {
	display: block;
}

.xypg-case-list li h3 a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
	color: #24126b;
}





.page-product-detail-effect {
	float: left;
	width: 42.61%;
}

.page-product-detail-effect .big-img {
	border: 1px solid #eee;
}



.page-product-detail-effect .big-img img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page-product-detail-right {
	width: 50%;
	float: right;
}

.page-product-detail-right>h1 {
	font-size: 22px;
	color: #0d0d0d;
	margin-bottom: 20px;
}

.product-detail-item {
	font-size: 14px;
	line-height: 30px;
	color: #777272;
}


.page-product-inquiry {
	margin-top: 30px;
}

.page-product-inquiry a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	background: #24126b;
	padding: .5em 1.875em;
	border-radius: 2em;
}

.page-product-inquiry a:hover {
	opacity: .8;
}


.product-detail-tab {
	margin-top: 20px;
}

.product-detail-tab .product-detail-tabli {
	border: 1px solid #eee;
	height: 40px;
	line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 14px;
	color: #2f2f2f;
	cursor: pointer;
	border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
	color: #fff;
	background-color: #24126b;
	position: relative;
}


.product-detail-tabbox {
	padding: 15px 0;
}

.xypg-detail-tags .tags-content {
	padding-top: 12px;
}

.xypg-detail-tags .tags-title {
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}

.xypg-detail-tags .tags-title h3 {
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	color: #24126b;
	line-height: 40px;
	border-bottom: 3px solid #24126b;
	margin-bottom: -1px;
}

.xypg-detail-tags .tags-content a {
	font-size: 12px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 28px;
	padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
	color: #24126b;
}


.xypg-detail-pn {
	margin-top: 30px;
}

.xypg-detail-pn div {
	line-height: 22px;
	padding: 10px;
	position: relative;
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
}

.xypg-detail-pn div b {
	font-size: 14px;
	color: #24126b;
	font-weight: normal;
}

.xypg-detail-pn div a {
	width: 75%;
	font-size: 14px;
	color: #666666;
}





/* 内页新闻列表 */
.xypg-news-list li {
	border: 1px solid #e1e1e1;
	padding: 30px;
	background: #fff;
	margin-bottom: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.xypg-news-list li .tit {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 15px;
	position: relative;
}

.xypg-news-list li .tit h3 {
	padding-bottom: 15px;
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	padding-right: 25%;
	margin: 0;
}

.xypg-news-list li .tit .date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
}

.xypg-news-list li .info {
	font-size: 14px;
	line-height: 2;
	color: #999999;
}

.xypg-news-list li .more {
	margin-top: 15px;
}

.xypg-news-list li .more span {
	display: inline-block;
	width: 130px;
	line-height: 33px;
	text-align: center;
	color: #000;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-news-list li:hover {
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
	color: #24126b;
}

.xypg-news-list li:hover .more span {
	color: #fff;
	background-color: #24126b;
}



.xypg-detail-title {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.xypg-detail-info-bar {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
}

.xypg-detail-info-bar .detail-info-time {
	float: left;
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
	opacity: .5;
	background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
	float: left;
	position: relative;
	padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.xypg-detail-info-bar .detail-info-numbers i:after {
	opacity: .5;
	background-position: 0 -330px;
}



.xypg-relate .relate-news {
	margin-top: 45px;
}

.relate-title {
	border: 1px solid #eeeeee;
	font-size: 14px;
	line-height: 2.857;
	margin-bottom: 15px;
}
.relate-title span {
	display: inline-block;
	color: #24126b;
	padding: 0 1.4em;
	border-right: 1px solid #eeeeee;
}

.relate-news-list li {
	float: left;
	width: 48%;
	position: relative;
	line-height: 2.143;
	font-size: 14px;
	color: #24126b;
}

.relate-news-list li:nth-child(even) {
	float: right;
}

.relate-news-list li a {
	display: block;
	padding-right: 125px;
	color: #666666;
}

.relate-news-list li a:before {
	content: '+';
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-right: 5px;
}

.relate-news-list li span {
	position: absolute;
	right: 0;
	top: 2.5px;
	width: 125px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

.relate-news-list li:hover a {
	color: #24126b;
}

.relate-news-list li:hover a:before {
	color: #24126b;
}

.relate-news-list li:hover span {
	color: #24126b;
}