.bd_weixin_popup{ height:auto !important;}

header {
  height: 60px;
}

.header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dfdfdf;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.header .logo {
  float: left;
  padding: 6px 0;
}

.header .logo img {
  height: 48px;
  display: block;
}

.header .logo .logotit {
  display: none;
}

nav {
  display: none;
}

.header-crtl {
  white-space: nowrap;
}

.nav-btn {
  width: 22px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}

.nav-btn span {
  width: 22px;
  height: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #276cea;
  margin-top: -2px;
}

.nav-btn span:first-child {
  content: "";
  top: 0;
  left: 0;
  margin-top: 0;
}

.nav-btn span:last-child {
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
}

.nav-btn.on span {
  opacity: 0;
}

.nav-btn.on span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  opacity: 1;
}

.nav-btn.on span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  opacity: 1;
}

.search {
  display: inline-block;
  vertical-align: top;
  padding-top: 18px;
}

.search-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/search.png) center center no-repeat;
  margin-right: 15px;
  margin-top: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.header-search {
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 100;
  padding: 15px 10px;
  background-color: #f5f5f5;
  display: none;
}

.header-search form {
  position: relative;
  padding-right: 60px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.header-search input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
}

.header-search input[type=text] {
  width: 100%;
  padding: 0 10px;
}

.header-search input[type=submit] {
  width: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #ddd;
}

nav {
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 100;
  background-color: #fff;
  padding: 10px 0;
  display: none;
}

nav a {
  display: inline-block;
  color: #54536c;
  padding: 10px 10px;
  font-size: 16px;
  width: 100%;
}

nav i {
  padding: 14px 0;
  display: block;
  position: relative;
}

nav li {
  border-bottom: 1px solid #ddd;
}

nav .subnav {
  padding: 0 0 5px;
  display: none;
}

nav .subnav a {
  display: block;
  font-size: 14px;
  padding: 5px 25px;
}

nav h4 {
  position: relative;
}

nav .showicon {
  position: absolute;
  top: 0;
  right: 0px;
  width: 30%;
  height: 100%;
  z-index: 3;
}

nav .showicon:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
  top: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

nav .showicon.on:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 22px;
}

footer {
  background-color: #313131;
  padding: 30px 0;
}

.footer-link {
  border-bottom: 1px solid #3c3c3c;
}

.footer-link a {
  color: #ccc;
  line-height: 60px;
  margin-right: 12px;
  display: inline-block;
}

.weblink {
  width: 200px;
  height: 40px;
  border: 1px solid #515151;
  color: #999;
  line-height: 38px;
  position: relative;
}

.weblink .btn {
  padding-left: 18px;
  display: block;
  background: url(../images/icon21.png) 170px center no-repeat;
}

.weblink-list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #313131;
  border: 1px solid #515151;
  border-bottom: none;
  display: none;
}

.weblink-list a {
  display: block;
  padding-left: 17px;
  border-bottom: 1px solid #515151;
  line-height: 40px;
  margin: 0;
}

.footer-info {
  color: #929292;
  text-align: center;
}

.footer-info a {
  color: #929292;
}

#footer-share {
  text-align: center;
  padding-bottom: 5px;
}

#footer-share a {
  width: 33px;
  height: 33px;
  margin: 0 2px;
  padding: 0;
  float: none;
  display: inline-block;
}

#footer-share .bds_weixin {
  background: url(../images/icon20.png);
}

#footer-share .bds_tsina {
  background: url(../images/icon19.png);
}

@media (max-width: 768px) {
  .nav {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  footer {
    padding: 0;
  }
  .footer-info {
    padding: 20px 0;
    text-align: left;
  }
  #footer-share {
    float: right;
    padding-top: 6px;
  }
}

@media (min-width: 1024px) {
  .header {
    height: auto;
    position: static;
  }
  .header .logo {
    padding: 14px 0;
  }
  .header .logo img {
    height: 72px;
    display: inline-block;
    vertical-align: middle;
  }
  .header .logo .logotit {
    height: 58px;
    display: inline-block;
  }
  header {
    height: auto;
  }
  .nav-btn {
    display: none;
  }
  .search-icon {
    display: none;
  }
  .search {
    padding-top: 34px;
  }
  .header-search {
    width: 200px;
    display: block !important;
    position: static;
    padding: 0;
    border: 1px solid #e4e4e4;
  }
  .header-search form {
    padding-right: 34px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .header-search input {
    height: 34px;
    line-height: 34px;
  }
  .header-search input[type=submit] {
    width: 34px;
    height: 34px;
    font-size: 0;
    background: url(../images/search2.png) center no-repeat;
  }
  nav {
    display: block !important;
    background-color: #276cea;
    position: static;
    padding: 0;
  }
  nav a {
    color: #fff;
    line-height: 60px;
    padding: 0 12px;
  }
  nav .showicon {
    display: none !important;
  }
  nav li {
    float: left;
    border-bottom: none;
    text-align: center;
  }
  .footer-nav a {
    line-height: 70px;
    margin-right: 35px;
  }
  .footer-info {
    padding: 23px 0 38px;
  }
  .weblink {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  nav li {
    position: relative;
    z-index: 20;
    min-width: 9.09%;
  }
  nav .subnav {
    min-width: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
    display: none;
  }
  nav .subnav a {
    color: #666;
    line-height: 35px;
  }
  nav .subnav a:hover {
    color: #276cea;
  }
}

.banner {
  overflow: hidden;
}

.banner li {
  overflow: hidden;
}

.banner img {
  height: 160px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 560px) {
  .banner img {
    width: 100%;
    height: auto;
  }
}

.inQuick ul {
  margin: 0 -3px;
}

.inQuick li {
  padding: 10px 3px;
}

.inQuick img {
  width: 100%;
  display: block;
}

.inQuick .thumb {
  background-color: #faf8f5;
  display: block;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inQuick .tit {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #666;
  display: inline-block;
  font-size: 12px;
}

.inQuick .tit:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inQuick .box {
  padding: 10px 0 5px;
}

.inQuick li:nth-child(1) .tit:before {
  background: url(../images/icon07.png) center center no-repeat;
  -o-background-size: 30px;
  background-size: 30px;
}

.inQuick li:nth-child(2) .tit:before {
  background: url(../images/icon08.png) center center no-repeat;
  -o-background-size: 20px;
  background-size: 20px;
}

.inQuick li:nth-child(3) .tit:before {
  background: url(../images/icon09.png) center center no-repeat;
  -o-background-size: 30px;
  background-size: 30px;
}

.inQuick li:nth-child(4) .tit:before {
  background: url(../images/icon10.png) center center no-repeat;
  -o-background-size: 30px;
  background-size: 30px;
}

.inQuick .img {
  display: block;
  overflow: hidden;
}

.inQuick img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.inArticle {
  padding-top: 20px;
}

.inArticle img {
  width: 100%;
  display: block;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.inArticle .img {
  margin: 0 -5px 20px;
}

.inArticle .img a {
  padding: 0 5px;
}

.inArticle h3 {
  color: #01a2bc;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccd0d7;
}

.inArticle h3 span {
  padding-right: 15px;
  display: inline-block;
  position: relative;
}

.inArticle h3 span:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #01a2bc;
}

.inArticle h3:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  float: right;
  
  margin-top: 5px;
}

.inArticle .list {
  padding-bottom: 15px;
}

.inArticle .list ul {
  padding-top: 10px;
}

.inArticle .list a {
  padding-left: 10px;
  overflow: hidden;
  display: block;
  line-height: 28px;
  position: relative;
}

.inArticle .list ul a:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #d0d0d0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inArticle .list .tit {
  color: #575d64;
  width: 70%;
  float: left;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inArticle .list .date {
  width: 30%;
  float: right;
  display: block;
  color: #a0a5aa;
  text-align: right;
}

.inProfile {
  background: url(../images/img42.jpg) top center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0;
}

.inProfile .cntit {
  text-align: center;
  color: #009fe3;
}

.inProfile .entit {
  text-align: center;
  color: #b3c8cf;
}

.inProfile-top {
  margin-top: 20px;
  background-color: #eef3f6;
}

.inProfile-top img {
  width: 100%;
  display: block;
}

.inProfile-top .cont {
  padding: 20px 10px 20px 40px;
}

.inProfile-top .cont h4 {
  position: relative;
}

.inProfile-top .cont h4 a {
  color: #2e3637;
}

.inProfile-top .cont h4:before {
  content: '';
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/icon18.png) top center no-repeat;
  -o-background-size: 25px;
  background-size: 25px;
  position: absolute;
  left: -35px;
  top: 5px;
}

.inProfile-top .desc {
  color: #999999;
  padding-top: 10px;
}

.inProfile-bot a {
  width: 50%;
  float: left;
  position: relative;
}

.inProfile-bot .cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 20px 10px;
}

.inProfile-bot .cont span {
  display: block;
}

.inProfile-bot .cont .icon {
  width: 40px;
  padding-top: 40px;
}

.inProfile-bot img {
  width: 100%;
  display: block;
}

.inProfile-bot li:nth-child(2n) .text {
  float: right;
}

@media (min-width: 768px) {
  .inQuick ul {
    margin: 0 -5px;
  }
  .inQuick li {
    padding: 10px 5px;
  }
  .inQuick .tit {
    font-size: 16px;
  }
  .inQuick .tit:before {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }
  .inQuick .box {
    padding: 10px;
  }
  .inQuick li:nth-child(1) .tit:before, .inQuick li:nth-child(3) .tit:before, .inQuick li:nth-child(4) .tit:before {
    -o-background-size: 40px;
    background-size: 40px;
  }
  .inQuick li:nth-child(2) .tit:before {
    -o-background-size: 30px;
    background-size: 30px;
  }
  .inArticle-container {
    margin: 0 -10px;
  }
  .inProfile-top .img {
    width: 50%;
    float: left;
  }
  .inProfile-top .cont {
    width: 50%;
    float: left;
    padding: 15px 10px 10px 40px;
  }
  .inProfile-bot li {
    width: 50%;
    float: left;
  }
  .inProfile-bot .cont .en {
    font-size: 18px;
  }
  .inProfile-bot li:nth-child(2n) .text {
    float: left;
  }
}

@media (min-width: 1024px) {
  .inArticle .img {
    width: 25%;
    float: left;
    margin: 0;
  }
  .inArticle .img a {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .inArticle .img img {
    width: auto;
    height: 180px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .inArticle .list {
    padding: 0 0 15px 20px;
  }
  .inArticle-container {
    width: 75%;
    float: left;
    margin: 0;
  }
  .inProfile {
    padding: 40px 0;
  }
  .inProfile .cntit {
    padding-bottom: 8px;
  }
  .inProfile-top .cont {
    padding: 50px 10px 10px 60px;
  }
  .inProfile-top .cont h4 {
    line-height: 30px;
  }
  .inProfile-top .cont h4:before {
    width: 50px;
    height: 60px;
    -o-background-size: 40px;
    background-size: 40px;
    left: -55px;
  }
  .inProfile-bot .cont {
    padding: 30px 20px 0;
  }
  .inProfile-bot .cont .en {
    font-size: 22px;
    padding-bottom: 7px;
  }
  .inProfile-bot .cont .icon {
    width: 53px;
    padding-top: 60px;
  }
  .inProfile-bot li:nth-child(2) .cont .icon {
    width: 70px;
    margin-top: -7px;
  }
}

@media (min-width: 1200px) {
  .inQuick ul {
    position: relative;
    z-index: 20;
    margin: -75px -10px 0;
  }
  .inQuick li {
    padding: 0 10px;
  }
  .inQuick .box {
    padding: 27px 10px;
  }
  .inQuick .tit {
    font-size: 20px;
  }
  .inQuick .tit:before {
    margin-bottom: 10px;
  }
  .inQuick li:nth-child(1) .tit:before, .inQuick li:nth-child(3) .tit:before, .inQuick li:nth-child(4) .tit:before {
    -o-background-size: 45px;
    background-size: 45px;
  }
  .inQuick li:nth-child(2) .tit:before {
    -o-background-size: 40px;
    background-size: 40px;
  }
  .inQuick a:hover {
    background-color: #f38f1d;
  }
  .inQuick a:hover .tit {
    color: #fff;
  }
  .inQuick a:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  .inQuick li:nth-child(1) a:hover .tit:before {
    background-image: url(../images/icon11.png);
  }
  .inQuick li:nth-child(2) a:hover .tit:before {
    background-image: url(../images/icon12.png);
  }
  .inQuick li:nth-child(3) a:hover .tit:before {
    background-image: url(../images/icon13.png);
  }
  .inQuick li:nth-child(4) a:hover .tit:before {
    background-image: url(../images/icon14.png);
  }
  .inArticle h3 {
    padding-bottom: 8px;
  }
  .inArticle h3 span:before {
    bottom: -10px;
  }
  .inArticle .list {
    padding-bottom: 32px;
    padding-left: 38px;
  }
  .inArticle .list ul {
    padding-top: 17px;
  }
  .inArticle .list a:hover .tit {
    color: #276cea;
  }
  .inArticle .img {
    max-width: 295px;
  }
  .inArticle .img img {
    height: 200px;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .inArticle .img a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  .inProfile {
    padding: 45px 0;
    -o-background-size: auto;
    background-size: auto;
  }
  .inProfile .cntit {
    padding-bottom: 0;
  }
  .inProfile .entit {
    margin-top: -3px;
  }
  .inProfile img {
    -webkit-transition: .7s;
    -o-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
  }
  .inProfile .img {
    overflow: hidden;
  }
  .inProfile .img:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  .inProfile .text:hover .icon img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .inProfile-top {
    margin-top: 32px;
  }
  .inProfile-top .cont {
    padding: 80px 20px 0 95px;
  }
  .inProfile-top .cont h4:before {
    left: -65px;
    -o-background-size: 46px;
    background-size: 46px;
  }
  .inProfile-top .cont a:hover {
    color: #276cea;
  }
  .inProfile-top .desc {
    padding-top: 15px;
  }
  .inProfile-bot .cont {
    padding: 50px 27px;
  }
  .inProfile-bot .cont .en {
    font-size: 28px;
  }
  .inProfile-bot .cont .icon {
    padding-top: 68px;
  }
}

.ovhid {
  overflow: hidden;
}

.ac {
  color: #276cea;
}

.disblock {
  display: block;
}

.inblock {
  display: inline-block;
}

.font16 {
  font-size: 14px;
}

.font17, .font18 {
  font-size: 15px;
}

.font20, .font22 {
  font-size: 16px;
}

.font24, .font28 {
  font-size: 18px;
}

.font30, .font32, .font36, .font40, .font46 {
  font-size: 20px;
}

.font54 {
  font-size: 24px;
}

.font60 {
  font-size: 30px;
}

.ovhid {
  overflow: hidden;
}

.ac {
  color: #276cea;
}

.lighter {
  font-weight: lighter;
}

.unline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.scale img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.gray {
  color: #5b5c61;
}

.grey {
  color: #666;
}

.imghover img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

@media (min-width: 768px) {
  .font16 {
    font-size: 16px;
  }
  .font17 {
    font-size: 17px;
  }
  .font18, .font17 {
    line-height: 34px;
  }
  .font18, .font22, .font20 {
    font-size: 18px;
  }
  .font28, .font24 {
    font-size: 22px;
  }
  .font30, .font32, .font36 {
    font-size: 24px;
  }
  .font40 {
    font-size: 26px;
  }
  .font46 {
    font-size: 28px;
  }
  .font54 {
    font-size: 30px;
  }
  .distable {
    width: 100%;
    display: table;
  }
  .table-cell {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1024px) {
  .font22, .font20 {
    font-size: 20px;
  }
  .font24 {
    font-size: 24px;
  }
  .font28 {
    font-size: 28px;
    line-height: normal;
  }
  .font40 {
    font-size: 30px;
  }
  .font46 {
    font-size: 32px;
  }
  .font54 {
    font-size: 36px;
  }
  .md-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .font22 {
    font-size: 22px;
  }
  .font30 {
    font-size: 30px;
    line-height: normal;
  }
  .font32 {
    font-size: 32px;
    line-height: normal;
  }
  .font36 {
    font-size: 36px;
    line-height: normal;
  }
  .font40 {
    font-size: 40px;
  }
  .scale:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  .font46 {
    font-size: 46px;
  }
  .font54 {
    font-size: 54px;
  }
  .imghover:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
}

.subbaner {
  width: 100%;
  overflow: hidden;
}

.subbaner img {
  display: block;
  height: 150px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 900px) {
  .subbaner img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
  }
}

.main-left {
  margin: 0 -10px;
}

.main-left h3 {
  color: #fff;
  padding: 15px;
  text-align: center;
  background: url(../images/img02.jpg) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.main-left h3 span:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 3px 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.column {
  padding-top: 3px;
  display: none;
}

.column a {
  display: block;
  margin-bottom: 3px;
  padding: 15px;
  background-color: #e9e9e9;
  font-size: 16px;
  position: relative;
}

.column a:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -5px;
  background: url(../images/icon01.png);
}

.column .on {
  background-color: #f2831a;
  color: #fff;
}

.column .on:after {
  background-image: url(../images/icon02.png);
}

.column .column-li a {
  margin-bottom: 0;
}

.column .column-drop {
  background-color: #f1f4f6;
  padding: 5px 0;
  border: 1px solid #f2821a;
}

.column .column-drop a {
  color: #808080;
  padding: 5px 15px;
  font-size: 14px;
  background: none;
}

.column .column-drop a:after {
  display: none;
}

.column .column-drop a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #808080;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 7px;
}

.column .column-drop .cur {
  color: #f38a1c;
}

.column .column-drop .cur:before {
  background-color: #f38a1c;
}

.main-right .crumb {
  display: none;
}

.crumb {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  line-height: 30px;
}

.crumb h2 {
  color: #333;
}

.crumb .home {
  width: 13px;
  height: 13px;
  background: url(../images/home.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.crumb span {
  color: #979999;
  display: inline-block;
  vertical-align: middle;
}

.crumb .gt {
  color: #4c4c4c;
}

.crumb a {
  color: #4c4c4c;
}

.bggrey {
  background-color: #f1f4f6;
}

@media (min-width: 768px) {
  .crumb {
    padding: 15px 0;
  }
  .main-left {
    margin: 0 -20px;
  }
}

@media (min-width: 1024px) {
  .crumb {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .main-left {
    width: 20.5%;
    padding-top: 50px;
    margin: 0;
    float: left;
  }
  .main-left h3 {
    padding: 40px 0;
  }
  .main-left h3 span:after {
    display: none;
  }
  .column {
    display: block !important;
  }
  .main-right {
    width: 75.8333%;
    float: right;
  }
  .main-right .crumb {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .main-left h3 {
    padding: 57px 0;
    margin-bottom: 1px;
  }
  .column a {
    padding: 15px 25px;
  }
}

.list-A {
  padding: 10px 0 30px;
}

.list-A ul {
  padding-bottom: 20px;
}

.list-A li {
  border-bottom: 1px solid #e8e8e8;
}

.list-A li a {
  width: 100%;
  padding: 20px 0;
  display: block;
}

.list-A h3 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

.list-A .desc {
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}

.list-A .date {
  color: #666;
  padding: 3px 0;
}

.more-btn {
  width: 100%;
  line-height: 50px;
  display: block;
  color: #fff;
  background-color: #f38f1d;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 768px) {
  .list-A ul {
    padding-bottom: 40px;
  }
  .list-A li a {
    position: relative;
    padding: 30px 0 40px 140px;
  }
  .list-A .date {
    width: 102px;
    height: 102px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .list-A .date span {
    font-size: 42px;
    display: block;
    padding-top: 15px;
  }
  .list-A h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
}

@media (min-width: 1024px) {
  .list-A {
    padding-bottom: 50px;
  }
  .list-A ul {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .list-A {
    padding-bottom: 75px;
  }
  .list-A li a:hover .date {
    background-color: #f38f1d;
  }
  .list-A li a:hover h3 {
    color: #276cea;
  }
}

.about {
  padding: 30px 0;
}

.about h2 {
  padding-bottom: 5px;
}

.about h4, .about h5 {
  color: #276cea;
}

.about img {
  max-width: 100%;
  display: block;
  margin: 20px 0;
}

.about h5 {
  padding-bottom: 10px;
}

.leader {
  padding: 30px 0;
}

.list-B li {
  padding-bottom: 30px;
}

.list-B h4 {
  color: #276cea;
  padding: 10px 0;
}

.list-B .text {
  border-top: 1px dashed #bfbfbf;
  padding-top: 10px;
}

.single {
  padding: 30px 0;
}

.single img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.profession-btn a {
  width: 50%;
  padding: 8px 5px;
  border: 1px solid #dcdcdc;
  display: block;
  float: left;
  text-align: center;
}

.profession-btn a:nth-child(1), .profession-btn a:nth-child(3) {
  border-right: none;
}

.profession-btn a:nth-child(3), .profession-btn a:nth-child(4) {
  border-top: none;
}

.profession-btn .on {
  background-color: #276cea;
  color: #fff;
}

.profession-wrap {
  padding-top: 20px;
}

.profession-box {
  display: none;
}

.profession-box .top {
  color: #4c4c4c;
  line-height: 26px;
}

.profession-box h4 {
  color: #276cea;
  padding-top: 20px;
  padding-bottom: 5px;
}

.profession-box:first-child {
  display: block;
}

@media (min-width: 768px) {
  .about h2 {
    padding-bottom: 10px;
  }
  .about .imgfr {
    float: right;
    margin-left: 20px;
    margin-top: -15px;
    margin-right: -15px;
  }
  .about .cont {
    padding-top: 40px;
  }
  .list-B li {
    padding-bottom: 20px;
  }
  .list-B .cont {
    overflow: hidden;
    padding-top: 20px;
    line-height: 24px;
  }
  .list-B img {
    float: left;
    margin-right: 40px;
    width:20%;
  }
  .profession-btn a {
    width: 25%;
    padding: 13px 5px;
  }
  .profession-btn a:nth-child(2) {
    border-right: none;
  }
  .profession-btn a:nth-child(3), .profession-btn a:nth-child(4) {
    border-top: 1px solid #dcdcdc;
  }
  .profession-box .top {
    line-height: 30px;
  }
  .profession-box h4 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .about {
    padding: 50px 0 85px;
  }
  .about .imgfr {
    margin: -23px -30px 20px 40px;
  }
  .about h5 {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .about .cont {
    padding-top: 45px;
  }
  .leader {
    padding: 50px 0;
  }
  .list-B .cont {
    padding-right: 40px;
    padding-top: 5px;
  }
  .list-B h4 {
    padding: 20px 0;
  }
  .list-B .text {
    padding-top: 15px;
  }
  .single {
    padding: 50px 0 75px;
  }
  .profession-btn a {
    font-size: 16px;
  }
  .profession-btn a:hover {
    background-color: #276cea;
    color: #fff;
  }
  .profession-wrap {
    padding-top: 38px;
    padding-bottom: 10px;
  }
  .profession-box {
    line-height: 24px;
  }
  .profession-box h4 {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

.list-C ul {
  margin-top: -20px;
  padding-bottom: 30px;
}

.list-C li {
  border-bottom: 1px solid #ebebeb;
}

.list-C li a {
  display: block;
  padding: 20px 0;
}

.list-C h3 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.list-C .date {
  padding: 5px 0;
  display: block;
}

.list-C .desc {
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 1200px) {
  .work {
    padding-bottom: 60px;
  }
  .list-C ul {
    margin-top: -30px;
    padding-bottom: 55px;
  }
  .list-C h3 {
    float: left;
    max-width: 80%;
  }
  .list-C .date {
    float: right;
    padding: 0;
  }
  .list-C .tit {
    padding-bottom: 8px;
  }
  .list-C li a {
    padding: 25px 0 30px;
  }
  .list-C li a:hover h3 {
    color: #276cea;
  }
}

.detail {
  padding: 30px 0;
}

.detail .date {
  color: #bfbfbf;
  display: inline-block;
  vertical-align: top;
}

.detail h2 {
  padding-bottom: 10px;
  font-weight: bold;
}

.detail .detail-text {
  line-height: 24px;
}

.detail .detail-text:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: url(../images/icon03.png) repeat-x;
  margin: 20px 0;
}

.detail .detail-text img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#news-share {
  display: inline-block;
  vertical-align: bottom;
  color: #666;
  margin-left: 10px;
}

#news-share a {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}

#news-share .bds_weixin {
  background: url(../images/icon04.png) center no-repeat;
}

#news-share .bds_tsina {
  background: url(../images/icon05.png) center no-repeat;
}

#news-share .bds_sqq {
  background: url(../images/icon06.png) center no-repeat;
}

@media (min-width: 1200px) {
  .detail {
    padding: 37px 0 45px;
  }
  .detail h2 {
    padding-bottom: 20px;
  }
  .detail .detail-text:before {
    margin: 20px 0 25px;
  }
  .detail .detail-text img {
    margin: 20px auto;
  }
}

.list-D img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.list-D li {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .list-D img {
    margin-bottom: 15px;
  }
  .list-D ul {
    padding-bottom: 10px;
  }
  .list-D li {
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .list-D {
    font-size: 16px;
  }
  .list-D img {
    margin-bottom: 25px;
  }
  .list-D ul {
    margin: 0 -13px;
    padding-bottom: 20px;
  }
  .list-D li {
    padding: 0 13px 35px;
  }
}

.list-E {
  padding: 5px 0 30px;
}

.list-E ul {
  padding-bottom: 30px;
}

.list-E li {
  border-bottom: 1px solid #dedede;
  padding: 25px 0;
}

.list-E img {
  width: 100%;
  display: block;
}

.list-E .more {
  min-width: 118px;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #dfdfdf;
  color: #808080;
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.list-E .desc {
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-E h3 {
  margin-top: 10px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-E h3 a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.list-E .date {
  padding: 5px 0;
}

@media (min-width: 768px) {
  .list-E {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .list-E ul {
    padding-bottom: 40px;
  }
  .list-E .img {
    width: 40%;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    max-width: 375px;
  }
  .list-E img {
    width: auto;
    height: 210px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .list-E h3 {
    margin-top: -8px;
  }
  .list-E .date {
    padding-top: 2px;
    padding-bottom: 7px;
  }
  .list-E .more {
    margin-top: 56px;
  }
}

@media (min-width: 1200px) {
  .list-E {
    padding-top: 25px;
    padding-bottom: 70px;
  }
  .list-E ul {
    padding-bottom: 70px;
  }
  .list-E .img {
    margin-right: 45px;
  }
  .list-E h3 a:hover {
    color: #276cea;
  }
  .list-E .more:hover {
    background-color: #276cea;
    color: #fff;
  }
}

.teacher {
  line-height: 24px;
}

.teacher .list-D {
  padding-top: 20px;
  font-size: 12px;
}

.teacher .list-D ul {
  margin: 0 -10px;
}

.tab-scroll {
  overflow-x: auto;
}

.tab-scroll img {
  max-width: none;
}

@media (min-width: 768px) {
  .teacher {
    padding: 25px 0;
  }
  .teacher .list-D {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .teacher {
    padding-bottom: 70px;
  }
  .teacher .list-D {
    padding-top: 55px;
  }
  .teacher .list-D ul {
    padding-bottom: 0;
  }
  .teacher .list-D img {
    margin-bottom: 20px;
  }
  .teacher .list-D li {
    padding-bottom: 45px;
    font-size: 18px;
  }
  .tab-scroll {
    padding: 15px 0;
  }
  .tab-scroll img {
    max-width: 100%;
  }
  .guide {
    padding: 40px 0 55px;
  }
}

.recruitment {
  padding: 10px 0 30px;
}

.list-F h3 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 70%;
  color: #4c4c4c;
  font-size: 14px;
}

.list-F .date {
  float: right;
  color: #999;
  font-size: 12px;
  text-align: right;
}

.list-F a {
  display: block;
  border-bottom: 1px solid #ebebeb;
  line-height: 50px;
}

.list-F ul {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .recruitment {
    padding: 20px 0 40px;
  }
  .list-F ul {
    padding-bottom: 40px;
  }
  .list-F h3 {
    font-size: 16px;
    width: 80%;
  }
  .list-F .date {
    font-size: 12px;
    width: 20%;
  }
  .list-F a {
    line-height: 60px;
  }
}

@media (min-width: 1200px) {
  .recruitment {
    padding: 25px 0 70px;
  }
  .list-F ul {
    padding-bottom: 70px;
  }
  .list-F a:hover h3 {
    color: #276cea;
  }
}

.alumni {
  padding: 10px 0 30px;
}

.list-G ul {
  padding-bottom: 30px;
}

.list-G li {
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8;
}

.list-G .cont {
  padding: 10px 0 0;
}

.list-G img {
  width: 100%;
  display: block;
}

.list-G h3 {
  color: #276cea;
  padding-bottom: 10px;
}

.list-G h3 span {
  display: block;
  color: #4c4c4c;
  padding-top: 3px;
}

.list-G .desc {
  position: relative;
  color: #666;
}

.list-G .desc:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 1;
}

.list-G .desc p {
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.list-G .desc p:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-color: #f38f1d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
}

.list-G .desc p:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .list-G li {
    overflow: hidden;
  }
  .list-G .img {
    width: 30%;
    max-width: 323px;
    float: left;
  }
  .list-G .cont {
    width: 70%;
    float: left;
    padding-left: 5%;
    padding-top: 0;
  }
  .list-G h3 span {
    display: inline-block;
    margin-left: 13px;
  }
}

@media (min-width: 1200px) {
  .alumni {
    padding-top: 5px;
    padding-bottom: 88px;
  }
  .list-G li {
    padding: 40px 90px;
  }
  .list-G li:last-child {
    border-bottom: none;
  }
  .list-G .cont {
    padding-left: 60px;
  }
  .list-G h3 {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .list-G .desc p {
    padding-bottom: 12px;
  }
}

.searchtitle401 {
  padding: 15px;
  background-color: #f1f1f1;
}

.searchcont401 {
  padding: 10px 0;
}

.resultlist401 {
  font-size: 13px;
  padding: 15px 0;
}

.resultlist401 img {
  display: block;
  width: 100%;
}

.resultlist401 li {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}

.resultlist401 h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.resultlist401 h4 a {
  display: block;
}

.resultlist401 h4 em {
  color: red;
  font-style: normal;
}

.resultlist401 h4 a {
  display: block;
}

.resulttext401 {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
}

.resultlabel401 {
  color: #333;
  display: inline-block;
  padding-top: 3%;
}

.searchinputcont401 {
  padding-right: 60px;
}

.searchinputcont401 dt input {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 12px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
}

.searchinputcont401 dd input {
  position: relative;
  left: 60px;
  margin-left: -60px;
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #276cea;
}

.searchimg401 {
  display: block;
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .searchcont401 {
    padding: 10px 0;
  }
  .searchinputcont401 {
    max-width: 61.8%;
    margin: 0 auto;
  }
  .searchtitle401 {
    font-size: 24px;
  }
  .resultlist401 {
    padding: 3% 0;
  }
  .resultlist401 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
  }
  .searchimg401 {
    float: left;
    margin: 0 3% 0 0;
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  .resultlist401 h4 {
    font-size: 20px;
    margin-bottom: 2%;
  }
}

@media (min-width: 1024px) {
  .searchtitle401 {
    padding: 28px 15px;
  }
  .searchinputcont401 {
    width: 45%;
  }
  .searchinputcont401 dt {
    float: left;
    width: 78%;
  }
  .searchinputcont401 dd {
    float: left;
    width: 22%;
  }
  .searchinputcont401 dd input {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .searchinputcont401 dt input {
    font-size: 18px;
  }
  .searchinputcont401 dd input {
    text-align: center;
    font-size: 16px;
  }
}