body.intro:before {
    content: "";
    position: absolute;
    top: 2vh;
    left: 2vh;
    right: 2vh;
    bottom: 2vh;
    border: 5px solid #f287a8;
}
body.intro:after {
    content: "";
    position: absolute;
    right: 2vh;
    bottom: 2vh;
    background: url("../img/index/deco_open.png") no-repeat right bottom;
    height: 172px;
    width: 100%;
}
body main {
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
body.visible main {
    opacity: 1;
    display: block;
    visibility: visible;
}
body.visible #open {
    pointer-events: none;
    opacity: 0;
    display: none;
    visibility: hidden;
}
body.intro #open {
    pointer-events: visible;
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999;
}
#open {
    opacity: 0;
    display: none;
    height: 100vh;
    overflow: hidden;
}
#open h2 {
    margin-top: 25vh;
}
#open h3 {
    margin: 1vh 0 2vh 0;
}
#open h4 {
    margin-bottom: 10vh;
}
#open .btn1-close {
    cursor: pointer;
}
 @-webkit-keyframes fadeInUpSlow {
0% {
-webkit-transform:translate3d(0, 15px, 0);
opacity:0;
transform:translate3d(0, 15px, 0)
}
to {
-webkit-transform:translateZ(0);
opacity:1;
transform:translateZ(0)
}
}
@keyframes fadeInUpSlow {
0% {
-webkit-transform:translate3d(0, 15px, 0);
opacity:0;
transform:translate3d(0, 15px, 0)
}
to {
-webkit-transform:translateZ(0);
opacity:1;
transform:translateZ(0)
}
}
.fadeInUpSlow {
    -webkit-animation-name: fadeInUpSlow;
    animation-name: fadeInUpSlow
}
header #sideBar .info {
    margin-bottom: 157px;
}
header #sideBar .content_hd .nav {
    width: 191px;
    margin-left: 48px;
}
header #sideBar .content_hd .nav a:first-of-type {
    margin-bottom: 19px;
}
header #sideBar .content_hd .nav a {
    margin-bottom: 40px;
    display: block;
}
#key {
    background-image: url("../img/index/kv.png");
}
#sec1 {
    background: url("../img/index/s1_bg.png") no-repeat center top;
    padding: 138px 0 118px 0;
}
#sec1 h2 {
    margin-bottom: 44px;
}
#sec1 .box {
    background: url("../img/index/s1_bgbox_02.png") repeat-y center center;
    position: relative;
}
#sec1 .box:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    background-image: url("../img/index/s1_bgbox_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}
#sec1 .box:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    background-image: url("../img/index/s1_bgbox_03.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}
#sec2 {
    position: relative;
    background: url("../img/shared/sec_bg1.jpg") repeat center top;
    padding: 57px 0 68px 0;
}
#sec2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    background-image: url("../img/shared/sec_bg2.png");
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height: 8px;
}
#sec2 h2 {
    margin: 0 0 93px -108px;
}
#sec2 .sun{
	position: absolute;
    top: -20px;
    left: -135px;
}
#sec2 .sec2_img1 {
    position: absolute;
    top: 14px;
    right: -43px;
}
#sec2 h3 {
    margin-bottom: 40px;
}
#sec2 .box .sec2_img {
    margin-bottom: 15px;
}
#sec2 .box dl dd {
    width: 259px;
    margin-left: 25px;
}
#sec2 .box .col1 {
    width: 440px;
    margin-left: -158px;
}
#sec2 .box .col1 dl {
    margin-left: 45px;
}
#sec2 .box .col2 {
    width: 398px;
    margin: 0 29px 0 24px;
}
#sec2 .box .col2 dl {
    margin-left: 42px;
}
#sec2 .box .col3 {
    width: 379px;
    margin-right: -112px;
}
#sec2 .box .col3 dl {
    margin-left: 37px;
}
#sec3 {
    background: url("../img/index/s3_deco1.png") no-repeat center top, url("../img/index/s3_deco2.png") no-repeat center bottom 77px, url("../img/shared/sec_bg1.jpg") repeat center top;
    position: relative;
    padding: 119px 0 144px 0;
}
#sec3:before {
    content: "";
    position: absolute;
    top: -78px;
    left: 0;
    background-image: url("../img/index/s3_bg1.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 746px;
}
#sec3 .wrap {
    z-index: 1;
}
#sec3 .txt {
    margin: 35px 0 68px 0;
}
#sec4 {
    background-image: url("../img/index/s4_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 112px 0 130px 0;
}
#sec4 .detail1 {
    width: 210px;
    margin: 15px 0 206px 124px;
    position: relative;
}
#sec4 .detail1:before {
    content: "";
    position: absolute;
    bottom: -84px;
    right: -92px;
    background-image: url("../img/index/s4_deco2.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 207px;
    height: 173px;
}
#sec4 .detail1 .txt {
    width: 105px;
    margin-top: 10px;
    height: 320px;
}
#sec4 .detail2 {
    margin-left: 500px;
    position: relative;
}
#sec4 .detail2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -49px;
    background-image: url("../img/index/s4_deco1.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 222px;
    height: 212px;
}
#sec4 .detail2 .txt {
    width: 400px;
    margin: 18px 0 20px 5px;
}
#sec4 .detail2 .btn_link {
    margin-left: 90px;
}
#sec5 {
    position: relative;
    background: url("../img/index/s5_bg2.png") repeat-y center top;
    margin-bottom: 78px;
}
#sec5:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    background-image: url("../img/index/s5_bg1.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
}
#sec5 .wrap {
    padding-bottom: 100px;
}
#sec5 .wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -198px;
    background-image: url("../img/index/s5_deco.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 581px;
    height: 173px;
}
#sec5 .txt {
    margin: 16px 0 64px 0;
}
#sec5 .txt li {
    margin-bottom: 30px;
}
#sec5 .txt li:last-of-type {
    margin-bottom: 0;
}
#sec5 .sec5_img0{
	width: 1060px;
	margin: 0 auto;
}
#sec5 .sec5_img0 p{
	float: left;
}
#sec5 .sec5_img {
    margin: 0 -31px 19px -31px;
}
#sec6{
	height: 500px;
}

#sec6 #instafeed{
	width: 50%;
	float: left;
}
#sec6 #instafeed ul{
	width: 500px;
}
#sec6 #instafeed li{
  list-style-type: none;
	width: 143px!important;
	height: 143px!important;
	display:inline-block!important;
	padding-left: 10px;
	padding-bottom: 10px;
}
#sec6 #fb{
	width: 50%;
	float: right;
}
#sec7 {
  padding-top: 75px;
  padding-bottom: 90px;
  background: url("../img/index/s3_deco2.png") no-repeat center bottom 26px, url("../img/shared/sec_bg1.jpg") repeat center top;
}
#sec7 h2 {
    margin-bottom: 48px;
    text-align: center;
    color: #525252;
    font-size: 25px;
}
#sec7 ul#feed {
	width: 723px;
    margin: 0 auto;
}
#sec7 #feed dl {
    float: left;
    margin-left: 65px;
}
#sec7 #feed dl:first-child {
    margin-left: 0;
}
#sec7 #feed dl dt {
    margin-bottom: 19px;
}
#sec7 #feed dl dt:hover {
    opacity: 0.8;
}
#sec7 #feed dl dt span {
    width: 196px !important;
    height: 130px !important;
}
