@charset "utf-8";
.head{
	height: 100px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid rgba(255,255,255,.2);
	transition: .25s;
}
.sakhhg {
    padding-top: 57px;
    text-align: center;
}
.sakhhg span {
    cursor: pointer;
}
.head_height{
	height: 100px;
}
.logo img.img2{
	display: none;
}
.head_active,
.head_list,
.head:hover{
	background: #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_active .logo img.img2,
.head_list .logo img.img2,
.head:hover .logo img.img2{
	display: block;
}
.head_active .logo img.img1,
.head_list .logo img.img1,
.head:hover .logo img.img1{
	display: none;
}
.nav li{
	position: relative;
	margin-left: 50px;
}
.nava{
	display: block;
	line-height: 100px;
	color: #fff;
	position: relative;
}
.head_active .nava,
.head_list .nava,
.head:hover .nava{
	color: #666;
}
.nav li.active .nava{
	font-weight: bold;
}
.head_active .nav li:hover .nava,
.head_list .nav li:hover .nava,
.head:hover .nav li:hover .nava{
	color: #B7262D;
}
.navhide{
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	padding-top: 10px;
}
.navhidew{
	border-radius: 6px;
	padding: 7px 0;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.navhide a,.hdrahide a{
	font-size: 14px;
	line-height: 22px;
	color: #666;
	display: block;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 1;*/
	/*overflow: hidden;*/
	padding: 4px 10px;
}
.navhide a:hover,.hdrahide a:hover{
	color: #B7262D;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.hdra{
	margin-left: 10%;
}
.hdrasp{
	height: 100px;
	display: flex;
	align-items: center;
	color: #fff;
}
.head_active .hdrasp,
.head_list .hdrasp,
.head:hover .hdrasp{
	color: #666;
}
.hdrahide{
	padding-top: 10px;
	width: 130px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -65px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
}
.hdra:hover .hdrahide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.hdrahidew{
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.hdrahide a{
	line-height: 52px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.hdrahide a:last-child{
	border-bottom: 0;
}
.hdrahide a:hover{
	color: #B7262D;
}

.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.bnbg{
	background: rgba(0,0,0,.4);
	color: #fff;
	display: flex;
	align-items: center;
}
.ititle_72{
	font-size: 72px;
}
.bnbg a{
	width: 180px;
	line-height: 60px;
	border-radius: 60px;
	display: inline-block;
}
.md{
	padding: 85px 0;
}
.i1{
	padding: 150px 0;
	background: url(../images/i1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.ititle_52{
	font-size: 52px;
}
.i1l,.i1r{
	width: 42%;
}
.morea{
	display: inline-block;
	line-height: 58px;
	border: 1px solid #E6E6E6;
	padding: 0 36px;
	border-radius: 58px;
}
.morea:hover,.morea.active{
	background: #B7262D;
	border: 1px solid #B7262D;
	color: #fff;
}
.swiper-button-next-i1,.swiper-button-prev-i1{
	width: 60px;
	height: 60px;
	border: 1px dashed #B7262D;
	color: #B7262D;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-top: -3px;
	transition: .25s;
}
.swiper-button-next-i1:hover,.swiper-button-prev-i1:hover{
	background: #B7262D;
	border: 1px solid #B7262D;
	color: #fff;
}
.swiper-button-next-i1{
	right: -100px;
}
.swiper-button-prev-i1{
	left: -100px;
}
.zindex{
	position: relative;
	z-index: 9;
}
.i2{
	color: #fff;
}
.i2t_title i{
	background: rgba(255,255,255,.3);
	height: 1px;
}
.i2tr .txt{
	opacity: .6;
}
.morea_1{
	background: #fff;
	color: #B7262D;
	border: 1px solid #fff;
}
.morea_1:hover{
	background: #fff;
	color: #B7262D;
	border: 1px solid #fff;
}
.i2b::after{
	width: 100%;
	height: 50%;
	background: #B7262D;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.i3{
	background: #fafafa;
}
.i3atxt{
	flex: inherit;
	flex-grow: inherit;
}
.i3atxt h1{
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.i3atxt h1 i{
	position: absolute;
	right: 0;
	top: -15px;
}
.i3a i.icon{
	font-size: 80px;
}
.i3a{
	max-width: 32%;
}
.i4tl,.i4tr{
	width: 42%;
}
.i4b img{
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
.i5{
	background: url(../images/i5rbg_03.png) no-repeat right center #121c28;
	color: #fff;
}
.morea_2{
	border: 1px solid #fff;
	color: #fff;
}
.morea_2:hover{
	background: #B7262D;
	border: 1px solid #B7262D;
	color: #fff;
}
.i5r{
	padding: 25px 6%;
}
.swiper-button-prev-i5,.swiper-button-next-i5{
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,.3);
	transition: .25s;
	margin-top: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.swiper-button-prev-i5:hover,.swiper-button-next-i5:hover{
	background: #B7262D;
	color: #fff;
}
.i6w{
	width: 104%;
}
.i6a{
	width: 29.33%;
	margin-right: 4%;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
}
.i6a:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.i6aimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i6aimg img{
	max-height: 90%;
	max-width: 90%;
}
.i6atxt{
	padding-bottom: 35px;
	text-align: center;
}
.i6atxt span{
	line-height: 50px;
	width: 55%;
	display: inline-block;
	border-radius: 50px;
	background: #999999;
	transition: .25s;
	color: #fff;
}
.i6a:hover .i6atxt span{
	background: #B7262D;
	color: #fff;
}
.i7{
	background: #F7F7F7;
}
.i7a{
	width: 30%;
}
.i8a img{
	max-width: 80%;
	max-height: 95%;
}
.i8a{
	border: 1px solid #fff;
	justify-content: center;
	padding: 10px 0;
	height: 90px;
}
.i8a:hover{
	border: 1px solid #B7262D;
}
.i9{
	padding: 50px 0;
	background: #B7262D;
	color: #fff;
}
.ititle_40{
	font-size: 40px;
}
.i9l h1{
	font-style: italic;
}
.foot{
	background: #121c28;
	color: #999;
}
.foot a{
	color: #999;
}
.foot a:hover{
	color: #fff;
}
.ft,.fm{
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.fm{
	padding: 40px 0 60px 0;
}
.fb{
	padding: 15px 0;
	line-height: 30px;
}
#gotop{
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,.5);
	color: #121C28;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-radius: 100%;
}
#gotop:hover{
	background: #B7262D;
	color: #fff;
}
.fml{
	width: 25%;
	margin-right: 8%;
}
.fml p{
	margin-bottom: 10px;
}
.fml p:last-child{
	margin-bottom: 0;
}
.fmra li{
	margin-top: 5px;
}
.contacta{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	background: #fff;
	color: #B7262D;
	position: fixed;
	right: 20px;
	bottom: 5%;
	z-index: 99;
}
.contacta i{
	font-size: 24px;
}

.lbntxt p{
	opacity: .6;
}
.lbntxt a{
	color: #fff;
	margin: 0 2px;
}
.pdtop{
	padding: 40px 50px;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
	border-radius: 6px;
}
.pdtoptr{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid #e6e6e6;
	color: #999;
	font-size: 24px;
	border-radius: 100%;
	transition: .25s;
}
.pdtop.active .pdtoptr{
	background: #B7262D;
	border: 1px solid #B7262D;
	color: #fff;
	transform:rotate(180deg);
}
.pdtopb{
	display: none;
}
.pdtopb a{
	color: #999;
}
.pdtopb a:hover,.pdtopb a.active{
	color: #B7262D;
}
.pdmtitle i{
	width: 12px;
	height: 12px;
	background: #B7262D;
	margin-right: 10px;
}

.listtext{
	padding: 30px 0 20px 0;
}
.pi1{
	padding-top: 25px !important;
}
.pi1r{
	width: 44%;
}
.pi1rb{
	padding: 0 50px;
}
.pi1ra{
	line-height: 48px;
	width: 200px;
	border-radius: 48px;
	display: inline-block;
	text-align: center;
}
.pi1rba{
	border-radius: 6px;
	overflow: hidden;
}
.swiper-button-next-pi1r{
	right: 0;
}
.swiper-button-prev-pi1r{
	left: 0;
}
.swiper-button-next-pi1r,.swiper-button-prev-pi1r{
	width: 34px;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eeeeef;
	color: #666;
	font-size: 24px;
	margin-top: 0;
	border-radius: 4px;
	transition: .25s;
}
.swiper-button-next-pi1r:hover,.swiper-button-prev-pi1r:hover{
	background: #B7262D;
	color: #fff;
}
.pitop{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 30px;
}
.pi2txta em{
	width: 4px;
	height: 4px;
	margin-top: 18px;
}
.pi2txta{
	display: flex;
}
.swiper-container-pi3{
	overflow: initial;
}
.swiper-container-pi3 .swiper-slide{
	width: 30%;
}
.swiper-container-pi3 .swiper-slide:nth-child(1){
	width: 15%;
}
.swiper-container-pi3 .swiper-slide:last-child{
	border-right: 1px solid #E6E6E6;
}
.pi3w{
	border-top: 1px solid #E6E6E6;
}
.pi3a{
	height: 105px;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi3aico{
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next-pi3,.swiper-button-prev-pi3{
	background: #B7262D;
	color: #fff;
}
.swiper-button-next-pi3.swiper-button-disabled, .swiper-button-prev-pi3.swiper-button-disabled{
	opacity: 0;
}
.swiper-button-next-pi5,.swiper-button-prev-pi5{
	background: #cdcdcd;
	color: #fff;
}
.swiper-button-next-pi5{
	right: -70px;
}
.swiper-button-prev-pi5{
	left: -70px;
}
.pi5w .swiper-slide{
	padding: 20px;
}
.pi5w .i6a{
	margin-right: 0 !important;
	width: 100% !important;
}

.vdw{
	width: 102%;
	margin-top: -45px;
}
.vda{
	width: 31.33%;
	margin-top: 45px;
	margin-right: 2%;
}
.vdaimg{
	border-radius: 8px;
}
.vdimgbg{
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.3);
}
.vda h3{
	line-height: 26px;
}
.page a{
	width: 46px;
	height: 46px;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	margin: 5px 10px;
	border-radius: 100%;
}
.page a.pagea{
	background: none;
}
.page a:hover,.page a.page-num-current{
	background: #B7262D;
	color: #fff;
}
.svbg{
	background: url(../images/svbg_02.jpg) no-repeat center;
	background-size: cover;
}
.svbox{
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}
.sva{
	position: absolute;
}
.sva span{
	animation: myfirst 2s infinite;
}
@keyframes myfirst {
    0% {
    	opacity: 0;
    }
    50% {
    	opacity: 1;
    }
    100% {
    	opacity: 0;
    }
}
.sva:nth-child(1){
	top: 37%;
	left: 3.5%;
}
.sva:nth-child(2){
	bottom: 16%;
	left: 5.8%;
}
.sva:nth-child(3){
	bottom: 13.5%;
	left: 20%;
}
.sva:nth-child(4){
	top: 21%;
	left: 36%;
}
.sva:nth-child(5){
	bottom: 26%;
	left: 43%;
}
.sva:nth-child(6){
	top: 5%;
	left: 60%;
}
.sva:nth-child(7){
	top: 45%;
	left: 61%;
}
.sva:nth-child(8){
	bottom: 7%;
	left: 55%;
}
.sva:nth-child(9){
	top: 30%;
	left: 82%;
}
.sva:nth-child(1) span{
	animation-delay: .5s;
}
.sva:nth-child(2) span{
	animation-delay: .3s;
}
.sva:nth-child(3) span{
	animation-delay: .8s;
}
.sva:nth-child(4) span{
	animation-delay: .5s;
}
.sva:nth-child(5) span{
	animation-delay: .5s;
}
.sva:nth-child(6) span{
	animation-delay: .8s;
}
.sva:nth-child(7) span{
	animation-delay: .5s;
}
.sva:nth-child(8) span{
	animation-delay: .6s;
}
.sva:nth-child(9) span{
	animation-delay: .8s;
}
.sva span{
	width: 40px;
	height: 40px;
	background: rgba(183,38,45,.2);
	border-radius: 100%;
	position: relative;
	display: block;
	border-radius: 100%;
	cursor: pointer;
}
.sva span::after{
	border-radius: 100%;
	width: 50%;
	height: 50%;
	content: "";
	background: #B7262D;
	position: absolute;
	left: 25%;
	top: 25%;
}
.svahide{
	width: 200px;
	padding: 25px 15px;
	border-top: 5px solid #B7262D;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 20px;
	text-align: center;
	background: #fff;
	display: none;
}

.newmd{
	padding-top: 60px;
}
.neal{
	width: 30%;
	margin-right: 5%;
}
.nea{
	padding: 45px 0;
	border-bottom: 1px solid #E6E6E6;
}
.nea:hover .morea{
	background: #B7262D;
	border: 1px solid #B7262D;
	color: #fff;
}

.nimd{
	padding-top: 10px;
}
.nir{
	width: 30%;
	margin-left: 6%;
}
.nirtitle{
	padding: 25px;
	border-radius: 6px;
	text-align: center;
}
.nirb .i6a{
	width: 100% !important;
	margin-right: 0 !important;
	box-shadow: inherit !important;
	margin-top: 0 !important;
}
.nirb .i6a:hover{
	border: 1px solid #e6e6e6;
}
.swiper-button-next-nir,.swiper-button-prev-nir{
	width: 30px;
	height: 50px;
	background: #eaeaea;
	margin-top: -25px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next-nir:hover,.swiper-button-prev-nir:hover{
	background: #B7262D;
	color: #fff;
}
.swiper-button-next-nir{
	right: 0;
}
.swiper-button-prev-nir{
	left: 0;
}
.nit{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.nitxt *{
	max-width: 100%;
}
.nim p{
    margin-bottom: 20px;
}
.nib{
	padding-top: 35px;
	border-top: 1px solid #E6E6E6;
}
.nib a{
	line-height: 60px;
	background: #f7f7f7;
	text-align: center;
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
}
.nib a i{
	font-size: 20px;
	margin: 0 10px;
}
.nib a:hover{
	background: #B7262D;
	color: #fff;
}

.ab1{
	padding: 100px 0;
	background: url(../images/ab1pic_03.jpg) no-repeat right center;
	border-bottom: 1px solid #E6E6E6;
}
.ab1l .txt p{
	margin-top: 15px;
}
.ab2{
	padding-top: 20px !important;
}
.ab3tabg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.ab3tatxt{
	padding-bottom: 100px;
}
.ab3tatxt i{
	font-size: 100px;
}
.ab3tatxt p{
	opacity: .6;
}
.ab3b{
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 10%;
	z-index: 9;
}
.ab3baline{
	height: 1px;
	background: rgba(255,255,255,.5);
	margin: 20px auto;
	transition: .25s;
}
.ab3baline::after{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #B7262D;
	transition: .25s;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	opacity: 0;
}
.swiper-slide-thumb-active .ab3baline{
	background: #B7262D;
}
.swiper-slide-thumb-active .ab3baline::after{
	opacity: 1;
}

.ab5a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 13.66%;
	margin-right: 3%;
	margin-top: 40px;
}
.ab5a:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.ab5a img{
	max-width: 80%;
	transition: .5s;
}
.ab5a:hover img{
	transform:rotateY(180deg);
}
.ab5w{
	width: 103%;
}
.swiper-container-ab6{
	overflow: initial;
}
.swiper-button-next-ab6, .swiper-button-prev-ab6{
	position: static !important;
	margin: 0 25px !important;
}
.ab6a img{
	max-width: 100%;
}
.co1map{
	height: 600px;
}
.co1wmd{
	border-bottom: 1px solid #E6E6E6;
}
.co2a{
	width: 49%;
	margin-top: 30px;
}
.co2a_w100{
	width: 100%;
}
.co2a input,.co2a textarea{
	height: 60px;
	background: #f8f8f8;
	border-radius: 2px;
	padding: 0 20px;
	width: 100%;
}
.co2a textarea{
	resize: none;
	height: 175px;
	padding: 15px;
}
.co2a input:focus,.co2a textarea:focus{
	background: #f0f0f0;
}
.co2a button{
	width: 150px;
	height: 60px;
	border-radius: 6px;
	cursor: pointer;
}
.co3{
	background: #fcfcfc;
}

.pamd{
	padding-top: 10px !important;
}
.pal{
	width: 360px;
	position: sticky;
	left: 0;
	top: 100px;
	float: left;
}
.pal_psb{
	position: absolute;
	left: 0;
	bottom: 0;
}
.par{
	width: 70%;
	margin-left: 30%;
	/*float: right;*/
}
.palb a i{
	width: 21px;
	height: 30px;
	border: 2px solid #B7262D;
	border-radius: 20px;
	position: relative;
}
.palb a i::after{
	width: 3px;
	height: 7px;
	content: "";
	background: #B7262D;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	animation: myfirst1 1.5s infinite;
	border-radius: 3px;
}
@keyframes myfirst1 {
    0% {
    	top: 50%;
    }
    50% {
    	top: 5px;
    }
    100% {
    	top: 50%;
    }
}
.parw:first-child{
	margin-top: 0;
}
.part i{
	width: 20px;
	height: 20px;
	border: 1px solid #B7262D;
	border-radius: 100%;
	position: relative;
	margin-right: 15px;
}
.part i::after{
	width: 4px;
	height: 4px;
	background: #B7262D;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	border-radius: 100%;
}
.parb{
	width: 104%;
}
.para{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
	width: 21%;
	margin-right: 4%;
}
.para img{
	max-width: 70%;
	max-height: 70%;
	transition: .5s;
	display: block;
	border: 1px solid  #fff;
}
.para:hover{
	border: 1px solid #B7262D;
}
.para:hover img{
	transform: scale(1.1);
}

.apmd:nth-child(even){
	background: #f8f8f8;
}
.apmd:nth-child(odd) .wrap_1400{
	flex-flow: row-reverse;
}
.apimg{
	display: block;
}
.apmore a{
	line-height: 58px;
	width: 200px;
	display: inline-block;
	border: 1px solid #B7262D;
	border-radius: 60px;
	text-align: center;
}
.apmore a:hover{
	background: #B7262D;
	color: #fff;
}

.pa1,.pa5{
	background: #fbfbfb;
}
.pa1txt .txt p{
	margin-top: 15px;
}
.pa2w:first-child{
	margin-top: 0;
}
.pa2w:nth-child(even){
	flex-flow: row-reverse;
}
.pa3{
	border-bottom: 1px solid #E6E6E6;
}
.swiper-button-prev-public,.swiper-button-next-public{
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #eaeaea;
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: .25s;
}
.swiper-button-prev-public:hover,.swiper-button-next-public:hover{
	background: #B7262D;
}
.swiper-button-prev-public{
	left: 0;
	margin-left: -70px;
}
.swiper-button-next-public{
	right: 0;
	margin-right: -70px;
}
.pa4img{
	width: 160px;
	height: 160px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #f6f6f6;
}
.pa4box{
	padding: 0 10%;
}
.pa5 .i6a{
	background: #fff;
	border: 0;
}

@media only screen and (max-width:1499px) {
	.ititle_72{
		font-size: 54px;
	}
	.ititle_52{
		font-size: 42px;
	}
	.ititle_40{
		font-size: 30px;
	}
	.md{
		padding: 75px 0;
	}
	.head{
		height: 85px;
	}
	.logo img{
		height: 40px;
	}
	.hdrasp{
		height: 85px;
	}
	.nava{
		line-height: 85px;
	}
	.bnbg a{
		width: 160px;
		line-height: 45px;
	}
	.morea{
		line-height: 42px;
		padding: 0 25px;
	}
	.i3a i.icon{
		font-size: 65px;
	}
	.i6atxt span{
		line-height: 45px;
		width: 45%;
	}
	
	.pdtop{
		padding: 30px;
	}
	.pdtoptr{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	
	.pi1ra{
		width: 150px;
		line-height: 40px;
	}
	
	.pi2txta em{
		margin-top: 12px;
	}
	
	.sva span{
		width: 30px;
		height: 30px;
	}
	
	.nib a{
		line-height: 45px;
	}
	.nirtitle{
		padding: 15px;
	}
	
	.ab3tatxt i{
		font-size: 80px;
	}
	
	.co1map{
		height: 500px;
	}
	.co2a button{
		height: 50px;
	}
	
	.pal{
		width: 25%;
	}
	.par{
		margin-left: 25%;
		width: 75%;
	}
	
	.apmore a{
		line-height: 48px;
		width: 160px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 65px 0;
	}
	.ititle_72{
		font-size: 44px;
	}
	.ititle_52{
		font-size: 32px;
	}
	.ititle_40{
		font-size: 27px;
	}
	.hdra{
		margin-left: 5%;
	}
	.nav li{
		margin-left: 30px;
	}
	
	.pi2txta em{
		margin-top: 8px;
	}
	
	.ab3tatxt i{
		font-size: 60px;
	}
	
	.co1map{
		height: 400px;
	}
	
	.apmore a{
		line-height: 40px;
		width: 130px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_72{
		font-size: 32px;
	}
	.ititle_52{
		font-size: 26px;
	}
	.ititle_40{
		font-size: 24px;
	}
	
	.vda{
		width: 48%;
	}
	
	.para{
		width: 29.33%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_72{
		font-size: 28px;
	}
	.ititle_52{
		font-size: 26px;
	}
	.ititle_40{
		font-size: 24px;
	}
	.bnbg a i{
		display: none;
	}
	.bnbg a{
		width: auto;
		padding: 0 25px;
	}
	.i1r img{
		max-width: 80%;
		margin: 0 auto;
	}
	.morea{
		line-height: 34px;
		font-size: 13px;
		padding: 0 18px;
	}
	.swiper-button-next-i1, .swiper-button-prev-i1{
		width: 30px;
		height: 30px;
		top: 65%;
	}
	.swiper-button-next-i1{
		right: 15px;
	}
	.swiper-button-prev-i1{
		left: 15px;
	}
	.i3a{
		max-width: 48%;
		width: 48%;
	}
	.i3a i.icon{
		font-size: 45px;
	}
	.i3atxt{
		margin-left: 15px;
	}
	.i3atxt p{
		font-size: 12px;
	}
	.i4b h2{
		line-height: 28px;
	}
	.swiper-button-prev-i5, .swiper-button-next-i5{
		width: 30px;
		height: 30px;
	}
	.i5{
		background: url(../images/i5rbg_03.png) no-repeat bottom center #121C28;
		background-size: 100%;
	}
	.i5r{
		padding: 50px 20px;
	}
	.i6w{
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}
	.i6a{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.i6atxt{
		padding: 15px;
		padding-top: 0;
	}
	.i6atxt span{
		line-height: 30px;
		width: 100px;
		font-size: 12px;
		margin-top: 10px !important;
	}
	.i6atxt p{
		font-size: 12px;
	}
	.i8a img{
		max-height: 40px;
	}
	.i9{
		padding: 25px 0;
		text-align: center;
	}
	.ft{
		padding: 20px 0;
		border-bottom: 0;
	}
	.fm{
		padding: 0;
		border-bottom: 0;
	}
	.flogo img{
		height: 35px;
		margin: 0 auto;
	}
	.fmr{
		display: none;
	}
	.fml p:first-child{
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.fml p{
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid rgba(255,255,255,.2);
		line-height: 22px;
	}
	.fb{
		line-height: 22px;
		font-size: 12px;
	}
	.contacta{
		width: 30px;
		height: 30px;
		right: 15px;
	}
	.contacta i{
		font-size: 20px;
	}
	
	.lbntxt p{
		margin-top: 0;
	}
	.pdtop{
		padding: 15px;
	}
	.pdtoptr{
		width: 32px;
		height: 32px;
	}
	.pdmtitle i{
		width: 10px;
		height: 10px;
	}
	
	.pi1ra{
		line-height: 35px;
		width: 120px;
		font-size: 12px;
	}
	.swiper-button-next-pi1r, .swiper-button-prev-pi1r{
		width: 25px;
		font-size: 20px;
	}
	.pi1rb{
		padding: 0 35px;
	}
	.pi1rba{
		border-radius: 3px;
	}
	.pitop{
		padding-bottom: 15px;
	}
	.pi2txta em{
		margin-top: 9px;
	}
	.swiper-container-pi3 .swiper-slide:nth-child(1){
		width: 30%;
	}
	.swiper-container-pi3 .swiper-slide{
		width: 60%;
	}
	.pi3{
		overflow: hidden;
	}
	.pi3a{
		height: 70px;
	}
	.pi3aico img{
		height: 35px;
	}
	.swiper-button-next-pi5{
		right: 0;
	}
	.swiper-button-prev-pi5{
		left: 0;
	}
	.pi5w .swiper-slide{
		padding: 20px 40px;
	}
	
	.vdw{
		width: 100%;
		margin-top: -25px;
	}
	.vda{
		width: 100%;
		margin-top: 25px;
	}
	.vdimgbg{
		background-size: 40px;
	}
	.page a{
		width: 30px;
		height: 30px;
		margin: 5px;
		font-size: 12px;
	}
	
	.sva span{
		width: 20px;
		height: 20px;
	}
	.svahide_wap{
		display: block;
		position: static;
		width: 100%;
		margin-top: 25px;
	}
	
	.nea{
		padding: 15px 0;
	}
	
	.nit{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.nib a{
		line-height: 40px;
	}
	.nirtitle{
		padding: 15px;
		margin-top: 25px;
	}
	
	.ab1{
		background: #fff;
	}
	.ab1r{
		margin-top: 15px;
	}
	.ab3b{
		position: static;
		color: #333;
	}
	.ab3baline{
		margin: 10px auto;
		background: #E6E6E6;
	}
	.ab3baline::after{
		transform: scale(.5);
	}
	.ab3tatxt{
		padding-bottom: 0;
	}
	.ab3tatxt i{
		font-size: 24px;
	}
	.ab3tatxt p{
		font-size: 12px;
	}
	.ab3tatxt h1{
		font-size: 20px;
		margin-top: 10px;
	}
	.ab5w{
		width: 100%;
		justify-content: space-between;
	}
	.ab5a{
		width: 48%;
		margin-top: 15px;
		margin-right: 0;
	}
	.ab6{
		overflow: hidden;
	}
	.swiper-button-next-ab6, .swiper-button-prev-ab6{
		margin: 0 10px;
	}
	
	.co1map{
		height: 200px;
	}
	.co1wmd{
		flex-wrap: wrap;
	}
	.co1wa {
		margin: 10px 0;
		width: 100%;
	}
	.co2a input, .co2a textarea{
		height: 45px;
	}
	.co2a{
		width: 100%;
		margin-top: 15px;
	}
	.co2a textarea{
		height: 120px;
	}
	.co2a button{
		height: 45px;
		width: 120px;
	}
	
	.pal{
		position: static !important;
		width: 100% !important;
	}
	.par{
		width: 100%;
		margin-left: 0;
		margin-top: 25px !important;
	}
	.foot div:last-child{
	    padding: 4px 0;
	    line-height: 22px;
	}
	.head_height{
	    display: none;
	}
	.nim p{
	    margin-bottom: 10px;
	}
	
	.apimg,.aptxt{
		padding: 10px 0;
	}
	.apmore a{
		line-height: 35px;
		width: 120px;
	}
	
	.swiper-button-prev-public, .swiper-button-next-public{
		width: 30px;
		height: 30px;
		font-size: 16px;
		margin-top: -15px;
	}
	.swiper-button-next-public{
		right: 0;
		margin-right: 0;
	}
	.swiper-button-prev-public{
		left: 0;
		margin-left: 0;
	}
	.pabox_padding{
		padding: 0 45px;
	}
	.pa4box{
		padding: 0;
	}
	.pa4img{
		width: 100px;
		height: 100px;
	}
	.pa5 .i6a{
		width: 100%;
	}
	.pa5 .i6a .i6atxt span{
		background: #B7262D;
	}
}