body{
	background: #FFF6EC;
}

input{
	border: none !important;
	background: none !important;
}
input:focus {
  outline: none;
}
.color-003 {
	color: #003DBF;
}

/* 当屏幕宽度大于或等于1200像素时，增加字体大小 */
@media (min-width: 768px) {
	body{
		min-width: 1200px;
	}
	.pc-block{
		display: block;
	}
	.mv-block{
		display: none;
	}

	
	.main-box{
		max-width: 80%;
		margin: 0 auto;
	}
	
	.swiper-one-box{
		width: 100%;
	}
	.swiper-one-box .swiper-wrapper {
		height: auto;
	}
	.swiper-one-img{
		width: 100%;
		display: block;
	}
	.swiper-word{
		background: linear-gradient( 180deg, rgba(0,66,149,0.11) 0%, rgba(0,0,2,0.71) 100%);
		padding: 40px 80px 16px 16px;
		color: #fff;
		font-size: 22px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.swiper-one-box .swiper-pagination {
		font-weight: 500;
		font-size: 18px;
		color: #ffffff;
		line-height: 30px;
		text-align: right !important;
		font-style: normal;
		text-transform: none;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.swiper-one-box .swiper-button-prev{
		padding:  10px;
		background: rgba(0, 0, 0, 0.55);
		left: 0 !important;
	}
	.swiper-one-box .swiper-button-next{
		padding:  10px;
		background: rgba(0, 0, 0, 0.55);
		right: 0 !important;
	}
	
	.blue-word{
		box-sizing: border-box;
		padding: 25px 0;
		margin-top: 10px;
	}
	.blue-item{
		width: 48%;
		color: #43506D;
		border-bottom: 2px solid #FFD7BF;
		padding: 15px 0;
	}
	.blue-item:hover{
		color: #D1060F !important;
		text-decoration: underline;
	}
	.dot{
		background: #D1060F;
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	
	
	.more-box{
		width: 68px;
		height: 28px;
		color: #D1060F;
		padding-left: 4px;
		box-sizing: border-box;
	}
	
	
	.bg{
		background: url('../images/20sizhongquanhui_bg1.png') no-repeat;
		background-size: 100% 100%;
	}
	
	.word-box{
		border-radius: 4px;
		background: #ffffff;
		box-sizing: border-box;
		border: 1px solid #F3E2CC;
		padding: 20px;
		cursor: pointer;
		margin-top: 14px;
	}
	
	.word-box:hover{
		background: linear-gradient(274deg, #D60E00 4%, #EC4030 90%);
	}
	.word-box:hover div{
		color: #ffffff !important;
	}
	
	.bg2{
		background: url('../images/20sizhongquanhui_bg2.png') no-repeat;
		background-size: 100% 100%;
	}
	
	.padding-bottom-100{
		padding-bottom: 100px;
	}
	.img-wrod-box{
		border-radius: 10px;
		overflow: hidden;
	}
	.img-wrod{
		padding: 10px 14px;
		background: linear-gradient(359deg, #D60E00 2%, #FF6C5B 25%);
		text-align: center;
		color: #ffffff;
		font-size: 18px;
	}
	.word-box-new{
		border-radius: 4px;
		background: #ffffff;
		box-sizing: border-box;
		border: 1px solid #F3E2CC;
		padding: 20px;
		cursor: pointer;
	}
	.word-item{
		padding: 10px 0;
	}
	.word-item:hover{
		color: #D1060F;
	}
	

	.foot-box-bor {
		background: #D1060F;
		box-sizing: border-box;
		padding: 30px  0;
	}
	.bottom-web{
		/* width: 1200px;
		margin: 0 auto; */
	}
	.footer_box {
		color: #ffffff;
		text-align: center;
		position: relative;
	}
	
	.bottom-move{
		color: #ffffff;
		text-align: center;
		padding: 0.4rem 0
	}
	
	.bottom-text{
		font-size: 14px;
		text-align: center;
		width: 70%;
		margin: 0 6% 0 1%;
	}
}





@media (max-width: 768px) {
	.pc-block{
		display: none;
	}
	.mv-block{
		display: block;
	}

	.swiper-one-box{
		width: 100%;
	}
	.swiper-one-box .swiper-wrapper {
		height: auto;
	}
	.swiper-one-img{
		width: 100%;
		display: block;
	}
	.swiper-word{
		background: linear-gradient( 180deg, rgba(0,66,149,0.11) 0%, rgba(0,0,2,0.71) 100%);
		padding: 40px 80px 16px 16px;
		color: #fff;
		font-size: 13px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.swiper-one-box .swiper-pagination {
		font-weight: 500;
		font-size: 14px;
		color: #ffffff;
		line-height: 22px;
		text-align: right !important;
		font-style: normal;
		text-transform: none;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.swiper-one-box .swiper-button-prev{
		padding:  4px;
		background: rgba(0, 0, 0, 0.55);
		left: 0 !important;
		width: 30px;
		height: 40px;
	}
	.swiper-one-box .swiper-button-prev:after{
		font-size: 20px !important;
	}
	.swiper-one-box .swiper-button-next{
		padding:  4px;
		background: rgba(0, 0, 0, 0.55);
		right: 0 !important;
		width: 30px;
		height: 40px;
	}
	.swiper-one-box .swiper-button-next:after{
		font-size: 20px !important;
	}
	
	.blue-word{
		box-sizing: border-box;
		margin-top: 10px;
	}
	.blue-item{
		color: #43506D;
		border-bottom: 2px solid #FFD7BF;
		padding: 15px 0;
	}
	.blue-item:hover{
		color: #D1060F !important;
		text-decoration: underline;
	}
	.dot{
		background: #D1060F;
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	
	
	.bg{
		background: url('../images/20sizhongquanhui_bg1.png') no-repeat;
		background-size: 100% 100%;
	}
	
	
	.word-box{
		border-radius: 4px;
		background: #ffffff;
		box-sizing: border-box;
		border: 1px solid #F3E2CC;
		padding: 20px;
		cursor: pointer;
		margin-top: 14px;
	}
	
	.word-box:hover{
		background: linear-gradient(274deg, #D60E00 4%, #EC4030 90%);
	}
	.word-box:hover div{
		color: #ffffff !important;
	}
	
	
	
	.bg2{
		background: url('../images/20sizhongquanhui_bg2.png') no-repeat;
		background-size: 100% 100%;
	}
	
	.padding-bottom-50{
		padding-bottom: 50px;
	}
	.img-wrod-box{
		border-radius: 10px;
		overflow: hidden;
	}
	.img-wrod{
		padding: 10px ;
		background: linear-gradient(359deg, #D60E00 2%, #FF6C5B 25%);
		text-align: center;
		color: #ffffff;
		font-size: 14px;
	}
	.word-box-new{
		border-radius: 4px;
		background: #ffffff;
		box-sizing: border-box;
		border: 1px solid #F3E2CC;
		padding: 10px;
		cursor: pointer;
	}
	.word-item{
		padding: 10px 0;
	}
	.word-item:hover{
		color: #D1060F;
	}
}

