/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html{
	overflow-x:hidden;
}
body{
	width:100%;
	min-width:320px;
	margin:0 auto;
	font-family:"Microsoft Yahei";
	background:#fff;
	overflow-x:hidden;
	text-align:justify;
	color:#333;
}
.wb{
	background:#fff;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 1430px;
	margin:0 auto;
}
.index_header_content{
	width: 100%;
	position: relative;
}
.index_header_content .bg{
	display: block;
	width:100%;
}
.index_header_content .tis_header{
	position: absolute;
	left:50%;
	top:0;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_header_content .tis_header .logo{
	width: 190px;
}
.index_floor_box{
	position: fixed;
	right: 2%;
	bottom:10%;
	width: 64px;
	z-index: 20;
}
.index_floor_box .li{
	display: block;
	width: 100%;
	padding:10px 0;
	background-color: #009240;
	border-radius: 5px;
	margin-bottom: 2px;
	position: relative;
}
.index_floor_box .li .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
}
.index_floor_box .li .i img{
	height: 22px;
}
.index_floor_box .li p{
	text-align: center;
	font-size:12px;
	color:#ffffff;
}
.index_floor_box .li .cont{
	overflow: hidden;
	position: absolute;
	right: 64px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.13);
	transition: all 0.7s;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_floor_box .li .code_box{
	width: 0;
  opacity: 0;
}
.index_floor_box .li .qq_box{
	font-size: 18px;
    color: #333;
    width: 0px;
    height: 54px;
    line-height: 54px;
}
.index_floor_box .li .tel_box{
	font-size: 18px;
    color: #333;
    width: 0px;
    height: 54px;
    line-height: 54px;
}
.index_floor_box .li:hover{
	background: #f58501;
}
.index_floor_box .li:hover .code_box{
	width: 140px;
	opacity: 1;
	padding: 10px;
}
.index_floor_box .li:hover .qq_box{
	width: 160px;
	opacity: 1;
}
.index_floor_box .li:hover .tel_box{
	width: 230px;
	opacity: 1;
}
.index_floor_box .return_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 65px;
	background: #f58501;
	border-radius: 5px;
	cursor: pointer;
}
.index_pulic_title{
	margin-bottom: 30px;
	padding-top:15px;
}
.index_pulic_title .tis_tle{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size:38px;
	font-weight: bold;
}
.index_pulic_title .tis_tle .tle_i{
	margin:0 5px;
}
.index_pulic_title .cor_1{
	color:#005e40;
}
.index_pulic_title .cor_2{
	color:#ed6d01;
}
.index_pulic_title .cor_3{
	color:#ffffff;
}
.index_pulic_title .cor_4{
	color:#d8ff00;
}
.index_pulic_title .txt{
	width: 450px;
	margin:0 auto;
	font-size:14px;
	color:#666666;
	line-height: 24px;
	text-align: center;
}
.index_code_1{
	padding-top: 0px;
	padding-bottom:20px;
}
.index_code_1 .content_box{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.index_code_1 .index_c1_baner{
	position: absolute;
	left:0;
	width: 778px;
	height:498px;
	border-radius: 10px;
	border-top-right-radius: 0px;
	box-shadow:9px 9px 38px rgba(0,0,0,0.25);
}
.index_c1_baner .index_c1_prev{
	position: absolute;
	left:32px;
	top:50%;
	transform: translateY(-50%);
	width: 18px;
	height: 32px;
	background: url(../i/index_c1_arl.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	z-index: 11;
}
.index_c1_baner .index_c1_next{
	position: absolute;
	right:32px;
	top:50%;
	transform: translateY(-50%);
	width: 18px;
	height: 32px;
	background: url(../i/index_c1_arr.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	z-index: 11;
}
.index_code_1 .index_c1_baner .swiper-slide{
	overflow: hidden;
}
.index_code_1 .index_c1_baner img{
	display: block;
	width:100%;
	height: 100%;
	transition: all 1s;
}
.index_code_1 .index_c1_baner img:hover{
	transform: scale(1.1,1.1);

}
.index_code_1 .index_c1_cont{
	width: 672px;
	height: 498px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
	box-shadow: 8px 15px 38px rgba(0,0,0,0.32);
	position: relative;
}
.index_c1_cont .txt{
	padding:40px 25px 20px 60px;
}
	.index_c1_cont .txt p {
		font-size: 15px;
		color: #333;
		margin-bottom: 30px;
		line-height:26px;
	}
.index_c1_cont .bit_cont{
	position: absolute;
	bottom:0;
	width: 100%;
	padding-left:60px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	background-color: #dddddd;
}
.index_c1_cont .bit_cont .li{
	width: calc(100% / 3);
	padding:30px 0;
	border-right: 1px solid #cccccc;
}
.index_c1_cont .bit_cont .li:last-child{
	border-right: 0px;
}
.index_c1_cont .bit_cont .li .tis{
	text-align: center;
	font-size:48px;
	font-weight: bold;
	color:#ed6d01;
	display:flex;
	align-items: center;
	justify-content: center;
  margin-bottom: 14px;
}
.index_c1_cont .bit_cont .li .tis span{
		position: relative;
}
.index_c1_cont .bit_cont .li .tis .ad{
	display: inline-block;
	vertical-align: top;
	font-size:18px;
	font-weight: bold;
	color:#ed6d01;
	position: absolute;
	right: -15px;
	top:0;
	margin:0 auto;
}
.index_c1_cont .bit_cont .li .tis .bi{
	font-size:14px;
	color:#ed6d01;
	position: absolute;
	right: -20px;
	bottom:10px;
}
.index_c1_cont .bit_cont .li .btxt{
	text-align: center;
	font-size:14px;
	color:#666666;
}
.index_code_2{
	background: url(../i/index_c2_bg.png) no-repeat center;
	background-size:cover;
	padding:120px 0 100px;
	position: relative;
	z-index: 2;
}
.index_code_2 .index_pulic_title .txt{
	color:#fff;
}
.index_c2_content{
	position: relative;
	width: 1570px;
	margin:0 auto;
}
.index_c2_content .index_c2_prev{
	display: block;
	width: 46px;
	height: 68px;
	background: url(../i/index_c2_prev.png) no-repeat center;
	background-size:cover;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.index_c2_content .index_c2_next{
	display: block;
	width: 46px;
	height: 68px;
	background: url(../i/index_c2_next.png) no-repeat center;
	background-size:cover;
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.index_c2_content .index_c2_baner{
  margin-top: 40px;
}
.index_c2_baner .swiper-slide{
	cursor: pointer;
}
.index_c2_baner .i{
	display: block;
	width: 100%;
	height: 320px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 32px;
}
.index_c2_baner .i img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.index_c2_baner .i img:hover{
	transform: scale(1.1,1.1);
}
.index_c2_baner p{
	font-size:18px;
	font-weight: bold;
	color:#fff000;
	text-align: center;
}
.index_code_3{
	background: url(../i/index_c3_bg.png) no-repeat center;
	background-size:cover;
	padding:95px 0 140px;
	margin-top: -50px;
}
.index_code_3 .index_pulic_title {
	position: relative;
}
.index_code_3 .index_pulic_title .tis_tle{
	justify-content: flex-start;
}
.index_code_3 .index_pulic_title .txt{
	text-align: left;
	margin:0;
	width: 100%;
}
.index_c3_baner .swiper-wrapper{
	align-items: flex-end;
}
.index_c3_pagination{
	text-align: right;
	font-size:15px;
	color:#999999;
}
.index_c3_pagination .swiper-pagination-current{
	font-size:28px;
	color:#f57d01;
	font-weight: bold;
}
.index_c3_baner .swiper-slide{
	height: 281px;
	cursor: pointer;
	overflow: hidden;
}
.index_c3_baner .swiper-slide img{
	width: auto;
	height: 100%;
	display: block;
	transition: all 1s;
}
.index_c3_baner .swiper-slide img:hover{
	transform: scale(1.1,1.1);
}
.index_c3_baner .swiper-slide .txt{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding:18px 36px;
	background: rgba(0,0,0,0.7);
	display: none;
}
.index_c3_baner .swiper-slide .txt h2{
	font-size:24px;
	color:#ffffff;
	margin-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_c3_baner .swiper-slide .txt p{
	font-size:13px;
	color:#ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_c3_baner .swiper-slide.swiper-slide-active{
	width: 813px !important;
	height: 488px;
}
.index_c3_baner .swiper-slide.swiper-slide-active .txt{
	display: block;
}
.index_baner_content{
	position: relative;
}
.index_baner_content .arrow_box{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	width:164px;
	height: 84px;
	z-index: 11;
}
.index_baner_content .arrow_box .index_c3_prev{
	display: block;
	width: 50%;
	height: 84px;
	background: #fff url(../i/index_c3_prev.png) no-repeat center;
	background-size:23px;
	cursor: pointer;
	outline: none;
}
.index_baner_content .arrow_box .index_c3_next{
	display: block;
	width: 50%;
	height: 84px;
	background: #fff url(../i/index_c3_next.png) no-repeat center;
	background-size:23px;
	cursor: pointer;
	outline: none;
}
.index_baner_content .arrow_box .index_c3_prev.hover{
	background: #f57d01 url(../i/index_c3_prevh.png) no-repeat center;
}
.index_baner_content .arrow_box .index_c3_next.hover{
	background: #f57d01 url(../i/index_c3_nexth.png) no-repeat center;
}
.index_baner_content .arrow_box .index_c3_prev:hover{
	background: #f57d01 url(../i/index_c3_prevh.png) no-repeat center;
}
.index_baner_content .arrow_box .index_c3_next:hover{
	background: #f57d01 url(../i/index_c3_nexth.png) no-repeat center;
}
.index_code_4{
	padding:50px 0 90px;
	position: relative;
	margin-bottom: 20px;
}
.index_code_4::after{
	content: "";
	display: block;
	width: 100%;
	height: 448px;
	background: #e0e0e0;
	position: absolute;
	left:0;
	bottom:0;
	z-index: -1;
}
.index_c4_navi{
	margin:40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_c4_navi .li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 32px;
	background: url(../i/index_c4_line.png) no-repeat center;
	margin:0 10px;
	font-size:16px;
	color:#212121;
	cursor: pointer;
}
.index_c4_navi .li:hover{
	background: #f57d01;
	border-radius: 100px;
	color:#fff;
}
.index_c4_navi .li.hover{
	background: #f57d01;
	border-radius: 100px;
	color:#fff;
}
.index_code_4 .cont_box{
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.34);
}
.index_code_4 .index_c4_baner{
	width: 796px;
	height: 600px;
}
.index_code_4 .index_c4_baner .swiper-slide{
	overflow: hidden;
}
.index_code_4 .index_c4_baner img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.index_code_4 .index_c4_baner img:hover{
	transform: scale(1.1,1.1);
}
.index_code_4 .index_c4_baner .txt_box{
	position: absolute;
	bottom:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 88px;
	background: rgba(0,0,0,0.33);
	font-size:18px;
	color:#fff;
	padding:0 80px;
}
.index_c4_baner .arr_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 88px;
	padding:0 40px;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 11;
}
.index_c4_baner .index_c4_prev{
	display: block;
	width: 17px;
	height: 30px;
	background: url(../i/index_c1_arl.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
}
.index_c4_baner .index_c4_next{
	display: block;
	width: 17px;
	height: 30px;
	background: url(../i/index_c1_arr.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
}
.index_code_4 .txt_content{
	width: calc(100% - 796px);
	height: 600px;
	padding: 60px 52px ;
}
.index_code_4 .txt_content h2{
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 50px;
}
.index_code_4 .txt_content p{
	font-size:18px;
	color:#333333;
	margin-bottom: 30px;
	line-height: 30px;
}
.index_code_5{
	padding:90px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_code_5 .l_cont{
	width: 210px;
}
.index_code_5 .l_cont .tis_title{
	margin-bottom: 100px;
}
.index_code_5 .l_cont .tis_title img{
	display: block;
	margin-bottom: 20px;
}
.index_code_5 .l_cont .tis_title h2{
	font-size:48px;
	font-weight: bold;
	color:#222222;
	margin-bottom: 40px;
}
.index_code_5 .l_cont .tis_title p{
	font-size:16px;
	line-height: 24px;
	color:#666666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_code_5 .l_cont .navi_box{
	width: 136px;
}
.index_code_5 .l_cont .navi_box .li{
	width: 100%;
	height: 42px;
	background: url(../i/index_c5_line.png) no-repeat center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#000000;
	margin-bottom: 18px;
	cursor: pointer;
}
.index_code_5 .l_cont .navi_box .li:hover{
	background: #f57d01;
	color:#fff;
	border-radius: 5px;
}
.index_code_5 .l_cont .navi_box .li.hover{
	background: #f57d01;
	color:#fff;
	border-radius: 5px;
}
.index_code_5 .r_content{
	width: 1136px;
}
.index_code_5 .r_content .cont{
	display: flex;
	flex-wrap: wrap;
}
.index_code_5 .r_content .cont .li{
	width: 362px;
	margin-right: 25px;
	margin-bottom: 24px;
}
.index_code_5 .r_content .cont .li:nth-child(3n){
	margin-right: 0;
}
.index_code_5 .r_content .cont .li .i{
	display: block;
	width: 100%;
	height: 244px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
	overflow: hidden;
}
.index_code_5 .r_content .cont .li .i img{
	display: block;
	width: 100%;
	height: auto;
	transition: all 1s;
}
.index_code_5 .r_content .cont .li .i img:hover{
	transform: scale(1.1,1.1);
}
.index_code_5 .r_content .cont .li p{
	text-align: center;
	padding:20px 0;
	font-size:14px;
	color:#333333;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.8);
}
.pulic_footer_box{
	width: 100%;
	padding-top: 86px;
	background: url(../i/foot_bg.png) no-repeat center;
	background-size:cover;
}
.pulic_footer_box .tis_content{
	border-bottom: 1px solid #d99347;


}
.pulic_footer_box .tis_content .warpin{
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-bottom: 70px;
}
.pulic_footer_box .tis_content .warpin::after{
	content: "";
	display: block;
	width: 302px;
	height: 278px;
	position: absolute;
	right: -100px;
	bottom:0;
	background: url(../i/foot_i_2.png) no-repeat center;
	background-size:cover;
}
.pulic_footer_box .tis_content .l_cont{
	margin-right: 130px;
}
.pulic_footer_box .tis_content .l_cont .title_box{
	margin-bottom: 60px;
}
.pulic_footer_box .tis_content .l_cont .title_box img{
	display: block;
	margin-bottom: 12px;
}
.pulic_footer_box .tis_content .l_cont .title_box .tle{
	font-size:48px;
	font-weight: bold;
	color:#fff;
}
.pulic_footer_box .tis_content .l_cont .txt_box p{
	font-size:16px;
	color:#ffffff;
}
.pulic_footer_box .tis_content .code_box{
	width: 118px;
}
.pulic_footer_box .tis_content .code_box .i{
	display: flex;
	width: 118px;
	height: 118px;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 2px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.pulic_footer_box .tis_content .code_box .i img{
	display: block;
	max-width: 100%;
}
.pulic_footer_box .tis_content .code_box p{
	text-align: center;
	font-size:18px;
	color:#ffffff;
}
.pulic_footer_box .copy_box{
	text-align: center;
	padding:24px 0;
	font-size:16px;
	color:#ffffff;
}
/********************************/
.pulic_dc_bg{
	display:none;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 30;
	background: rgba(0,0,0,0.8);
}
.tsyl_dc_box{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1200px;
	z-index: 31
}
.tsyl_dc_box .shut_btn{
	display: block;
	width: 32px;
	height: 32px;
	background: url(../i/dc_shut.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	transition: all 2s;
	position: absolute;
	right: 0;
	top:0;
}
.tsyl_dc_box .shut_btn:hover{
	transform: rotate(360deg);
}
.tsyl_dc_box .tsyl_prev{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height:32px;
	background: url(../i/dc_prev.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	outline: none;
}
.tsyl_dc_box .tsyl_next{
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height:32px;
	background: url(../i/dc_next.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	outline: none;
}
.tsyl_baner_box{
	width: 1004px;
	margin:0 auto;
	background: #fff;
}
.tsyl_baner_box .swiper-slide{
	padding:60px 80px 40px;
}
.tsyl_baner_box .swiper-slide .tle{
	font-size:28px;
	color:#775101;
	font-weight: bold;
	margin-bottom: 45px;
	text-align: center;
}
.tsyl_baner_box .swiper-slide img{
	margin:0 auto 50px;
	display: block;
}
.tsyl_baner_box .swiper-slide p{
	font-size:18px;
	color:#000000;
	line-height: 24px;
	margin-bottom: 35px;
}
.tsyl_baner_box .swiper-slide p:last-child{
	margin-bottom:0;
}
.tljdt_dc_box{
	display:none;
	position: fixed;
	top:8%;
	left:50%;
	transform: translateX(-50%);
	width: 1200px;
	z-index: 31
}
.tljdt_dc_box .shut_btn{
	display: block;
	width: 32px;
	height: 32px;
	background: url(../i/dc_shut.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	transition: all 2s;
	position: absolute;
	right: 0;
	top:0;
}
.tljdt_dc_box .shut_btn:hover{
	transform: rotate(360deg);
}
.tljdt_dc_box .tsyl_prev{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height:32px;
	background: url(../i/dc_prev.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	outline: none;
}
.tljdt_dc_box .tsyl_next{
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height:32px;
	background: url(../i/dc_next.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	outline: none;
}
.tljdt_dc_box .tsyl_baner_box .swiper-slide{
	max-height: 800px;
	height: 800px;
	overflow-y: scroll;
}
.tljdt_dc_box .tsyl_baner_box .swiper-slide::-webkit-scrollbar {/*滚动条整体样式*/
  width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.tljdt_dc_box .tsyl_baner_box .swiper-slide::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #0087e1;
}
.tljdt_dc_box .tsyl_baner_box .swiper-slide::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #e7e7e7;

}
.index_signup_box{
	padding:30px 0 180px;
	background: #f2eee3;
	margin-bottom: -140px;
}
.index_signup_box .title_box{
	text-align: center;
	font-size:32px;
	font-weight: bold;
	color:#ca6900;
	margin-bottom: 30px;
}
.index_signup_box .last_box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0px;
}
.index_signup_box .last_box .dl{
	display: flex;
	margin:0 30px;
}
.index_signup_box .last_box .dl:last-child{
	margin-right: 0;
}
.index_signup_box .last_box .dl .dt{
	font-size:19px;
	color:#000000;
	padding:0 10px;
	line-height: 50px;
}
.index_signup_box .last_box .dl .dd{
	width: 240px;
	height: 50px;
}
.index_signup_box .last_box .dl .dd input{
	width: 100%;
	height: 100%;
	background: transparent;
	border:2px solid #aaaaaa;
	padding-left:20px;
	font-size:18px;
	color:#333;
	border-radius: 4px;
}
.index_signup_box .last_box .dl .dd .sele{
	width: 100%;
	height: 100%;
	background:transparent url(../i/sele_arr.png) no-repeat 94% center;
	background-size:20px;
	border:2px solid #aaaaaa;
	padding-left:20px;
	padding-right:40px;
	font-size:18px;
	color:#333;
	-webkit-appearance: none;
	border-radius: 4px;
}
.index_signup_box .sub_btn{
	display: flex;
	width: 240px;
	height: 40px;
	background: #ff7532;
	border-radius: 100px;
	margin:10px auto;
	font-size:16px;
	color:#fff;
	align-items: center;
	justify-content: center;
}
.tjcg_dc_box {
	display: none;
	width: 85%;
	padding: 40px;
	background: #fff;
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 32;
	border-radius:15px;
}
.tjcg_dc_box .txt{
	text-align: center;
	font-size:20px;
	font-weight: bold;
	color:#c94e50;
}
	.tjcg_dc_box .shut_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 50px;
		background: #c94e50;
		font-size: 18px;
		color: #fff;
		margin: 40px auto 0;
		cursor: pointer;
		border-radius: 8px;
	}
/***********pc not*********/
.phone_block_box{
	display: none !important;
}
/********* phone***************/
@media (max-width:720px) {
	.phone_block_box{
		display: block !important;
	}
	.phone_none_box{
		display: none !important;
	}
  .warpin{
		width: 100%;
		padding-left:3%;
		padding-right:3%;
	}
	.index_floor_box{
		display: none;
	}
	.index_header_content .tis_header .logo{
		width: 6rem;
	}
	.index_header_content .tis_header .tle{
		width: 10rem;
	}
	.index_pulic_title{
		margin-bottom: 1rem;
	}
	.index_pulic_title .tis_tle{
		margin-bottom: 0.5rem;
		font-size:1.8rem;
		font-weight:bold;
	}
	.index_pulic_title .tis_tle .tle_i{
		width: 3rem;
	}
	.index_pulic_title .txt{
		width: 100%;
		line-height:1.4rem;
		font-size:1.2rem;
		color:#999;
	}
	.index_code_1 .content_box{
		flex-wrap: wrap;
	}
	.index_code_1 .index_c1_baner{
		width: 100%;
		height: auto;
		border-radius:0px;
		position: relative;
		box-shadow: none;
	}
	.index_code_1 .index_c1_cont{
		width: 100%;
		height: auto;
		box-shadow: none;
	}
	.index_c1_baner .index_c1_prev{
		left:0.8rem;
		width: 1rem;
    height: 2rem;
	}
	.index_c1_baner .index_c1_next{
		right:0.8rem;
		width: 1rem;
    height: 2rem;
	}
	.index_c1_cont .txt{
		padding:1rem 0;

	}
	.index_c1_cont .bit_cont{
		position: relative;
		padding:0;
		background: none;
	}
	.index_c1_cont .txt p {
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
		color: #666;
		text-indent:2em;
	}
	.index_c1_cont .bit_cont .li{
		padding:1rem 0;
		border-right: 0px;
	}
	.index_c1_cont .bit_cont .li .tis{
		font-size:2.4rem;
	}
	.index_c1_cont .bit_cont .li .tis .ad{
		right: -1.5rem;
		top: -0.2rem;
		font-size:1.4rem;
	}
	.index_c1_cont .bit_cont .li .tis .bi{
		font-size:1.2rem;
		bottom: -0.2rem;
	}
	.index_c1_cont .bit_cont .li .btxt{
		font-size:1.2rem;
	}
	.index_c2_content{
		display: none;
	}
	.index_code_2{
		padding:4rem 2% 3rem;
		background: url(../i/phone_c2_bg.png) no-repeat center;
		background-size: 100%;
	}
	.phone_c2_content{
		display: flex !important;
		flex-wrap: wrap;
	}
	.phone_c2_content .list_box{
		width: 49%;
		margin-right:2%;
		margin-bottom: 1rem;
	}
	.phone_c2_content .list_box:nth-child(2n){
		margin-right: 0;
	}
	.phone_c2_content .list_box .i{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 17rem;
		border-radius: 6px;
		overflow: hidden;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
		margin-bottom: 0;
		overflow: hidden;
	}
	.phone_c2_content .list_box .i img{
		display: block;
		width: 100%;
		height: auto;
		transition: all 1s;
	}
	.phone_c2_content .list_box .i img:hover{
		transform: scale(1.1,1.1);
	}
	.phone_c2_content .list_box p{
		padding:1rem 0;
		text-align: center;
		font-size:1.6rem;
		color:#fff000;
		font-weight: bold;
	}
	.index_code_3{
		padding:4rem 0 4rem;
		background: url(../i/phone_c3_bg.png) no-repeat center top;
		background-size:cover;
	}
	.index_code_3 .index_pulic_title .tis_tle{
		justify-content: center;
	}
	.index_code_3 .index_pulic_title .txt{
		text-align: center;
	}

	.index_baner_content .arrow_box{
		position: relative;
		width: 100%;
		justify-content: flex-end;
		font-size:1.2rem;
	}
	.phone_c3_pagination{
		text-align: right;
		font-size:15px;
		color:#999999;
		position: relative;
	}
	.phone_c3_pagination .swiper-pagination-current{
		font-size:2.8rem;
		color:#f57d01;
		font-weight: bold;

	}
	.index_baner_content .arrow_box .index_c3_prev{
		width: 4.5rem;
		height: 4.5rem;
		background-size: 1.5rem;
	}
	.index_baner_content .arrow_box .index_c3_next{
		width: 4.5rem;
		height: 4.5rem;
		background-size: 1.5rem;
	}
	.phone_c3_baner .swiper-slide img{
		width: 100%;
	  display: block;
	}
	.phone_c3_baner .swiper-slide .txt{
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
		padding:1rem 2rem;
		background: rgba(0,0,0,0.7);
	}
	.phone_c3_baner .swiper-slide .txt h2{
		font-size:1.4rem;
		color:#ffffff;
		margin-bottom: 4px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.phone_c3_baner .swiper-slide .txt p{
		font-size:1.2rem;
		color:#ffffff;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.index_code_4{
		padding:2rem 0 3rem;
		border-bottom: 1rem solid #e3e3e3;
		border-top: 1rem solid #e3e3e3;
	}
	.index_code_4::after{
		display: none;
	}
	.index_c4_navi{
		margin:2rem 0;
	}
	.index_c4_navi .li{
		width: 6rem;
    height: 2rem;
    font-size: 1.2rem;
    background-size: 100%;
	}
	.index_code_4 .cont_box{
		flex-wrap: wrap;
		box-shadow: none;
	}
	.index_code_4 .index_c4_baner{
		width: 100%;
		height: auto;
	}
	.index_code_4 .index_c4_baner .txt_box{
		height: 4rem;
		padding:0 2rem;
		font-size:1.4rem;
	}
	.index_c4_baner .arr_box{
		height: 4rem;
		padding:0 1rem;
	}
	.index_c4_baner .index_c4_next{
		width: 1rem;
		height: 2rem;
	}
	.index_c4_baner .index_c4_prev{
		width: 1rem;
		height: 2rem;
	}
	.index_code_4 .txt_content{
		width: 100%;
		height: auto;
		padding:2rem 0;
	}
	.index_code_4 .txt_content h2{
		font-size:1.5rem;
		margin-bottom: 1rem;
	}
	.index_code_4 .txt_content p{
		font-size:1.2rem;
		margin-bottom: 0.3rem;
		line-height: 1.8rem;
		color:#666;
	}
	.index_code_5{
   flex-wrap: wrap;
	 padding:2rem 3%;
	}
	.index_code_5 .l_cont{
		width: 100%;
	}
	.index_code_5 .l_cont .navi_box{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 2rem;
	}
	.index_code_5 .l_cont .navi_box .li{
		width: 7rem;
    height: 2.5rem;
    background-size: 100%;
    margin: 0 1rem;
		font-size:1.2rem;
	}
	.index_code_5 .r_content{
		width: 100%;
	}
	.index_code_5 .r_content .cont .li{
		width: 49%;
		margin-right: 2% !important;
		margin-bottom: 1rem;
	}
	.index_code_5 .r_content .cont .li:nth-child(2n){
		margin-right: 0 !important;
	}
	.index_code_5 .r_content .cont .li .i{
		height: 11rem;
		box-shadow: none;
	}
	.index_code_5 .r_content .cont .li p{
		padding:0.5rem 0;
		text-shadow: none;
	}
	.index_signup_box{
		margin-bottom: -6rem;
		padding-bottom:4rem;
	}
	.index_signup_box .title_box{
		font-size:1.8rem;
		margin-bottom: 1rem;
	}
	.index_signup_box .last_box{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.index_signup_box .last_box .dl{
		width: 100%;
		margin:1rem 0;
	}
	.index_signup_box .last_box .dl .dt{
		font-size:1.4rem;
		width: 7rem;
		padding:0 0.5rem;
		line-height: 4rem;
	}
	.index_signup_box .last_box .dl .dd{
		width: calc(100% - 9rem);
		height: 4rem;
	}
	.index_signup_box .last_box .dl .dd input{
		font-size:1.4rem;
	}
	.index_signup_box .last_box .dl .dd .sele{
		font-size:1.4rem;
	}
	.pulic_footer_box{
		background: url(../i/foot_phone_bg.png) no-repeat center;
		background-size:cover;
		padding-top: 5rem;
	}
	.pulic_footer_box .tis_content .warpin{
		justify-content: space-between;
		padding-bottom: 2rem;
	}

	.pulic_footer_box .tis_content .l_cont{
		margin-right: 0;
		width: 25rem;
	}
	.pulic_footer_box .tis_content .l_cont .title_box{
		margin-bottom: 1rem;
	}
	.pulic_footer_box .tis_content .l_cont .title_box img{
		width: 12rem;
	}
	.pulic_footer_box .tis_content .l_cont .title_box .tle{
		font-size:2.6rem;
	}
	.pulic_footer_box .tis_content .l_cont .txt_box p{
		font-size:1.2rem;
	}
	.pulic_footer_box .tis_content .warpin::after{
		display: none;
	}
	.pulic_footer_box .tis_content .code_box{
		width: 7rem;
	}
	.pulic_footer_box .tis_content .code_box .i{
		width: 7rem;
		height: 7rem;
	}
	.pulic_footer_box .tis_content .code_box p{
		font-size:1.0rem;
	}
	.pulic_footer_box .copy_box{
		font-size:1.2rem;
		text-align:left;
		padding:1rem;
	}
	.tsyl_dc_box{
		width: 90%;
	}
	.tsyl_baner_box .swiper-slide{
		padding:2rem 2rem;
	}
	.tsyl_baner_box{
		width:100%;
	}
	.tsyl_baner_box .swiper-slide img{
		width: 100%;
		margin:0 auto 1rem;
	}
	.tsyl_baner_box .swiper-slide .tle{
		font-size:1.8rem;
		margin-bottom: 1rem;
	}
	.tsyl_baner_box .swiper-slide p{
		font-size:1.2rem;
		line-height: 2rem;
	}
	.tsyl_dc_box .tsyl_next{
		z-index: 11;
	}
	.tsyl_dc_box .tsyl_prev{
		z-index: 11;
	}
	.tsyl_dc_box .shut_btn{
		top:-40px;
	}
}
