html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  color: #191e29;
}

img {
  border: 0;
  vertical-align: middle
}


.layui-layer{
  top: 300px !important;
}

button, select {
  text-transform: none
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], input[disabled] {
  cursor: default
}

input {
  line-height: normal;
  outline: none;
  border: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=text] {
  -webkit-appearance: none;
}

legend {
  margin: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

blockquote, figure, form, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none outside none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

a {
  background: 0 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  text-decoration: none
}

a:active {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* footer */
.footer{
  width: 100%;
  height: 222px;
  background: #2E58AC;
}

.footer-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 26px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.footer-wrap img {
  width: 525px;
  height: 47px;
  margin-right: 38px;
  background-size: 100%;
}

.footer-content {
  color:#fff;
  font-size: 14px;
}

.footer-content p{
  margin-bottom: 16px;
}

.footer-content p:last-child{
  margin-bottom:0 !important;
}

.footer-contact {
  margin-bottom: 16px;
}
.footer-contact a{
  color: #FFF;
}

.footer-contact span {
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 0 12px;
  display: inline-block;
}



/* header */



.top-container {
  width: 100%;
  height: 148px;
  position: relative;
}

.top-container::before {
  content:'';
  position:absolute;
  top:0;
  width: 100%;
  height: 90px;
  background: #fff;
}
.top-container::after{
  content:'';
  position:absolute;
  top: 90px;
  left:0;
  width: 100%;
  height: 58px;
  background-image: linear-gradient(180deg, #3B83DB 0%, #2A60B4 100%);
}

.top-container  header {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  background: #fff;
  height: 148px;
}

.logo {
  position: absolute;
  width: 390px;
  height: 88px;
  background-size: 100%;
  bottom: 38px;
  left: 157px;
}

.top-container  header .bottom {
  background: url('/template/cciubs/images/nav.png') no-repeat;
  width: 1500px;
  height: 58px;
  background-size: 100%;
}

.top-container  header .top {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-container  header .top input {
  width: 280px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  padding: 0 67px 0 20px;
}

.top-container  header .top .search {
  position: relative;
  margin-right: 23px;
}

.top-container  header .top .name {
  font-size: 14px;
  color: #05162E;
}

.line {
  width: 1px;
  height:12px;
  background:#05162E;
  margin: 0 12px;
}

.top-container  header .top  .search img{
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: 100%;
  top: 9px;
  right: 20px;
}


/* end */

/* menu */

.bottom .nav-content {
  padding-left: 587px;
  height: 58px;
  line-height: 58px;

}

.nav-content a {
  position: relative;
  cursor: pointer;
}
.one-items .link:hover::after , .one-items .link.active::after {
  content:'';
  position:absolute;
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 3px;
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
}
.nav-content span {
  width: 1px;
  height: 14px;
  float: left;
  background: #7D92B3;
  margin: 0 20px;
  margin-top: 20px;
  display: inline-block;
}

.top-nav{
  width:100%;
  height:30px;
}


.one-items {
  color: #fff;
}
.top-nav ul{
  width:100%;
  height:auto;
}

.one-items li{
  /* width:148px; */
  float:left;
  text-align:center;
  position:relative;
}

.cl {
  color: #fff;
}

.top-nav ul li ul[class="two-items"]:before{
  content:"";
  position:absolute;
  top:-5px;
  left: 45px;
  margin-left:30px;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:5px solid #fff;
}

.top-nav ul li ul[class="two-items"]{
  position: absolute;
  top: 49px;
  width: 148px;
  background: #FFFFFF;
  border: 1px solid #DADFE8;
  left: -60px;
  box-shadow: 0 0 5px #666;
  border-radius: 5px;
  display:none;
}

.two-items li{
  position:relative;
  float:none;
  background: #fff;
  color:#0A0E24;
  height: 38px;
  line-height: 38px;
}

.top-nav ul li ul>li:first-child{
  border-radius:5px 5px 0 0;
}

.top-nav ul li ul>li:last-child{
  border-radius:0 0 5px 5px;
}

/* .top-nav ul li:hover{
  background: #2454C3;
} */

.top-nav ul li:hover ul[class="two-items"]{
  display:block;
}

.top-nav ul li ul li:hover ul[class="three-items"]{
  display:block;
}

.top-nav ul li ul li ul{
   display:none;
  position:absolute;
  top:0;
  left:  153px;
  /*z-index:;  这里没设置层级是因为父级元素只是一个单独的下拉菜单盒子，不会影响页面结构，如果页面结构还涉及其他一些元素，不设置层级大小的话，会对整个页面的结构造成威胁。*/
}


.two-items li:hover , .three-items li:hover{
  background: #2454C3;
  color:#fff;
}

.two-items li:hover .two-a , .three-items li:hover .three-a{
  color: #fff !important;
}

.two-items .two-a ,  .three-items .three-a{
  color:#0A0E24 !important;
}

.top-nav ul li ul li ul:before{
  content:"";
  position:absolute;
  left:-5px;
  top:10px;
  border-top:5px solid transparent;
  border-right:5px solid #fff;
  border-bottom:5px solid transparent;
}



.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }


  /* 分页 */
  .xj_ls_pager .f_yahei {
    display: block;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.xj_ls_pager .f_yahei a {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #fff;
    color: #192332;
}

.xj_ls_pager .f_yahei a:hover {
    border: 2px solid #2267C5;
}

.xj_ls_pager .f_yahei .page_cur {
    border: none;
    background: #2267C5;
    color: #fff;
}

.xj_ls_pager .f_yahei a.page_cur {
    border: none;
}


/* 左侧导航 */
content-wrap .nav {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #566273;
}

.content-wrap .nav span{
  margin: 0 10px;
}
.content-list {
  width:1200px;
  display: flex;
}

.content-list .left {
  width: 232px;
  margin-right: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  background: #FFFFFF;
}
.left-title {
  background: url(../images/listbg.png) no-repeat;
  width: 232px;
  padding: 30px;
  height: 60px;
  background-size: 100%;
  display: flex;
  font-weight: Bold;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.left-small-title{
  height: 52px;
  width: 100%;
  text-align: center;
  line-height: 52px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  position:relative;
}

/* .left-small-title a {
  color:#05162E;
} */

.left-small-title a:hover, .left-small-title a.current{
  padding: 4px 14px;
  background: #2454C3;
  border-radius: 13px;
  color: #fff !important;
}

.left-small-title span{
  position:absolute;
  right: 18px;
  top: 25px;
  width: 8px;
  height: 5px;
  background: url('./images/arrow.png') no-repeat;
  transform: rotate(270deg);
  background-size: 100%;
}

.left-small-list{
  padding: 19px;
  display: none;
}



.menu-active  .left-small-list{
  display: block;
}

.menu-active .left-small-title {
  color:#2267C5;
 
}

.menu-active .left-small-title span {
  transform: rotate(0deg) !important;
}
.left-small-list p{
  text-align: center;
  padding: 4px 14px;
  border-radius: 13px;
  cursor: pointer;
}

.left-small-list p:hover,  .left-small-list .current {
  padding: 4px 14px;
  background: #2454C3;
  border-radius: 13px;
  color:#fff;
}

.left-small-list p {
  margin-bottom: 6px;
}



/* 联系我们 */
.contact-us {
  position: absolute;
  right: -52px;
  bottom: 200px;
  cursor: pointer;
}
.contact-us:hover .contact-content {
  display: block;
}

.contact-btn {
  width: 49px;
  height: 70px;
  background: #F7FAFE;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-btn::after {
  position: absolute;
  content: '';
  background: url('/template/cciubs/images/phone.png') no-repeat;
  width: 19px;
  height: 20px;
  background-size: 100%;
}

.contact-us:hover .contact-btn{
  background: #2454C3;
}

/* 英文这块改成联系我们 */
.contact-us:hover .contact-btn::after{
  position: absolute;
  /* content: 'Con-tact us'; */
  content: '\D\A';
  white-space: pre;
  background: none;
  color: #fff;
  word-break: keep-all;
  left: 7px;
  top: 6px;
  font-size: 14px;
  color: #FFFFFF;
}

.contact-us:hover .contact-btn::before {
  content: 'Con-tact us';
  color: #fff;
  width: 33px;
  font-size: 14px;
}



.contact-content{
  display: none;
  position: absolute;
  width: 275px;
  /* height: 260px; */
  background: #FFFFFF;
  box-shadow: 0 0 14px 0 #0000001a;
  border-radius: 6px;
  right: 48px;
  top: -111px;
  padding: 30px;
}

.contact-items {
  display: flex;
  margin-bottom: 16px;
}

.contact-items img {
  width: 19px;
  height: fit-content;
  margin-right: 18px;
}

.contact-items-title {
  font-weight: Bold;
  font-size: 14px;
  color: #05162E;
}

.contact-items-words {
  font-size: 14px;
  color: #05162E;
  font-weight: 300;
}