@charset "utf-8";
/* CSS Document */
/* CSS Document */
#wrapper {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
}
.auto {
  width: 1000px;
  margin: 0 auto;
}
#header {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
#header .logo {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 999;
}
#header .tips {
  float: right;
  padding: 15px 0;
}
#header .tips a {
  border-right: 1px solid #DDE0E4;
  line-height: 20px;
  padding: 0 15px;
  font-size: 12px;
}
#header .tips a:hover {
  color: #267eba;
}
#header .tips .last {
  border: 0;
}
#header .tips .cur {
  font-weight: 700;
}
#header .nav {
  position: relative;
  border-bottom: 3px solid #A2B9DB;
}
#header .nav ul {
  float: right;
}
#header .nav ul li {
  float: left;
  padding-bottom: 10px;
}
#header .nav ul li > .block {
  width: 110px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  position: relative;
}
#header .nav ul li > .block i {
  width: 5px;
  height: 30px;
  background: url(../images/icon/0.png) no-repeat -16px center;
  margin-left: 5px;
  position: absolute;
  right: 15px;
  top: 0;
}
#header .nav ul li:hover .block {
  color: #267eba;
}
#header .nav ul li:hover .block i {
  background-position: left center;
}
#header .nav ul li .subnav {
  position: absolute;
  z-index: 9999;
  background: url(../images/icon/2.png) no-repeat;
  width: 1000px;
  height: 37px;
  left: 0;
  top: 40px;
  display: none;
  border-top: 3px solid #A2B9DB;
}
#header .nav ul li .subnav .box .block {
  display: inline-block;
  line-height: 37px;
  height: 37px;
  color: #FFFFFF;
  font-size: 12px;
  background: url(../images/icon/1.png) no-repeat right center;
  padding: 0 10px;
}
#header .nav ul li .subnav .box .block:hover {
  color: #CFAC46;
}
#header .nav ul .cur .block {
  color: #267eba;
}
#header .nav ul .cur .block i {
  background-position: left center;
}
#header .nav ul .on .block {
  color: #267eba;
}
#header .nav ul .on .block i {
  background-position: left center;
}
#content {
  /* banner */
}
#content #slides {
  position: relative;
  overflow: auto;
}
#content #slides ul li {
  float: left;
}
#content #slides .dots {
  position: absolute;
  left: 48%;
  bottom: 40px;
}
#content #slides .dots .dot {
  float: left;
  text-indent: -999em;
  width: 8px;
  height: 8px;
  background: url(../images/icon/10.png) no-repeat -27px -3px;
  cursor: pointer;
  margin-right: 5px;
}
#content #slides .dots .active {
  width: 13px;
  height: 13px;
  position: relative;
  top: -3px;
  background-position: 0 0;
}
#content .slides_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#content .slides_container img {
  display: block;
  width: 1680px;
  height: 220px;
  position: relative;
  left: 50%;
  margin-left: -840px;
}
#content #index_block_box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
#content #index_block_box > .row1 .slide_box {
  float: left;
  width: 666px;
  height: 360px;
  background: url(../images/2014_09_19_102246.jpg) no-repeat;
}
#content #index_block_box > .row1 .news_box {
  float: left;
  width: 284px;
  height: 320px;
  background: url(../images/index_img_1.jpg) no-repeat;
  padding: 20px;
  padding-left: 30px;
  word-break: break-all;
  position: relative;
  overflow: hidden;
}
#content #index_block_box > .row1 .news_box a {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -mos-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
#content #index_block_box > .row1 .news_box .title {
  color: #7EACE3;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 20px;
}
#content #index_block_box > .row1 .news_box .title span {
  font-size: 14px;
  margin-left: 10px;
}
#content #index_block_box > .row1 .news_box .a_tips .block {
  color: #FFFFFF;
}
#content #index_block_box > .row1 .news_box .a_tips .block h1 {
  font-size: 14px;
  line-height: 25px;
}
#content #index_block_box > .row1 .news_box .a_tips .block p {
  font-size: 12px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
#content #index_block_box > .row1 .news_box .a_tips .block:hover {
  text-decoration: underline;
}
#content #index_block_box > .row1 .news_box .learm_list li {
  border-bottom: 1px solid #3C8EC3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#content #index_block_box > .row1 .news_box .learm_list li .block {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
}
#content #index_block_box > .row1 .news_box .learm_list li .block .time {
  overflow: hidden;
  height: 15px;
}
#content #index_block_box > .row1 .news_box .learm_list li .block .time span {
  float: left;
  width: 235px;
}
#content #index_block_box > .row1 .news_box .learm_list li .block .time .news_class {
  width: 35px;
  margin-right: 10px;
}
#content #index_block_box > .row1 .news_box .learm_list li .block .txt_box {
  margin-left: 44px;
  width: 240px;
  height: 15px;
  overflow: hidden;
}
#content #index_block_box > .row1 .news_box .learm_list li .block a {
  color: #FFFFFF;
}
#content #index_block_box > .row1 .news_box .learm_list li .block a:hover {
  text-decoration: underline;
}
#content #index_block_box .more {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #7EACE3;
  font-family: impact;
  font-size: 12px;
}
#content #index_block_box .more:hover {
  color: #F6EBC5;
}
#content #index_block_box > .row2 > .colspan_box {
  float: left;
  width: 333.333px;
  height: 600px;
  overflow: hidden;
}
#content #index_block_box > .row2 .contact_model {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}
#content #index_block_box > .row2 .contact_model .block {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
}
#content #index_block_box > .row2 .contact_model .block h1 {
  font-size: 16px;
  font-family: impact;
  font-weight: 400;
  padding-top: 20px;
  padding-left: 30px;
}
#content #index_block_box > .row2 .contact_model .block h5 {
  padding-left: 30px;
  font-size: 14px;
}
#content #index_block_box > .row2 .contact_model .block:hover {
  background: url(../images/icon/opacity7.png) repeat;
}
#content #index_block_box > .row2 .colspan1 .row1 {
  position: relative;
  height: 239px;
  background-color: #2479B7;
}
#content #index_block_box > .row2 .colspan1 .row1 .txt_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: url(../images/icon/7.png) no-repeat right bottom;
  background-color: #2479B7;
}
#content #index_block_box > .row2 .colspan1 .row1 .txt_box .block {
  color: #FFFFFF;
  margin: 20px;
  margin-left: 30px;
}
#content #index_block_box > .row2 .colspan1 .row1 .txt_box .block h1 {
  margin-bottom: 20px;
}
#content #index_block_box > .row2 .colspan1 .row1 .txt_box .block h1 font {
  font-family: impact;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
}
#content #index_block_box > .row2 .colspan1 .row1 .txt_box .block h1 span {
  font-size: 14px;
}
#content #index_block_box > .row2 .colspan1 .row1 .txt_box .block .msg {
  font-size: 12px;
  line-height: 20px;
}
#content #index_block_box > .row2 .colspan1 .row1 .txt_box .jian {
  position: absolute;
  bottom: -10px;
  left: 28px;
}
#content #index_block_box > .row2 .colspan1 .row3 {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  background: url(../images/human.jpg) no-repeat;
}
#content #index_block_box > .row2 .colspan1 .row3 .block {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
}
#content #index_block_box > .row2 .colspan1 .row3 .block h1 {
  font-size: 16px;
  font-family: impact;
  font-weight: 400;
  padding-top: 20px;
  padding-left: 30px;
}
#content #index_block_box > .row2 .colspan1 .row3 .block h5 {
  padding-left: 30px;
  font-size: 14px;
}
#content #index_block_box > .row2 .colspan1 .row3 .block:hover {
  background: url(../images/icon/opacity7.png) repeat;
}
#content #index_block_box > .row2 .colspan2 .row1 {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url(../images/index_img_3.jpg) no-repeat;
}
#content #index_block_box > .row2 .colspan2 .row1 h1 {
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: 20px;
}
#content #index_block_box > .row2 .colspan2 .row1 h1 font {
  font-family: impact;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
#content #index_block_box > .row2 .colspan2 .row1 h1 span {
  font-size: 14px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box {
  margin-left: 30px;
  position: relative;
  min-width: 303px;
  min-width: 278px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item .block {
  width: 129px;
  height: 120px;
  background: url(../images/icon/9.png) no-repeat;
  position: relative;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item .block font {
  position: absolute;
  line-height: 15px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 700;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item .block i {
  position: absolute;
  background: url(../images/icon/8.png) no-repeat;
  transition: background-position 0.3s;
  -webkit-transition: background-position 0.3s;
  -mos-transition: background-position 0.3s;
  -ms-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item .block:hover {
  color: #CFAC46;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_1 .block font {
  top: 10px;
  left: 10px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_1 .block i {
  left: 5px;
  top: 45px;
  width: 30px;
  height: 30px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_2 .block {
  width: 127px;
  background-position: -149px 0;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_2 .block font {
  top: 10px;
  right: 10px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_2 .block i {
  right: 5px;
  top: 45px;
  width: 30px;
  height: 30px;
  background-position: 0 -70px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_3 .block {
  height: 118px;
  background-position: 0 -140px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_3 .block font {
  left: 10px;
  bottom: 10px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_3 .block i {
  left: 5px;
  bottom: 25px;
  width: 30px;
  height: 25px;
  background-position: 0 -140px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_4 .block {
  width: 127px;
  height: 118px;
  background-position: -149px -140px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_4 .block font {
  bottom: 10px;
  right: 10px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_4 .block i {
  right: 5px;
  bottom: 25px;
  width: 30px;
  height: 25px;
  background-position: 0 -210px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_5 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  margin: -85px 0 0 -90px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_5 .block {
  width: 153px;
  height: 153px;
  background: url(../images/icon/6.png) no-repeat;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_5 .block font {
  width: 100%;
  top: 110px;
  text-align: center;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .item_5 .block i {
  width: 30px;
  height: 35px;
  background-position: 0 -270px;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -15px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box {
  width: 276px;
  min-height: 218px;
  padding-bottom: 40px;
  background: url(../images/covering_background.jpg) no-repeat;
  background-color: #2A89C1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box .close {
  width: 19px;
  height: 19px;
  background: url(../images/icon/closeX.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -mos-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box .title {
  padding: 20px;
  padding-right: 40px;
  margin-bottom: 20px;
  color: #FFFFFF;
  background: url(../images/icon/17.png) no-repeat 9% bottom;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box .title p {
  font-size: 14px;
  font-weight: 700;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box .title font {
  font-size: 12px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box .txt_box {
  padding-left: 20px;
  padding-right: 10px;
  color: #FFFFFF;
  font-size: 12px;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box ul li {
  display: none;
}
#content #index_block_box > .row2 .colspan2 .row1 .items_box .covering_box .cur {
  display: block;
}
#content #index_block_box > .row2 .colspan2 .row2 {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  background: url(../images/contact.jpg) no-repeat;
}
#content #index_block_box > .row2 .colspan2 .row2 .block {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
}
#content #index_block_box > .row2 .colspan2 .row2 .block h1 {
  font-size: 16px;
  font-family: impact;
  font-weight: 400;
  padding-top: 20px;
  padding-left: 30px;
}
#content #index_block_box > .row2 .colspan2 .row2 .block h5 {
  padding-left: 30px;
  font-size: 14px;
}
#content #index_block_box > .row2 .colspan2 .row2 .block:hover {
  background: url(../images/icon/opacity7.png) repeat;
}
#content #index_block_box > .row2 .colspan2 .row2 .block h1 {
  color: #5283BD;
}
#content #index_block_box > .row2 .colspan3 .row1 {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: url(../images/2014_09_19_102514.jpg) no-repeat;
}
#content #index_block_box > .row2 .colspan3 .row2 {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  height: 200px;
  background: url(../images/2014_09_20_170843.jpg) no-repeat right top;
  background-color: #4882CB;
}
#content #index_block_box > .row2 .colspan3 .row2 .block {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
}
#content #index_block_box > .row2 .colspan3 .row2 .block h1 {
  font-size: 16px;
  font-family: impact;
  font-weight: 400;
  padding-top: 20px;
  padding-left: 30px;
}
#content #index_block_box > .row2 .colspan3 .row2 .block h5 {
  padding-left: 30px;
  font-size: 14px;
}
#content #index_block_box > .row2 .colspan3 .row2 .block:hover {
  background: url(../images/icon/opacity7.png) repeat;
}
#content #index_block_box > .row2 .colspan3 .row2 .block {
  width: 180px;
  background-color: #4882CB;
}
#content #index_block_box > .row2 .colspan3 .row2 .block:hover {
  background: none;
  background-color: #4882CB;
}
#content #index_block_box > .row2 .colspan3 .row2 .block .tips {
  position: absolute;
  right: -10px;
  top: 40px;
}
#content #index_block_box > .row2 .colspan3 .row2 .block .release_msg {
  color: #FFFFFF;
  background-color: #3A68A2;
  font-size: 12px;
  padding: 2px 10px;
  position: absolute;
  left: 20px;
  bottom: 25px;
}
#content #profile_box {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
#content #profile_box .leftnav {
  float: left;
  width: 210px;
}
#content #profile_box .leftnav .box {
  top: 0;
  width: 210px;
}
#content #profile_box .leftnav .box .title {
  font-size: 18px;
  color: #FFFFFF;
  width: 190px;
  height: 66px;
  background: url(../images/icon/12.png) no-repeat;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px 0 0 20px;
}
#content #profile_box .leftnav .box .title font {
  font-family: impact;
  font-size: 15px;
  color: #7EACE3;
  font-weight: 400;
}
#content #profile_box .leftnav .box ul {
  background: url(../images/icon/11.png) no-repeat right bottom;
  background-color: #9AA1AB;
  min-height: 280px;
}
#content #profile_box .leftnav .box ul li a {
  display: block;
  color: #FFFFFF;
  line-height: 35px;
  height: 35px;
  padding-left: 20px;
  font-size: 12px;
  border-bottom: 1px solid #A9AFB8;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -mos-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
#content #profile_box .leftnav .box ul li:hover a {
  font-weight: 700;
  background: url(../images/icon/14.png) no-repeat 90% center;
  background-color: #2479B7;
  font-size: 14px;
}
#content #profile_box .leftnav .box ul .cur a {
  font-weight: 700;
  background: url(../images/icon/14.png) no-repeat 90% center;
  background-color: #2479B7;
  font-size: 14px;
}
#content #profile_box .rightcontent {
  width: 760px;
  float: right;
  overflow: hidden;
}
#content #profile_box .rightcontent > .title {
  overflow: hidden;
  border-bottom: 1px solid #DDE0E4;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
#content #profile_box .rightcontent > .title font {
  color: #267eba;
  line-height: 25px;
  height: 25px;
  font-weight: 700;
}
#content #profile_box .rightcontent > .title .fr .index {
  padding-left: 20px;
  background: url(../images/icon/13.png) no-repeat left center;
}
#content #profile_box .rightcontent > .title .fr a {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
}
#content #profile_box .rightcontent > .title .fr a:hover {
  color: #267eba;
  text-decoration: underline;
}
#content #profile_box .rightcontent #informaction {
  padding-top: 10px;
}
#content #profile_box .rightcontent #informaction .list_box .onq .block .img_box {
  display: none;
}
#content #profile_box .rightcontent #informaction .list_box .onq .block .txt_box {
  width: auto;
  padding-left: 10px;
}
#content #profile_box .rightcontent #informaction .list_box li {
  margin-bottom: 30px;
}
#content #profile_box .rightcontent #informaction .list_box li .block {
  overflow: hidden;
}
#content #profile_box .rightcontent #informaction .list_box li .block .img_box {
  width: 238px;
  height: 138px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  border: 1px solid #DADADA;
}
#content #profile_box .rightcontent #informaction .list_box li .block .txt_box {
  float: left;
  width: 480px;
}
#content #profile_box .rightcontent #informaction .list_box li .block .txt_box .title {
  font-size: 18px;
  font-weight: 400;
}
#content #profile_box .rightcontent #informaction .list_box li .block .txt_box .time {
  display: block;
  font-size: 12px;
  color: #999999;
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
  background: url(../images/icon/time.png) no-repeat 0 5px;
  transition: background-position 0.2s;
  -webkit-transition: background-position 0.2s;
  -mos-transition: background-position 0.2s;
  -ms-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  margin-bottom: 20px;
}
#content #profile_box .rightcontent #informaction .list_box li .block .txt_box .msg {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
#content #profile_box .rightcontent #informaction .list_box li .block:hover {
  background-color: #F1F1F1;
}
#content #profile_box .rightcontent #informaction .list_box li .block:hover .txt_box .time {
  background-position: 0 -10px;
}
#content #profile_box .rightcontent #informaction .page_box {
  text-align: center;
}
#content #profile_box .rightcontent #informaction .page_box a {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  border: 1px solid #DADADA;
  font-size: 12px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -mos-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#content #profile_box .rightcontent #informaction .page_box a:hover {
  background-color: #0061AE;
  color: #FFFFFF;
  border-color: #0061AE;
}
#content #profile_box .rightcontent #informaction .page_box .cur {
  background-color: #0061AE;
  color: #FFFFFF;
  border-color: #0061AE;
}
#content #profile_box .rightcontent .news_msg_box .box {
  border: 1px solid #DDE0E4;
  border-width: 1px 0;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 20px;
}
#content #profile_box .rightcontent .news_msg_box .box a {
  font-size: 12px;
  color: #5F6162;
}
#content #profile_box .rightcontent .news_msg_box .box a:hover {
  text-decoration: underline;
}
#content #profile_box .rightcontent .news_msg_box .prev_next .return {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 25px;
  height: 25px;
  background-color: #9D9EA0;
  display: block;
  text-align: center;
}
#content #profile_box .rightcontent .news_msg_box .prev_next .return:hover {
  background: #7A7B7C;
}
#content #profile_box .rightcontent .asset_box .msg_box {
  border: 1px solid #DDE0E4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#content #profile_box .rightcontent .asset_box .msg_box .title {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #9AA1AB;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
}
#content #profile_box .rightcontent .asset_box .msg_box table {
  width: 80%;
  margin-top: 20px;
  margin-left: 40px;
  text-align: left;
  font-size: 12px;
}
#content #profile_box .rightcontent .asset_box .msg_box table caption {
  font-size: 20px;
  color: #7EACE3;
  font-weight: 700;
  padding-bottom: 20px;
  background: url(../images/icon/18.png) no-repeat left bottom;
  text-align: left;
  margin-bottom: 10px;
}
#content #profile_box .rightcontent .asset_box .msg_box table th {
  font-weight: 700;
  height: 25px;
}
#content #profile_box .rightcontent .asset_box .msg_box table td {
  height: 25px;
}
#content #profile_box .rightcontent .asset_box .tips_title {
  font-size: 14px;
  font-weight: 700;
  color: #2479B7;
  margin-bottom: 10px;
}
#content #profile_box .rightcontent .asset_box .tips_list {
  font-size: 12px;
  border-top: 1px solid #DDE0E4;
}
#content #profile_box .rightcontent .asset_box .tips_list .block {
  border-bottom: 1px solid #DDE0E4;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
#content #profile_box .rightcontent .asset_box .tips_list .block i {
  display: inline-block;
  background: url(../images/icon/19.png) no-repeat center;
  width: 15px;
  height: 30px;
  float: left;
}
#content #profile_box .rightcontent .asset_box .tips_list .block:hover {
  text-decoration: underline;
}
#content #profile_box .rightcontent .research_box ul {
  overflow: hidden;
  padding-left: 40px;
}
#content #profile_box .rightcontent .research_box ul li {
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  width: 180px;
}
#content #profile_box .rightcontent .research_box ul li .block .img_box {
  width: 128px;
  height: 180px;
  overflow: hidden;
  padding: 10px 25px;
  background: url(../images/icon/20.png) no-repeat;
  margin-bottom: 10px;
}
#content #profile_box .rightcontent .research_box ul li .block .img_box img {
  display: block;
  width: 132px;
  height: 181px;
}
#content #profile_box .rightcontent .research_box ul li .block .txt_box {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
}
#content #profile_box .rightcontent .research_box ul li .block:hover .img_box {
  background-image: url(../images/icon/20_on.png);
}
#content #profile_box .rightcontent .research_box ul li .block:hover .txt_box {
  color: #267eba;
}
#content #profile_box .rightcontent .research_box .leftImg_box {
  float: left;
  width: 330px;
}
#content #profile_box .rightcontent .research_box .leftImg_box .box {
  background: url(../images/icon/24.png) no-repeat;
  width: 285px;
  height: 365px;
  padding: 10px 0 0 45px;
}
#content #profile_box .rightcontent .research_box .leftImg_box .box img {
  width: 247px;
  height: 351px;
  display: block;
}
#content #profile_box .rightcontent .research_box .leftImg_box .download {
  background: url(../images/icon/25.png) no-repeat 0 -1px;
  width: 101px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  margin: 10px auto;
}
#content #profile_box .rightcontent .research_box .leftImg_box .download:hover {
  color: #DBDBDB;
}
#content #profile_box .rightcontent .research_box .rightTxt_box {
  float: left;
  width: 430px;
  font-size: 12px;
  line-height: 20px;
}
#content #profile_box .rightcontent .research_box .rightTxt_box label {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
#content #profile_box .rightcontent .research_box .rightTxt_box p {
  padding-left: 2em;
}
#content #profile_box .rightcontent .research_box .return {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 25px;
  height: 25px;
  background-color: #9D9EA0;
  display: block;
  text-align: center;
}
#content #profile_box .rightcontent .research_box .return:hover {
  background: #7A7B7C;
}
#content #profile_box .rightcontent .research_buiness_box > .title {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
  display: block;
}
#content #profile_box .rightcontent .research_buiness_box .product {
  border: 1px solid #D6D9DE;
  padding-top: 20px;
}
#content #profile_box .rightcontent .research_buiness_box .product .title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 25px;
}
#content #profile_box .rightcontent .research_buiness_box .product .zixun {
  overflow: hidden;
  border-bottom: 1px solid #D6D9DE;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 25px;
}
#content #profile_box .rightcontent .research_buiness_box .product .zixun li {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
#content #profile_box .rightcontent .research_buiness_box .product .zixun li a {
  display: block;
  width: 157px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  background: url(../images/icon/21.png) no-repeat;
}
#content #profile_box .rightcontent .research_buiness_box .product .zixun li:hover a {
  color: #267eba;
}
#content #profile_box .rightcontent .research_buiness_box .product .guwun {
  border-bottom: 1px solid #D6D9DE;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}
#content #profile_box .rightcontent .research_buiness_box .product .guwun p {
  padding-left: 1em;
}
#content #profile_box .rightcontent .company_target .block_box {
  margin-bottom: 20px;
}
#content #profile_box .rightcontent .company_target .block_box .t {
  font-size: 12px;
  font-weight: 700;
}
#content #profile_box .rightcontent .company_target .block_box .en {
  font-size: 18px;
  color: #7EACE3;
  font-family: impact;
  margin-bottom: 10px;
}
#content #profile_box .rightcontent .company_target .block_box p {
  font-size: 12px;
  line-height: 20px;
}
#content #profile_box .rightcontent .comllege_table thead tr th {
  font-size: 14px;
  color: #999999;
  text-align: left;
  height: 50px;
  border-bottom: 1px solid #EFEFEF;
}
#content #profile_box .rightcontent .comllege_table tbody tr td {
  border-bottom: 1px solid #EFEFEF;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
}
#content #profile_box .rightcontent .job_box .head {
  overflow: hidden;
  line-height: 55px;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
}
#content #profile_box .rightcontent .job_box .head .first {
  padding-left: 40px;
}
#content #profile_box .rightcontent .job_box .head .cols {
  float: left;
}
#content #profile_box .rightcontent .job_box .head .cols1 {
  width: 350px;
}
#content #profile_box .rightcontent .job_box .head .cols2 {
  width: 320px;
}
#content #profile_box .rightcontent .job_box .head .cols3 {
  width: 80px;
}
#content #profile_box .rightcontent .job_box ul li a .txt_box {
  overflow: hidden;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
}
#content #profile_box .rightcontent .job_box ul li a .txt_box .first {
  padding-left: 40px;
  background: url(../images/icon/22.png) no-repeat 0 5px;
}
#content #profile_box .rightcontent .job_box ul li a .txt_box .cols {
  float: left;
}
#content #profile_box .rightcontent .job_box ul li a .txt_box .cols1 {
  width: 350px;
}
#content #profile_box .rightcontent .job_box ul li a .txt_box .cols2 {
  width: 320px;
}
#content #profile_box .rightcontent .job_box ul li a .txt_box .cols3 {
  width: 80px;
}
#content #profile_box .rightcontent .job_box ul li a:hover {
  color: #267eba;
}
#content #profile_box .rightcontent .job_box ul li .message_box {
  display: none;
  font-size: 12px;
}
#content #profile_box .rightcontent .job_box ul li .message_box .box {
  margin-bottom: 20px;
  line-height: 20px;
  padding: 0 40px;
}
#content #profile_box .rightcontent .job_box ul li .message_box .email_box {
  text-align: center;
}
#content #profile_box .rightcontent .job_box ul li .message_box .email_box font {
  color: #A58B55;
  font-size: 18px;
  font-weight: 700;
}
#content #profile_box .rightcontent .job_box ul .cur a .txt_box .first {
  background-position: 0 -18px;
}
#content #profile_box .rightcontent .style_box ul {
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#content #profile_box .rightcontent .style_box ul li {
  float: left;
  padding: 10px;
  padding-bottom: 0;
  margin-right: 30px;
  margin-bottom: 20px;
  border: 1px solid #CBCFD4;
}
#content #profile_box .rightcontent .style_box ul li .img_box {
  width: 210px;
  height: 140px;
  overflow: hidden;
}
#content #profile_box .rightcontent .style_box ul li .txt_box {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-align: center;
}
#content #profile_box .rightcontent .page_box {
  text-align: center;
}
#content #profile_box .rightcontent .page_box a {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  border: 1px solid #DADADA;
  font-size: 12px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -mos-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#content #profile_box .rightcontent .page_box a:hover {
  background-color: #0061AE;
  color: #FFFFFF;
  border-color: #0061AE;
}
#content #profile_box .rightcontent .page_box .cur {
  background-color: #0061AE;
  color: #FFFFFF;
  border-color: #0061AE;
}
#content #profile_box .rightcontent .contact_box {
  overflow: hidden;
}
#content #profile_box .rightcontent .contact_box li {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 20px;
  float: left;
  padding-left: 10px;
  background: url(../images/icon/23.png) no-repeat;
  width: 370px;
}
#content #profile_box .rightcontent #partners_box .title_box {
  overflow: hidden;
}
#content #profile_box .rightcontent #partners_box .title_box a {
  float: left;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  width: 189px;
  border-right: 1px solid #FFFFFF;
  line-height: 30px;
  background-color: #9AA1AB;
  cursor: pointer;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -mos-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}
#content #profile_box .rightcontent #partners_box .title_box a:hover {
  background-color: #267eba;
}
#content #profile_box .rightcontent #partners_box .title_box .cur {
  background-color: #267eba;
}
#content #profile_box .rightcontent #partners_box .mark_list {
  display: none;
  overflow: hidden;
  padding-left: 3px;
}
#content #profile_box .rightcontent #partners_box .mark_list li {
  float: left;
}
#content #profile_box .rightcontent #partners_box .mark_list li .block {
  width: 125px;
  height: 137px;
  border-bottom: 1px solid #DEDFE1;
  border-right: 1px solid #DEDFE1;
  overflow: hidden;
  text-align: center;
}
#content #profile_box .rightcontent #partners_box .mark_list li .block .img_box {
  width: 125px;
  height: 107px;
  background-repeat: no-repeat;
  background-position: 50%;
}
#content #profile_box .rightcontent #partners_box .mark_list li .block .txt_box {
  font-size: 12px;
  color: #46494D;
  height: 30px;
  line-height: 30px;
}
#content #profile_box .rightcontent #partners_box .cur {
  display: block;
}
#content #profile_box .rightcontent .notice_box {
  width: 750px;
}
#content #profile_box .rightcontent .notice_box p {
  float: left;
  font-size: 12px;
}
#content #profile_box .rightcontent .notice_box .p1 {
  width: 50%;
  text-align: center;
}
#content #profile_box .rightcontent .notice_box .p2 {
  width: 17%;
}
#content #profile_box .rightcontent .notice_box .p3 {
  width: 18%;
}
#content #profile_box .rightcontent .notice_box .p4 {
  width: 10%;
}
#content #profile_box .rightcontent .notice_box .title_box {
  padding: 0 25px;
  overflow: hidden;
  border: 1px solid #CED4E0;
}
#content #profile_box .rightcontent .notice_box .title_box p {
  float: left;
  line-height: 24px;
  color: #585858;
  font-weight: bold;
}
#content #profile_box .rightcontent .notice_box ul li {
  padding: 0 25px;
  overflow: hidden;
  border: 1px solid #CED4E0;
  border-width: 0 1px;
}
#content #profile_box .rightcontent .notice_box ul li p {
  line-height: 35px;
}
#content #profile_box .rightcontent .notice_box ul li a:hover {
  color: #267eba;
}
#content #profile_box .rightcontent .notice_box ul .odd {
  background-color: #EDF0F5;
}
#content #profile_box .rightcontent .notice_box ul .last {
  border-bottom: 1px solid #CED4E0;
}
#content #profile_box .rightcontent .notice-msg_box .title_box {
  padding: 0 25px;
  overflow: hidden;
  border: 1px solid #CED4E0;
}
#content #profile_box .rightcontent .notice-msg_box .title_box p {
  line-height: 24px;
  font-size: 12px;
}
#content #profile_box .rightcontent .notice-msg_box .title_box .p1 {
  float: left;
  width: 250px;
}
#content #profile_box .rightcontent .notice-msg_box .title_box .p2 {
  float: right;
  color: #585858;
  font-weight: bold;
}
#content #profile_box .rightcontent .notice-msg_box .message {
  overflow: hidden;
  border: 1px solid #CED4E0;
  border-top-width: 0;
}
#content #profile_box .rightcontent .notice-msg_box .message .color7C7C7C {
  color: #7C7C7C;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
}
#content #profile_box .rightcontent .notice-msg_box .message .color7C7C7C a {
  color: #7C7C7C;
}
#content #profile_box .rightcontent .notice-msg_box .message .fontWeightBold {
  font-weight: bold;
}
#content #profile_box .rightcontent .notice-msg_box .message .m-title {
  margin-top: 5px;
  padding: 0 25px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 10px;
}
#content #profile_box .rightcontent .notice-msg_box .message a:hover {
  color: #267eba;
  text-decoration: underline;
}
#content #profile_box .rightcontent .notice-msg_box .message .tis {
  font-size: 12px;
  padding-left: 2em;
  margin-bottom: 20px;
}
#content #profile_box .rightcontent .notice-msg_box .message .history-return {
  display: block;
  width: 80px;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #CCCCCC;
  margin: 0 auto;
  margin-bottom: 20px;
}
#content #profile_box .rightcontent .notice-msg_box .message .history-return:hover {
  color: #267eba;
  text-decoration: none;
}
#content #profile_box .rightcontent .block-map-box {
  font-size: 12px;
}
#content #profile_box .rightcontent .block-map-box a {
  color: #77797C;
}
#content #profile_box .rightcontent .block-map-box .block-map-title .block {
  background: url(../images/icon/map_button_title.png) no-repeat;
  width: 142px;
  height: 65px;
  text-align: center;
  margin: 0 auto;
}
#content #profile_box .rightcontent .block-map-box .block-map-title .block font {
  display: block;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -mos-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#content #profile_box .rightcontent .block-map-box .block-map-title .block:hover font {
  color: #FFFFFF;
  background-color: #2479B7;
}
#content #profile_box .rightcontent .block-map-box .block-map-hr {
  border-top: 1px solid #C1C1C2;
  width: 848px;
  margin-left: 78px;
  overflow: hidden;
}
#content #profile_box .rightcontent .block-map-box .block-map-hr i {
  float: left;
  border-left: 1px solid #C1C1C2;
  margin-right: 120px;
  height: 15px;
}
#content #profile_box .rightcontent .block-map-box .block-map-hr .margin0 {
  margin: 0;
}
#content #profile_box .rightcontent .block-map-box .color4B4D50 {
  color: #4B4D50;
  font-size:14px; 
  font-weight:bold;
}
#content #profile_box .rightcontent .block-map-box .block-map-items {
  overflow: hidden;
  width: 958px;
  margin: 0 auto;
}
#content #profile_box .rightcontent .block-map-box .block-map-items .map-item-box {
  float: left;
  margin-right: 10px;
}
#content #profile_box .rightcontent .block-map-box .block-map-items .map-item-box .block {
  background: url(../images/icon/map_button.png) no-repeat;
  width: 111px;
  padding-top: 8px;
  text-align: center;
}
#content #profile_box .rightcontent .block-map-box .block-map-items .map-item-box .block span {
  display: block;
  line-height: 35px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -mos-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#content #profile_box .rightcontent .block-map-box .block-map-items .map-item-box .block:hover span {
  color: #FFFFFF;
  background-color: #2479B7;
}
#content #profile_box .rightcontent .block-map-box .block-map-items .map-item-box .fontSize11 {
  font-size: 11px;
}
#content #profile_box .rightcontent .block-map-box .block-map-items .margin0 {
  margin: 0;
}
#content #profile_box .a_single {
  float: none;
  width: 100%;
}
#content a{ display:block;}
#footer {
  border-top: 5px solid #BEBEBE;
  padding: 20px 0;
}
#footer .auto {
  position: relative;
  font-size: 12px;
  color: #666666;
}
#footer .auto .footer_nav {
  overflow: hidden;
}
#footer .auto .footer_nav a {
  display: block;
  float: left;
  padding: 0 15px;
  background: url(../images/icon/4.png) no-repeat right center;
}
#footer .auto .footer_nav a:hover {
  color: #267eba;
}
#footer .auto p {
  line-height: 30px;
}
#footer .auto p .sun {
  margin-left: 30px;
}
#footer .auto p .sun a:hover {
  color: #267eba;
}
#footer .auto .hezuo {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  line-height: 30px;
  height: 30px;
  padding: 0 23px 0 15px;
  background: url(../images/icon/3.png) no-repeat 93% center;
  background-color: #ABACAD;
  color: #FFFFFF;
  cursor: pointer;
}
#footer .auto .hezuo:hover {
  background-color: #7A7B7C;
}
#footer .auto .hezuo .box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  background-color: #2479B7;
  display: none;
}
#footer .auto .hezuo .box .box2 {
  margin: 0 20px;
  border-bottom: 1px solid #3A87BE;
  padding: 10px 0;
}
#footer .auto .hezuo .box .box2 a {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
#footer .auto .hezuo .box .box2 a:hover {
  text-decoration: underline;
}
#footer .auto .hezuo.cur {
  background-image: url(../images/icon/3_on.png);
  background-color: #2479B7;
}
#frame_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#frame_img .opacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 5;
}
#frame_img #simpleslider {
  position: relative;
  left: -400px;
  top: -250px;
  width: 800px;
  height: 500px;
}
#frame_img #simpleslider .button {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) inset;
  height: 73px;
  left: -70px;
  position: absolute;
  top: 202.5px;
  width: 50px;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -mos-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
#frame_img #simpleslider .button:hover {
  background-color: #C8C8C8;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
#frame_img #simpleslider .button i {
  background: url("../images/icon/26.png") no-repeat 0 50%;
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 25px;
}
#frame_img #simpleslider .next {
  left: auto;
  right: -70px;
}
#frame_img #simpleslider .next i {
  background-position: -25px 50%;
}
