/*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: #111;
    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: #111;
    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: #111;
}

.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: #111;
}
html{
	font-size: 1vw;
}

@media only screen and (max-width:1320px) {
	html{
		font-size: 15px;
	}
}
@media only screen and (max-width:1040px) {
	html{
		font-size: 16px;
	}
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	.wrap{
		width: auto;
		padding: 0 15px;
	}
	.navver{
		position: absolute;
		left: 0;right: 0;top: 100%;
		display: none;z-index: 11;
	}
	.header .navver ul{
		display: block;
		margin: 0;
		background: #fff;
	}
	.header .navver ul h3 a{
		font-size: 16px;
		line-height: 48px;
		display: block;
		padding: 0 15px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .navver li{
		margin: 0;
	}
	.gh{
		display: block;position: absolute;
		right: 15px;top: 18px;
	}
	.header .tel{
		display: none;
	}
	.laugu{
		position: absolute;right: 70px;top:0;
	}
	.laugu a{
		line-height: 60px;
	}
	.header .wrap{
		height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.abouthd{
		padding: 40px 0;
	}
	.pictxtul ul{
		display: block;
	}
	.pictxtul ul li{
		width: auto;
		margin-bottom: 10px;
		height: auto;
	}
	.pictxtul{
		padding: 30px 0;
	}
	.pictxtul ul li .txt{
		padding: 20px;
	}
	.pictxtul .txt p{
		margin-top: 10px;
	}
	.aboutjx{
		padding: 0;
	}
	.jxth ul{
		flex-wrap: wrap;
	}
	.jxth ul li{
		width: 100px;
		margin: 0 5px 5px;
		height: 100px;
	}
	.jxtb dd{
		padding: 0;
		display: block;
		margin-bottom: 20px !important;
	}
	.jxtb dd .text{
		width: auto;
	}
	.jxtb::before{
		left: 0;
	}
	.jxtb dd:nth-child(n+2){
		margin: 0;
	}
	.jxtb dd:nth-child(2n){
		text-align: left;
	}
	.jxtb dd:nth-child(2n) .text::before {
	    left: 0;
	    right: auto;
	}
	.jxtb dd .text .pic{
		margin-top: 10px;
	}
	.jxtb{
		margin-top: 20px;
	}
	.caselist ul li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.caselist .txt{
		height: auto;
	}
	.caselist .txt h6{
		position: static;
		margin-top: 15px;
	}
	.caselist .pic{
		height: auto;
		max-height: 80vw;
	}
	.pages dd a{
		font-size: 16px;line-height: 2;padding: 0 12px;
	}
	.pages dd{
		margin: 0 3px;
	}
	.mucase{
		padding-bottom: 40px;
	}
	.footer{
		padding-top: 30px;
	}
	.footer .tps{
		display: block;
	}
	.footer .lts dt{
		font-size: 16px;
	}
	.footer .tbs dd a,
	.footer .lts dd a{
		font-size: 14px;
	}
	.footer .rts{
		margin-top: 20px;
	}
	.footer .tbs{
		display: block;
		margin-top: 30px;
		padding: 20px 0;
	}
	.footer .tbs .copyright{
		font-size: 14px;
		margin-top: 10px;
	}
	.uwports{
		display: none;
	}
	.caseth .wrap{
		display: block;
		padding: 30px 15px;
	}
	.caseth .text{
		width: auto;
	}
	.caseth .rt{
		width: auto;
		border: none;
		padding: 0;
		margin-top: 20px;
	}
	.caseth .text .flex{
		display: block;padding: 15px;
	}
	.caseth .text .flex h4{
		margin: 10px 0 0;
	}
	.caseth .text .flex ul li{
		flex: none;
	}
	.casetb{
		padding: 20px 0;
	}
	.feiydel .th li{
		display: block;
	}
	.feiydel .th{
		padding: 15px;
	}
	.lianmlist li .pic{
		width: auto;height: auto;
		margin-bottom: 15px;
	}
	.lianmlist li .text{
		padding: 0;width: auto;
	}
	.lianmlist li .text .febtn{
		margin-top: 15px;display: block;
		padding: 15px 25px;
	}
	.lianmlist li .text .wrt a{
		margin: 0 15px 0 0;
	}
	.lianmlist li .text h6{
		margin-bottom: 10px;
	}
	.lianmlist li .text .flex i{
		line-height: 2;font-size: 12px;
	}
	.feiydel .tbtext{
		padding: 0;margin-top: 10px;padding-top: 10px;
	}
	.feiydel .tdels{
		padding: 15px 0;
	}
	.feiydel .th li{
		margin-bottom: 0;
	}
	.muxingc li .txt{
		width: calc(100% - 50px);
	}
	.muxingc li .txtpad{
		padding: 0 0 20px;
	}
	.dingzhi .wrap{
		padding: 30px 15px;
	}
	.dingzhi .flexul li{
		width: 100%;margin: 0 0 10px 0;
	}
	.dingzhi .flexul ul{
		display: block;
	}
	.dingzhi .flexul li .txt{
		font-size: 14px;
	}
	.dingzhi .tbx{
		margin: 0 -15px;
	}
	.dingzhi .tfx ul{
		flex-wrap: wrap;justify-content: space-between;
	}
	.dingzhi .tfx ul li{
		width: 49%;margin: 0 0 10px 0;
	}
	.dingzhi .tfx li h5 i{
		font-size: 14px;
	}
	.dingzhi .ftbtn a{
		margin: 0 10px;font-size: 14px;
	}
	.hbanner{
		height: 70vw;
	}
	.hbanner h2{
		margin-top: 60px;
	}
	.hbanner .uwbtn{
		margin-top: 20px;
	}
	.hpage1{
		padding: 40px 0;
	}
	.hpage1 .bs ul li{
		width: 100% !important;margin-bottom: 10px;
	}
	.hpage1 .bs .msk{
		padding: 20px;
	}
	.hpage2{
		padding: 40px 0;
	}
	.hpage2 ul{
		display: block;
	}
	.hpage2 ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.hpage3{
		padding: 40px 0;
	}
	.hpage3 ul{
		display: block;
	}
	.hpage3 ul li{
		width: auto;
		margin: 0 0 10px 0;
		height: 80vw;
	}
	.hpage4{
		padding: 0 0 30px;
	}
	.hpage4 .bds{
		display: block;
	}
	.hpage4 .bds .lts{
		width: auto;
	}
	.hpage4 .bds .rts{
		width: auto;margin-top: 10px;
	}
	.hpage4 .bds .rts ul{
		display: block;
	}
	.hpage4 .bds .rts li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.hpage4 .bds  li{
		height: 60vw !important;
	}
	.tban{
		height: 50vw;
	}
	.lianmlist .wrap{
		padding: 40px 15px;
	}
	.lianmlist li a{
		display: block;
	}
	.lianmlist li .text .flex{
		margin: 8px 0 0;
	}
	.lianmlist.lianmlist2 li .text .febtn{
		display: flex;margin-bottom: 5px;
	}
	.lianmlist2 li{
		margin-bottom: 5px;
	}
	.lianmlist2 li .text .febtn h6{
		margin-bottom: 0;
	}
	.lianmlist .pages{
		margin-top: 20px;
	}
	.news ul{
		display: block;
	}
	.news li{
		width: 100% !important;
		margin: 0 0 10px 0;
	}
	.news li:first-child .pic{
		height: auto;
	}
	.news li .pic{
		height: auto;
	}
	.pidels .wrap{
		padding: 40px 15px;
	}
	.pidels .hd h1{
		font-size: 20px;
	}
	.pidels .flexprne{
		display: block;
	}
	.pidels .flexprne a:nth-child(2n) {
	    flex-direction: row;margin-top: 8px;
	}
	.pidels .flexprne a:nth-child(2n) img {
	    transform: rotate(0);
	}
	.pidels .flexprne a{
		font-size: 16px;
	}
	.pidels{
		padding-bottom: 0;
	}
	.mupiclist li{
		position: static !important;
		width: auto !important;
		margin-bottom: 10px !important;
	}
	.mupiclist ul{
		height: auto !important;
	}
	.mumore a{
		font-size: 16px !important;
	}
	.pidels{
		padding-top: 0;
	}
	
	
	
}
@media only screen and (max-width:768px) {
	
}