html{
    margin: 0;
    padding:0;
    height: 100%;
}
a:link {
text-decoration: none;
color:#fff;
}
a:hover {
text-decoration: underline;
color:#eee;
}
a:visited {
text-decoration: none;
color:#fff;
}
a:active {
text-decoration: none;
}
@font-face {
    font-family: 'robotothin';
    src: url('../font/roboto-thin.eot');
    src: url('../font/roboto-thin.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-thin.woff2') format('woff2'),
         url('../font/roboto-thin.woff') format('woff'),
         url('../font/roboto-thin.ttf') format('truetype'),
         url('../font/roboto-thin.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
      width:100%;
      height: 100%;
      font-family: "Microsoft Yahei";
        background-color: #003e79;
        color:#fff;
}
#mainContainer{
    max-width: 1500px;
    min-width: 1000px;
    overflow: hidden;
    margin:auto;
    position: relative;
}
#qr{
    position: absolute;
    cursor:pointer;
    right: -115px;
    top:0;
    z-index: 100;
}
#logo{
    position: absolute;
    left:30px;
    top:30px;
    z-index: 100;
}
@keyframes run {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -704px 0;
  }
}
#headContainer{
    width:100%;
    height:62px;
    background-image:url('../images/headbg.jpg');
    background-repeat:no-repeat;
    z-index: 10;
    position: relative;
}
#menuContainer{
    margin-left: 280px;
}
#menuContainer li{
    float:left;
    width:176px;
    height:62px;
    line-height: 62px;
    text-align: center;
    cursor:pointer;
    position: relative;
}
#menuContainer .active{
    background-image:url('../images/btnbg.png');
    animation: run .1s steps(4) ;
     animation-fill-mode:forwards;
     -webkit-animation-fill-mode:forwards;
}
#mainContent{
    width:100%;
    height:100%;
}
#content1{
    background-image:url('../images/bg2-1.jpg');
    background-repeat:no-repeat;
    position: relative;
    width:100%;
    /* height:100%; */
     height:785px;
    min-height: 650px;
}
#btnPrev{
    cursor: pointer;
    opacity:0.5;
}
#btnPrev:hover{
    opacity:1;
}
#btnNext{
    cursor: pointer;
    opacity:0.5;
}
#btnNext:hover{
    opacity:1;
}
#footer{
    width:100%;
     height:50px;
    /* background-image:url('../images/footerbg.png');
    background-size: 100% 100%;
    background-repeat:no-repeat; */
    position: relative;
    z-index: 11;
    /* filter:progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=white,endColorStr=#d1ebfa); */
}
#footer #bg{
    position: absolute;
    height:190px;
    bottom:0px;
    left:0px;
    z-index: 1;
    pointer-events: none;
}
#footermenu{
    position: relative;
    z-index: 2;
    color:#fff;
    font-size: 12px;
    height:30px;
    line-height: 30px;
    margin-left: 10px;
}
#footermenu ul{
}
#footermenu li{
    margin:10px 12px;
    letter-spacing: 2px;
    float:left;
}
#footermenu #copyright{
    margin:20px auto;
    display:block;
    text-align: center;
}
.picContainer img{
    max-width: 100%;
    max-height: 100%;
}
/* events */
#btnArea{
    position: absolute;
    width:515px;
    height:425px;
    right:140px;
    top:150px;
}
.eventBtn{
    cursor:pointer;
    transform:scale(1);
}
.eventBtn:hover{
    transform:scale(1.1);
}
#btnArea #btn1{
    position: absolute;
    left:120px;
    top:330px;
    width:131px;
    height:135px;
}
#btnArea #btn2{
    position: absolute;
    left:250px;
    top:220px;
    width:134px;
    height:124px;
}
#btnArea #btn3{
    position: absolute;
    left:350px;
    top:100px;
    width:131px;
    height:135px;
}
#videoBox{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
#videoBox_02{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
#qrBox{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
.dialog{
    position: relative;
    z-index: 110;
    top:20%;
    display:none;
}
#dialogContainer{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:none;
    z-index: 100;
}
#dialogContainer #bg{
    width:100%;
    height:100%;
    opacity: 0.5;
    position: absolute;
    left:0;
    top:0;
    z-index: 100;
    background-color: #000;
}
#content1 #bg{
    width:100%;
    height:100%;
    opacity: 0.5;
    position: absolute;
    left:0;
    top:0;
    background-color: #000;
    z-index: 0;
}
#videoBox #videoPanel{
    margin-left:5%;
    position: relative;
    margin-top: 4%;
    z-index: 10;
}
#videoBox #videoPanel_02{
    margin-left:5%;
    position: relative;
    margin-top: 4%;
    z-index: 10;
}
.opacityBtn_02{
    width:100px;
    height:100px;
    cursor:pointer;
    position: absolute;
}
#videoBox #videoArea{
    z-index: 3;
    position: relative;
    width:766px;
    height:469px;
    background:url('../images/videobg.png') no-repeat;
}
#videoArea_02{
    z-index: 3;
    position: relative;
    width:766px;
    height:469px;
    background:url('../images/videobg.png') no-repeat;
}
#videoBox #controlArea{
    width:766px;
    margin-top: -5px;
    height:170px;
    min-height: 170px;
    position: relative;
    z-index: 11;
    background-color: #2c2d2d;
}
#close{
    position: absolute;
    right:5px;
    top:5px;
    cursor:pointer;
}
#close_02{
    position: absolute;
    right:5px;
    top:5px;
    cursor:pointer;
}
#videoBox #btnPlay{
    position: absolute;
    left:360px;
    top:200px;
    cursor:pointer;
}
.video{
    margin-top: 3px;
    margin-left: 3px;
    width:760px;
    height:460px;
}
#videoBox #videoTitle{
    font-size: 20px;
}
#videoBox #zan{
    padding-top: 20px;
    margin:auto;
    width:90%;
    height:20px;
    line-height: 20px;
}
#videoBox #share{
    color:#a6a6a6;
    height:30px;
    line-height: 20px;
    width:200px;
}
#videoBox #videos{
    height:100px;
    line-height: 100px;
    position: relative;
}
#videoBox #videos ul{
    margin:50px 85px;
}
#videoBox #videos li{
    width:128px;
    height:78px;
    float:left;
    background-color:#242627;
    margin:5px 10px;
}

/* products */
#productArea{
    position: relative;

}
#productArea #pnum{
    color:#fff;
    font-size:200px;
    position: absolute;
    left:335px;
    font-family: "robotothin";
}
#productArea #product{
    position: absolute;
    left:363px;
    top:60px;
    z-index: 5;
}
#productArea #pinfo{
    position: absolute;
    left:610px;
    top:150px;
    z-index: 11;
}
#productArea #ptitle{
    font-size: 36px;
    color:#084c96;
    line-height: 38px;
    font-weight: bold;
}
#productArea #ptxt{
    width:282px;
    letter-spacing: 3px;
    line-height: 18px;
    font-size: 12px;
    margin-top: 20px;
    text-shadow: #666 0 1px 0;
}
#ani{
    width:944px;
    height:785px;
}
#ani #ani1{
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    overflow:hidden;
    /* transform-origin:center center; */
}
#ani #ani2{
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    overflow:hidden;
}
#ani #ani3{
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    overflow:hidden;
    z-index: 9;
}
#ani #ani4{
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    overflow:hidden;
    z-index: 10;
}
/* history */
#historyArea{
    width:1200px;
    height:60px;
    margin:auto;
    position: relative;
    overflow:hidden;
}
#historyArea ul{
    z-index: 2;
    position: relative;
    width:100%;
}
#historyArea li{
    cursor:pointer;
    float:left;
    background:url('../images/history/point1.png') no-repeat 40% 0px;
    height:100px;
    text-align: center;
    line-height: 100px;
    // margin:0 41px 0 0px;
    font-size: 14px;
}
/* #historyArea li:hover{
    background:url('../images/history/point2.png') no-repeat 40% 0px;
} */
#historyArea #historyLine{
    position: absolute;
    left:0;
    top:14px;
    width:1200px;
    height:2px;
    background-color: #dfdfdf;
    z-index: 1;
}
#historyIcon{
    width:800px;
    height:400px;
    margin:50px auto 0 auto;
}
#historyTxt{
    height:200px;
    font-size: 20px;
    width:450px;
    line-height: 32px;
}
#historyContent{
    position: relative;
    top:60px;
}
#historyContent #videos{
    height:183px;
    top:-40px;
    line-height: 183px;
    z-index: 10;
    position: relative;
}
#historyContent #videos ul{
    margin:50px 0 0 185px;
}
#historyContent #videos li{
    width:183px;
    height:106px;
    float:left;
    background-color:#242627;
    margin:5px 10px;
    cursor:pointer;
    text-align: center;
}
#historyContent #videos li img{
    max-height: 100%;
    max-width: 100%;
}
#content1 #videoPanel2{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 3;
    display:none;
}
#content1 #videoPanel2 #bg{
    background-color: #000;
    opacity:0.7;
    width:100%;
    height:100%;
    left:0;
    top:0;
    position: absolute;
}
#content1 #videoArea2{
    z-index: 3;
    position: relative;
    width:825px;
    height:503px;
    top:80px;
    margin:auto;
    background:url('../images/videobg2.jpg') no-repeat;
}
#submenu2{
    display:none;
    position: absolute;
    left:0px;
    top:58px;
    background:url('../images/submenu2.png') no-repeat;
    background-size:100% 100%;
    width:175px;
    height:71px;

}
#submenu2 p{
    height:38px;
    line-height:38px;
    margin-top:-2px;
}
#submenu2 a:link,#submenu2 a:visited{
    color:#000;
    font-size:18px;
}
#submenu2 a:hover{
    /* text-decoration: none; */
}
#btnEnter{
    margin-top:30px;
    cursor:pointer;
}
#enter2{
    margin-top:-100px;
}
#enter2 #content{
    width:1000px;
    height:570px;
    overflow:auto;
    text-align:left;
    line-height:25px;
    margin:auto;
}
#enter2 ul{
    margin-left:30px;
}
#enter2 .title1{
    font-size:24px;
    font-weight:bold;
    margin-top:30px;
}
.obtn{
    cursor:pointer;
    width:160px;
    height:60px;
    position: absolute;
    opacity:0;
    background-color:#ccc;
}
#enter2 #btnReturn{
    margin-top:30px;
    cursor:pointer;
}
.scrollStyle1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollStyle1::-webkit-scrollbar
{
    width: 0px;
    background-color: #F5F5F5;
}

.scrollStyle1::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}
.scrollStyle2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollStyle2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.scrollStyle2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}