/*初始化标签样式*/
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
  border:none;
  font-family:"微软雅黑","黑体","宋体";
  margin:0px;
  padding:0px;
}
html,body{
  height: 100%;
  width: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
a{
  color: rgba(51, 51, 51, 1);
  text-decoration:none;
}
a:link{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}


a:active{
  text-decoration:none;
}
input::-ms-clear{
  display:none;
}
input::-ms-reveal{
  display:none;
}
input{
  margin: 0;
  outline: none;
  padding: 0;
}
input::-webkit-input-placeholder{
  color: #ccc;
}
input::-ms-input-placeholder{
  color: #ccc;
}
input::-moz-placeholder{
  color: #ccc;
}
input[type=submit],input[type=button]{
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
img{
  border:none;
}
ul,ol,li{
  list-style-type:none;
}
/*
*首页样式
*/
body{
  background-color:#F9F9F9;
}

/**
* 头部样式
*/
#header{
  width: 1200px;
  height: 100px;
  background: #FFFFFF;
  margin: 0 auto;
}
#header .header-content{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hedrCont-box1{
  margin-left: 20px;
  display: flex;
}
.hedrCont-box1 img{
  width: 217px;
}
.hedrContBox1-line{
  width: 2px;
  height: 36px;
  background: #F2F2F2;
  margin: auto 20px;
}
.hedrContBox1-p p{
  font-size: 20px;
  font-family: KaiTi;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.hedrContBox1-p p span{
  color: #0168B7;
}
.hedrContBox1-p p:last-child{
  text-indent: 31px;
}
.hedrContBox2-seach{
  position: relative;
}
.hedrContBox2-seach p{
  width: 80px;
  height: 42px;
  background: linear-gradient( 
    -90deg
    , #0168B7 0%, #0080E2 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.hedrContBox2-seach p img{
  width: 21px;
  position: absolute;
  top: 10px;
  left: 29px;
}
.hedrContBox2-seach input{
  width: 340px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  text-indent: 20px;
}
.hedrContBox2-hotSeach{
  display: flex;
  margin-left: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.hedrContBox2-hotSeach a{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-right: 12px;
}
.hedrCont-box3{
  margin-right: 10px;
}
.hedrCont-box3 div{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  margin:  0 auto;
  width: 86px;
  justify-content: space-between;
}
.hedrCont-box3 p{
  width: 144px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #DF1A22;
  border-radius: 13px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DF1A22;
  text-align: center;
  line-height: 26px;
}
/**
* 导航栏样式
*/
#nav{
  width: 1200px;
  height: 50px;
  background: #0168B7;
  margin: 0 auto;
}
#nav .nav-content{
  width: 1200px;
  margin:  0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navCont-box{
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFEFE;
}
.navCont-box:hover{
  background: #007CDB;
  font-weight: bold;
  color: #FFFEFE;
}
.nav-active{
  background: #007CDB;
  font-weight: bold;
}
/*底部*/
#footer{
  width: 1180px;
  padding: 10px;
  background: #FFFFFF;
  margin: 0 auto;
}
.footer-box{
  padding: 45px 100px 25px 100px;
  background: #333333;
}
.footerItem1{
  border-bottom: 1px solid #575757;
  padding-bottom: 19px;
  display: flex;
}
.footerItem1-nr1{
  width: 236px;
  text-align: center;
}
.footerItem1-nr1 img{
  width: 167px;
  /*background: white;*/
}
.footerItem1-nr1 div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footerItem1-nr1 div a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  opacity: 0.7;
  margin-right: 33px;
  margin-top: 14px;
}
.footerItem1-nr1 div a:nth-child(3n){
  margin-right:0;
}
.footerItem1-nr2{
  width: 186px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 93px;
  border-right: 1px solid #575757;
  padding-right: 39px;
}
.footerItem1-nr2 a:first-child{
  width: 148px;
  margin-bottom: 46px;
}
.footerItem1-nr2 a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  opacity: 0.7;
  display: inline-block;
  margin-bottom: 17px;
}
.footerItem1-nr3{
  margin-left: 40px;
}
.footerItem1-nr3 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 12px;
}
.footerItem1-nr3 p:first-child{
  margin-top: 0;
}
.footerItem2{
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #575757;
}
.footerItem2 p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
}
.footerItem2 p:first-child{
  margin-bottom: 12px;
}
.footerItem3{
  width: 632px;
  margin: 20px auto;
  display: flex;
}
.footerItem3 span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.8;
  flex: 1;
}
.footerItem3 div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 572px;
}
.footerItem3 div a{
  padding: 0 9px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
  border-right: 1px solid white;
  margin-bottom: 10px;
}

/* 侧边栏 */
#cbl{
  position: fixed;
  right: 40px;
  top: 30%;

}
.cbl-box{
  width: 70px;
}
.cblBox-item{
  background: #FFFFFF;
  border-bottom: 1px solid #F1F1F1;
  height: 69px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cblBox-item:last-child{
  width: 70px;
  height: 60px;
  margin-top: 10px;
}
.cblBox-item>img{
  height: 20px;
}
.cblBox-item>img:nth-child(2){
  display: none;
}
.cblBox-item p{
  width: 70px;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.cblBox-item:hover{
  background: #0168B7;
}
.cblBox-item:hover p{
  color: #FFFFFF;
}
.cblBox-item:hover >img:nth-child(2){
  display: block;
}
.cblBox-item:hover >img:nth-child(1){
  display: none;
}
.cbl-phoneShow{
  position: absolute;
  width: 130px;
  height: 40px;
  background-color: white;
  left: -146px;
  top: 15px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0168B7;
  text-align: center;
  line-height: 40px;
  display: none;
}
.cbl-sjx{
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid white;
  border-bottom: 5px solid transparent;
  right: -10px;
  top: 12.5px;
}
.cbl-phone:hover .cbl-phoneShow{
  display: block;
}

.cbl-jlqShow{
  position: absolute;
  width: 130px;
  height: 129px;
  background-color: white;
  left: -146px;
  top: 44px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0168B7;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cbl-jlqShow .cbl-sjx{
  top: 63px;
}
.cbl-jlqShow img{
  width: 100px;
}
.cbl-jlq:hover .cbl-jlqShow{
  display: flex;
}


.cbl-gzhShow{
  position: absolute;
  width: 130px;
  height: 129px;
  background-color: white;
  left: -146px;
  top: 110px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0168B7;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cbl-gzhShow .cbl-sjx{
  top: 63px;
}
.cbl-gzhShow img{
  width: 100px;
}
.cbl-gzh:hover .cbl-gzhShow{
  display: flex;
}

/*list开始*/
#gwblist-allbody{
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
}

.gwb-crmubs{
  font-size: 14px;
  font-weight: 900;
  padding: 20px;
}

.gwb-crmubs>span,.gwb-crmubs>span>a,.gwb-crmubs a{
  color: #0168B7;
}



#gwblist-content{
  display: flex;
  justify-content: space-between;
  padding: 0 10px 13px 10px;
}

.gwblist-content-left{
  width: 860px;

}

.gwblist-content-left>h2{
  font-size: 16px;
  background: #F9F9F9;
  padding: 15px 0 15px 9px;
  margin-bottom: 24px;
  margin-left: 10px;
}

.gwblist-content-article>ul{
  color:#666666;
}

.gwblist-content-article>ul>li{
  display: flex;
  justify-content: space-between;
  padding: 0 10px 20px 10px;
}
.gwblist-content-article>ul>li>a{
  display: flex;
  align-items: center;
}
.gwblist-content-article>ul>li>a>label{
  display: block;
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
  margin-right: 5px;
}
.gwblist-content-article>ul>li>a>p{

}
.fr{
  float: right;
}


.gwblist-content-right{
  width: 298px;
}

.gwbFunction-plate{
  text-align: center;
  margin-top: 20px;
}
.gwbFunction-plate{
  text-align: center;
  margin-top: 20px;
  border: 1px solid #EDEDED;
  padding-bottom: 20px;
}
.gwbFunction-item{
  display: flex;
  width: 265px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 1px solid #EDEDED;
  margin: 0 auto;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
.gwbFunction-a1 {
  width: 52px;
  height: 52px;
  background: #F5F5F5;
  border-radius: 26px;
  margin-left: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
/*:hover*/
.gwbFunction-a1{
  background: linear-gradient(0deg, #0875C9 0%, #1892F0 100%);
  color: #FFFFFF;
}
/*:hover*/
.gwbFunction-a1 img:nth-child(2){
  display: block;
}
/*:hover*/
.gwbFunction-a1 img:nth-child(1){
  display: none;
}
/*
.gwbFunction-a1 img:nth-child(2){
display: none;
}*/
.gwbFunction-a1 img{
  height: 16px;
  width: 20px;
}
.gwbFunction-nav{
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gwbFunction-nav a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 56px;
}
.gwbFunction-nav a:hover{
  color: #1389E4;
}
#pages{
  margin: 30px auto;
  text-align: center;
}
#pages a,#pages span{
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 6px 12px;
  margin: 0 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
#pages span{
  background: #297FE8;
  color: #FFFFFF;
}
#pages a:hover{
  background: #297FE8;
  color: #FFFFFF;
}
.gwbFunction-plate>p{
  height: 50px;
  line-height: 50px;
  background: #F9F9F9;
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

.gwbFunction-plate>p>b{
  width: 60px;
  height: 2px;
  background: #0168B7;
  position: absolute;
  bottom: 0;
  left: 120px;
}

.gwbFunctionSum{
  width: 280px;
  border-radius: 50px;
  margin:20px 0;
  display: flex;
  color:#999999;
}

.gwbFunctionSum>p{
  width: 52px;
  height: 52px; 
  background:url('http://www.shjzzjf.net/uploadfile/2021/0310/20210310105034949.png') no-repeat;
  border-radius: 50%;
}

.gwbFunctionSum>ul{
  display: flex;
  width: 220px;
}

.gwbFunctionSum>ul>li{ 

}

.advert{
  width: 300px;
  height: 160px;
  background:#5C9CEC;
  margin-top: 20px;
}

/*list结束*/

/*show开始*/
#show{
  width: 1180px;
  padding: 0 10px;
  background: #FFFFFF;
  margin: 0 auto;
}
.crumbs{
  width: 1180px;
  height: 30px;
  background: #F9F9F9;
  text-indent: 11px;
  line-height: 30px;
}
.crumbs-p1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #DF1A22;
}
.crumbs-p2,.crumbs a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0168B7;
}
.crumbs-p3{
  color: rgba(102, 102, 102, 1);
}
.crumbs-p4{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.show-main{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.show-left{
  width: 860px;
}
.show-right{
  width: 308px;
}
.show-title{
  background: #F9F9F9;
  padding:16px 0 10px 15px ;
}
.show-title h1{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
}
.show-title p {
  display: flex;
}
.show-title p span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.show-title p span img{
  margin-right: 8px;
  height: 14px;
}
.show-Article{
  width: 850px;
  margin: 29px auto;
}
.show-box1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B0B0B0;
  margin-top: 15px;
  margin-bottom: 3px;
}

.yf-scheme {
  background: url(/statics_m/newIndex1028_m/img/北京web端.png) no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 85px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;;
}

.yf-scheme > a {
  display: block;
  width: 100%;
  height: 100%;
}

.scheme-button {
  width: 74px;
  height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 13px;
  display: block;
  background: linear-gradient(
    90deg, #F34832 0%, #FD8950 100%);
  text-align: center;
  position: relative;
  left: 70%;
  top: 31%;
  border-radius: 20px;
  padding-right: 2px 8px 2px 0;
}

.yf-scheme-top {
  background: url(/statics_m/newIndex1028_m/img/yyf-15.png) no-repeat;
  width: 286px;
  height: 21px;
  background-size: 100% 100%;
  position: relative;
  top: -35px;
  left: 3%;
  text-align: center;
}

.yf-scheme-top a {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.yf-access-from-submit {
  width: 300px;
  height: auto;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 24%) 0 1px 8px;
  margin: 0 auto;
  margin-top: 15px;
}

.yf-access-from-submit > div {
  text-align: left;
  width: 260px;
  height: 34px;
  background: #F9F9F9;
  border: 0px solid #EBEBEB;
  border-radius: 20px;
  margin: 5px 0 5px 18px;
  line-height: 34px;
}

.yf-access-from-submit > div > span {
  font-size: 14px;
  display: inline-block;
  margin: 3px 0 0 10px;
}

.yf-access-from-submit > div > input {
  border: 0px solid #EEEEEE;
  background: #F9F9F9;
  text-indent: 2px;
  width: 97px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C0C0C0;
  line-height: 14px;
  outline: none;
}

.yf-access-from-submit > p {
  text-align: center;
  border-radius: 20px ;
  padding:24px;
}

.yf-access-from-submit > p > a {
  width: 180px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 5px;
  background: linear-gradient(0deg, #3097E6 0%, #4BB1FF 100%);
  cursor: pointer;
}

.show-box1 a{
  color: rgba(255, 42, 42, 1);
}
.show-bd{
  width: 860px;
  height: 60px;
  background-image: url(/statics_m/img/show-bg1.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.show-bd input{
  width: 200px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px;
  text-indent: 10px;
  border: 0;
  margin-right: 20px;
}
.show-bd button{
  width: 120px;
  height: 34px;
  background: #F3C925;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  border: 0;
  margin-right: 20px;
  cursor: pointer;
}
.show-zZai{
  padding: 6px 10px 16px;
  background: #F9F9F9;
  margin-top: 20px;
}
.show-zZai p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.show-NextPre a{
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 13px;
}
.show-NextPre a:hover{
  color: #2992FF;
}
.show-news{
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  margin-bottom: 30px;
  margin-top: 20px;
}
.showNews-top{
  display: flex;
  align-items: center;
  width: 858px;
  height: 50px;
  background: #F9F9F9;
  justify-content: space-between;
}
.showNews-top p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.showNews-top p img{
  width: 17px;
  margin-right: 12px;
}
.showNews-top a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-right: 10px;
}
.showNews-item{
  height: 46px;
  border-bottom: 1px solid #F1F1F1 ;
  display: flex;
  align-items: center;
  justify-content: space-between;


}
.showNews-item:last-child{
  border: 0;
}
.showNews-item a{
  display: flex;
  align-items: center;


}
.showNews-item a p{
  display: block;
  width: 750px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.showNews-dsj{
  width: 0px;
  height: 0px;
  border-left: 6px solid #999999;
  /* border-right: 50px solid transparent; */
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin: 0 10px;
}
.showNews-item span{
  margin-right: 10px;
}
/*show结束*/

/*category开始*/
#category{
  width: 1180px;
  padding: 10px;
  background-color: white;
  margin: 0 auto;
}
.category-header{
  display: flex;
  align-items: center;
  width: 1180px;
  background: #FCFCFC;
  border-radius: 4px 4px 0px 0px;
  flex-wrap: wrap;
}
.cateHeader-item{
  width: 147px;
  text-align: center;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cateHeader-item:first-child span{
  display:block;
}
.cateHeader-item:hover{
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(0deg, #34A8FF 0%, #1895F5 100%);
}
.cate-active{
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(0deg, #34A8FF 0%, #1895F5 100%);
}
.cateHeader-item span{
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #34A8FF;
  /* border-bottom: 6px solid transparent; */
  position:absolute;
  bottom: -8px;
  left: 47%;
  display: none;
}
.category-cont{
  margin-top: 10px;
}
.cateCont-box{
  display: none;
  width: 1144px;
  margin: 0 auto;
}
.cateCont-box:first-child{
  display: block;
}

.caContBoc-item{
  display: flex;
  border-bottom: 1px solid #F1F1F1;
  padding-top: 20px;
  padding-bottom: 10px;
}
.caContBoc-left{
  margin-right: 20px;
}
.caContBoc-left img{
  width: 200px;
  height: 124px;
}
.caContBoc-p1{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.caContBoc-p2{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 53px;
}
.caContBoc-p3{
  display: flex;
}
.caContBoc-p3 span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.caContBoc-p3 span img{
  margin: 5px;
}
.caContBoc-p3 a{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
}
.caContBoc-p3 a img{
  margin: 5px;
}
.caContBoc-ckgd{
  display: block;
  width: 240px;
  height: 50px;
  background: linear-gradient(180deg, #5AAFF0 0%, #3B9EEA 100%);
  border-radius: 4px;
  margin: 40px auto;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
/*category结束*/
/*a标签高亮*/
.gwblist-content-article p:hover{
  text-decoration: underline;
  color: #1E50A2;
}
.caContBoc-right a:hover{
  text-decoration: underline;
  color: #1E50A2;
}
.show-Article p{
  margin: inherit;
}
.show-Article {
  font-size:14px;
}
.show-Article img{
  box-shadow: 0 0 5px 3px rgb(0 0 0 / 20%);
}
.show-Article a{
  color: rgb(0, 0, 255);
  text-decoration: underline;
}
.show-Article a span{
  color: rgb(0, 0, 255) !important;
}
.showNews-item a:hover p{
  text-decoration: underline;
  color: #1E50A2;
}
/*新表单样式*/
  #indexBd {
    background-image: url(/static/image/bg.png);
    background-size: 100% 100%;
    width: 1180px;
    margin: 0 auto;
    padding-top: 2px;
  }

  .indexBd-p1 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
  }

  .indexBd-p1 span {
    color: #2FA5FF;
  }

  .indexBd-p2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 6px;
  }

  .indexBd-box1 {
    width: 1140px;
    margin: 0 auto;
    height: 222px;
    border: 10px solid #4586FE;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin-top: 25px;
    display: flex;
    align-items: center;

  }

  .indexBdBox1-item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 182px;
  }

  .indexBdBox1-item1 img {
    height: 80px;
    margin-bottom: 10px;
  }

  .indexBdBox1-item1 span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4988FE;
  }

  .indexBdBox1-item1 div {
    width: 20px;
    height: 2px;
    background: #4686FE;
    margin: 6px auto;
  }

  .indexBdBox1-item1 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    text-align: center;
  }

  .indexBdBox1-item2 {
    display: flex;
    align-items: center;
  }

  .indexBdBox1-item2 p {
    width: 6px;
    height: 6px;
    background: #99BCFF;
    border-radius: 50%;
    margin-right: 16px;
  }

  .indexBdBox1-item2 img {
    width: 16px;
    height: 20px;
  }

  .indexBd-box2 {
    width: 1140px;
    margin: 0 auto;
    height: 106px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

  }

  .indexBdBox2-item1 {
    width: 210px;
  }

  .indexBdBox2-item1 p {
    margin: 0 auto;
    width: 86px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3784FF;
  }

  .indexBdBox2-item1 span {
    display: block;
    margin: 0 auto;
    width: 86px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
  }

  .indexBdBox2-item2 {
    width: 1px;
    height: 30px;
    background: #B5B5B5;
  }

  .indexBd-box3 {
    background-color: rgba(51, 51, 51, 7);
    height: 88px;
    margin-top: 28px;
  }

  .indexBd-input2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .indexBd-input2 a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
  }

  .indexBd-input2 a span {
    color: #F6FF00;
  }

  .indexBd-input1 {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
  }

  .indexBdInpSty1 {
    width: 240px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }

  .indexBdInpSty1 select {
    width: 157px;
    border: 0;
    outline: none;
  }

  .indexBdInpSty1 div {
    width: 1px;
    height: 10px;
    background: #DCDCDC;
  }

  .indexBdInpSty2 {
    width: 260px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 0;
    text-indent: 21px;
  }

  .indexBdTj {
    width: 200px;
    height: 40px;
    background: #E92E35;
    border-radius: 6px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }

  #showBd1 {
    width: 300px;
    background: #FFFFFF;
    margin: 0 auto;
    border: 1px solid #EDEDED;
  }

  .showBd1-box {
    width: 260px;
    height: 580px;
    padding: 20px 10px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 10px;
    border: 1px solid #EDEDED;
  }

  .showBd1-p1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    display: flex;
  }

  .showBd1-p1 span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF1717;
    line-height: 27px;
    margin-right: 5px;
  }

  .showBd1-p2 {
    width: 260px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    outline: none;
    margin-bottom: 20px;
    text-indent: 10px;
  }

  .showBd1-tj {
    width: 180px;
    height: 34px;
    line-height: 34px;
    background: linear-gradient(0deg, #3097E6 0%, #4BB1FF 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 10px auto;
    cursor: pointer;
  }

  .showBd1-div1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .showBd1-div1 a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: 5px;
  }

  .showBd1-div1 a span {
    color: #3198E7;
  }

  #showBd2 {
    background-image: url(/statics/yxz/mobile/images/showBdBj1.png);
    width: 820px;
    padding: 20px;
    background-size: 100% 100%;
  }

  .showBd2-box {
    background-image: url(/statics/yxz/mobile/images/showBdBj2.png);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 40px;
  }

  .showBd2-p1 {
    position: relative;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
  }

  .showBd2-p1 span {
    color: #4BA4FD;
  }

  .showBd2-p1 img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -7px;
    right: 27%;
  }

  .showBd2-p2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-top: 30px;
  }

  .showBd2-p2 span {
    width: 2px;
    height: 10px;
    background: #2C95FF;
    border-radius: 1px;
    margin-right: 10px;
  }

  .showBd2-div1 {
    display: flex;
    width: 33%;
    align-items: center;
    margin-top: 20px;
  }

  .showBd2-div1 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
  }

  .showBd2-mk {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .showBd2-div2{
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .showBd2-div2 span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }
  .showBd2-div2 input{
    width: 180px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    text-indent: 12px;
    margin-left: 10px;
  }
  .showBd2-tj{
    width: 188px;
    height: 34px;
    background: linear-gradient(0deg, #FFFFFF 0%, #43A0FC 0%, #8CC6FF 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
  }
  .showBd2-line{
    width: 820px;
    height: 1px;
    background: #F1F1F1;
    margin: 20px 0;
  }
  .showBd2-ysxy{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .showBd2-ysxy a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }
  .showBd2-ysxy a span{
    color: #3198E7;
  }