/*寮曠敤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-bd {
    width: 100%;
    height: 720px;
}

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

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 720px;
    background-size: cover !important;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 39px;
    height: 10px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 39px;
    height: 10px;
    line-height: 45px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba( 255, 255, 255,.5);
    border-radius: 20px;
}

.flex-control-nav .flex-active {
    background-color: rgb( 255, 255, 255);
}

.flex-direction-nav {
    position: absolute;
    display: none;
    z-index: 3;
    width: 100%;
    top: 45%;
}

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

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

.flex-direction-nav li a.flex-next {
    right: 50px;
    background: url(../images/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;
}