.ind_r1 .top_box{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.ind_r1 .top_box .r,.ind_r1 .bot_box .r{
	width: 66.66%;
}
.ind_r1 .top_box .l{
	width: calc(100% - 66.66%);
	padding-left: 7.5%;
	padding-right: 115px;
	display: flex;
	align-items: center;
}
.ind_r1 .top_box .r img{
	width: 100%;
}

.ind_r1 .desc{
	color: #333333;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 75px;
}

.ind_r1 .bot_box .l{
	width: calc(100% - 66.66%);
	padding-left: 7.5%;
	background-color: #fafafa;
	color: #333;
	display: flex;
	align-items: center;
	padding-right: 60px;
}

.ind_r1 .bot_box .r{
	background-color: #f6f6f6;
}

.ind_r1 .bot_box{
	display: flex;
	justify-content: space-between;
	height: 330px;
}


.ind_r1 .bot_box .l .tit{
	line-height: 1.4em;
	margin-bottom: 25px;
}
.ind_r1 .bot_box .l .descz{
	color: #333333;
	line-height: 1.7em;
}

.ind_r1 .bot_box .r{
	display: flex;
	justify-content: space-between;
}

.ind_r1 .bot_box .item{
	width: 33.333%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 26px;
}
.ind_r1 .bot_box .item .pic{
	width: 60px;
	height: 66px;
	margin: 0 auto 24px;
	position: relative;
}
.ind_r1 .bot_box .item .pic img{
	width: 100%;
	height: 100%;
}
.ind_r1 .bot_box .item .pic img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.ind_r1 .bot_box .item .tit{
	color: #555555;
	text-align: center;
	margin-bottom: 20px;
}
.ind_r1 .bot_box .item p{
	color: #888;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	text-align: center;
}


.ind_r1 .bot_box .item:hover{
	background-color: #fff;
}

.ind_r1 .bot_box .item:hover .pic img:last-child{
	opacity: 1;
}

.ind_r2{
	padding: 96px 0 135px;
	background-color: #f7f8fc;
	background-image: url(../images/r2_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}

.ind_r2 .g_tit{
	text-align: center;
}

.ind_r2 .r2_desc{
	color: #888888;
	line-height: 1.7em;
	text-align: center;
	max-width: 968px;
	margin: 32px auto 60px;
}

.ind_pro{
	margin: 0 -15px;
}
.ind_pro li{
	padding: 0 15px;
	margin-bottom: 20px;
	width: 33.33%;
	float: left;
}
.ind_pro li .con{
	display: block;
	background-color: #edf1f4;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.ind_pro li .con .txt{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 53%;
	padding: 40px 0 0 32px;
}
.ind_pro .txt .tit{
	color: #222;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.ind_pro .txt p{
	color: #888888;
	line-height: 1.4em;
}

.ind_pro .jia{
	position: absolute;
	bottom: 0;
	left: 0;
}

.ind_pro li .con:hover .txt .tit{
	color: #e1261c;
}

.ind_r3{
	display: flex;
	justify-content: space-between;
}
.ind_r3 .l{
	width: 50%;
	background-image: url(../images/r3_l.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-top: 115px;
}
.ind_r3 .r{
	width: 50%;
}

.ind_r3 .l .tit{
	color: #222222;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 18px;
}

.ind_r3 .l .desc{
	color: #888888;
	line-height: 1.7em;
	text-align: center;
	padding: 0 40px;
	margin-bottom: 50px;
}

.ind3_box{
	width: 436px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}
.ind3_box .swiper-slide{
	width: 436px;
	height: 100%;
}

.ind3_con{
	position: relative;
}
.ind_r3 .ind3_swi{
	
}
.ind_r3 .ind3_swi img{
	width: 100%;
	border-radius: 50%;
}
.ind_r3 .ind3_swi .swiper-slide{
	padding: 20px;
}

.ind_r3 svg{
	position: absolute;
	top: -4%;
	left: -4%;
	z-index: 2;
	width: 108%;
	height: 108%;
	pointer-events: none;
}


.ind_r3 .ind3_box .swiper-slide.act #progress{
  -webkit-animation: dash 10s linear infinite;
      -moz-animation: dash 10s linear infinite;
      -ms-animation: dash 10s linear infinite;
      -o-animation: dash 10s linear infinite;
      animation: dash 10s linear infinite;
}

.ind_r3 .ind3_box.act2 #progress{
  stroke-dasharray: 0, 314;
}

#por2{
	stroke-width: 0.5px;
}
 @keyframes dash {
	0% {
		stroke-dasharray: 0, 314;
	}
	100% {
		stroke-dasharray: 314, 314;
	}
}

@-ms-keyframes water {
   0% {
   	stroke-dasharray: 0, 314;
   }
   100% {
   	stroke-dasharray: 314, 314;
   }
}
@-moz-keyframes water {
   0% {
   	stroke-dasharray: 0, 314;
   }
   100% {
   	stroke-dasharray: 314, 314;
   }
}
 
@-webkit-keyframes water {
  0% {
  	stroke-dasharray: 0, 314;
  }
  100% {
  	stroke-dasharray: 314, 314;
  }
}
 
@-o-keyframes water {
   0% {
   	stroke-dasharray: 0, 314;
   }
   100% {
   	stroke-dasharray: 314, 314;
   }
}







.ind_r3 .l .tit,.ind_r3 .l .desc,.ind3_con,.ind_r3 .g_more{
	-webkit-transform: translatey(60px);
	-moz-transform: translatey(60px);
	-o-transform: translatey(60px);
	transform: translatey(60px);
	opacity: 0;
}



.ind_r3 .l .ind3.aime .tit,.ind_r3 .l .ind3.aime .desc,.ind_r3 .l .ind3.aime .g_more,.ind_r3 .l .ind3.aime .ind3_con{
	-webkit-animation: upam 0.5s ease-out forwards;
	    -moz-animation: upam 0.5s ease-out forwards;
	    -ms-animation: upam 0.5s ease-out forwards;
	    -o-animation: upam 0.5s ease-out forwards;
	animation: upam 0.5s ease-out forwards;
	
}


.ind_r3 .l .ind3.aime .desc{
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}

.ind_r3 .l .ind3.aime .ind3_con{
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
}
.ind_r3 .l .ind3.aime .g_more{
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}
@-ms-keyframes upam {0% {-webkit-transform: translatey(60px);-moz-transform: translatey(60px);-o-transform: translatey(60px);transform: translatey(60px);opacity: 0;}100% {-webkit-transform: translatey(0px);-moz-transform: translatey(0px);-o-transform: translatey(0px);transform: translatey(0px);opacity: 1;}}
@-moz-keyframes upam{0% {-webkit-transform: translatey(60px);-moz-transform: translatey(60px);-o-transform: translatey(60px);transform: translatey(60px);opacity: 0;}100% {-webkit-transform: translatey(0px);-moz-transform: translatey(0px);-o-transform: translatey(0px);transform: translatey(0px);opacity: 1;}}
@-webkit-keyframes upam{0% {-webkit-transform: translatey(60px);-moz-transform: translatey(60px);-o-transform: translatey(60px);transform: translatey(60px);opacity: 0;}100% {-webkit-transform: translatey(0px);-moz-transform: translatey(0px);-o-transform: translatey(0px);transform: translatey(0px);opacity: 1;}}
@-o-keyframes water upam{0% {-webkit-transform: translatey(60px);-moz-transform: translatey(60px);-o-transform: translatey(60px);transform: translatey(60px);opacity: 0;}100% {-webkit-transform: translatey(0px);-moz-transform: translatey(0px);-o-transform: translatey(0px);transform: translatey(0px);opacity: 1;}}
@keyframes upam {0% {-webkit-transform: translatey(60px);-moz-transform: translatey(60px);-o-transform: translatey(60px);transform: translatey(60px);opacity: 0;}100% {-webkit-transform: translatey(0px);-moz-transform: translatey(0px);-o-transform: translatey(0px);transform: translatey(0px);opacity: 1;}}










.ind3_con{
	margin-bottom: 70px;
}
.ind3_con .qh{
	width: 12px;
	height: 17px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	cursor: pointer;
}

.ind3_con .qh img{
	width: 100%;
	height: 100%;
}

.ind3_con .qh img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.ind3_con .qh:hover img:last-child{
	opacity: 1;
}

.ind3_con .prevl{
	left: 0;
}

.ind3_con .nextl{
	right: 0;
	    transform: rotate(
	180deg);
	    -webkit-transform: rotate(
	180deg);
}

.ind_r3 .sweip2 .swiper-slide{
	opacity: 0!important;
}

.ind_r3 .sweip2 .swiper-slide.swiper-slide-active{
	opacity: 1!important;
}

.ind_r3 .sweip2{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	pointer-events: none;
}


.ind_r3 .g_more{
	margin: 0 auto;
}

.ind_r3 .r .bg{
	width: 100%;
}
.ind_r3 .r {
	position: relative;
	background-image: url(../images/r3_r.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.ind_r3 .r .txt{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 7.5%;
	display: flex;
	align-items: center;
}

.ind_r3 .r .txt .tit{
	color: #85827c;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
	margin-bottom: 25px;
}

.ind_r3 .r .pic{
	margin-bottom: 20px;
	position: relative;

}
.ind_r3 .r .pic img{
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}

.ind_r3 .r .pic img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.ind_r3 .r .item{
	margin-bottom: 85px;
	cursor: pointer;
}

.ind_r3 .r .item:last-child{
	margin-bottom: 0;
}

.ind_r3 .r .item:hover .pic img:last-child,.ind_r3 .r .item.act .pic img:last-child{
	opacity: 1;
}

.ind_r3 .r .item:hover .tit,.ind_r3 .r .item.act .tit{
	color: #fff;
}

.ind_r3 .r .item .descv{
	color: #ffffff;
	line-height: 1.7em;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ind_r3 .r .item.act .descv{
	height: 3.4em;
}

.swi_num{
	position: absolute;
	bottom: 37px;
	right: 7.5%;
	color: rgba(255,255,255,.5);
	display: flex;
	font-size: 18px;
	align-items: flex-end;
}


.swi_num .on{
	color: #fff;
	font-size: 36px;
}
.swi_num .lien{
	margin: 0 6px;
}


.ind_r4{
	padding: 95px 0 100px;
	background-color: #f7f8fc;
}

.in_new{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	height: 478px;
}
.in_new .l{
	width: 62.3125%;
	display: flex;
}
.in_new .l .pic {
	overflow: hidden;
}
.in_new .l .pic img{
	width: 100%;
}
.in_new .r{
	width: calc(100% - 62.3125%);
}

.in_new .l .item{
	width:50%;
}

.in_new .l .tips{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.in_new .l .s1{
	color: #e1261c;
}

.in_new .l .s2{
	color: #888888;
}

.in_new .l .txt{
	padding:38px 35px 76px;
	background-color: #fff;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.in_new .l .tit{
	color: #222222;
	font-weight: bold;
	line-height: 1.5em;
}

.in_new .l .desc{
	color: #888888;
	line-height: 1.6em;
	height: 8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 60px;
}
.in_new .c_more{
	color: #e1261c;
	display: flex;
	align-items: center;
}

.in_new .c_more img{
	margin-left: 5px;
	margin-top: -2px;
}

.in_new .c_more span{
	position: relative;
	display: block;
}
.in_new .c_more span::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e1261c;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.in_new .l .item .con .txt{
	position: absolute;
	top: 58%;
	left: 0;
}
.in_new .l .hide_con{
	opacity: 0;
}

.in_new .l .item .con{overflow: hidden; display: block;position: relative;background-color: #fff;height: 100%;}
.in_new .l .item .con:hover .txt{
	position: absolute;
	top: 0;
	left: 0;
}

.in_new .l .item .con:hover .hide_con{
	opacity: 1;
}
.in_new .l {
	/* margin: 0 -10px; */
}
.in_new .l .item{
	/* padding: 0 10px; */
	margin-right: 2%;
}

.in_new .r {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between
}
.in_new .r .itev{
	height: 31.5%;
	width: 100%;
	/* margin-bottom: 2.4%; */
}


.in_new .r .itev:last-child{
	margin-bottom: 0;
}
.in_new .r .itev a{
	display: flex;
}
.in_new .r .itev .pic{
	width: 265px;
	overflow: hidden;
}
.in_new .r .itev .pic img{
	width: 100%;
}

.in_new .r .itev .txt{
	width: calc(100% - 265px);
	padding-left: 20px;
}
.in_new .r .itev .tit{
	color: #222222;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	line-height: 1.4em;
}
.in_new .r .itev .descb{
	font-size: 14px;
	color: #888888;
	line-height: 1.7em;
	height: 3.4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 40px;
}

.in_new .r .moref{
	display: flex;
	align-items: center;
}

.in_new .r .moref{
	font-size: 14px;
	color: #888888;
}

.in_new .r .moref span{
	width: 8px;
	height: 13px;
	display: inline-block;
	position: relative;
	margin-left: 6px;
}
.in_new .r .moref span img{
	width: 100%;
	height: 100%;
}

.in_new .r .moref img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.in_new .r .itev a:hover .pic img{
	  -webkit-transform: scale(1.08);
	    -moz-transform: scale(1.08); 
	    -ms-transform: scale(1.08); 
	    -o-transform: scale(1.08); 
	    transform: scale(1.08);
}

.in_new .r .itev a:hover .tit,.in_new .r .itev a:hover .moref {
	color: #e1261c;
}
.in_new .r .itev a:hover .moref img:last-child{
	opacity: 1;
}

.ind_r5 .bg{
	width: 100%;
}
.ind_r5{
	position: relative;
	padding: 125px 0 155px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.ind_r5 .txt{
	color: #fff;
}

.ind_r5 .txt .tit{
	margin-bottom: 24px;
}

.ind_r5 .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.ind_r5 .g_more,.ind_r5 .g_more .s2{
	border-color: #fff;
}

.ind_r5 .g_more .s1{
	color: #fff;
}

.ind_r5 .g_more .s2{
	background-image: url(../images/img2.png);
}

.ind_r5 .g_more:hover{
	border-color: #e1261c;
}


.ind_r4 .r4_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ind_r4 .as a{
	color: #222;
	font-weight: bold;
	display: inline-block;
	margin-right: 60px;
}

.ind_r4 .tr_box{
	display: flex;
	align-items: center;
}

.ind_r4 .as a:hover{
	color: #e1261c;
}

.ind_r4 .n_more{
	width: 162px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #222;
	font-size: 16px;
	color: #222;
	font-weight: bold;
}

.ind_r4 .n_more span{
	display: block;
	width: 9px;
	height: 8px;
	margin-left: 18px;
	position: relative;
}
.ind_r4 .n_more span img{
	width: 100%;
	height: 100%;
}
.ind_r4 .n_more span img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.ind_r4 .n_more:hover{
	background-color: #e1261c;
	color: #fff;
	border-color: #e1261c;
}

.ind_r4 .n_more:hover span img:last-child{
	opacity: 1;
}


.fa_r1{
	background-color: #f7f8fc;
	color: #111111;

}

.fa_r1 .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fa_r1 .tit{
	width: 40%;
}
.fa_r1 .desc{
	line-height: 1.7em;
	color: #333;
	width: 60%;
}

.fa_r2 li {
	padding: 80px 0;
	box-shadow: 0 3px 13px rgba(112,112,112,.1);
	position: relative;
	z-index: 2;
}
.fa_r2 li span{
	font-size: 90px;
	color: #f0f0f0;
}

.fa_r2 li .pic{
	float: right;
}

.fa_r2 li .txt{
	overflow: hidden;
	padding-right: 60px;
}

.fa_r2 li .txt .tit{
	color: #111111;
	line-height: 1.4em;
}

.fa_r2 li .txt  s{
	display: block;
	width: 80px;
	height: 6px;
	background-color: #e1261c;
	margin: 24px 0 32px;
}

.fa_r2 li .txt p{
	color: #666666;
	line-height: 1.4em;
}


.fa_r2 li:nth-child(even) {
	background-color: #f7f8fc;
	box-shadow: none;
	z-index: 1;
}

.fa_r2 li:nth-child(even) .pic{
	float: left;
}

.fa_r2 li:nth-child(even) .txt{
	overflow: hidden;
	padding-left: 162px;
	padding-right: 0px;
}

.pro_r1{
	background-color: #f7f7f7;
	background-image: url(../images/r2_bg.png);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    -webkit-background-size: cover;
	    background-size: cover;
}

.inp_box{
	display: flex;
	height: 60px;
	border: 1px solid #d0d0d0;
	background-image: url(../images/so.png);
	background-repeat: no-repeat;
	background-position: left 32px center;
	margin-bottom: 50px;
}

.inp_box input{
	outline: none;
	border: none;
	width: calc(100% - 158px);
	background-color: transparent;
	padding-left: 60px;
}
.inp_box .btn_i{
	width: 158px;
	line-height: 60px;
	background-color: #e1261c;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

 .inp_box input::-webkit-input-placeholder{color:#444;}.inp_box input:-moz-placeholder {color:#444;}.inp_box input::-moz-placeholder {color:#444;}.inp_box input:-ms-input-placeholder {color:#444;}


.p_top{
	margin-bottom: 25px;
}

.p_top {
    color: #666666;
    margin-top: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.p_top a {
    color: #666666;
}

.pro_content{
	display: flex;
	padding-bottom: 70px;
}

.pro_content .l{
	width: 724px;
}
.pro_content .r{
	width: calc(100% - 724px);
}

.pro_content .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    display: inline-block;
    border-radius: 100%;
    background: #d6d6d6;
    opacity: 1;
	border-radius: 0;
}


.pro_content .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d1231b;
}

.pro_content .pro_d{
	bottom: 0px;
}

.pro_content .pro_swi{
	padding-bottom: 28px;
}


.pro_content .r{
	padding-left: 120px;
}

.pro_content .tit{
	color: #222222;
}

.pro_content s{
	width: 20px;
	height: 2px;
	background-color: #d1231b;
	display: block;
	margin: 36px 0;
}

.pro_content .ul1{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 74px;
}

.pro_content .ul1 li{
	width: 50%;
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 14px;
}

.pro_content .ul1 li.kc{
	font-weight: bold;
	color: #222;
}

.pro_content .ul1 li.kc span{
	color: #d1231b;
}
.fa_r2 li .pic img{width: 100%;}
.pro_content .ck_more{
	cursor: pointer;
	width: 140px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #d1231b;
	color: #fff;
	border-radius: 3px;
	display: block;
}

.pro_content .ck_more:hover{
	background-color: #e21f16;
}

.pro_content2{
	background-color: #f7f7f7;
}
.pro_content2 .top_tits{
	display: flex;
	justify-content: space-between;
	color: #222222;
	margin-bottom: 50px;
}




.pro_content2 .c_more{
	color: #e1261c;
	display: flex;
	align-items: center;
}

.pro_content2 .c_more img{
	margin-left: 5px;
	margin-top: -2px;
}

.pro_content2 .c_more span{
	position: relative;
	display: block;
}
.pro_content2 .c_more span::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e1261c;
	position: absolute;
	bottom: -4px;
	left: 0;
}


.pro_r1 .ind_pro{
	margin-bottom: 28px;
}

.us_r1 {
	padding: 40px 0 100px;
}
.us_r1 .us_tit{
	color: #22262f;
	margin-bottom: 50px;
}

.us_r1 .dl1 dt {
    background-color: #f5f5f5;
    color: #333333;
    line-height: 90px;
    display: block;
	display: flex;
	justify-content: space-between;
}
.us_r1 .dl1 .dopl span{
	display: inline-block;
	color: #333333;
	padding-right: 8px;
}

.us_r1 .dl1 dd .dtop span{
	line-height: 1.4em;
}


.us_r1 .dl1 .dopl span:nth-child(1) {
    width: 29%;
	padding-left: 110px;
}

.us_r1 .dl1 .dopl span:nth-child(2) {
    width: 21%;
}

.us_r1 .dl1 .dopl span:nth-child(3) {
    width: 22%;
}

.us_r1 .dl1 .dopl span:nth-child(4) {
    width: 21%;
}

.us_r1 .dl1 .dopl span:nth-child(5) {
    width: 7%;
}
	
.us_r1 .dtop{
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}

.us_r1 .dtop p{
	width: 28px;
	height: 28px;
	position: relative;
	margin-top: 26px;
}

.us_r1 .dtop p img{
	width: 100%;
	height: 100%;
}

.us_r1 .dtop p img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.us_r1 .dbtm{
	padding: 48px 100px;
	background-color: #f5f5f5;
	display: none;
}

.us_r1 .dbtm .top_dz{
	color: #333333;
	font-size: 16px;
	padding-bottom: 45px;
	border-bottom: 1px dashed #e0e0e0;
	line-height: 1.4em;
	margin-bottom: 40px;
}

.us_r1 .dbtm .tit{
	color: #333;
	margin-bottom: 12px;
}

.us_r1 .dbtm .desc{
	color: #333333;
	line-height: 1.7em;
}

.us_r1 .dbtm .d_con{margin-bottom: 40px;}


.us_r1 .yx_btn{
	background-color: #d1231b;
	padding: 18px 22px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.us_r1 .yx_btn span{
	display: flex;
	justify-content: center;
	align-items: center;
}

.us_r1 .yx_btn span img{
	margin-right: 14px;
}

.us_r1 .yx_btn:hover{
	background-color: #e21f16;
}

.us_r1 dd{
	cursor: pointer;
	border-bottom: 2px solid #f3f3f3;
}


.us_r1 dd.act .dtop{
	background-color: #d1231b;
}

.us_r1 dd.act .dtop span{
	color: #fff;
}
.us_r1 dd.act p img{
	opacity: 0;
}
.us_r1 dd.act p img:last-child{
	opacity: 1;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
}
.us_r2{
	background-color: #f7f7f7;
}


.us_r2 .box{
	display: flex;
	justify-content: space-between;
}


.us_r2 .l{
	width: 39%;
	padding-right: 26px;
}

.us_r2 .r{
	width: 61%;
}

.us_r2 #map{
	width: 100%;
	height: 700px;
}

.us_r2 .select .tit{
	display: flex;
	align-items: center;
}

.us_r2 .select .tit{
	color: #333333;
	cursor: pointer;
}

.us_r2 .select .tit span{
	display: block;
	margin-left: 20px;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.us_r2 .select {
	position: relative;
	margin-bottom: 46px;
}

.us_r2 .select .map_xz{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 20px;
	display: none;
}

/* .us_r2 .select .map_xz{
	height: 486px;
	overflow-y: auto;
} */

/* .us_r2 .select .map_xz::-webkit-scrollbar{ width:4px;height: 1px;}

.us_r2 .select .map_xz::-webkit-scrollbar-thumb{ background:#000;}

.us_r2 .select .map_xz::-webkit-scrollbar-track{ background:#e1261c;} */

.us_r2 .select ul{
	background-color: #fff;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #e1261c;
}

.us_r2 .select ul li{
	border-bottom: 1px solid #ddd;
	padding: 15px 0px;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
		cursor: pointer;
		padding:30px 10px;
}

.us_r2 .select ul li:hover{
	color: #fff;
	background-color: #e1261c;
	padding:30px 10px 30px 20px;
}

.us_r2 .select ul li:last-child{
	border: none;
}

.us_r2 .select .tit.act span{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.dz_box .tit{
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 20px;
}


.dz_box .dianh {
	color: #333;
	display: block;
}
.dz_box .dianh:hover,.dz_box .con a:hover{
	color: #e21f16;
}

.dz_box .dianh img{
	display: inline-block;
	margin-right: 6px;
}

.dz_box .con{
	border-top: 1px dashed #bbbbbb;
	padding-top: 26px;
	margin: 38px 0 32px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.dz_box .con a{
	font-weight: normal;
	font-size: 16px;
	color: #666666;
}
.dz_box .con p{
	margin-bottom: 20px;
	line-height: 1.4em;
}



.ab_r1{
	background-color: #f4f6f8;
	background-image: url(../images/ab_r1.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.ab_r1 .tit{
	color: #22262f;
	margin-bottom: 30px;
}
.gs_list {display: flex;}
.gs_list .item{
	color: #333333;
	width: 232px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 50px;
}

.gs_list .item.on,.gs_list .item:hover{
	border-color: #e1261c;
	background-color: #e1261c;
	color: #fff;
}
.gs_list .item:last-child{
	margin-right: 0;
}
.ab_desc .tit_l{
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.ab_desc .desc{
	color: #333333;
	line-height: 1.7em;
	margin-bottom: 50px;

}
.ab_desc .desc p{
	margin-bottom: 15px;
}
.ab_desc .desc p:last-child{
	margin-bottom: 0;
}
.ab_desc{
	display: flex;
	justify-content: space-between;
}

.ab_desc .l{
	width: calc(100% - 739px);
	padding-right: 92px;
}

.ab_desc .r{
	width: 739px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.ab_desc .r_bg{
	width: 100%;
	display: none;
}

.ab_desc .r_bg.on{
	display: block;
}
.ab_desc .piv_img.ty1{
	display: none;
}
.ab_desc .iutn{
	margin-bottom: 45px;
}

.ab_desc .iutn .tip{
	color: #222;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #bbbbbb;
	position: relative;
}

.ab_desc .iutn .tip img{
	margin-right: 15px;
}

.ab_desc .iutn .tip::before{
	content: '';
	width: 25px;
	height: 1px;
	background-color: #555555;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.ab_desc .iutn p{
	color: #444444;
	padding-top: 15px;
	line-height: 1.4em;
}

.ab_desc .ab_rcon{
	display: none;
}

.ab_desc .ab_rcon.on{
	display: block;
}


.u_tit{text-align: center;}
.u_tit .tit{
	color: #22262f;
}

.u_tit p{
	color: #333333;
	line-height: 1.4em;
	margin-top: 30px;
}

.ab_r2{
	background-image: url(../images/ab_r2bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}



.ab_r2 .aox{position: relative;padding: 0 100px;margin-top: 90px;}

.ab_r2 .aox .s{display: block;width: calc(100% - 200px);position: absolute;top: 50%;left: 100px;border-bottom: 1px dashed #bbbbbb ;}

.ab_r2 .aox .swiper4{}

.ab_r2 .aox .prev4 {width: 60px;height: 60px;left: 0;margin-top: -30px;background: url(../images/l_h.png) center no-repeat;border: 1px solid #3b3c3c;border-radius: 50%;background-size: cover;}

.ab_r2 .aox .next4 {width: 60px;height: 60px;right: 0;margin-top: -30px;background: url(../images/l_h.png) center no-repeat;border: 1px solid #3b3c3c;border-radius: 50%;background-size: cover;transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.ab_r2 .aox .prev4:hover,.ab_r2 .aox .next4:hover{background: #e1261c url(../images/l_b.png) center no-repeat;border: 1px solid #e1261c;background-size: cover;}

.ab_r2 .aox .swiper4 .swiper-slide{width: 280px; text-align: justify;height: 420px;}

.ab_r2 .aox .swiper4 .swiper-slide .sbox{padding:0 0 0 20px;position: relative;width: 100%;height: 100%;}

.ab_r2 .aox .swiper4 .swiper-slide .sbox s{display: block;width: 1px;height: 50%;position: absolute;top: 0;left: 2px;border-left: 1px dashed #bbbbbb;}

.ab_r2 .aox .swiper4 .swiper-slide .sbox .day{font-size: 46px;}

.ab_r2 .aox .swiper4 .swiper-slide .sbox .stc{color: #3b3c3c;line-height: 1.8;margin-top: 10px;}

.ab_r2 .aox .swiper4 .swiper-slide .sbox .num{display: block;width: 100px;height: 100px;position: absolute;top: 50%;left: 20px;margin-top: -50px;border: 1px solid #222;border-radius: 50%;padding: 5px;text-align: center;}

.ab_r2 .aox .swiper4 .swiper-slide .sbox .num .sz{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;background: #222;color: #fff;border: 6px solid #fff;border-radius: 50%;}

.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .sbox .stc{position: absolute;left: 20px;bottom: 56px;}

.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .sbox .day{position: absolute;left: 20px;bottom: 0px;}

.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .sbox s{top: 50%;}

.ab_r2 .aox .swiper4 .swiper-slide-active .sbox .num{border: 1px dashed #e1261c;}

.ab_r2 .aox .swiper4 .swiper-slide-active .sbox .num .sz{background: #e1261c;}

.ab_r2 .aox .lc_pic{position: absolute;left: 2px;bottom: 10%;z-index: -1;opacity: 0;}
.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .lc_pic{position: absolute;left: 2px;top: 10%;z-index: -1;}
.ab_r2 .aox .swiper-slide .lc_pic{transition: 1s;}
.ab_r2 .aox .swiper-slide:hover .lc_pic{opacity: 1;}

.banner{line-height: 0;}

.ab_r2 .aox .next4::before,.ab_r2 .aox .prev4::before {
	content: "";
	border: 1px dashed #e1261c;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
	opacity: 0;
}

.ab_r2 .aox .prev4:hover::before,.ab_r2 .aox .next4:hover::before{
	opacity: 1;
	
}


.ab_r3 .tt{text-align: center;}


.ab_r3 .ax{position: relative;padding-left: 7.5%;}

.ab_r3  .swiper5{margin-top: 90px;padding-bottom: 80px;}

.ab_r3  .swiper5 .swiper-slide{width: 685px;height: 420px;background:#fff url(../images/ab_3.jpg ) center no-repeat;background-size: cover;opacity: 0.2;}

.ab_r3  .swiper5 .swiper-slide .sbox{padding: 40px;position: relative;width: 100%;height: 100%;}

.ab_r3  .swiper5 .swiper-slide .sbox .txt{width: calc(100% - 350px);float: left;height: 100%;position: relative;}

.ab_r3  .swiper5 .swiper-slide .sbox .txt{line-height: 1.2;text-align: justify;}

.ab_r3  .swiper5 .swiper-slide .sbox .txt .stc{position: absolute;left: 0;bottom: 10px;z-index: 2;line-height: 1.6;}

.ab_r3  .swiper5 .swiper-slide .sbox .img{width: 340px;float: right;}

.ab_r3  .swiper5 .swiper-slide-active,.ab_r3  .swiper5 .swiper-slide-next{opacity: 1;}

.ab_r3  .swiper5 .pagination5{top: auto;bottom: 0;width: 90%;height: 8px;}

.ab_r3  .swiper5 .pagination5 span{background: #e1261c;}


.ab_r4{
	background-color: #f7f8fc;
	    background-image: url(../images/l1.jpg);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    -webkit-background-size: cover;
	    background-size: cover;
}

.jc_list{
	padding-top: 56px;
	margin: 0 -13px;
}


.jc_list li{
	width: 33.333%;
	padding: 0 13px;
	margin-bottom: 26px;
	float: left;
}

.jc_list .con{
	display: block;
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
}
.jc_list .con{
	position: relative;
}

.jc_list .con .txt{
	width: 60%;
	padding: 38px 30px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.jc_list .con .txt .tit{
	color: #222222;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.jc_list .con .txt p{
	color: #888888;
	font-size: 16px;
	line-height: 1.4em;
}

.jc_list .con .pic{
	position: relative;
}

.jc_list .con .pic img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.jc_list li:hover .pic img{
	opacity: 0;
}
.jc_list li:hover .pic img:last-child{
	opacity: 1;
}


.ab_r5{text-align: center;color: #fff; background-image: url(../images/ab5.jpg);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    -webkit-background-size: cover;
	    background-size: cover;}
.ab_r5 .u_tit .tit{color: #fff;}
.ab_r5 .swiper6{padding: 60px 0 50px;}
.ab_r5 .swiper6 .swiper-slide img{width: 100%;}
.ab_r5 .swiper6 .pagination6{bottom: 0;}

.ab_r5 .swiper6 .pagination6 span{opacity: 1;background: #fff;width: 10px;height: 10px;margin: 0 6px;}

.ab_r5 .swiper6 .pagination6 span.swiper-pagination-bullet-active{background: #e1261c;}

.ab_more{
	text-align: center;
	margin-top: 20px;
}
.ab_more img{
	display: inline-block;
}
.ind_pro li .con {overflow: hidden;}
.ind_pro li .con .pic img{
	width: 100%;
}
.ind_r3{min-height: 950px;}


.pro_content .l img{width: 100%;}




.ind3_con .swiper-slide{
	opacity: 0!important;
}
.ind3_con .swiper-slide-active{
	opacity: 1!important;
}

 @media (max-width: 1680px){
	 .ind_r3{min-height: unset;}
	 .ind_r3 .g_more{margin: 0 auto 80px;}
	 .in_new .l .item .con .txt {top: 53%;}
	 .ind_pro .txt .tit {
		 font-size: 20px;
	}
	.ind_pro li .con .txt {
		width: 51%;
		padding: 30px 0 0 24px;
	}
	.ind_pro li .con .txt {padding: 20px 0 0 20px;}
	.ind_pro .txt .tit{font-size: 20px;}
	 
 }
 
 @media (max-width: 1580px){
	.pro_content .r {padding-left: 65px;}
 	 .pro_content .l {width: 624px;}
	 .pro_content .r {width: calc(100% - 624px);}
	 .pro_content .ul1 {display: flex;flex-wrap: wrap;margin-bottom: 40px;}
	 .ind_pro .txt .tit { font-size: 18px; }
 }

 @media (max-width: 1440px){
	
	 .ind_r3 .l{padding-top: 80px;}
	 .ind3_con {margin-bottom: 50px;}
	 .ind_r3 .r .item {margin-bottom: 65px;cursor: pointer;}
	 .in_new .l .item .con .txt {top: 43%;}
	 .fa_r2 li:nth-child(even) .txt {padding-left: 90px;}
 }
 
 @media (max-width: 1366px){
	 .g_more {max-width: 150px;}
	 .g_more .s1 {width: 100px;line-height: 50px;padding-left: 20px;font-size: 14px;}
	 .g_more .s2 {width: 50px;}
	 .ind_r1 .top_box .l {padding-right: 60px;}
	 .ind_r1 .top_box .l ,.ind_r1 .bot_box .l{padding-left: 5%;}
	 .fa_r2 li span {font-size: 78px;}
	 
	 
 }

 @media (max-width: 1280px){
	.ind_pro .txt .tit{font-size: 18px;}
}


 @media (max-width: 1025px){
	.ind_pro .txt .tit { font-size: 16px; }
	 .ind_pro li {padding: 0 10px;width: 50%;}
	 .ind_pro {margin: 0 -10px;}
	 .ind_pro li .con{height: 155px;}
	 .ind_r3{display: block;}
	 .ind_r3 .l{width: 100%;padding: 0 5%;}
	 .ind_r3 .r{width: 100%;}
	 .ind_r3 .r .txt{position: unset;}
	 .ind_r2,.ind_r3,.ind_r4{padding: 35px 0;}
	 .ind_r3 .r .txt{padding: 35px 5%;}
	 .in_new{display: block;height: auto;}
	 .in_new .l,.in_new .r{width: 100%;}
	  .in_new .l{margin-bottom: 20px;}
	 .in_new .r .itev{margin-bottom: 20px;height: auto;}
	 .in_new .l .item .con .txt{position: unset;}
	 .in_new .l .hide_con{opacity: 1;}
	 .in_new .l .desc {height: 4.8em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-top: 11px;margin-bottom: 10px;}
	.in_new .l .txt {padding: 30px 20px ;}
	.in_new .l .item .con:hover .txt {position: unset;}
	.g_navs .r{display: none;}
	.ab_desc{display: block;}
	.ab_desc .l {width: 100%;padding-right: 0px;}
	.ab_desc .piv_img.ty1{display: block;}
	.ab_desc .piv_img{display: none;}
	.gs_list .item {display: inline-block; width: 180px;height: 50px;line-height: 50px;margin-right: 24px;margin-bottom: 35px;}
	.gs_list{overflow-x: auto;overflow-y: hidden;white-space: nowrap;display: block;}
	.ab_desc .desc {margin-bottom: 25px;}
	.ab_desc .ul1{margin-top: 30px;}
	.ab_desc .r,.ab_desc .iutn{width: 100%;}
	.ab_desc .iutn {margin-bottom: 25px;}
	.ab_r3 .ax{padding: 0 5%;}
	.ab_r3 .swiper5 {margin-top: 25px;padding-bottom: 35px;}
	.jc_list li {width: 50%;padding: 0 13px;margin-bottom: 26px;float: left;}
	.ab_r5 .swiper6 {padding: 25px 0 40px;}
	.g_navs{display: none;}
	.ab_r3 .swiper5 .pagination5 {width: 100%;height: 5px;}
	.pro_content{display: block;}
	.pro_content .l {width: 100%;margin-bottom: 25px;}
	.pro_content .r{width: 100%;padding-left: 0;}
	.fa_r2 li .pic,.fa_r2 li .txt{float: none;width: 100%;}
	.fa_r2 li .txt{padding: 30px 0 0;}
	.fa_r2 li span {font-size: 50px;}
	.fa_r2 li .txt s {display: block;width: 60px;height: 4px;margin: 20px 0 26px;}
	.fa_r2 li{padding: 30px 0;}
	.fa_r2 li:nth-child(even) .txt {padding-left: 0px;}
	.us_r1 {padding: 35px 0 35px;}
	.ind_r1 .desc{margin-bottom: 20px;}
 }

 @media (max-width: 960px){
	 .pc{display: none;}
	 .ml{display: block;}
	 .ind_r1 .top_box{display: block;}
	 .ind_r1 .top_box .l{width: 100%;padding: 0;margin-bottom: 25px;}
	 .ind_r1{padding: 35px 5%;}
	 .ind_r1 .desc {padding-top: 20px;margin-bottom: 30px;}
	 .ind_r1 .top_box .r, .ind_r1 .bot_box .r{width: 100%;}
	 .ind_r1 .bot_box{display: block;height: auto;}
	 .ind_r1 .bot_box .l{width: 100%;padding: 20px 5%;}
	 .ind_r1 .bot_box .l .tit {margin-bottom: 6px;}
	 .ind_r1 .bot_box .r{padding: 0;}
	 .ind_r1 .bot_box .item{padding: 20px 26px;}
	 .ind_r2{padding: 35px 0;}
	 .ind_pro .jia{width: 35px;height: 35px;}
	 .ind_pro li .con .txt {padding: 15px 0 0 15px;}
	 .g_tit .e_tit {margin-bottom: 10px;}
	 .ind_r2 .r2_desc {margin: 20px auto 30px;}
	.ind_r3 .r .item {margin-bottom: 25px;}
	.ind_r3 .r .pic {margin-bottom: 15px;}
	.ind_r3 .r .txt .tit {margin-bottom: 11px;}
	.swi_num,.ind_r4 .tr_box{display: none;}
	.ind_r5 .box {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;height: 100%;}
	.ind_r5 .box .l{width: 100%;text-align: center;margin-bottom: 26px;}
	.ind_r5 .box .r{width: 100%;}
	.ind_r5 .box .r .g_more{margin: 0 auto;}
	.ab_r2 .aox .prev4,.ab_r2 .aox .next4,.ab_r2 .aox .swiper4 .swiper-slide .sbox s{display: none;}
	.ab_r2 .aox {padding: 0;margin-top: 35px;}
	.ab_r2 .aox .swiper4 .swiper-slide{height: auto;}
	.ab_r2 .aox .swiper4 .swiper-slide .sbox s,.ab_r2 .aox .s{display: none;}
	.ab_r2 .aox .swiper4 .swiper-slide .sbox .num{position: static;margin-top: 20px;}
	.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .sbox .day,.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .sbox .stc{position: static;}
	.ab_r2 .aox .lc_pic,.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .lc_pic{opacity: 1;position: inherit;}
	.ab_r2 .aox .swiper4 .swiper-slide .sbox{padding: 0;text-align: center;}
	.ab_r2 .aox .swiper4 .swiper-slide .sbox .num{margin:20px  auto 0;}
	.ab_r2 .aox .swiper-slide .lc_pic{margin: 18px auto 0;bottom: 0;}
	.ab_r2 .aox .swiper4 .swiper-slide .sbox .stc{height: 3.2em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.ab_r3 .swiper5 .swiper-slide .sbox .txt {width: 100%;float: none;height: auto;}
	.ab_r3 .swiper5 .swiper-slide .sbox .img {width: 340px;float: none;}
	.ab_r3 .swiper5 .swiper-slide .sbox .txt .stc {position: initial;}
	.ab_r3 .swiper5 .swiper-slide{height: auto;}
	.ab_r3 .swiper5 .swiper-slide .sbox .img{width: 100%;margin-top: 20px;}
	.jc_list li{width: 100%;}
	.jc_list li {padding: 0;margin-bottom: 20px;}
	.jc_list {padding-top: 25px;margin: 0;}
	.jc_list .con .pic{width: 180px;}
	.inp_box{height: 48px;}
	.inp_box .btn_i{height: 48px;width: 115px;line-height: 48px;font-size: 16px;}
	.inp_box input {width: calc(100% - 115px);padding-left: 46px;}
	.inp_box {background-position: left 18px center;margin-bottom: 35px;}
	.us_r1 .dl1 .dopl span:nth-child(1) {padding-left: 20px;}
	.us_r1 .dbtm {padding: 30px 20px;}
	.us_r1 .dl1 .dopl span:nth-child(5),.us_r1 .dl1 .dopl span:nth-child(4) {display: none;}
	.us_r1 .dl1 .dopl span:nth-child(1),.us_r1 .dl1 .dopl span:nth-child(2) {width: 40%;}
	.us_r1 .dl1 .dopl span:nth-child(3) {width: 20%;}
	.us_r1 .dl1 dt{line-height: 70px;}
	.us_r1 .dtop{height: 60px;}
	.us_r1 .dbtm .top_dz{padding-bottom: 25px;margin-bottom: 20px;}
	.us_r2 .box{display: block;}
	.us_r2 .r{width: 100%;}
	.us_r2 #map{height: 400px;}
	.us_r2 .l{width: 100%;margin-bottom: 30px;}
	.dz_box .con {padding-top: 20px;margin: 20px 0 20px;font-size: 16px;}
	.us_r2 .select {margin-bottom: 25px;}
	.us_r1 .us_tit {margin-bottom: 25px;}
	.ab_r2 .aox .swiper4 .swiper-slide .sbox .num{display: none;}
	.ab_r2 .aox .swiper4 .swiper-slide:nth-child(2n) .lc_pic{top: auto;}
	.ab_r2 .aox .swiper4 .swiper-slide .sbox .day {font-size: 34px;}
	.ind_r3 .g_more {margin: 0 auto 30px;}
	.ind3_con ,.ind_r3 .l .desc{margin-bottom: 30px;}
	.in_new{margin-top: 25px;}
	.in_new .r .itev .descb {margin-bottom: 20px;}
	.fa_r1 .box{display: block;}
	.fa_r1 .tit{width: 100%;margin-bottom: 25px;}
	.fa_r1 .desc{width: 100%;}
	.pro_r1 .ind_pro {margin-bottom: 10px;}
	/* .ind_r1 .top_box{padding: 35px 0;} */
	
 }
 
 @media (max-width: 600px){
	 .ind_r1 .bot_box .r{display: block;}
	 .ind_r1 .bot_box .item{margin: 0 auto;padding:15px 20px;}
	 .ind_r1 .bot_box .item .pic{width: 40px;height: 40px;}
	 .ind_r1 .bot_box .item .pic {margin: 0 auto 10px;}
	 .ind_r1 .bot_box .item .tit {margin-bottom: 10px;}
	 .ind_pro li {padding: 0px;width: 100%;}
	 .ind_pro {margin: 0px;}
	 .ind3_box{width: 85%;}
	 .in_new .l .item {width: 100%;margin: 0;margin-bottom: 20px;}
	 .in_new .l{flex-wrap: wrap;}
	 .ind_r5{padding: 50px 0;}
	 .in_new .r .itev a{display: block;}
	 .in_new .r .itev .pic{width: 100%;}
	 .in_new .r .itev .txt{width: 100%;padding: 20px;}
	 .pro_content .ul1 li {width: 100%;}
	 .ind_r1 .bot_box .item {
		width: 100%;
	}

 }