@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-family: "微软雅黑";
    -wibkit-text-stroke:0.2px #555;
    font-weight: lighter;
    font-size:100%;
}
#superContainer{
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 1000000;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #000;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}
/*index.css GaoFei*/
.section{
    background: url(../images/001.jpg) no-repeat;
}
.section .qx_f{
    height:100%;
    width: 100%;
    max-width:1500px;
    border:0px solid red;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    margin:auto;
}
.section .qx_f .qx_f_f{
    position: absolute;
    width: 100%;
    height:60px;
    left:-100%;
    top:23%;
    font-size: 34px;
    color: #fccb11;
    line-height: 60px;
    text-align: center;
}
.section .qx_f .qx_f_s{
    position: absolute;
    width: 100%;
    height:70px;
    left:100%;
    top:32%;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}
.section .qx_f .qx_f_t{
    position: absolute;
    width: 100%;
    height:40px;
    left:0;
    top:100%;
}
.section .qx_f .qx_f_t .qx_f_t_f{
    margin: auto;
    height: 40px;
    width:130px;
    font-size: 16px;
    color:#fccb11;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}
.section .qx_f .qx_f_t .qx_f_t_f:hover{
    color:#fff;
    background-color: #fccb11;
    cursor: pointer;
}
.section .qx_f .colo{
    color:#297fbd;
}
.section .qx_s{
    height:100%;
    width: 100%;
    border:0px solid red;
    background: url(../images/04.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
/*index.css GaoFei end*/

/*index.css ZhouDong start*/
/*第二屏tab样式*/
.qx_f_tabs{
    z-index:9999;
    top:100%;
    left:0;
    position: absolute;
    width:122px;
    height:162px;
}
.qx_f_tabs ul{
    background-color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
}
.qx_f_tabs ul li{
    height:54px;
    padding:0 25px;
    color:#fff;
    cursor: pointer;
}
.qx_f_tabs ul li.show{
    background-color: #fccb11;
}
.qx_f_tabbox{
    width:100%;
    height:100%;
    position: absolute;
    z-index:999;
    right:-100%;
    top:0;
}
.qx_f_tabbox .tab1,.qx_f_tabbox .tab2{
    position: absolute;
    top:25%;

    width:90%;
    left:5%;
    /*padding-top:80px;*/
}
.qx_f_tabbox .tab1 div{
    font-size: 16px;
    color:#fff;
    line-height: 38px;
    padding-bottom:22px;
    font-weight: normal;
}
.qx_f_tabbox .tab1 div h3{
    line-height: 70px;
    font-size: 34px;
    color:#fff;

}
/*.tab2{
    padding-top:80px;
}*/
.tab2 h3{
    font-size:34px;
    line-height: 70px;
    color:#fccb11;
}
.tab2 ul li{
    position: relative;
    color:#fff;
    font-size: 18px;
    line-height: 60px;
    height:60px;
    padding-left:30px;
}
.tab2 ul li span{
    position: absolute;
    top:24px;
    left:0;
    width:12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fccb11;
}
.tab3{
    width:1200px;
    margin:0 auto;
    height: 330px;
    margin:0 auto;
    position: relative;
    margin-top:20%;
}
.rollBox{
    width:1200px;
    margin:0 auto;
    height: 141px;
    margin:0 auto;
    position: relative;
}
.rollBox .LeftBotton {
    position:absolute;
    top:40px;
    left:0px;
    height: 58px;
    width: 31px;
    background: url(../images/up.png) no-repeat left;
    cursor: pointer;
}
.rollBox .Cont {
    position: absolute;
    width: 1100px;
    height: 141px;
    position: absolute;
    top:0;
    left:40px;
    overflow: hidden;
}
.rollBox .ScrCont {
    width: 10000000px;
}
.rollBox #List1, .rollBox #List2 {
    float: left;
}
.rollBox .Cont .pic {
    width: 250px;
    height: 141px;
    float: left;
    margin-left: 25px;
    text-align: center;
}
.rollBox .RightBotton {
    position: absolute;
    top:40px;
    right:0px;
    height: 58px;
    width: 31px;
    background: url(../images/next.png) no-repeat right;
    cursor: pointer;
}
/*第三，四屏（最新资讯）*/
.section .qx_f.top .qx_f_f{
    color:#fff;
    top:25%;
}
.section .qx_f.top .qx_f_s{
    color:#fff;
    top:40%;
}
#case_s{top:50%;}
/*第五屏*/
.page5 .qx_f_t ul{
    width:1200px;
    margin:0 auto;
    height:318px;
}
.page5 .qx_f_t li{
    float:left;
    width:200px;
    margin-left:40px;
    height:318px;
    cursor: pointer;
}
.page5 .qx_f_t .qx_f_t_1{
    background:url("../images/j1.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_1.hover{
    background:url("../images/j01.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_2{
    background:url("../images/j2.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_2.hover{
    background:url("../images/j02.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_3{
    background:url("../images/j3.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_3.hover{
    background:url("../images/j03.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_4{
    background:url("../images/j4.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_4.hover{
    background:url("../images/j04.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_5{
    background:url("../images/j5.png") no-repeat 0px 0/contain;
}
.page5 .qx_f_t .qx_f_t_5.hover{
    background:url("../images/j05.png") no-repeat 0px 0/contain;
}
/*第六屏*/
.qx_f_t .qx_f_t_l{
    width:1200px;
    margin:auto;
}
.qx_f_t .qx_f_t_l img{
    width:100%;
    display: block;
}
.qx_f_t .qx_f_t_l div{
    margin:auto;
    height: 40px;
    width: 300px;
    font-size: 16px;
    color: #fccb11;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    margin-top:40px;
    border:1px solid #fccb11;
}
.qx_f_t .qx_f_t_l div.dj_more:hover{background-color:#fccb11;color:#fff;}
.qx_f_t .qx_f_t_l .qx_f_t_l_l{
    width:100%;
    border:none;
    height:auto;
    margin-top:0;
    background-color: transparent;
}
.qx_f_t .qx_f_t_l .qx_f_t_l_l ul{
    width:33.333%;
    text-align: center;
    box-sizing: border-box;
}
.qx_f_t .qx_f_t_l .qx_f_t_l_l ul:nth-of-type(1){
    padding-left: 123px;
}
.qx_f_t .qx_f_t_l .qx_f_t_l_l ul:nth-of-type(3){
    padding-right:140px;
}
.qx_f_t .qx_f_t_l .qx_f_t_l_l ul li a{
    display: block;
}
/*第七屏*/
.footer{
    margin:0 auto;
    width:1000px;
    height:100%;
    position: relative;
}
.footer .footer_top{
    text-align: center;
    position: absolute;
    top:22%;
    color:#fff;
    width:100%;
    line-height: 46px;
    padding-bottom: 20px;
}
.footer .footer_top span{color:#fff;font-size:14px;line-height:33px;}
.footer .footer_top span.span_one{width:33%;display:block;text-align:right;float:left;}
.footer .footer_top span.span_two{width:67%;display:inline-block;text-align:center;float:right;}
.foot_last{margin-top:15px;}
.footer .footer_top a{
    color:#fff;
}
.footer .footer_top a:hover{
    color:#fff;
}
.footer .footer_btt{
    position: absolute;
    top: calc(32% + 250px);
    text-align: center;
    color:#03a6ff;
    line-height: 50px;
    width:100%;
}
.footer .footer_btt img{
    display: block;
    margin:0 auto;
}



