/*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: #fc4513;
    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: #fc4513;
    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: #fc4513;
    width: 100%;
}

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

.selected .gh a {
    background-color: transparent !important;
}
@media only screen and (max-width:1720px) {
	.main {
		width: 1200px;padding-top: 110px;
	}
	.index .bd li .pic {
		height: 540px;
	}
	.me {
		top: 100px;
	}
	.index .bd li {
		margin-bottom: 120px;
	}
	.index .bd {
		margin-top: 120px;
	}
	.index .bd li .swiperhd {
		margin-top: 20px;
	}
	.fteaml .frts .list li {
		height: 202px;
	}
	.fteaml {
	    padding: 160px 0 100px;
	}
	.fresearch .flist {
		width: 1000px;
	}
	.fresearch .flist {
		padding: 40px 0 60px;
	}
	.fresearch .flist li {
		width: calc((100% - 162px)/3);
		margin-right: 80px;
	}
	.fresearch .flist li .icon {
		height: 280px;
	}
	.fresearch .flist li .tet {
		margin-top: 15px;
	}
	
	
	
}
@media only screen and (max-width:1540px) {
	.main {
		width: 1060px;
	}
	.fresearch .flist {
	    width: 850px;
		padding: 40px 0;
	}
	.fresearch .flist li .icon {
		height: 230px;
	}
	.fteaml .flts {
		width: 300px;
	}
	.fteaml .frts {
		width: calc(100% - 310px);
	}
	.fteaml .frts .list li {
		width: calc((100% - 32px)/4);margin-right: 10px;margin-bottom: 10px;
		height: 185px;
	}
	.me .btn {
		height: 110px;width: 110px;
	}
	.naver li a {
		line-height: 40px;width: 80px;font-size: 14px;
	}
	.index .bd li .pic {
		height: 460px;
	}
	.index .bd {
		margin-top: 100px;
	}
	.index .bd li {
		margin-bottom: 100px;
	}
	.fteaml .flts .tox {
		width: 170px;height: 180px;
	}
	
	
}
@media only screen and (max-width:1380px) {
	.main {
		width: 960px;padding-top: 80px;
	}
	.fteaml .flts {
		width: 260px;
	}
	.fresearch .flist {
		width: 800px;padding: 20px 0;
	}
	.fresearch .flist li {
	    width: calc((100% - 102px)/3);
	    margin-right: 50px;
	}
	.index .bd li .pic {
		height: 420px;
	}
	.fresearch .flist li .icon {
		height: 234px;
	}
	.fteaml .frts {
	    width: calc(100% - 270px);
	}
	.fteaml .flts .tox {
	    width: 150px;
	    height: 160px;
	}
	.fteaml .frts .list li {
		height: 175px;
	}
	.fteaml {
	    padding: 120px 0 80px;
	}
	.me {
	    top: 80px;
	}
	.index .hd {
		width: 750px;
	}
	.index .hd li {
		width: calc((100% - 52px)/6);
		margin: 0 10px 10px 0;
		height: 120px;
	}
	
	
}
@media only screen and (max-width:1240px) {
	.main {
	    width: 860px;
	}
	.fresearch .flist {
		width: 700px;
	}
	.fresearch .flist li .icon {
		height: 200px;
	}
	.fresearch .flist li {
	    width: calc((100% - 82px)/3);
	    margin-right: 40px;
	}
	.fteaml .frts .list li {
		height: 154px;
	}
	.fteaml .flts {
		width: 240px;
	}
	.fteaml .frts {
		width: calc(100% - 250px);
	}
	
	
	
	
}
@media only screen and (max-width:1120px) {
	.main {
	    width: 800px;
	}
	.index .bd li .pic {
		height: 400px;
	}
	.fresearch .flist {
		width: 620px;padding: 0;
	}
	.fresearch .flist li .icon {
		height: 180px;
	}
	
	.index .bd .lis .swiperbd {
		width: 550px;margin-right: 30px;
	}
	.fteaml .flts .tox {
	    width: 130px;
	    height: 140px;
	}
	.fteaml .frts .list li {
		height: 140px;
	}
	.index .bd li .swiperhd h2 {
		width: 560px;
		margin: 14px 90px 8px 0;
	}
	.index .bd li {
		margin-bottom: 80px;
	}
	.index .bd {
		margin-top: 80px;
	}
	.index .bd li .swiperhd {
		margin-top: 15px;
	}
	.index .bd .lis .swiperbd .img {
		height: 50px;
	}
	
}
@media only screen and (max-width:1040px) {
	.main {
		width: auto;margin: 0 15px 0 15%;
		padding-top: 60px;
	}
	.fresearch .flist {
		width: 540px;
	}
	.fresearch .flist li {
	    width: calc((100% - 62px)/3);
	    margin-right: 30px;
	}
	.fresearch .flist li .tet {
		margin-top: 10px;
	}
	.fresearch .flist li .tet h6, 
	.fresearch .flist li .tet p {
		font-size: 16px;
	}
	.fresearch .flist li .icon {
		height: 160px;
	}
	.index .bd li p br,
	.index .bd .text h5 br {
		display: none;
	}
	.fteaml .frts .list li {
		height: 14vw;
	}
	.fteaml {
	    padding: 100px 0 70px;
	}
	.me {
	    top: 60px;
	}
	.me .btn {
		height: 90px;width: 90px;
	}
	.index .hd {
		width: 80%;
	}
	.index .hd li {
		height: 11vw;
	}
	.index .bd {
	    margin-top: 60px;
	}
	.index .bd li {
		margin-bottom: 60px;
	}
	.index .bd li .pic {
		height: 38vw;
	}
	.index .bd .lis .swiperbd {
		width: 450px;
	}
	.index .bd li .swiperhd h2 {
		width: 460px;
	}
	.naver li a {
		line-height: 36px;width: 180px;
	}
	
	
} 
@media only screen and (max-width:800px) {
	.me .btn {
		height: 60px;width: 60px;
	}
	.fresearch .flist {
		width: auto;
	}
	.fresearch .flist li {
		float: none;width: auto;margin-bottom: 20px;
		margin-right: 0;
	}
	.fresearch .flist li .icon {
		height: 20vw;
	}
	.fresearch .flist li .icon {
		height: 160px;width: 160px;margin: 0 auto;
	}
	.fresearch .flist li:last-child {
		margin: 0 auto;
	}
	.fresearch .flist li .tet {
		margin-top: 5px;
	}
	
	.naver li a {
		font-size: 12px;line-height: 32px;width: 160px;
	}
	.fteaml .frts,
	.fteaml .flts {
		float: none;width: auto;
	}
	.fteaml .flts {
		margin-bottom: 30px;
	}
	.main {
	    width: auto;
	    margin: 0 15px 0 80px;
	    padding-top: 50px;
	}
	.fteaml {
	    padding: 60px 0 ;
	}
	.fteaml .frts .list li {
	    height: 21vw;
	}
	.me {
		top: 50px;
	}
	.naver {
		margin-top: 4px;
	}
	.index .hd {
		width: 90%;
	}
	.index .hd li {
	    width: calc((100% - 27px)/6);
	    margin: 0 5px 5px 0;
	    height: 13vw;
	}
	.index .bd {
	    margin-top: 50px;
	}
	.index .bd li {
	    margin-bottom: 50px;
	}
	.index .bd .lis .swiperbd {
		width: calc(100% - 120px);margin-right: 0;
	}
	.index .bd li .swiperhd h2 {
		width: 80%;margin: 10px 0 6px 0;
		padding-right: 10%;float: none;
	}
	.index .bd .lis .swiperbd .img {
		height: 9vw;
	}
	.index .bd li .swiperhd {
		margin-top: 10px;
	}
	
	
}
@media only screen and (max-width:500px) {
	.me .btn {
	    height: 50px;
	    width: 50px;
	}
	.me {
		top: 35px;
	}
	.main {
	    width: auto;
	    margin: 0 15px 0 60px;
	    padding-top: 35px;
	}
	.index .bd li h3 {
		font-size: 16px;
	}
	.index .bd {
	    margin-top: 40px;
	}
	.index .bd li {
	    margin-bottom: 40px;
	}
	.index .hd {
		width: auto;
	}
	.index .hd li {
	    width: calc((100% - 17px)/6);
	    margin: 0 3px 3px 0;
	    height: 14vw;
	}
	.index .bd .lis .next, 
	.index .bd .lis .prev {
		width: 22px;height: 35px;line-height: 35px;
		margin-top: 4px;
	}
	.index .bd li .swiperhd h2 {
		font-size: 16px;width: auto;padding-right: 0;
		line-height: 1.4;
	}
	.index .bd .lis .swiperbd {
		width: calc(100% - 80px);
	}
	.index .bd .lis .swiperbd .img {
		height: 10vw;
	}
	.index .bd li .swiperhd {
		margin-top: 5px;
	}
	.fteaml {
	    padding: 50px 0;
	}
	.fteaml .flts {
	    margin-bottom: 20px;
	}
	.fteaml .frts .list li {
		width: calc((100% - 17px)/4);margin-right: 5px;margin-bottom: 5px;
	}
	.fresearch .flist li {
		margin-bottom: 12px;
	}
	
}