

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

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


@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;
	}
	.naver{
		position: absolute;
		left: 0;right: 0;
		top: 100%;
		background: #fff;
		display: none;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li{
		border-bottom: 1px solid #eee;
	}
	.header .naver li h3 a{
		line-height: 46px;
		display: block;
		text-align: left;
		height: auto;
	}
	.header .naver li h3 a br{
		display: none;
	}
	.header .naver li h3 a span{
		margin-left: 10px;font-size: 12px;
	}
	.header .naver li h3{
		position: relative;
	}
	.header .naver li h3 i{
		position: absolute;right: 0;top: 0;
		width: 40px;height: 46px;
		background: url(../images/qw11.jpg) no-repeat center;
		transform: rotate(180deg);transition:all 0.3s;
		-ms-transition:all 0.3s;  /* IE 9 */
		-moz-transition:all 0.3s;     /* Firefox */
		-webkit-transition:all 0.3s; /* Safari 和 Chrome */
		-o-transition:all 0.3s;
	}
	.header .naver li h3 i.on{
		transform: rotate(270deg);
	}
	.layout{
		padding-top: 60px;
	}
	.header .wrap{
		height: 100%;
	}
	.header .naver li .nli{
		position: static;
	}
	.header .naver li dd a{
		text-align: left;
		padding: 0 40px;
		font-size: 14px;
		line-height: 40px;
		margin: 0;
	}
	.header .naver li dl{
		padding: 0;
	}
	.gh{
		display: block;position: static;
	}
	.crumbs dd span, .crumbs dd a{
		font-size: 14px;
	}
	.abo1{
		padding: 40px 0 0;
	}
	.abo1 .flax{
		display: block;
	}
	.abo1 .txt{
		margin: 10px 0 0;
	}
	.abo1 .imgs{
		margin-top: 20px;
	}
	.footer .tps{
		display: block;
		padding-bottom: 40px;
	}
	.footer .lts{
		width: auto;
	}
	.footer .rts{
		width: auto;
		display: none;
	}
	.footer .tbs{
		display: block;
	}
	.footer .tbs dd a,
	.copyright{
		text-align: center;
		font-size: 14px;
	}
	.footer .tbs dl{
		justify-content: center;
	}
	.abo1 .ovs{
		margin-top: 20px;
	}
	.swipzshu{
		margin: 0 80px;
	}
	.swipzshu .swiper-slide{
		height: auto;
	}
	.abo1 .ovs .prev, .abo1 .ovs .next{
		background-size: 50% auto !important;
	}
	.contact{
		padding: 40px 0;
	}
	.contact .flax{
		display: block;margin-top: 20px;
	}
	.contact .txt{
		width: auto;padding: 20px;
	}
	.contact .maps{
		width: auto;height: 60vw;
	}
	.contact .bds{
		margin-top: 30px;
	}
	.contact .fms ul{
		display: block;margin-top: 20px;
	}
	.contact .fms ul li{
		width: auto;
		margin: 0 0 10px;
	}
	.contact .fms li .t1{
		height: 50px;
	}
	.contact .fms .btn{
		margin-top: 20px;
	}
	.footer .lts li .weix{
		left: 0;    transform: translateX(0%);
	}
	.footer .lts li .weix img{
		width: 100px;height: auto;max-width: 100px;
	}
	.newsdel{
		padding: 40px 0;
	}
	.newsdel .hds h1{
		font-size: 20px;
	}
	.infonews ul{
		margin: 0;
	}
	.infonews li a{
		padding: 15px 0;
		display: block;
	}
	.infonews li .img{
		width: auto;
	}
	.infonews li .txt{
		width: auto;
		margin-top: 10px;
	}
	.infonews li h6{
		margin-top: 10px;
	}
	.infonews1{
		padding-bottom: 40px;
	}
	.history{
		padding: 40px 0;
	}
	.history ul{
		margin: 0;padding-top: 0;
	}
	.history .tps .ico,
	.history .bds::after,
	.history ul:before,
	.history .bds:before{
		display: none;
	}
	.history li{
		display: block;
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
		padding: 15px 0;
	}
	.history li .txt{
		text-align: left !important;
		margin: 0 !important;
		margin-bottom: 10px !important;
	}
	.history li p{
		max-width: 100%;
	}
	.history .bds{
		margin-bottom: 15px;
	}
	.yspag1{
		padding: 40px 0;
	}
	.yspag1 ul{
		display: block;
	}
	.yspag1 ul li{
		width: auto;margin: 0 0 10px;
		padding: 10px 0 !important;
		border-bottom: 1px solid #eee;
	}
	.yspag1 li:before{
		display: none;
	}
	.yspag1 dd{
		width: 49%;
		margin: 0 0 10px;
		height: auto;
	}
	.yspag1 dl{
		justify-content: space-between;
	}
	.yspag2 .pic img{
		margin-top: 20px;
	}
	.yspag2 .flax{
		display: block;
		margin-top: 20px;
	}
	.yspag2 .ts{
		margin: 0 0 10px;
	}
	.yspag2 .img{
		width: auto;
	}
	.yspag3{
		padding: 40px 0;
	}
	.yspag3 li{
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #eee;
	}
	.yspag3 li .lts{
		width: auto;
		border: none !important;
		padding: 0 0 10px;
	}
	.yspag3 li .img{
		width: auto;
	}
	.yspag3 li .txt{
		width: calc(100% - 60px);
	}
	.yspag3 li .ico{
		width: 40px;
	}
	.yspag3 li h3{
		padding-right: 0;
		background: none;
		margin-bottom: 10px;
	}
	.partner .hds{
		padding: 40px 0;
	}
	.partner .hds .ts{
		margin-top: 20px;
	}
	.partner .hds li{
		width: auto;
		border-radius: 10px;
		margin-bottom: 10px;
		height: auto;
		padding: 15px 0;
	}
	.partner .hds ul{
		display: block;
	}
	.partner .hds li h6{
		font-size: 18px !important;margin-bottom: 5px;
	}
	.partner .bds{
		padding: 40px 0;
	}
	.partner .bds ul{
		display: block;margin-top: 20px;
	}
	.partner .bds ul li{
		width: auto;margin: 0 0 10px;
		padding: 20px 15px;
	}
	.partner .bds li h5{
		font-size: 16px !important;
	}
	.partner .bds li .ico{
		width: 40px;
	}
	.partner .bds li .ts{
		width: calc(100% - 60px);
	}
	.partner .flax{
		margin-top: 30px;
		display: block;
	}
	.partner .flax .img{
		width: auto;
	}
	.partner .flax .txt{
		padding: 15px;
	}
	.partner .flax h6{
		font-size: 16px !important;margin-bottom: 10px;
	}
	.cooperative{
		padding: 40px 0;
	}
	.cooperative ul{
		margin-top: 20px;
	}
	.cooperative li{
		width: 49%;margin: 0 0 10px;
	}
	.cooperative ul{
		justify-content: space-between;
	}
	.cooperative li .img{
		height: 80px;
	}
	.layout.on .header .gh a{
		background: #fff;
	}
	.layout.on .header .gh a:after,.layout.on  .header .gh a:before{
		background: #fff;
	}
	
	.layout.on .header.on .gh a,
	.layout.on .header.on .gh a:after,.layout.on  .header.on .gh a:before{
		background: #333;
	}
	.uwhrts{
		display: none !important;
	}
	
	.hpage1{
		padding: 40px 0;
	}
	.hpage1 ul{
		flex-wrap: wrap;margin: 20px 0;
	}
	.hpage1 ul li{
		margin: 0;
		margin-bottom: 10px;
		width: 33.33%;
	}
	.hpage1 li h3{
		font-size: 30px !important;
	}
	.hpage2 ul{
		display: block;
	}
	.hpage2 ul li{
		width: auto;
		height: auto;
		margin-bottom: 10px;
	}
	.hpage2 li .ts{
		padding: 50px 20px 20px;
	}
	.hpage2{
		padding-bottom: 30px;
	}
	.hpage3{
		height: auto;
		background-attachment: initial !important;
	}
	.hpage3 .wrap{
		display: block;
	}
	.hpage3{
		padding: 40px 0;
	}
	.hpage3 .flax{
		display: block;
		text-align: center;
		padding: 0 0;
		margin-top: 30px;
	}
	.hpage3 .logo{
		margin: 0 auto 15px;
	}
	.hpage4 li h6{
		margin: 5px;
	}
	.footer .tps h5{
		margin-top: 30px;
		font-size: 18px !important;
	}
	.hpage4{
		padding: 40px 0;
	}
	.hpage4 ul{
		margin: 20px 0;
		justify-content: space-between;
	}
	.hpage4 ul li{
		width: 49%;
		margin: 0 0 10px;
	}
	.hpage4 li .img{
		height: auto;
		padding-bottom: 0;
	}
	.hpage4 li .img:before{
		display: none;
	}
	.hpage5 .flax{
		display: block;
	}
	.hpage5 .img{
		width: auto;
	}
	.hpage5 .txt{
		width: auto;padding: 20px 15px;
	}
	.hmore{
		width: 160px;
	}
	.hpage5{
		padding-bottom: 40px;
	}
	.hpage6 .fms ul{
		display: block;
		margin: 20px 0;
	}
	.hpage6 .fms ul li{
		width: auto;margin-bottom: 10px;
	}
	.hpage6 .fms li .t1{
		font-size: 14px;
	}
	.hpage7{
		padding: 40px 0;
	}
	.hpage7 li{
		width:49%;
		height: auto;
		margin: 0;padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.hpage7 li img{
		height: 60px;
	}
	.hpage7 ul{
		margin: 20px 0;
		justify-content: space-between;
	}
	.infonews,
	.hpage8{
		padding: 40px 0;
	}
	.join{
		padding: 40px 0;
	}
	.join ul{
		margin: 20px 0;
		display: block;
	}
	.join li{
		width: auto;margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		box-shadow: none;
	}
	.join li h3{
		border-bottom: 1px solid #f1f1f1;
	}
	.join li h6{
		width: 160px;
	}
	.pages dd a{
		font-size: 16px;
	}
	.pages dd{
		margin: 0 4px;
	}
	.corporate{
		padding: 40px 0;
	}
	.corporate ul{
		margin-top: 20px;
	}
	.corporate ul li{
		display: block;margin-bottom: 15px;
	}
	.corporate li .pic{
		width: auto;border-radius: 10px;
	}
	.corporate li .txt{
		width: auto;
		margin-top: 10px;
		border-radius: 10px;
		padding: 15px;
	}
	.corporate li h3{
		margin-bottom: 5px;
	}
	.honors{
		padding: 40px 0;
	}
	.honors ul{
		margin-top: 20px;
		justify-content: space-between;
	}
	.honors li{
		width: 49%;margin: 0 0 15px;
	}
	.honors li .img{
		height: auto;padding-bottom: 0;
	}
	.honors li .img::before{
		display: none;
	}
	.honors li h6{
		margin: 5px 0 0;
	}
	.respons{
		padding: 40px 0;
	}
	.respons ul{
		margin-top: 20px;
	}
	.respons li{
		width: auto;margin-bottom: 15px;
	}
	.respons li .pic{
		height: auto;
	}
	.shuzpag1{
		padding: 40px 0;
	}
	.shuzpag1 .flax{
		display: block;margin-top: 15px;
	}
	.shuzpag1 .lts{
		align-items: initial;
	}
	.shuzpag1 .lts img{
		display: block;object-fit: cover;
	}
	.shuzpag1 ul{
		margin: 0;
		margin-top: 20px;
	}
	.shuzpag1 li{
		margin-bottom: 15px;
	}
	.shuzpag1 li h5{
		font-size: 16px !important;
	}
	.shuzpag2 .swipcase{
		margin-top: 20px;
	}
	.shuzpag2 .swipcase .img{
		height: 50vw;
	}
	.shuzpag3{
		padding: 40px 0;
	}
	.shuzpag3 .txt{
		margin-top: 20px;
	}
	.shuzpag3 .txt p{
		margin-bottom: 10px;
	}
	.shuzpag3 .bgs{
		height: auto;
		margin: 40px 0;
	}
	.shuzpag3 .bgs dl{
		width: auto;margin: 0;border-radius: 0;
		padding: 20px;
	}
	.shuzpag3 .bgs .wrap{
		display: block;
		padding: 0;
	}
	.shuzpag3 .bgs dd{
		margin-bottom: 10px;
	}
	.shuzpag3 .list{
		margin-top: 20px;
	}
	.shuzpag3 .list li{
		width: 49%;margin: 0 0 15px;
	}
	.shuzpag3 .list ul{
		justify-content: space-between;
	}
	.shuzpag3 .list .pic{
		height: 26vw;
	}
	.shuzpag3 .list h5{
		margin-top: 5px;
	}
	.cfpag1{
		padding: 40px 0;
	}
	.cfpag1 .hds{
		margin: 20px 0;
	}
	.cfpag1 .hds .wrap{
		padding: 0;
	}
	.cfpag1 .hds .flax{
		display: block;
	}
	.cfpag1 .hds h6{
		width: auto;
	}
	.cfpag1 .hds ul{
		width: auto;
		margin: 20px 0;
	}
	.cfpag1 .bds{
		display: block;
	}
	.cfpag1 .lts{
		width: auto;
	}
	.cfpag1 .lts p{
		margin: 10px 0;
	}
	.cfpag1 .rts{
		width: auto;
		display: block;
	}
	.cfpag1 .rts .pic{
		width: auto;
	}
	.cfpag1 .rts dl{
		width: auto;margin-top: 10px;
	}
	.cfpag1 .rts dd{
		margin-bottom: 15px;
	}
	.cfpag2 .bgs{
		margin-top: 20px;
		padding: 40px 0;
	}
	.cfpag2 .bgs .wrap{
		padding: 0 55px;
		margin: 0 15px;
	}
	.cfpag2 .bgs{
		background-attachment: inherit !important;
	}
	.cfpag2 .bgs ul{
		/* justify-content: space-between; */
	}
	.cfpag2 .bgs .next, .cfpag2 .bgs .prev{
		background-size: 40% auto;
	}
	.cfpag2 .bgs ul li{
		/* width: 49%;margin: 0 0 15px; */
	}
	.cfpag2 .caseswiper{
		height: auto;
	}
	.cfpag2 .bgs li .img{
		height: auto;
	}
	.cfpag3{
		padding: 40px 0;
	}
	.cfpag3 li{
		display: block;
		margin-bottom: 15px;
	}
	.cfpag3 li .pic{
		width: auto;
	}
	.cfpag3 li .txt{
		width: auto;
		margin-top: 15px;
		display: block;
	}
	.cfpag3 li dl{
		display: block;
	}
	.cfpag3 li dd{
		width: auto;margin-bottom: 10px;
	}
	.cfpag3 li h3{
		margin-bottom: 10px;
	}
	.cfpag3 ul{
		margin-bottom: 30px;
	}
	.zlpag1{
		padding: 40px 0;
	}
	.zlpag1 li{
		width: auto;
		margin: 0 0 15px;
	}
	.zlpag1 ul{
		width: auto;
	}
	.zlpag1 li .img{
		height: auto;
	}
	.zlpag1 li h3{
		margin-top: 10px;
	}
	.zlpag1{
		padding-bottom: 0;
	}
	.zlpag1 ul{
		display: block;
	}
	.zlpag1 .ul4 li,
	.zlpag1 ul li{
		width: auto;
		margin: 0 0 15px;
	}
	.zlpag2 li{
		margin-top: 20px;
	}
	.zlpag2 li .flax{
		display: block;
	}
	.zlpag2 li .pic{
		width: auto;
	}
	.zlpag2 li .ts{
		padding: 15px;
		display: block;
	}
	.zlpag2 li h3{
		margin-bottom: 10px;
	}
	.zlpag2{
		padding-bottom: 40px;
	}
	.ykpag1{
		padding: 40px 0;
	}
	.ykpag1 .hds li{
		width: 49%;
		margin: 0 0 15px;
		height: auto;
	}
	.ykpag1 .hds ul{
		justify-content: space-between;
	}
	.ykpag1 .bds{
		margin-top: 30px;margin-bottom: 30px;
	}
	.ykpag1 .bds dd{
		display: block;
		margin-bottom: 15px;
	}
	.ykpag1 .bds dd .ts{
		padding: 15px;
	}
	.ykpag1 .bds dd .pic{
		width: auto;
	}
	.ykpag1 .fts{
		display: block;
	}
	.ykpag1 .fts .lts{
		width: auto;
	}
	.ykpag1 .fts ul{
		margin-top: 10px;
	}
	.ykpag1 .fts .rts{
		width: auto;
	}
	.ykpag2{
		height: auto;padding:60px 0;
	}
	.ykpag2 .txt{
		padding: 0;
	}
	.ykpag2 .wrap{
		position: relative;z-index: 2;
	}
	.ykpag2{
		position: relative;
	}
	.ykpag2::before{
		content: "";position: absolute;
		inset: 0;background: rgba(255,255,255,0.4);
	}
	.ykpag3{
		padding: 40px 0;
	}
	.organiz{
		padding: 40px 0;
	}
	.organiz .img{
		margin: 20px 0 40px;
	}
	.organiz .bds{
		margin: 40px 0 0;
	}
	.organiz .bds ul{
		margin-top: 20px;
	}
	.organiz .bds li{
		display: block;margin-bottom: 15px;
	}
	.organiz .bds .pic{
		width: auto;
	}
	.organiz .bds .ts{
		width: auto;padding: 15px;
	}
	.header .logo img{
		height: 36px;
	}
	.shuzpag2 .swipcase{
		padding: 0;
	}
	.hpage8 .wrap{
		display: block;
	}
	.hpage8 .lts{
		width: auto;margin-right: 0;
	}
	.hpage8 .maps{
		width: auto;height: 60vw;
		overflow: hidden;margin-top: 20px;
	}
	.hpage8 .lts dl{
		margin-top: 15px;
	}
	.hpage8 .lts dd h4 span{
		font-size: 16px;
	}
	.hpage8 .lts dd{
		margin-bottom: 15px;
	}
	.hpage8 .lts ul{
		margin: 20px 0 0;
	}
	.hpage8 .lts .txt{
		margin-top: 20px;
	}
	.hbanner .scollico{
		display: none;
	}
	.mutab dl{
		gap: 0 5px;margin-top: 25px;
	}
	.hpage2 li img{
		position: static;
	}
	.hpage2 li img:nth-child(1){
		display: none;
	}
	.uwbanner{
	    height: 50vw;
	}
	
	.contact .jituan .flax{
	    margin-top:20px ;
	}
	.contact .jituan{
		margin-top: 40px;
	}
	.contact .jituan li{
		width: calc(100%);margin-right: 0;
		padding: 0 15px;margin-bottom: 10px;
	}
	.contact .jituan li::before {
		display:none !important;
	}
	.contact .jituan li:last-child::before,
	.contact .jituan li:nth-child(2n)::before{
		display: none;
	}
}
