.banner{
	width: 100%;
	height: 796px;
	position: relative;
}
.banner .swiper-container{
	width: 100%;
	height: 796px;
	position: relative;
}
.banner .swiper-container .swiper-wrapper{
	width: 100%;
	position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.banner .swiper-container .swiper-wrapper .swiper-slide{
	width: 100%;
	overflow: hidden;
	flex-shrink: 0;
    position: relative;
    transition-property: transform;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .con{
	width: 100%;
	height: 796px;
	position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .con .txt{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 196px;
	z-index: 3;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .con .txt .txt_01{
	width: 427px;
	height: 73px;
	transform: translateX(-800px);
	opacity: 0;
	transition: all 2s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .con .txt .txt_01 img{
	width: 427px;
	height: 73px;
	display: block;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .con .txt .txt_02{
	width: 791px;
	height: 81px;
	transform: translateX(1800px);
	opacity: 0;
	transition: all 2s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .con .txt .txt_02 img{
	width: 791px;
	height: 81px;
	display: block;
}
.banner .swiper-container .swiper-wrapper .swiper-slide-active .con .txt .txt_01{
	transform: translateX(0px);
	opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide-active .con .txt .txt_02{
	transform: translateX(0px);
	opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a{
	width: 100%;
	height: 796px;
	display: block;	
}
.banner .swiper-container .swiper-wrapper .swiper-slide a img{
	width: 1920px;
	height: 796px;
	position: absolute;
	left: 50%;
	margin-left: -960px;	
	display: block;
}
.banner .swiper-pagination{
	display: table;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 99;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-right: 12px;
	float: left;
	background: rgba(255,255,255,0.5);
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	width: 30px;
	height: 10px;
	background: #fff;
}

.main{
	width: 100%;
}
.main .mInfo{
	width: 100%;
	background: #fff;
	margin: 0 auto;
}
.main .mInfo .miCon{
	width: 1200px;
	height: 500px;
	background: url(../jpg/index_bd_01_10.jpg) no-repeat center bottom;
	margin: 0 auto;
}
.mInfo .miCon .miTitle{
	height: 90px;
	line-height: 90px;
	padding-top: 45px;
	text-align: center;
	font-size: 32px;
	color: #333333;
}
.mInfo .miCon .miImg{
	width: 352px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.mInfo .miCon .miImg img{
	width: 352px;
	height: 43px;
	display: block;
}
.mInfo .miCon .miTxt{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	text-align: center;
}
.mInfo .miCon .mtBtn{
	width: 115px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #d92f16;
	margin: 30px auto 0px;
	cursor: pointer;
}
.mInfo .miCon .mtBtn a{
	width: 115px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
	display: block;
}
.mInfo .miCon .mtBtn:hover{
	opacity: 0.9;
}

.main .mItem{
	width: 100%;
	 display: flex; /* 设置为flex布局 */
        justify-content: center; /* 水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
}

.main .mItem .bImg{ 
	width: 100%;
	margin: 0 auto;
	top: 0px;
	z-index: 3;
}

.main .mTypeOne{
}
.main .mItem .miCon{
	width: 100%;
	margin: 0 auto;
	position: relative;
}


.mTypeOne .miCon .micImg{
	position: absolute;
	left: 0px;
	z-index: 3;
}
.mTypeOne .miCon .micImg .bImg{ 
	width: 100%;
	position: absolute;
	left: 118px;
	top: 0px;
	z-index: 2;
}
.mTypeOne .miCon .micImg .bImg img{
	width: 1200px;
	display: block;
}
.mTypeOne .miCon .micImg .sImg{
	width: 225px;
	height: 172px;
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 1;
	transform: translateX(-800px);
	opacity: 0;
	transition: all 2s;
}
.mTypeOne.currentPage .miCon .micImg .sImg{
	opacity: 1;
	transform: translateX(0px);
}
.mTypeOne .miCon .micImg .sImg img{
	width: 225px;
	height: 172px;
	display: block;
}
.mItem .miCon .micTxt{
	width: 556px;
	float: right;	
	padding-top: 208px;
}
.mItem .miCon .micTxt .title{
	display: table;
	padding-bottom: 28px;
	margin: 0 auto;
}
.mItem .miCon .micTxt .title img{
	width: auto;
	height: 18px;
	display: block;
}
.mItem .miCon .micTxt .txt{
	line-height: 28px;
	font-size: 15px;
	color: #6c6d6c;
	text-align: center;
	padding-bottom: 16px;
}
.mItem .miCon .micTxt .more{
	display: table;
	margin: 0 auto;
}
.mItem .miCon .micTxt .more a{
	height: 20px;
	line-height: 20px;
	padding-right: 18px;
	color: #d72401;
	display: inline-block;
	background: url(../png/index_icon_01_10.png) no-repeat right center;
}
.mItem .miCon .micTxt .more a:hover{
	opacity: 0.8;
}

/*模块二*/
.main .mTypeTwo{
	background: url(../jpg/index_line_02_02.jpg);
}
.mTypeTwo .miCon .micImg{
	height: 600px;
	position: absolute;
	right: 0px;
	z-index: 3;
}
.mTypeTwo .miCon .micImg .bImg{ 
	width: 420px;
	height: 600px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.mTypeTwo .miCon .micImg .bImg img{
	width: 420px;
	height: 600px;
	display: block;
}
.mTypeTwo .miCon .micImg .sImg{
	width: 514px;
	height: 306px;
	position: absolute;
	right: 328px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	transition: all 2s;
}
.mTypeTwo.currentPage .miCon .micImg .sImg{
	opacity: 1;
}
.mTypeTwo .miCon .micImg .sImg img{
	width: 514px;
	height: 306px;
	display: block;
}

.mTypeTwo .miCon .micTxt{
	width: 556px;
	float: left;	
	padding-top: 220px;
}

/*模块三*/
.main .mTypeThree{
	background: url(../jpg/index_line_03_05.jpg);
}
.mTypeThree .miCon .micImg{
	height: 600px;
	position: absolute;
	left: 0px;
	z-index: 3;
}
.mTypeThree .miCon .micImg .bImg{ 
	width: 312px;
	height: 600px;
	position: absolute;
	left: 127px;
	top: 0px;
	z-index: 2;
}
.mTypeThree .miCon .micImg .bImg img{
	width: 312px;
	height: 600px;
	display: block;
}
.mTypeThree .miCon .micImg .sImg{
	width: 215px;
	height: 242px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	transform: translateX(-800px);
	opacity: 0;
	transition: all 2s;
}
.mTypeThree.currentPage .miCon .micImg .sImg{
	opacity: 1;
	transform: translateX(0px);
}
.mTypeThree .miCon .micImg .sImg img{
	width: 215px;
	height: 242px;
	display: block;
}

.mTypeThree .miCon .micTxt{
	width: 556px;
	float: right;	
	padding-top: 232px;
}

/*模块四*/
.main .mTypeFour{
	background: url(../jpg/index_line_04_08.jpg);
}
.mTypeFour .miCon .micImg{
	height: 600px;
	position: absolute;
	right: 0px;
	z-index: 3;
}
.mTypeFour .miCon .micImg .bImg{ 
	width: 728px;
	height: 600px;
	position: absolute;
	right: 2px;
	top: 0px;
	z-index: 2;
}
.mTypeFour .miCon .micImg .bImg img{
	width: 728px;
	height: 600px;
	display: block;
}
.mTypeFour .miCon .micImg .sImg{
	width: 700px;
	height: 226px;
	position: absolute;
	right: 252px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	transition: all 2s;
}
.mTypeFour.currentPage .miCon .micImg .sImg{
	opacity: 1;
}
.mTypeFour .miCon .micImg .sImg img{
	width: 700px;
	height: 226px;
	display: block;
}
.mTypeFour .miCon .micTxt{
	width: 556px;
	float: left;	
	padding-top: 232px;
}
.main .mPartners{
	width: 100%;
}
.main .mPartners .mpCon{
	width: 1200px;
	margin: 0 auto;
	padding-top: 128px;
}
.mPartners .mpCon .mpcTitle{
	height: 66px;
	line-height: 66px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-left: 2px;
	letter-spacing: 2px;
}
.mPartners .mpCon .mpcCon{
	padding-bottom: 118px;
	overflow: hidden;
}
.mPartners .mpCon .mpcCon .item{
	float: left;
}
.mPartners .mpCon .mpcCon .item a{
	height: 76px;
	display: block;
}
.mPartners .mpCon .mpcCon .item a img{
	height: 76px;
	display: block;
}
.mPartners .mpCon .mpcBottom{
	display: table;
	margin: 0 auto;
}
.mPartners .mpCon .mpcBottom .mpcbItem{
	width: 142px;
	float: left;
}
.mPartners .mpCon .mpcBottom .mpcbItem .img{
	width: 115px;
	height: 113px;
	margin: 0 auto;
}
.mPartners .mpCon .mpcBottom .mpcbItem .img img{
	width: 115px;
	height: 113px;
	display: block;
}
.mPartners .mpCon .mpcBottom .mpcbItem .txt{
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
	padding-left: 1px;
}
.main .mBottom{
	width: 100%;
	background: #f4f6f7;
}
.main .mBottom .mbCon{
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	padding-top: 82px;
	text-align: center;
}
.main .mBottom .mbCon .bTxt{
	line-height: 26px;
	font-size: 16px;
	color: #333333;
}
.main .mBottom .mbCon .sTxt{
	line-height: 18px;
	font-size: 12px;
	color: #acacac;
}
