/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 20px;
    width: 20px;
    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: #ba2923 ;
    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: #ba2923 ;
    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;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #ba2923 ;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #ba2923 ;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}



@media only screen and (max-width:1640px) {	
	html{
		font-size: 16.4px;
	}
	
}


@media only screen and (max-width:1440px) {	
	html{
		font-size: 12.4px;
	}
	
}

@media only screen and (max-width:1140px) {	
	html{
		font-size: 11.4px;
	}
	
}
@media only screen and (max-width:978px) {
	
	.gh{
		display: block;position: static;margin-right: 10px;
	}
	
	.naver ul{
		display: block;	
	}
	.naver .wrap{
		display: block;
	}
	.naver li{
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.naver li h3>i{
		display: block;
		transition:all 0.3s;
	}
	.naver li h3>i.on{
		transform: rotate(180deg);
	}
	.naver li h3>i{
		border: none;
		width: 46px;height: 46px;
		background: url(../images/ar1.png) no-repeat center/30% auto;
		position: absolute;
		right: 0;top: 0;
	}
	.naver li.on h3>i{
		transform: rotate(180deg);
	}
	.naver{
		position: absolute;
		left: 0;right: 0;
		top: 100%;z-index: 11;
		background: #fff;
		display: block;
		display: none;
	}
	.naver li{
		margin: 0;
		border-bottom: 1px solid #eee;
		position: relative;
	}
	.naver li h3 a{
		line-height: 46px;
		padding: 0 20px;
	}
	.naver li .nli{
		position: static;
	}
	.naver li .nli dl{
		padding: 0;
		display: block;
	}
	.header{
		padding: 0 15px;background: #fff;
		height: 60px;
	}
	.header .logo img{
		height: 48px;
	}
	.layout{
		padding-top: 60px;
	}
	.banner{
		height: 70vw;
	}
	.banner .prev, .banner .next{
		margin: 0 10px;
	}
	.wrap{
		padding: 0 15px;
	}
	html{
		font-size: 16px;
	}
	.banner .text{
		bottom: 30px;
	}
	.banner .text h3{
		font-size: 20px;
	}
	.banner .text h4{
		font-size: 16px;
	}
	.hpad100{
		margin: 30px 0;
	}
	.habout .wrap{
		display: block;
	}
	.habout .pic{
		width: auto;
		height: auto;
	}
	.habout .text{
		width: auto;
		margin: 10px 0 0;
	}
	.htit{
		font-size: 22px;padding-bottom: 15px;
	}
	.hnews li,
	.caseul li{
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	.caseul {
		padding: 0 15px;
	}
	.hnews li a .text,
	.caseul li h4{
		font-size: 16px;
		transform:translateY(0%);
		padding: 15px;
	}
	.hnews li a .pics{
		height: 70vw;
	}
	.ftab{
		display: none;
	}
	.footer .tb .lt{
		width: auto;
	}
	.footer .tb{
		display: block;
		text-align: center;
	}
	.footer .tb a{
		text-align: center;
		display: block;
	}
	.footer{
		padding: 15px 0;
	}
	.footer .th{
		padding: 10px 0 25px;
	}
	.footer .tb{
		padding-bottom: 0;
	}
	.footer .tb ul{
		justify-content: center;
	}
	.footer .th img{
		max-height: 28px;
	}
	.layout .naver .ph{
		width: 100%;
		line-height: 50px;
		border: none;
		margin-left: -0px;
	}
	.naver li .nli dd{
		margin: 0;
	}
	.naver li .nli dd a{
		line-height: 40px;font-size: 14px;
		padding: 0 30px;
	}
	.hban{
		height: 50vw;
	}
	.hban .text h3{
		font-size: 20px;
	}
	.hban .text h4{
		font-size: 16px;
	}
	.hban .text{
		bottom: 30px;
	}
	.hflextab .wrap{
		display: block;
		padding: 15px;
	}
	.hflextab li:nth-child(n+2){
		display: inline-block;
		margin-left: 20px;
	}
	.hflextab ul{
		white-space: nowrap;
		overflow-x: scroll;
	}
	.hflextab li a{
		font-size: 16px;
		line-height: 3;
	}
	.hflextab{
		position: static;
	}
	.about .flex{
		display: block;
	}
	.about .flex .pic{
		width: auto;
	}
	.about .text{
		width: auto;
		margin: 10px 0 0;
	}
	.hntab ul li{
		margin-right: 15px;
	}
	.hntab h4{
		display: none;
	}
	.hntab ul a{
		font-size: 16px;
	}
	.hntab{
		position: static;padding-top: 0;
	}
	.newslist ul li{
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	.newslist ul{
		padding: 15px 5px;
	}
	.newslist3 li .pics{
		height: auto;
	}
	
	.newslist3 li h4{
		font-size: 16px;
		transform:translateY(0%);
		padding: 15px;
	}
	.pages dl{
		margin: 0 0 30px;
	}
	.pages dd{
		margin: 0 2px;
	}
	.newsdetail{
		padding: 10px 0 30px;
	}
	.newsdetail .wrap{
		display: block;
	}
	.hlts{
		width: auto;
		padding: 0;
		border: none;
	}
	.hrts{
		width: auto;
	}
	.newsdetail .hd .flex{
		display: block;
	}
	.newsdetail .hd h6,
	.newsdetail .hd h1{
		width: auto;
	}
	.rtlist .pics{
		height: auto;
	}
	.jlist ul li{
		width: 100%;
		margin: 0 0 10px !important;
	}
	.jlist ul{
		justify-content: space-between;
	}
	.jlist li h4{
		font-size: 16px;
		margin: 10px 0;
	}
	.jlist{
		margin-top: 20px;
	}
	.newslist li h4{
		opacity: 1;padding: 15px;
		transform:translateY(0%);
		font-size: 16px;
	}
	.newslist li .pics{
		height: auto;
	}
	.ryitem1 ul{
		display: block;
	}
	.ryitem1 ul li{
		width: auto;
		margin: 0 0 10px;
	}
	.phd40{
		padding: 20px 0;
	}
	.ryswiper .swiper-slide a{
		height: auto;
	}
	.hspans span{
		margin: 0 2px;
	}
	.ryitem3 .text{
		font-size: 16px;
		padding-top: 20px;
	}
	.hflextab h4{
		margin-bottom: 10px;
	}
	.study ul{
		justify-content: space-between;
	}
	.study ul li{
		width: 49%;
		margin: 0 0 20px 0;
	}
	.study li .pic{
		height: calc(100% - 70px);
	}
	.study li a{
		display: block;height: 100%;
	}
	.study li p{
		font-size: 14px;line-height: 20px;
		margin: 10px 0 0;overflow: hidden;
	}
	.team .hd a{
		display: block;
	}
	.team .hd .lt{
		width: auto;
		padding: 15px;
	}
	.team .hd .text{
		width: auto;
		padding: 15px;
	}
	.team .hd .pic img{
		width: 100%;
	}
	.team .bd ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.team .bd li .pics{
		height: auto;
	}
	.teamlist ul{
		justify-content: space-between;
	}
	.teamlist ul li{
		width: 49%;
		margin: 0 0 10px;
	}
	.teamlist li .pics{
		height: 100%;
	}
	.teamlist li h4{
		font-size: 14px;
		line-height: 20px;
	}
	.teamdetail{
		padding: 30px 0;
	}
	.teamdetail .hd{
		display: block;
	}
	.teamdetail .hd .pic{
		position: static;
		width: auto;
	}
	.teamdetail .hd .text{
		width: auto;margin: 10px 0 0;
	}
	.teamdetail .bd li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.teamdetail .bd li .pics{
		height: auto;
	}
	.xiangmu .hd ul{
		justify-content: space-between;
	}
	.xiangmu .hd ul li{
		width: 49%;
		margin: 0 0 10px;
		height: auto;
	}
	.xiangmu .hd li .pic img{
		height: auto;
	}
	.xpicbg{
		padding: 30px 0;
	}
	.xpicbg ul{
		display: block;
		text-align: center;
	}
	.xpicbg li{
		justify-content: center;
		font-size: 20px;margin: 5px 0;
	}
	.zclistext li a p{
		font-size: 16px;
	}
	.zclistext li a i{
		font-size: 14px;
	}
	.zclistext li a{
		display: block;
		padding: 15px 0;
	}
	.zclistpic ul{
		justify-content: space-between;
		margin-top: 30px;
	}
	.zclistpic ul li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.zclistpic li a{
		height: 100%;
	}
	.zclistpic li:before{
		display: none;
	}
	.newsdetail .hd h1{
		font-size: 22px;
	}
	.teamlist ul{
		margin-bottom: 20px;
	}
	.utanc{
		width: auto;
		padding: 15px;
		margin: 0 10px;
	}
	.utanc p{
		font-size: 14px;
	}
	.utanc .h5{
		font-size: 16px;
		margin-top: 15px;
	}
	.banner .icon{
		bottom: 0;right: 15px;
	}
	.smask{
		padding: 100px 15px;
	}
	.close{
		right: 15px;
	}
}