html body{background: url(../images/xxgchyjs/banner.png) no-repeat top center #FFFFFF;min-width: 1500px;background-size: contain;}
.header-wrap{width: 100%;overflow: hidden;}
.header-wrap img{display: block;margin: 150px auto 140px auto;max-width: 1400px;animation: roll 1s forwards;}
.centWrap{width: 1284px;margin: auto;background: #fefae3;overflow: hidden;border-radius:30px;margin-top: 50px;}
.centWrap.swiperWrap{border-radius:0px;}
.centWrap.swiperWrap .cent-title .title img{margin-top: 21px;}
.centWrap .cent-title{width: 100%;height: 90px;background: #fde0c9;text-align: center;position: relative;}
.centWrap h1.cent-title .title img{margin-top: 14px;}
.centWrap>.fn-right,.centWrap>.fn-left{width: 616px;height: auto;}
.swiperWrap>.fn-left{width: 670px;height: 454px;border: 6px solid #bd2d34;}
.swiperWrap>.fn-right{width: 600px;height: 466px;}
h1{width: 100%;height: 90px;font-size: 44px;font-weight: bold;color: #d52d22; background: url(../images/szqh/icon_shu.png) no-repeat 10px 50%;}
h1>span{margin-left: 97px;}
.flexslider img{width: 100%;height: 455px;}
.centWrap .txt-list{padding: 0px 20px;min-height: 280px;padding-top: 10px;overflow: hidden;}
.txt-list li{width: 45%; float: left; line-height: 40px;position: relative;background: none;padding-left: 25px;margin-top: 10px;}
.swiperWrap .txt-list li{float: none;width:auto;}
.txt-list li:nth-child(2n){float: right;}
.swiperWrap .txt-list li:nth-child(2n){float: none;}
.txt-list li::before{content: '';display: block;width: 6px;height: 8px;background: #e50012;position: absolute;top: 50%;left: 0;}
.txt-list li a{font-size: 18px;}
.txt-list li span{font-size: 16px;}
body .moreWrap{ display: flex;align-items: center; margin-right: 18px;height: 100%;position: absolute;top: 0;right: 0;}
/*.moreWrap img{width: 100%;}*/

.mtbdWrap{margin-top: 32px;border-radius:20px;}
.mtbdWrap h1{text-align: center;background: url(../images/szqh/icon-mt.png) no-repeat 41% 50%;}
.mtbdWrap .txt-list{border-right:none;min-height: 337px;}
.centWrap>.fn-right .txt-list{border-right:none ;}
.swiperWrap>.fn-right .txt-list{min-height: 373px;}
.mtbdWrap .txt-list li{width: 550px;float: left;}
.mtbdWrap .txt-list li:nth-child(2n){float: right;}
@keyframes roll {
	from {
		transform: scale(5);
		opacity: 0;
	}

	70% {
		transform: scale(.8);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}
/*
@media screen and (max-device-width: 1024px) {
          body{min-width: 1024px;}
}

@media screen and (max-device-width: 414px) {
  body{min-width: 414px;}
}

@media screen and (max-device-width: 375px) {
     body{min-width:375px;}
     .centWrap{width: 100%;}
     .centWrap>.fn-right, .centWrap>.fn-left{width: 100%;float: none;}
     .swiperWrap>.fn-left,.wiperWrap>.fn-left{width: 100%;float: none;}
}*/