html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}
.clear{margin:0px auto;clear:both;height:0px;font-size:0px;overflow:hidden}
.clean{zoom:1}
.clean:after,.clean:before{content:'';display:table}
.clean:after{clear:both}
a{color:#333;text-decoration:none}
a:hover{text-decoration:none}
a.red{color:red;text-decoration:none}
a.red:hover{color:red;text-decoration:underline}
.fc_red{color:#ff0000}
.wrap{width:1400px;margin:0 auto;zoom:1}
@media screen and (max-width:1440px){.wrap{width:95%}
}.clear{cleat:both}
.about_item:nth-child(2){margin-top:42px}
.about_item:nth-child(3){margin-top:46px;margin-bottom:85px}
.about_item .title{font-size:28px;color:#000; text-transform: uppercase;margin-bottom:15px; text-align:center; color:#333}
.about_item .title p{ font-size:14px; text-align:center; color:#999}
.about_item .title i{ width:100%; height:1px; background:#999; display:block; float:left; margin:20px auto}
.about_item .con_outer{width:100%;margin-top:21px;background:#05c3a2}
.about_item.ab_1 .con{margin-top:19px;padding:40px;box-sizing:border-box}
.about_item.ab_1 .r_con{width:46%;padding-left:4%;float:left}

.cardleft .card {
  width: 580px;
  height: 230px;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
}

.cardleft .card-content {
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.cardleft .card-content .card-title {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.cardleft .card-content .card-para {
  color: inherit;
  opacity: 0.8;
  font-size: 14px;
}

.cardleft .card:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cardleft .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/template/pc/skinen/images/l1.jpg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.cardleft .card:hover:before {
  transform: translateX(-100%);
}

.cardleft .card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.cardleft .card:hover:after {
  transform: translateX(100%);
}

.cardleft .card {
  width: 580px;
  height: 230px;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
}

.cardleft .card-content {
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.cardleft .card-content .card-title {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.cardleft .card-content .card-para {
  color: inherit;
  opacity: 0.8;
  font-size: 14px;
}

.cardleft .card:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cardleft .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/template/pc/skinen/images/l1.jpg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.cardleft .card:hover:before {
  transform: translateX(-100%);
}

.cardleft .card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.cardleft .card:hover:after {
  transform: translateX(100%);
}




.cardright .card {
  width: 580px;
  height: 230px;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
}

.cardright .card-content {
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.cardright .card-content .card-title {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.cardright .card-content .card-para {
  color: inherit;
  opacity: 0.8;
  font-size: 14px;
}

.cardright .card:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cardright .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/template/pc/skinen/images/r1.jpg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.cardright .card:hover:before {
  transform: translateX(-100%);
}

.cardright .card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.cardright .card:hover:after {
  transform: translateX(100%);
}


.buttabout{ width:1300px; margin:60px auto;}
.cardleft{ width:45%; float:left; text-align:center; }
.cardright{width:45%; float:right; text-align:center}





.neimain{ width:100%; text-align:left; margin-top: 00px;font-size: 18px; line-height: 36px; float:left}
.neimain-left{ width:38%; float: left}
.neimain-right{ width:60%; float: right; text-align:right;} 
.logifugutit {
    font-size: 24px;
    font-weight: bold;
    color: #c3b180;
    margin: 20px 0;
}
.whh{ width:100%; float:left; margin-bottom:40px;}
.whh .list-paddingleft-2 li:nth-of-type(1){float:left; width:33%; padding-right:20px}
.whh .list-paddingleft-2 li:nth-of-type(2){float:left; width:33%; padding-right:20px}
.whh .list-paddingleft-2 li:nth-of-type(3){float:left; width:33%; padding-right:20px}
.whh h2{ font-size: 22px;
    color: #c38f5c;
    line-height: 50px;
    width: 90%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;}
.whh p{ font-size:16px; line-height:30px;}
.whhh{     margin-top: 50px;width:100%; float:left}
.whhh h2{ font-size: 22px;
    color: #c38f5c;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;}
.whhh p{ font-size:16px; line-height:30px;}
.whhh .list-paddingleft-2 li:nth-of-type(1){float:left; width:55%}
.whhh .list-paddingleft-2 li:nth-of-type(2){float:left; width:40%}
.neiatit{ font-size:30px; color:#666;margin-top: -30px; margin-bottom:00px;}
.neiabout{ font-size:18px; line-height:36px;}
.ey-position{position:relative;border-bottom:1px solid #ddd}
.ey-position .title{float:left;width:50%;text-align:left;font-size:20px;height:55px;line-height:55px;color:#555;max-width:60%;overflow:hidden}
.ey-position .position{float:left;width:50%;text-align:right;height:55px;line-height:55px;color:#888;font-size:16px;overflow:hidden}
.ey-position .position a{color:#888;vertical-align:middle}
.ey-position.s1{border:none}
.ey-position.s1>.title{display:none}
.ey-position.s1>.position{text-align:left}
.pronav{
    width:100%; text-align:center; margin-bottom:00px;
}
.neiyenav{ width:100%; text-align:center; margin-bottom:40px;}
.neiyenavlist { display:inline-block;}
.neiyenavlist .nav-current { border-bottom:2px solid #c38f5c!important; }
.neiyenavlist .title a{ font-size:20px; height:38px; line-height:38px; display:block; font-weight:normal; color:#333; padding-left:20px; padding-right:20px; float:left; display:inline;}
.neiyenavlist .title a:hover{ text-decoration:none; color:#fff; background:#c38f5c;}

.neiyenavlist2 { display:inline-block;}
.neiyenavlist2 .nav-current { background:#c38f5c !important; }
.neiyenavlist2 .title a{ font-size:16px; height:38px; line-height:38px; display:block; font-weight:normal; color:#fff; background:url(/template/pc/skinen/images/titb.jpg); padding-left:15px; padding-right:15px; float:left; display:inline;}
.neiyenavlist2 .title a:hover{ text-decoration:none; color:#fff; background:#c38f5c;}

.ey-smdy{padding:30px 0;overflow:hidden}
.ey-smdy>.contents{color:#555;line-height:160%;font-size:16px;min-height:300px}
.ey-smdy>.contents>.share{padding:10px 0}
.ey-smdy.content-100>.contents{float:none;width:100%}
.ey-smdy strong,.ey-smdy b{font-weight:bold}
.ey_smly{margin:30px 0;padding-top:10px}
.ey_smly .ey_lytitle{text-align:center;margin-bottom:2%}
.ey_smly .ey_lytitle .title{font-size:24px;color:#333}
.ey_smly .ey_lytitle span{display:block;width:28px;height:2px;background:#333;margin:15px auto 10px}
.ey_smly .ey_lytitle .txt{font-size:16px;color:#555}
.ey_smly .rows{padding:10px 2%;position:relative}
.ey_smly .rows.input_rows{float:left;width:50%;text-align:center;box-sizing:border-box}
.ey_smly .rows .input{width:100%;height:43px;line-height:43px;font-size:12px;color:#888;text-indent:10px;box-sizing:border-box}
.ey_smly .rows textarea{width:100%;height:150px;padding:5px;font-size:12px;color:#888;box-sizing:border-box}
.ey_smly .rows .fc_red{margin-right:8px;position:absolute;right:0;bottom:7px;z-index:1}
.ey_smly .rows.input_rows .fc_red{bottom:18px}
.ey_smly .rows.vcode .input{width:150px;max-width:80%}
.ey_smly .rows.vcode img{margin-top:3px}
.ey_smly .rows.vcode .fc_red{position:static;margin:0 0 0 8px}
.ey_smly .rows .form_button{width:160px;height:40px;line-height:40px;background:#222;color:#fff;font-size:14px;border:none;text-transform:uppercase;cursor:pointer}
.ey_smly .rows.textarea_rows{clear:both}
.ey_smly.s1>form>.rows.input_rows{width:100%;float:none}
.ey_smly.s1>form>.rows.textarea_rows textarea{width:90%;max-width:90%}
@media (max-width:991px){.about_video{width:100%;float:none;text-align:center}

.neiyenavlist .title a {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    display: block;
    font-weight: normal;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    display: inline;
}
.about_item .title {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
    color: #333;
}

.about_item.ab_1 .r_con{width:100%;float:none;padding-left:0}
.about_item.ab_1 .con{padding:5%}
}
@media only screen and (max-width:768px){.ey_smly .rows.input_rows{width:100%;float:none}
.neiyenav{ width:890px; text-align:left; }
.whh .list-paddingleft-2 li:nth-of-type(1) {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.whh .list-paddingleft-2 li:nth-of-type(2) {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.whh .list-paddingleft-2 li:nth-of-type(3) {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.whhh {
    margin-top: 10px;
    width: 100%;
    float: left;
}
.whhh .list-paddingleft-2 li:nth-of-type(1) {
    float: left;
    width: 100%;
}
.whhh .list-paddingleft-2 li:nth-of-type(2) {
    float: left;
    width: 100%;
}
.pro296 h2 {
    font-size: 22px;
    color: #9e7e5b;
    text-align: center;
    font-weight: normal;
}
.neinav{ width:100%; overflow:scroll;}
.neimain-left {
    width: 100%;
    float: left;
}
.neiatit {
    font-size: 30px;
    color: #666;
    margin-top: -10px;
    margin-bottom: 20px;
}
.logifugutit {
    font-size: 20px;
    font-weight: bold;
    color: #c3b180;
    margin: 10px 0;
}
.neimain-right {
    width: 100%;
    float: right;
	margin-bottom: 30px;
	margin-top:20px;
    text-align: right;
}
.neimain {
    width: 100%;
    text-align: left;
    margin-top: 0px;
    font-size: 18px;
    line-height: 36px;
    float: left;
}
.cardleft {
    width: 100%;
    float: left;
    text-align: center;margin-bottom: 30px;
}
.cardright {
    width: 100%;
    float: right;
    text-align: center;
}
.cardleft .card {
    width: 100%;
    height: 230px;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    border-radius: 8px;
    color: white;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
}
.cardright .card {
    width: 100%;
    height: 230px;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    border-radius: 8px;
    color: white;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
}
.neimain-left .logifugu img{ width:299px}
}@media only screen and (max-width:768px){.ey_smly .rows .fc_red{margin-right:0}
}<!--ºÄÊ±1765120563.2335Ãë-->