/*layout*/
body {
    background-color: #231589;
}

.doc {
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.area {
    min-width: 1000px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.area1 {
    height: 681px;
    background-image: url(../images/area1.jpg);
}

.area2 {
    height: 443px;
    background-image: url(../images/area2.jpg?0550);
    margin-top: -2px;
}

.area3 {
    height: 786px;
    background-image: url(../images/area3.jpg);
    margin-top: -2px;
}

.area4 {
    height: 741px;
    background-image: url(../images/area4.jpg?0550);
    margin-top: -2px;
}

.area5 {
    height: 1191px;
    background-image: url(../images/area5.jpg);
    margin-top: -2px;
}

.area6 {
    height: 639px;
    background-image: url(../images/area6.jpg);
    margin-top: -2px;
}

.area7 {
    height: 730px;
    background-image: url(../images/area7.jpg);
    margin-top: -2px;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

/*footer*/
body .g-footer {
    background-image: url(../images/footer.jpg);
    height: 260px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0;
    margin-top: -2px;
    border: 0;
    min-width: 1200px;
}

body .g-footer .gft-wrap {
    padding: 0;
}

body .g-footer .gft-links,
body .g-footer .gft-links a {
    color: #fff
}

body .g-footer .gft-copyRight,
body .g-footer .gft-copyRight a {
    color: #fff
}

/*area3*/
.area3 .inner {
    padding-top: 133px;
}

.area3 .video-box {
    width: 100%;
    height: 500px;
}

/*area5*/
.area5 .inner {
    padding-top: 254px;
}

.area5 .demo {
    width: 1000px;
    height: 757px;
    margin: 0 auto;
    position: relative;
    -webkit-user-select: none;
}

.area5 .slide-wrap {
    overflow: hidden;
    width: 1000px;
    height: 757px;
    margin: 0 auto;
    position: relative;
}

.area5 .slide-wrap li {
    display: none;
    overflow: hidden;
    width: 757px;
    position: absolute;
    z-index: 0;
}

.area5 .slide-wrap img {
    width: 100%;
    border: none;
    outline: none;
}

.area5 .slide-wrap .pos1 {
    display: block;
    width: 580px;
    height: 600px;
    top: 80px;
    left: 0%;
    z-index: 1;
}

.area5 .slide-wrap .pos2 {
    display: block;
    width: 742px;
    height: 757px;
    top: 0px;
    left: 13%;
    z-index: 3;
}

.area5 .slide-wrap .pos3 {
    display: block;
    width: 580px;
    height: 600px;
    top: 80px;
    right: 0%;
    z-index: 2;
}

.area5 .arrow {
    width: 42px;
    height: 71px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
}

.area5 .prev {
    left: 80px;
    background: url(../images/btn-hl.png) no-repeat center top;
}

.area5 .prev:hover {
    background: url(../images/btn-l.png) no-repeat center top;
}

.area5 .next {
    right: 80px;
    background: url(../images/btn-hr.png) no-repeat center top;
}

.area5 .next:hover {
    background: url(../images/btn-r.png) no-repeat center top;
}

.area5 .nav {
    overflow: hidden;
    text-align: center;
}

.area5 .nav-item {
    background-color: #f44;
    border-radius: 50%;
    width: 16px;
    cursor: pointer;
    height: 16px;
    font-size: 0;
    display: inline-block;
}

.area5 .nav .active {
    background-color: black;
}

.area5 .hide {
    display: none;
}

/*.area6*/
.area6 .img-box {
    width: 630px;
    height: 395px;
    position: absolute;
    top: 135px;
    left: 0px;
}

.area6 .img-tit {
    width: 338px;
    height: 310px;
    position: absolute;
    top: 205px;
    left: 674px;
}

.area6 .img-tit h4 {
    font-size: 24px;
    color: #fefefe;
    line-height: 30px;
    letter-spacing: 3px;
}

.area6 .img-tit .hx {
    width: 34px;
    height: 4px;
    background-color: #1986fd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.area6 .img-tit p {
    font-size: 16px;
    color: #ebebeb;
    line-height: 30px;
    letter-spacing: 1px;
}

.area6 .img-tit .btn-go {
    display: block;
    width: 110px;
    height: 31px;
    margin-top: 20px;
    background: url(../images/btn-go.png) no-repeat center top;
}

/*area7*/
.area7 .inner {
    padding-top: 155px;
}

.area7 .slide {
    position: relative;
}

.area7 .slide-pic-1 {
    width: 5000px;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -2500px;
}

.area7 .btn {
    display: none;
    width: 100px;
    height: 50px;
    background: #c00;
    position: fixed;
    z-index: 10;
}

.area7 .btn-p {
    width: 42px;
    height: 71px;
    background: url(../images/btn-hl2.png);
    position: absolute;
    top: 210px;
    left: 0px;
    z-index: 20;
    cursor: pointer;
}

.area7 .btn-p:hover {
    background: url(../images/btn-l.png);
}

.area7 .btn-n {
    width: 42px;
    height: 71px;
    background: url(../images/btn-hr2.png);
    position: absolute;
    top: 210px;
    right: 0px;
    z-index: 20;
    cursor: pointer;
}

.area7 .btn-n:hover {
    background: url(../images/btn-r.png);
}

.area7 .bg-img{
	width: 1000px;
	height: 500px;
	position: absolute;
	top: 0px;
	z-index: 11;
	background: url(../images/bg.png) no-repeat center top;
}
.area7 .bg-left{
	left: -1000px;
}
.area7 .bg-right{
	right: -1000px;
}