
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  /*padding-top: 120px;*/
}
.index4{
	width: 100%;
	/*padding-top: 110px;*/
	/*padding-bottom: 90px;*/
}
.index4_cont{
	margin-top: 50px;
}
.i4_list li{
	float: left;
	width: 31.592%;
	margin-right: 2.612%;
	margin-bottom: 30px;
}
.i4_list li:nth-child(3n){margin-right: 0;}
.i4_limg{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i4_limg>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}
.i4_eye{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(35,35,38,.3);
	z-index: 2;
	transition: all .4s;
}
.i4_linfor{
	width: 100%;
	height: 44px;
	padding: 14px 24px;
	background-color: #f5f7f9;
	margin-top: -10px;
}
.i4_linfor h2{
	font-size: 22px;
	color: #4a4a4a;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
}
.i4_linfor .txt{
	width: 90%;
	margin-top: 10px;
	color: #6d7081;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i4_list li:hover .i4_limg>img{
	transform: scale(1.1);
}
.i4_list li:hover .i4_eye{
	opacity: 1;
}
.i4_list li:hover .i4_linfor{
	background-color: #cc000c;
}
.i4_list li:hover .i4_linfor h2,.i4_list li:hover .i4_linfor .txt{
	color: #fff;
}
/*@media (max-width: 1023px) {*/
/*  body {*/
/*    padding-top: 60px;*/
/*  }*/
/*}*/
.bodyHIdden {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1023px) {
  .mm-page {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .mm-page {
    padding-top: 50px;
  }
}
a:link,
a:visited {
  text-decoration: none;
  outline: #333;
  color: #fff;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type=text],
textarea {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  -webkit-appearance: none;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  outline: none;
}
.i4_limg{
		height: 100%;
}
	
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.font16 {
  font-size: 16px;
}
.font48 {
  font-size: 48px;
}
.font38 {
  font-size: 38px;
}
.color333 {
  color: #333;
}
.hide {
  overflow: hidden;
}
.rel {
  position: relative;
}

.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}


.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.middleRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.middleLeft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-02 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .container-02 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.indent2 {
  text-indent: 2em;
}

@keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
  }
}

.mobile-footer-menu {
  display: none;
  height: 54px;
}
@media (max-width: 1023px) {
  .mobile-footer-menu {
    display: none;
    width: 100%;
    background: #222;
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    list-style: none;
    font-size: 12px;
  }
  .mobile-footer-menu li {
    width: 25%;
    float: left;
    position: relative;
  }
  .mobile-footer-menu li:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
    right: 0;
    top: 2px;
  }
  .mobile-footer-menu li .icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .mobile-footer-menu li .bt {
    font-style: normal;
    text-align: center;
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
  }
  .mobile-footer-menu li:last-child:after {
    display: none;
  }
}

.page {
  clear: both;
  text-align: center;
  font-size: 0;
}
.page a,
.page span {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 38px;
  height: 40px;
  margin: 0 5px 6px;
  /*padding: 0 8px;*/
  background: #cc000c;
  /*border: 1px #a3a3a3 solid;*/
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #cc000c;
  border-color: #cc000c;
  color: #fff;
}
.page a.prev,
.page span.prev {
  font-family: simsun;
}
.page a.next,
.page span.next {
  font-family: simsun;
}
@media (max-width: 767px) {
  .page a {
    
  }
  .page a.first,
  .page a.prev,
  .page a.next,
  .page a.last {
    display: inline-block;
  }
}
.indent2 {
  text-indent: 2em;
}

.navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: right;
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
          transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .navPhoneBtn {
    display: block;
  }
}

.sp_header{height:1rem;overflow:hidden;position:fixed;z-index:136;width:100%;display: none;background: #fff;top: 0;}
.sp_header.hei {background-color: rgba(0,0,0,0.6);}
.sp_logo{float:left;height: 1rem}

.sp_logo img{height: 0.8rem;margin-top: 0.12rem;}

.sp_nav{width:60px;float:right;position:relative;cursor:pointer;height:100%;background: url(../images/top_menu.png) no-repeat center;background-size: 0.6rem;}

.sp_nav span{display:block;background:#015637;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s;border-radius: 2px;}

.sp_nav span:nth-of-type(1){top:0px}

.sp_nav span:nth-of-type(2){top:10px}

.sp_nav span:nth-of-type(3){top:20px}

.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}

.sp_nav_se span:nth-of-type(2){width:0}

.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav{position: fixed;z-index: 135;background: #fafafa;width: 100%;height: calc(100% - 1rem);font-size: 14px;line-height: 40px;top: -100%;

	left: 0;overflow: auto;overflow-x: hidden;transition: top ease 0.35s;}

.nav_show{top:1rem}

.sjj_nav ul li .sjj_nav_i_se img{transform:rotate(0deg)}

.sjj_nav ul li{border-bottom: 1px #ddd solid;position: relative;line-height: 1.09rem;font-size: 0.28rem;margin: 0 3%;width: 94%;background: url(http://www.shuyouworld.com/skin/images/nav_arrow.png) no-repeat right center;

    background-size: .13rem .23rem;}

.sjj_nav ul li ul{display: none}

.sjj_nav ul li a{color: #015637;width: 100%;display: block;font-size: .28rem;padding-left: .2rem;}

.sjj_nav ul li ul li a{color: #999;display: block;text-align: left;}

.sjj_nav ul li ul li>ul{margin-left: 10px}



.sjj_nav ul li i{background-position: center;background-repeat: no-repeat;display: block; width: .36rem;height: .36rem;background-size: .36rem 0.36rem;

		margin: .34rem .24rem 0 0;float: left;}



.sjj_nav ul li:nth-child(1) i{background-image: url(http://www.shuyouworld.com/skin/images/home-icon.png);}

.sjj_nav ul li:nth-child(2) i{background-image: url(http://www.shuyouworld.com/skin/images/pro-icon.png);}

.sjj_nav ul li:nth-child(3) i{background-image: url(http://www.shuyouworld.com/skin/images/degign-icon.png);}

.sjj_nav ul li:nth-child(4) i{background-image: url(http://www.shuyouworld.com/skin/images/brand-icon.png);}

.sjj_nav ul li:nth-child(5) i{background-image: url(http://www.shuyouworld.com/skin/images/stores-icon.png);}

.sjj_nav ul li:nth-child(6) i{background-image: url(http://www.shuyouworld.com/skin/images/jm-icon.png);}

.sjj_nav ul li:nth-child(7) i{background-image: url(http://www.shuyouworld.com/skin/images/set-icon.png);}

.sjj_nav ul li:nth-child(8) i{background-image: url(http://www.shuyouworld.com/skin/images/news-icon.png);}

.sjj_nav ul li:nth-child(9) i{background-image: url(http://www.shuyouworld.com/skin/images/ren-icon.png);}

.phoneMenu {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding-bottom: 100px;
  background: #04582f;
  overflow: auto;
}
.phoneMenu .mlanguage {
  padding: 10px 0;
  overflow: hidden;
}
.phoneMenu .mlanguage img {
  height: 30px;
}
.phoneMenu .mlanguage a {
  display: block;
  color: #fff;
  width: 50%;
  float: left;
  font-size: 0;
  text-align: center;
}
.phoneMenu .mlanguage .en {
  width: 50%;
}
.phoneMenu .mlanguage .cn {
  width: 50%;
}
.phoneMenu .mSearch {
  background-color: #04582f;
  padding: 10px 20px;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  position: relative;
}
.phoneMenu .mSearch .btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 15px;
}
.phoneMenu .mSearch .btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(http://www.pinganshu.com/statics/default/images/icon/search-02.png) no-repeat 0 0;
  background-size: 100%;
  margin-top: 1px;
}
.phoneMenu .mSearch input {
  height: 35px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #fff;
  padding: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding-left: 110px;
  padding-right: 30px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  background-color: #04582f;
  position: static;
  left: 0;
  right: 0;
}
.phoneMenu .mSearch input::-webkit-input-placeholder {
  color: #fff;
}
.phoneMenu .select {
  position: absolute;
  color: #fff;
  top: 10px;
  left: 0;
  height: 35px;
  line-height: 35px;
  width: 130px;
  padding-left: 20px;
  font-size: 16px;
}
.phoneMenu .select:after {
  content: "";
  right: 0;
  border: 2px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.phoneMenu .select select {
  color: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: transparent;
  border: none;
  font-size: 16px;
  -webkit-appearance: none;
}
.phoneMenu .select option {
  background: #000;
}
.phoneMenu dl a {
  display: inline-block;
  height: 100%;
  color: #fff;
  min-width: 60%;
}
.phoneMenu .level-01 {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #04582f;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  position: relative;
}
.phoneMenu .level-01.active > .menu-ctrl {
  display: block;
}
.phoneMenu .menu-ctrl {
  display: none;
}
.phoneMenu .child a {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  overflow:hidden;
  padding-left: 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.phoneMenu .level-01 {
  position: relative;
}
.phoneMenu .level-01:after {
  content: '';
  border: 2px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.phoneMenu .level-01.active:after {
  top: 20px;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.phoneMenu .noneArrow:after {
  display: none;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #000;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  font-weight: 100;
  cursor: pointer;
}
.prompt_close:hover {
  background: #ff0000;
  color: #fff;
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}


/*xinwen*/

@media screen and (max-width: 1750px) {
	
}
@media screen and (max-width: 1680px) {
	
}
@media screen and (max-width: 1600px) {
	.naver ul li a{padding: 0 20px;}
	.hd_phone span{
		font-size: 30px;
	}
	.i3m2_cont{height: 755px;}
	.abm4_c2simg{height: 235px;}
}

@media screen and (max-width: 1560px) {
	.naver ul li a,.second_infor h3{
		font-size: 17px;
	}
	.abm4_c2simg {
	    height: 228px;
	}
}

@media screen and (max-width: 1440px) {
	.rrtm5_linfor h2,.svm1_page h2{
		font-size: 24px;
	}
	.svm1_page .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.rrtm2_title span{
		font-size: 24px;
	}
	.pdm_limg{height: 250px;}
	.pdm_linfor h2{
		font-size: 24px;
	}
	.reserve_fm input,.i8_zoon>div{
		width: 170px;
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.i8_zoon>div select{
		font-size: 16px;
	}
	.reserve_form .sumbit{
		width: 130px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}
	.reserve_main h2{
		font-size: 30px;
	}
	.details_banner{height: 400px;}
	.news_dtmrlimg{height: 150px;}
	.news_dttl h2{
		font-size: 28px;
	}
	.news_tab a{
		font-size: 20px;
	}
	.news_right h2,.news_left .data{
		font-size: 22px;
	}
	.news_left{
		height: 194px;
	}
	.abm4_c5list li{
		height: 198px;
	}
	.abm4_c3item h2{
		font-size: 22px;
	}
	.abm4_c2simg{height: 210px;}
	.abm4_c1right h1,.abm4_c2tr h1{
		font-size: 60px;
	}
	.abm4_c1right h3,.abm4_c2tr h3,.abm4_c4pli p,.abm4_c5article h2{
		font-size: 26px;
	}
	.abm4_c2tl h1{
		font-size: 50px;
		line-height: 68px;
	}
	.abm4_c2tl h3{
		font-size: 50px;
	}
	.abm4_c2top {
	    width: 1050px;
	}
	
	.ab2m3_vinfor i{
		font-size: 36px;
		height: 48px;
		line-height: 48px;
	}
	.ab2m3_vinfor h2{
		font-size: 20px;
	}
	.ab2m3_cont .i2_pvimg{height: 188px;}
	.ab2m3_cont .i2_preview .swiper-container {
	    width: 83%;
	}
	.about_title h2::after{height: 18px;}
	.abm2_cinfor h2{
		font-size: 24px;
	}
	.ab1_m1ritem h2{
		font-size: 65px;
	}
	.about_title h3{
		font-size: 16px;
	}
	.container{
		width: 1200px;
	}
	a.logo img{height: 40px;}
	.naver ul li.active::after, .naver ul li:hover::after {
	    width: 60px;
	}
	.naver ul li a{
		font-size: 16px;
		padding: 0 16px;
	}
	.hd_phone span {
	    font-size: 26px;
	}
	.second_infor h3{
		font-size: 16px;
	}
	.second_left {width: 14%; margin-right: 30px;}
	.second_left h2{
		font-size: 18px;
		line-height: 32px;
	}
	.second_ul ul li{margin-right: 22px;}
	.ft1_mleft ul li {
	    margin-right: 40px;
	}
	.index_title h2,.about_title h2{
		font-size: 36px;
	}
	.index_title h3,.i2_tp p,.i8_cp1 h3{
		font-size: 20px;
	}
	.index1{
		margin-top: 70px;
		margin-bottom: 90px;
	}
	.i1m2_lpage{height: 155px;}
	.i2_thumb .swiper-slide-thumb-active .i2_tp p{
		font-size: 26px;
	}
	.i2_pvimg{height: 188px;}
	.i3m2_point4 .i3m2_circle:nth-child(1) {
	    top: 50%;
	    right: 39%;
	}
	.i4_limg{
		height: 225px;
	}
	.i5_limg{
		height: 125px;
	}
	.i6_lpage{height: 316px;}
	.i7_climg{height: 314px;}
	.i7_crm1img{height: 166px;}
	.i7_crm2 ul li a{
		padding: 20px 0;
	}
	.i7_climg p,.i3m2_pop h2{
		font-size: 24px;
	}
	.i8_cp1 h2{
		font-size: 32px;
	}
	.i8_submit img{height: 90px;}
	.index5{
		padding-bottom: 100px;
	}
	.i3m2_cont {
	    height: 675px;
	}
	.abm2_cimg{height: 169px;}
	.pdm_m1cpage h2{
		font-size: 24px;
	}
	.rrtm2_title i{
		font-size: 32px;
	}
}

@media screen and (max-width: 1366px) {
	.i3m2_pop{
		padding: 30px 40px;
	}
	.svm2_tm>div select{
		font-size: 16px;
	}
	.svm2_mlli h2{
		font-size: 18px;
	}
	.svm2_mleft,.svm2_mright{height: 700px;}
	.contact_m2 {
	    padding-top: 50px;
	    padding-bottom: 90px;
	}
	.map{height: 450px;}
	.second_level{top: 80px;}
	.svm4_title h2{
		font-size: 24px;
	}
	.rrtm5_limg{
		height: 356px;
	}
	.rrtm5_linfor .txt{
		font-size: 14px;
		line-height: 22px;
	}
	.rrtm3_clnum{
		width: 62px;
		height: 62px;
		line-height: 62px;
		font-size: 26px;
	}
	.rrtm3_cont::after{left: 31px;}
	.rrtm3_cltxt .txt{
		font-size: 14px;
		line-height: 22px;
	}
	.rrtm3_cli{
		margin-bottom: 30px;
	}
	.rrtm2_title span{
		height: 50px;
		line-height: 50px;
		font-size: 22px;
	}
	.rrtm2_title i{
		height: 50px;
		line-height: 50px;
		font-size: 28px;
	}
	.recruit_m1 .txt, .recruit_m4 .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.case {
	    margin-top: 60px;
	    margin-bottom: 90px;
	}
	.pdm_m1cpage .txt{
		font-size: 14px;
		line-height: 24px;
	}.pdm_m2tab p{
		margin-right: 180px;
	}
	.pdm_m2tab{
		height: 60px;
	}
	.pdm_m2tab p{
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.pdm_linfor h2 {
	    font-size: 22px;
	}
	.news_dth2{
		font-size: 22px;
	}
	.news_dttl_cont p span{font-size: 16px;}
	.news_dttitle{bottom: 100px;}
	.news_dttl h2 {
	    font-size: 24px;
	}
	.news_dttl_cont{margin-top: 26px;}
	.news_tab a {
	    font-size: 18px;
	    height: 60px;
	    line-height: 60px;
	}
	.news_tab{
		height: 60px;
	}
	.news_right h2, .news_left .data {
	    font-size: 20px;
	}
	.news_left .data{height: 40px;line-height: 40px;}
	.ab2_m5item .txt{
		font-size: 15px;
		line-height: 24px;
	}
	.abm4_c2simg{height: 199px;}
	.abm4_c1right h1,.abm4_c2tr h1{
		font-size: 54px;
	}
	.abm4_c1right h3,.abm4_c2tr h3,.abm4_c4pli p,.abm4_c5article h2{
		font-size: 22px;
	}
	.about2_m3 {
	    padding-bottom: 90px;
	}
	.ab2m3_cthumb{margin-top: 80px;}
	.ab2m3_cont .i2_preview .swiper-container {
	    width: 80%;
	}
	.ab2m3_vinfor i {
	    font-size: 32px;
	    height: 46px;
	    line-height: 46px;
	}
	.ab2m3_vinfor h2 {
	    font-size: 16px;
	}
	.ab2m3_vinfor .txt{
		font-size: 16px;
		line-height: 26px;
	}
	.about2_main {
	    margin-top: 55px;
	}
	.about2_m2 {
	    padding-bottom: 80px;
	}
	.abm2_cinfor h2 {
	    font-size: 22px;
	}
	.abm2_cinfor .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.ab1_m1ritem h2 {
	    font-size: 55px;
	}
	.ab1_m1{height: 160px;}
	.about1{
		margin-top: -230px;
	}
	.ab1_tab a{
		font-size: 20px;
	}
	.ab1_m1ritem{
		padding: 2px 30px;
	}
	.ab1_m1r {
	    width: 52%;
	}
	.ab1_m1l .index_title h3{
		font-size: 16px;
		margin-top: 26px;
	}
	
	.hd_phone{
		padding-left: 20px;
	}
	.naver ul li a {
	    font-size: 15px;
	    padding: 0 14px;
	}
	.naver ul li.active::after, .naver ul li:hover::after {
	    width: 50px;
	}
	.hd_phone span {
	    font-size: 24px;
	}
	.i8_cfinp input,.i8_zoon>div select{
		font-size: 16px;
	}
	.naver ul li a{height: 80px;}

	.index_title h2 ,.about_title h2{
	    font-size: 32px;
	}
	.index_title h3, .i2_tp p, .i8_cp1 h3 {
	    font-size: 18px;
	}
	.index_title h2 span{
		font-size: 18px;
	}
	.i1m1_left .txt{
		font-size: 15px;
		line-height: 26px;
	}
	.i1m1_right{height: 335px;}
	.i1m2_linfor h2{font-size: 20px;}
	.i2_tp::after{bottom: -6px;}
	.i2_thumb .swiper-slide-thumb-active .i2_tp::after{bottom: -5px;}
	.i2_thumb .swiper-slide-thumb-active .i2_tp p {
	    font-size: 22px;
	}
	.i2_pvinfor .txt{
		font-size: 16px;
		line-height: 28px;
	}
	.index2{
		padding-top: 80px;
		padding-bottom: 150px;
	}
	.i3m1_tcont p{
		font-size: 18px;
	}
	.i3m1_tcont{
		width: 120px;
		height: 100px;
	}
	.i3m2_cont {
	    height: 640px;
	}
	.i3m2_tliimg img{
		width: 65px;
		height: 65px;
	}
	.i3m2_tliimg{
		width: 78px;
		height: 78px;
	}
	.i3m2_tli h2{
		margin-top: 6px;
		font-size: 16px;
	}
	.i3m2_tli{
		width: 88px;
	}
	.index4{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.i4_linfor h2{
		font-size: 18px;
	}
	.i4_linfor{height: 100px;}
	.index5 {
		padding-top: 60px;
	    padding-bottom: 80px;
	}
	.index6{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.i6_ltitle h2{
		font-size: 20px;
	}
	.i7_tab a{
		padding: 0 20px;
		font-size: 16px;
	}
	.ab2m3_cthumb .swiper-slide-thumb-active .ab2m3_ctp p{
		font-size: 20px;
	}
	.abm4_c1right .txt,.abm4_c2tr .txt,.abm4_c5article .txt{
		font-size: 16px;
		line-height: 26px;
	}
	.abm4_c3{height: 745px;}
	.ctm2_lpage p{
		font-size: 26px;
	}
	.ctm2_lpage i{
		font-size: 18px;
		margin-top: 50px;
	}
	.ctm2_list ul li{height: 280px;}
	.serve_m3{margin-bottom: 100px;}
}

@media screen and (max-width: 1280px) {
	
	
}

@media screen and (max-width: 1200px) {
	.ft0{
		display: none;
	}
	.serve_m2 {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	.svm2_tm>div select {
	    font-size: 14px;
	}
	.svm2_tm>div,.submitbtn{
		height: 42px;
		line-height: 42px;
	}
	.submitbtn{
		font-size: 18px;
	}
	.svm2_m{
		padding: 15px 10px;
	}
	.svm2_mlli h2 {
	    font-size: 16px;
	}
	.svm2_mllp p{
		font-size: 13px;
		line-height: 24px;
	}
	.svm2_main {
	    margin-top: 25px;
	}
	.container1{
		width: 768px;
	}
	.svm4_inp input,.svm4_textare textarea,.svm4_inp>div select{
		font-size: 16px;
	}
	.svm1_page h2{
		font-size: 20px;
	}
	.svm1_search input{
		width: 76%;
	}
	.svm1_search button{
		width: 20%;
	}
	.rrtm5_limg,.rrtm5_linfor{
		float: none;
		width: 100%;
		height: auto;
	}
	.rrtm2_title span {
	    height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	}
	.rrtm2_title i {
	    height: 40px;
	    line-height: 40px;
	    font-size: 26px;
	}
	.rrtm2_li {
	    margin-bottom: 40px;
	}
	.rrtm2_li .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.pdm_m1cswiper{
		float: none;
		width: 100%;
		height: auto;
	}
	.pdm_m1cpage{
		width: 100%;
		float: none;
		height: auto;
		margin-top: 10px;
		padding: 20px;
	}
	.pdm_m1cpage h2 {
	    font-size: 20px;
	}
	.location a span,.location>*{
		font-size: 16px;
	}
	.pdm_m1cpage .txt{
		width: 100%;
	}
	.reserve_main{
		padding: 20px 10px;
	}
	.reserve_main h2 {
	    font-size: 24px;
	}
	.i8_cfinp input, .i8_zoon>div select {
	    font-size: 14px;
	}
	.reserve_fm input,.reserve_fm .i8_zoon>div {
	    width: 140px;
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	}
	.reserve_form .sumbit {
	    width: 110px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 18px;
	    margin-top: 10px;
	    margin: 10px auto 0;
	    display: block;
	}
	.pdm_limg{height: 160px;}
	.pdm_linfor h2 {
	    font-size: 20px;
	}
	.pdm_linfor {
	    height: 100px;
	    padding: 20px 30px;
	}
	.reserve_close img{height: 35px;}
	.news_dtmbtn a img{height: 18px;}
	.news_dtmrlimg{
		height: 90px;
	}
	.news_dtmrlpage .txt{
		margin-top: 12px;
		font-size: 14px;
		line-height: 18px;
	}
	.news_dtmltxt .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.news_dtmrlist ul li:nth-child(1) {
	    padding: 10px 0;
	}
	.news_dtmrlist ul li{
		padding: 14px 0;
	}
	.news_dtmbtn a span{
		font-size: 14px;
	}
	.page a{
		font-size: 16px;
	}
	.news_main{
		padding-bottom: 70px;
	}
	.news_left .data {
	    height: 35px;
	    line-height: 35px;
	    padding: 0 12px;
	}
	.news_left{height: 122px;}
	.news_right h2, .news_left .data {
	    font-size: 18px;
	}
	.news_right .txt{
		font-size: 14px;
		line-height: 22px;
	}
	.abm4_c5 {
	    padding-top: 56px;
	    padding-bottom: 50px;
	}
	.abm4_c5list li{height: 127px;}
	.abm4_c4pli{height: 120px;}
	.abm4_c4{
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.abm4_c4pli img{height: 40px;}
	.abm4_c3 {
	    height: 600px;
		padding-top: 40px;
	}
	.abm4_c4page>.txt{
		font-size: 15px;
		line-height: 24px;
	}
	.abm4_c3item img{height: 60px;}
	.abm4_c3item h2 {
	    font-size: 20px;
	}
	.abm4_c3item {
	    width: 30%;
	    margin-right: 5%;
	}
	.abm4_c3item:nth-child(2) {
	    padding-top: 80px;
	}
	.abm4_c3item:nth-child(3) {
	    padding-top: 40px;
	}
	.abm4_c3page{
		padding-right: 0;
	}
	.abm4_c2{
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.abm4_c2simg{height: 225px;}
	.abm4_c1right h1, .abm4_c2tr h1 {
	    font-size: 48px;
	}
	.abm4_c1right h3, .abm4_c2tr h3, .abm4_c4pli p, .abm4_c5article h2 {
	    font-size: 20px;
	}
	.ab2m3_vinfor i {
	    font-size: 28px;
	    height: 40px;
	    line-height: 40px;
	}
	.abm4_c2tl h1 {
	    font-size: 40px;
	    line-height: 60px;
	}
	.abm4_c2tl h3 {
	    font-size: 40px;
	}
	.abm4_c2top {
	    width: 100%;
	}
	.ab2m3_cont .i2_pvimg{height: 118px;}
	.ab2m3_vinfor h2 {
	    font-size: 18px;
		margin-bottom: 12px;
	}
	.ab2m3_cthumb {
	    margin-top: 50px;
	}
	.about2_m3 {
	    padding-bottom: 70px;
	}
	.ab2m3_vinfor .txt {
	    font-size: 14px;
	    line-height: 22px;
	}
	.abm2_cimg{
		height: 109px;
	}
	.abm2_cinfor h2 {
	    font-size: 20px;
	}
	.abm2_cinfor .txt{line-height: 20px;}
	.abm2_cont ul li {
	    margin-bottom: 25px;
	}
	.ab1_m1ritem h2 {
	    font-size: 45px;
	}
	.ab1_m1ritem h2 span{
		font-size: 26px;
	}
	.ab1_m1r {
	    width: 60%;
	}
	.ab1_m1 {
	    height: 120px;
	}
	.about1 {
	    margin-top: -176px;
	}
	.ab1_m2{height: 56px;}
	.ab1_tab a {
	    font-size: 18px;
		height: 56px;
		line-height: 56px;
	}
	.about2_main {
	    margin-top: 50px;
	}
	.ab2m1_txt .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.about_title{
		padding-bottom: 22px;
	}
	.about_title h2{
		margin-bottom: 10px;
	}
	.about2_m1 {
	    padding-bottom: 80px;
	}
	.container{
		width: 768px;
	}


	.ft1,.i8_cp1,.i8_cperson {
		display: none;
	}
	.i8_cpage{
		width: 100%;
	}
	.i8_cp2{
		width: 100%;
	}
	.i8_cform form{
		width: 100%;
		justify-content: center;
	}
	.index8{padding-top: 0;}
	.index_title h2,.about_title h2 {
	    font-size: 28px;
	}
	.index_title h2 span {
	    font-size: 16px;
	}
	.index_title h3, .i2_tp p, .i8_cp1 h3 {
	    font-size: 16px;
	}
	.index_title h3{margin-top: 10px;}
	.i1m1_lmore {
	    width: 110px;
	    height: 34px;
	    line-height: 34px;
	    font-size: 15px;
	}
	.i1m1_right {
	    height: 240px;
	}
	.i1m1_left .txt {
		margin-top: 20px;
		margin-bottom: 25px;
	    font-size: 14px;
	    line-height: 22px;
	}
	.i1m2_lpage {
	    height: 100px;
	}
	.index1_m1{margin-bottom: 40px;}
	.index1 {
	    margin-top: 50px;
	    margin-bottom: 70px;
	}
	.i1m2_linfor h2 {
	    font-size: 16px;
	}
	.i1m2_list li {
	    width: 19%;
	    margin-right: 1.25%;
	}
	.i1m2_linfor{
		bottom: 15px;
		padding-left: 6px;
		padding-right: 0;
	}
	.i1m2_linfor h3{
		font-size: 12px;
	}
	.i2_thumb .swiper-slide-thumb-active .i2_tp p {
	    font-size: 18px;
	}
	.i2_tp::after {
	    bottom: -4px;
	}
	.i2_preview .swiper-button-next img, .i2_preview .swiper-button-prev img{
		height: 40px;
	}
	.i2_preview{margin-top: 50px;}
	.i2_pvimg{height: 118px;}
	.i2_pvcont{
		padding: 20px 15px;
	}
	.i2_pvinfor .txt {
	    font-size: 14px;
	    line-height: 22px;
	    -webkit-line-clamp: 4;
	}
	.index2 {
	    padding-top: 70px;
	    padding-bottom: 100px;
	}
	.i3m1_tcont img{height: 30px;}
	.i3m1_tcont p {
	    font-size: 16px;
		margin-top: 8px;
	}
	.i3m1_tcont {
	    width: 100px;
	    height: 80px;
	}
	.i3m2_cont {
	    height: 562px;
	}
	.i4_limg{height: 144px;}
	.i4_linfor{
		height: 90px;
		padding: 12px 16px;
	}
	.i4_linfor h2 {
	    font-size: 16px;
	}
	.i4_list li{
		margin-bottom: 20px;
	}
	.index4 {
	    padding-top: 60px;
	    padding-bottom: 40px;
	}
	.i5_limg{height: 80px;}
	.index5 {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	.i6_lpage {
	    height: 205px;
	}
	.i6_list li:hover .i6_linfor {
	    transform: translateY(150%);
	}
	.i6_ltitle h2 {
	    font-size: 18px;
	}
	.i6_ltitle h4{margin-top: 6px;}
	.i6_ltitle{bottom: 20px;}
	.index6 {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
	.i7_climg{height: 201px;}
	.i7_clinfor h2{font-size: 16px;}
	.i7_clinfor .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.i7_clinfor {
	    height: 120px;
	    padding: 20px 30px;
	}
	.i7_crm1img{height: 106px;}
	.i7_crm1li p{
		font-size: 15px;
		margin-top: 10px;
	}
	.i7_crm2{margin-top: 17px;}
	.i7_crm2li .data{
		font-size: 14px;
	}
	.i7_crm2li .txt{
		font-size: 14px;
		width: 80%;
	}
	.i7_crm2 ul li a {
	    padding: 14px 0;
	}
	.i2_thumb .swiper-container{
		width: 80%;
	}
	.abm4_c2swiper {
	    margin-top: 80px;
	}
	.serve_m3 {
	    margin-top: 60px;
	    margin-bottom: 100px;
	}
	.ctm2_lpage p{
		font-size: 24px;
	}
	.ctm2_lpage i{
		margin-top: 55px;
	}
	.ctm2_list ul li{
		height: 260px;
	}
	.ctm2_lpage {
	    padding-top: 35px;
	}
}

@media screen and (max-width: 1024px){
	
}

@media screen and (max-width: 768px) {
	.i3m2_pop h2{
		font-size: 20px;
	}
	.i3m2_pop {
		width: 80%;
    	padding: 20px 30px;
	}
	.i3m2_pop .txt{
		margin-top: 12px;
		font-size: 14px;
		line-height: 20px;
	}
	.svm2_mleft, .svm2_mright {
	    height: 420px;
	}
	.ctm1_crp p{
		font-size: 15px;
		margin-top: 12px;
	}
	.ctm1_ctitle{
		font-size: 22px;
	}
	.ctm1_cont{
		width: 600px;
	}
	.ctm1_crcode img {
	    width: 120px;
	    height: 120px;
	}
	.container1 {
	    width: 92%;
	}
	.svm4_inp input{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		padding: 0 12px;
	}
	.svm4_inp>div{
		padding: 0 12px;
	}
	.svm4_inp>div{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.svm4_inp>div select{
		padding-right: 12px;
		font-size: 14px;
	}
	.svm4_textare textarea{
		font-size: 14px;
		line-height: 20px;
	}
	.svm4_btn{
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.svm4_title h2{
		font-size: 22px;
	}
	.serve_m3 {
	    margin-top: 50px;
	    margin-bottom: 80px;
	}
	.ctm2_lpage img{height: 40px;}
	.ctm2_lpage p{
		font-size: 20px;
	}
	.ctm2_lpage i{
		margin-top: 40px;
		font-size: 16px;
	}
	.ctm2_list ul li{
		height: 200px;
	}
	.ctm2_lpage {
	    padding-top: 35px;
	}
	.svm1_page h2{
		font-size: 18px;
	}
	.svm1_search input,.svm1_search button{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.rrtm2_title span {
	    height: 32px;
	    line-height: 32px;
	    font-size: 18px;
	}
	.rrtm2_title i {
		width: 32px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 22px;
	}
	.recruit_m2 {
	    padding: 40px 0;
	}
	.reserve_form{
		width: 70%;
		text-align: right;
	}
	.reserve_fm input{
		margin-bottom: 10px;
	}
	.reserve_fm input, .reserve_fm .i8_zoon>div,.reserve_form .sumbit{
		height: 32px;
		line-height: 32px;
	}
	.pdm_linfor {
	    height: 80px;
	    padding: 15px 20px;
	}
	.pdm_limg{
		height: 146px;
	}
	.pdm_linfor h2 {
		padding-bottom: 8px;
	    font-size: 18px;
	}
	.pdm_linfor div{
		font-size: 14px;
	}
	.pdm_linfor h2::after{
		width: 50px;
		height: 3px;
	}
	.details_banner {
	    height: 340px;
	}
	.news_dtmain{
		margin-top: -25px;
	}
	.news_dttitle {
	    bottom: 50px;
	}
	.news_dttl h2 {
	    font-size: 20px;
	}
	.news_dtmrlimg{height: 82px;}
	.page a.on{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.page a{
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.news_lpage{padding: 15px;}
	.news_tab{height: 50px;}
	.news_tab a {
		margin-right: 80px;
	    font-size: 16px;
	    height: 50px;
	    line-height: 50px;
	}
	.abm4_c5list li{height: 117px;}
	.abm4_c3{height: 460px;}
	.abm4_c3item .txt{
		margin-top: 14px;
		font-size: 14px;
		line-height: 22px;
	}
	.abm4_c3item img {
	    height: 48px;
	}
	.abm4_c3item h2 {
	    font-size: 18px;
	}
	.abm4_c2 {
	    padding-top: 45px;
	    padding-bottom: 28px;
	}
	.abm4_c2tl h1 {
	    font-size: 30px;
	    line-height: 46px;
	}
	.abm4_c2tl h3 {
	    font-size: 30px;
	}
	.abm4_c2top {
	    width: 92%;
	}
	.abm4_c2swiper {
	    margin-top: 60px;
	}
	.abm4_c2simg{height: 142px;}
	.abm4_c1 {
	    margin-top: 20px;
	    margin-bottom: 50px;
	}
	.abm4_c1right h1, .abm4_c2tr h1 {
	    font-size: 40px;
	}
	.abm4_c1right h3, .abm4_c2tr h3, .abm4_c4pli p, .abm4_c5article h2 {
	    font-size: 18px;
	}
	.abm4_c1right .txt, .abm4_c2tr .txt, .abm4_c5article .txt {
	    font-size: 14px;
	    line-height: 22px;
	}
	.abm4_c1right .txt{margin-top: 14px;}
	.ab2m3_cthumb .swiper-slide-thumb-active .ab2m3_ctp p{
		font-size:18px;
	}
	.ab2m3_ctp p{
		font-size: 16px;
	}
	.ab2m3_vinfor {
	    width: 65%;
	    padding-left: 20px;
	}
	.ab2m3_vinfor i {
	    font-size: 24px;
	    height: 35px;
	    line-height: 35px;
	}
	.ab2m3_vinfor .txt {
	    font-size: 13px;
	    line-height: 18px;
	}
	.ab2m3_cthumb {
	    margin-top: 30px;
	}
	.about2_m3 {
	    padding-bottom: 40px;
	}
	.about2_main {
	    margin-top: 40px;
	}
	.about2_m2 {
	    padding-bottom: 50px;
	}
	.abm2_cinfor .txt{margin-top: 12px;}
	.container {
	    width: 100%;
	}
	.i8_cfinp input, .i8_zoon>div select{
		font-size: 14px;
	}
	.i8_submit img{height: 90px;}
	.i8_cfinp input,.i8_zoon>div{
		width: 185px;
		height: 40px;
		line-height: 40px;
	}
	.float_right ul li{
		width: 60px;
		height: 60px;
		padding-top: 8px;
	}
	.float_right ul li img{height: 25px;}
	.float_right ul li p{
		font-size: 13px;
		margin-top: 4px;
	}
	.pc_banner .swiper-pagination-bullet{
		width: 26px;
		height: 6px;
	}
	.pc_banner .swiper-container-horizontal>.swiper-pagination-bullets, .pc_banner .swiper-pagination-custom, .pc_banner .swiper-pagination-fraction {
	    bottom: 15px;
	}
	.index_title h2,.about_title h2 {
	    font-size: 26px;
	}
	.index_title{
		padding-bottom: 22px;
	}
	.i3m2_cont {
	    height: 360px;
	}
	.i3m2_tliimg img {
	    width: 50px;
	    height: 50px;
	}
	.i3m2_tliimg {
	    width: 60px;
	    height: 60px;
		padding-top: 5px;
	}
	.i3m2_tli {
	    width: 65px;
		margin: 0 15px;
	}
	.i3m2_tli h2 {
	    margin-top: 4px;
	    font-size: 14px;
	}
	.i3m2_tab{bottom: 20px;}
	.i3m2_circle p{
		font-size: 13px;
	}
	.i3m2_circle i:before, .i3m2_circle i:after{
		width: 12px;
		height: 12px;
		margin-left: -6px;
		margin-top: -6px;
	}
	.i3m2_circle i{
		width: 6px;
		height: 6px;
	}
	.i4_limg{
		height: 132px;
	}
	.i5_limg{height: 74px;}
	.i6_lpage {
	    height: 178px;
	}
	.i7_crm2li .txt{width: 78%;}
	.ab1_m1ritem h2 {
	    font-size: 36px;
	}
	.ab1_tab a {
	    font-size: 16px;
	    height: 50px;
	    line-height: 50px;
	}
	.ab1_m1l .index_title h3 {
	    font-size: 14px;
	    margin-top: 20px;
	}
	.ab1_m1ritem h5{
		font-size: 16px;
	}
	.ab1_m1ritem {
	    padding: 2px 20px;
	}
	.ab1_m1 {
	    height: 100px;
	}
	.about1 {
	    margin-top: -152px;
	}
}
@media screen and (max-width: 680px) {
	.pc_banner{
		display: none;
	}
	.m_banner{
		display: block;
		width: 100%;
		height: 240px;
		padding-top: 55px;
	}
	.m_banner .swiper-container{height: 100%;}
	.m_banner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.i8_cfinp input, .i8_zoon>div{
		margin-bottom: 8px;
	}
	.i8_cfinp{
		margin-bottom: 0;
	}
	.index8_cont{
		height: auto;
		padding-top: 20px;
		padding-bottom: 12px;
	}
	.i8_cp2{
		width: 88%;
	}
	.i8_cfm{
		width: 80%;
	}
	.i8_cfinp input, .i8_zoon>div{
		width: 90%;
	}
	.i8_submit{
		width: 70px;
	    height: 70px;
		font-size: 0;
	}
	.i8_submit img{
		width: 100%;
		height: 100%;
	}
	.float_right ul li{
		width: 52px;
		height: 52px;
		padding-top: 6px;
	}
	.float_right ul li img{height: 20px;}
	.float_right ul li p{
		font-size: 12px;
		margin-top: 4px;
	}
	.i1m1_left{
		float: none;
		width: 100%;
	}
	.index1{
		margin-top: 25px;
		margin-bottom: 35px;
	}
	.index_title h2,.about_title h2 {
	    font-size: 20px;
	}
	.about_title h2{
		padding-bottom: 3px;
	}
	.about_title h2::after{height: 10px;}
	.index_title h2 span {
	    font-size: 14px;
	}
	.index_title h3, .i2_tp p, .i8_cp1 h3 {
	    font-size: 14px;
	}
	.index_title {
	    padding-bottom: 18px;
	}
	.i1m1_right{
		float: none;
		width: 100%;
		margin-top: 15px;
		height: 198px;
	}
	.i1m1_rvideobtn img{height: 40px;}
	.i1m2_list li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.i1m2_lpage {
	    height: 90px;
	}
	.i1m2_list li:nth-child(3n){margin-right: 0;}
	.i1m2_list li:nth-child(5n){margin-right: 2%;}
	.i1m2_list li:last-child{display: block;}
	.index1_m1 {
	    margin-bottom: 20px;
	}
	.i1m2_linfor h2 {
	    font-size: 15px;
	}
	.i1m2_linfor h3 {
	    font-size: 10px;
	}
	.i1m2_linfor{bottom: 8px;}
	.index2 {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.index2_main {
	    margin-top: 30px;
	}
	.i2_preview .swiper-container{width: 66%;}
	.i2_pvimg{
		display: block;
		width: 100%;
		height: auto;
	}
	.i2_pvcont{padding: 10px;}
	.i2_preview {
	    margin-top: 20px;
	}
	.i2_pvinfor{
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.i2_pvinfor .txt{
		font-size: 13px;
		line-height: 18px;
	}
	.i3m1_tab ul li{
		width: 18%;
	}
	.i3m1_tcont{
		width: 100%;
		height: 65px;
	}
	.i3m1_top{padding-top: 35px;}
	.i3m1_tab {
	    margin-top: 26px;
	}
	.i3m1_tcont p {
	    font-size: 14px;
	    margin-top: 5px;
	}
	.i3m1_tcont img {
	    height: 25px;
	}
	.i3m2_cont {
	    height: 176px;
	}
	.i3m2_tab {
	    bottom: 0;
	    position: relative;
		margin-top: 15px;
	}
	.i3m2_tliimg img {
	    width: 44px;
	    height: 44px;
	}
	.i3m2_tli {
	    width: 62px;
	    margin: 0 10px 6px;
	}
	.i3m2_tliimg{width: 54px;height: 54px;}
	.i3m2_tli h2 {
	    margin-top: 6px;
	    font-size: 12px;
		color: #333;
	}
	.i3m2_cont {
	    height: 220px;
	}
	.i3m2_point1 .i3m2_circle:nth-child(1){
		right: 36%;
	}
	.i3m2_point2 .i3m2_circle:nth-child(1){left: 26%;}
	.i3m2_point4 .i3m2_circle:nth-child(1) {
	    top: 43%;
	    right: 31%;
	}
	.i3m2_point4 .i3m2_circle:nth-child(2) {
	    top: 56%;
	    right: 22%;
	}
	.i3m2_point5 .i3m2_circle:nth-child(1){right: 6%;}
	.i3m2_point6 .i3m2_circle:nth-child(3){right: 1%;}
	.i4_list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 14px;
	}
	.i4_list li:nth-child(3n){margin-right: 2%;}
	.i4_list li:nth-child(2n){margin-right: 0;}
	.i4_limg{height: 100px;}
	.i4_linfor h2 {
	    font-size: 15px;
	}
	.i4_linfor .txt{
		font-size: 12px;
		line-height: 20px;
		margin-top: 6px;
	}
	.i4_linfor {
	    height: 44px;
	    padding: 14px 12px;
	}
	.index4 {
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.i5_list li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.i5_list li:nth-child(5n){margin-right: 2%;}
	.i5_list li:nth-child(3n){margin-right: 0;}
	.i5_limg{height: 62px;}
	.index5_cont {
	    margin-top: 24px;
	}
	.index5 {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.i6_list li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.i6_list li:nth-child(3n){margin-right: 0;}
	.i6_lpage {
	    height: 160px;
	}
	.i6_ltitle h2 {
	    font-size: 16px;
	}
	.i6_ltitle {
	    bottom: 16px;
	}
	.index6 {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.i7_tab{
		position: relative;
		bottom: 0;
		margin-top: 15px;
	}
	.i7_tab a {
	    padding: 0 16px;
	    font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.i7_cleft{
		float: left;
		width: 100%;
	}
	.i7_climg p {
	    font-size: 20px;
	    height: 50px;
	    line-height: 50px;
	}
	.i3m2_pop h2{font-size: 20px;}
	.i7_clinfor .txt{margin-top: 10px;}
	.i7_clinfor {
	    height: 100px;
	    padding: 12px 18px;
	}
	.i7_cright{
		float: none;
		width: 100%;
	}
	.coright{
		height: auto;
		line-height: 22px;
		font-size: 12px;
		padding: 12px 0;
	}
	.ab1_tab a {
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	    color: #333;
	}
	.ab1_m1 {
	    height: auto;
	}
	.ab1_m1l .index_title h3{margin-top: 12px;}
	.ab1_m1r {
	    width: 100%;
	}
	.ab1_m1ritem {
	    padding: 2px 10px;
	}
	.ab1_m1ritem h5 {
	    font-size: 14px;
	}
	.ab1_m1ritem h2 {
	    font-size: 28px;
	}
	.ab1_m1ritem h2 span {
	    font-size: 20px;
	}
	.about1 {
	    margin-top: -128px;
	}
	.ab1_tab {
	    background-color: rgba(0,0,0,.1);
	}
	.ab1_m2 .container{
		width: 100%;
	}
	.about1 {
	    margin-top: -120px;
	}
	.about2_main {
	    margin-top: 20px;
	}
	.about_title h3 {
	    font-size: 12px;
	}
	.about_title {
	    padding-bottom: 12px;
	}
	.about_title h2 {
	    margin-bottom: 6px;
	}
	.ab2m1_txt {
	    margin-top: 20px;
	}
	.about2_m1 {
	    padding-bottom: 40px;
	}
	.ab1_m2 {
	    height: 40px;
	}
	.abm2_cimg{
		width: 100%;
		height: 192px;
	}
	.abm2_cinfor{
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.abm2_cinfor h2 {
	    font-size: 18px;
	}
	.abm2_cinfor .txt {
	    line-height: 18px;
	}
	.about2_m2 {
	    padding-bottom: 20px;
	}
	.ab2m3_cont .i2_pvimg{
		width: 100%;
		height: 145px;
	}
	.ab2m3_vinfor{
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.ab2m3_cont .i2_preview .swiper-container {
	    width: 66%;
	}
	.ab2m3_vinfor i {
	    font-size: 20px;
	    height: 30px;
	    line-height: 30px;
	}
	.ab2m3_vinfor h2 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.ab2m3_vinfor .txt {
	    font-size: 12px;
	    line-height: 15px;
	}
	.ab2m3_cont {
	    margin-top: 35px;
	}
	.ab2m3_cthumb {
	    margin-top: 18px;
	}
	.i2_preview .swiper-button-next img, .i2_preview .swiper-button-prev img {
	    height: 35px;
	}
	.abm4_c1left{
		float: none;
		width: 100%;
	}
	.abm4_c1right{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.abm4_c1right h1, .abm4_c2tr h1 {
	    font-size: 30px;
	}
	.abm4_c1right h3, .abm4_c2tr h3, .abm4_c4pli p, .abm4_c5article h2 {
	    font-size: 16px;
	}
	.abm4_c1right .txt, .abm4_c2tr .txt, .abm4_c5article .txt {
	    font-size: 13px;
	    line-height: 20px;
	}
	.abm4_c1 {
	    margin-top: 15px;
	    margin-bottom: 35px;
	}
	.abm4_c2tl,.abm4_c2tr {
		float: none;
		width: 100%;
	}
	.abm4_c2tr{margin-top: 10px;}
	.abm4_c2tl h1 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.abm4_c2tl h3 {
	    font-size: 24px;
	    margin-top: 10px;
	}
	.abm4_c2tr .txt{margin-top: 15px;}
	.abm4_c2simg img{height: 94px;}
	.abm4_c2swiper {
	    margin-top: 30px;
	}
	.abm4_c2 {
	    padding-top: 45px;
	    padding-bottom: 5px;
	}
	.abm4_c3item{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.abm4_c3item img {
	    height: 40px;
	}
	.abm4_c3item h2 {
	    font-size: 16px;
	    margin-top: 12px;
	}
	.abm4_c3item:nth-child(2),.abm4_c3item:nth-child(3) {
	    padding-top: 15px;
	}
	.abm4_c3{height: auto;padding: 20px 0;}
	.abm4_c3item .txt,.abm4_c4page>.txt {
	    margin-top: 10px;
	    font-size: 13px;
	    line-height: 18px;
	}
	.abm4_c4pul {
	    margin-top: 25px;
	}
	.abm4_c4pli img {
	    height: 30px;
	}
	.abm4_c4pli {
	    height: 85px;
	    border: solid 2px #ffffff;
	}
	.abm4_c4{padding: 30px 0;}
	.abm4_c5 {
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.abm4_c5article .txt{width: 92%;}
	.abm4_c5list {
	    margin-top: 30px;
	}
	.abm4_c5list li{
		width: 49%;
		/* height: 76px; */
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.abm4_c5list li:nth-child(4n){margin-right: 2%;}
	.abm4_c5list li:nth-child(2n){margin-right: 0;}
	.ab2_m5item .txt {
	    font-size: 12px;
	    line-height: 18px;
	}
	.ab2_m5item::after{
		width: 10px;
		height: 10px;
		top: 4px;
		left: 4px;
	}
	.ab2_m5item::before{
		width: 18px;
		height: 18px;
	}
	.ab2_m5cpage::before{
		left: 9px;
	}
	.ab2_m5item {
	    padding-left: 30px;
	    margin-bottom: 30px;
	}
	.ab2_m5cont {
	    margin-top: 30px;
	    margin-bottom: 40px;
	}
	.news_lpage {
	    padding: 8px;
	}
	.news_right h2, .news_left .data {
	    font-size: 15px;
	}
	.news_left{
		float: none;
		width: 100%;
		height: 190px;
	}
	.news_main{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.news_right{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.news_right .txt {
	    font-size: 13px;
	    line-height: 18px;
	    margin-top: 12px;
		-webkit-line-clamp: 2;
	}
	.news_list li{margin-bottom: 12px;}
	.page a {
	    width: 50px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 13px;
		/*margin: 0 2px;*/
	}
	.page a.on {
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	}
	.news_tab{height: 45px;}
	.news_tab a {
	    margin-right: 30px;
	    font-size: 15px;
	    height: 45px;
	    line-height: 45px;
	}
	.news_dttl h2 {
	    font-size: 17px;
	}
	.news_dttl_cont p span {
		margin-left: 6px;
	    font-size: 14px;
	}
	.news_dttl_cont p img{height: 20px;}
	.news_dttl_cont p{
		padding: 0 15px;
	}
	.news_dttl_cont {
	    margin-top: 15px;
	}
	.news_dttitle {
	    bottom: 40px;
	}
	.details_banner {
	    height: 240px;
	}
	.news_dtmain{
		padding: 20px 25px;
	}
	.news_dtmleft{
		float: none;
		width: 100%;
	}
	.news_dtmltxt {
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
	.news_dtmright{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.news_dth2 {
	    font-size: 18px;
	}
	.news_dtmrlimg{
		height: 175px;
	}
	.news_dtmrlpage .txt{
		-webkit-line-clamp: 1;
	}
	.reserve_main{
		position: relative;
		justify-content: center;
		flex-direction: column;
		padding: 10px 0;
	}
	.reserve_main h2 {
	    font-size: 20px;
	}
	.reserve_form{
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}
	.reserve_form .sumbit{
		font-size: 16px;
	}
	.reserve_close img {
	    height: 30px;
	}
	.reserve_close{
		position: absolute;
		right: 0;
		top: 10px;
	}
	.reserve_fm input:nth-child(2),.reserve_fm .i8_zoon>div:nth-child(2){margin-right: 0;}
	.pdm_limg{height: 72px;}
	.pdm_linfor h2 {
	    padding-bottom: 6px;
	    font-size: 15px;
	}
	.pdm_linfor div {
	    font-size: 12px;
	}
	.pdm_linfor {
	    height: 65px;
	    padding: 10px 14px;
	}
	.pdm_list li{
		margin-bottom: 15px;
	}
	.pdm_m1cswiper .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.pdm_m1cpage h2 {
	    font-size: 18px;
	}
	.pdm_m2tab{height: 50px;}
	.pdm_m2tab p{
		margin-right: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.case {
	    margin-top: 30px;
	    margin-bottom: 40px;
	}
	.news_dtmrlist ul li {
	    padding: 10px 0;
		margin-bottom: 0;
	}
	.news_tab{
		padding: 0 15px;
		overflow-y: hidden;
		white-space: nowrap; 
		overflow-x: auto; 
		-webkit-overflow-scrolling: touch;
	}
	.recruit_m1 {
	    padding-top: 20px;
	    padding-bottom: 50px;
	}
	.recruit_m2 {
	    padding: 25px 0;
	}
	.rrtm2_li .txt{margin-top: 20px;}
	.recruit_m3 {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.rrtm3_clnum {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 20px;
	}
	.rrtm3_cont::after {
	    left: 25px;
	}
	.rrtm3_cltxt {
	    padding-left: 60px;
	    padding-top: 10px;
	}
	.recruit_m4 {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.rrtm5_linfor{
		padding: 15px 20px;
	}
	.rrtm5_linfor .txt{
		width: 100%;
	}
	.rrtm5_linfor h2 {
	    font-size: 20px;
	}
	.rrtm5_list li {
	    margin-bottom: 20px;
	}
	.recruit_m5 {
	    padding-top: 30px;
	    padding-bottom: 60px;
	}
	.serve_m1 {
	    padding-top: 20px;
	    padding-bottom: 50px;
	}
	.svm1_page {
	    margin-top: 30px;
	}
	.ctm2_list ul li{
		float: none;
		width: 100%;
		height: 160px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.ctm2_lpage p{
		margin-top: 15px;
		font-size: 18px;
	}
	.ctm2_lpage i{
		font-size: 14px;
		margin-top: 30px;
	}
	.ctm2_lpage {
	    padding-top: 25px;
	}
	.ctm2_lpage img{height: 30px;}
	.serve_m3 {
	    margin-top: 30px;
	    margin-bottom: 60px;
	}
	.serve_m4 {
	    padding-top: 20px;
	    padding-bottom: 50px;
	}
	.svm4_inp input{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.svm4_inp>div{
		width: 100%;
	}
	.svm4_title h2 {
	    font-size: 20px;
	}
	.svm4_page {
	    margin-top: 26px;
	}
	.svm4_inp{
		margin-bottom: 10px;
	}
	.svm4_textare{
		height: 130px;
		padding: 12px;
	}
	.svm4_btn {
	    height: 42px;
	    line-height: 42px;
	    font-size: 18px;
	}
	.ctm1_cleft{
		float: none;
		width: 100%;
		text-align: center;
	}
	.ctm1_cright {
		float: none;
	    width: 100%;
		padding-top: 20px;
	    text-align: center;
	}
	.ctm1_cont{
		width: 100%;
	}
	.ctm1_ctitle{
		padding-bottom: 15px;
		font-size: 20px;
	}
	.ctm1_ctitle::after{
		width: 50px;
	}
	.ctm1_crcode img {
	    width: 100px;
	    height: 100px;
	}
	.ctm1_crp p{
		font-size: 14px;
		margin-top: 10px;
	}
	.contact_m1 {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.ctm1_clli h3{
		font-size: 15px;
	}
	.ctm1_clli {
	    margin-bottom: 25px;
	}
	.ctm1_clli p{
		font-size: 14px;
	}
	.map{
		height: 240px;
	}
	.contact_m2 {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.svm2_tm>div{
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.submitbtn{
		position: relative;
		display: block;
		width: 100%;
	}
	.svm2_mright,.svm2_mleft{
		float: none;
		width: 100%;
		height: auto;
	}
	.svm2_mleft{
		margin-top: 10px;
	}
	.svm2_mlli{
		padding: 10px 6px;
	}
	.i3m2_pop h2{font-size: 16px;}
	.i3m2_pop{
		top: 10%;
		padding: 10px 15px;
		transform: translateY(0);
		transform: translateX(-50%);
	}
	.i3m2_pop h2::after{
		height: 8px;
	}
	.i3m2_pop .txt {
	    margin-top: 8px;
	    font-size: 12px;
	    line-height: 16px;
	}
	.i3m2_popclose{
		top: 10px;
		right: 10px;
	}
	.i6_list li:nth-child(5n) {
	    margin-right: 2%;
	}
	.i6_list li:last-child{display: block;}
	.float_right{
		display: none;
	}
	.mfooter{
		display: block;
	}
	.footer{
		padding-bottom: 56px;
	}
}

@media screen and (max-width:2200px){
a:link, a:visited{color: #fff;}
}
@media screen and (max-width:1200px){
a:link, a:visited{color: white;text-align: center;}
}
.index4_main {padding: 50px 0px 50px 0;}

@media screen and (max-width:1366px){
.index4_main {padding: 0px;}
}


@media screen and (max-width:780px){
li,
ul {color: black;}
.h-bot{display:none;}
}

