/*头部*/

.header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: 0.4s;
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header .logo {
	display: flex;
	align-items: center;
}

.header .logo img {
	height: 3rem;
}

.header .tel {
	background: #f3d005;
	border-radius: .5rem;
	padding: .66rem 1.5rem;
	font-weight: bold;
	font-size: 1.2rem;
	color: #FFF;
}


.pcnav {
	width: 50%;
}

.pcnav .item {
	position: relative;
	cursor: pointer;
	text-align: center;
	padding: 0 1.5%;
}

.pcnav .item p a {
	position: relative;
	font-family: 'gilroy_Medium';
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 6rem;
	color: #333;
	transition: all 0.4s;
}

.pcnav .item p a:hover {
	color: #f3d005;
	font-weight: bold;
}


.pcnav .item:hover a::after {
	width: 50%;
}

.pcnav .item .subnav {
	position: absolute;
	width: 12rem;
	z-index: 199;
	background: #fff;
	border-radius: 0 0 .3rem .3rem;
	margin-left: -3.5rem;
}

.pcnav .item .subnav {
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	border-radius: 0 0 .3rem .3rem;
}

.pcnav .item:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 0 0 .3rem .3rem;
}

.pcnav .item .subnav a {
	display: block;
	text-align: center;
	color: #333;
	font-size: .95rem;
	padding: .8rem;
}

.pcnav .item .subnav a:hover {
	color: #222;
	background: #f3d005;
}

.yuyan a{
	padding: 0 .4rem;
}
.yuyan em{
	padding: 0 .4rem;
}

.yuyan .Searchico {
	cursor: pointer;
}

.Searchico i {
	font-size: 1.3rem;
	margin-right: 1rem;
	border-right: 1px solid #999;
	padding-right: 1rem;
	color: #666;
}

.searchbox {
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	display: none;
	position: absolute;
	top: 6rem;
	height: 6rem;
	padding: 2rem 30%;
	border-top: 1px solid #e7e7e7;
}

.searchbox .input {
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-indent: 1em;
	border: 1px solid #e7e7e7;
}

.searchbox .input::-webkit-input-placeholder {
	color: #959595;
}

.searchbox .btns {
	position: absolute;
	top:2rem;
	width: 90px;
	height: 53px;
	border: 0;
	background: #f3d005;
}

.searchbox .btns i {
	font-size: 1.1rem;
	color: #FFF;
	border: 0;
	cursor: pointer;
}

/* 底部 */
footer {
	background: #f7f7f7;
	border-top: 3px solid #f3d005;
}

footer .foot-nav {
	display: block;
	padding: 3rem 0;
}

footer .foot-nav .left {
	width: 35%;
}

footer .foot-nav .left .lx {}

footer .foot-nav .left .lx .img img {
	width: 7rem;
	border-radius: .5rem;
	margin-right: 1rem;
}

footer .foot-nav .left .lx p {
	color: #2b2b28;
	font-size: 1rem;
	width: calc(100% - 8rem);

}

footer .foot-nav .right {
	width: 60%;
}

footer .foot-nav .right .item h2 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #2b2b28;
	margin-bottom: 1rem;
}

footer .foot-nav .right .item a {
	color: #2b2b28;
	display: block;
	font-size: 1rem;
	line-height: 2rem;
}

footer .foot-nav .right .item a:hover {
	color: #f3d005;
}

footer .copy {
	text-align: center;
	padding: 2rem 0;
	color: #2b2b28;
	border-top: 1px solid #ccc;
}

footer .copy a {
	font-size: 1.1rem;
	color: #2b2b28;
}

footer .copy a:hover {
	color: #f3d005;
}



/* BANNER */
.pc-banner {
	position: relative;
}

.pc-banner .mySwipera .swiper-slide {
	cursor: pointer;
}

.pc-banner .mySwipera .swiper-slide picture {
	position: relative;
}

.pc-banner .mySwipera .swiper-slide picture img {
	width: 100%;
}


.pc-banner .mySwipera .swiper-slide .text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-around;
}


.pc-banner .mySwipera .swiper-slide .box .content1 {
	font-size: 3.5rem;
	font-family: 'gilroy_light';
	color: #FFF;
	font-weight: 500;
	width: 100%;
	margin-bottom: 1.5rem;
	text-shadow: 1px 1px 2px #222;
}
/* 
.pc-banner .mySwipera .swiper-slide .box .content2 {
	display: inline-block;
	padding: 1rem 3rem;
	border-radius: 1rem;
	transition: all .5s;
	background: #f3d006;
}

.pc-banner .mySwipera .swiper-slide .box .content2 a {
	color: #222;
} */

.pc-banner .mySwipera .swiper-pagination span {
	opacity: 1;
	background: #fff;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	margin: 0 .4375rem;
}

.pc-banner .mySwipera .swiper-pagination span.swiper-pagination-bullet-active {
	background: #f3d006;
}

.pc-banner .mySwipera .swiper-pagination {
	bottom: 30px;
}


.hTit {
	text-align: center;
}

.hTit h2 {
	font-size: 2.2rem;
	font-weight: bold;
}

.hTit .line {
	display: inline-block;
	background: #f3d005;
	width: 4rem;
	height: 4px;
	margin: 1rem 0;
}

.hTit p {
	font-size: 1.2rem;
	color: #666;
}



.hTits {
	text-align: center;
}

.hTits h2 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
}

.hTits .line {
	display: inline-block;
	background: #ffffff;
	width: 4rem;
	height: 4px;
	margin: 1rem 0;
}

.hTits p {
	font-size: 1.2rem;
	color: #ffffff;
}


.section1 {
	margin: 4rem 0;
}


.section1 .box {
	margin: 3rem 0;
}

.section1 .box .img {
	border-radius: .5rem;
	background: #fff;
	border: 1px solid #e7e7e7;
	margin: .5rem;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.section1 .box .name {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1rem;
}

.section1 .box .more {
	text-align: center;
}

.section1 .box .more a {
	color: #f3d005;
}

.section1 .box .more span {
	margin-right: .5rem;
}

.section1 .box .more i {
	font-size: 1.8rem;
	font-weight: bold;
}

.section1 .box .swiper-pagination2 {
	text-align: center;
	margin-top: 3rem;
}

.section1 .box .swiper-pagination2 span {
	background: rgba(0, 0, 0, 0.3);
	width: .675rem;
	height: .675rem;
	border-radius: 50%;
	margin: 0 0.4rem !important;
	opacity: 1;
}

.section1 .box .swiper-pagination2 span.swiper-pagination-bullet-active {
	background: #f3d006;
}

.section2 {
	background: url(../images/bg1.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 6rem 0;
	border-top: 5px solid #f3d005;
}

.section2 .item {
	width: 30%;
	text-align: center;
	transition: all .5s;
	padding: 3rem 0;
	cursor: pointer;
	background: #FFF;
	border-radius: .5rem;
	margin-top: 3rem;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.section2 .item:hover {
	background: #f3d005;
	border-radius: .5rem;
}

.section2 .item i {
	display: inline-block;
	background: #f3d005;
	border-radius: 50%;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 3rem;
	color: #FFF;
	text-align: center;
	transition: all .5s;
}

.section2 .item:hover i {
	background: #2b2b28;
	transform: rotate3d(0, 1, 0, 360deg);
}

.section2 .item span {
	display: block;
	font-size: 1.8rem;
	color: #2b2b28;
	margin: 1rem 0;
	transition: all .5s;
}

.section2 .item p {
	font-size: 1rem;
	color: #2b2b28;
	padding: .5rem 1rem 0 1rem;
}

.section2 .item:hover span {
	margin-top: 2rem;
}

.section3 {
	margin: 5rem 0;
}

.section3 .left {
	width: 45%;
}

.section3 .left .Tit h2 {
	font-size: 2.2rem;
	font-weight: bold;
}

.section3 .left .Tit .line {
	display: inline-block;
	background: #f3d005;
	width: 4rem;
	height: 4px;
	margin: 1rem 0;
}

.section3 .left .Tit p {
	font-size: 1.15rem;
	color: #666;
}

.section3 .left .text {
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
	margin: 2rem 0;
}

.section3 .left .more {
	display: inline-block;
	background: #f3d005;
	border-radius: .5rem;
	padding: 1rem 3rem;
}

.section3 .left .more a {
	color: #222;
}

.section3 .left .more:hover {
	background: #f3d006;
}

.section3 .right {
	width: 50%;
}

.section3 .right img {
	max-width: 100%;
}

.section4 {
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	padding: 4rem 0;

}
.section4 .box{
	margin-top: 3rem;
	cursor: pointer;
}
.section4 .left{
	width: 50%;
}
.section4 .left .name {
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
	margin-bottom: 2rem;
}

.section4 .left  .text{
	font-size: 1.2rem;
	color: #fff;
	line-height: 2rem;
}
.section4 .right{
	width: 46%;
}
.section4 .right img{
	width: 100%;
	border-radius: .5rem;
}
.section4 .box .swiper-pagination2 {
	text-align: center;
	margin-top: 3rem;
}

.section4 .box .swiper-pagination2 span {
	background: rgba(255, 255, 255, 0.3);
	width: .675rem;
	height: .675rem;
	border-radius: 50%;
	margin: 0 0.4rem !important;
	opacity: 1;
}

.section4 .box .swiper-pagination2 span.swiper-pagination-bullet-active {
	background: #f3d006;
}


.section5 {
	margin: 4rem 0;
}

.section5 .item {
	border: 1px solid #e7e7e7;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
	margin: 2rem 1rem;
}

.section5 .item:hover {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.section5 .item .box {
	padding: 1rem;
}

.section5 .item .box .name {
	font-size: 1.5rem;
}

.section5 .item .box .date {
	display: block;
	font-size: .9rem;
	color: #999;
	padding: 1rem 0;
}

.section5 .item .box .text {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	text-align: justify;
}

@media screen and (max-width: 990px) {
	.header {
		display: none;
	}

	.pc-banner .mySwipera .swiper-slide .box .content1 {
		font-size: 1.8rem;
		margin-bottom: .5rem;
	}

	.pc-banner .mySwipera .swiper-slide .box .content2 {
		font-size: 1.4rem;
	}

	.hTit em {
		font-size: 3rem;
	}

	.hTit h2 {
		font-size: 2rem;
		margin-top: -2rem;
	}

	.hTit p {
		font-size: 1rem;
	}


}


@media screen and (max-width: 768px) {
	.header {
		display: none;
	}

	.pc-banner .mySwipera .swiper-slide .box .content1 {
		font-size: 1.4rem;
		margin-bottom: .5rem;
	}

	.pc-banner .mySwipera .swiper-slide .box .content2 {
		border: 0;
		padding: 1rem 0;
		border-radius: 0;
		font-size: 1rem;
	}

	.pc-banner .mySwipera .swiper-button-next1 {
		display: none;
	}

	.pc-banner .mySwipera .swiper-button-prev1 {
		display: none;
	}

	.pc-banner .mySwipera .swiper-pagination {
		bottom: 10px;
	}

	.pc-banner .mySwipera .swiper-pagination span {
		width: 0.6rem;
		height: 0.6rem;
	}

	.hTit em,.hTits em {
		font-size: 3rem;
	}

	.hTit h2,.hTits h2 {
		font-size: 1.8rem;
	}

	.hTit p,.hTits p {
		font-size: 1rem;
		line-height: 2.2rem;
	}

	.section2 .item {
		width: 48%;
		margin-top: 1rem;
	}
	.section2 .item:last-child {
		width: 100%;
	}

	.section2 .item i {
		width: 5rem;
		height: 5rem;
		line-height: 5rem;
		font-size: 2.5rem;
	}

	.section2 .item span {
		font-size: 1.2rem;
		margin: .5rem 0;
	}

	.section2 .item p {
		font-size: 1rem;
	}

	.section3 .left {
		width: 100%;
		margin-bottom: 1rem;
	}

	.section3 .right {
		width: 100%;
	}
	

	.section4 .left {
		width: 100%;
		margin-bottom: 1rem;
	}
	.section4 .left .text{
		font-size: 1rem;
	}
	.section4 .right {
		width: 100%;
	}
	.section4 .box .swiper-pagination2{
		margin-top: 1rem;
	}

	footer .foot-nav .left {
		width: 100%;
	}

	footer .foot-nav .right {
		display: none;
	}



}