@charset "utf-8";
/* CSS Document */
.pdb100 {
  padding-bottom: 100px;
}
.bge {
  background-color: #eeeeee;
}
.in-ban {
  height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.inner-page .cate-ul li.active h6 {
  color: #596a9e;
}
.inner-page .cate-ul dd.active a {
  color: #596a9e;
}
.inner-content {
  width: 100%;
  padding: 0 60px;
}
.mbx {
  height: 70px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
  font-size: 14px;
  width: 100%;
}
.mbx a {
  color: #999999;
}
.mbx a:hover {
  color: #333;
}
.mbx span {
  margin: 0 8px;
  color: #999999;
}
.about-tit-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 2;
}
.about-tit-box h6 {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
.global-edit {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin: 20px 0;
}
.global-edit img {
  max-width: 100%;
}
.culture .global-edit {
  margin-top: 0;
}
.inner-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.inner-list-item {
  margin-bottom: 20px;
  width: 32.16%;
  display: block;
}
.inner-list-item .img-box {
  border: 1px solid #dcdcdc;
}
.inner-list-item .doc-box {
  font-size: 16px;
  color: #333;
  line-height: 2;
  text-align: center;
  padding-top: 14px;
}
.global-paging {
  width: 100%;
}
.hon-page .inner-list-item .img-box {
  padding: 2px;
 position: relative;
}
.hon-page .inner-list-item .img-box:before{
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honor-search.png) no-repeat center;
  background-size: 56px;
  cursor: pointer;
}
.hon-page .inner-list-item .img-box:hover:before{
  display: block;
}
.product-det-tit {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.product-det-tit h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.product-det-tit h6 {
  font-size: 20px;
  color: #333;
}
.global-news-item {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.global-news-item h6 {
  padding-left: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.hot-pro-main {
  max-width: 860px;
}
.news-in-tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: bold;
}
.global-down-item {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}
.global-down-item h6 {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.ct-addr-gp {
  margin-top: 24px;
}
.ct-addr-gp div {
  margin-bottom: 14px;
}
#allmap1 {
  height: 436px;
  width: 100%;
  margin-top: 30px;
}
.form-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.form-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 14px;
}
.form-item.textarea {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.form-item label {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-right: 26px;
  margin-bottom: 0;
}
.form-item input {
  height: 36px;
  width: 290px;
  border: 1px solid #e5e5e5;
  padding-left: 12px;
}
.form-item textarea {
  height: 150px;
  width: 290px;
  border: 1px solid #e5e5e5;
  padding: 12px;
  resize: none;
}
.form-item button {
  height: 36px;
  width: 290px;
  background-color: #596a9e;
  border-radius: 5px;
  color: #fff;
  line-height: 26px;
}
.inner-list:after{
  content:'';
  width:32.16%;
}


.f_zoom_honer{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.f_zoom_honer .close_icon{
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 25px;
  background: url(../images/close-btn2-1.png) no-repeat center;
  background-size: 25px;
  cursor: pointer;
  top: 100px;
  right: -100px;
}
.f_zoom_honer .f-zoom-box{
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  margin: 40px auto;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_zoom_honer .f-zoom-box .imgbox{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.f_zoom_honer .f-zoom-box img{
  max-width: 100%;
  max-height: 100%;
}