@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #337ab7;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: -2px;
}

P {
	margin-bottom: 0;
}

.hot-keys:after, .xypg-detail-info-bar:after, .xypg-detail-info-bar .xypg-file-down .file-down-list li:after, .xypg-detail-pn div:after, .xypg-detail-file-dwon:after, .xypg-download-list .download-title:after, .xypg-download-list .download-item:after, .xypg-download-list .download-item .download-item-span:after, .xypg-job-list .job-title:after, .xypg-job-list .job-item:after, .xypg-job-list .job-item .job-item-span:after, .product-detail-tab .product-detail-tabli:after, .tag-list-product .tag-wz .tab-fenli:after, .xylogin-form .input-g:after, .personal-cont li:after {
	content: "";
	display: table;
	clear: both;
}

.latest-news li a, .hot-keys li a, .xypg-left-nav > li > a, .xypg-left-nav .xypg-left-subnav > li > a, .xypg-left-nav .xypg-left-threenav > li > a, .xypg-product-list li h3 a, .xypg-news-list li .tit h3, .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p, .xypg-detail-pn div a, .relate-news-list li a, .xypg-jod-detail .job-detail-title, .xypg-album-cate li .album-title, .xypg-album-list li h3, .xypg-download-list .download-item .download-item-span.download-item-first, .xypg-download-list .download-item .download-item-span .download-item-con, .xypg-job-list .job-item .job-item-span .job-item-con, .tag-list-product .tag-wz h1, .tag-list-product .tag-wz .tab-fenli p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@font-face {
	font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  /* IE9*/
  src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/76a0c3913ad54cdc9e0e0580c9595239.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg") format("svg");
  /* iOS 4.1- */
}


/* 头部 */
.xy-head {
	
}

.xy-head .logo-box {
	float: left;
}

.xy-head .head-top {
	line-height: 48px;
	float: left;
	margin-left: 50px;
	color: #999;
	width: 81%;
}

.xy-head .head-top a {
	color: #999;
}

.xy-head .head-top .k1 {
	float: left;
}

.xy-head .head-top .hotsearch {
	float: right;
}

.xy-head .head-top .hotsearch a {
	margin-left: 30px;
}

.xy-head .top-tell {
	text-align: justify;
	width: 65%;
	float: right;
}

.xy-head .top-tell:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
}

.xy-head .top-tell li {
	position: relative;
	display: inline-block;
	width: 27%;
	vertical-align: top;
	padding-left: 30px;
	margin-top: 28px;
	float: right;
}

.xy-head .top-tell li:nth-of-type(1) {
	background: url(../images/phone.png) no-repeat -5px 19px;
}

.xy-head .top-tell li:nth-of-type(2) {
	background: url(../images/tell.png) no-repeat -5px 19px;
}

.xy-head .top-tell li:nth-of-type(3) {
	background: url(../images/mail.png) no-repeat -5px 19px;
}

.xy-head .top-tell li span {
	font-size: 14px;
	color: #999;
}

.xy-head .top-tell li p {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.xy-head img {
	max-height: 100%;
	    margin-top: 24px;
}

.xy-head .cxt {
	line-height: 157px;
}

.xy-logo {
	position: relative;
}

.xy-logo .logo-img {
	font-size: 0;
	line-height: 118px;
}

@media (max-width: 1240px) {
	.xy-head .head-top {
		width: 76%;
	}

	.xy-head .top-tell li p {
		font-size: 16px;
	}
}

@media (max-width: 990px) {
	.xy-head .xy-logo {
		position: relative;
	}

	.xy-head .xy-logo .logo-img {
		height: 80px;
		padding-right: 20%;
		line-height: normal;
	}
}

@media (max-width: 990px) {
	.xy-head {
		background: none;
	}

	.xy-head .logo-box {
		float: none;
	}
}

@media (max-width: 768px) {
	.xy-head img {
		max-height: 85%;
		margin-top: 2%;
		margin-left: 2%;
	}

	.container {
		width: 95%;
		margin: 0 auto;
	}

	.mid-contact {
		display: none;
	}

	.news-box {
		padding-top: 0px !important;
	}

	.service-box {
		padding-bottom: 0px !important;
	}
}

/* 导航样式 */
.xy-nav {
	background: #232331;
}

.xy-menu {
	float: left;
	width: 100%;
}

.xy-menu > li {
	float: left;
	width: 14.2%;
}

.xy-menu > li > a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 78px;
	font-size: 16px;
	color: #ffffff;
}

.xy-menu > li:hover a, .xy-menu > li.cur a {
	background: #ca1f26;
}

@media (max-width: 990px) {
	.xy-nav {
		position: absolute;
		display: none;
		z-index: 99;
		left: 0;
		right: 0;
	}

	.xy-menu {
		float: none;
		width: 100%;
	}

	.xy-menu > li {
		float: none;
		width: 100%;
		border: none;
	}

	.xy-menu > li:not(:last-child) {
		border-bottom: 1px dashed #ca1f26;
	}

	.xy-menu > li > a {
		line-height: 40px;
		font-size: 14px;
	}
}

.container {
	position: relative;
}

.nav-btn {
	display: none;
}

@media (max-width: 990px) {
	.nav-btn {
		display: block;
		position: absolute;
		z-index: 999;
		right: 10px;
		width: 30px;
		top: 50%;
		margin-top: -11px;
	}

	.nav-btn span, .nav-btn:after, .nav-btn:before {
		display: block;
		height: 2px;
		background: #333;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.nav-btn span {
		margin: 8px 0;
	}

	.nav-btn:after, .nav-btn:before {
		content: '';
		-webkit-transform-origin: 3%;
		        transform-origin: 3%;
	}

	.nav-btn.clicked span {
		opacity: 0;
	}

	.nav-btn.clicked:after {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.nav-btn.clicked:before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
}


/*首页产品列表部分*/
.search-box {
	text-align: right;
	height: 35px;
	float: right;
	margin-top: 21px;
}

.search-box #formsearch {
	display: inline-block;
	width: 218px;
	height: 35px;
	position: relative;
}

@media (max-width: 768px) {
	.search-box #formsearch {
		width: 100%;
	}
}

.search-box #keyword {
	width: calc(100% - 0px);
	height: 35px;
	border: 1px solid #bfbfbf;
	background: none;
	font-size: 14px;
	color: #999999;
	outline: none;
	float: left;
	padding-left: 10px;
	border-radius: 25px;
}

.search-box #s_btn {
	width: 40px;
	float: right;
	background: url(../images/ss1.png) center no-repeat;
	outline: none;
	border: none;
	font-size: 0;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 768px) {
	.search-box {
		float: none;
		margin-bottom: 30px;
	}
}

.service-box {
	padding: 50px 0px;
}

.service-box .service-list {
	text-align: justify;
}

.service-box .service-list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
}

.service-box .service-list li {
	position: relative;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.service-box .service-list li img {
	width: 100%;
}

.service-box .service-list li h3 {
	font-weight: normal;
	padding-top: 20px;
}

.service-box .service-list li h3 span {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.service-box .service-list li h3 p {
	font-size: 16px;
	color: #666;
	line-height: 23px;
	padding: 12px 0px;
}

.service-box .service-list li h3 a {
	width: 126px;
	height: 47px;
	display: block;
	background: #ca1f26 url(../images/more.png) no-repeat 85%;
	color: #fff;
	font-size: 16px;
	line-height: 47px;
	text-indent: 15px;
}

@media (max-width: 768px) {
	.service-box .service-list li {
		width: 100%;
		margin-bottom: 30px;
	}
}

.about-box {
	position: relative;
	background: #232331;
}

.about-box .about-left {
	width: 50%;
	float: left;
}

.about-box .about-right {
	width: 550px;
	float: left;
	padding-left: 5%;
	position: absolute;
	left: 50%;
	height: 100%;
	background: #232331;
}

.about-box .about-right h2 {
	font-size: 30px;
	color: #fff;
	width: 244px;
	background: url(../images/h2bj.png) no-repeat;
	text-align: center;
	line-height: 30px;
	margin-top: 90px;
	margin-bottom: 35px;
	font-weight: bold;
}

.about-box .about-right .about-test {
	color: #c5c5c5;
	font-size: 14px;
	line-height: 30px;
}

.about-box .about-right a {
	width: 159px;
	height: 53px;
	display: block;
	background: #ca1f26 url(../images/more.png) no-repeat 80%;
	color: #fff;
	font-size: 16px;
	line-height: 53px;
	text-indent: 25px;
	margin-top: 35px;
}

@media (max-width: 1200px) {
	.about-box .about-left {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 30px;
	}

	.about-box .about-left img {
		max-width: 100%;
	}

	.about-box .about-right {
		width: 83%;
		position: relative;
		left: auto;
		padding-left: 0;
		margin: 0 auto;
		height: auto;
		float: none;
		padding-bottom: 30px;
	}

	.about-box .about-right h2 {
		margin-top: 30px;
	}
}

@media (max-width: 990px) {
	.about-box .about-left {
		width: 95%;
		margin: 0 auto;
	}

	.about-box .about-right {
		width: 95%;
	}
}

.our-service {
	padding: 50px 0px;
}

.our-service h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
	background: url(../images/h2bj.png) no-repeat center;
	line-height: 30px;
}

.our-service .service-list {
	text-align: justify;
}

.our-service .service-list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
}

.our-service .service-list li {
	position: relative;
	display: inline-block;
	width: 48%;
	vertical-align: top;
	border: 1px solid #eeeeee;
	margin-top: 30px;
}

.our-service .service-list li .img1 {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

.our-service .service-list li .img2 {
	width: 25%;
	display: none;
	vertical-align: top;
}

.our-service .service-list li h3 {
	width: 73%;
	display: inline-block;
	vertical-align: middle;
	padding: 13px 10px;
}

.our-service .service-list li h3 span {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	padding-bottom: 7px;
}

.our-service .service-list li h3 p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	width: 85%;
}

.our-service .service-list li:hover {
	border: 1px solid #ca1f26;
}

.our-service .service-list li:hover .img1 {
	display: none;
}

.our-service .service-list li:hover .img2 {
	display: inline-block;
}

@media (max-width: 768px) {
	.our-service .service-list li {
		width: 100%;
	}

	.our-service .service-list li h3 {
		padding: 8px 10px;
	}

	.our-service .service-list li h3 span {
		font-size: 16px;
	}

	.our-service .service-list li h3 p {
		line-height: 20px;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.mid-contact {
	background: #f2f2f2;
	padding: 40px 0px;
}

.mid-contact .mid-contact-left {
	font-size: 24px;
	color: #666;
	float: left;
	line-height: 57px;
}

.mid-contact .more9 {
	display: block;
	width: 187px;
	height: 57px;
	float: right;
	line-height: 57px;
	background: url(../images/lxx.png) no-repeat 10% #ca1f26;
	color: #fff;
	font-size: 24px;
	text-indent: 65px;
}

.news-box {
	padding: 50px 0px;
}

.news-box h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
	background: url(../images/h2bj.png) no-repeat center;
	line-height: 30px;
}

.news-box .news-list {
	text-align: justify;
}

.news-box .news-list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
}

.news-box .news-list li {
	position: relative;
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-top: 30px;
}

.news-box .news-list li a.img {
	width: 36.5%;
	float: left;
}

.news-box .news-list li a.img img {
	width: 100%;
}

.news-box .news-list li h3 {
	width: 60%;
	float: right;
}

.news-box .news-list li h3 a {
	font-size: 16px;
	color: #000;
}

.news-box .news-list li h3 p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	padding: 10px 0px;
}

.news-box .news-list li h3 span {
	display: block;
	font-size: 12px;
	color: #999;
}

@media (max-width: 768px) {
	.news-box .news-list li {
		width: 100%;
	}

	.news-box .news-list li h3 a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.news-box .news-list li h3 p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.client-box {
	min-height: 430px;
	padding: 60px 0px;
	background: url(../images/fixbj.jpg) no-repeat center fixed;
	background-size: cover;
}

.client-box h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: url(../images/h2bj.png) no-repeat center;
	line-height: 30px;
}

.client-box .case-list {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.client-box .case-list .slick-list {
	overflow: visible;
}

.client-box .case-list li {
	margin: 10px;
	position: relative;
}

.client-box .case-list li .client-test {
	background: #fff;
	padding: 40px 20px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}

.client-box .case-list li h3 {
	width: 193px;
	height: 72px;
	position: absolute;
	bottom: -37px;
	left: 0;
	background: url(../images/kehu.png) no-repeat;
	padding: 10px 25px;
}

.client-box .case-list li h3 span {
	font-size: 16px;
	color: #fff;
}

.client-box .case-list li h3 p {
	font-size: 16px;
	color: #fff;
}

.client-box .case-list .slick-dots {
	text-align: center;
	margin-top: 45px;
}

.client-box .case-list .slick-dots li {
	display: inline-block;
}

.client-box .case-list .slick-dots li button {
	font-size: 0px;
	outline: none;
	border: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
}

.client-box .case-list .slick-dots li.slick-active button {
	background: #869791;
}

/*xyin-links*/
.xyin-links {
	background: #f5f5f5;
	padding: 20px 0;
}

.xyin-links li{
	
	float:left;
}
.xyin-links span {
	font-size: 20px;
	color: #2b2b2b;
}

.xyin-links a {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
}

.xyin-links a:hover {
	color: #ca1f26;
}

/*通栏*/
.xy-tonglan {
	background: #232331;
	padding: 40px 0;
}

.xy-tonglan .ft-tit {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	line-height: 41px;
	background: url(../images/ftit.png) no-repeat 0px;
	text-indent: 20px;
	margin-bottom: 25px;
}

.xy-tonglan .ft-logo {
	width: 31%;
	float: left;
}

.xy-tonglan .ft-logo li {
	line-height: 35px;
}

.xy-tonglan .ft-logo li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-indent: 35px;
	background: url(../images/nav1.png) no-repeat 0px;
}

.xy-tonglan .ft-nav {
	width: 31%;
	float: left;
	margin-left: 3.5%;
}

.xy-tonglan .ft-nav .contact-box {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
}

.xy-tonglan .ft-contact {
	width: 31%;
	float: left;
	margin-left: 3.5%;
}

.xy-tonglan .ft-contact li {
	width: 50%;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
}

@media (max-width: 990px) {
	.xy-tonglan .ft-logo {
		width: 47.5%;
	}

	.xy-tonglan .ft-nav {
		width: 47.5%;
		margin-left: 5%;
	}

	.xy-tonglan .ft-contact {
		width: 47.5%;
		margin-left: 0%;
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.xy-tonglan .ft-logo {
		width: 100%;
		float: none;
	}

	.xy-tonglan .ft-nav {
		width: 100%;
		margin-left: 0%;
		float: none;
	}

	.xy-tonglan .ft-contact {
		width: 100%;
		float: none;
	}
}

/*页脚*/
.xy-footer {
	background:#232331;
	
	overflow: hidden;
}

.xy-footer .container {
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
}

.xy-footer .container a {
	color: #fff;
}

.xy-footer .container .xy-ft-cpy {
	/* float: left; */
	
}

.xy-footer .container .xy-ft-rtcp {
	float: right;
	
}

@media (max-width: 990px) {
	.xy-footer {
		background: #232331;
		height: 50px;
	}

	.xy-footer .xy-ft-cpy {
		float: none !important;
		line-height: 50px !important;
		text-align: center;
	}

	.xy-footer .container {
		padding: 0;
	}
}

/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 33px;
	bottom: 30%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #ca1f26;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .iconfont {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
	vertical-align: middle;
	text-align: center;
	line-height: 57px;
	color: #2b2b2b;
	font-size: 26px;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #ca1f26;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #ca1f26;
	border-right: none;
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #ca1f26;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .iconfont {
	background-color: #ca1f26;
	color: #fff;
}

@media (max-width: 990px) {
	#toolbar {
		display: none;
	}
}

/*内页banner样式*/
.xypg-banner {
	position: relative;
}

.xypg-banner .img {
	height: 540px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.xypg-banner .wz {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.xypg-banner .wz h3 {
	font-size: 30px;
	padding-bottom: 20px;
	margin: 0;
	color: #fff;
}

.xypg-banner .wz h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.xypg-banner .img {
		height: 400px;
	}
}

@media (max-width: 1024px) {
	.xypg-banner .img {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.xypg-banner .img {
		height: 220px;
	}

	.xypg-banner .wz {
		top: 0;
		bottom: 0;
		margin: auto;
		height: 50px;
	}
}

/* 内页基本样式 */
.xypg-wrap {
	padding-top: 20px;
	padding-bottom: 40px;
}

.xypg-left-box {
	margin-bottom: 20px;
}

.xypg-left-title {
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #ca1f26;
	font-weight: bold;
	margin: 0;
}

.xypg-left-con {
	border: 1px solid #ebebeb;
	padding: 15px;
}

.latest-news li {
	margin-top: 15px;
}

.latest-news li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.latest-news li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.latest-news li a:hover {
	color: #ca1f26;
	text-decoration: underline;
}

.latest-news li a:hover:before {
	background-color: #ca1f26;
}

.hot-keys li {
	width: 47%;
	float: left;
	margin: 6px 0;
}

.hot-keys li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	background: #ededed;
}

.hot-keys li a:hover {
	color: #ca1f26;
	text-decoration: underline;
}

.hot-keys li:nth-child(even) {
	float: right;
}

.contact-box .hot-line {
	background: url(../images/xypg-right-phone.png) left 5px no-repeat;
	padding-left: 70px;
	margin-bottom: 15px;
}

.contact-box .hot-line h4 {
	font-weight: normal;
	margin: 0;
	font-size: 14px;
	color: #666666;
}

.contact-box .hot-line p {
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
	color: #ab001a;
	margin-bottom: 0;
}

.contact-box .gs-name {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.contact-box .contact-info p {
	margin-bottom: 0;
	border-bottom: 1px dotted #b8b8b8;
	font-size: 14px;
	color: #333333;
	padding: 8px 0;
}

.contact-box .contact-info p:last-child {
	border-bottom: 0;
}

.xypg-right-mbx {
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	padding: 17px 0 7px 0;
}

.xypg-right-mbx .cur-pos {
	display: inline-block;
	color: #333;
}

.xypg-right-mbx .cur-pos .iconfont {
	font-size: 25px;
	display: inline-block;
	height: 25px;
	color: #000;
	margin-right: 5px;
}

.xypg-right-mbx a {
	color: #666;
}

.xypg-right-mbx a:hover {
	color: #ca1f26;
	text-decoration: underline;
}

@media (max-width: 992px) {
	.xypg-right-mbx {
		padding-top: 0;
	}
}

.xypg-right-content {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	padding: 15px 0;
}

.xypg-right-content p img {
	max-width: 100%;
}

.xypg-wrap .xymob-page-icon {
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 9999;
}

.xypg-wrap .xymob-page-icon li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	background: #ca1f26;
	cursor: pointer;
}

.xypg-wrap .xymob-page-icon li i {
	font-size: 20px;
	color: #fff;
}

@media (min-width: 992px) {
	.xypg-wrap .xymob-page-icon {
		display: none;
	}
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
	display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
	body.no-scroll,
  html.no-scroll {
		height: 100vh;
		overflow: hidden;
	}

	.xymob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact {
		display: none;
	}

	.xymob-menu-click .xymob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: black;
	}

	.xymob-menu-click .xymob-left-close-btn i {
		font-size: 18px;
		color: #fff;
	}

	.xymob-menu-click .xypg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.xymob-menu-click .xypg-left .xypg-left-menu {
		width: 90%;
		background: #fff;
	}

	.xymob-menu-click.click {
		left: 0;
	}
}

/* 内页左侧导航栏样式 */
.xypg-left-nav > li {
	margin-bottom: 12px;
	position: relative;
}

.xypg-left-nav > li > a {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	padding-right: 15%;
}

.xypg-left-nav > li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
	right: 10%;
	top: 13px;
}

.xypg-left-nav > li .first-nav-btn.clicked {
	background: #ca1f26 url(../images/xypg-left-jt.png) 0 1px no-repeat;
}

.xypg-left-nav > li:last-child {
	margin-bottom: 0;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
	color: #ca1f26;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
	background-color: #ca1f26;
}

.xypg-left-nav .xypg-left-subnav {
	display: none;
	margin-top: 10px;
}

.xypg-left-nav .xypg-left-subnav > li > a {
	display: block;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	padding-left: 15%;
	padding-right: 5%;
}

.xypg-left-nav .xypg-left-subnav > li > a:before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #d4d4d4;
	border-right: none;
	vertical-align: 5px;
	margin-right: 10px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
	color: #ca1f26;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover:before {
	border-left-color: #ca1f26;
}

.xypg-left-nav .xypg-left-subnav > li.hover > a:before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: solid dashed dashed dashed;
	border-color: #ca1f26 transparent transparent transparent;
	border-bottom: none;
	vertical-align: middle;
	margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav {
	display: none;
}

.xypg-left-nav .xypg-left-threenav > li > a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-left: calc(15% + 15px);
	padding-right: 5%;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 2px;
	background: #d4d4d4;
	margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
	color: #ca1f26;
}

@media (max-width: 990px) {
	.xypg-left-nav .xypg-left-threenav {
		display: block;
	}
}



/*# sourceMappingURL=xyDemo.css.map */
