html,
body,
div,
span,
applet,
object,
iframe,
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,
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;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  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;
}
a{text-decoration:none !important; }

.top{
    width: 100%;
    height: 631px;
    overflow: hidden;
}
.top_center{
    width: 1200px;
    height: 631px;
    margin: 0 auto;
  
}
.top_center .left{
    margin-top: 48px;
    float: left;
}
.nav{
    width: 710px;
    height: 30px;
    float: right;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    font-size: 21px;
}
.nav li{
    text-align: center;
}

  .menu {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100px;
    height: 40px;
    margin-left: 30px;
   
  }
 
  .menu-title {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s background-color;
   
  }
  .menu-title a{
    color: #fff;
  }
  .menu:hover span{
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
  }
  
  
  .menu:hover > .menu-title:before {
    border-top-width: 0;
    transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    background: #000;
  }
  
  .menu-title:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    transition: 0.2s border-bottom ease-in;
 
  }
  

  .menu:hover > .menu-title:after {
  
    transition: 0.2s 0.2s border-bottom-width ease-out;
  }
  .menu-dropdown > * {
    overflow: hidden;
    height: 30px;
    padding: 5px 10px;
    background: transparent;
    white-space: nowrap;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
  }
  .menu-dropdown a:hover{
    text-decoration:none;
    color: #000 !important;
  }
  .menu-dropdown a{
    color: #fff;
  }
 .menu-dropdown {
  margin-top: 10px;}
  .menu:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
  }
  
  .hList > * {
    float: left;

  }
  
 
  .new{
    width: 100%;
    height: 470px;
    background-image: url(./5a3b1984ed0a0f0db124e1be5cbfce6.png);
    background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  }
  .newC{
    width: 1200px;
    height: 421px;
    margin: 50px auto;
    
  }
  .huodong{
    width: 670px;
    height: 421px;
    float: left;
  }
  .huodong .zui{
    width: 670px;
    height: 86px;
    background: -webkit-linear-gradient(left,#2c78fc,#41a4f3);
   
  }
  .huodong .zui img{
    margin-top: 24px;
    margin-left: 20px;
  }
  .huodong .zui .more {
    float: right;
    font-size: 15px;
   
    margin-right: 31px;
    margin-top: 30px;
  }
  .huodong .zui .more a{
    color: #fff !important;
  }
  .shijian{
    width: 485px;
    height: 421px;
    float: right;
    background-image: url(./bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .shijian .time{
     margin-top: 54px;
     margin-left: 62px;
    display: flex;
  }
  .shijian .time img{
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 15px;
    height: 16px;
  }
  .shijian .time div span:nth-child(1){
    color:#fff;
    font-size: 24px;
  }
  .shijian .time div span:nth-child(3){
    color:#fff;
    font-size: 18px;
    display:inline-block;
    margin-top: 13px;
  }
  .shijian .ru{
    color: #fff;
    font-size: 14px;
    margin-top: 21px;
    margin-left: 55px;
  }
  .shijian .bottom{
    width: 485px;
    height: 116px;
    border-top: 1px solid #c5d1c5;
    margin-top: 50px;
    display: flex;
  }
  .shijian .bottom .l1{
    width: 245px;
    height: 116px;
    text-align: center;
    line-height: 140px;
    border-right:  1px solid #c5d1c5;
  }
  .shijian .bottom .l2{
    width: 245px;
    height: 116px;
    text-align: center;
    line-height: 140px;
  }
  .shijian .bottom2{
    width: 485px;
    height: 116px;
    border-top: 1px solid #c5d1c5;
    display: flex;
  }
  .shijian .bottom2 .l1{
    width: 245px;
    height: 116px;
    text-align: center;
    line-height: 140px;
    border-right:  1px solid #c5d1c5;
  }
  .shijian .bottom2 .l2{
    width: 245px;
    height: 116px;
    text-align: center;
    line-height: 140px;
  }
  .tzgg{
    width: 100%;
    height: 260px;
    margin-top: 46px;
  }
  .tzggC{
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    background-image: url(./bg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
  }
  .tzggC .tzggC1 .t1{
    float: left;
    margin-top: 22px;
    margin-left: 21px;
  }
  .tzggC .tzggC1 .t2 a{
    float: right;
    margin-top: 30px;
    margin-right: 21px;
    color: #fff;
    font-size: 14px;
  }
  .tzggC2 {
    margin-top: 84px;
    margin-left: 20px;
  }
  .tzggC2 ul li{
    height: 45px;
    display: flex;
    margin-bottom: 10px;
  }
  .tzggC2 ul li div:nth-child(1){
    width: 109px;
    height: 45px;
    display: inline;
    background-image: url(./shijian.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 15px;
    color: #000;
    font-size: 10px;
    padding-top: 10px;
    padding-right: 24px;
    box-sizing: border-box;
    margin-right: 17px;
  }
  .tzggC2 ul li a{
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    transition: all .7s ease 0s;
  }
  .tzggC2 ul li a:hover{
    font-weight: bold;
  }
  .xwdt{
    width: 100%;
    height: 37px;
    margin-top: 50px;
    margin-bottom: 28px;
  }
  .xwdtC{
    width: 1200px;
    height: 37px;
    margin: 0 auto;
  }
  .xyesd{
    width: 100%;
    height: 281px;

  }
  .xyesdC{
    width: 1200px;
    height: 281px;
    margin: 0 auto;
  }
  .xyesdC .ershi{
    width: 761px;
    height: 281px;
    float: left;
    background-image: url(./bg3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
  }
  .xyesdC .ershi img{
    width: 322px;
    height: 232px;
    margin-top: 25px;
    margin-left: 20px;
    float: left;
  }
  .xyesdC .ershi ul{
    margin-left: 38px;
    float: left;
  }
  .xyesdC .ershi ul li{
    width: 353px;
    height: 71px;
    border-bottom: 1px solid #fff;
 
    display: flex;
   position: relative;
  }
  .xyesdC .ershi ul li .fang{
   position: absolute;
   top: 7px;
   left: -20px;
  }
  .xyesdC .ershi ul li .zi{
    position: absolute;
   bottom: 30px;
    left: 14px;
   }
  .xyesdC .ershi ul li a{
    color: #fff;
    font-size: 16px;
  }
  .xyesdC .ershi ul li span{
    position: absolute;
  bottom: 8px;
     right: 0;
    display: inline;
    margin-top: 10px;

  }
 
  .xyesdC .dangjian{
    width: 397px;
    height: 281px;
    float: right;
    background-image: url(./dj.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .xyesdC_gd a{
   float: right;
   color: #fff;
   margin-top: 15px;
  }
  .dangjian_C{
    width: 169px;
    height: 46px;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    margin-top: 90px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .btn{
    width: 118px;
    height: 30px;background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;

  }
  .btn a{
    color: #0094ff;
  
  }
  .btn:hover{
    box-shadow: 0px 12px 11px 0px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)   ;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    transition: all .7s ease 0s;
  }
  .lunb{
    width: 100%;
    height: 1101px;
    background-image: url(./0fb3148f48ddf8093df65241ceda4ed.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y:273px;
    
  }
 .lunbC{
  width: 1200px;
  height: 1101px;
  margin: 0 auto;
 }
 .lunbC-1{
  width: 1200px;
  height: 582px;
  background-image: url(./bg4.png);
  background-repeat: no-repeat;
  background-size: 290px 531px;
  background-position-y:52px;
  overflow: hidden;
  position: relative;
 }
 .chang{
  width: 142px;
  height: 42px;
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 80px;
  left: 70px;
 }

 .swiper-slide a .swiper-slide-zi span:nth-child(1){
 font-size: 38px;
 color: #000;
 font-weight: 400;

 display: inline-block;
 float: left;
 margin-top: 36px;
 margin-left: 34px;
 }
  .swiper-slide a .swiper-slide-zi span:nth-child(2){
 font-size: 25px;
 color: #000;
 float: left;
 display: inline-block;
margin-left: 24px;
margin-top: 46px;
 }
 .lunbC-2{
  width: 1200px;
  height: 582px;
  background-image: url(./1b98f14b55fc654e8c984f5c6789649.png);
  background-repeat: no-repeat;
  background-size: 290px 481px;
  background-position-y:40px;
  background-position-x:908px;
  overflow: hidden;
  position: relative;
 }
 .zhuan{
  width: 142px;
  height: 42px;
  color: #fff;
  font-size: 35px;
  float: right;
  position: absolute;
    top: 72px;
    right: 70px;
 }
 .tab{
  width: 100%;
  height: 596px;
 }
 .tabC{
  width: 1200px;
  height: 596px;
  margin: 0 auto;
 }
         
        .bigBox {
            width: 646px;
            height: 550px;
            background: #bfd9fe;
            box-sizing: border-box;margin-top: 30px;    overflow: hidden;
    padding-top: 0px;
          margin-top: 46px;
    float: left;
        }
        .bigBoxC{
            width: 627px;
            height: 455px;
            background: #fff;
            margin-top: 85px;
            margin-left: 10px;
        }
        .bigBox ul {
    height: 62px;
            display: flex;
            justify-content: space-evenly;
        }
        
        .bigBox ul li {
            width: 118px !important;
            height: 30px;
            margin-top: 20px;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            border-radius: 20px;transition:all .7s ease 0s;
        }
        .bigBox ul li:hover{
    background-color: #348af9;;cursor: pointer
        }
        .box {
            width: 595px;
            height: 379px;
            margin: 12px auto;
           
             overflow: hidden;
    border-radius: 5px;
        }
        
        .box>div {
            width: 595px;
            height: 379px;
            line-height: 400px;
            font-size: 30px;
            font-weight: 500;
        }
        .box>div a:nth-child(1){
          margin-right: 22px;
        }
        .active {
            width: 118px !important;
    height: 30px;
    border-radius: 20px !important;
    margin-top: 20px;
    background: #348af9 !important;
    color: #fff;
    box-shadow: 0px 5px 11px 0px rgb(11 74 240 / 33%);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)   ;
  
        }
        .qsnkjcx{
          width: 515px;
          height: 550px;
          float: right;
          margin-top: 46px;
        }
        .boxC_1_gd a{
   float: right;
   color: #05167e;
   margin-top: 30px;
   float: right;
  }
  .boxC_1{
    width: 608px;
  }
  .boxC_11{
    margin-top: 20px;
    margin-left: 20px;
    float: left;
  }
  .qsnkjcx .q1{
 margin-bottom: 30px;
  }
 .qsnkjcx .q2{
   background-image: url(./9bbfebc47a9e6068a67b625c1b6d1dd.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 517px;
    height: 192px;
    overflow: hidden;
  }
  .q2_btn{
      width: 118px;
    height: 30px;background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin-left: 37px;
    margin-top: 114px;
  }
  .q2_btn:hover{
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)   ;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    transition: all .7s ease 0s;
    transition: ease-out .7s;
  }
   .q2_btn a{
    color: #0094ff;

  }
    .qsnkjcx .q3 img{
      margin-top: 35px;
    }
    .qsnkjcx .q4{
      background-image: url(./40713c1b8ffe5d0db5da20e7645d75b.jpg);
       background-repeat: no-repeat;
       background-size: 100%;
       width: 517px;
       height: 192px;
       overflow: hidden;
       margin-top: 26px;
     }
     .q4_btn{
      width: 118px;
    height: 30px;background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
   margin-top: 108px;
   margin-left: 368px;
  }
  .q4_btn:hover{
    box-shadow: 0px 12px 11px 0px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)   ;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    transition: all .7s ease 0s;
  }
   .q4_btn a{
    color: #0094ff;

  }
  .ldkjg{
    width: 100%;
    height: 245px;
    margin-top: 46px;
  }
.ldkjgC{
  width: 1200px;
  height: 245px;
  margin: 0 auto;
}
.ldkjgC .ld1{
  width: 373px;
  height: 245px;
  background-image: url(./ldkjg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  float: left;
}
.ld1_btn{
  width: 118px;
height: 30px;background-color: #ffffff;
text-align: center;
line-height: 30px;
border-radius: 30px;
margin: 0 auto;
margin-top: 192px;
}
.ld1_btn:hover{
box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.2);
-webkit-transform: translate3d(0, -1px, 0);
transform: translate3d(0, -1px, 0)   ;
-webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.2);
transition: all .7s ease 0s;
transition: ease-out .7s;
}
.ld1_btn a{
color: #0094ff;

}
.ldkjgC .ld2{
  width: 373px;
  height: 245px;
  background-image: url(./szkjg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  float: left;
  margin-left: 41px;
}
.ld2_btn{
  width: 118px;
height: 30px;background-color: #ffffff;
text-align: center;
line-height: 30px;
border-radius: 30px;
margin: 0 auto;
margin-top: 192px;
}
.ld2_btn:hover{
box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.2);
-webkit-transform: translate3d(0, -1px, 0);
transform: translate3d(0, -1px, 0)   ;
-webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.2);
transition: all .7s ease 0s;
transition: ease-out .7s;
}
.ld2_btn a{
color: #0094ff;

}
.ldkjgC .ld3{
  width: 380px;
  height: 245px;
  float: right;
}
.ldkjgC .ld3 img:nth-child(1){
  margin-bottom: 13px;
}
.yqlj{
  width: 100%;
  height: 130px;
}
.yqljC{
  width: 1200px;
  height: 130px;
  margin: 0 auto;
}
.yqljC ul{
  display: flex;
}
.yqljC ul li:nth-child(1){
  width: 122px;
  height: 40px;
  color: #fff;
  background: #2b78fc;
  line-height: 40px;
  text-align: center;
  margin-top: 45px;
  font-size: 18px;
}
.yqljC ul li span{
  display: inline-block;
  border-right: 1px solid #000;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 56px;
  font-size: 18px;
}
.yqljC a{
  color: #000;
}
.bottom{
  width: 100%;height: 290px;
  background-color: #106fd9;
}
.bottomC{
  width: 1200px;
  height: 290px;margin: 0 auto;
}
.bottomC .left{
  width: 184px;
  height: 290px;
  line-height: 290px;
  text-align: center;
  float: left;
}
.bottomC  ul{
  width: 592px;
  height: 290px;
  float: left;
  padding-top: 64px;
  box-sizing: border-box;
}
.bottomC  ul li{
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.bottomC  ul li a{
  color: #fff;
}
.bottomC  ul li img{
 position: absolute;
 top: -7px;
 left: 0;
}
.bottomC  ul li:nth-child(3){
  padding-left: 30px;
}
.bottomC  .right{
  width: 336px;
  height: 170px;
  float: left;
  display: flex;
  margin-top: 60px;
}
.bottomC  .right img{
  margin-bottom: 16px;
}
.bottomC  .right .r1{
  text-align: center;
  color: #fff;
}
.bottomC  .right .r2{
  text-align: center;
  margin-left: 56px;
  color: #fff;
}