a{
  color:inherit;
}
a:hover{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
  padding-left:0px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner{
  position: relative;
}
.container{
  max-width: 1500px;
}
.logo{
  position: absolute;
  left: 10%;
  top:5%;
  z-index: 2;
}
.width100 img{
  width:100%;
}
.topbar{
  background: #ededed;
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
.topbar a{
  margin-right: 20px;
}
.topbar img{
  margin-top: -5px;
}
.topbar a.ac{
  color: #1f8189;
}
.topbarfr{
  text-align: right;
}
.top{
  padding:30px 0px 25px;
}
.topfr{
  text-align: right;
}
.topfr a{
  border-radius: 60px;
  border: #ccc solid 1px;
  color: #999;
  padding:3px 10px;
  margin-left: 10px;
  font-size: 14px;
}
.search{
  border: #18acb9 solid 1px;
  border-radius: 50px;
  text-align: right;
  width:80%;
  float: right;
  height:40px;
}
.search input{
  border:none;
  background: none;
  outline: none;
}
.search button{
  position: absolute;
  right:15px;
  top:1px;
  background: #18acb9;
  border:none;
  border-radius: 50px;
  width: 38px;
  height:38px;
}
.dbu{
	display: flex;
	justify-content: space-between;
}
.col-logo{
	width: 20%;
	margin-right: 10%;
}
.col-dh{
	width: 70%;
}
.navbox{
  color: #063dd7;
}
.navbox .navbar{
  padding-left:0px;
  padding-right:0px;
}
.navbar-dark .navbar-nav .nav-link{
	color: #063dd7;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #ff6000;
}
.navbox .dropdown-menu{
  background: rgba(0,0,0,.5);
  border:none;
  border-radius: 0px;
  min-width: 100px;
  top:45px;
}
.navbar-dark .navbar-nav .active>.nav-link,{
	color: #063dd7;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff6000;
}
.navbox .dropdown-item{
  color: #ffffff;
  text-align: center;
}
.navbox .dropdown-item:hover{
  background: #ff6000;
}
.navbox ul.navbar-nav{
  width:100%;
  text-align: center;
}
.navbox ul.navbar-nav li{
  width:12%;
}

.swiper-container1 .swiper-pagination-bullet{
  width:80px;
  border-radius: 0px;
}
.swiper-container1 .swiper-pagination-bullet-active{
  background: #18acb9;
}
.swiper-container-horizontal>.swiper-pagination1{
  bottom:50px;
}
.sidebar{
  width:45px;
  position: fixed;
  right:20px;
  top:50%;
  text-align: center;
  z-index: 2;
}
.sidebar a{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.backtop{
  background: #002fa7;
}
.tanchu{
  position: relative;
  background: #585858;
  margin-bottom: 1px;
}
.erweimatan,.phonetan,.dizhitan{
  position: absolute;
}
.erweimatan{
  margin-top: -40px;
  left:-85px;
  top:50%;
}
.dizhitan{
  margin-top: -45px;
  left: -275px;
  top: 60%;
}
.phonetan{
  width:178px;
  height:86px;
  margin-top: -43px;
  left:-160px;
  top:50%;
  background: url("../images/phonebg.png") no-repeat center;
  padding-top: 30px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  color: #002fa7;
}
.tan{
  display: none;
}
.ann{
	position: absolute;
    width: 720px;
    top: 82%;
    left: 30%;
    text-align: center;
    z-index: 999;
}
.ann p{
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.ttyyt{
	width: 100%;
	background: #f3f8ff;
	padding: 40px 0;
	text-align: center;
}
.yytx{
	font-size:18px;
	color: #5e5e5e;
	line-height: 26px;
}
.yytx p{
	margin-top: 20px;
	margin-bottom: 0;
}
.part1{
	background: url("../images/bg111.jpg") no-repeat top;
	padding-top: 50px;
}
.topmenu span{
  font-size: 40px;
  display: block;
  color: #11aab7;
}
.topmenu a{
  padding:10px 0px 15px;
  display: block
}
.topmenu .col{
  background: #fff;
  transition: all .3s ease-out .1s;
}
.topmenu .col:hover{
  background: #11aab7;
  transition: all .3s ease-in .1s;
  color: #fff;
}
.topmenu .col span{
  /* transform:scale(1) ;
  -webkit-transform:scale(1) ;
  -moz-transform:scale(1) ;
  -o-transform:scale(1); */
  transform: rotateY(0deg);
  transition: all .5s ease .1s;
}
.topmenu .col:hover span{
  color: #fff;
  /* transform:scale(1.1) ;
  -webkit-transform:scale(1.1) ;
  -moz-transform:scale(1.1) ;
  -o-transform:scale(1.1); */
  transform: rotateY(360deg);
  transition: all .5s ease .2s;
}
.topmenu .col::before{
  content: "";
  position: absolute;
  left:0px;
  bottom:0px;
  width:0;
  height:5px;
  background: #f07d01;
  transition: all .3s ease-in .1s;
}
.topmenu .col:hover::before{
  width:100%;
  transition: all .3s ease-out .1s;
}
.topmenu{
  background: #fff;
  text-align: center;
  box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  z-index: 3;
  color: #666;
}
/* .topmenu .col{
  border-right: #eee solid 1px;
}
.topmenu .col:last-child{
  border-right:none;
} */
.swiper-containermode img{
  width:100%;
}
.swiper-containermode p{
  position:absolute;
  left:0px;
  bottom:0px;
  background:rgba(0,0,0,.5);
  color:#fff;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:0px;
  width:100%;
  line-height:45px;
  width:100%;
  padding-left: 10px;
  padding-right: 100px;
}
.swiper-paginationmode{
  text-align:right;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
   width:98%;
}
.mt40px{
  margin-top: 40px;
}
.title {
    margin-bottom: 30px;
    position: relative;
}
.more1{
    color: #ffffff;
	background-color: #002fa7;
	position: absolute;
    right: 0px;
    font-size: 14px;
    top: 14px;
	padding: 6px 10px;
	border-radius: 5px;
}
.tzgg{
	display: flex;
	justify-content: space-between;
}
.tzgg .tz1{
	width: 39%;
	margin-right: 1%;
}
.tzgg .tztu{
	width: 20%;
}
.tztuwen{
	background-color: #f8f8f8;
	padding: 26px 10px;
	margin-bottom: 15px;
}
.tztuwen h2{
	font-size: 16px;
	color: #5c5b5b;
	line-height: 28px;
	overflow:hidden;
  	text-overflow:ellipsis;
  	white-space:nowrap;
}
.tztuwen p{
	font-size: 16px;
	color: #acacac;
	margin-bottom: 0;
}
.tztuwen:hover{
	background-color: #002fa7;
	color: #ffffff;
}
.dangj{
	background-color: #f3f8ff;
	padding: 35px 10px 20px;
}
.mt10px{
	margin-top: 10px;
}
.mt50px{
	margin-top: 50px;
}
.yewu{
margin: 30px auto 0;
position: relative;}
.ywkk img{
width:100%;
}
.yewu .swiper-button-next,.yewu .swiper-container-rtl .swiper-button-prev{
  right:-30px;
  outline: none;
}
.yewu .swiper-button-prev,.yewu .swiper-container-rtl .swiper-button-next{
  left:-40px;
  outline: none;
}
.swiper-button-prev6::after{
color:#002fa7;}
.swiper-button-next6::after{
color:#002fa7;}
.zuopin1 img{
	border-radius: 10px;
}
.part4{
	background: url("../images/spbg.jpg") no-repeat top center;
	margin-top: 100px;
	padding-top:200px;
	height: 868px;
}
.shipin{
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px;
	padding: 35px 20px;
	position: relative;
}
.shipin h2{
	font-size: 22px;
	color: #002fa7;
	font-weight: bold;
	margin-bottom: 30px;
}
.shipin .playBtn {
    width: 60px;
    height: 56px;
    position: absolute;
    top: 155px;
    right: 145px;
    cursor: pointer;
}
.shipin h1{
	font-size: 16px;
	line-height: 30px;
	color: #5e5e5e;
	margin-bottom: 30px;
	margin-top: 20px;
}
.shipin p{
	font-size: 16px;
	line-height: 30px;
	color: #a7a7a7;
	margin-bottom: 0;
}
.part5 {
    padding-top: 100px;
	color: #878787;
	text-align: center;
}
.dbdh h4 {
    color: #191a1b;
	font-size: 18px;
	font-weight: bold;
}
.db li {
    line-height: 36px;
    font-size: 16px;
}
.footer{
  background: #062b60;
  color: #fff;
  padding:20px 0px;
}
.link{
    font-size: 18px;
	border-bottom: 1px #ffffff solid;
    padding-bottom: 30px;
    padding-top: 10px;
}
.link select{
    width: 320px;
    font-size: 16px;
    margin-right: 50px;
    margin-left: 50px;
}
}
.email img{
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.email{
  overflow: hidden;
  zoom:1;
  margin-left: 20px;
}
.email h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.email p{
  font-size: 14px;
}
.footerbm p{
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 28px;
}
.text-align-center{
  text-align: center;
}
.borderright{
  border-right: #999 solid 1px;
}
.footerb{
  padding:50px 0px 70px;
}
.piclink a{
  display: block;
  position: relative;
}
.piclink p{
  width:100%;
  position: absolute;
  bottom:0px;
  left: 0px;
  color: #fff;
  background: rgba(0,0,0,.5);
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.bignews{
  margin-top: 30px;
}
.bignews h3{
  font-size: 24px;
  /* margin-bottom: 0px; */
}
.bignews p{
  color: #999;
  font-size: 14px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
ul.main li{
  line-height: 46px;
  position: relative;
  padding-left:10px;
  overflow:hidden;
  font-size: 16px;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #000000;
  border-bottom: 1px #e8e8e8 solid;
}
.blue{
  color: #42d7e4;
}
.time {
  font-size: 36px;
  text-align: center;
  padding-bottom: 10px;
}
.time span{
  display: block;
  font-size: 14px;
}
.width80{
    width:80%;
}

ul.topmain li{
  display: flex;
  justify-content:space-between;
}
ul.topmain li span{
  color: #acacac;
}
.yindao{
	overflow: hidden;
    width: 100%;
    height: 100%;
}
.huany{
	width: 100vw;
    height: 100vh;
    background:url("../images/bghyy.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.huanyingye{
	position: relative;
    z-index: 0;
}
.huany-box{
	position: relative;
    height: 100%;
	display: flex;
	align-items: center;
}
.huany-box .logo{
    position: absolute;
    top: 8%;
	left: 35%;
}
.huany-box .title{
	font-weight: 400;
    color:#002fa7;
    position: absolute;
    top: 62%;
	left: 34%;
    white-space: nowrap;
    user-select: none;
}
.huany-box .enter{
    font-weight: 400;
    color: #ffffff;
	background-color: #002fa7;
    position: absolute;
    top: 78%;
	left: 48%;
    cursor: pointer;
}


/* 二级页列表 */
.mt25px{
	margin-top: 25px;
}
.bt6px{
	border-top: 6px #002fa7 solid;
}
.dbdh h4{ color: #fb6810;}
.banner img{ width: 100%;}
.mbx{color: #7f7f7f;
    background-color: #e8f5ff;
    padding: 10px 15px;
    border-radius: 0px;}
.erjil h1{ background-color: #002fa7; font-size:24px;text-shadow: rgba(0,0,0,.5) 1px 1px 1px; color:#FFFFFF; text-align:center; height:100px; border-bottom:1px #FFFFFF solid; padding-top:40px;margin-bottom: 0px;}
.ejl li{ font-size:18px; text-align:center; line-height:60px; background-color:#e8f5ff; color:#005ab6; border-bottom:1px #FFFFFF solid;}
.ejl li.h180{ height:180px; background-color:#e8f5ff;}
.ejl li.h180:hover{ background:none;background-color:#e8f5ff;}
.ejl li:hover{background-color:#002fa7;color:#FFFFFF;background:url("../images/ejjt.png") no-repeat #002fa7 220px;}
.h80px{ height:80px;}
.bb li{ border-bottom:1px #d4d4d4 dashed;}
.ywlanmut{ margin-bottom:30px;}

.newswt p.qhui a{ color:#9a9a9a;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newswt p.time{ font-size:14px; line-height: 20px; color: #0077f0; display:flex;padding-bottom: 0;}
.newswt{
  margin: 30px auto 5px;
  border-bottom: #d5d5d5 dashed 1px;
  padding-bottom: 30px;
}
.newswt .row{
	margin-left: 10px;
}
.newswt h3{
  font-size:20px;
  overflow:hidden;
  line-height:35px;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
.newswt p a{
  font-size: 14px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  margin-bottom:0px;
  color: #999;
  line-height: 26px;

}
.lanmut h5 {
    font-size: 24px;
	font-weight: bold;
    line-height: 40px;
    color: #002fa7;
}
.lanmut {
	border-bottom: 1px solid #002fa7;
}

/*末页*/
.moye h3{ text-align:center;font-size: 30px; line-height: 50px; font-weight: normal; color: #4c4b4b; font-weight: bold;}
.moye h6{ text-align:center; margin:20px 0 50px; font-size: 16px; line-height: 20px; font-weight: normal; color: #868686}
.moye h6 span{
	color: #0063b7;
	margin-right: 30px;
}
.moye .moyetu{margin:0 auto; margin-bottom: 40px;}
.nrr{
	background-color: #f7f7f7;
	margin-top: 25px;
	padding: 75px;
	margin-bottom: 30px;
}
.moye p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 36px;
	color: #545454;
	margin-bottom: 35px;
}

/*集团简介*/
.landi{
	width: 100%;
	background-color: #e5ecff;
	margin-left: 0;
	padding: 80px 30px;
	margin-bottom: 100px;
}
.lanzi{
	font-size: 18px;
	color:#002fa7;
	line-height: 50px;
	text-align: center;
}
.lanzi p span{
	font-size: 60px;
}

/*大事记*/
.dsj{
	display: flex;
	justify-content: flex-start;
}
.wz{
	background-color:#002fa7;
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
	padding: 30px 25px;
	color: #ffffff;
}
.dsjxx{
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 300px;
}
.dsjxx2{
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 140px;
}
.dsjshow{
	margin-top: 90px;
	margin-bottom: 150px;
}
.dsjwenzi{
	position: absolute;
	right: calc(50% + 50px);
}
.dsjwenzi p{
	font-size: 16px;
	line-height: 32px;
	color: #212121;
}
.line{
	-webkit-box-flex:1;
	flex: 1;
}
.line::before{
	position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background:#002fa7;
    top: 0;
    left: 50%;
}
.line::after{
	position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 41px;
	background: url("../images/qh1.png") no-repeat top center;
    top: -20px;
    left: calc(50% - 9px);
}
.dsjpic{
	position: absolute;
	left: calc(50% + 50px);
}
.dsjpicrr{
	position: absolute;
	right: calc(50% + 50px);
}
.dsjwenzill{
	position: absolute;
	left: calc(50% + 50px);
}
.dsjwenzill p{
	font-size: 16px;
	line-height: 32px;
	color: #212121;
}

/*视频中心*/
.shipinxx{
	box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px;
	margin-top: 60px;
}
.shipintu{
	position: relative;
}
.shipintu .playBtn {
    width: 85px;
    height: 80px;
    position: absolute;
    top: 80px;
    right: 135px;
    cursor: pointer;
}
.shipinzi{
	padding: 10px;
}
.shipinzi h2{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #343434;
	height: 74px;
	overflow: hidden;
    margin-bottom: 25px;
}
.shipinzi p{
	font-size: 16px;
	color: #b1b1b1;
}

/*荣誉资质*/

.ryzzxx{
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 300px;
}
.ryzzxx2{
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 140px;
}
.ryzzshow{
	margin-top: 90px;
	margin-bottom: 150px;
}
.ryzzwenzi{
	position: absolute;
	right: calc(50% + 30px);
	background: url("../images/ryzz3.jpg") no-repeat bottom right;
}
.ryzzwenzi .shijian{
	font-size: 24px;
	color: #999999;
}
.linery{
	-webkit-box-flex:1;
	flex: 1;
}
.linery::before{
	position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background:#dddddd;
    top: 0;
    left: 50%;
}
.linery::after{
	position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
	background:url("../images/ryzzbg1.png") no-repeat top center;
    top: -20px;
    left: calc(50% - 9px);
}
.ryzzpic{
	position: absolute;
	left: calc(50% + 30px);
}
.ryzzpic img{
	border-radius: 10px;
}
.ryzzpicrr{
	position: absolute;
	right: calc(50% + 30px);
}
.ryzzpicrr img{
	border-radius: 10px;
}
.ryzzwenzill{
	position: absolute;
	left: calc(50% + 30px);
	background: url("../images/ryzz2.png") no-repeat bottom left;
}

.rongyu h1{
	font-size: 24px;
	color: #999999;
	line-height: 30px;
}
.rongyu h2{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
}
.rongyu h3{
	font-size: 18px;
	color: #212121;
	line-height: 30px;
}
.rongyu h4{
	font-size: 16px;
	color: #666666;
	line-height: 15px;
	margin-bottom: 50px;
}


/*网上营业厅*/
.yytbl{
	background-color: #f7f7f7;
	padding-bottom: 5px;
	position: relative;
}
.yytbl h1{
	border-bottom: 1px solid #002fa7;
	color: #002fa7;
	font-size: 20px;
	line-height: 60px;
	padding-left: 20px;
}
.ybl li{
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	line-height: 50px;
	color: #000000;
	padding-left: 20px;
}
.moret{
	position: absolute;
    right: 10px;
    font-size: 14px;
    top: 20px;
	color: #787878;
}
.yytz h5{
	border-bottom: 1px solid #002fa7;
	color: #002fa7;
	font-size: 20px;
	line-height: 60px;
	padding-left: 20px;
}
.yywd li{
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	line-height: 50px;
	color: #000000;
	padding-left: 20px;
}
.yywd li span{
	float: right;
}
.yytxz{
	border-bottom: 1px solid #002fa7;
	margin-bottom: 20px;
}
.yytxz h1{
	font-size: 18px;
	line-height: 36px;
	color: #757575;
}
.yytxz h1 span{
	color: #002fa7;
}
.yytxz h2{
	background: url("../images/ejyyt3.png") no-repeat left;
	font-size: 18px;
	line-height: 36px;
	color: #757575;
	padding-left: 35px;
}
.yytxz h3{
	background: url("../images/ejyyt4.png") no-repeat left;
	font-size: 18px;
	line-height: 36px;
	color: #002fa7;
	padding-left: 35px;
}
.yytxz a{
	color: #002fa7;
}



/*20230523新网上营业厅*/
.yytan{
	background: url("../images/bganniu.png") no-repeat top center;
	width: 100%;
	height: 340px;
	padding-top: 96px;
}
.login-box {
    padding: 20px 30px 0px 30px;
    font-size: 20px;
	background-color: #e9f4ff;
    float: right;
}
.login-box .box-title {
    height: 42px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
}
.login-box a {
    color: #002fa7;
    font-size: 20px;
    height: 42px;
}
.login-box #login_a {
    border-bottom: 2px solid #002fa7;
}
.login-box .input-item {
    margin-bottom: 10px;
    position: relative;
}
.login-box .input-item .icon01 {
    background-position: 0 0;
}

.login-box .input-item .all-icon {
    background:url("../images/icon.png") no-repeat;
}
.login-box i {
    width: 22px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.login-box .a12 {
    font-size: 12px;
}
.login-box .a14 {
    font-size: 14px;
    color: #565656;
}