.nav {
  background-color: #0d1f6b;
  height: 80px;
  width: 100%;
  line-height: 80px;
  position: fixed;
  z-index: 77;
}

/* .nav ul li {
  
} */
.nav ul li a {
    width: 195px;
  color: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border-right: #a5fad3 2px solid;
  margin-top:20px; 
  height: 40px;
  line-height: 40px;
}

.nav ul li a:hover ,.nav ul li.current a{
  color: #a5fad3;/* 
  border: #a5fad31px solid; */

}

.banner img {
  margin-top: 80px;
  width: 100%;
}
body>div{
  overflow: hidden;
}
.title {
  width: 555px;
  margin: 0 auto;
  background: url(../images/tit_bg.png) no-repeat center right;
  text-align: center;
  color: #08165f;
  font-size: 20px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight:700;
}
.title1 {
  width: 555px;
  margin: 0 auto;
  background: url(../images/tit_bg.png) no-repeat center right;
  text-align: center;
  color: #08165f;
  font-size: 20px;
  height: 26px;
  line-height: 0px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.dhbg {
 /*  background: url(../images/bg1.png) no-repeat; */
  /* padding-top: 30px; */
  padding-bottom: 20px;
}

.dhbg .w {
  /* height: 325px; */
  background-color: #fff;
  position: relative;
}

.dhbg .swiper {
  width: 428px;
  height: 280px;
  z-index: 66;
  margin-left: 10px;
  /* padding-top: 24px; */
  overflow: hidden;
}

.dhbg .swiper .swiper-slide {
  border-radius: 15px;
  box-shadow: 0px 3px 4.45px 0.55px rgba(96, 96, 96, 0.35);
  width: 428px;
  height: 280px;
}
.dhbg .swiper .swiper-container{
  width: 428px;
  height: 280px;
  position: absolute;
  top:50%;
  margin-top: -140px;
}

.dhbg .swiper .pagination {
  width: 428px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  /* background-color: #ebb533; */
  z-index: 70;
  text-align: center;
}

.dhbg .swiper .pagination span {
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
  display: inline-block !important;
  width: 24px;
  height: 3px;
  margin-right: 5px;
}

.dhbg .swiper .pagination span.swiper-active-switch {
  background-color: rgb(13, 31, 107);
  opacity: 1;
}

.dhbg .w .jieshao {
  /* font-size: 18px; */
  color: rgb(0, 0, 0);
  line-height: 1.834;
  text-align: left;
  text-indent: 2em;
  padding-top: 20px;
  width: 1000px;
  padding-right: 20px;
}

.dhld {
  /* padding-top: 30px; */
  padding-bottom: 45px;
}

.dhld ul li.fl {
  height: 241px;
  width: 212px;
  margin-right: 50px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 4.45px 0.55px rgba(96, 96, 96, 0.35);

}

.dhld ul li.fl:nth-child(1) {
  background: url(../images/liangdian1.png) no-repeat center;
}

.dhld ul li.fl:nth-child(2) {
  background: url(../images/liangdian2.png) no-repeat center;
}

.dhld ul li.fl:nth-child(3) {
  background: url(../images/liangdian3.png) no-repeat center;
}

.dhld ul li.fl:nth-child(4) {
  background: url(../images/liangdian4.png) no-repeat center;
  margin-right: 0;
}

.dhld ul li.fl .zhezhao {
  border-radius: 5px;

  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(19, 23, 159) 0%, rgba(19, 23, 159, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(19, 23, 159) 0%, rgba(19, 23, 159, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(19, 23, 159) 0%, rgba(19, 23, 159, 0) 100%);

}

.dhld ul li.fl .zhezhao:hover {
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.dhld li img {
  margin-top: 20px;
}

.dhld li h2 {
  font-size: 23px;
  line-height: 1.435;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
}

.dhld li p {
  font-size: 12px;
  color: rgb(255, 255, 254);
  line-height: 1.611;
  text-align: center;
}

.dhld .fl .zhezhao:hover h2,
.dhld .fl .zhezhao:hover p {
  color: rgb(223, 150, 33);
}

.dhyc{
    /* background-image: -moz-linear-gradient( 90deg, rgb(150,109,57) 0%, rgb(218,191,136) 100%); 
    background-image: -webkit-linear-gradient( 90deg, rgb(150,109,57) 0%, rgb(218,191,136) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(150,109,57) 0%, rgb(218,191,136) 100%);*/
    /* padding-top: 30px; */
}
.dhyc .w{
  background-color: #fff;
  padding: 24px;
  padding-top: 27px;
  box-sizing: border-box;
}
.dhyc .w .tab {
  height:60px;
}
.dhyc .w .tab .fl{
width:476px;
box-sizing: border-box;
border: 1px solid #ccc;
text-align: center;
height:60px;
line-height: 60px;
font-size: 20px;
color: rgb(0, 0, 0);
cursor: pointer;
}

.dhyc .w .tab .fl.choose{
  border: #0d1f6b 1px solid;
  color: #000;
}
.dhyc .w .tab .fl:nth-child(1){
  border-right:#0d1f6b 1px solid;
}
.dhyc .w .tab .fl.choose:nth-child(2),.dhyc .w .tab .fl:nth-child(2){
  border-left: none;
}
.date{
  margin-top: 60px;
}
table th{
    background-color: #0d1f6b;
    width: 100%;
    height: 70px;
    line-height: 35px;
   color: #fff;
}
table .tableTit th{
    background-color: rgb(225, 225, 225);
    height: 37px;
   line-height: 37px;
   color: #000;
   border: 1px solid #cbcbcb;
  border-right: none;
  border-bottom: none;
}
table .tableTit th:last-child,table tr td:last-child{
  border-right: 1px solid #cbcbcb;

}
table tr td{
  border: 1px solid #cbcbcb;
  border-right: none;
  border-bottom: none;
  text-align: center;
  height:36px;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 10px;
}
table tr:last-child td{
  border-bottom: 1px solid #cbcbcb;

}
.tab_tit2{
  width: 832px;
    margin: 30px 0px 30px 68px;
}
.tab_tit2 span{
  display: inline-block;
    font-size: 13px;
    color: #454545;
    line-height: 30px;
    height: 35px;
    width: 383px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #0d1f6b;
    margin-top: 5px;
    margin-bottom: 3px;
}
.tab_tit2 span.on {
  background: #0d1f6b;
  border-radius: 4px;
  color: #fff;
}
.tab2 .tableTit{
line-height: 20px;
}
.yjjb{
  /* padding-top: 30px; */
  background-color: #ededed;
  padding-bottom: 40px;
}
.tabBox{
  margin-bottom: 10px;
}
.tab3_tit{
  background: url(../images/tab3_tit.png) no-repeat ;
  background-size: 100%;
  width: 1000px;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  font-size: 20px;
  padding-left: 80px;
    color: rgb(52, 53, 190);
    cursor: pointer;
}
.choose .tab3_tit {
    background-image: -moz-linear-gradient( 90deg, rgb(50,50,189) 0%, rgb(79,137,232) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(50,50,189) 0%, rgb(79,137,232) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(50,50,189) 0%, rgb(79,137,232) 100%);
 
   color: #Fff;
   padding-left: 40px;
}
.tab3 ul {
  margin-top: 30px;
  display: none;
}
.tab3 .tabBox.choose ul{
  display: block;
}
.tab3 ul .fl {
  /* padding: 0 15px; */
  box-sizing: border-box;
  margin-right: 60px;
  margin-bottom: 105px;
  width:200px;
  text-align: center;
  height:260px;
}
.tab3 ul .fl img{
  width:170px; 
  height:170px;
  box-shadow: 0px 3px 4.45px 0.55px rgba(96, 96, 96, 0.35);
    border-radius:141px;
}
.tab3 ul .fl:nth-child(4n+4){
  margin-right: 0;
}
.tab3 ul h2{
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.65;
    letter-spacing: 1px;
}
.tab3 ul p{
  /* letter-spacing: 1px; */
    font-size: 16px;
    font-family: "Source Han Sans CN";
    color: rgb(52, 53, 190);
    line-height: 1.625;
    text-align: center;
    
}
.hzmt{
  /* padding-top: 30px; */
    background-image: -moz-linear-gradient( 90deg, rgb(150,109,57) 0%, rgb(218,191,136) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(150,109,57) 0%, rgb(218,191,136) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(150,109,57) 0%, rgb(218,191,136) 100%);
}
.hzmt li{
  margin-right: 40px;
margin-bottom: 40px;
box-shadow: 0px 3px 4.45px 0.55px rgba(96, 96, 96, 0.35);

}
.hzmt ul li:nth-child(5n+5){
  margin-right: 0;
}

.bmch {
  /* padding-top: 30px; */
  background-color: #ededed;
  /* text-align: center; */
  padding-bottom: 20px;
}
.bmBox{
  margin-top: 36px;
}
.mb36{
  height:36px;
  line-height: 36px;
  width:477px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.mb36 .label{
    font-size: 20px;
    color: rgb(52, 53, 190);
   
}
.mb36 input{
    background: url(../images/inputbg.png) no-repeat left;
    width:318px;
 height:36px;
 box-sizing: border-box;
 border: none;
 padding-left: 10px;
 margin-left:67px;
}
.tk{
	text-align:center;
	margin:36px auto;

}
.tk1{
	width:398px;
  margin:0 auto;

}
.tk2{
	text-align:center;
	
}
.tj_btn{
    background-color: rgb(13 31 107);
    width: 180px;
    height: 53px;
      font-size: 20px;
      font-family: "Source Han Sans CN" !important;
      color: rgb(255, 255, 255);
      line-height: 1.65;
    
}
.p1{
    font-size: 18px;
    font-family: "Source Han Sans CN";
    color: rgb(0, 0, 0);
    line-height: 60px;
    text-align: center;
    
}
.p2{
    font-size: 18px;
    font-family: "Source Han Sans CN";
    color: rgb(0, 0, 0);
    line-height: 2;
    text-align: center;
    
}
.footer{
  width: 100%;
  padding: 1px 0 40px;
    background-image: -moz-linear-gradient( 90deg, rgb(13 31 107) 0%, rgb(22 47 154) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(13 31 107) 0%, rgb(19 43 144) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(125,84,31) 0%, rgb(211,170,86) 100%);
   
}

.footer .lxfs{
  float: left;
  color:#fff;
  margin-right: -173px;
  width:325px;
  margin-left:251px;
  margin-top:30px;
  
}
.footer .lx1{
  margin-right: 0;
}
.footer .lxfs h2{
    font-size: 20px;
    font-family: "Source Han Sans CN";
    color: rgb(255, 255, 255);
    line-height: 0.5;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer .lxfs p{
    font-size: 17px;
    font-family: "Source Han Sans CN";
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;/* 
    text-align: left;
    */
}
.footer .lxwm img{
  display: block;
  margin: 0 auto;
  width: 134px;
}
.footer .lxwm h2{
  font-size: 20px;
    font-family: "Source Han Sans CN";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 36px;
}