@charset "utf-8";
a {text-decoration: none; color: #000;}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.fullPage {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.slide { position: relative; width: 100%; height: 100%; overflow: hidden;}
.slide_changeDiv { position: absolute; width: 100%; height: 100vh; top: -9999px; left: -9999px; }
.slide_changeDiv_cur { top: 0px; left: 0px; }
.fp1 {
	background-image: url(../images/sy_bg1_01.png);
	background-size: 100% auto;
}
.fp2 {
	background-image: url(../images/sy_bg1_02.png);
	background-size: 100% auto;
}
.fp3 {
	background-image: url(../images/sy_bg1_03.png);
	background-size: 100% auto;
}
.fpHome {
	background-image: url(../images/sy_bg2_01.png);
	background-size: 100% auto;
	background-position: center top;
}
.fpGk {
	background-image: url(../images/sy_bg3_01.png);
	background-size: 100% auto;
	background-position: center top;
}
.fpWh {
	background-image: url(../images/sy_bg4_01.png);
	background-size: 100% auto;
	background-position: center top;
}
.fpYs {
	background-image: url(../images/sy_bg5_01.png);
	background-size: 100% auto;
	background-position: center bottom;
}
.fpFw {
	background-image: url(../images/sy_bg6_01.png);
	background-size: 100% auto;
}
.fp1Block {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #7C7C7C;
	left: 0;
	bottom: 40px;
}
.fp1Block01 {font-size: 36px;}
.fp1Block02 {font-size: 60px;}
.fp1Block03 {font-size: 40px;}
.fp2Block {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 40%;
	color: #ffffff;
	font-size: 60px;
}
.fp3Block {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	color: #7C7C7C;
	font-size: 30px;
}
.fp3BlockItem {
	display: inline-block;
	margin: 0 10px;
}
.homeBottom {
	width: 1200px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -600px;
}
.homeBottomBox {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}
.homeBottomBoxItem {
	text-align: center;
}
.homeBottomBoxItem_img {
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homeBottomImgBox {
	display: flex;
	justify-content: center;
}
.homeBottomBoxItem_img img {
	height: 86px;
	width: auto;
}
.homeBottomBoxItem_title {
	width: 100%;
	font-size: 24px;
	padding: 20px 0;
}
.homeBottomBoxItem_text {
	font-size: 15px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixedFull {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.headNoFixed {
	position: relative;
}
.headerMa {
	width: 1200px;
	margin: 0 auto;
}
.headerBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo img {
	margin-top: 10px;
	height: 43px;
	width: auto;
}
.menu li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	font-size: 15px;
}
.menu li .menuTitle {
	position: relative;
	z-index: 100;
}
.menu li a {
	font-size: 15px;
}
.menu dl {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-top: 60px;
	display: none;
}
.menu dl dd {
	padding: 8px 0;
	text-align: center;
	font-size: 13px;
}
.menu dl dd a {
	font-size: 13px;
}
.menu li:hover dl {
	display: block;
}
.menu li:hover .menuTitle,.menu li:hover .menuTitle a {
	color: #B13A20;
}
.gkBlock {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 80px;
}
.gkBlockTitle {
	border-bottom: 1px solid #000;
	font-size: 60px;
	text-align: left;
}
.gkBlockBox {
	display: flex;
	justify-content: space-between;
}
.gkBlockBoxItem {
	width: 28%;
	text-align: left;
}
.gkBlockBoxItem_title {
	font-size: 40px;
	padding: 5px 0;
}
.gkBlockBoxItem_text {
	font-size: 16px;
	line-height: 1.5;
}
.fpWh .gkBlockTitle {
	border: 0;
	padding-bottom: 60px;
}
.fpWh .gkBlockTitle,.fpWh .gkBlockBoxItem {
	text-align: center;
}
.fpYs .gkBlockBoxItem {
	width: 100%;
}
.fpYs .gkBlock {
	bottom:inherit;
	top: 80px;
}
.fpYs .gkBlockTitle {
	border: 0;
	padding-bottom: 20px;
}
.ysLabel {
	width: 1200px;
	position: absolute;
	bottom: 130px;
	left: 50%;
	margin-left: -600px;
}
.ysLabelItem {
	width: 33%;
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}
.ysLabelTitle {
	font-size: 20px;
}
.ysLabelText {
	font-size: 16px;
	margin-top: 5px;
}
.fpFw .gkBlock {
	bottom:inherit;
	top: 80px;
}
.fpFw .gkBlockTitle {
	border: 0;
}
.fwBlock {
	position: absolute;
	width: 100%;
	height: 100%;
}
.fwBlockBox {
	display: flex;
	align-items: center;
	height: 100%;
}
.fwBlockBoxItem {
	flex-grow: 1;
	margin-top: 100px;
}
.fwPic img {
	width: 100%;
	height: auto;
}
.fwTextTitle {
	font-size: 20px;
	margin-top: 5px;
}
.fwTextEn {
	font-size: 16px;
}
.subNav {
	margin-top: 50px;
}
.subNavMa {
	width: 1200px;
	margin: 0 auto;
}
.subNavItem {
	padding: 5px 0;
	font-size: 20px;
}
.subNavItem.cur {
	color: #B13A20;
}
.list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.listItem {
	width: 33.3%;
}
.listItem img {
	width: 100%;
	height: auto;
	display: block;
}
.alcont {
	margin-top: 40px;
}
.alMa {
	width: 1200px;
	margin: 0 auto;
}
.bigImg img {
	width: 100%;
	height: auto;
}
.alSma {
	display: flex;
	width: 100%;
}
.alSmaItem {
	width: 20%;
}
.alSmaItem img {
	width: 100%;
	height: auto;
}
.hzImg {
	width: 1100px;
}
.hzImg img {
	width: 100%;
	height: auto;
}
.lxwm {
	font-size: 20px;
	margin-top: 50px;
	padding-bottom: 30px;
}
.lxCode img {
	width: 180px;
	height: auto;
}
.lxFlex {
	display: flex;
}
.lxLeft {
	text-align: left;
}
.footer {
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
}
.footMa {
	width: 1200px;
	margin: 0 auto;
}
.footLogo {
	text-align: center;
}
.footLogo img {
	width: 110px;
	height: auto;
}
.copyRight {
	margin-top: 10px;
	font-size: 16px;
}















































































































































