body {
	/*min-width: 1920px;*/
	/*min-width: 1200px;*/
}
img {
	display: block;
}
.swiper-container,.swiper-wrapper,.swiper-slide{
	height: auto!important;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.title h1 {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.title .ttline {
	margin: 5px auto 0;
	width: 100px;
	height: 2px;
	background: #bb1f34;
}

@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 5%;
	}
}
@media (max-width: 768px) {
	.title h1 {
		font-size: 24px;
	}
	.title .ttline {
		width: 80px;
	}
}


.topdemo {
	position: relative;
}
.toppic_pc {
	width: 100%;
	display: block;
}
.toppic_phone {
	width: 100%;
	display: none;
}
.logowhite {
	position: absolute;
	left: 3.125%;
	top: 2.6%;
	z-index: 999;
	width: 3.6%;
}
.qrcode {
	position: absolute;
	top: 60%;
	left: 19%;
	display: flex;
	align-items: center;
	width: 100%;
}
.qrcode img {
	width: 11%;
	margin-right: 2.6%;
}
@media (max-width: 768px) {
	.toppic_pc {
		display: none;
	}
	.toppic_phone {
		display: block;
	}
	.logowhite {
		width: 8%;
	}
	.qrcode {
		left: 2%;
		width: 98%;
	}
	.qrcode img {
		width: 20%;
	}
}

.header {
	border-bottom: 1px solid #eeeeee;
}
.header .inner {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav {
	display: flex;
	align-items: center;
}
.nav li {
	margin-left: 50px;
}
.nav li a {
	font-size: 22px;
	color: #333333;
}
@media (max-width: 768px) {
	.logored {
		display: none;
	}
	.header .inner {
		height: auto;
		justify-content: center;
		padding: 0;
	}
	.nav {
		flex-wrap: wrap;
		width: 100%;
	}
	.nav li {
		width: 50%;
		text-align: center;
		margin-left: 0;
		height: 40px;
		line-height: 40px;
		border: 1px solid #f9f9f9;
	}
	.nav li a {
		font-size: 16px;
	}
}

.blockone {
	padding: 50px 0;
}
.bo_p {
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	margin: 30px 0;
}
.bolist {
	margin-top: 160px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.bolist li {
	display: flex;
	width: 50%;
	margin-bottom: 120px;
}
.bolist li:nth-child(2n) {
	justify-content: flex-end;
}
.bolist li img {
	width: 60px;
	height: 60px;
	margin-right: 40px;
	object-fit: contain;
}
.bolist li .boli_r h1 {
	font-size: 20px;
	color: #323232;
	font-weight: bold;
	margin-bottom: 15px;
}
.bolist li .boli_r p {
	font-size: 16px;
	color: #656565;
	width: 235px;
}
.gypic {
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
@media (max-width: 768px) {
	.blockone {
		padding: 30px 0;
	}
	.bo_p {
		font-size: 14px;
		margin: 20px 0;
	}
	.gypic {
		position: relative;
	}
	.bolist {
		margin-top: 10%;
	}
	.bolist li {
		width: 100%;
		margin-bottom: 10%;
	}
	.bolist li .boli_r h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.bolist li .boli_r p {
		font-size: 14px;
	}
}


.blocktwo .title h1 {
	color: #fff;
}
.blocktwo .title .ttline {
	background: #fff;
}
.blocktwo {
	padding: 50px 0;
	height: 860px;
	box-sizing: border-box;
	background: url(../image/blocktwo.jpg) no-repeat top center/100% 100%;
}
.blocktwo .inner {
	position: relative;
}
.bt_p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin: 30px 0;
	text-align: center;
}
.btrow {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.btrow1 {
	margin-top: 75px;
}
.btrow2 {
	justify-content: space-between;
}
.btrow3 {
	margin-bottom: 40px;
}
.btrow .btrowbox {
	display: flex;
	color: #fff;
}
.btrow .btrowbox img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.btrow .btrowbox .boli_r h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.btrow .btrowbox .boli_r p {
	font-size: 16px;
	line-height: 1.5;
	/*width: 255px;*/
}
.btrow1 .btrowbox:nth-child(1) {
	margin-right: 280px;
}
.btrow3 .btrowbox:nth-child(1) {
	margin-right: 480px;
}
.yxpic {
	display: block;
	margin: 0 auto;
}
.swiper-button-prev{
	outline: none;
	width: 40px;
	height: 40px;
	background: url(../image/left.png);
	left: -50px;
}
.swiper-button-next{
	outline: none;
	width: 40px;
	height: 40px;
	background: url(../image/right.png);
	right: -50px;
}
@media (max-width: 1199px) {
	.yxpic {
		width: 43%;
	}
}
@media (max-width: 768px) {
	.btrow1 .btrowbox:nth-child(1) {
		margin-right: 0;
	}
	.btrow3 .btrowbox:nth-child(1) {
		margin-right: 0;
	}
	.btrow {
		flex-wrap: wrap;
	}
	.btrow .btrowbox {
		width: 100%;
		margin-bottom: 10%;
	}
	.btrow1 {
		margin-top: 0;
	}
	.btrow2 {
		justify-content: space-between;
	}
	.btrow3 {
		margin-bottom: 0;
	}
	.btrow {
		margin-bottom: 0;
	}
	.yxpic {
		position: relative;
		width: 85%;
		margin-right: 0;
		left: 50%;
		bottom: 0;
	}
	.btrow .btrowbox .boli_r h1 {
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.btrow .btrowbox .boli_r p {
		font-size: 14px;
		line-height: 1.5;
	}
	.bt_p {
		margin: 20px 0;
		font-size: 14px;
	}
}


.blockthree {
	padding: 50px 0 0;
}
.ylmsbot {
	width: 100%;
}
.ylmsbot>img {
	width: 39.1%;
	float: left;
}
.ylmsbot .ylmslist {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	width: 55.3%;
	float: right;
	margin-top: 80px;
}
.ylmsbot .ylmslist li {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	width: 50%;
}
.ylmsbot .ylmslist li img {
	width: 60px;
	height: 60px;
	margin-right: 30px;
}
.ylmsbot .ylmslist li h1 {
	font-size: 17px;
	color: #323232;
	font-weight: bold;
}
@media (max-width: 768px) {
	.ylmsbot .ylmslist {
		width: 100%;
		margin-top: 20px;
	}
	.ylmsbot .ylmslist li {
		width: 100%;
		margin-bottom: 10%;
	}
	.ylmsbot .ylmslist li h1 {
		font-size: 18px;
	}
	.ylmsbot>img {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}


.blockfour {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.ymzs {
	margin-top: 55px;
	position: relative;
}
.ymzs .swiper-pagination {
	left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    width: 100%;
}

.ymzs .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid #bb1f34;
	outline: none;
	opacity: 1;
}
.ymzs .swiper-pagination .swiper-pagination-bullet-active{
	background: #bb1f34;
}
.ymzs .swiper-slide img {
	width: 272px;
}
@media (max-width: 1199px) {
	.ymzs .swiper-slide img {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.ymzs .swiper-slide img {
		width: 80%;
		margin: 0 auto;
	}
}


.blockfive {
	padding: 70px 0 90px;
	background-image: linear-gradient(90deg, 
		#ef6444 0%, 
		#bb1f34 100%), 
	linear-gradient(
		#e6ca88, 
		#e6ca88);
	background-blend-mode: normal, 
		normal;
	opacity: 0.9;
}
.blockfive .title h1 {
	color: #fff;
}
.blockfive .title .ttline {
	background: #fff;
}
.download {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
}
.download .dlbtn {
	width: 240px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 40px;
	margin: 0 30px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.download .dlbtn img {
	margin-right: 20px;
}
@media (max-width: 768px) {
	.download .dlbtn {
		margin-bottom: 10%;
	}
}


.blocksix {
	padding: 60px 0 80px;
}
.lxwmlist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 55px 0;
}
.lxwmlist li {
	display: flex;
	align-items: center;
}
.lxwmlist li img {
	width: 50px;
	height: 50px;
	margin-right: 30px;
}
.lxwmlist li .lxtext {
	display: flex;
	align-items: center;
	font-size: 14.7px;
	color: #666666;
}
.lxwmlist li .lxtext span {
	margin-right: 10px;
}
.lytop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.lytop .lyinp {
	display: block;
	width: 49%;
	height: 50px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0 20px;
}
.liuyancontent textarea {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	resize: none;
	outline: none;
}
.liuyancontent input.tjbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #bb1f34;
	width: 160px;
	height: 60px;
	border: 2px solid #de6058;
	border-radius: 10px;
	background: #fff;
	margin: 45px auto 0;
	cursor: pointer;
}
@media (max-width: 768px) {
	.lxwmlist {
		margin: 10% 0;
	}
	.lxwmlist li {
		width: 100%;
		margin-bottom: 10%;
	}
}
.footer {
	padding: 50px 0;
	background: #434343;
}
.footnav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.footnav li a {
	color: #f5f5f5;
	font-size: 18px;
	padding: 0 25px;
	line-height: 1;
	border-left: 2px solid #999999;
}
.footnav li:first-child a {
	border: none;
}
.ftinfo {
	font-size: 12px;
	color: #999999;
	line-height: 1;
	text-align: center;
}
.ftinfo span {
	margin-left: 20px;
}
@media (max-width: 768px) {
	.footer {
		padding: 25px 0;
	}
	.footnav li {
		width: 100%;
		text-align: center;
	}
	.footnav li a {
		border: none;
		line-height: 2;
	}
	.ftinfo span {
		margin-left: 0;
		display: block;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	.gypic {
		transform: translateX(-50%) scale(.6);
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.gypic {
		transform: translateX(-50%) scale(.6);
	}
	.bolist li:nth-child(2n) {
		justify-content: flex-start;
	}
	.yxpic{
		position: static;
		width: 70%;
		left: 0;
		margin: 0 auto
	}
	.swiper-button-next,.swiper-button-prev{
		display: none;
	}
}
@media (max-width: 767px) {
	.yxpic{
		position: static;
		width: 70%;
		left: 0;
		margin: 0 auto
	}
	.swiper-button-next,.swiper-button-prev{
		display: none;
	}
	.blocktwo{
		height: auto;
		min-height: 560px
	}
}









































