html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    font-weight:normal;
    vertical-align:baseline;
    box-sizing: border-box;
}
html,body{
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
ol,ul,li {
    list-style:none;
}
blockquote,q {
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
th,td {
    vertical-align:middle;
}
/* custom */
a {
    outline:none;
    color:#16418a;
    text-decoration:none;
    -webkit-backface-visibility:hidden;
}
a:focus {
    outline:none;
}
input:focus,select:focus,textarea:focus {
    outline:-webkit-focus-ring-color auto 0;
}

/* 声明字体*/
@font-face {
	font-family: electronicFont;
}
.cutDownTime{
    width:290px;
    text-align:center;
    border:3px solid #fff;
    height:64px;
    font-size: 64px;
    font-family: 'electronicFont';
    font-weight: normal;
    color: #FFFFFF;
    margin:8px auto;
}
/* 页面样式 */
.bg{
    z-index: -2;
    /*width: 100%;*/
    min-width: 1400px;
    height:1730px;
    background:url('../images/newbg.jpg') center center no-repeat;
}
.top2{height:50px;margin:0 auto;max-width:1920px;}
.top2 .left{float: left;padding-left:100px;}

.top2 .left img{display:inline-block;width:70px;height:42px;vertical-align: middle;}
.top2 .left .pfWrap li a,.top2 .right li a{color:#fff;transition-duration: 0.3s;}
.top2 .right li a:hover{
    font-weight: bold;
}
.myregister .moudlue2 dd  a{color:#333;}
.myregister .moudlue2 dd  a:hover{color:#174ee7;}
.top2 .left img{display:inline-block;width:70px;height:42px;vertical-align: middle;}
.top2 .left>ul,.top2 .right{display: inline-block;height:50px;padding-top:10px;}
.left .pfWrap>li,.top2 .right>li{display: inline-block;padding:10px 4px;color:#fff;cursor: pointer;position: relative;}
.newDhang .moudlue1,.myregister .moudlue2{display: none;position: absolute;z-index:1;top:40px;left:50%;transform:translateX(-50%);min-width:72px;width:auto;background-color:#fff;padding:8px 8px 16px;border-radius: 4px;}
.newDhang .moudlue1::before,.myregister .moudlue2:before,.telMudule:before{content: '';
    position: absolute;
    top:-8px;
    left:50%;
    transform: translateX(-50%);
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-bottom:8px solid #fff;
    border-right:8px solid transparent;z-index:2}
.newDhang  .moudlue1 li,.myregister .moudlue2 dd{display:block;height:25px;line-height:25px;color:#333;text-align:center;font-size:14px;white-space: nowrap;padding:0;}
.newDhang  .moudlue1 li:hover,.myregister .moudlue2 dd:hover{color:#174ee7;}
.newDhang:hover .moudlue1,.myregister:hover .moudlue2{display: block;}



.top2 .right{float: right;padding-right:100px;}

.search{margin-top:70px;position:relative;}
.search .name{font-size:60px;color:#fff;text-align:center;font-weight:bold;}
.search .input{width:980px;height:40px;margin:0 auto;border-radius: 25px;border:1px solid #fff;margin-top:24px;position:relative;}

.search .input input::-webkit-input-placeholder{
    color: #fff;
}
.search .input input::-moz-placeholder{
    color: #fff;
}
.search .input input:-moz-placeholder{
    color: #fff;
}
.search .input input:-ms-input-placeholder{
   color: #fff;
}
.search .input input{display: inline-block;width:96%;height:100%;padding:0 20px;background-color: transparent;border:none;outline: none;border-radius:20px;background-color:rgba(255,255,255,0.46);color:#fff;}
.search .input .icon{position: absolute;display:inline-block;right:0;top:-1px;width:40px;height:40px;border-radius: 50%;background:url('../images/search.png') center center no-repeat #fff;background-size: 70%;}
.search  .input .tel  .img{
    -webkit-animation: Tada 3s both infinite;
    -moz-animation: Tada 3s both infinite;
    -ms-animation: Tada 3s both infinite;
    animation: Tada 3s both infinite;
    cursor: pointer;
    display:inline-block;right:-50px;top:-1px;width:40px;height:40px;border-radius: 50%;
    background:url('../images/tel.png') center center no-repeat ;background-size: 100%;}
.search  .input .tel{
    display: inline-block;
    position: absolute;display:inline-block;right:-50px;top:-1px;width:40px;height:40px;border-radius: 50%;
} 
.telMudule{
    display: none;
    position: absolute;
    top:101%;
    left:50%;
    transform: translateX(-50%);
    padding:10px;
    line-height:30px;
    background-color:#fff;
    border-radius:4px;
    z-index:2;
    font-size:14px;
}
.telMudule dd:hover{
    cursor: pointer;
    color:#0e90d2;
}
.search  .input  .tel:hover .telMudule{
    display: block;
}
@keyframes Tada {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,73%{
        transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    77%,83%,90%,97%  {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,87%,93%{
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}
.titleWrap{
    width: 880px;
    height: 330px;
    /* border-radius: 50%; */
    position: relative;
    left: 10px;
    top: 20px;
    margin: 30px auto 0;
    
    /* animation: roll 10.5s infinite normal;     */
}

.titleWrap:hover {
animation-play-state:paused;
}

.ggWrapParent{
    width:1280px;
    margin:0 auto;
    min-height:360px;
    background-color:#fff;
}

  .ggWrap{
      width:1280px;
      /*height: 360px;*/
      margin:20px auto;
      display: none;
      
      background-color: #fff;
      border-radius: 4px;
      position: relative;
      padding-bottom: 10px;
  }
  .ggWrap.show{
      display: block;
  }
  .ggWrap .more1{
      text-align:right;
      height:30px;
      line-height:30px;
      color:#333;
      font-size:14px;
      padding-right:36px;
      cursor: pointer;
      margin-bottom: 10px;
  }
  .ggWrap .more1:hover{
      color:#174ee7
  }
  .ggWrap .title{
      width:100%;
      text-align:left;
      font-size:24px;
      font-weight:bold;
      color:#333;
      /*height:40px;*/
      line-height:40px;
      padding-left:34px;
      padding-top:20px;
      position:relative;
      border-bottom:1px solid #ddd;
  }
.ggWrap .title:before{
    position: absolute;
    content:'';
    left:20px ;
    bottom:8px;
    width:6px;
    height:24px;
    background: linear-gradient(to bottom, #2292f4,#2150de);
    border-radius: 3px;
}
  .ggWrap p .num{
      font-size:16px;
      border:1px solid red;
      padding:4px;
      border-radius: 50%;
  }
  .listWrap {
      /* display: flex;
      flex-direction: column; */
      /*-moz-column-count:2; !* Firefox *!*/
/*-webkit-column-count:2; !* Safari and Chrome *!*/
      /*column-count:2;*/
      /*column-gap:36px;*/
      /*padding:24px 36px 12px;*/
      display: none;
  }
.listWrap.show{
    display: block;
}
.listWrap .item{
      /* float: left; */
      /* width:50%; */
      height:40px;
      line-height:40px;
      color:#333;
      /*display: flex;*/
      padding:0 4px;
  }
.listWrap  a{
    display: flex;
    transition-duration: 0.3s;
}
  .listWrap  a:hover,.listWrap  a:hover .txt{
      cursor: pointer;
      color:#174ee7;
      text-indent:8px;
  }
  .listWrap .item:nth-child(even){
      background-color: #f1f1f1;
  }
  .listWrap .item .red{
      color:red;
      vertical-align: middle;
  }
.listWrap .item .status{
      display: inline-block;
    width: 100px;
    vertical-align: middle;
    text-align:right;
  }
  .listWrap  .item .txt{
      display: inline-block;
      width:360px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding:0 4px;
      vertical-align: middle;
      color:#333;
      flex:1;
  }
.listWrap  .zuixin .txt{
    width:540px;
}
  .listWrap  .item .time{
      margin-left:10px;
      vertical-align: middle;
  }
  .ggWrap .icon{
      position: absolute;
      bottom:-40px;
      left:20px;
      width:100px;
      height:90px;
      background:url('../images/picjdjg.png') center center no-repeat;
      background-size: contain;
      z-index:1;
  }

  .pf{
      width:100%;
      height:300px;
        position: relative;
  }
  .pf .img{
      display: inline-block;
      width:390px;
      height:200px;
      background:url('../images/picwww.png') center center no-repeat;
      background-size: contain;
      position: absolute;
      top:-50px;right:calc((100% - 1200px)/2);
      /*margin-left:460px;*/
      /*margin-top:50px;*/
  }
  .pf .sel{
      position: absolute;
      left:880px;
      top:100px;
      display: inline-block;
      width:300px;
      height:35px;
      border-radius: 4px;
      border:1px solid #ddd;
      color:#333;
  }
  .pf .sel option{}
  .cloud9-item .y{
      display: block;
      font-size: 20px;
      color:#f9a109;
  }
  .cloud9-item{
      position: relative;
    }
    .cloud9-item .num{}
    #showcase {
        width: 100%;
        height: 360px;
        
        /* -webkit-box-shadow: 0px 0px 13px 5px #00dcff;
        -moz-box-shadow: 0px 0px 13px 5px #00dcff;
        box-shadow: 0px 0px 43px 30px #00dcff26;
        border-radius: 8px;
        margin-top: 12px;
        visibility: hidden;
        border: 1px solid rgba(0,251,255,0.31); */
    }
    .cloud9-item{
        display: inline-block;
        width:240px;
        height:70px;
        line-height:70px;
        /* background-color: royalblue; */
        color:#fff;
        font-size:24px;
        /* border-radius: 50%; */
        /* padding:0 40px 30px; */
        text-align:center;
        background: url('../images/pictyy.png') center center no-repeat;
        background-size: contain;
        /* box-sizing: content-box; */
        cursor: pointer;
        /*transform: rotate(180deg);*/
        opacity: 0.6;
    }
.cloud9-item:hover{
    opacity: 1;
}

    /*改版后修改样式内容*/
.tabPannel{
    /*width: 1200px;*/
    margin-top:18px;
    padding:0 20px;
    overflow: hidden;
    /*display:flex;*/
    /*justify-content: space-between;*/
}
.paennelGroups{
    float: left;
    width: 110px;
    /* min-height: 380px; */
    position: relative;
    padding-left: 0;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    color: #777;
}
.paennelContent{
    /*clear: none;*/
    float: left;
    width: 1110px;
    /*flex:1;*/
    margin-left: 20px;
    border: none;
    background: #fff;
}
.newPaennerContent{
    width: 1220px;
    margin-left:0px;
}
.paennelGroups .paennelGroup{
    float: none;
    height: 40px;
    line-height: 40px;
    width: 110px;
    background: #F9F9F9;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-align:center;
}
.paennelGroups .paennelGroup.select{
    cursor: pointer;
    background: linear-gradient(to right, #2292f4,#2150de);
    border: 1px solid #2150de;
    color: #fff;
    text-indent: 10px;
}
.user-panel{
    position: relative;
}
.user-panel::after{
    position: absolute;
    content: '';
    right: -5px;
    top: 11px;
    width: 2px;
    height: 22px;
    background-color: #fff;
    border-radius: 2px;
}
.liActive{
    font-weight:bold;
    /*color:#3711ad;*/
    opacity:1;
}
.colorbule{
    color: #2150de;
}
