

/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #192d72;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #192d72;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;background: #192d72;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    width: 100%;
}

.selected .gh a {
    /* background-color: transparent !important; */
	background: #192d72;
}


@media only screen and (max-width:1480px) {
	html{
		font-size: 14.8px;
	}
}
@media only screen and (max-width:1280px) {
	html{
		font-size: 13px;
	}
	
}

@media only screen and (max-width:1040px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	html{
		font-size: 16px;
	}
	.wrap{
		width: auto;
		padding: 0 15px;
	}
	.header{
		height: 60px;
	}
	.header .naver{
		position: absolute;
		right: 0;
		top: 100%;z-index: 1;
		background: #fff;
		margin: 0;
		width: 80%;
		height: calc(100vh - 60px);
		transform:translateX(100%);
		transition:all 0.3s;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li{
		margin-right: 0;
		border-bottom: 1px solid #eee;
	}
	.header .naver li h3 a{
		font-size: 16px;line-height: 46px;
		padding: 0 20px;
	}
	.header .hmk{
		content: "";
		position: absolute;
		left: 0;top: 100%;
		right: 0;height: calc(100vh - 60px);
		background: rgba(0,0,0,0.7);
		display: none;
	}
	.selected .header .hmk{
		display: block;
	}
	.selected .header .naver{
		transform:translateX(0%);
	}
	.gh{
		display: block;left: auto;right: 15px;
	}
	.header .logo img{
		height: 18px;
	}
	.header .seach{
		display: none;
	}
	.header .laug{
		margin-right: 40px;
	}
	.uwbanner{
		height: 80vw;
	}
	.uwnavs ul {
		flex-wrap: wrap;
	}
	.uwnavs ul li h3{
		justify-content: center;
	}
	.uwnavs .nli dd a{
		font-size: 16px;
	}
	.uwnavs ul li:first-child{
		width: 100%;justify-content: center;
		margin-right: 0;z-index: 3;
	}
	.uwnavs li{
		margin: 0 20px 0 0;
	}
	.uwnavs li h3 a{
		font-size: 16px;
	}
	.uwnavs{
		position: relative;
		top: 0;
	}
	.przpag1{
		padding: 40px 0;
	}
	.uwh2 h2{
		line-height: 1.4;
	}
	.przpag1 li{
		width: 100%;margin: 0 0 10px 0;
		padding: 15px;
	}
	.layout{
		overflow: hidden;padding-top: 70px;
	}
	.header{
		position: fixed;left: 0;right: 0;
		top: 0;
	}
	.przpag1 li p{
		margin-top: 15px;
	}
	.xingpage1{
		padding-top: 0;padding-bottom: 0;
	}
	.przpag2{
		padding: 40px 0;
	}
	.przpag2 .wrap{
		margin: 0 40px;
	}
	.footer .lts{
		display: flex;flex-wrap: wrap;
		display: none;
	}
	.footer .tps{
		display: block;
		padding: 30px 0 20px;
	}
	.footer .rts dd .weix{
		left: 0;transform: translateX(0%);
	}
	.footer .tbs{
		display: block;padding: 15px 0 30px;
	}
	.copyright{
		display: block;font-size: 13px;
		text-align: center;
	}
	.footer .tbs dl{
		justify-content: center;
		margin-top: 10px;
	}
	.footer .tbs dd a{
		font-size: 14px;
		margin: 0 10px;
	}
	.copyright a{
		font-size: 14px;
		margin: 0;
	}
	.footer .rts .logo img{
		height: 20px;
	}
	.footer .rts .logo{
		height: auto;
	}
	.header{
		box-shadow: 0 0 10px 0 rgba(80,80,80,0.1);
	}
	.shipag1{
		padding: 40px 0;
	}
	.shipag1 ul{
		display: block;
	}
	.shipag1 li{
		width: auto;margin: 0 0 100px;
	}
	.shipag1 li h3{
		font-size: 16px !important;
	}
	.shipag1 li:last-child{
		margin-bottom: 0;
	}
	.xingpage4{
		height: auto;
		padding: 60px 0;
	}
	.shipag2{
		padding: 40px 0;
	}
	.shipag3{
		padding: 40px 0;
	}
	.shipag3 .uitem ul{
		position: static;
		display: block;
		gap: 0;margin-top: 100px;
	}
	.shipag3 .uitem ul li{
		width: auto;margin-bottom: 10px;
	}
	.shipag3 .uitem li a{
		width: auto;
	}
	.shipag3 .uitem li::before{
		display: none;
	}
	.shipag3 .uitem .icon{
		width: 40vw;
	}
	.shipag3 .uitem .txt{
		margin: 0 -40px;
	}
	.shipag3 .uitem .txt1 h4{
		left: auto;right: 0;
	}
	.shipag3 .uitem .txt4 h4{
		right: auto;
		left: 0;
	}
	.shipag3 .uitem .txt h4{
		font-size: 14px !important;
	}
	.shipag3 .uitem .icon::before{
		width: 21vw;height: 21vw;
	}
	.shipag3 .uitem .txt h3{
		font-size: 16px !important;
	}
	.shipag3 .uitem{
		margin-top: 0;
	}
	.shipag3 h6{
		margin-top: 5px;
	}
	.shipag3 .uitem li a{
		gap: 0 8px;
	}
	.shipag3 .uitem{
		padding-bottom: 0;
	}
	.uwbanner{
		height: 60vw;
	}
	.uwbanner .wrap{
		background: rgba(255,255,255,0.4);
	}
	.lynavs{
		display: none;
	}
	.kexpag1{
		padding: 40px 0;
	}
	.kexpag1 img{
		margin-top: 20px;
	}
	.kexpag2{
		padding: 40px 0;
	}
	.kexpag2 ul{
		display: block;
	}
	.kexpag2 li{
		width: auto;
	}
	.kexpag2 li .ts{
		width: auto;
		margin: -40px 15px 0;
		padding: 15px;min-height: 0;
	}
	.kexpag3{
		padding: 40px 0;
	}
	.kexpag3 ul{
		display: block;
	}
	.kexpag3 ul li{
		width: auto;margin: 0 0 10px 0;
		padding: 15px;
	}
	.kexpag3 li .img{
		margin-top: 10px;
	}
	.kexpag4{
		padding: 40px 0;
	}
	.kexpag4 ul{
		display: block;
	}
	.kexpag4 li{
		width: auto;margin-bottom: 10px;
	}
	.kexpag4 li .pic{
		width: 45%;
	}
	.kexpag4 li .txt{
		padding: 15px;
	}
	.kexpag4 li h6 span{
		font-size: 18px;
	}
	.kexpag4 li h5{
		font-size: 12px !important;padding: 0 5px;
	}
	.kexpag5{
		padding: 40px 0;
	}
	.kexpag5 ul{
		display: block;
	}
	.kexpag5 ul li{
		width: auto;margin-bottom: 10px;
	}
	.kexpag5 li .pic{
		width: 150px;
	}
	.kexpag5 li h3{
		margin-left: 15px;font-size: 16px !important;
	}
	.kexpag6{
		padding: 40px 0;
	}
	.kexpag6 ul{
		display: block;
	}
	.kexpag6 li{
		width: auto;margin-bottom: 10px;
	}
	.kexpag6 li .pic{
		height: auto;margin-bottom: 10px;
	}
	.kexpag6 li p br{
		display: none;
	}
	.uwbanner p{
		margin-top: 0;
	}
	.xingpage1{
		padding: 30px 0;
	}
	.xingpage1 h6{
		margin-bottom: 0;
	}
	.kcxpag1{
		padding-top: 0;
	}
	.kcxpag2{
		padding: 40px 0;
	}
	.kcxpag2 li{
		width: 100%;margin-bottom: 10px;
	}
	.kcxpag3{
		padding: 40px 0;
	}
	.kcxpag4{
		padding: 40px 0;
	}
	.kcxpag4 li{
		width: 32%;
		margin-right: 2% !important;
		padding: 20px 0;
	}
	.kcxpag4 li:nth-child(3n){
		margin-right: 0 !important;
	}
	.kcxpag2 li .ico{
		height: 20px;
	}
	.kcxpag5 dd{
		width: 100%;margin: 0 0 10px;
		padding: 15px;
	}
	.kcxpag5 dd .ico{
		width: 30px;
	}
	.kcxpag5{
		padding-bottom: 40px;
	}
	.uwbanner .wrap1 .txt1{
		padding: 0;
	}
	.uwbanner ul{
		margin: 0;display: none;
	}
	.uwbanner .wrap1{
		display: flex;
	}
	.uwpage .txt{
		padding: 0;
	}
	.uwpage{
		padding: 40px 0 0;
	}
	.houpag2{
		padding: 40px 0 ;
	}
	.houpag2 img{
		margin-top: 20px;
	}
	.houpag3 .flax{
		display: block;margin-top: 20px;
	}
	.houpag3 .flax .ds{
		width: auto;
		margin: 0 30px 30px;
	}
	.houpag3{
		padding-bottom: 10px;
	}
	.houpag4 .flax{
		display: block;
	}
	.houpag4 .pic{
		width: auto;
	}
	.houpag4 .rts{
		width: auto;margin: 0;padding: 20px 15px 0;
		margin-top: 10px;
	}
	.houpag4 .rts ul{
		margin-top: 15px;
	}
	.houpag4 .rts li{
		margin-bottom: 15px;
	}
	.uwbanner .wrap1 .txt{
		padding-top: 0;
	}
	.uwbanner dl{
		display: none;
	}
	.xingpage1 img{
		margin-top: 20px;
	}
	.xingpage2{
		padding: 40px 0;
	}
	.xingpage2 .hds li{
		width: 100%;max-width: 100%;margin-bottom: 10px;
	}
	.xingpage2 .hds ul{
		flex-wrap: wrap;
		display: block;
	}
	.xingpage2 .hds li p{
		height: auto;line-height: 1.6;
	}
	.xingpage2 .hds li .ts{
		padding: 15px;
	}
	.xingpage2 .hds li h4{
		margin-bottom: 10px;
	}
	.xingpage2 dd{
		display: block;
	}
	.xingpage2 dd .pic{
		width: auto;
	}
	.xingpage2 dd .txt{
		margin: 10px 0 0;
	}
	.xingpage2 dd h6{
		display: none;
	}
	.xingpage2 dl{
		margin-top: 30px;
	}
	.xingpage3{
		padding: 40px 0;
	}
	.xingpage3 .ds{
		margin-top: 20px;
	}
	.xingpage3 .ds img{
		margin: 20px 0;
	}
	.xingpage5 .wrap{
		margin: 0 40px;
	}
	.xingpage5 .swippic .pic{
		height: auto;
	}
	.xinpag1{
		padding: 40px 0;
	}
	.xinpag1 .hds{
		display: block;
	}
	.xinpag1 .hds .ls{
		width: auto;
	}
	.xinpag1 .hds .pic{
		height: auto;
		width: 120px;
	}
	.xinpag1 .hds .ts{
		margin-left: 15px;
	}
	.xinpag1 .hds .bns{
		margin: 15px 0 0;
		justify-content: center;
	}
	.xinpag1 .b1{
		margin: 0 10px;
	}
	.xinpag1 .b1 span{
		font-size: 14px;
	}
	.xinpag1 .bds li{
		display: block;padding: 15px;
	}
	.xinpag1 .bds li .pic{
		width: auto;
	}
	.xinpag1 .bds li .rts{
		margin: 10px 0 0;
	}
	.xinpag1 .bds li dd{
		display: block;
	}
	.xinpag1 .bds li .ovs{
		margin: 0;
	}
	.xinpag1 .bns{
		flex-wrap: wrap;margin-top: 10px;
	}
	.xinpag1 .bds li dd .b1{
		padding: 0;margin: 0 20px 0 0;
	}
	.xinpag1 .bds li:last-child{
		margin-bottom: 0;
	}
	.xinpag2{
		padding: 40px 0;
	}
	.xinpag2 .bds li{
		width: 100%;max-width: 100%;
		margin-bottom: 10px;padding: 20px 15px;
	}
	.xinpag2 .bds ul{
		display: block;
	}
	.xinpag2 .bds li .ico{
		width: 50px;
	}
	.xinpag3{
		padding: 40px 0;
	}
	.xinpag3 li{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.xinpag3 ul{
		display: block;
	}
	.xinpag4{
		padding: 40px 0;
	}
	.xinpag4 .bds{
		padding: 15px;
	}
	.xinpag4 .bds li h4{
		width: calc(100% - 100px);
	}
	.xinpag2 .bds li p{
		height: auto;
	}
	.xinpag4 .bds li:last-child{
		border: none;
	}
	.xunhpag1 li{
		background-size: contain;
	}
	.xunhpag1{
		padding: 40px 0;
	}
	.xunhpag2{
		padding: 40px 0;
	}
	.xunhpag2 img{
		margin-top: 30px;
	}
	.xunhpag3{
		padding: 40px 0;
	}
	.xunhpag3 .hds{
		margin-top: 20px;
		display: block;
		padding: 15px;
	}
	.xunhpag3 .hds .lts{
		width: auto;
	}
	.xunhpag3 .hds .rts{
		width: auto;margin-top: 15px;
	}
	.xunhpag3 .bds{
		padding: 15px;
		display: block;
	}
	.xunhpag3 .bds .lts{
		width: auto;
	}
	.xunhpag3 .bds .rts{
		width: auto;
	}
	.xunhpag3 .bds .rts ul{
		flex-wrap: wrap;
	}
	.xunhpag3 .bds .rts li{
		padding: 15px 0;width: 100%;
		margin: 0 0 10px ;
	}
	.xunhpag3 .bds .rts li h5 span{
		font-size: 16px;
	}
	.xunhpag4{
		padding: 40px 0;
	}
	.xunhpag4 .hs{
		height: auto;
		margin-top: 20px;
		padding: 40px 0;
	}
	.xunhpag4 .hs dd{
		margin: 0 15px;
	}
	.xunhpag4 .bs ul{
		display: block;
	}
	.xunhpag4 .bs ul li{
		max-width: 100%;
		width: 100%;
		padding: 15px;
	}
	.xunhpag4 .bs li:nth-child(2) table td,
	.xunhpag4 .bs td{
		padding: 15px;font-size: 13px;
	}
	.xunhpag4 .fs li{
		width: 100%;margin: 0 0 10px;
		padding: 30px 0;height: auto;
	}
	.xunhpag4 .fs li h4 span{
		font-size: 18px;
	}
	.xunhpag4 .fs li h4{
		margin: 10px 0;
	}
	.yuanpag2{
		padding: 40px 0;
	}
	.yuanpag2 li a{
		display: block;
	}
	.yuanpag2 li .pic{
		width: auto;
	}
	.yuanpag2 li .txt{
		width: auto;
		padding: 15px;
	}
	.yuanpag2 li{
		margin-bottom: 10px;
	}
	.yuanpag2 li p{
		margin: 10px 0;
	}
	.yuanpag3 li{
		width: 100%;margin: 0 0 25px;
	}
	.yuanpag3 li .pic{
		height: auto;border-radius: 10px;
	}
	.yuanpag3 li h6{
		margin: 5px 0;
	}
	.yuanpag3 li h3{
		height: auto;font-size: 16px !important;
	}
	.yuanpag3 .more{
		margin-top: 10px;
	}
	.yuanpag3{
		padding-bottom: 40px;
	}
	.yuanpag4{
		padding: 40px 0;
	}
	.yuanpag4 .ovs{
		padding:0 15px;
	}
	.yuanpag4 dl dd{
		width: 100%;margin: 0 ;
		padding: 15px 0;
	}
	.zegpag1{
		padding: 30px 15px;
		margin-bottom: 0;
	}
	.zegpag2{
		padding: 40px 0;
	}
	.zegpag2 .uwh2{
		margin-bottom: 20px;
	}
	.zegpag2 .hxs ul li{
		width: 49%;max-width: 49%;
		margin-bottom: 5px;flex-basis:49%;
	}
	.zegpag2 .hxs ul{
		    justify-content: space-between;gap: 0;
	}
	.zegpag2 .ovs{
		margin-bottom: 40px;
	}
	.zegpag2 .fxs .ts{
		padding: 15px 0;
	}
	.zegpag2 .fxs dd,
	.zegpag2 .fxs .dl2 dd{
		font-size: 14px;
	}
	.zegpag2 .gls li{
		max-width: 49%;flex-basis: 49%;
		margin-bottom: 10px;padding: 15px 0;
	}
	.zegpag2 .gls ul{
		flex-wrap: wrap;
		gap: 0;justify-content: space-between;
	}
	.zegpag2 .gls .uline{
		display: none;
	}
	.zegpag2 .gls li .ts{
		margin-top: 30px;
	}
	.zegpag2 .gms li{
		max-width: 100%;margin: 0 0 10px;
		padding: 25px 0;
	}
	.zegpag2 .gms .tps{
		padding: 0 20px;
	}
	.zegpag2 .gms dl{
		margin-top: 15px;
	}
	.zegpag2 .gyls{
		display: block;
	}
	.zegpag2 .gyls .img{
		width: auto;
	}
	.zegpag2 .gyls dl{
		margin-left: 0;
	}
	.zegpag2 .gyls dd{
		height: auto;
	}
	.zegpag2 .ovs:last-child{
		margin-bottom: 0;
	}
	.zgh5{
		font-size: 18px !important;
	}
	.uwpage .wrap{
		height: auto;
		padding: 40px 15px;
	}
	.zenpag1{
		padding: 40px 0;
	}
	#zr2{
		padding-top: 0;
	}
	.zenpag2{
		padding: 40px 0;
	}
	.zenpag2 .flax{
		display: block;
	}
	.zenpag2 .pic{
		width: auto;
	}
	.zenpag2 .flax ul{
		margin: 10px 0 0;
	}
	.zenpag2 li{
		line-height: 1.6 !important;
		padding: 15px 0;margin-bottom: 10px !important;
		height: auto;
	}
	.zenpag2 .ul1{
		margin-top: 10px;gap: 0 10px !important;
	}
	.zenpag3 .tps li{
		height: auto;
		margin-bottom: 10px;
	}
	.zenpag3 .tps .span{
		display: none;
	}
	.zenpag3 dl{
		display: block;
	}
	.zenpag3 dt{
		width: 100%;height: 70px;
	}
	.zenpag3 dd{
		width: 100% !important;
		margin: 0 !important;
		padding:5px 15px;
	}
	.zenpag2 .ul1 li,
	.zenpag2 .flax li{
		font-size: 16px !important;
	}
	.zypag1{
		padding: 40px 0;
	}
	.zypag1 li{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.zypag1 li .pic{
		width: auto;height: 200px;
	}
	.zypag1 li .txt{
		width: auto;
		padding: 15px;
	}
	.zypag1 li p{
		margin-bottom: 15px;
	}
	.zypag2{
		padding: 40px 0;
	}
	.shoufqlist ul{
		/* display: block; */
		gap: 0;
	}
	.shoufqlist ul li{
		width: 100%;
		margin-bottom: 10px;
		height: 300px;
	}
	.shoufqlist .uwprev, .shoufqlist .uwnext{
		margin: -1.25rem 1.5rem 0;
	}
	.shoufqlist ul li.on{
		width: 100%;
	}
	.shoufqlist ul li .txt{
		    -webkit-animation: fadeInUp 1s .2s ease both;
		    -moz-animation: fadeInUp 1s .2s ease both;
	}
	.shoufqlist ul li::before {
	    opacity: 1;
	}
	.shoufqlist ul li .txt dl{
		gap: 0 15px;margin-bottom: 25px;
	}
	.shoufqlist ul li .txt p{
		padding: 0 65px;
	}
	.zypag3{
		height: 80vw;
	}
	.zegpag2 .fxs .Box{
	    max-width: 100%;
	}
	.zenpag3 .tps li{
	    width: calc(50% - 10px);
	    margin-bottom: 0;
	}
	.zenpag3 .tps ul{
	    gap: 20px;
	}
	.zenpag3 dt{
	    writing-mode: inherit;
         -webkit-writing-mode: inherit;
	}
}
@media only screen and (max-width:768px){
    
	.zegpag2 .fxs ul{
		display: block;
	}
	.zegpag2 .fxs ul li{
		width: 100%;max-width: 100%;
		margin-bottom: 20px;
	}
	.zegpag2 .gms ul{
		display: block;
	}
	.zegpag2 .gms li.Box{
	    max-width: 100%;
	}
}
