@charset "UTF-8";

html, body, div, 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, tt, var,
 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:12px/140% Microsoft YaHei,Arial,"宋体",Helvetica, sans-serif,Verdana;
  vertical-align: baseline;
  /*font-family: Microsoft YaHei;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
.top a:last-child{color:#000!important;}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.clearfix:after {content: ""; display: block; height:0; clear:both; visibility: hidden;}

.container{
  width: 1200px !important;
  margin:0 auto;
}
.img{
  display: block;
  width: auto;height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.fl{float: left;}
.fr{float: right;}
.center{text-align: center;}
img{max-width: 100%;}


.flex{display: flex;}
.f-dir{flex-direction:column;}/*竖着排*/
.j-con-bet{ justify-content:space-between;}
.j-con-cen{ justify-content:center;}
.j-con-end{ justify-content:flex-end;}
.j-con-aro{ justify-content:space-around;}
.a-items-cen{align-items:center;}
.a-items-start{align-items: flex-start;}
.a-items-stretch{align-items:stretch;}
.a-items-end{align-items:flex-end;}
.f-wrap{flex-wrap:wrap;}


.relative{position: relative;}
.box{box-sizing: border-box;}
.ver-m{vertical-align: middle}
*{--color:#0D5EB0;--f9:#F9F9F9;}
a{text-decoration: none;}

header{}
header .top1{
  background-color: var(--f9);
}
header .top1 .container{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
header .head-main{

}
header .head-main .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
header form{

}
header form p{
  color: #0353a4;
  font-size: 14px;
}
header form .flex{
  margin-top: 14px;
}
header form .flex:before{
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
  border-width: 12px;
  border-bottom-color: #fff;
  top: -23px;
}


header form .flex img{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 3;
}
header form .flex input{
  width: 270px;
  height: 40px;
  border:none;
  background-color: #fff;
  color: #999;
  font-size: 13px;
  padding:5px 0 5px 30px;
}

header form button{
  border:none;
  color: #fff;
  background-color: var(--color);
  font-size: 15px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
header .nav{
  background-image: linear-gradient(#56bced, #0657A8);
}
header .nav .a-home{
  display: block;
  height: 60px;
  line-height: 60px;
  width: 130px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
header .nav a{
  color: #fff;
}
header .nav .a-home.on{
  background-image: linear-gradient(to right, #3a79bc , #98c0e4);
}
header .nav ul{
  flex:1;
  padding: 5px 0;
  box-sizing: border-box;
}
/*header .nav ul ol{*/
  /*width: 10%;*/
/*}*/
header .nav ul li{
  height: 25px;
  width: 10%;
  padding: 5px 0;
  box-sizing: border-box;
}
header .nav ul a{
  display: block;
  height: 100%;
  font-size: 15px;
  line-height: 100%;
  border-right:1px solid #fff;
  font-weight: bold;
}
header .nav ul li:nth-child(10n) a,header .nav ul li:last-child a{
  border-right:0;
}

footer{

  background-color: #222529;
  color: #999;
  font-size: 14px;
  padding:50px 0;
}
footer .foot-nav{}
footer .foot-nav li{
  border-right: 2px solid #999;
  padding:0 12px;
}
footer .foot-nav li:last-child{
  border-right: 0;
}
footer .foot-nav li a{
  color: #999;
  font-size: 14px;
  display: block;
  line-height: 100%;
}
footer .foot-intro{
  color: #999;
  font-size: 14px;
  margin-top: 10px;
  line-height: 200%;
}
footer .security{
  margin-top: 30px;
}
footer .security li{
  margin-right: 10px;
}






.main1{
  background-color: #F8F8F8;
  padding: 26px 0;
}
#banner{
  width: 100%;
}
#banner .swiper-button-next,#banner .swiper-button-prev{
  color: #595959;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 30px;
}
#banner .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  opacity: 1;background-color: #fff;
  margin:0 5px;
}
#banner .swiper-pagination-bullet-active{
  background-color: #0354A4;
}


.main1 .news1{
  width: 30%;
  background-color: #fff;
  border:1px solid #E2E2E2;
  padding:20px 25px 20px 20px;
  float:right;
}
.main1 .news1 .news-title{
  color: #0454a5;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}

.main1 .news1 .news-info{
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.main1 .news1 .lanmu span{
  background-color: #F8F8F8;
  color: #333333;
  font-size: 13px;
  width: 70px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
}
.main1 .news1 .lanmu .span1{
  width: 60px;
  background-color: red;
  color: #fff;
}
.main1 .news1 .source{
  color: #CCCCCC;
  font-size: 14px;
  line-height: 32px;
  border-right: 2px solid #ccc;
  padding-right: 6px;
  margin-right: 3px;
}
.main1 .news1 .time{
  color: #CCCCCC;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1px;
}
.main1 .news1 .news-intro{
  margin-top: 16px;
  font-size: 13px;
  line-height: 200%;
  color: #666;
}

.main1 .news1 .more{
  display: block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  background-color: #0354A4;
}


.main2{
  padding: 26px 0;
  background-color: #EAEAEA;
}
.main2 ul{

}
.main2 ul li{
  max-width: 164px;
  margin-right: 10px;
}
.main2 ul li:last-child{
  margin-right: 0;
}
.main2 ul li a{
  display: block;
}

.main2 ul li p{
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 3;
  width: 100%;
  color: #fff;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  background-color: rgba(0,0,0,.3);
}




.main3{
  padding-top: 25px;
}
.main3 .tit-img{
 margin-bottom:25px;
}
.main3 .item-div{
  width: 32%;
  margin-bottom:25px;
}
.main4 .item-div{
  width: 100%;
}
.main3 .item-div ul{

}
.main3 .item-div ul .li-title{
  background-color: #F8F8F8;
  border:1px solid #E2E2E2;
  margin:0 -21px 30px -21px;

}
.title-name,.center{
font-weight: bold;
}
.main3 .item-div ul .li-title .li-title-left{
  color: #fff;
  background-image:linear-gradient(to bottom, #297DD3 , #0353A5);
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}
.main3 .item-div ul .li-title .li-title-left img{
  margin-right: 5px;
}
.main3 .item-div ul .li-title .li-title-left .flex{
  width: 44%;
}
.main3 .item-div ul .li-title .more{
  padding-right: 20px;
}
.main3 .item-div ul .li-title .more a{
  display: block;
  font-size: 13px;
  color: #333;
  width: 76px;
}

.main3 .item-div ul{
  padding:0 20px 10px 20px;
  border: 1px solid #ccc;
  border-top: none;
}
.main3 .item-div ul li{
  border-bottom: 1px #CCCCCC dashed;
  padding-bottom: 16px;
  margin-top: 16px;
}
.main3 .item-div ul li:last-child{
  border-bottom: none;
}
.main3 .item-div ul li a{
  display: block;
  width: 78%;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main3 .item-div ul li span{
  display: inline-block;
  font-size: 13px;
  color: #999;
}

.main4 .a-list{

}
.main4 .a-list a{
  display: inline-block;
  width: 14.28%;
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  padding:0 10px;
}
/*面包屑导航 s*/
.mbx{
  margin: 25px 0;
}
.mbx li{
  color: #666;
  font-size: 15px;

}
.mbx li a{
  color: #666;
  font-size: 15px;
}
.mbx li:last-child a{
  color: #0353a4;

}
.mbx li span{
  display: block;
  font-weight: bold;
  font-family: '宋体';
  color: #666;
  margin: 0 5px;

}
  /*面包屑导航 e*/

.public_right{
  width: 320px;
}
.public_right .right-title{
  background-color: #0353A4;
  height: 50px;
  line-height: 50px;
  padding:0 20px;
}
.public_right .right-title span{
  color: #fff;
  font-size: 18px;
}
.public_right .right-title a{
  font-size: 13px;
  color: #fff;
}
.public_right .box-line{
  border:1px solid #E2E2E2;
  border-top: 0;
}
.public_right .search_cert{
  margin-bottom: 20px;
}
.public_right  form{
  padding:40px 20px  20px 20px;
}
.public_right .search-item{
  margin-bottom: 20px;
}
.public_right .search-item span{
  display: block;
  text-align: right;
  width: 80px;
  margin-right:20px;
  font-size: 14px;
  color: #333;
}
.public_right .search-item input{
  /*width: 205px;*/
  flex:1;
  height: 40px;
  padding:5px;
  line-height: 30px;
  border:1px solid #E2E2E2;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
}
.public_right .search-item .submit{
  color: #fff;
  background-color: #0353A4;
  font-size: 15px;
  width: 90px;
  border: none;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  cursor: pointer;
}
.public_right .right-news{

}
.public_right .right-news ul{
  padding:30px 20px 10px;
}
.public_right .right-news li{
  border-bottom: 1px #E2E2E2 dotted;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.public_right .right-news li:last-child{
  border-bottom: none;
}
.public_right .right-news li a{
  display: block;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page{
  margin-bottom: 50px;
  margin-top: 30px;
}





.news-main .news-list{
  width: 850px;
}
.news-main .news-list .classify-name{
  border:1px solid #E2E2E2;
}
.news-main .news-list .classify-name span{
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #0353A4;
  color: #fff;
  font-size: 22px;
  margin: -1px 0;
}
#news1{}
#news1 .news-main{}
#news1 .news-main .news-list-ul{
  margin-top: 38px;
}
#news1 .news-main .news-list-ul li{
  /*margin-right: 3.5%;
  width: 31%;
  margin-bottom: 20px;*/
  width:100%;
  margin-right: 3.5%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#news1 .news-main .news-list-ul li:nth-child(3n){
/*  margin-right: 0;*/
}
#news1 .news-main .news-list-ul li a{
  display: inline-block;
  width: 15%;
  overflow: hidden;
}
#news1 .news-main .news-list-ul li .a-title{
  width: 70%;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: bold;
  margin-left: 16px;
  
}
#news1 .news-main .news-list-ul li .a-title:hover{
  color: #0353a4;
}
#news1 .news-main .news-list-ul li .time{
  color: #999;
  font-size: 14px;
}


#news2{}
#news2 .news-main .news-list-ul{
  margin-top: 38px;
}
#news2 .news-main .news-list-ul li{
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#news2 .news-main .news-list-ul li a{
  display: inline-block;
  color: #333;
  font-size: 16px;
}
#news2 .news-main .news-list-ul li a:hover{
  color: #0353a4;
  text-decoration: underline;
}
#news2 .news-main .news-list-ul li .time{
  display: inline-block;
  color: #999;
  font-size: 14px;
}
#news2 .news-main .news-list-ul li .news-intro{
  font-size: 14px;
  color: #666;
  line-height: 200%;
  margin-top: 22px;
}


.news-details{
  margin-top: 38px;
  border:1px solid #e2e2e2;
  padding:30px 20px;
  margin-bottom: 50px;
}
.news-details .news-title{
  color: #0353a4;
  font-size: 22px;
  margin-bottom: 20px;
}
.news-details .info{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 26px;
}
.news-details .info span{
  display: inline-block;
  padding:0 10px;
  color: #999;
  font-size: 14px;
}

.news-details .news-container{
  font-size: 14px;
  color: #666666;
  padding:24px 0;
  line-height: 200%;

}

#news2  .search{
  margin-top: 26px;
  min-height: 200px;
}
#news2 .news-list form{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
}
#news2 .news-list form input{
  width: 500px;
  height: 50px;
  line-height: 50px;
  border:1px solid #e2e2e2;
  font-size: 14px;
}
#news2 .news-list form button{
  width: 150px;
  height: 50px;
  line-height: 50px;
  border:none;
  color: #fff;
  font-size: 22px;
  letter-spacing: 10px;
  background-color: #0353A4;
  cursor: pointer;
}
#news2 .news-list form .count{
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
}
#news2 .news-list form .count span{
  color: red;
}


#credit{
  margin:100px 0;
}
#credit .nei-container{
  width: 882px;
  height: auto;
  margin:0 auto;

}
#credit .pj_top {
  width: 100%;
  height: 50px;
  background: url(../images/search_s.jpg) no-repeat;
  background-size: contain;
}
#credit .pj_content {
  height: auto;
  width: 100%;
  background: url(../images/search_z.jpg) repeat-y;
 
}
#credit .pj_content .pj_term_bg{
  	max-height:740px;
  	margin: 0 8px;
    background: url(../images/search_hua.jpg) center -30px no-repeat;
    background-size: contain;
}
#credit .pj_bottom {
  height: 50px;
  width: 100%;
  background: url(../images/search_x.jpg) no-repeat;
}


#credit .pj_content .pj_contitle {
  font-weight: bold;
  text-align: center;
  padding:20px 70px 0;

}
#credit .pj_content .pj_contitle div.flex{
  width: 100%;
  /*border-bottom: 2px solid #da0000;*/
  padding-bottom: 20px;
}
#credit .pj_content .pj_contitle .contitle_tlt{
  color: #da0000;
  font-size: 35px;
  margin-left: 30px;
  font-weight: 700;
}
#credit .pj_content .pj_contitle img{
  margin-right: 30px;
}

#credit .pj_term {
  padding:0 70px;
  box-sizing: border-box;
  height: auto;
}
#credit .pj_term_result {
  padding: 0px 24px 10px;
  color: #da0000;
  font-weight: bold;
  font-size: 16px;
}
#credit .pj_term_resultcon {
  padding-left: 120px;
}
#credit .pj_term_resultcon td b{
  font-size: 13px;
  line-height: 200%;
  color: #333;
}
#credit .pj_term_resultcon td span{
  font-size: 13px;
  line-height: 200%;
  color: #666;
}
#credit .red-line{
  width: 100%;
  height: 2px;
  background-color: #da0000;
  margin-top: 25px;
}
#credit .pj_term_content{
  color: #a2a1a1;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}

#credit .errror{
  color: #da0000;
  font-size: 35px;
  margin:150px 0;
}