﻿/* ************ 通用样式 ************ */
/* 特殊字体引用方式 */
@font-face {
  font-family: 'EngraversMT';
  src: url('fonts/EngraversMT.eot');
  src: url('fonts/EngraversMT.eot?#iefix') format('embedded-opentype'), url('fonts/EngraversMT.woff') format('woff'), url('fonts/EngraversMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.contentBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clearfix:after {
  /*清除浮动带来的影响，设置给父元素*/
  content: '';
  display: block;
  clear: both;
}
.clearfix:before {
  /*防止外边距溢出，设置给父元素*/
  content: "";
  display: table;
}
/* ************ pagesAll begin ************ */
/* ** container ** */
.container {
  width: 100%;
  background: url("../images/pagesBack.jpg") repeat-y center;
  padding-top: 40px;
  /* 子页通用左侧 */
  /* 子页右侧 */
}
.container .pagesL {
  width: 300px;
  float: left;
}
.container .pagesL .column .colParent {
  border-bottom: 2px solid #CCCCCC;
  position: relative;
  height: 45px;
}
.container .pagesL .column .colParent h2 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  border-bottom: 3px solid #004986;
  padding: 0 10px 15px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
}
.container .pagesL .column .colChild {
  margin-top: 10px;
}
.container .pagesL .column .colChild ul li {
  border-bottom: 1px dashed #999999;
  background: url("../images/pagesIcon1.png") no-repeat 5px center;
  padding-left: 20px;
}
.container .pagesL .column .colChild ul li a {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  display: block;
}
.container .pagesL .column .colChild ul li:hover {
  background: #1E5F3F url("../images/pagesIcon1_hover.png") no-repeat 275px center;
}
.container .pagesL .column .colChild ul li:hover a {
  color: #fff;
  cursor: pointer;
}
.container .pagesL .column .colChild ul li.colAct {
  background: #1E5F3F url("../images/pagesIcon1_hover.png") no-repeat 275px center;
  border-bottom: 1px solid #1E5F3F;
}
.container .pagesL .column .colChild ul li.colAct a {
  color: #fff;
}
.container .pagesL .search {
  width: 100%;
  height: 100px;
  background: #004986;
  margin-top: 40px;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
}
.container .pagesL .search p {
  font-size: 16px;
  color: #fff;
}
.container .pagesL .search form {
  margin-top: 10px;
}
.container .pagesL .search form input[type="text"] {
  width: 210px;
  height: 30px;
  border: none;
  float: left;
  padding-left: 10px;
}
.container .pagesL .search form input[type="submit"] {
  height: 30px;
  width: 36px;
  background: #fff url("../images/pagesIcon2.png") no-repeat center;
  border: none;
  float: left;
  margin-left: 2px;
  cursor: pointer;
}
.container .pagesL .contactUs {
  margin-top: 40px;
  margin-bottom: 80px;
}
.container .pagesL .contactUs .con {
  width: 100%;
  height: 100px;
  background: #1E5F3F url("../images/pagesIcon4.png") no-repeat 40px center;
  box-sizing: border-box;
  padding-top: 20px;
  position: relative;
}
.container .pagesL .contactUs .con i {
  display: block;
  position: absolute;
  bottom: -8px;
  background: url(../images/pagesIcon3.png) no-repeat center;
  width: 15px;
  height: 8px;
  left: 50%;
  margin-left: -8px;
}
.container .pagesL .contactUs .con h3 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin-left: 130px;
}
.container .pagesL .contactUs .con span {
  font-size: 16px;
  color: #fefefe;
  opacity: 0.6;
  margin-left: 140px;
  letter-spacing: 2px;
}
.container .pagesL .contactUs .info {
  width: 100%;
  height: 200px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.container .pagesL .contactUs .info ul li {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.container .pagesR {
  width: 830px;
  float: right;
  /* ******** groupIntro begin ******** */
  /* ******** groupIntro end ******** */
  /* ******** growingUp begin ******** */
  /* ******** growingUp end ******** */
  /* ******** groupNews begin ******** */
  /* ******** groupNews end ******** */
  /* ******** groupNewsInfo begin ******** */
  /* ******** groupNewsInfo end ******** */
  /* ******** investorRelations begin ******** */
  /* ******** investorRelations end ******** */
  /* ******** contact_mode begin ******** */
  /* ******** contact_mode end ******** */
  /* ******** contact_message begin ******** */
  /* ******** contact_message end ******** */
}
.container .pagesR .pTitle {
  border-bottom: 2px solid #CCCCCC;
  overflow: hidden;
}
.container .pagesR .pTitle h5 {
  font-size: 24px;
  background: #1E5F3F;
  float: left;
  font-weight: normal;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
}
.container .pagesR .pTitle .location {
  float: right;
  color: #666;
  font-size: 14px;
  margin-top: 6px;
}
.container .pagesR .pTitle .location a {
  color: #666;
  font-size: 14px;
}
.container .pagesR .pTitle .location a.on {
  color: #1E5F3F;
}
.container .pagesR > .info {
  margin-top: 35px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.container .pagesR > .info .update {
  font-size: 14px;
  color: #333;
  float: right;
  margin-right: 30px;
  margin-bottom: 50px;
  margin-top: 110px;
}
.container .pagesR .up {
  margin-top: 80px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.container .pagesR .up i {
  display: block;
  width: 70px;
  height: 70px;
  background: url("../images/pagesIcon5.png") no-repeat center;
  margin-left: 70px;
}
.container .pagesR .up .axis {
  background: url("../images/pagesIcon6.png") repeat-y 100px -15px;
}
.container .pagesR .up .axis ul {
  overflow: hidden;
  padding-top: 30px;
}
.container .pagesR .up .axis ul li h3 {
  float: left;
  font-size: 30px;
  color: #004986;
  font-weight: normal;
  line-height: 52px;
  font-style: italic;
}
.container .pagesR .up .axis ul li .list {
  height: 136px;
}
.container .pagesR .up .axis ul li .list > div {
  width: 612px;
  height: 70px;
  background: url("../images/dateIcon.png") no-repeat center;
  margin-left: 89px;
  position: relative;
}
.container .pagesR .up .axis ul li .list > div span {
  position: absolute;
  right: 26px;
  top: 30px;
  font-size: 16px;
  color: #004986;
}
.container .pagesR .up .axis ul li .list p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  width: 435px;
  margin-left: 170px;
  margin-top: -42px;
}
.container .pagesR .up .axis ul li:last-child {
  background: #ffffff;
}
.container .pagesR .news {
  margin-top: 40px;
}
.container .pagesR .news ul li {
  width: 830px;
  height: 100px;
  box-sizing: border-box;
  border: 2px solid #004986;
  margin-bottom: 40px;
}
.container .pagesR .news ul li.normal {
  height: 320px;
}
.container .pagesR .news ul li.normal > p {
  display: none;
}
.container .pagesR .news ul li.normal > a {
  display: none;
}
.container .pagesR .news ul li.normal .first {
  display: block;
  padding: 45px 30px 45px 50px;
}
.container .pagesR .news ul li.normal .first img {
  width: 322px;
  height: 227px;
}
.container .pagesR .news ul li.normal .first .listInfo {
  width: 400px;
  float: right;
}
.container .pagesR .news ul li.normal .first .listInfo a {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 40px;
  display: block;
}
.container .pagesR .news ul li.normal .first .listInfo > span {
  font-size: 12px;
  color: #666;
  line-height: 25px;
  text-indent: 25px;
  display: block;
}
.container .pagesR .news ul li.normal .first .listInfo p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.container .pagesR .news ul li.normal .first .listInfo p span {
  font-size: 30px;
  color: #004986;
}
.container .pagesR .news ul li .first {
  display: none;
}
.container .pagesR .news ul li > p {
  float: left;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #666;
  text-align: center;
  background: url("../images/pagesIcon7.png") no-repeat right 1px;
  padding-top: 12px;
  box-sizing: border-box;
}
.container .pagesR .news ul li > p span {
  font-size: 36px;
  color: #004986;
  display: block;
}
.container .pagesR .news ul li > a {
  line-height: 98px;
  font-size: 16px;
  color: #333;
  margin-left: 25px;
  display: block;
  float: left;
  width: 701px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.container .pagesR .newsInfo .art_title {
  background: url("../images/pagesIcon8.png") no-repeat bottom center;
  padding-bottom: 25px;
}
.container .pagesR .newsInfo .art_title h2 {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  color: #333;
  padding: 0 105px;
  font-weight: normal;
}
.container .pagesR .newsInfo .art_title p {
  font-size: 14px;
  color: #666;
  margin-top: 40px;
  padding: 0 85px;
}
.container .pagesR .newsInfo .art_title p span{
  display: inline-block;
}
.container .pagesR .newsInfo .art_title p span:first-child{
  margin-right: 420px;
}
.container .pagesR .newsInfo .info {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.container .pagesR .newsInfo .prev_next {
  margin: 60px 0;
}
.container .pagesR .newsInfo a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.container .pagesR .investor {
  margin-top: 40px;
  padding-bottom: 40px;
}
.container .pagesR .investor table {
  table-layout: fixed;
  border-collapse: collapse;
}
.container .pagesR .investor table tr th {
  font-size: 16px;
  color: #fff;
  background: #004986;
  font-weight: normal;
  line-height: 32px;
  border: 2px solid #004986;
  border-top: 0;
  border-bottom: 0;
}
.container .pagesR .investor table tr th:first-child {
  width: 236px;
}
.container .pagesR .investor table tr th:first-child + th {
  width: 388px;
}
.container .pagesR .investor table tr th:first-child + th + th {
  width: 196px;
}
.container .pagesR .investor table tr td {
  border: 2px solid #CCCCCC;
  border-top: none;
  height: 75px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.container .pagesR .investor table tr td a {
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  display: block;
  word-wrap: break-word;
  word-break: normal;
}
.container .pagesR .investor table tr td a:hover {
  color: #004986;
}
.container .pagesR .contact_mode {
  margin-bottom: 88px;
}
.container .pagesR .contact_mode .map {
  width: 830px;
  height: 400px;
  overflow: hidden;
  margin-top: 10px;
}
.container .pagesR .contact_mode h3 {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
  font-weight: normal;
  padding-bottom: 18px;
  border-bottom: 2px solid #004986;
  width: 290px;
}
.container .pagesR .contact_mode .info {
  margin-top: 42px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.container .pagesR .contact_mode .info ul li {
  font-size: 14px;
}
.container .pagesR .message {
  margin-top: 35px;
  padding-left: 6px;
}
.container .pagesR .message form p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.container .pagesR .message form p input[type="text"] {
  width: 490px;
  height: 30px;
  border: 1px solid #959595;
  padding-left: 10px;
  margin-left: 30px;
}
.container .pagesR .message form p input.ml{
  margin-left: 31px;
}
.container .pagesR .message form p textarea {
  height: 240px;
  width: 490px;
  border: 1px solid #959595;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  margin-left: 30px;
}
.container .pagesR .message form p span {
  float: left;
}
.container .pagesR .message form input[type="submit"] {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #004986;
  border: 0;
  margin-left: 260px;
  margin-top: 40px;
}
/* ************ pagesAll end ************ */

/* ** 页码 ** */
.pages{
  text-align: center;
  margin: 45px;
}
.pages a{
  font-size: 14px;
  color: #333;
  padding: 0 5px;
  display: inline-block;
}

/* ** search ** */
.bannerSearch{
  display: none;
}

/* ** mobile ** */
.banner2{display: none;}
.mobileSearch{display: none;}

/* ** 控股公司 ** */
.holding{
  margin-top: 25px;
}
.holding ul li{
  line-height: 60px;
  border-bottom: 1px dashed #bbb;
}
.holding ul li a{
  font-size: 18px;
  color: #333;
  background: url("../images/tree.png") no-repeat 9px center;
  padding-left: 40px;
}











