@font-face {
  font-family: OPPOSans;
  src: url('OPPOSans.ttf');
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

/* header */
header {
  border-bottom: 1px solid #E4EDF3;
}

.hadTop {
  width: 100%;
  background: #006BB7;
}

.plate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

.plate>div,
.plate a {
  display: flex;
  align-items: center;
}

.online {
  gap: 35px;
}

.plate a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  gap: 8px;
}

.plate a:hover {
  color: #00B0BD;
}

.online .iconfont {
  font-size: 18px;
}

.appy {
  gap: 20px;
}

.appy .iconfont {
  font-size: 26px;
}

.hadOpt,
.hadNav {
  display: flex;
  align-items: center;
}

.hadOpt {
  padding: 30px 0;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}

.hadOpt>.wrap {
  justify-content: space-between;
  display: flex;
}

.hadNav {
  gap: 70px;
}

.hadNav li {
  position: relative;
  display: flex;
  align-items: center;
}

.hadNav a,
.hadNav li .iconfont {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #313131;
  display: block;
}

.hadNav li:hover .iconfont,
.hadNav a.active,
.hadNav a:hover {
  color: #00b0bd;
}

.hadSon {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
  padding: 10px 0;
  display: none;
}

.hadSon a {
  display: block;
  padding: 8px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 16px;
}

@media screen and (min-width:768px) {

  .hadNav li:hover .hadSon {
    display: block;
  }

  .hadNav li:hover>a {
    color: #00b0bd;
  }

  .hadNav li:hover .iconfont {
    transform: rotate(180deg);
  }

}


/* banner */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #EEF4F7;
}

.banCont {
  padding: 40px 0 130px;
}

.banSeach {
  display: flex;
  width: 860px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 3px 4px 30px 0px rgba(0, 107, 183, 0.14);
  border-radius: 45px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}

.banSeach input {
  width: calc(100% - 120px);
  border: none;
  font-size: 18px;
}

.banSeach button {
  width: 120px;
  height: 50px;
  background-color: #00b0bd;
  border-radius: 25px;
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* footer */
footer {
  background: #006BB7;
}

.fotNav {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 35px;
}

.fotNav h5 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 20px;
}

.fotNav a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.fotNav a:hover {
  text-decoration: underline;
  color: #fff;
}

.filing {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filing h6 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 20px;
}

.fotAppy {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fotAppy .iconfont {
  font-size: 26px;
  color: #fff;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_vtop{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start
}
.flex_center{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
	webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center
}
.flex_justify,.djustify{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex_box_1{
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-flex-shrink:1;
	-ms-flex-negative:1;
	flex-shrink:1
}

.flex{
    display: flex;
    align-items: center;
}

.flex-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

@font-face {
	font-family: "OPPOSanB";
	src: url(../font/OPPOSansB.ttf);
}
@font-face {
	font-family: "OPPOSanM";
	src: url(../font/OPPOSans-M.ttf);
}

.col-title-box{
  background-color: #eef4f7;
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #006bb7;
  justify-content: center;
  height: 170px;
  font-family: "OPPOSanB";
}

.head_wap{display: none;}

@media only screen and (max-width:1420px) {
	.wrap{
		width: 93%;
	}
}

@media only screen and (max-width:999px) {
	.flex_wap_wrap{
		flex-wrap: wrap;
	}
	.waplogin {
		font-size: 15px;
	}
	*{box-sizing: border-box;}
	.whead{
		height:70px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
		box-shadow: 0 0 15px rgba(0,0,0,.15);
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.waphd_height{
		width: 100%;
		height: 70px;
	}
	.wlogo{
		display: inline-block;
	}
	.wlogo img{
		display: block;
		border: 0;
		width: 120px;
	}
	.waphdlg{
		display: inline-block;
	}
	.waphdlg img{
		display: block;
		height: 30px;
	}
	.whead i{
		display: block;
		width: 70px;
		height: 70px;
		background: url(../images/navicon.png) no-repeat center;
		background-size: 40%;
		color: #fff;
		text-align: center;
		line-height: 70px;
		font-size: 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99999999;
	}
	.whead i img{
		vertical-align: middle;
		margin-top: -3px;
		display: none;
	}
	.wapnav{
		width: 240px;
	    height: 100%;
	    position: fixed;
	    right: 0;
	    top: 0;
	    background: #fff;
	    z-index: 9999;
	    margin-right: -240px;
	    transition: .5s;
		overflow-y: scroll;
   		-webkit-overflow-scrolling: touch;
	}
	.wapnava {
		padding: 0 0 15px 0;
	}
	.wapnavtop{
		color: #fff;
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
		border-bottom: 1px solid #eee;
		display: flex;
		align-items: center;
	}
	.wapnavtop i{
		display: block;
		width: 60px;
		height: 60px;
		background: none;
		color: #222;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		position: absolute;
		background: url(../images/close.png) no-repeat center;
		background-size: 30%;
		right: 0;
		top: 0;
		z-index: 99999999;
	}
	.wapprda i, .wapprda1 i {
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 0;
		width: 44px;
	    height: 44px;
	    line-height: 44px;
	    transition: .25s;
		text-align: center;
	}
	.wapprda_active i,.wapprda1_active i{
		transform:rotate(90deg);
	}
	.wapnavtop i img{
		vertical-align: middle;
		margin-top: -3px;
	}
	.wapnava p{
		display: block;
	}
	.wapnava span{
		width: 100%;
	}
	.wapnava a.wapprda{
		display: block;
		height: 50px;
		line-height: 48px;
		padding: 0 25px;
		color: #666;
		width: 100%;
		border-bottom: 1px solid #eee;
		font-size: 15px;
	}
	.wpheadhide a{
		display: block;
		height: 48px;
		line-height: 46px;
		padding: 0 25px;
		color: #444;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.wapnava1{
		background: url(../images/navabg_06.png) no-repeat center;
		color: #E60012;
		text-align: center;
		border-bottom: 0 !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.wapnavp1{
		text-align: center;
		font-weight: bold;
	}
	.head_wap{
		display: block;
	}
	.head_pc{
		display: none;
	}
	.waphide{
		display: none;
	}
	.wapprda,.wapprda1{
		position: relative;
	}
	.wapprda i,.wapprda1 i{
		display: block;
		position: absolute;
		right: 15px;
		top: 0;
	}
	.wapprda i img,.wapprda1 i img{
		height: 10px;
	}
	.wpheadhide{
		display: none;
	}
	.wpheadhide em{
		display: block;
	}
	.wpheadhide a{
		font-size: 14px;
		padding-left: 30px;
		color: #666;
	}
	.wpheadhide1{
		display: none;
	}
	.wpheadhide1 a{
		padding-left: 50px !important;
		background: #fff !important;
		color: #999;
	}
	.waphides{
		display: none;
	}
	.waphides a{
		font-size: 12px;
		color: #666;
		display: block;
		height: 37px;
		line-height: 37px;
		border-bottom: 1px solid #aaa;
		padding: 0 30px;
	}
	.wapclicka {
		background: url(../images/sj.jpg) no-repeat right center;
	}
	.swiper-container-bn .swiper-button-next-bn,.swiper-container-bn .swiper-button-prev-bn{
		display: none;
	}
	.wpnvbg{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		background: rgba(0,0,0,.7);
		opacity: 0;
		visibility: hidden;
		transition: .25s;
	}
	.wpnvbg_active{
		opacity: 1;
		visibility: inherit;
	}
	.wapnav_active{
		right: 0;
		top: 0;
		height: 100%;
		margin-right: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.waplga{
		padding: 0 15px;
	}
	.waplga a{
		display: inline-block;
		width: 47%;
		height: 34px;
		background: #fff;
		color: #0760A5;
		line-height: 32px;
		font-size: 13px;
		border: 1px solid #0760A5;
	}
	.waplga a.active{
		background: #0760A5;
		color: #fff;
	}
	.waplga a.waplga_ac{
		display: block;
		margin: 0 auto;
		float: none;
		background: #fff;
		color: #0760A5;
	}
	.wrap{
		width: 93%;
	}
	.fotNav {
		display: none;
	}
	.filing{
		display: block;
		padding: 20px 0;
	}
	.filing h6{
		display: block;
		text-align: center;
	}
	.fotAppy{
		margin-top: 20px;
		justify-content: center;
	}
	.banSeach {
		width: 100%;
		height: auto;
		border-radius: 35px;
		padding: 10px;
	}
	.banSeach button {
		width: 84px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
	.banSeach input {
		width: calc(100% - 84px);
		font-size: 16px;
		height: 40px;
	}
	.col-title-box {
		font-size: 30px;
		height: auto;
		padding: 30px 0;
	}
	
}