a:link,
a:visited {
  color: #424242;
  text-decoration: none;
  -webkit-transition: color .3s ease;
}
a:hover,
a:active {
  text-decoration: underline;
  outline: 0;
  color: #064692;
}
.overflow {
  overflow: hidden;
  _zoom: 1;
}
.mb20 {
  margin-bottom: 20px;
}
.texthide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbox {
  border: #e6e6e6 1px solid;
  overflow: hidden;
  _zoom: 1;
}
.ov {
  overflow: hidden;
  _zoom: 1;
}
.shadow {
  -moz-box-shadow: 0px 2px 4px #999999;
  -webkit-box-shadow: 0px 2px 4px #999999;
  box-shadow: 0px 2px 4px #999999;
}
.head .top {
  position: relative;
  height: 110px;
}
.head .top .logo {
  display: block;
  width: 485px;
  height: 94px;
  background: url(/images/logo.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
}
.head .top .lang {
  position: absolute;
  top: 2px;
  right: 5px;
}
.head .top .en,
.head .top .cn {
  color: #fff;
  line-height: 22px;
  padding: 0 20px;
  display: inline-block;
  margin-left: 10px;
}
.head .top .en {
  background: #fcb903;
}
.head .top .cn {
  background: #8ac22a;
}
.head .menu,
.head .menuen {
  height: 46px;
  background: #064692;
  font-size: 14px;
  margin-bottom: 40px;
}
.head .menu ul,
.head .menuen ul {
  width: 900px;
  margin: 0 auto;
}
.head .menu ul li,
.head .menuen ul li {
  float: left;
  line-height: 46px;
  font-size: 16px;
  position: relative;
  height: 46px;
  margin: 0 1px;
}
.head .menu ul li a,
.head .menuen ul li a {
  color: #fff;
  padding: 0 25px;
  display: block;
  text-decoration: none;
}
.head .menu ul li a:hover,
.head .menuen ul li a:hover {
  background: #ccc;
  color: #064692;
}
.head .menu ul li div,
.head .menuen ul li div {
  display: none;
  position: absolute;
  top: 46px;
  max-width: 680px;
  padding: 10px 0;
  left: -120px;
}
.head .menu ul li div a,
.head .menuen ul li div a {
  float: left;
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
  color: #064692;
  line-height: 24px;
  margin: 0 10px;
}
.head .menu ul li div a:hover,
.head .menuen ul li div a:hover {
  background: #064692;
  color: #fff;
}
.head .menu ul .cur > a,
.head .menuen ul .cur > a {
  background: #ccc;
  color: #064692;
}
.head .menu ul .cur div,
.head .menuen ul .cur div {
  display: block;
}
.head .menuen ul {
  width: 950px;
}
#banner {
  display: none;
}
#mbanner {
  height: 200px;
}
.imain {
  margin: 20px auto;
}
.imain .itit {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.imain .itit h4 {
  color: 16px;
  color: #064692;
  float: left;
  font-weight: bold;
  padding-left: 5px;
}
.imain .itit h4 em {
  display: inline-block;
  font-size: 12px;
  color: #ABABAB;
  margin-left: 10px;
  font-weight: bold;
  letter-spacing: 0;
}
.imain .itit a {
  float: right;
  margin-right: 10px;
  display: inline-block;
}
.iabout {
  width: 520px;
}
.iabout .text {
  margin: 20px 0;
  font-size: 13px;
}
.iabout .text p {
  text-indent: 25px;
  line-height: 20px;
  margin-bottom: 15px;
}
.inews {
  width: 457px;
}
.inews ul {
  margin: 15px 5px 15px 5px;
}
.inews ul li {
  background: url(/images/ico01.png) no-repeat 15px 8px;
  line-height: 26px;
  height: 26px;
  padding-left: 25px;
  margin: 5px 0;
}
.inews ul li:nth-of-type(even) {
  background-color: #f5f5f5;
}
.ipro {
  overflow: hidden;
  _zoom: 1;
  margin-top: 10px;
}
.ipro .list {
  margin: 30px 0;
  height: 140px;
}
.ipro .list li {
  width: 162px;
  height: 122px;
  float: left;
  padding: 2px;
  margin-right: 10px;
  border: 1px solid #ddd;
  text-align: center;
}
.ipro .list li a {
  display: block;
  margin-bottom: 5px;
}
.ipro .list li a img {
  width: 162px;
  height: 122px;
}
.ilink {
  margin-bottom: 10px;
}
.ilink .list {
  margin: 20px 0;
}
.ilink .list a {
  display: inline-block;
  margin-right: 20px;
  color: #ABABAB;
}
.mleft,
.mleften {
  margin-top: 10px;
  -moz-box-shadow: 0px 2px 4px #999999;
  -webkit-box-shadow: 0px 2px 4px #999999;
  box-shadow: 0px 2px 4px #999999;
  min-height: 300px;
  width: 180px;
  border: 1px solid #ddd;
  border-top: none;
  float: left;
}
.mleft dd,
.mleften dd {
  line-height: 40px;
  background: #064692;
  color: #fff;
  border-top: 2px solid #064692;
  text-indent: 10px;
  font-size: 16px;
}
.mleft dt,
.mleften dt {
  line-height: 34px;
  background: url(/images/ico01.png) no-repeat 10px 12px;
}
.mleft dt a,
.mleften dt a {
  display: block;
  margin: 0 5px;
  font-size: 14px;
  border-bottom: dotted 1px #ddd;
  padding-left: 16px;
}
.mleft dt div,
.mleften dt div {
  display: none;
  padding: 5px 0;
}
.mleft dt div a,
.mleften dt div a {
  font-size: 12px;
  color: #666!important;
  line-height: 30px;
  margin-left: 18px;
  padding-left: 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.mleft dt div a:hover,
.mleften dt div a:hover {
  color: red!important;
}
.mleft dt div .cur,
.mleften dt div .cur {
  color: red!important;
}
.mleften a {
  font-size: 12px!important;
}
.mright {
  width: 800px;
  float: right;
}
.mright .mtit {
  border-bottom: 2px solid #064692;
  height: 40px;
  line-height: 40px;
}
.mright .mtit h4 {
  line-height: 44px;
  float: left;
  font-size: 16px;
  color: #064692;
  text-indent: 5px;
}
.mright .mtit span {
  float: right;
  display: inline-block;
  line-height: 46px;
  margin-right: 10px;
}
.mright .content {
  margin: 20px 5px;
}
.about {
  font-size: 14px;
}
.about p {
  line-height: 20px;
  margin: 10px 0;
}
.news li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  background: url(/images/ico02.jpg) no-repeat 0 18px;
  padding-left: 10px;
}
.news li a {
  float: left;
}
.news li span {
  float: right;
}
.detail h1 {
  font-size: 16px;
  text-align: center;
  color: #064692;
  line-height: 50px;
}
.detail .memo {
  color: #ccc;
  text-align: center;
  font-size: 12px;
}
.detail .text {
  margin: 20px 0;
}
.detail .text h2 {
  background: url(/images/line.jpg) no-repeat top left;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}
/*.pro_list{
	margin:20px 0 10px 0;
	dl{ overflow:hidden;_zoom:1;border-bottom:#CCC 1px dotted;padding-bottom:20px;margin-bottom:20px;}
	dl dd{margin-right:10px;background:url(/images/pro_bg.jpg) no-repeat;width:180px;height:140px;}
	dl dd a{display:inline-block;margin:4px 0 0 4px}
	dl dt{width:600px;height:130px;position:relative;}
	dd,dt{float:left;}
	h3{margin-bottom:5px;font-size:14px;}
	h3 a{color:#004798!important}
	span{font-size:12px;}
	.more{text-align:right;position:absolute;bottom:0px;right:10px;color:#004798!important}
}*/
.pro_list {
  margin: 20px 0 10px 0;
  min-height: 400px;
}
.pro_list dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #eee;
}
.pro_list dl dd {
  margin-right: 10px;
  background: url(/images/pro_bg.jpg) no-repeat;
  width: 180px;
  height: 140px;
}
.pro_list dl dd a {
  display: inline-block;
  margin: 4px 0 0 4px;
}
.pro_list h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.pro_list h3 a {
  color: #004798 !important;
}
.pro_list h4 {
  color: #064692;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  line-height: 40px;
}
.pro_list .list {
  margin: 10px 0 30px;
}
.pro_list .list a {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.pro_list .more{
  display: inline-block;
  margin-top: 20px;
  color:#004798 !important;
}

.honner {
  margin: 40px 0 0 0px;
}
.honner dl {
  width: 179px;
  height: 240px;
  float: left;
  margin: 0 15px 5px 3px;
}
.honner dd {
  width: 170px;
  height: 200px;
  border: #CCC 1px solid;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  *display: block;
  *font-size: 174.6px;
  *font-family: Arial;
}
.honner dt {
  text-align: center;
  width: 170px;
  height: 24px;
  line-height: 30px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job_title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  background: url(/images/d02.jpg) no-repeat 0 11px;
  padding-left: 15px;
  border-bottom: #CCC 1px solid;
  margin-bottom: 10px;
}
.job_title span {
  padding-right: 15px;
}
.job_box {
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 12px;
}
.footer {
  border-top: 1px solid #ddd;
}
.footer .c {
  text-align: center;
  margin: 20px auto;
  color: #ABABAB;
}
.msg_send {
  margin-top: 10px;
}
.msg_send legend {
  color: #2D6857;
}
.msg_send fieldset {
  border: #2D6857 1px solid;
}
.msg_send table {
  margin-bottom: 10px;
}
.msg_send th {
  text-align: left;
  padding: 5px 0 5px 12px;
  line-height: 24px;
}
.msg_send .inp02 {
  height: 24px;
  line-height: 24px;
}
