@charset "UTF-8";

/* 通用样式 */
p {
	margin: 0;
}

input,
textarea {
	border: none;
	outline: none;
	background-color: transparent;
}

img {
	vertical-align: middle;
}

.p1920 {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.wd1200 {
	width: 1200px;
	margin: 0 auto;
}

.bw {
	width: 100%;
}

.clearfix::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dfc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
	overflow: hidden;
}

.imgbig img {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.imgbig:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.ovimg img {
	width: 100%;
	min-height: 100%;
}

.ibw img {
	width: 100%;
	height: auto;
}

.miw img {
	max-width: 100%;
	max-height: 100%;
}

.iml {
	text-align: center;
}

.iml img {
	transform: translateY(-2px);
	vertical-align: middle;
}

.bgmax {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bgmin {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.fh {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/**/
.flexed {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	display: -webkit-flex;
}






/*公用样式*/
.com-img {
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}





/*内页左侧样式*/
.xypg-left-con2 {
	margin-bottom: 1.5%;
	margin-top: 15px;
}

.xypg-left-con2 .xypg-left-nav {
	display: block;
}

.xypg-left-con2 .xypg-left-nav>li {
	position: relative;
	text-align: center;
	margin-right: 10px;
	max-width: 200px;
	float: left;
	border: none;
}

.xypg-left-con2  .xypg-left-nav > li:last-child {
	border: none;
}

.xypg-left-con2 .xypg-left-nav > li .first-nav-btn {
	display: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #444444;
	padding: 10px 28px;
	background: #eeeeee;
	border-radius: 6px;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
	color: #fff;
	background: #d21917;
}







/**/
.max1570 {
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.max1400 {
	max-width: 1430px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.head-bg {
	border-bottom: 1px solid rgba(255,255,255,.13);
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: rgba(255, 255, 255, 0);
}

.head-index .logo {
	width: 15%;
	line-height: 90px;
}

.head-index .logo img {
	max-width: 100%;
}

.head-index .tnav {
	width: 70%;
}

.dh {
	color: #d11918;
	font-size: 20px;
	font-weight: 600;
	background: url(../images/dh111.png) no-repeat center left;
	padding-left: 55px;
	line-height: 90px;
}





/**/
.x-banner {
	position: relative;

}

.gl {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 9999;
	-webkit-animation: myfirst 1.5s infinite;
	animation: myfirst 1.5s infinite;
	display: none;
}

.gl img {
	max-width: 100%;
}

@-webkit-keyframes myfirst {

	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	50% {
		-webkit-transform: translate(0px, -10px);
		transform: translate(0px, -10px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes myfirst {

	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	50% {
		-webkit-transform: translate(0px, -10px);
		transform: translate(0px, -10px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.x-banner .owl-item.active img {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleUpDown2 {
	from {
		-webkit-transform: scale(1.58);
		transform: scale(1.58);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown2 {
	from {
		-webkit-transform: scale(1.58);
		transform: scale(1.58);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



/**/
.plist1 {
}

.plist1 li {
	width: 25%;
	position: relative;
	overflow: hidden;
}

.plist1 li .wz {
	padding: 2.6vw 1.25vw;
}

.plist1 li .wz .wz1 {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
}

.plist1 li .wz .wz2 {
	color: #666666;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0.83333333333333vw 0;
}

.plist1 li .wz .wz3 {
	width: 32px;
	height: 3px;
	background: #2a3d72;
}

.plist1 li .img1 img {
	width: 100%;
}

.plist1 li .hh {
	transition: all .3s ease;
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background: #2a3d72 url(../images/aecd281ddb67693b8a2ce51faf250d28c781236c.png) no-repeat right  bottom;
	background-repeat: 100% 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 2.86458333333333vw;
}

.plist1 li .hh .hh1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

.plist1 li .hh .hh2 {
	width: 32px;
	height: 3px;
	background: #fff;
	margin: 1.30208333333333vw 0;
}

.plist1 li .hh .hh3 {
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
}

.plist1 li .hh .hh4 {
	width: 110px;
	height: 38px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	line-height: 38px;
	color: #2a3d72;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 2.86458333333333vw;
}
.plist1 li:hover .hh .hh4{
   background: #d11918;
   color:#fff;
}

.plist1 li:hover .hh {
	height: 100%;
	opacity: 1;
}

@media(max-width: 767px) {
	.gl {
		bottom: 10px;
		width: 40px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.plist1 {
		flex-wrap: wrap;
		margin-top: 5%;
	}

	.plist1 li {
		width: 100%;
		margin-bottom: 5%;
	}

	.plist1 li .wz {
		padding: 10px 20px;
	}

	.plist1 li .wz .wz1 {
		font-size: 18px;
	}

	.plist1 li .wz .wz2 {
		font-size: 14px;
		margin: 10px 0;
	}

	.plist1 li .hh .hh1 {
		font-size: 18px;
	}

	.plist1 li .hh .hh2 {
		margin: 10px 0;
	}

	.plist1 li .hh .hh3 {
		font-size: 14px;
		line-height: 22px;
	}

	.plist1 li .hh .hh4 {
		font-size: 12px;
	}
}

/**/
.max1250 {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.about-bg {
	background: url(../images/b6124d64750651112ef4193c384e117f18daff77.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding: 5.20833333333333vw 0;
}

.about-index {
}

.at {
	text-align: center;
}

.at .at1 {
	color: #bdbdbd;
	font-size: 14px;
	text-transform: uppercase;
}

.at .at2 {
	color: #333333;
	font-size: 32px;
	font-weight: 600;
	margin-top: 5px;
}

.at .at3 {
	width: 48px;
	height: 4px;
	background: #2a3d72;
	margin: 0 auto;
	margin-top: 20px;
}

.aw {
	margin-top: 1.5625vw;
}

.aw p {
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}

.am {
	width: 194px;
	height: 46px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 3.64583333333333vw;
}

.am a {
	display: block;
	text-align: center;
	color: #666666;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 44px;
}

.am:hover {
	border: 1px solid #d21917;
	background: #d21917;
}

.am:hover a {
	color: #fff;
}

.alist1 {
	margin-top: 4.42708333333333vw;
}

.alist1 li {
	width: 25%;
	justify-content: flex-start;
}

.alist1 li .img1 {
	width: 25%;
}

.alist1 li .img1 img {
	max-width: 100%;
}

.alist1 li .wz {
}

.alist1 li .wz .wz1 {
	color: #333333;
	font-size: 20px;
	line-height: 1;
}

.alist1 li:hover .wz .wz1 {
	color: #d21917;
}

.alist1 li .img1 {
	transition: all .9s ease;
}

.alist1 li .img1:hover {
	animation: rexiao 0.5s linear;
}

@keyframes rexiao {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(90deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}

.alist1 li .wz .wz2 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

@media(max-width: 767px) {
	.about-bg {
		padding: 5% 0;
	}

	.at .at2 {
		font-size: 20px;
	}

	.aw {
		margin-top: 10px;
	}

	.aw p {
		font-size: 14px;
		line-height: 24px;
	}

	.am {
		width: 150px;
		height: 45px;
		line-height: 43px;
	}

	.am a {
		font-size: 14px;
	}

	.alist1 {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.alist1 li {
		width: 50%;
		margin-bottom: 20px;
	}

	.alist1 li .wz {
		width: calc(100% - 30%);
	}

	.alist1 li .wz .wz1 {
		font-size: 14px;
	}

	.alist1 li .wz .wz2 {
		font-size: 12px;
		margin-top: 5px;
	}
}

/**/
.case-bg {
	margin-top: 4.42708333333333vw;
}

.ct {
	text-align: center;
}

.ct .ct1 {
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
}

.ct .ct2 {
	color: #666666;
	font-size: 16px;
	margin: 15px 0;
}

.ct .ct3 {
	width: 48px;
	height: 3px;
	background: #2a3d72;
	margin: 0 auto;
}

.case-swiper {
	overflow: hidden;
	margin-top: 1.97916666666667vw;
	width: 100%;
	position: relative;
}

.p2next {
	position: absolute;
  /* left: 9.11458333333333%; */
	left: 3.11458333333333%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	background: rgba(0,0,0,.5) url(../images/6cb308da46a1be8212ac8f60aba54221ad4d2463.png) no-repeat center center;
	width: 58px;
	height: 98px;
	outline: none;
}

@media(min-width: 767px) {
	.p2next {
    /* left: 5.114583%; */
	}
}

.p2next:hover {
	background: #b73339 url(../images/6cb308da46a1be8212ac8f60aba54221ad4d2463.png) no-repeat center center;
}

.p2prev {
	position: absolute;
  /* right: 9.11458333333333%; */
	right: 6.11458333333333%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	background: rgba(0,0,0,.5) url(../images/b574b54cfb2df7b907ab1fd3c769d3bcf960ba43.png) no-repeat center center;
	width: 58px;
	height: 98px;
	outline: none;
}

.p2prev:hover {
	background: #b73339 url(../images/b574b54cfb2df7b907ab1fd3c769d3bcf960ba43.png) no-repeat center center;
}

.case-swiper .swiper-slide {
    /* width: 81.77083333333333%; */
	width: 100%;
}

.case-swiper .swiper-slide a {
	display: block;
	position: relative;
}

.case-swiper .swiper-slide a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}

.case-swiper .swiper-slide a .img1 {
	overflow: hidden;
}

.case-swiper .swiper-slide a .img1 img {
	max-width: 100%;
	width: 100%;
}

.case-swiper .swiper-slide.swiper-slide-active a::before {
	opacity: 0;
}

@media(max-width: 767px) {
	.case-bg {
		margin-top: 30px;
	}

	.ct .ct1 {
		font-size: 20px;
	}

	.ct .ct2 {
		font-size: 14px;
		padding: 0 20px;
		margin: 5px 0;
	}

	.case-swiper {
		margin-top: 20px;
	}

	.p2next {
		width: 40px;
		height: 80px;
	}

	.p2prev {
		width: 40px;
		height: 80px;
	}
}


/**/
.news-index {
	margin-top: 5.20833333333333vw;
	margin-bottom: 3vw;
}

.news_list11 {
	position: relative;
	margin-top: 3.125%;
}

.news_list11 .slick-slide {
	position: relative;
	margin: 0 15px;
}

.news_list11 li a {
	display: block;
}

.news_list11 li span {
	display: block;
	font-size: 14px;
	color: #656565;
}

.news_list11 li h3 {
	font-size: 22px;
	color: #656565;
	font-weight: 600;
	padding: 5px 0 15px;
	background: url(../images/s1.png) no-repeat left bottom;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 10px;
}

.news_list11 li:hover h3 {
	background: url(../images/s2.png) no-repeat left bottom;
	color: #d21917;
}

.news_list11 li .nimg {
	overflow: hidden;
}

.news_list11 li .nimg img {
	width: 100%;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.news_list11 li .nconttt {
	margin: 15px 0 10px;
	font-size: 14px;
	color: #656565;
	line-height: 1.7;
}

.news_list11 li i {
	font-style: inherit;
	font-size: 14px;
	color: #656565;
	opacity: .75;
}

.news_list11 li:hover i {
	color: #d21917;
}

.news_list11 li:hover .nimg img {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
}

.news_list11 .slick-prev,
.news_list11 .slick-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	z-index: 9999;
	font-size: 0;
}

.news_list11 .slick-prev {
	left: -3.125%;
	background: url(../images/6b7d887c9db6e137930fd5a6ab2b88b7142cfd54.png) no-repeat center;
}

.news_list11 .slick-next {
	right: -3.125%;
	background: url(../images/55aa90df5eaa544a62f202e7a5e3b20299628f88.png) no-repeat center;
}

.news_list11 .slick-prev:hover {
	background: url(../images/hvl.png) no-repeat center;
}

.news_list11 .slick-next:hover {
	background: url(../images/hvr.png) no-repeat center;
}

@media (max-width:1440px) {
	.news_list11 {
		padding: 0 50px;
	}

	.news_list11 .slick-prev {
		left: 0px;
	}

	.news_list11 .slick-next {
		right: 0px;
	}
}

@media (max-width:767px) {
	.news-index {
		margin-top: 30px;
	}

	.news_list11 {
		padding: 0 0px;
		margin-top: 30px;
	}

	.news_list11 .slick-slide {
		margin: 0 10px;
	}

	.news_list11 .slick-prev,
    .news_list11 .slick-next {
		display: none!important;
	}
}





/*工程案例*/
.hhcs {
	background: url(../images/ccbg.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 65px 0;
}

.flex_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.flex_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.case_11 {
	width: 39.6%
}

.case_11 li {
	width: 100%;
	position: relative;
}

.case_11 li a.img {
	display: block
}

.case_11 li a.img img {
	width: 100%
}

.case_11 li h2 {
	background: rgba(0,0,0,.4);
	line-height: 55px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	position: absolute;
	color: #fff;
	text-align: center;
}

.case_22 {
	width: 26.1%
}

.case_22 li {
	width: 100%;
	position: relative;
}

.case_22 li a.img {
	display: block
}

.case_22 li a.img img {
	width: 100%
}

.case_22 li h2 {
	background: rgba(0,0,0,.4);
	line-height: 55px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	position: absolute;
	color: #fff;
	text-align: center;
}

.case_33 {
	width: 32.1%
}

.case_33 li {
	width: 100%;
	position: relative;
}

.case_33 li a.img {
	display: block
}

.case_33 li a.img img {
	width: 100%
}

.case_33 li h2 {
	background: rgba(0,0,0,.4);
	line-height: 55px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	position: absolute;
	color: #fff;
	text-align: center;
}

.case_33 li:nth-child(1) {
	margin-bottom: 17px;
}

.case_22 li:hover h2 {
	background: rgba(210,25,23,.4);
}

.case_33 li:hover h2 {
	background: rgba(210,25,23,.4);
}

.case_11 li:hover h2 {
	background: rgba(210,25,23,.4);
}

@media (max-width:992px) {
	.case_33 {
		width: 100%;
		margin-top: 20px;
	}

	.case_22 {
		width: 100%;
		margin-top: 20px;
	}

	.case_11 {
		width: 100%
	}

	.case_33 li h2 {
		background: rgba(0,0,0,.4);
		line-height: 45px;
		width: 100%;
		left: 0px;
		bottom: 0px;
		font-size: 14px;
		position: absolute;
		color: #fff;
		text-align: center;
	}

	.case_11 li h2 {
		background: rgba(0,0,0,.4);
		line-height: 45px;
		width: 100%;
		left: 0px;
		bottom: 0px;
		font-size: 14px;
		position: absolute;
		color: #fff;
		text-align: center;
	}

	.case_22 li h2 {
		background: rgba(0,0,0,.4);
		line-height: 45px;
		width: 100%;
		left: 0px;
		bottom: 0px;
		font-size: 14px;
		position: absolute;
		color: #fff;
		text-align: center;
	}
}










/**/
.honor-bg {
	background: #f6f6f7;
	padding-top: 3.64583333333333vw;
	padding-bottom: 4.94791666666667vw;
	display: none;
}

.honor-list {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 4vh;
}

.honor-item {
	padding: 0 8px;
}

.honor-item .img {
	overflow: hidden;
}

.honor-item .img img {
	transition: all .5s ease;
	max-width: 100%;
}

.honor-item .img:hover img {
	transform: scale(1.1);
}

@media (max-width: 1024px) {
}

@media(max-width: 767px) {
	.honor-bg {
		margin-top: 30px;
		padding: 5% 0;
	}

	.honor-list {
		margin-left: 0;
		margin-right: 0;
	}
}

.more_22 {
	width: 146px;
	height: 44px;
	border-radius: 18px;
	border: solid 1px #b7b7b7;
	text-align: center;
	margin: 0 auto;
	margin-top: 45px;
}

.more_22 a {
	color: #767676;
	line-height: 44px;
	font-size: 16px;
}

.more_22:hover {
	background: #d21917;
	border: solid 1px #d21917;
}

.more_22:hover a {
	color: #fff;
}







/*  */
.x-layout {
	background: #272727;
	padding: 6vh 0 5vh;
}

.x-layout-logo {
	margin-bottom: 20px;
}

.x-layout-desc {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.x-layout-contact {
	margin-top: 30px;
}

.x-layout-contact p {
	margin-bottom: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
}

.x-layout-contact strong {
	display: block;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
	color: #fff;
}

.x-layout-menu dl {
	float: left;
	width: 33%;
	text-align: left;
}

.x-layout-menu dl dt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 1.43em;
}

.x-layout-menu dl dd a {
	display: block;
	font-size: 15px;
	color: #bbb;
	line-height: 2;
	transition: all .3s;
}

.x-layout-menu dl dd a:hover {
	color: #d21917;
	padding-left: 6px;
}

.x-layout-ewm {
	text-align: center;
	color: #ddd;
	font-size: 14px;
	line-height: 2.4;
}

.x-layout-ewm img {
	max-width: 140px;
	width: 100%;
	margin-right: 0px;
}

.x-layout-ewm p {
	margin-right: 0px;
}

.f-contact {
	color: #bbbbbb;
	font-size: 14px;
	line-height: 2;
}

.f-contact .f-num {
	color: #fff;
	font-size: 32px;
	font-family: arial;
}

.x-footer {
	background: #272727;
	padding: 20px 0;
	font-size: 14px;
	color: #bbbbbb;
	line-height: 2;
	border-top: 1px solid #3d3d3d;
}

.x-footer a {
	color: #bbbbbb;
	font-size: 14px;
}

.x-footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
	margin: 5px 0;
}

.x-power {
	margin-top: 5px;
}


/*  */
.foot-nav {
	width: 40%;
}

.flex2 {
	display: flex;
	align-items: center;
}

.foot-code span {
	display: inline-block;
	margin-right: 20px;
}

.foot-code span:nth-of-type(2) img {
	margin-right: 0;
}

.foot-code span:nth-of-type(2) p {
	margin-right: 0;
}

.foot-link {
	width: 290px;
	border: 1px solid #323232;
	height: 38px;
	margin-top: 20px;
}

.foot-link .link1 {
	width: 198px;
	position: relative;
	font-size: 13px;
	color: rgba(255,255,255,.6);
	background: #222222;
}

.foot-link .link1 .button {
	display: block;
	text-align: right;
	line-height: 32px;
	padding-right: 12px;
}

.link1-con {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: rgba(255,255,255,.6);
	padding: 10px;
	min-width: 198px;
}

.foot-link .link2 {
	width: 90px;
	background: #323232;
	position: relative;
}

.foot-link .link2 .button2 {
	color: #777777;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	width: 90px;
}

.link2-con {
	display: none;
	position: absolute;
	bottom: 36px;
	right: 0;
	background: rgba(255,255,255,.6);
	padding: 5px;
	width: 150%;
}

.link2-con a {
	display: block;
}

.cop-index {
}

.cop-index .cop2 {
	text-align: right;
}

@media(max-width: 767px) {
	.x-layout {
		padding: 5% 0;
	}

	.foot-contact {
		width: 100%;
		float: none;
	}

	.f-contact .f-num {
		font-size: 24px;
	}

	.foot-code {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.cop-index {
		flex-wrap: wrap;
	}

	.cop-index .cop1 {
		width: 100%;
	}

	.cop-index .cop2 {
		width: 100%;
		text-align: left;
	}

	.n_banner {
		width: 100%;
		margin: 0 auto;
		margin-top: 60px;
	}
	.cop-index .cop2 .seo{
	    flex-wrap: wrap;
	}
}

.out-head.scroll {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}

.out-head.scroll a {
	color: #000;
}

.out-head.scroll .x-sub-menu {
	top: 100px;
}














