body,html,ol,ul,li,p{margin: 0;padding: 0;}
body {
  /*background: #f4f4f4;*/
	font-size: 16px;
  font-family: "Century Gothic", sans-serif;
}

ol,ul,li{list-style: none;margin: 0;padding: 0;}
a:hover, a:focus{
  text-decoration: none;
}
.cb-white{
  background: #fff;
}
.cb-weight{
  font-weight: bold;
}
.cb-cursor{
  cursor: pointer;
}
.mar-bottom{
  margin-bottom: 10px;
}
.maring-bottom{
  margin-bottom: 10px;
}
.container-fluid{
  padding: 0;
}
.block{
  display: block;
}
.none{
  display: none;
}
.ph-menu-wrapper {
  position: absolute;
  top: 52px;
  right: -100%;
  bottom: 0;
  z-index: 112;
  width: 100%;
  min-height: calc(100% - 50px);
  overflow-y: scroll;
  display:none;
  overflow-x: hidden;
}
.ph-menu-list{
    background: #1664aa;
}

.ph-menu-wrapper.ph-menu-list {
  overflow-y: scroll;
}

.ph-menu-wrapper li {
  display: block;
  position: relative;
  line-height: 50px;
  border-bottom: 1px solid #a6c4f1;
  cursor: pointer;
}
.ph-menu-wrapper li.active > a,.ph-menu-wrapper li.active .ph-menu-seclinka{
    color: #60bdfa;
}

.ph-menu-wrapper li a {
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
.ph-menu-wrapper li .ph-menu-seclinka{
  padding:0 25px 0 0;
  position:relative;
}
.ph-menu-wrapper li .ph-menu-seclink .head-icon{
    position: absolute;
    right: 10px;
    top: 13px;
    width: 21px;
    height: 21px;
    background: url(../images/head-icon.png) no-repeat center center;
    background-size: cover;
    z-index: 2;
}
.ph-menu-wrapper li .ph-menu-seclink.active .head-icon{
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
}
.navbar-header .input-group{
    position: absolute;
    right: 25%;
    top: 9px;
    width: 50%;
    display:none;
}
.ph-menu-seclink {
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
}

.ph-menu-thirdlist {
  background: rgba(9, 47, 68, 0.8);
  display: none;
}

.ph-menu-seclink.active {
  background: rgba(67, 169, 210, 0.5);
}
.btn span{color: #fff;}
.btn a{color: #fff;}
.btn-foot{border:1px solid #fff; background: transparent;color: #fff;}
.btn-foot a{color: #fff;}
.tab-padding{padding: 0px 20px 0px 20px}
.tab-ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

@media (min-width: 1200px){
  .container {
    padding: 0;
    width: 1200px;
  }
}
@media (min-width: 768px){
  .container {
    padding: 0;
  }
}
@media(max-width: 767px){
  .navbar-header .input-group{
      display: table;
  }
  .mar-bottom,.maring-bottom{
    margin-bottom: 10px;
  }
  .tab-padding{padding: 20px 0px 10px 0px}
}

/* 顶部 */
.top-header{
  height: 23px;
  line-height: 23px;
  overflow: hidden;
} 
.top-header-right{
  text-align: right;
}
.top-header-right a{
  color: #707070;
  text-align: right;
  font-size: 14px;
  font-family: 'Arial';
  display: inline-block;
}
.top-header-right span{
  display: inline-block;
}
.top-header-left{
  position: relative;
}
.top-header-left .tianqi{
  position: absolute;
  top: -8px;
  left: 90px;
}

@media(max-width: 767px){
  .top-header{display: none;}
}

/* 搜索 */
.search-header{
  background: url('../images/search-header_ex.jpg') repeat-x;
  height: 85px;
} 
.search-header .search-content{
  height: 85px; 
}
.search-content .logo{
  height: 100%;
  background: url('../images/logo.png') no-repeat left center;
  background-size: contain; /* 或者使用 cover */
}
.search-content .search{
  padding-top: 25px;
}
@media(max-width: 767px){
  .search-content .logo{background-image: none;}
}

/* nav */
.nav{
  background: #015293;
  height: 52px;
}
@media(max-width: 767px){
  .nav{
    background: white !important;
    height: 52px;
  }
}
.nav .nav-logo{display: none;}

.nav-bar {
  font-family: "Arial";
  font-size: 16px;
  text-align: center;
/*
  border-style:none solid;  
  border-left-color:#005bac;
  border-right-color:#fff;
*/
}

.nav-bar .nav-ul{
  display: flex;
  justify-content: space-around;  
}


.nav-bar li{
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  border-style:none solid;
  border-left-color:#015293;
  border-right-color:#015293;
}


.nav-ul li.li_tail{
  display: inline-block;  
  height: 52px;
  line-height: 52px;
  padding: 0 0px;
  border-style:none solid;
  border-left-color:#015293;
  border-right-color:#015293;
  vertical-align: middle;
}

.nav-ul li.li_first{
  display: inline-block;  
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  border-style:none solid;
  border-left-color:#015293;
  border-right-color:#015293;
  vertical-align: middle;
}

.nav-ul li.li_last{
  display: inline-block;  
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  border-style:none solid;
  border-left-color:#015293;
  border-right-color:#015293;
  vertical-align: middle;
}

/*菜单栏的按钮颜色*/
.nav-bar li.active{
  /*background: #005bac;*/
  font-size: 18px;
  font-weight: 700;
  background: #015293;
  /*background: #ff0000;*/
}

.nav-bar li a{
  color: #fff;
}

/*菜单栏第一个按钮颜色*/
.nav-ul li.li_first.active{
  font-size: 18px;
  font-weight: 700;
  background: #015293;
  border-style:none solid;
  border-left-color:#015293;
  border-right-color:#015293;
}
.nav-ul li.li_first a{
  color: #fff;
}

/*菜单栏第一个按钮颜色*/
.nav-ul li.li_tail.active{
  font-size: 18px;
  font-weight: 700;
  background: #015293;
  border-style:none solid;
  border-left-color:#015293;
  border-right-color:#015293;
}

.nav-ul li.li_tail a{
  color: #fff;
}

/* 导航滑入显示 */

.nav-bar li .dropdown-menu { 
  margin: 0; 
 } 
 .nav-bar li:hover .dropdown-menu { 
  display: block; 
 } 

 /* 导航下拉 */

 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #015293;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nav-bar .dropdown-menu{
  margin: 0;
  padding: 0;
}
.nav-bar .dropdown-menu li{
  height: auto;
  line-height: auto;
  width: 400px;
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #015293;
  display: block;
}
.nav-bar .dropdown-menu li a{
  padding: 8px 20px;
}
.nav-bar .open>a, .nav-bar .open>a:focus, .nav-bar .open>a:hover{
  border:none;
  background: transparent;
}
.nav-bar .dropdown-menu li a{
  color: white;
}


 .nav-linkage{
    height: 150px;
    text-align: center;
    font-size: 16px;
    font-family: 'Arial';
    position: relative;
    top: 0;
    z-index: 9;
    display: none;
 }

 .nav-linkage ul{
    height: 74px;
    line-height: 74px;
    background: rgba(0,0,0,.5);
 }

.nav-linkage li{
  display: inline;
  padding: 12px 5px;
  margin-right: 15px;
  vertical-align: middle;
}
.nav-linkage li.active{
  border-bottom: 1px solid #fff;
}
.nav-linkage li a{
  color: #fff;
}

@media(min-width: 768px) {
  .nav-bar{display: block;}
}

@media(max-width: 767px) {
  .nav .nav-logo{
    display: block;
    float: left;
    margin: 0px 0 0 5px;
  }
  .nav-logo img{
    width: 110px;
    height: 50px;
  }

  .nav-bar {
    padding: 0 15px;
    height: auto;
    margin-right: -15px;
    margin-left: -15px;
    background: #ccc;
    position: relative;
    z-index: 999;
    display:none !important;
  }

  .navbar-inverse .navbar-toggle{
    border-color: #fff;
    /*padding: 8px;*/
  }

  .nav-bar li{
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    margin: 0;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

 .nav-bar li.li_first{
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    margin: 0;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }

  .nav-bar li.li_tail{
    height: 35px;
    line-height: 35px;
    padding: 20px 20px;
    margin: 0;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }

  .nav-bar li a {
      line-height: 20px;
      color: #9d9d9d;
  }

  .nav-bar li.li_first a {
      line-height: 20px;
      color: #9d9d9d;
  }

  .nav-bar li.li_tail a {
      line-height: 20px;
      color: #9d9d9d;
  }

  .nav-bar .nav-ul{
    display: block;
  }
}

/* 轮播公共样式 */
.banner-title{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0,0,0,.6);
  z-index: 9;
  font-size: 16px;
}
.banner-title .title-h{
  padding-left: 20px;
}
.banner-title .container {
  /* width: 100%;
  box-sizing: border-box; */
  padding: 0 25% 0 0px;
}
.banner-title .tab-ellipsis{
  width: 100%;
}

.carousel .item {
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-indicators{
  margin: 0;
}

/*Add at 20241115 by chenyp begin*/
.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}


.carousel-caption {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #03717D;
  text-align: center;
  /*padding: 20px;*/
  border-radius: 5px;
  /*min-width: 50%; /* 最小宽度为父容器的50% */
  /*max-width: 100%; /* 最大宽度为父容器的100% */
  width: 1200px;
  display: flex;
  flex-direction: row; /* 默认水平排列 */
  justify-content: space-between; /* 水平分布子元素 */
  align-items: center;
  background-color: transparent; /* 移除背景颜色 */
  z-index: 90;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .2)  !important;*/
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.l2carousel-caption {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #03717D;
  text-align: center;
  /*padding: 20px;*/
  border-radius: 5px;
  /*min-width: 50%; /* 最小宽度为父容器的50% */
  /*max-width: 100%; /* 最大宽度为父容器的100% */
  width: 1200px;
  display: flex;
  flex-direction: row; /* 默认水平排列 */
  justify-content: space-between; /* 水平分布子元素 */
  align-items: center;
  background-color: transparent; /* 移除背景颜色 */
  z-index: 90;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .2)  !important;*/
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.ccap-left, .ccap-right {
  padding: 0 0px; /* 给左右两边添加一些内边距 */
}

.ccap-left {
  flex: 5; /* 占60% */
  font-size: 2.2em; /* 减小标题字体大小 */
  font-weight: bold;
  text-align: right;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
}

.ccap-left {
  flex: 6; /* 占60% */
  font-size: 2.5em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* 垂直方向上对齐到末尾 */
  align-items: stretch; /* 子元素拉伸以填充容器宽度 */
  flex-wrap: wrap;
}

.ccap-left p, .ccap-left span {
  text-align: justify; /* 文本两端对齐 */
  margin: 0; /* 移除默认的段落间距 */
  padding: 0; /* 移除默认的内边距 */
  width: 100%; /* 确保每个文本块占据整行 */
}

.ccap-mid {
  flex: 1; /* 占60% */
  font-size: 24px; /* 减小标题字体大小 */
  font-weight: bold;
}

.ccap-right {
  flex: 3;
  font-size: 1.8em;
  font-weight: bold;
  text-align: right;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
}


/* 小屏幕下的样式 */
@media (max-width: 768px) {
  .carousel-caption, .l2carousel-caption {
    width: 100%; /* 设置宽度为100% */
    padding: 0px 10px 0px 10px;
  }

  .ccap-mid {
    display: none; /* 隐藏 .ccap-mid */
  }

  .ccap-left, .ccap-right {
    width: 100%; /* 设置宽度为100% */
    flex: 1 1 100%; /* 确保在小屏幕上占据整个宽度 */
  }

  .ccap-left {
    order: 1; /* 让 .ccap-left 出现在前面 */
  }

  .ccap-right {
    order: 2; /* 让 .ccap-right 出现在后面 */
    display: flex; /* 使用 Flexbox 布局 */
    flex-direction: row; /* 子元素水平排列 */
    justify-content: space-evenly;
    align-items: center; /* 水平居中对齐 */
    flex-wrap: wrap; /* 防止换行 */
    align-content: flex-start;
  }

  .ccap-right p {
    margin: 0; /* 移除默认的外边距 */
    font-size: 14px; /* 减小标题字体大小 */
    text-align: right; /* 文字右对齐 */
    flex: 0 0 auto; /* 不允许 p 元素伸缩 */
  }

  .carousel-caption, .l2carousel-caption {
    flex-direction: column; /* 改变容器内的项目排列方式为垂直 */
  }

  .ccap-left p,
  .ccap-mid p {
    margin: 0; /* 移除默认的外边距 */
    font-size: 16px; /* 减小标题字体大小 */
    text-align: center; /* 文字左对齐 */
    font-weight: bold;
  }
}
/*Add at 20241115 by chenyp end*/


/* footer */
.footer{
  width: 100%;
  overflow: hidden;
  background: #015293;
  position: relative;
}
.footer .myhref{
   position: absolute;
   width: 2px;
   height: 2px;
   left: 2px;
   bottom: 2px;
   z-index: 22;
}
.footer-pc{
  display: block;
  padding: 20px 0;
}
.footer-pc .footer-left{
  color: #fff;
  line-height: 36px;
}
.footer-center{
  text-align: center;
}
.footer-center .center-code{
  width: 114px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}
.footer-center .center-code span{
  font-family: "Arial";
  color: #fff;
  line-height: 35px;
}
.footer-right {
  color: #fff;
}
.footer-right li{
  padding: 5px 0;
  text-align: right;
}
.footer-right .right-iphone{
  display: inline-block;
  width: 248px;
  height: 32px;
  background: url('../images/iphone.png') no-repeat;
}
.footer-mo{
  display: none;
}
.footer-iphone{
  background: url('../images/footer_phone.png') no-repeat 150px 10px;
  font-family: 'Impact';
  font-size: 32px;
}
@media(max-width: 767px) {
  .footer-mo{
    display: block;
    color: #FFFFFF;
    padding: 10px 0;
    line-height: 24px;
    font-size: 12px;
  }
  .footer-pc{
    display: none;
  }
  .mo-content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .mo-content-text{
    padding: 0 15px;
  }
  .mo-content-img{
    width: 100px;
    height: 100px;
    margin:10px 15px 0 0;
  }
  .directory-content3,.directory-content4{
    height: 480px !important;
  }
}

.index_title{/* overflow: hidden; */margin-bottom: 12px;position: relative;}
.index_title::before{content: '';display: block;height: 1px;background: #eee;position: absolute;top: 50%;left: 0;right: 70px;}
.index_title::after{content: '';display: block;clear: both;}
.index_title .more{z-index: 2;position: absolute;right: 0;top: 50%;transform: translateY(-50%);line-height: 24px;background: #fff;padding: 0 0 0 18px;}
.index_title .more::after{content: '';display: block;width: 8px;height: 8px;background: #dedede;position: absolute;top: 50%;transform: translateY(-50%);left: 0;border-radius: 50%;}
.index_title h2{padding-left: 38px;color: #004f94;font-weight: normal;float: left;line-height: 32px;/* font-family: "Arial"; */position: relative;background-repeat: no-repeat;background-position: left center;background-color: #fff;padding-right: 30px;z-index: 2;}
.index_title .more.off{display: none;}

.mode01 .lf h2{cursor: pointer;}
.mode01 .lf h2:first-child{padding-right: 41px;margin-right: 6px;}
.mode01 .lf h2:first-child::after{content: '';display: block;position: absolute;right: 0;top: 0;bottom: 0;width: 40px;background: url(templates/xhqgytz/static/images/index_title_cut.png) right center no-repeat;}

.mode01 h2.ico11{background-image: url(templates/xhqgytz/static/images/mode01_ico12.png);background-size: auto 83.3%;}
.mode01 h2.ico12{background-image: url(templates/xhqgytz/static/images/mode01_ico22.png);background-size: auto 83.3%;}
.mode01 h2.ico11.off{background-image: url(templates/xhqgytz/static/images/mode01_ico11.png);background-size: auto 83.3%;color: #444;}
.mode01 h2.ico12.off{background-image: url(templates/xhqgytz/static/images/mode01_ico21.png);background-size: auto 83.3%;color: #444;}
.mode01 h2.ico13{background-image: url(templates/xhqgytz/static/images/mode01_ico3.png);background-size: auto 88.8%;}

.mode02 h2.ico21{background-image: url(templates/xhqgytz/static/images/mode02_ico1.png);background-size: auto 88.8%;padding-left: 40px;}
.mode02 h2.ico22{background-image: url(templates/xhqgytz/static/images/mode02_ico2.png);background-size: auto 88.8%;}
.mode03 h2.ico31{background-image: url(templates/xhqgytz/static/images/mode03_ico1.png);background-size: auto 88.8%;padding-left: 40px;}
.mode03 h2.ico32{background-image: url(templates/xhqgytz/static/images/mode03_ico2.png);background-size: auto 77.7%;}
.mode04 .ico4{background-image: url(templates/xhqgytz/static/images/mode04_ico.png);background-size: auto 66.6%;}


.fs44{font-size: 44px;}
.fs40{font-size: 40px;}
.fs38{font-size: 38px;}
.fs36{font-size: 36px;}
.fs34{font-size: 34px;}
.fs33{font-size: 33px;}
.fs32{font-size: 32px;}
.fs30{font-size: 30px;}
.fs28{font-size: 28px;}
.fs26{font-size: 22px;}
.fs24{font-size: 24px;}
.fs22{font-size: 22px;}
.fs20{font-size: 20px;}
.fs19{font-size: 19px;}
.fs18{font-size: 18px;}
.fs17{font-size: 17px;}
.fs16{font-size: 16px;}
.fs15{font-size: 15px;}
.fs14{font-size: 14px;}
.fs13{font-size: 13px;}
.fs12{font-size: 12px;}



@media screen  and (max-width:1640px){
	.fs36{font-size: 32px;}
}
@media screen  and (max-width:1220px){
	.fs44{font-size: 36px;}
	.fs40{font-size: 32px;}
	.fs38{font-size: 30px;}
	.fs36{font-size: 28px;}
	.fs34,.fs33{font-size: 27px;}
	.fs32{font-size: 26px;}
	.fs30,.fs28{font-size: 25px;}
	.fs24,.fs26{font-size: 22px;}
	.fs22{font-size: 20px;}
	.fs20,.fs19{font-size: 18px;}
	.fs17{font-size: 16px;}
}
@media screen  and (max-width:992px){
	.fs44{font-size: 32px;}
	.fs40{font-size: 28px;}
	.fs38{font-size: 26px;}
	.fs36,.fs34,.fs33{font-size: 24px;}
	.fs30,.fs32,.fs28{font-size: 22px;}
	.fs24,.fs26{font-size: 22px;}
	.fs22{font-size: 18px;}
	.fs18{font-size: 16px;}
	.fs16,.fs17{font-size: 14px;}
	.fs14,.fs15{font-size: 13px;}
}
@media screen  and (max-width:767px){
	.fs44{font-size: 26px;}
	.fs38.fs40{font-size: 24px;}
	.fs36,.fs34,.fs33{font-size: 20px;}
	.fs30,.fs32,.fs28{font-size: 19px;}
	.fs24,.fs26{font-size: 18px;}
	.fs22,.fs20{font-size: 16px;}
	.fs18,.fs19{font-size: 14px;}
	.fs16,.fs17{font-size: 12px;}
	.fs14,.fs13,.fs15{font-size: 12px;}
}


