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, 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;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* 以上为初始化 */


@font-face {
  font-family: "iconfont";
  /* Project id 3445949 */
  src: url('https://at.alicdn.com/t/font_3445949_lmgy54snmu.woff2?t=1654331833316') format('woff2'), url('https://at.alicdn.com/t/font_3445949_lmgy54snmu.woff?t=1654331833316') format('woff'), url('https://at.alicdn.com/t/font_3445949_lmgy54snmu.ttf?t=1654331833316') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-yuandian:before {
  content: "\e604";
}



* {
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
text-decoration: none;
}
.w {
  width: 1300px;
  margin: 0 auto;
}
a{
    /* color: #007bff; */
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    font-size: 1rem;
    margin: 0;
}
.search {
min-height: 250px;
background: url('/new-image/top_bg.png') no-repeat;
background-size: 100% 100%;
}
.search .searchMain {
display: flex;
flex-direction: row;
align-items: flex-end;
/* padding-top: 15px; */
}
.search .searchMain .searchRight{
display: flex;
flex-direction: column;
align-items: flex-end;
margin-left: 400px;
}
.search .searchMain .searchRight .input{
position:relative;
/* overflow: hidden; */
}
.search .searchMain .searchRight .input input {
height: 40px;
width: 450px;
border-radius: 20px;
border: none;
padding: 0 10px;
font-size: 20px;
/* position: absolute; */
}
.search .searchMain .searchRight .input .sousuo_icon{
background: url('/new-image/top_search.png') no-repeat;
position: absolute;
/* background-color: #4066de; */
background-position: 50%;
top: 0;
right: 0;
width:60px;
height:38px;
border-radius: 0 20px 20px 0;
background-repeat: no-repeat;
background-size: 50%;
cursor: pointer;
}
.search .searchMain .bt{
float:left;
left:0;
width:380px;
height: 100px;
background: url('/new-image/tou_bt.png') no-repeat;
background-size:100% 100%;
}
.search .searchMain .searchRight .text {
margin-top: 80px;
display: flex;
justify-content: flex-end;
color: #fff;
font-size: 20px;
}
.search .searchMain .searchRight .text .textDl{
padding:0 160px 20px 0;
display: flex;
flex-direction: row;
}
.search .searchMain .searchRight .text .textDl .textWza{
margin-left:20px;
}
.search .searchMain .searchRight .text .textDl div{
text-align: center;
}
.search .searchMain .searchRight .text .textDl a{
text-decoration: none;
color:#fff;
}
.header {
width: 100%;
height: 50px;
line-height: 50px;
background-color: #0153b0;
}
.header .headerMain {
background-color: #0153b0;
height: 100%;
}
.header .headerMain ul {
display: flex;
text-align: center;
}
.header .headerMain ul li {
width: 40%;
border-right: 1px solid #fff;
}
.header .headerMain ul li a {
color: #fff;
width: 100%;
display: block;
height:50px;
font-size: 20px;
}
.header .headerMain ul li:hover {
background-color: #015ec6;
}



.ztzlmain{
  margin-top:20px;
  margin-bottom: 100px;
}

.ztzlmain .topbox{
}

.ztzlmain .topbox .tab{
  /* justify-content: space-between; */
}
.ztzlmain .topbox .tab .hover{
  border-bottom: 2px solid #0153b0;
  /* margin-bottom: 40px; */
}
.ztzlmain .topbox .tab div a{
  color: #000;
  font-size: 30px;
}
.ztzlmain .topbox .tab div{
  display: inline-block;
  width: 140px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-left:60px;
}




.ztzlmain .botbox{


}
.ztzlmain .botbox .botleftbox1 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot1{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox1{
  width: 280px;
}

.ztzlmain .botbox .botleftbox1 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox1 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox1 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox1 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox1{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}





.ztzlmain .botbox .botleftbox2 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot2{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox2{
  width: 280px;
}

.ztzlmain .botbox .botleftbox2 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox2 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox2 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox2 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox2{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}





.ztzlmain .botbox .botleftbox3 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot3{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox3{
  width: 280px;
}

.ztzlmain .botbox .botleftbox3 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox3 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox3 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox3 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox3{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}





.ztzlmain .botbox .botleftbox4 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot4{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox4{
  width: 280px;
}

.ztzlmain .botbox .botleftbox4 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox4 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox4 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox4 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox4{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}




.ztzlmain .botbox .botleftbox5 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot5{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox5{
  width: 280px;
}

.ztzlmain .botbox .botleftbox5 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox5 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox5 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox5 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox5{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}




.ztzlmain .botbox .botleftbox6 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot6{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox6{
  width: 280px;
}

.ztzlmain .botbox .botleftbox6 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox6 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox6 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox6 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox6{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}


/* 新增栏目 */
.ztzlmain .botbox .botleftbox7 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot7{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox7{
  width: 280px;
}

.ztzlmain .botbox .botleftbox7 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox7 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox7 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox7 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox7{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}

/* 第八个 */
.ztzlmain .botbox .botleftbox8 .tab{
  height: 400px;
}
.ztzlmain .botbox .bot8{
  flex-direction: row;
  margin-bottom: 80px;
}

.ztzlmain .botbox .botleftbox8{
  width: 280px;
}

.ztzlmain .botbox .botleftbox8 .tab .hover{
  background-color: #69a8ef;
}
.ztzlmain .botbox .botleftbox8 .tab .hover a{
  color:#fff;
}

.ztzlmain .botbox .botleftbox8 .tab div{
  display: inline-block;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top:30px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}
.ztzlmain .botbox .botleftbox8 .tab a{
  color:#000;
  font-size: 20px;

}



.ztzlmain .botbox .botrightbox8{
  display: block;
  float: right;
  width: 1000px;
  height:400px;
  margin-left: 100px;
  margin-top:-370px;
  border: 1px solid #9aafc4;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #9aafc4;
}





.ztzl .ztzlmain .botbox li{
  padding-left:50px;
  font-size:20px;
  color: #727272;
}

.ztzl .ztzlmain .botbox ul{
  margin-top:30px;
}

.ztzl .ztzlmain .botbox a{
  font-size:20px;

}

.ztzl .ztzlmain .botbox span{
  padding-right:50px;
}















.footerHeader {
margin-top: 20px;
}
.footerHeader .footerHeaderMain {
height: 50px;
background: rgba(232, 232, 232);
line-height: 50px;
display: flex;
justify-content: space-between;
}
.footerHeader .footerHeaderMain ul {
display: flex;
}
.footerHeader .footerHeaderMain ul li {
padding: 0 20px;
}
.footerHeader .footerHeaderMain ul li a {
width: 100%;
height: 100%;
display: block;
font-weight: bold;
color: #000;
}
.footerHeader .footerHeaderMain ul li:hover {
background-color: rgba(198, 196, 198);
}
.footerHeader .footerHeaderMain .map  {
color: rgba(154, 154, 154);
font-size: 13px;
padding: 0 20px;
}
.footerHeader .footerHeaderMain .map a{
color: rgba(154, 154, 154);
}
.footer {
text-align: center !important;
margin: 20px 0;
}
.footer .footerMain {
min-height: 150px;
background: rgba(1, 83, 176);
padding: 20px 40px;
display: flex;
align-items: center;
}
.footer .footerMain .left {
display: flex;
margin-left: 100px;
}
.footer .footerMain .left .Logo,
.footer .footerMain .left .img {
width: 80px;
height: 80px;
padding: 0 10px;
}
.footer .footerMain .right {
width: 100%;
/* padding: 0 30px; */
}
.footer .footerMain .right .textMain {
color: #fff;
font-size: 14px;
}
.footer .footerMain .right .textMain .top {
display: flex;
margin-bottom: 10px;
justify-content: space-evenly;
}
.footer .footerMain .right .textMain .content {
display: flex;
margin-bottom: 10px;
justify-content: space-evenly;
}
.footer .footerMain .right .textMain .bottom {
display: flex;
margin-bottom: 10px;
align-items: center;
justify-content: space-evenly;
}
.footer .footerMain .right .textMain .bottom .jinghuiLogo {
width: 30px;
height: 30px;
}
.footer .footerMain .right .textMain .bottom .jinghui {
display: flex;
align-items: center;
}
