﻿a:hover {
  text-decoration: none;
}
a {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
}
em,
i {
  font-weight: normal;
  font-style: normal;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.navigational {
  background: #01568f;
}
.navigational .greet {
  font-size: 14px;
  color: #f8f8f8;
  line-height: 40px;
  width: 800px;
  float: left;
}
.navigational .call {
  float: right;
  width: 300px;
  line-height: 40px;
  background: url("../images/call.jpg") no-repeat left center;
  padding-left: 38px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.navigational .call span {
  font-size: 14px;
  font-weight: normal;
}
#header {
  padding: 12px 0;
  /* 老的 Firefox */
  box-shadow: 0px 10px 15px #e9e9e9;
  background: url("../images/header_bg.jpg") no-repeat top center;
  position: relative;
}
#header .logo {
  width: 340px;
  float: left;
}
#header .pc_menu {
  float: right;
  width: 830px;
}
#header .pc_menu .menu .nLi {
  float: left;
  width: 12.5%;
  position: relative;
}
#header .pc_menu .menu .nLi h3 {
  font-size: 14px;
  padding: 30px 0 20px;
}
#header .pc_menu .menu .nLi h3 a {
  display: block;
  text-align: center;
  color: #151515;
  line-height: 30px;
}
#header .pc_menu .menu .nLi .sub {
  display: none;
  background: #01568f;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 10;
}
#header .pc_menu .menu .nLi .sub li {
  margin-bottom: 15px;
}
#header .pc_menu .menu .nLi .sub li a {
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
#header .pc_menu .menu .nLi .sub li:first-child {
  margin-top: 15px;
}
#header .pc_menu .menu .on h3 a {
  background: #01568f;
  border-radius: 10px;
  color: #f8eedd;
}
#banner {
  position: relative;
}
#banner .owl-theme .owl-controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
.content #achievement_title {
  padding-top: 44px;
 
}
.content #achievement_title .title {
  text-align: center;
}
.content #achievement_title .title .china {
  color: #000000;
  font-size: 30px;
  line-height: 45px;
}
.content #achievement_title .title .english {
  line-height: 44px;
  color: #797979;
}
.content #achievement {
  padding-top: 38px;
  padding-bottom: 24px;
  }
.content #achievement ul li {
  float: left;
  margin-left: 16px;
  border: 1px solid #e8e8e8;
  width: 225px;
  height: 316px;
  }
.content #achievement ul li:first-child {
  margin-left: 0;
}
.content #achievement ul li .pic {
  box-sizing: border-box;
  padding-top: 41px;
  height: 160px;
  text-align: center;
}
.content #achievement ul li .name {
  text-align: center;
  color: #575757;
  line-height: 28px;
  font-size: 16px;
}
.content #achievement ul li .text {
  padding: 6px 12px 0;
  color: #888;
  line-height: 18px;
  height: 54px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.content #achievement ul li .more {
  width: 90px;
  line-height: 21px;
  font-size: 12px;
  background: #01568f;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  margin: 0 auto;
}
.content #achievement ul li:hover {
  background: url("../images/achievement_bg.jpg") no-repeat top center;
}
.content #achievement ul li:hover .pic img {
  display: none;
}
.content #achievement ul li:hover .name {
  color: #ffffff;
}
.content #achievement ul li:hover .text {
  color: #ffffff;
}
.content #achievement ul li:hover .more {
  background: #ffffff;
  color: #01568f;
}
.content .publish #news {
  float: left;
  margin-top: 10px;
  width: 700px;
  border: 1px solid #ebebeb;
}
.content .publish #news .hd {
  border-top: 3px solid #ffffff;
}
.content .publish #news .hd ul li {
  width: 210px;
  height: 48px;
  line-height: 48px;
  color: #363030;
  text-align: center;
  float: left;
  background: url("../images/icon_1.jpg") no-repeat left bottom;
}
.content .publish #news .hd ul li.on {
  background: #01568f;
  color: #fff;
}
.content .publish #news .hd ul .more {
  display: block;
  float: left;
  width: 70px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #737373;
  text-align: center;
}
.content .publish #news .bd {
  border-top: 1px solid #ebebeb;
  padding: 24px 20px;
}
.content .publish #news .bd ul .text .pic {
  float: left;
  width: 180px;
  margin-right: 48px;
}
.content .publish #news .bd ul .text .news_text {
  float: left;
  width: 430px;
}
.content .publish #news .bd ul .text .news_text h3 {
  margin-top: 4px;
  color: #dc451d;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .publish #news .bd ul .text .news_text h3 a {
  color: #dc451d;
}
.content .publish #news .bd ul .text .news_text p {
  margin-top: 6px;
  line-height: 24px;
  height: 48px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .publish #news .bd ul ul {
  margin-bottom: 7px;
}
.content .publish #news .bd ul ul li {
  line-height: 42px;
  border-bottom: 1px dashed #8f8f8f;
}
.content .publish #news .bd ul ul li i {
  padding-left: 32px;
  background: url("../images/icon_2.jpg") no-repeat left 6px center;
  float: left;
  display: block;
  max-width: 440px;
  color: #464646;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .publish #news .bd ul ul li em {
  float: right;
  display: block;
  width: 100px;
  color: #787878;
}
.content .publish #video {
  /*float: right;*/
  /*width: 475px;*/
  /*box-sizing: border-box;*/
  /*margin-top: 11px;*/
  /*padding: 0 10px;*/
  /*border-top: 3px solid #ffffff;*/
  float: right;
  width: 475px;
  height: 450px;
  box-sizing: border-box;
  margin-top: 11px;
  border: 1px solid #ebebeb;
}
.content .publish #video h2 {
  font-weight: normal;
  line-height: 44px;
  padding-left: 44px;
  background: url("../images/icon_3.jpg") no-repeat left 10px center;
}
.content .publish #video h2 span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
.content .publish #video h2 .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
.content .publish #video .inner {
  /*margin-top: 32px;*/
  /*height: 290px;*/
  /*overflow: hidden;*/
  padding: 10px;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}
.content .publish #video .inner ul li{
  height:92px;
  margin-bottom: 6px;
}
.content .publish #video .text {
  text-align: center;
  margin-top: 18px;
  color: #363030;
  font-size: 16px;
  line-height: 26px;
}
.content .demeanor {
  margin-top: 40px;
  border: 1px solid #ebebeb;
  /*background: ;*/
}
.content .demeanor h2 {
  font-weight: normal;
  box-sizing: border-box;
  height: 50px;
  padding-top: 2px;
  padding-left: 60px;
  line-height: 46px;
  background: url("../images/icon_3.jpg") no-repeat left 22px center;
  font-size: 16px;
  color: #000000;
}
.content .demeanor h2 .more {
  font-size: 12px;
  color: #737373;
  float: right;
  margin-right: 13px;
}
.content .demeanor .inner .bd {
  width: 1156px;
  margin: 0 auto ;
  border-top: 1px solid #ebebeb;
  padding-top: 22px;
  height: 290px;
  overflow: hidden;
  box-sizing: border-box;
}
.content .demeanor .inner .bd ul li {
  margin-bottom: 22px;
  float: left;
  width: 270px;
  margin-left: 22px;
}
.content .demeanor .inner .bd ul li .pic {
  width: 270px;
  height: 203px;
}
.content .demeanor .inner .bd ul li .pic img {
  max-width: 100%;
  text-align: center;
}
.content .demeanor .inner .bd ul li p {
  margin-top: 22px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.content .care {
  margin-top: 40px;
}
.content #leaders {
  float: left;
  width: 786px;
  /*background: ;*/
  border: 1px solid #ebebeb;
}
.content #leaders h2 {
  font-weight: normal;
  padding-top: 3px;
  line-height: 44px;
  padding-left: 44px;
  background: url("../images/icon_3.jpg") no-repeat left 10px center;
}
.content #leaders h2 span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
.content #leaders h2 .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
.content #leaders .inner {
  border-top: 1px solid #ebebeb;
  padding: 24px 20px 30px;
}
.content #leaders .inner .pic {
  margin-right: 24px;
  float: left;
  width: 254px;
  text-align: center;
  box-sizing: border-box;
  height: 260px;
  border: 3px solid #edecec;
}
.content #leaders .inner .pic img {
  max-width: 100%;
}
.content #leaders .inner .text {
  float: left;
  width: 460px;
  height: 260px;
}
.content #leaders .inner .text h3 {
  color: #dc451d;
  font-size: 16px;
}
.content #leaders .inner .text p {
  margin-top: 6px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content #leaders .inner .text ul {
  width: 450px;
  margin-left: 8px;
}
.content #leaders .inner .text ul li {
  font-size: 14px;
  line-height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 40px;
  border-bottom: 1px dashed #8f8f8f;
  background: url("../images/icon_2.jpg") no-repeat left 14px center;
}
.content #team {
  float: right;
  width: 386px;
  /*background: ;*/
  border: 1px solid #ebebeb;
}
.content #team h2 {
  font-weight: normal;
  padding-top: 3px;
  line-height: 44px;
  padding-left: 44px;
  background: url("../images/icon_3.jpg") no-repeat left 10px center;
}
.content #team h2 span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
.content #team h2 .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
.content #team .inner {
  height: 315px;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
  padding: 10px 18px;
}
.content #team .inner ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.content #team .inner ul li .pic {
  float: left;
  width: 146px;
  height: 134px;
  margin-right: 12px;
}
.content #team .inner ul li .text {
  box-sizing: border-box;
  height: 136px;
  padding-top: 10px;
  float: left;
  width: 192px;
  font-size: 12px;
  color: #232323;
  line-height: 24px;
  overflow: hidden;
}
.content .one {
  padding-top: 28px;
}
.content .affection,
.content .honor,
.content .international {
  /*background: ;*/
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  height: 372px;
  float: left;
  width: 388px;
}
.content .affection h2,
.content .honor h2,
.content .international h2 {
  font-weight: normal;
  padding-top: 3px;
  line-height: 44px;
  padding-left: 44px;
  border-bottom: 1px solid #ebebeb;
  background: url("../images/icon_4.jpg") no-repeat left 10px center;
}
.content .affection h2 span,
.content .honor h2 span,
.content .international h2 span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
.content .affection h2 .more,
.content .honor h2 .more,
.content .international h2 .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
.content .affection .inner,
.content .honor .inner,
.content .international .inner {
  padding: 20px;
  height: 310px;
  overflow: hidden;
  box-sizing: border-box;
}
.content .affection .inner ul li,
.content .honor .inner ul li,
.content .international .inner ul li {
  font-size: 14px;
  background: url("../images/icon_2.jpg") no-repeat left 6px center;
  line-height: 26px;
  margin-bottom: 14px;
  padding-left: 20px;
  border-bottom: 1px dashed #8f8f8f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .affection .inner ul li a,
.content .honor .inner ul li a,
.content .international .inner ul li a {
  color: #464646;
}
.content .honor {
  margin-left: 14px;
  margin-right: 22px;
}
.content .honor h2 {
  background: url("../images/icon_6.jpg") no-repeat left 8px center;
}
.content .international h2 {
  background: url("../images/icon_7.jpg") no-repeat left 8px center;
}
.content .advertising {
  margin-top: 32px;
  height: 328px;
  width: 100%;
}
.content .student {
  margin-top: 40px;
  border: 1px solid #ebebeb;
  /*background: ;*/
}
.content .student h2 {
  font-weight: normal;
  line-height: 44px;
  padding-left: 44px;
  background: url("../images/icon_8.jpg") no-repeat left 10px center;
}
.content .student h2 span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
.content .student h2 .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
.content .student .inner {
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding: 24px 0;
}
.content .student .inner .bd {
  width: 1156px;
  margin: 0 auto;
  overflow: hidden;
}
.content .student .inner ul {
  width: 1154px;
  overflow: hidden;
}
.content .student .inner ul li {
  float: left;
  width: 270px;
  margin-left: 20px;
}
.content .student .inner ul li .pic {
  width: 270px;
  height: 204px;
}
.content .student .inner ul li p {
   text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #393939;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .student .inner ul li p span {
  color: #575757;
  line-height: 18px;
}
.content .register {
  margin-top: 30px;
}
.content .charge {
  /*background: ;*/
  border: 1px solid #ebebeb;
  width: 386px;
  float: left;
}
.content .charge h2 {
  font-weight: normal;
  line-height: 44px;
  padding-left: 44px;
  background: url("../images/icon_9.jpg") no-repeat left 10px center;
}
.content .charge h2 span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
.content .charge h2 .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
.content .charge .inner {
  border-top: 1px solid #ebebeb;
  padding: 20px 14px;
  box-sizing: border-box;
  height: 362px;
  overflow: hidden;
}
.content .charge .inner .bd {
  height: 320px;
  overflow: hidden;
}
.content .charge .inner .bd ul li {
  margin-bottom: 24px;
  border-bottom: 1px dashed #d6d4d4;
  padding-bottom: 22px;
}
.content .charge .inner .bd ul li .pic {
  float: left;
  width: 114px;
  height: 100px;
  margin-right: 20px;
}
.content .charge .inner .bd ul li .text h3 {
  font-size: 16px;
  color: #464646;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .charge .inner .bd ul li .text p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.content .enter {
  float: right;
  width: 790px;
  /*background: ;*/
  border: 1px solid #ebebeb;
}
.content .enter h2 {
  font-weight: normal;
  line-height: 44px;
  padding-left: 44px;
  background: url("../images/icon_10.jpg") no-repeat left 10px center;
}
.content .enter h2 span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
.content .enter h2 .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
.content .enter .inner {
  height: 362px;
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
  padding: 20px;
}
.content .enter .inner form {
  margin-top: 12px;
}
.content .enter .inner .name_text {
  margin-bottom: 12px;
}
.content .enter .inner .name_text div {
  float: left;
  width: 350px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #000000;
}
.content .enter .inner .name_text div span {
  float: left;
  display: block;
  width: 98px;
  text-align: right;
}
.content .enter .inner .name_text div input {
  width: 250px;
  float: right;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d1d1d1;
}
.content .enter .inner .name_text .man {
  line-height: 42px;
}
.content .enter .inner .name_text .man input {
  width: 10px;
  height: 10px;
  float: none;
}
.content .enter .inner .Message span {
  display: block;
  width: 90px;
  margin-right: 8px;
  text-align: right;
  height: 42px;
  float: left;
}
.content .enter .inner .Message textarea {
  display: block;
  width: 602px;
  float: left;
  height: 78px;
  border: 1px solid #dadada;
}
.content .enter .inner .bottom {
  width: 578px;
  text-align: center;
  margin-top: 20px;
}
.content .enter .inner .bottom input {
  border: none;
  width: 160px;
  height: 42px;
  font-size: 16px;
  color: #2b2b2b;
  background: #ededed;
  border-radius: 10px;
  margin-right: 24px;
}
.content .enter .inner .bottom input:hover {
  background: #01568f;
  color: #fff;
}
#content {
  margin-top: 20px;
}
#content ._aside {
  padding-top: 4px;
  width: 288px;
  float: left;
}
#content ._aside .top {
  padding-top: 4px;
  border: 1px solid #ebebeb;
  padding-bottom: 34px;
}
#content ._aside h2 {
  color: #fff;
  background: #01568f;
  text-align: center;
  height: 52px;
  line-height: 52px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
#content ._aside .sidemenu {
  border-top: none;
  margin-top: 16px;
}
#content ._aside .sidemenu li {
  margin: 2px 0;
  border: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
}
#content ._aside #honour {
  margin-top: 30px;
  border: 1px solid #ebebeb;
}
#content ._aside #honour .title {
  border-top: 3px solid #ffffff;
  font-weight: normal;
  padding-top: 3px;
  line-height: 44px;
  padding-left: 44px;
  border-bottom: 1px solid #ebebeb;
  background: url("../images/icon_3.jpg") no-repeat left 10px center;
}
#content ._aside #honour .title span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
#content ._aside #honour .title .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
#content ._aside #honour .inner {
  padding: 0 8px 42px;
}
#content ._aside #honour .inner ul li {
  font-size: 14px;
  line-height: 42px;
  padding-left: 40px;
  border-bottom: 1px dashed #8f8f8f;
  background: url("../images/icon_2.jpg") no-repeat left 6px center;
}
#content ._aside #contact {
  margin-top: 20px;
  border: 1px solid #ebebeb;
}
#content ._aside #contact .title {
  border-top: 3px solid #ffffff;
  font-weight: normal;
  padding-top: 3px;
  line-height: 44px;
  padding-left: 44px;
  border-bottom: 1px solid #ebebeb;
  background: url("../images/icon_3.jpg") no-repeat left 10px center;
}
#content ._aside #contact .title span {
  font-size: 16px;
  color: #000000;
  float: left;
  display: block;
  max-width: 60%;
}
#content ._aside #contact .title .more {
  display: block;
  width: 60px;
  float: right;
  font-size: 12px;
  color: #737373;
}
#content ._aside #contact .inner {
  padding: 22px;
  font-size: 14px;
  line-height: 32px;
}
#content .main {
  margin-top: 34px;
  width: 880px;
  float: right;
}
#content .main .crumb {
  line-height: 26px;
  color: #000000;
  padding-bottom: 4px;
  border-bottom: 1px solid #d5cdc3;
  position: relative;
}
#content .main .crumb:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 270px;
  height: 4px;
  z-index: 1000;
  background-image: url("../images/icon_5.jpg");
  background-repeat: repeat-x;
  background-position: bottom center;
}
#content .main .article {
  padding-top: 15px;
}
#content .main .article .list-images ul li {
  float: left;
  width: 275px;
  margin-right: 26px;
  margin-bottom: 16px;
}
#content .main .article .list-images ul li .pic {
  width: 100%;
  height: 190px;
}
#content .main .article .list-images ul li p {
  margin-top: 18px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #808080;
}
.friendship {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 27px;
  font-size: 14px;
  color: #515151;
  line-height: 18px;
}
.friendship a {
  display: inline;
  padding: 0 6px;
  background: url("../images/icon_12.jpg") no-repeat right center;
}
#footer .friendship {
  margin: 20px 0;
}
#footer .friendship h4 {
  color: #84632e;
  font-size: 14px;
}
#footer .friendship h4 img {
  vertical-align: middle;
  margin: 0 5px;
}
#footer .friendship ul li {
  float: left;
}
#footer .friendship ul li a {
  display: block;
  color: #84632e;
  font-size: 14px;
  border-right: 1px solid #84632e;
  padding: 0 30px;
}
#footer .copyright {
  background: #9e845a;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
#footer .copyright .pc_footer_nav {
  display: inline-block;
  margin: 15px 0;
}
#footer .copyright .pc_footer_nav li {
  float: left;
}
#footer .copyright .pc_footer_nav li a {
  display: block;
  font-size: 14px;
  border-left: 1px solid #ffffff;
  padding: 0 7px;
  color: #ffffff;
}
#footer .copyright .pc_footer_nav li:first-child a {
  border-left: none;
}
#footer .copyright .copyright_con {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
#footer .copyright .top {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
}
#footer .copyright .top img {
  width: 80%;
  top: 2px;
  z-index: 100;
  position: absolute;
  left: 3px;
}
#footer .copyright .top:before {
  background-image: url(../images/global/black_bg.png);
  display: block;
  content: " ";
  border-radius: 50%;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.Introduction_bg {
  background: url("../images/Introduction_bg.jpg");
  height: 244px;
}
#introduction .title {
  padding-top: 30px;
  text-align: center;
}
#introduction .title a {
  padding: 0 7px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
#introduction .inner {
  padding: 0 50px;
  margin-top: 30px;
}
#introduction .inner .address {
  float: left;
  width: 600px;
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
}
#introduction .inner .address p {
  line-height: 24px;
  margin-bottom: 30px;
}
#introduction .inner .code {
  float: right;
  width: 410px;
  height: 145px;
  color: #000000;
}
#introduction .inner .code .pic {
  float: left;
  width: 150px;
  height: 145px;
  margin-right: 22px;
}
#introduction .inner .code .text {
  float: left;
  width: 230px;
  font-size: 16px;
  padding-top: 16px;
}
#introduction .inner .code .text h3 {
  font-weight: normal;
  line-height: 24px;
}
#introduction .inner .code .text h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
#introduction .inner .code .text h5 {
  margin-top: 3px;
  font-weight: normal;
  line-height: 24px;
}
#introduction .inner .code .text .sina {
  margin-top: 14px;
  line-height: 24px;
  padding-top: 14px;
  color: #010101;
  padding-left: 36px;
  background: url("../images/ioon_x.png") no-repeat left center;
}
#introduction .inner .code .text .sina a {
  display: inline-block;
  text-align: center;
  width: 74px;
  line-height: 24px;
  color: #fff;
  background: #f6642a;
}
#introduction .inner .code .text .sina a img {
  margin-right: 4px;
}
#footer {
  text-align: center;
  padding: 30px 0;
  background: #01568f;
  color: #dadbdb;
  font-size: 12px;
  line-height: 24px;
}
#footer a {
  color: #fff;
}
/*pc侧边栏分类样式*/
.inside > h2 {
  background: #7a7175;
  color: #fff;
  padding: 20px 15px;
  line-height: 150%;
}
._aside > h2 {
  background: #01568f;
  color: #fff;
  padding: 20px 15px;
  line-height: 150%;
}
._aside > h2 span {
  color: #fff;
}
/*一级的样式*/
._aside ul.sidemenu > li.sub1 ul {
  display: none;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a {
  padding-left: 20px;
  display: block;
  background: url("../images/a_x.jpg");
  box-sizing: content-box;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  padding: 10px;
  line-height: 150%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a span {
  padding-left: 14px;
  display: block;
  background: url("../images/icon_2.jpg") no-repeat left center;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a:hover {
  background: url("../images/a_x_hover.jpg");
  color: #e73000;
  font-weight: bold;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a:hover span {
  background: none;
}
._aside ul.sidemenu > li.current > a.sub1_a {
  color: #ff0000;
}
/*二级的样式*/
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
  display: block;
  margin-top: 5px;
  background: #eaeaea;
  padding: 5px 10px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*三级的样式*/
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*手机内页crumb*/
.inside > h2 {
  padding: 0px 15px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
}
