@charset "UTF-8";
/*header begin */
#header {
  padding-bottom: 55px;
  overflow: hidden;
}
.top_ban{width:100%; height:134px; margin:0 auto; margin-top:-55px;}
.header-top {
  background-color: #333;
}


.header-top-ul {
  color: #fff;
  list-style: none;
  padding: 5px 0;
}

.header-top-ul li {
  float: right;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
.header-top-ul li:hover .qrcode{
  opacity: 1;
  top: 25px;
  
}
.header-top-ul li .qrcode {
  position: absolute;
  top:10px;
  opacity:0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.header-top-ul a {
  color: inherit;
}

.header-banner {
  height: 140px;
  /* line-height: 140px; */
}

.header-banner .container {
  background: url("../images/slogan.png")/*tpa=http://www.caeg.cn/caeg/images/slogan.png*/ no-repeat;
  background-position: 310px center;
  height:140px;
}

.header-banner img {
  vertical-align: middle;
}
.header-banner .container span a img{
	margin-top:54px;
}
.sub-nav-active, .header-nav-ul .header-sub-nav-ul a:hover {
  color: white;
  background-color: #d94a4e;
}

.header-nav-ul {
  list-style: none;
  color: white;
  font-size: 14px;
}

.header-nav-ul .active, .header-nav-ul li:hover, .header-nav-ul .en-header-nav-ul-li:hover {
  color: white;
  background-color: #c53337;
}

.header-nav-ul li {
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-nav-ul li a {
  display: block;
  padding: 25px 20px;
  color:#fff;
}

.header-nav-ul li:hover .header-sub-nav-ul {
  height: 48px;
}
.header-nav-ul .header-sub-nav-ul {
	list-style: none;
	position: absolute;
	width: 100%;
	z-index: 2;
	background: #c53337;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 71px;
}

.header-nav-ul .header-sub-nav-ul a {
  padding: 15px 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-nav {
  background: #b60005;
  position: relative;
}

.searchBox {
  background: #f5f5f5;
  height: 32px;
  border-radius: 16px;
  margin-top: 22px;
  width: 180px;
}

.searchBox input#qt {
  float:left;
  width: 130px;
  height: 100%;
  line-height: 32px;
  padding-left: 1em;
  padding-right: 4em;
  border: none;
 background: transparent;
}

.searchBox .abs {
  top: 0;
  right: 0px;
  height: 100%;
  line-height: 20px;
  padding: 5px 15px;
  border-radius: 0 16px 16px 0;
}

/* 英文版 header 样式begin */
.en-header {
  /* height: 138px; */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.en-header .header-left {
  margin-top: 40px;
}

.en-header .header-right {
  padding-top: 30px;
}

.en-header .searchBox {
  margin-top: 0;
  border: 1px #d4d4d4 solid;
  border-radius: 5px;
}

.en-header .container {
  position: relative;
}

.en-header .btn-lang {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
}

.en-header .btn-lang a {
  padding: 4px;
  border-radius: 5px;
}

.en-header .btn-lang .active, .en-header .btn-lang .header-nav-ul li:hover, .header-nav-ul .en-header .btn-lang li:hover, .en-header .btn-lang .en-header-nav-ul-li:hover {
  background: #b60005;
  color: white;
}

.en-header .dashed {
  height: 26px;
  border: 1px #d4d4d4 dashed;
  margin: 2px 30px 0 30px;
}

.en-header-nav-ul {
  list-style: none;
}

.en-header-sub-nav-box {
  position: absolute;
  height: 0;
  left: 0;
  width: 100%;
  -webkit-transition: height .25s ease-in;
  -moz-transition: height .25s ease-in;
  transition: height .25s ease-in;
  overflow: hidden;
  top: 100%;
  color: #999;
  z-index: 9999;
  cursor: default;
}
.en-header-sub-nav-box .iconBox{
  display: none;
}

.en-header-sub-nav-box .box-content {
  margin: 0 25px;
  height: 100%;
  background: url("../images/en-header-sub-nav-box.jpg")/*tpa=http://www.caeg.cn/caeg/images/en-header-sub-nav-box.jpg*/ no-repeat;
  padding: 10px 305px 10px 28px;
}

.en-header-sub-nav-box .box-content .list {
  margin-top: 25px;
}

.en-header-sub-nav-box .box-content .list li {
  margin-bottom: 5px;
}

.en-header-sub-nav-box .title {
  border-bottom: 1px #d3d3d3 solid;
  padding: 10px 0;
  color: #d4d4d4;
  font-size: 24px;
}

.en-header-nav-ul-li {
  float: left;
  margin-top: 10px;
  margin-left: 18px;
  cursor: pointer;
  border-bottom: 6px transparent solid;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.en-header-nav-ul-li .en-header-nav-ul-li-a {
  display: block;
  font-weight: bold;
  padding: 10px 0 20px 0;
}

.en-header-nav-ul-li.active, .header-nav-ul li.en-header-nav-ul-li:hover, .en-header-nav-ul-li:hover {
  color: #b60005;
  border-bottom-color: #b60005;
}

.en-header-nav-ul-li.active .icon-arrow-down-gray-1, .en-header-nav-ul-li:hover .icon-arrow-down-gray-1 {
  background-image: url("../images/icon-arrow-down-active.png")/*tpa=http://www.caeg.cn/caeg/images/icon-arrow-down-active.png*/;
}

.en-header-nav-ul-li:hover .en-header-sub-nav-box {
  height: 200px;
}

/* 英文 header 版样式end */
/* header end */
body {
  font-size: 12px;
  font-family: "Microsoft YaHei", "微软雅黑", SimSun, "宋体";
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  min-width: 1050px;
}

.container {
  width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}

.dl-s {
  font-size: 14px;
}

.dl-s dt {
  margin-bottom: 25px;
}

.dl-s dd {
  text-indent: 2em;
  margin-bottom: 25px;
}

/* main begin */
.main {
  margin-top: px;
  /* margin-bottom: 60px; */
}

.main .main-banner {
  /* height: 135px; */
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ececec;
}


.main .main-banner .swiper-slide{
  height: 135px;
}
.main .main-banner img{
  height: 100%;
  width: 100%;
  max-width: none;
}

.main .main-content-desc {
  padding-bottom: 60px;
}

/* main end */
/* swiper gallery begin */
.swiper-gallery {
  margin: 0 auto;
  width: 580px;
  text-align: center;
}

.swiper-gallery .swiper-gallery-content {
  height: 432px;
}

.swiper-gallery .gallery-nav {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.swiper-gallery .swiper-gallery-nav {
  margin-right: -15px;
}

.swiper-gallery .swiper-gallery-nav .swiper-slide {
  width: 198px;
}

.swiper-gallery .swiper-gallery-nav .box {
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.swiper-gallery .swiper-gallery-nav .effect-border {
  border-width: 0;
}

.swiper-gallery .swiper-gallery-nav .active-nav .effect-border:after {
  border-width: 3px;
  border-color: #b60005;
}

.swiper-gallery .gallery-wrap {
  position: relative;
}

.swiper-gallery .swiper-btn {
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #eaeaea;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.swiper-gallery .swiper-btn-prev {
  bottom: 0;
  left: -50px;
  background-image: url("../images/arrow-left.png")/*tpa=http://www.caeg.cn/caeg/images/arrow-left.png*/;
}

.swiper-gallery .swiper-btn-next {
  bottom: 0;
  right: -50px;
  background-image: url("../images/arrow-right.png")/*tpa=http://www.caeg.cn/caeg/images/arrow-right.png*/;
}

/* swiper gallery end */
.layer-video .videoDiv {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -239px;
  width: 800px;
  height: 478px;
}

.layer-video .videoDiv .vjs-big-play-button {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1em;
  margin-top: -1em;
}

.layer-video .videoDiv .vjs-big-play-button:before {
  line-height: 2em;
}

.layer-video .videoDiv .closeDiv {
  position: absolute;
  left: 100%;
  top: 0;
}

/* 瀑布流 begin*/
.masonry-box {
  height: 100%;
}

.masonry-box .popBox {
  padding: 24px;
  font-size: 24px;
  color: #fff;
  line-height: 1.25;
  height: 100%;
  width: 100%;
}

.masonry-box .popBox .photoArea {
  width: 125px;
  height: 125px;
  background-color: #d4d4d4;
}

.masonry-box .popBox .popBox-desc {
  text-align: left;
  margin-left: 34px;
}

.masonry-box-container {
  margin-right: -20px;
  margin-bottom: -20px;
}

.masonry-box-container .masonry-box-container-content {
  width: 235px;
  min-width: 235px;
  max-width: 490px;
  max-height: 420px;
  min-height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background: #b60005;
  position: relative;
  height: 200px;
  /* overflow: hidden; */
}

.masonry-box-container .masonry-box-container-content a {
  position: relative;
}

.masonry-box-container .masonry-box-container-content .ani-hover-fadeInUp {
  transition: all .25s ease-in;;
  -webkit-transition: all .25s ease-in;;
  opacity: 0;
  filter: alpha(opacity=0);
}

.masonry-box-container .masonry-box-container-content:hover .ani-hover-fadeInUp {
  opacity: 1;
  filter: alpha(opacity=100);
}

.masonry-box-container .title {
  position: absolute;
  width: 100%;
  padding: 0 12px;
  bottom: 12px;
  color: #fff;
  font-weight: bold;
}

/* 瀑布流 end */
/*  selectpicker begin*/
.selectpicker {
  position: relative;
  width: 100px;
  background-color: #262626;
}

.selectpicker .icon {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  transition: all .25s ease-in;
  float: right;
}

.selectpicker .selectpicker-label {
  padding: 0.5em 0.5em 0.5em 1em;
  display: block;
  border: 1px solid #575656;
  cursor: pointer;
  /*background-color: #575656;*/
}

.selectpicker .selectpicker-value {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.selectpicker .selectpicker-list {
  width: 100%;
  background-color: inherit;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  border: 1px solid #575656;
  border-top: none;
  cursor: context-menu;
  /* opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .25s ease-in;
  -moz-transition: opacity .25s ease-in;
  transition: opacity .25 */s ease-in;
}

.selectpicker .selectpicker-list li {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.selectpicker .selectpicker-list li a {
  padding: 0.5em 0.5em 0.5em 1em;
  display: block;
}

.selectpicker .selectpicker-list li:hover {
  background-color: #454545;
}

.selectpicker.active .icon, .header-nav-ul li.selectpicker:hover .icon, .selectpicker.en-header-nav-ul-li:hover .icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectpicker.active .selectpicker-list, .header-nav-ul li.selectpicker:hover .selectpicker-list, .selectpicker.en-header-nav-ul-li:hover .selectpicker-list {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*  selectpicker end*/
.article-info {
  text-align: center;
  padding: 20px 0;
  margin: 0 40px;
}

.aside-3 {
  width: 220px;
  margin-right: 35px;
  float: left;
  margin-bottom: 60px;
}

.adsenseSite {
  margin-top: 40px;
}

.adsenseSite p {
  margin-bottom: 40px;
}

.breadcrumb {
  border-bottom: 4px solid #d4d4d4;
  padding: 12px 0;
  font-size: 14px;
  margin-bottom: 25px;
}

#shareBox a {
  margin: 6px 6px 6px 0;
}

.bd_weixin_popup {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* 英文版 */
.en body {
  font-size: 16px;
  font-family: arial,sans-serif;
  line-height: 1.25;
}

.en #footer {
  margin-top: 90px;
}

.en .en-breadcrumb {
  padding: 18px 0;
  font-size: 14px;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.11);
  margin-bottom: 47px;
}

.en .en-breadcrumb .en-btn {
  padding: 5px 12px;
  min-width: auto;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.en .article-info {
  margin: 0;
}

/* 英文版 */


/* 搜索 */
.searchPage .breadcrumb .active{
  color: #b60005;
}
.searchPage .main-content-ul{
  margin-top: -10px;
}
.searchPage .search-list-item{
  padding: 20px 0 25px;
  border-bottom: 1px #d4d4d4 solid;
}
.searchPage .search-list-item:last-child{
  border-bottom: none;
}
.searchPage .resultTip{
  padding: 25px 40px;
  background: #eeeeee;
}
.en .searchPage .main-content-ul{
  margin-top: 40px;
}
/* 搜索end */

.en #nav_li_w01{
  display: none;
}



/* 列表页面限制最低高度 */
/* .zh .manageTeam .main-content-ul{
  min-height: 300px;
}
.zh .certificatePage .main-content-ul{
  min-height: 336px;
}
.zh .newsPage .main-content-ul{
  min-height: 400px;
}
.zh .videosPage .main-content-ul{
  min-height: 300px;
}
.zh .ppxmPage .main-content-ul{
  min-height: 330px;
}
.zh .zhwhztnPage .main-content-ul{
  min-height: 300px;
}
.zh .yyjPage .main-content-ul{
  min-height: 450px;
}
.zh .zyjyPage .main-content-ul{
  min-height: 378px;
} */

/* .manageTeam .main-content-desc,
.certificatePage .main-content-desc,
.newsPage .main-content-desc,
.videosPage .main-content-desc,
.ppxmPage .main-content-desc,
.zhwhztnPage .main-content-desc,
.yyjPage .main-content-desc,
.zyjyPage .main-content-desc{
  min-height:400px;
} */

.manageTeam .main-content-desc,
.certificatePage .main-content-desc,
.newsPage .main-content-desc,
.videosPage .main-content-desc,
.ppxmPage .main-content-desc,
.zhwhztnPage .main-content-desc,
.yyjPage .main-content-desc,
.zyjyPage .main-content-desc,
.jmjyPage .main-content-desc,
.jobsPage .main-content-desc{
  min-height:500px;
}

.page-list-toolbar{
  /* margin-bottom: 60px; */
}
.tleft{ text-align:left;}

header,.am-share,footer{ display: none;}
@media (max-width:768px){
  body{min-width:auto;}
  .container{width:auto;padding: 0 4%;}
  #header,.top_ban,.aside-3,iframe,#breadcrumbWrap,.main .main-banner,div.bdshare-button-style1-32,.article-toolbar{display: none;}
  .article-info{margin: 0;}
  header{ display:block; background: #b60005;color: #fff;padding:0 4%;margin-bottom: 30px;  }
  .lmTop{padding:4% 0;}
  .lmTop a img{width:11%;float: left;}
  .lmTop span img{width:60%; float: right;}
  .appfx{float: right;}
  .cl{clear: both;}
  .am-share { font-size: 14px; border-radius: 0; bottom: 0; left: 0; position: fixed; text-align: center; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 300ms; transition: transform 300ms ; width: 100%; z-index: 1110; display: block; }
  .am-modal-active { transform: translateY(0px);  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
  .am-modal-out { z-index: 1109; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%) }

  .am-share-title { background-color: #f8f8f8; border-bottom: 1px solid #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; color: #555; font-weight: 400; margin: 0 10px; padding: 10px 0 0; text-align: center; }
  .am-share-title::after { border-bottom: 1px solid #dfdfdf; content: ""; display: block; height: 0; margin-top: 10px; width: 100%; }
  .am-share-footer { margin: 10px; }
  .am-share-footer .share_btn { color: #555;  display: block; width: 100%; background-color: #e6e6e6; border: 1px solid #e6e6e6; border-radius: 0; cursor: pointer;  font-size: 16px; font-weight: 400; line-height: 1.2; padding: 0.625em 0; text-align: center; transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s; vertical-align: middle; white-space: nowrap;font-family:"微软雅黑";  }
  .am-share-sns { background-color: #f8f8f8; border-radius: 0 0 2px 2px; margin: 0 10px; padding-top: 15px; height:auto; zoom:1;  }
  .am-share-sns li {  display: block; float: left; height: auto;    margin: 0  0 15px 12%;width:10%;}
  
  .am-share-sns a { color: #555; display: block; text-decoration:none; }
  .am-share-sns span { display: block; }
  .am-share-sns li i { background-position: center 50%; background-repeat: no-repeat; background-size: 36px 36px; background-color: #ccc; color: #fff; display: inline-block; font-size: 18px; height: 36px; line-height: 36px; margin-bottom: 5px; width: 36px; }
  .am-share-sns .share-icon-weibo { background-image: url(); }
  .sharebg { background-color: rgba(0, 0, 0, 0.6); bottom: 0; height: 100%; left: 0; opacity: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 1100; display:none; }
  .sharebg-active { opacity: 1; display:block; }
  footer{display: block;background: #454545;padding:4%; font-size: 0.8rem; line-height: 34px;color:#fff;}
  footer p a{color:#fff;}
  footer div.footLink{text-align: center;padding: 6% 0 0;color:#999;}
  footer div.footLink a{font-size: 0.8rem;color:#999;}
  .article-content{line-height: 26px;text-align: justify;}
  .main .main-content-desc{padding-bottom: 30px;}

header#jmxy{background: #b60005;color:#fff;padding:0;}
.lmTop{padding:5% 2% 2% 4%;}
header#jmxy .lmTop img{width:17%; float: left;border-right: 1px solid #db8082;padding: 1% 6% 1% 0;margin:0 6% 0 0; outline:none; }
header#jmxy .lmTop span{font-size: 1.4rem;padding: 1% 0 0; float: left;}
header#jmxy .lmNav{box-sizing: border-box;clear: left;width: 100%;height:4rem;line-height:4rem; }
header#jmxy .huadong{overflow-y: auto;}
header#jmxy .huadong ul{width:660px;}
header#jmxy .lmNav ul li{float:left;line-height:3rem;text-align:center;list-style: none;padding: 0 3%;    margin-top: 15px;}
header#jmxy .lmNav ul li a{ color:#fff;font-size:1rem; display: block;}
header#jmxy .lmNav ul li.active{background: #c53336}
header#jmxy .huandong::-webkit-scrollbar { display: none; height: 0 !important; }
header#jmxy .none{ display: none;}
} 