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

.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: #FFCE87;
}

@media only screen and (max-width:1480px) {
	html{
		font-size: 17px;
	}
}
@media only screen and (max-width:1280px) {
	html{
		font-size: 16px;
	}
	
}
@media only screen and (max-width:1180px) {
	html{
		font-size: 14px;
	}
	
}
@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;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}
	.header .naver .ph{
		display: none;
	}
	.header .rts .shop{
		margin-right: 50px;
	}
	.header{
		position: fixed;top: 0;left: 0;right: 0;
		background: #000;padding: 0;
	}
	.gh{
		display: block;
		right: 20px;top: 20px;
	}
	.header .wrap{
		height: 60px;
		align-items: center;
	}
	html{
		font-size: 16px;
	}
	.header .naver ul{
		position: absolute;
		left: 0;right: 0;
		top:100%;z-index: 11;
		background: #fff;display: none;
	}
	.header .naver .rts{
		margin-right: 50px;
	}
	.header .naver li a{
		display: block;
		line-height: 42px;
	}
	.header .naver li{
		border-bottom: 1px solid #f1f1f1;
		margin-right: 0;
	}
	.header .logo a img{
		margin-right: 10px;height: 40px;
	}
	.banner .prev, .banner .next{
		background-size: 50% auto !important;
	}
	.header .logo a{
		font-size: 14px;
	}
	.layout{
		padding-top: 60px;
	}
	.header .naver ul li a{
		font-size: 16px;
		display: block;
		line-height: 50px;
	}
	.header .naver ul li{
		margin: 0;
		padding: 0 20px;
		border-bottom: 1px solid #333;
		height: auto;
	}
	.header .naver ul{
		background: #000;
		padding: 0 20px;
	}
	.layout{
		overflow: hidden;
	}
	.header .naver .name{
		margin-right: 50px;
	}
	.banner{
		height: auto;
		padding: 40px 0;
		display: block;
	}
	.banner .text{
		width: auto;
	}
	.banner .text h2{
		font-size: 18px !important;
		line-height: 1.2;
	}
	.iconlist ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.iconlist li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.iconlist li img{
		width: 100px;
		margin: 0 auto;
	}
	.section1,
	.hnews{
		padding: 30px 0;
	}
	.hnews2{
		padding: 30px 0;
	}
	.hnews2 .list ul li{
		width: 100%;margin: 0 0 10px 0;
	}
	.hnews2 .list ul li .pic{
		height: auto;
	}
	.hvideo .video{
		width: auto;height: auto;width: 100%;
	}
	.section1 li{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 60px 20px 30px;
	}
	.section1 li .icon{
		width: 80px;height: 80px;
	}
	.section2 .wrap{
		display: block;
	}
	.section2 .pic{
		width: auto;
		margin: 0;
	}
	.section2 .text{
		width: auto;
		margin: 0;
	}
	.section3 .bd{
		padding: 20px 0;
	}
	.section3 .bd ul{
		flex-wrap: wrap;justify-content: space-between;
	}
	.section3 .bd ul li{
		width: 49%;margin: 0 0 10px 0;
	}
	.section3 .bd ul li .txt{
		height: 100px;
	}
	.section3 .bd ul li .txt h3{
		font-size: 14px !important;line-height: 1.6;
	}
	.footer{
		padding-top: 20px;
	}
	.footer .th{
		display: block;
	}
	.footer .th .rt{
		display: none;
	}
	.footer .copyright{
		margin-top: 0;
	}
	.footer .copyright a{
		font-size: 14px;
	}
	.footer .th p{
		line-height: 2;
		margin-top: 15px;
	}
	.layout.active{
	    overflow: hidden;
	    height: 100vh;
	}
	.login{
		width: 90vw !important;
		top: 5%;position: absolute;
	}
	.login .item{
		padding: 20px;
	}
	.login h6 a{
		font-size: 14px;
	}
	.reg .item ul{
		display: block;
	}
	.reg .item ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.login .item .txt{
		font-size: 14px;
	}
	.hbanner{
		height: 100px;
	}
	.boxitem{
		display: block;
	}
	.boxitem .brts{
		width: auto;
		padding: 20px 0;
	}
	.hnews .list ul li a{
		display: block;
	}
	.hnews .list ul li h4{
		width: auto;
	}
	.mnewsdel .th h1{
		font-size: 18px;
		line-height: 1.6;
	}
	.hbanner2{
		display: none;
	}
	.hmy .name .file{
		width: 80px;
		height: 80px;
		margin: 0 auto 20px;
	}
	.hmy .name{
		display: block;
		margin: 0;
	}
	.hmy .name .rtc{
		width: auto;
		margin: 0;
	}
	.hmy .name .rtc h5{
		font-size: 12px !important;margin-top: 5px;
	}
	.hmy .wrap{
		display: block;
	}
	.hmy .lt{
		width: auto;
	}
	.hmy .lt li{
		width: 48%;
	}
	.hmy .lt ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hmy .lt li a{
		font-size: 14px;
	}
	.hmy .rt{
		width: auto;
		padding: 8px;
	}
	.hmy .rt2{
		padding: 6px;
		margin-top: 20px;
	}
	.mteam .th{
		display: block;
		margin-bottom: 0;
	}
	.mteam .th h6 i{
		display: block;
		margin: 10px 0;
	}
	.mteam .th h6{
		display: block;
		margin: 15px 0;
	}
	.mteam .th h6 a{
		width: 80px;
		line-height: 30px;
		display: block;
		margin: 0;text-align: center;
	}
	.mteam .rtbtn a{
		font-size: 14px;
		line-height: 32px;
	}
	.tables table th, .tables table td{
		font-size: 12px;padding: 10px 3px;
	}
	.mboxc{
		padding: 15px;
	}
	.tabbox3{
		padding: 8px;
	}
	.tables table th{
		white-space: nowrap;
	}
	.mtabs ul li{
		margin: 0 50px 0 0;
	}
	.tables .cth{
		padding: 8px;
	}
	.tables .cth .flax:nth-child(1){
		display: block;
	}
	.tables .cth h4{
		margin-bottom: 20px;
	}
	.tables .cth a{
		width: 120px;
		line-height: 32px;
	}
	.tabbox .mdels{
		padding: 8px;
	}
	.hmy .rt .utit h3{
		margin: 0;
	}
	.hmy .rt .myrt{
		padding: 8px;
	}
	.hmy .rt .myrt .myhd{
		display: block;
	}
	.hmy .rt .myrt .myhd .mtrc{
		width: auto;
	}
	.hmy .rt .myrt .myhd ul{
		margin-top: 20px;
	}
	.hmy .rt .myrt .myhd li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.hmy .rt .myrt .myhd li label{
		font-size: 14px;
	}
	.hmy .rt .myrt .myhd li .txt{
		width: calc(100% - 100px);
		font-size: 14px;height: 30px;
	}
	.mask1 .mtixian .txt{
		font-size: 14px;
		height: 32px;
	}
	.mnewsdel .bd2{
		padding: 8px;
	}
	.mnewsdel{
		padding: 20px 0;
	}
	.mnewsdel .bd2 .li p{
		margin-top: 15px;
	}
	.hmy .rt .myrt .myhd li .txt{
		color: #fff;
	}
	.taoclist .tli:nth-child(n+2) {
    border-left: none;
}
	.taoclist .tli{
	    width: 100%;border-right: none;padding: 10px;
	}
	.taoclist .tli:nth-child(n+2){
	    border-top:1px solid #463d49 !important;
	}
	.tables .cth .taoclist a{
	    display: block;width: 100px;
	    margin: 10px auto 0;
	}
	.tables .cth .taoclist h4{
	    margin-bottom: 0;height: auto;
	}
	
	.tables .cth .taoclist2 a{
	    padding: 0;width: 120px;margin: 15px auto 0;
	}
	.tables .cth .taoclist2 h4{
	    font-size: 1.6rem !important;
	    line-height: 1.6;padding: 10px 0;
	}
	.tables .cth .taoclist2{
	    border: none;border-radius: 0;margin: 0;
	}
	.taoclist .tli{
	    border: 1px solid #3d3d3d !important;border-radius: 6px;
	    margin-bottom: 20px;
	}
	.tables .cth .taoclist2 .flax{
	    padding-bottom: 15px;margin-bottom: 15px;
	}
	.cdktxt{
	    display: block;
	}
	.cdktxt .cdk{
	    width: calc(100% - 90px);
	}
	.cdktxt .thbtn{
	    margin: 15px auto 0;width: 140px;
	    display: block;text-align: center;
	    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	
	
	
	
	
	
	
	
	
	.qwmian .wrap{
		display: block;
	}
	.uwtabs{
		width: auto;
	}
	.qwmian .rts{
		width: auto;
		padding: 15px;
	}
	.uwh2{
		font-size: 18px;
	}
	.qwbaoming .fms li .ls, .qwbaoming .fms li .ds{
		margin-right: 0;margin-bottom: 20px;
	}
	.qwbaoming .fms li.on{
		display: block;
	}
	.qwbaoming .fms .t1{
		width: 100%;
	}
	.qwbaoming .fms .txt,
	.qwbaoming .fms .t1{
		font-size: 14px;line-height: 1.6;
	}
	.qwbaoming .fms dd label{
		font-size: 14px;
	}
	.qwmian{
		padding: 30px 0;
	}
	.qwcontact .tbs,
	.qwcontact dd{
		width: 46%;
		margin: 0;
	}
	.qwcontact .flax,
	.qwcontact dl{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.qwcontact dd .wx{
		width: 100%;height: auto;
	}
	.qwcontact .tbs dd{
		width: 100%;
	}
	.qwmian .rts{
		min-height: inherit;
	}
	.uwtabs li a{
		font-size: 16px;
		line-height: 44px;
	}
	.mskchangjtij{
		width: 90%;
	}
	.qwlianxkf .t1{
		font-size: 14px;
		height: 200px;
	}
	.qwlianxkf .btn .b1{
		width: 100%;
	}
	.qwlianxkf .b2{
		font-size: 16px;
	}
	.qwshangwhz ul{
		display: block;
		margin: 0;margin-top: 20px;
	}
	.qwshangwhz ul li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.qwshangwhz li .t1{
		font-size: 16px;
	}
	.qwyonghxy li a,
	.qwyewbl li .b1{
		font-size: 14px;
	}
	
	.qwnews li a{
		display: block;
		padding: 15px 0;
	}
	.qwnews li h4{
		width: auto;
	}
	.qwnewsdel .rts{
		padding: 0;width: auto;
		margin-top: 30px;
	}
	.qwnewsdel .wrap{
		display: block;
	}
	.qwnewsdel .hds h1{
		font-size: 18px;
	}
	.qwnewsdel .txt{
		font-size: 14px;
		line-height: 1.7;
	}
	
	
	.product .hds{
		display: block;
		padding: 0 15px;
	}
	.product .hds .txt{
		width: auto;
	}
	.product .hds .rts{
		width: auto;
		margin-top: 15px;
	}
	.product .hds .txt li{
		margin: 0;
	}
	.product .hds .txt ul{
		justify-content: space-between;
	}
	.product .hs li{
		width: 48%;
		margin-bottom: 10px;
	}
	.product .hs ul{
		display: flex;
		flex-wrap: wrap;
		border: none;
		justify-content: space-between;
	}
	.product .hs li a{
		border: 1px solid rgba(255,255,255,0.2);
	}
	.product .box{
		padding: 0 30px;
	}
	.product .ovs{
		margin: 20px 0 0;
	}
	.product .swippro .swiper-slide{
		padding: 20px;
	}
	.product{
		padding: 30px 0;
	}
	.banner .text p{
		display: none;
	}
	.banner .text h4{
		margin: 15px 0;
	}
	.hpage1 .wrap{
		display: block;
	}
	.hpage1 .pic{
		width: auto;
	}
	.hpage1 .text{
		margin: 20px 20px 0;
	}
	.hpage1 .text .flex{
		
	}
	.hpage1 .text .flex dl{
		width: 45%;
		margin: 0;
	}
	.banner{
		min-height: 60vw;
	}
	.hpage1{
		padding: 40px 0;
	}
	.hpage2{
		padding: 40px 0;
	}
	.hpage2 .listicon ul{
		display: block;
	}
	.hpage2 .listicon ul li{
		width: auto;
		background: rgba(255,255,255,0.05);
		margin-bottom: 15px;border-radius: 10px;
		padding: 25px;
	}
	.hpage2 .listicon::before{
		display: none;
	}
	.hpage2 .listicon ul li::before{
		display: none;
	}
	.hpage2 .listicon h4{
		margin-top: 20px;
	}
	.hpage2 .listicon p{
		margin-top: 20px;line-height: 1.7;
	}
	.section1 ul{
		margin-top: 60px;
	}
	.section1 ul li{
		margin-bottom: 40px;
	}
	.section2 .wrap{
		margin-bottom: 30px;
	}
	.section3{
		padding: 40px 0;
	}
	.section3 .bd ul li .txt{
		height: auto;
	}
	.footer .copyright{
		padding: 15px;
	}
	.myrt h6 i{
	    max-width: 50%;display: block;
	    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
	.hmy .name .rtc{
	    display: block;
	}
	.hmy .name .mtxt2 dl{
	    display: flex;justify-content: space-between;
	}
	.hmy .name .mtxt2 dd{
	    width: 50%;
	}
	.tables table{
	    width: 1000px;
	}
	.tables{
	    overflow-x: scroll;
	}
	.pages ul li{
	    margin: 0 2px;
	}
	
}
