/*å¯®æ› æ•¤reset*/

body {
    line-height: 1.8;
    font-size: 14px;
}

a:visited {
    color: none;
}

a:active {
    color: none;
}

/*  æ¶“å©šî•½æ£°æ»†å£Š */

body {
    color: #787878;
    overflow-x: hidden;
}

/* é‚å›§ç“§ é©è™¹î”…æ£°æ»†å£Š */

a {
    color: #444;
    transition: color 0.4s ease-out 0s;
}

/* <a>éå›©î„· é©è™¹î”…æ£°æ»†å£Š */

a:hover {
    transition: color 0.4s ease-out 0s;
    text-decoration: none !important;
}

/* <a>éå›©î„·  hover é©è™¹î”…æ£°æ»†å£Š */

/* éã„¥ç†éªžè¤ä¼…é—å›¨ç‰±å¯®ï¿½ */
.g-doc{
    width: 100%;
    height: 100%;
}
.g-bd {
    width: 100%;
    height: 100%;
}

.flexslider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.slides li {
    height: 100%;
    background-size: cover !important;
}

.flex-control-nav {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 100%;
    height: 5px;
    line-height: 5px;
    text-align: center;
    /* display: none; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-control-nav li {
    display: flex;
    width: 29px;
    height: 5px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.flex-control-nav a {
    display: inline-block;
    width: 29px;
    height: 5px;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    font-size: 16px;
    color: #333333;
    opacity: .8;
}
.flex-control-nav a.flex-active{
    background-color: #fff;
    opacity: 1;
}
.slides li.flex-active-slide img {
    animation: lo 5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
@keyframes lo {
	from {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transition: all 30s;
		-webkit-transition: all 30s;
		-o-transition: all 30s;
		-moz-transition: all 30s;
	}
	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		transition: all 30s;
		-webkit-transition: all 30s;
		-o-transition: all 30s;
		-moz-transition: all 30s;
	}
} 
.flex-direction-nav {
    position: absolute;
    /* display: none; */
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 30px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 20px;
    background: url(../images/banner-right.png) center center no-repeat;
    transform: rotate(180deg);
}

.flex-direction-nav li a.flex-next {
    right: 20px;
    background: url(../images/banner-right.png) center center no-repeat;
}

/* .flex-direction-nav li a.flex-prev:hover {
    background: url(../images/left-hover.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next:hover {
    background: url(../images/right-hover.png) center center no-repeat;
} */