#main{width:100%;position: relative;background-color: #fff;overflow: hidden;}
.module-page .sec1.pt{ margin-top:100px;}
.module-page .mobile{
	display: none!important;
}
.module-page .web{
	display: block!important;
}
table {border-collapse: collapse; border-spacing: 0;display: inline-table;}
th,td { vertical-align: middle;padding: 0;}
/*banner*/
.module-page .banner{
	position:relative;
	padding-top:100px;
	text-align: center;
}
.module-page .banner .bg{
	width: 100%;
}
.module-page .banner .text{
	position: absolute;
	left: 0;
	top: 46.75%;
	right: 0;
	width: 25.52%;
	margin: auto;
	transition: all 0.5s 0.5s;
	-webkit-transition: all 0.5s 0.5s;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
}
.module-page .banner.active .text{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
.module-page .banner .tab-control{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7.5%;
	width: 38%;
	font-size: 0;
	margin: auto;
}
.module-page .banner .tab-control a{
	display: inline-block;
	vertical-align: bottom;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 22%;
	margin-right: 4%; overflow:hidden;
}
.module-page .banner .tab-control a:last-child{
	margin-right: 0;
}
.module-page .banner .tab-control a:nth-child(1){
	background-image: url(../images/module_banner_tab_icon1.png);
}
.module-page .banner .tab-control a:nth-child(2){
	background-image: url(../images/module_banner_tab_icon2.png);
}
.module-page .banner .tab-control a:nth-child(3){
	background-image: url(../images/module_banner_tab_icon3.png);
}
.module-page .banner .tab-control a:nth-child(4){
	background-image: url(../images/module_banner_tab_icon4.png);
}
.module-page .banner .tab-control a img{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;
}
.module-page .banner .tab-control a:hover img{
	-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1);opacity: 1;
}
.module-page .banner .tab-control a.active img{
	opacity: 1;
}
.module-page .tab-content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.module-page .tab-content.active{
	position: relative;
	z-index: 1;
}
.module-page .sec1{
	background-color: #f1f7f7;
	padding: 2.2% 0 3.3%;
	font-size: 0;
}
.module-page .sec1 .left-part{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;transition: .15s linear; -moz-transition:.15s linear; -webkit-transition:.15s linear;
}
.module-page .sec1:hover .left-part{
	width: 49%;
}
.module-page .sec1 .left-part img{
	max-width: 100%; display:inline-block;
}
.module-page .sec1 .right-part{
	width: 44%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 6%;transition: .15s linear; -moz-transition:.15s linear; -webkit-transition:.15s linear;
}
.module-page .sec1:hover .right-part{
	width: 42%;padding-left: 8%;
}
.module-page .sec1 .right-part h5{
	font-size: 42px;
	color: #333;
	font-weight: lighter;
	margin-bottom: 32px;
}
.module-page .sec1 .right-part h5 span{
	color: #18ad61;
}
.module-page .sec1 .right-part p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	font-weight: lighter;
}
.module-page .sec2{
	padding: 70px 0;
	margin: 0 auto;
	width: 1200px;
	max-width: 89.33%;
	text-align: center;
	font-size: 0;
}
.module-page .sec2 .title{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 52px;
}
.module-page .sec2 .title p{
	font-size: 14px;
	color: rgba(51,51,51,0.4);
	margin-bottom: 20px;
}
.module-page .sec2 .title h3{
	background-image: url(../images/module_sec2_title_bgline.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0 40px;
}
.module-page .sec2 .title h3 span{
	font-size: 38px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	padding: 0 24px;
}
.module-page .sec2 .table-box{
	margin-bottom: 25px;
	font-size: 0;
	text-align: center;
}
.module-page .sec2 .table-box table th,.module-page .sec2 .table-box table td{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.module-page .sec2 .table-box .table1{
	width: 24.5%;
	display: inline-table;
	vertical-align: top;
}
.module-page .sec2 .table-box .table1 th{
	color: #fff;
	position: relative;
	font-size: 12px;
}
.module-page .sec2 .table-box .table1 th .swiper-prev,.module-page .sec2 .table-box .table1 th .swiper-next{
	width: 14px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}
.module-page .sec2 .table-box .table1 th .swiper-prev.swiper-button-disabled,.module-page .sec2 .table-box .table1 th .swiper-next.swiper-button-disabled{
	display: none;
}
.module-page .sec2 .table-box .table1 th .swiper-prev{
	left: 30%;
	background-image: url(../images/module_prev.png);
}
.module-page .sec2 .table-box .table1 th .swiper-next{
	right: 30%;
	background-image: url(../images/module_next.png);
}
.module-page .sec2 .table-box .table1 th .swiper-prev:hover{
	background-image: url(../images/prev1.png);
}
.module-page .sec2 .table-box .table1 th .swiper-next:hover{
	background-image: url(../images/next1.png);
}
.module-page .sec2 .table-box .table1 td{
	height: 40px; text-align:left; padding-left:40px;
	font-size: 14px;
	color: #0d0d0d;
	width: 50%;
}
.module-page .sec2 .table-box .table1 td.first{
	padding-right: 0;
}
.module-page .sec2 .table-box .table1 td.second{
	color: #0d0d0d;
	padding-left: 0;
	width: 32%;
}
.module-page .sec2 .table-box .table1 td.second.even:nth-child(2),.module-page .sec2 .table-box .table1 td.second.odd:nth-child(3){
	border-bottom: 1px solid #e9e9e9;
}
.module-page .sec2 .table-box .table1 tbody tr td.odd{
	background-color: #ededed;
}
.module-page .sec2 .table-box .table1 tbody tr td.even{
	background-color: #f5f5f5;
}
.module-page .sec2 .table-box .swiper-container{
	width: 75.5%;
	display: inline-block;
	vertical-align: top;
}
.module-page .sec2 .table-box .swiper-container .swiper-wrapper .swiper-slide{
	position: relative;
	z-index: -1;
}
.module-page .sec2 .table-box .table2{
	position: absolute;
	left: 0;
	top: 0;
}
.module-page .sec2 .table-box .table2 th{
	height: 70px;
	font-size: 28px;
	color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-right: 1px solid #fff;
	background-color: #d4d4d4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 88.6%;
}
.module-page .sec2 .table-box .table2 th:nth-child(1){
	background-image: url(../images/module_sec2_table_th_num1.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(2){
	background-image: url(../images/module_sec2_table_th_num2.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(3){
	background-image: url(../images/module_sec2_table_th_num3.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(4){
	background-image: url(../images/module_sec2_table_th_num4.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(5){
	background-image: url(../images/module_sec2_table_th_num5.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(6){
	background-image: url(../images/module_sec2_table_th_num6.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(7){
	background-image: url(../images/module_sec2_table_th_num7.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(8){
	background-image: url(../images/module_sec2_table_th_num8.png);
}
.module-page .sec2 .table-box .table2 th:nth-child(9){
	background-image: url(../images/module_sec2_table_th_num9.png);
}
.module-page .sec2 .table-box .table2 td{
	height: 40px;
	border: 1px solid #f2f2f2;
	font-size: 14px;
	color: #0d0d0d;
}
.module-page .sec2 .table-box .table2 td.even{
	background-color: #f7f7f7;
}
.module-page .sec2 .tip{
	font-size: 14px;
	font-weight: lighter;
	color: #777;
	line-height: 30px;
	text-align: left;
}
/*new*/
.table-box table th,.table-box table td{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.table-box .table3{ width:100%;
	 display:inline-table; vertical-align:top;
}
.table-box .table3 th{
	color: #fff;
	position: relative;
	font-size: 12px;
}
.module-page .sec2 .table-box table.table3 td.first{
	height: 40px;text-align:left; padding-left:40px;
	font-size: 14px;
	color: #0d0d0d;
	width: 24.5%;
}
.table-box .table3 tbody tr td.first.odd{
	background-color: #f5f5f5;
}
.table-box .table3 tbody tr td.first.even{
	background-color: #ededed;
}
.table-box .swiper-container{
	width: 75.5%; display:inline-block; vertical-align:top;
}
.table-box .swiper-container .swiper-wrapper .swiper-slide{
	position: relative;
	z-index: -1;
}
.table-box .table3 th.second{
	height: 70px;
	font-size: 28px;
	color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-right: 1px solid #fff;
	background-color: #d4d4d4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 88.6%;
}
.table-box .table3 th.second{
	background-image: url(../images/module_sec2_table_th_num1.png);
}
.table-box .table3 td.second{
	height: 40px;
	border: 1px solid #f2f2f2;
	font-size: 14px;
	color: #0d0d0d;
}
.table-box .table3 tr td.second:first-child{
	border-left: 0 none;
}
.table-box .table3 td.second.even{
	background-color: #f7f7f7;
}
.sec2 .back{ float:right;width:110px; height:40px; line-height:40px; padding-bottom:50px; padding-top:20px;}
.sec2 .back a{ display:block; width:90px; height:40px; line-height:40px; background-image:url(../images/page_btn.png); background-repeat:no-repeat; background-position:80% center; border-radius:25px; border:#b8b8b8 solid 1px; text-align:center; padding-right:20px; color:#666; font-size:14px;transition: .1s linear; -moz-transition:.1s linear; -webkit-transition:.1s linear;}
.sec2 .back a:hover{ color:#fff; background-color:#00a551;border:#00a551 solid 1px;background-image:url(../images/page_btn1.png);}
@media screen and (max-width:1900px){
}	
@media screen and (max-width:1780px){
}	
@media screen and (max-width:1550px){
}	
@media screen and (max-width:1340px){
}	
@media screen and (max-width:1220px){
}
/*ipad横*/
@media screen and (max-width:1024px){
	.module-page .sec1.pt{ margin-top:50px;}
	.module-page .banner{
		padding-top:50px;
	}
	.module-page .neirong.mobile{
		display: block!important;
	}
	.module-page .sec1 .left-part img{
		max-width: 90%;
	}
	.module-page .sec1:hover .left-part{
		width: 50%;
	}
	.module-page .sec1:hover .right-part{
		width: 44%;padding-left: 6%;
	}
	.module-page .banner .tab-control a:hover img{
		-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none;opacity: 0;
	}
	.module-page .banner .tab-control a.active:hover img{
		opacity: 1; display:block;-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none;
	}
	/*font-light*/
	.module-page .sec1 .right-part h5,.module-page .sec1 .right-part p,.module-page .sec2 .tip{font-weight:normal;}
	/*new*/
	.sec2 .back a:hover{ color:#666;background-color:transparent;border:#b8b8b8 solid 1px;background-image:url(../images/page_btn.png);}
}
@media screen and (max-width:1023px){
}
/*ipad竖*/
@media screen and (max-width:768px){

	.module-page .mobile{
		display: block!important;
	}
	.module-page .web{
		display: none!important;
	}
	.module-page .sec1 .left-part img{
		max-width: 100%;display:none;
	}
	.module-page .sec1:hover .left-part{
		width: 100%;
	}
	.module-page .sec1:hover .right-part{
		width: 100%;padding-left: 0;
	}
	/*banner*/
	.module-page .banner .text{
		top: 25.75%;
		width: 72.8%;
	}
	.module-page .banner .tab-control{
		bottom: 4%;
		width: 86.66%;
	}
	.module-page .banner .tab-control a{
		width: 49.2%;
		margin-right: 1.6%;
	}
	.module-page .banner .tab-control a:nth-child(1){
		margin-bottom: 1.6%;
	}
	.module-page .banner .tab-control a:nth-child(2){
		margin-bottom: 1.6%;
		margin-right: 0;
	}
	.module-page .sec1{
		padding: 50px 0 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		-webkit-flex-direction: column-reverse;
	}
	.module-page .sec1 .left-part{
		width: 100%;
		text-align: center;
	}
	.module-page .sec1 .left-part img{
		width: 90%; margin-left:5%;
	}
	.module-page .sec1 .right-part{
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.module-page .sec1 .right-part h5{
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	.module-page .sec1 .right-part p{
		font-size: 1.3rem;
		line-height: 2;
	}
	.module-page .sec2{
		padding: 40px 0;
	}
	.module-page .sec2 .title{
		margin-bottom: 30px;
	}
	.module-page .sec2 .title p{
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	.module-page .sec2 .title h3{
		background-size: 100% 1px;
		padding: 0 1.25rem;
	}
	.module-page .sec2 .title h3 span{
		font-size: 2.1rem;
		padding: 0 10px;
	}
	.module-page .sec2 .table-box{
		margin-bottom: 20px;
	}
	.module-page .sec2 .table-box .table1{
		width: 30%;
	}
	.module-page .sec2 .table-box .table1 th{
		font-size: 0.5625rem;
	}
	.module-page .sec2 .table-box .table1 th .swiper-prev,.module-page .sec2 .table-box .table1 th .swiper-next{
		width: 10px;
		height: 16.42px;
		margin-top: -6px;
	}
	.module-page .sec2 .table-box .table1 th .swiper-prev{
		left: 20%;
	}
	.module-page .sec2 .table-box .table1 th .swiper-next{
		right: 20%;
	}
	.module-page .sec2 .table-box .table1 td{
		height: 40px; padding-left:10px; padding-right:10px;
		font-size: 1.2rem;
		width: 50%;
	}
	.module-page .sec2 .table-box .table1 td.second{
		width: 32%;
	}
	.module-page .sec2 .table-box .swiper-container{
		width: 70%;
	}
	.module-page .sec2 .table-box .table2 th{
		height: 40px; color:#fff;
		font-size: 2.2rem;
	}
	.module-page .sec2 .table-box .table2 td{
		height: 40px;
		font-size: 1.2rem;
	}
	.module-page .sec2 .tip{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	/*new*/
	.table-box .table3 th.second{line-height:40px; font-size:2rem; height:40px;color:#fff;}
	.module-page .sec2 .table-box table.table3 td.first{ padding-left:5px; padding-right:5px;font-size:1.2rem; line-height:20px; width:30%;}
	.module-page .sec2 .table-box .table3 td{font-size:1.2rem;}
	.sec2 .back{width:90px; height:36px; line-height:36px; padding-bottom:0px; padding-top:30px; margin-right:5%;}
	.sec2 .back a{  width:75px; height:36px; line-height:36px; background-size:15px auto;padding-right:20px; font-size:1.2rem;}
}
@media screen and (max-width:736px){
}
@media screen and (max-width:667px){
}
@media screen and (max-width:568px){
}
@media screen and (max-width:414px){

}
@media screen and (max-width:375px){
}
@media screen and (max-width:320px){
}
