@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#uxiconfont") format("svg");
}

.list-no-style {
  list-style: none;
  padding: 0;
}

.icon {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #555555;
  width:100%;
}

.space {
  height: 20px;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*--- 1.头部（header） ----- */

.inline {
  display: inline-block;
}

.tb {
  display: table;
}

.tc {
  display: table-cell;
  vertical-align: top;
}

/* .slogan, */
.logo {
  float: left;
}

.logo {
  /* margin-top: 30px;
  margin-bottom: 30px; */
  padding: 2px;
  padding-right: 25px;
  /* border-right: 1px solid #666666; */
}
@media (min-width: 1350px){
  .logo{
    padding-top: 30px;
    position: relative;
    z-index: 100;
  }
}
.logo a{
  display: block;
  text-decoration: none !important;
  position: relative;
}

.slogan {
  /* margin-top: 65px;
  padding: 0 20px; */
  position: absolute;
  top: 100%;
  left: 60px;
  font-size: 16px;
  margin-bottom: 0;
  color: #3362a8;
}

.social_link,
.hotline {
  text-align: right;
}

.hotline div {
  display: inline-block;
  vertical-align: middle;
}
.hotline div img{
  width: 30px;
}
.hotline div p {
  margin-bottom: 0;
}

.hotline div .hottitle {
  font-size: 18px;
  letter-spacing: 4px;
}

.hotline div .hotnum {
  font-size: 22px;
  color: #3362a8;
  display: inline-block;
  margin-left: 10px;
}
/* .hotline div .hotnum2 {
  font-family: Impact;
  color: #3362a8;
  font-size: 18px;
} */

.social_link {
  padding: 16px 5px;
}

.social_link a {
  background: #bebebe;
  color: white;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
}

.social_link a:hover {
  background: #3362a8;
}

.social_link .qr-code {
  position: absolute;
  z-index: 999;
  right: 5px;
  top: 46px;
}

.hotline {
  margin-bottom: 15px;
  margin-top: 15px;
}
.hotline a {
  text-decoration: none;
  color: inherit;
}

/* navbar-style */

.navbar-style {
  font-size: 16px;
  background-color: #3362a8;
  border: none;
  min-height: 40px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-style .navbar-toggle {
  color: white;
  margin-right: 8px;
  padding: 9px 12px;
}

.navbar-style .navbar-toggle:hover,
.navbar-style .navbar-toggle:focus {
  color: white;
  background-color: #003d26;
  outline: none;
}

.navbar-style .navbar-toggle .icon {
  font-size: 17px;
}

.navbar-style .navbar-brand {
  color: white;
  line-height: 31px;
}

.navbar-style .navbar-brand:hover,
.navbar-style .navbar-brand:focus {
  color: white;
}

.navbar-style .navbar-collapse {
  padding: 0;
}

.navbar-style .navbar-nav>li>a {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px){
  #mobile-nav{
    margin-right: -20px;
  }
}

  .logo img{
    max-width: 380px;
    max-height: 66px;
  }

.navbar-style .navbar-nav>li>a .icon {
  float: left;
  height: 16px;
  line-height: 22px;
  margin-right: 3px;
}

.navbar-style .navbar-nav>li>a:hover,
.navbar-style .navbar-nav>li>a:focus {
  color: white;
  background-color: #ffa801;
}

.navbar-style .navbar-nav>.active>a,
.navbar-style .navbar-nav>.active>a:hover,
.navbar-style .navbar-nav>.active>a:focus {
  color: white;
  background-color: #ffa801;
}

.red-icon {
  display: block;
  width: 80px;
  margin: auto;
}
.red-icon img{
  width: 100%;
}

.box1 {
  padding: 30px 10px;
}

.box1:hover {
  background: #f9f9f9;
}

.box1 h2,
.box1 p {
  text-align: center;
  color: #575757;
}

.box1 h2 {
  font-weight: bold;
  margin-bottom: 0;
}

.box1 p {
  font-size: 12px;
}

.about-news {
  padding: 25px 0;
  background: #f1f1f1;
}

.box2 {
  padding: 0 25px 25px;
  background: white;
  color: #000;
  min-height: 519px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box2 {
    min-height: 550px;
  }
}
.box2 h2 {
  margin: 18px 0;
}

.box2 .text {
  margin: 0 15px;
  font-size: 16px;
  line-height: 180%;
}

.ar {
  text-align: right;
}

.heading {
  border-bottom: 1px solid #bebebe;
}

.heading.menu span {
  font-size: 24px;
  color: #3362a8;
}

.heading span {
  display: inline-block;
  padding: 20px 0 8px;
  color: #3362a8;
  border-bottom: 3px solid #ffb934;
  margin-bottom: -1px;
  font-size: 26px;
}

.heading .more2 {
  float: right;
  color: #a7a7a7;
  margin-top: 30px;
}

a.more {
  display: inline-block;
  padding: 8px 12px;
  background: #3362a8;
  color: white;
  text-decoration: none;
}

a.more:hover {
  background: #ffa801;
}

.news {
  /* margin-top: 18px; */
  padding-top: 20px;
}

.news h3 {
  margin-top: 0;
  font-size: 20px;
}

.news a,
.news a:hover,
.news a:focus {
  color: #575757;
  text-decoration: none;
  font-size: 18px;
}

.news p {
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news .date {
  background: url(../images/date.png) no-repeat;
  height: 70px;
  width: 73px;
  text-align: center;
  margin-right: 20px;
}

.news .date .dd {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #ffa801;
  padding: 3px 0;
}

.news .date .yymm {
  padding: 4px 0;
  color: #999999;
}

#slider.camera_wrap .camera_pag {
  position: absolute;
  bottom: 60px;
  right: 30%
}

#slider.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
  height: 0;
}

#slider.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 10px 5px;
}

#slider2.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
}

#slider2.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 10px 5px;
}

/* .banner-box {
  background: url(../images/banner_bg.png) no-repeat center #3362a8;
  padding: 60px 0
} */
.banner-box a{
  display: block;
}
.banner-box a img{
  width: 100%;
}

/* .banner-box .banner {
  background: url(../images/banner_bg.png) no-repeat center;
  height: 146px;
  padding-left: 320px;
  padding-right: 200px;
  position: relative;
}

.banner-box .banner p {
  color: white;
}

.banner-box .banner h2 {
  font-size: 38px;
  font-weight: bold;
  margin-top: 40px;
  color: #ffc046
}

.banner-box .banner h2 span {
  font-family: Tahoma, sans-serif;
  color: #fff;
}

.banner-box .banner p {
  font-size: 11px;
} */

a.more-btn {
  position: absolute;
  display: block;
  top: 15px;
  right: 90px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .05);
  padding: 8px;
}

a.more-btn:hover .b2 {
  background-color: #ffc046;
  color: #fff;
}

a.more-btn span {
  display: block;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}

a.more-btn .b2 {
  background: white;
  color: #ffc046;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}

a.more-btn .b2 i {
  font-style: normal;
  font-size: 11px;
  display: block;
}

a.more-btn .b1 {
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  padding: 8px;
}

.body {
  margin-top: 20px;
}

.body .img img {
  margin-right: 20px;
  width: 220px;
}
.body .txt p{
  line-height: 2;
}
@media (max-width: 1199px) and (min-width: 992px){
  .body .img img{
    width: 150px;
  }
}
@media (max-width: 767px) {
  .body .img img{
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .body .img,
  .body .txt{
    display: block;
    width: 100%;
  }
}
.subbox1 {
  border: 1px solid #ebebeb;
  color: #999999;
  padding: 6px 0;
  padding-left: 10px;
  margin-top: 20px;
}

.subbox1 a.more3 {
  display: block;
  float: right;
  padding: 6px 10px;
  border-left: 1px solid #ebebeb;
  color: #999999;
  margin: -6px 0;
}

.subbox1 a.more3:hover {
  color: #3362a8;
}

#zixun {
  position: relative;
}

#zixun .carousel-controls {
  position: absolute;
  right: 0px;
  top: -40px;
}

#zixun .carousel-controls .carousel-control {
  display: block;
  height: 24px;
  width: 24px;
  background: #bbbbbb;
  line-height: 20px;
  text-align: center;
  color: white;
  text-decoration: none;
  float: left;
  margin: 1px;
  font-size: 17px;
}

#zixun .carousel-controls .carousel-control:hover {
  background: #747474;
}

.height190 {
  height: 190px;
}

.cpin-box {
  padding-left: 10px;
  margin-bottom: 20px;
}

.cpin {
  width: 100%;
  left: auto;
  top: 0;
  border-left: 1px solid #eeeeee;
  padding: 10px 0;
  padding-left: 20px;
}

.cpin li {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
  padding: 3px 0;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  line-height: 34px;
}

.cpin li a {
  color: #666666;
  text-decoration: none;
  transition: all .35s;
}

.cpin li a:hover {
  color: white;
}

.cpin li:hover {
  color: white;
}

.cpin li:hover .title {
  background: #3362a8;
}

.cpin li i.icon {
  transition: all .35s;
}
.cpin li:hover i.icon {
  color: #3362a8;
}

.cpin li:hover i.circle {
  border-color: #3362a8;
  background-color: #3362a8;
}

.cpin li.active {
  color: white;
}

.cpin li.active .title {
  background: #3362a8;
}

.cpin li.active i.icon {
  color: #3362a8;
}

.cpin li .title {
  display: block;
  padding: 0 8px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background .35s;
  width: 100%;
}
.cpin li i {
  font-style: normal;
}

.cpin li i.circle {
  height: 11px;
  width: 11px;
  display: block;
  position: absolute;
  border: 1px solid #cfcfcf;
  background: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  top: 15px;
  left: -26px;
  transition: all .35s;
}

.cpin li i.icon {
  color: white;
  position: absolute;
  top: 3px;
  font-size: 30px;
  left: -16px;
}

.cpin li i.num {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.teacher {
  background: url(../images/bg2.png) repeat-y center #f7f7f7;
  padding: 30px 0 80px;
}

#teacher {
  position: relative;
}

#teacher .carousel-indicators {
  bottom: -60px;
}

#teacher .carousel-indicators li {
  background: #bebebe;
  border-color: #bebebe;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#teacher .carousel-indicators li.active {
  background: #ffa801;
  border-color: #ffa801;
}

#teacher .body {
  margin-top: 30px;
}

#teacher .pic img {
  width: 195px;
  height: 195px;
}

#teacher .pic .rd {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
  margin-right: 15px;
}

#teacher .txt h3 {
  font-weight: bold;
}

#teacher .txt h3 a {
  color: #575757;
  text-decoration: none;
}

#teacher .txt h3 a:hover {
  color: #3362a8;
}

#teacher .txt p {
  height: 100px;
  overflow: hidden;
}

.heading2 h2 {
  font-size: 24px;
  color: #3362a8;
  font-weight: bold;
  margin-top: 0;
}

.heading2 p.big {
  font-size: 30px;
  color: #cfcfcf;
  font-weight: bold;
  line-height: 28px;
}

.heading2 h2,
.heading2 p {
  margin-bottom: 2px;
}

.friends {
  padding: 30px 0;
}

.friends .pic {
  margin-top: 15px;
}

.friends img {
  width: 100%;
}

footer {
  background: #ccc;
}

footer .bot-link {
  padding: 20px 0;
  border-bottom: 1px solid #b9c0c1;
}

footer .bot-link a {
  color: #747474;
  display: inline-block;
  padding: 0 15px;
}

footer .bot-info {
  padding: 60px 0;
}

footer .bot-info span {
  margin-right: 10px;
  display: inline-block;
}

footer .bot-info a {
  color: #747474;
}

footer .bot-info a:hover {
  color: #3362a8;
}

footer .power {
  text-align: right;
}

footer .power a {
  color: #3362a8;
}

.spc-xs-btn {
  position: fixed;
  top: 50%;
  right: -50px;
  margin-top: -158px;
  display: none;
}

.spc-xs-btn a {
  padding: 10px 15px;
  text-align: center;
  background: #3362a8;
  text-decoration: none;
  border-bottom: 1px solid #357a60;
  color: white;
  border: 1px solid white;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.spc-xs-btn a:hover {
  background: #ffa801;
}

.spc-btn-ct {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -158px;
  font-size: 12px;
  z-index: 99;
  display: none;
}

.spc-btn-ct .spc-btn a,
.spc-btn-ct .spc-btn i,
.spc-btn-ct .spc-btn span {
  display: block;
}

.spc-btn-ct .spc-btn a {
  padding: 8px 12px;
  text-align: center;
  background: #3362a8;
  text-decoration: none;
  border-bottom: 1px solid #5878B3;
  color: white;
}

.spc-btn-ct .spc-btn a:hover {
  background: #ffa801;
}

.spc-btn-ct .spc-btn .icon {
  font-size: 24px;
  line-height: 32px;
}

.spc-btn-ct .qq-content {
  width: 24px;
  overflow: hidden;
}

.main-container {
  background: #f1f1f1;
  padding: 25px 0;
}

.big-banner img {
  width: 100%;
}

.list {
  margin-top: 20px;
  border-top: 1px dotted #eeeeee;
}

.list li {
  padding: 6px 0;
  /* padding-left: 40px; */
  border-bottom: 1px dotted #eeeeee;
  color: #3362a8;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.list li:hover,
.list li.active {
  color: white;
  background: #3362a8;
  border-bottom: 1px solid #3362a8;
}

.list li:hover a,
.list li.active a {
  color: white;
}

.list li a {
  color: #3362a8;
  text-decoration: none;
}

.list li:before {
  content: "\f0022";
  font-family: "iconfont";
  font-size: 16px;
}

.list.newslist {
  padding: 15px 0;
  border-bottom: 1px dotted #eeeeee;
}

.list.newslist li {
  padding: 10px 0;
  padding-left: 5px;
  padding-right: 8px;
  border-bottom: 0;
  line-height: 18px;
}

.list.newslist li:hover {
  border-bottom: 0;
}

.list.newslist li .d {
  float: right;
  color: #bfbfbf;
  font-size: 12px;
}

.list .list li.pic:hover {}

li.showpic {
  text-align: center;
  float: left;
  background: none;
  width: 142px;
  margin: 0px 12px 10px;
  text-align: center;
}

li.showpic:before {}

.contact-phone {
  border: 1px solid #ebebeb;
  text-align: center;
  margin-top: 15px;
  padding: 5px 0;
}

.contact-phone img {
  max-width: 210px;
  width: 100%;
}

.recru {
  background: url(../images/recu.jpg) no-repeat right #f3f6f9;
  height: 69px;
  padding-left: 15px;
  margin-top: 15px;
  position: relative;
}

.recru h4 {
  color: #3362a8;
  padding-top: 15px;
  margin: 0;
}

.recru p {
  font-size: 12px;
}

.recru a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.heading3 {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
}

.heading3 img {
  float: left;
  max-width: 100%;
}

.heading3 .heading-title {
  display: inline-block;
}

.heading3 .heading-title div {
  display: inline-block;
  vertical-align: middle;
}

.heading3 .heading-title div p {
  margin-bottom: 0;
}

.heading3 .heading-title .heading-head {
  text-transform: uppercase;
  font-size: 70px;
  color: #3362a8;
  line-height: 1;
}

.heading3 .heading-title .title-en {
  text-transform: uppercase;
  font-size: 18px;
  color: #3362a8;
  font-family: arial;
  font-weight: 700;
}

.heading3 .heading-title .title-cn {
  font-size: 30px;
  color: #333;
  font-weight: 700;
}

.position {
  color: #999999;
  margin-top: 45px;
  float: right !important;
}

.position a {
  color: #999999;
  text-decoration: none;
}

.position a:hover,
.position a.active {
  color: #3362a8;
}

.news-pic .pic {
  margin-right: 20px;
}

.news-pic h3 {
  margin-top: 0;
}

.news-pic h3 a {
  color: #555555;
}

.news-pic h3 a:hover {
  color: #3362a8;
}

.news-pic .pub-date {
  text-align: right;
  font-size: 24px;
  color: #888888;
  margin-bottom: 0;
}

.news-pic .readmore {
  text-align: right;
}

.news-pic .readmore a {
  text-decoration: none;
  color: #3362a8;
}

#page {
  text-align: right;
}

#page .pagination>li.active a {
  background: #3362a8;
  border-color: #3362a8;
  color: white;
}

#page .pagination>li>a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 3px;
  color: #555555;
}

.article-content p,
.fancy-article p {
  line-height: 1.75;
  color: #000;
}
.article-content h1.title,
.fancy-article h1.title {
  font-size: 24px;
  color: #444444;
  text-align: center;
}
.article-content .subtitle {
  text-align: center;
  font-size: 18px;
}
.article-content img {
  display: block;
  margin: auto;
  height: auto !important;
  width: auto !important;
  max-width: 100%;
}
.article-content p.info,
.fancy-article p.info {
  border-top: 1px dotted #dddddd;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px 0;
}

.article-content p.info span,
.fancy-article p.info span {
  margin: 0 5px;
  display: inline;
}

.article-content .img img,
.fancy-article .img img {
  width: 100%;
}

.article-content .img p,
.fancy-article .img p {
  text-align: center;
  background: #eeeeee;
  margin-top: 2px;
}

.fancy-article h1 {
  text-align: center;
}

.next-article {
  border-top: 1px dotted #dddddd;
  margin-top: 15px;
  padding: 15px 0;
}

.next-article a {
  color: gray;
  text-decoration: none;
}

.next-article a:hover {
  color: #3362a8;
}

.consul h3 {
  color: #3362a8;
}

.consul-pic {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #dddddd;
}

.consul-pic .pic {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 5px solid #dddddd;
  overflow: hidden;
  margin-right: 30px;
}

.consul-pic h3 {
  font-weight: bold;
}

.consul-pic h3 small {
  font-weight: normal;
}

.menu2 .tb {
  width: 100%;
}

.menu2 a {
  display: block;
  text-align: center;
  padding: 20px 5px 15px;
  color: #666666;
  text-decoration: none;
  border-bottom: 5px solid #aaaaaa;
}

.menu2 a:hover {
  border-color: #3362a8;
  color: #3362a8;
}

.menu2 .tc.active a {
  border-color: #3362a8;
  color: #3362a8;
}

.media-box {
  margin-bottom: 20px;
}

.media-box .media {
  position: relative;
  margin-top: 30px;
}

.media-box .media img {
  width: 100%;
}

.media-box .media .tit {
  position: absolute;
  padding: 10px;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background: black;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: white;
}

.media-box .media a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  text-decoration: none;
  color: white;
  background: black;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.media-box .media a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.media-box .media a span {
  display: block;
  margin-top: 40px;
}

.media-box .media a i.icon {
  font-size: 96px;
}

.line {
  border-top: 1px dotted #dddddd;
  margin-top: 20px;
  margin-bottom: 5px;
}

.wrap {
  padding: 30px;
  background: url(../images/4.png) top repeat-x fixed;
}
@media (max-width: 767px) {
  .box1 {
    padding: 30px 5px;
  }
}
@media (max-width: 1199px) {
  .cpin li i.num {
    font-size: 24px;
  }
  .cpin li .title {
    font-size: 14px;
  }
  .logo img{
    width: 100%;
  }
  /* .navbar-style .navbar-nav>li>a {
    padding-left: 22px;
    padding-right: 22px;
  } */
  .box1 h2 {
    font-size: 24px;
  }
  .box1 p {
    font-size: 11px;
  }
  /* .banner-box .banner {
    padding-left: 220px;
  } */
  .banner-box .banner h2 {
    font-size: 30px;
  }
  .heading span {
    font-size: 24px;
  }
  .position {
    float: right !important;
  }
}

@media (max-width: 991px) {
  .spc-btn-ct {
    right: -100px;
  }
  .spc-xs-btn {
    right: 0;
  }
  .logo {
    padding-right: 15px;
  }
  .dd-more{
    right: 5px !important;
  }
  .logo img {
    /* width: 150px; */
  }
  /* .slogan {
    padding: 0 15px;
  } */
  /* .slogan img {
    width: 270px;
  } */
  .box1.small {
    padding: 30px 5px 22px;
  }
  .box1.small h2 {
    font-size: 18px;
  }
  .navbar-style {
    font-size: 14px;
  }
  /* .navbar-style .navbar-nav>li>a {
    padding-left: 14px;
    padding-right: 14px;
  } */
  /* .banner-box .banner {
    padding-left: 120px;
  } */
  .banner-box .banner h2 {
    font-size: 24px;
    margin-bottom: 3px;
  }
  a.more-btn {
    right: 70px;
  }
  .news h3 {
    font-size: 22px;
  }
  #teacher .pic img {
    width: 175px;
    height: 175px;
  }
  .position {
    float: none !important;
    margin-top: 10px;
  }
  .heading3 img {
    float: none;
  }
  .news-pic .tc {
    display: block;
    margin-bottom: 10px;
  }
  .news-pic .pic {
    margin-right: 0;
  }
  .news-pic .pic img {
    width: 100%;
  }
  .consul-pic .tb {
    width: 100%;
  }
  .consul-pic .tc {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .consul-pic .pic {
    margin-right: 80px;
    margin-left: 80px;
  }
  .consul-pic .pic img {
    width: 100%;
  }
  .newslist .d {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu2 {
    font-size: 12px;
  }
  footer .bot-info {
    padding: 15px 0;
  }
  footer .power {
    text-align: left;
  }
  .box1.small {
    padding: 30px 5px;
  }
  .box1.small h2 {
    font-size: 24px;
  }
  .logo{
    float: none;
    text-align: center;
  }
  .navbar-style {
    font-size: 14px;
  }
  /* .navbar-style .navbar-nav>li>a {
    padding-left: 28px;
    padding-right: 28px;
  } */
  .logo {
    border: none;
    padding: 0;
  }
  .logo img {
    /* max-width: 184px; */
    width: 100%;
  }
  /* .slogan {
    padding: 0;
    margin: 0;
  } */
  /* .slogan img {
    max-width: 334px;
    width: 100%;
  } */
  .social_link,
  .hotline {
    text-align: center;
  }
  .hotline {
    margin: 0;
  }
  .hotline .tel-icon {
    display: none;
  }
  /* .banner-box .banner {
    padding-left: 40px;
    padding-right: 150px;
    margin: 0 -15px;
  } */
  .banner-box h2 {
    margin-top: 20px;
  }
  a.more-btn {
    right: 40px;
  }
  #zixun .carousel-indicators {
    width: 100%;
    top: 100%;
    right: 0;
    margin-top: 70px;
  }
}

@media (max-width: 481px) {
  .container {
    min-width: 320px;
  }
  /* .banner-box .banner {
    padding-left: 40px;
    padding-right: 150px;
  } */
  .banner-box .banner h2 {
    margin-top: 20px;
  }
}

@media (max-width: 321px) {
  /* .banner-box .banner {
    padding-left: 20px;
    padding-right: 110px;
    height: 120px;
  } */
  .banner-box .banner h2 {
    margin-top: 40px;
    font-size: 18px;
  }
  .banner-box .banner p {
    display: none;
  }
  a.more-btn {
    right: 30px;
  }
  a.more-btn .b2 {
    height: 80px;
    width: 80px;
    border-width: 5px;
    font-size: 14px;
  }
  a.more-btn .b2 strong {
    display: none;
  }
  a.more-btn .b1 {
    border-width: 4px;
  }
}

@media (max-width: 390px) {
  .heading3 .heading-title .heading-head {
    font-size: 44px;
  }
  .heading3 .heading-title .title-cn {
    font-size: 20px;
  }
  .heading3 .heading-title .title-en {
    font-size: 14px;
  }
}

.lilun-zixun {
  padding: 15px 0;
  /* margin-bottom: 15px; */
}
.banner-box-head{
  padding: 20px 0
}
.banner-box-head h3{
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.banner-box-head p{
  color: #fff;
}
.banner-box-body ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.banner-box-body ul li{
  float: left;
  width: 20%;
  padding: 5px;
}
.banner-box-body ul li a{
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px;
}
.banner-box-body ul li a img{
  width: 150px
}
.camera_wrap{
  float: none;
}
.box1 h2{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.box1 h2 span{
  display: block;
}
.box1 p{
  font-size: 16px;
  margin: 0 auto;
  line-height: 2;
  height: 6em;
  overflow: hidden;
}
.box1 .dd-content {
  text-align: left;
  font-size: 14px;
}
ul.sub-menu{
  display: none;
}
@media (max-width: 1199px){
  .banner-box-body ul li a img{
    width: 100%;
  }
}
@media (max-width: 767px){
  .banner-box-body ul li{
    width: 50%;
  }
  .lilun-zixun .bx-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px){
  header{
    position: relative;
  }
  .navbar-style{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
  }
  .navbar-style .navbar-collapse{
    float: right;
  }
  .navbar-style .navbar-nav>li.dropdown>a{
    position: relative;
  }
  .navbar-style .navbar-nav>li.dropdown>a:before{
    content: '\f0024';
    font-family: 'iconfont';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-90deg);
    margin-top: -11px;
  }
  .navbar-style .navbar-nav>li>a{
    color: #000 !important;
    background: none !important;
  }
  .navbar-style .navbar-nav>li:hover>a,
  .navbar-style .navbar-nav>li.active>a {
    color: #3362a8 !important;
    background: none !important;
  }
  .navbar-style .navbar-nav>li>a:after {
    content: "";
    display: inline-block;
    height: 2px;
    background: #3362a8;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
    transition: all 0.5s ease;
  }
  .navbar-style .navbar-nav>li:hover>a:after,
  .navbar-style .navbar-nav>li.active>a:after {
    width: 70%;
    left: 15%;
    right: 15%;
    margin: 0 auto;
  }
  .navbar-style .navbar-nav>li{
    position: relative;
  }
  ul.sub-menu {
    list-style: none;
    padding-left: 0;
    display: block;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 15%;
    background: #e6e6e6;
    visibility: hidden;
    transition: all .35s;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 0;
    font-size: 14px;
  }
  ul.sub-menu li {
    display: block;
    /* padding: 0 15px; */
  }
  ul.sub-menu li a{
    padding: 5px 10px;
    display: block;
    color: #333;
    text-decoration: none !important;
    position: relative;
  }
   /* ul.sub-menu li a:after{
    content: "";
    display: inline-block;
    height: 2px;
    background: #3362a8;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
    transition: all 0.5s ease;
     }
     ul.sub-menu li:hover a:after{
    width: 70%;
    left: 0;
    right: 15%;
    margin: 0 auto;
     }  */
  ul.sub-menu li a:hover{
    color: #3362a8;
  }
  .navbar-style .navbar-nav>li:hover>ul.sub-menu{
    visibility: visible;
    opacity: 1;
  }
  ul.sub-menu li.dd-more{
    position: absolute;
    top: 0;
    right: 30px;
    display: none;
  }
  .dd-more a i{
    display: inline-block;
    transform: rotate(180deg);
  }
}
.top{
  padding: 10px 0 30px;
}
@media (min-width: 1350px){
  .top{
    padding-bottom: 0;
  }
}
.bx-wrapper{
  box-shadow: none;
  border: 0;
  background: none;
  margin-bottom: 40px;
}
.dd-article table{
  // margin: 15px 0;
  width: 100%;
}
.dd-article > div{
  // margin-bottom: 10px;
}
.dd-article table td{
  padding: 8px;
  font-size:15px;
}
.dd-article table img{
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px){
  .dd-article table td{
    font-size: 12px;
  }
  .top{
    padding: 10px 0;
  }
}
.dd-title-box{
  padding-top: 30px;
  border-bottom: 1px solid #bebebe;
  text-align: center;
}
.dd-title-box h4{
  font-size: 28px;
  color: #3362a8;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #ffb934;
  display: inline-block;
}
.dd-tooltip {
  background-color: #3362a8;
  white-space: nowrap;
  color: #fff;
  padding: 10px 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 5px 5px 30px 0px rgb(0, 0, 0, 0.4);
}

.dd-tooltip p {
  margin-bottom: 0;
}

.dd-tooltip h5 {
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #034bb5;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-size: 16px
}

.dd-map {
  margin: 25px 0;
  position: relative;
}


/* style2 */
.dd-tooltip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all .35s
}

.dd-tooltip.active {
  visibility: visible;
  opacity: 1;
}

.mapname {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mapname .point {
  position: absolute;
  color: #333;
  text-decoration: none !important;
}

.mapname .point:hover i:before {
  transform: scale(1.3)
}

.mapname .point i {
  font-style: normal;
}

.mapname .point i:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../images/ztj-logo.png") no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  transition: all .35s
}
.mapname .point.no-logo i:before {
  display: none;
}
.map-tips {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 400px) {
  .map-tips {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .map-tips {
    font-size: 14px;
  }
}
.point1 {
  bottom: 36.5%;
  right: 20.2%;
}

.point2 {
  bottom: 20.5%;
  right: 40%;
}

.point3 {
  bottom: 24%;
  right: 23%;
}

.point4 {
  bottom: 33.6%;
  right: 29%;
}

.point5 {
  bottom: 41.5%;
  right: 28%;
}

.point6 {
  top: 63%;
  left: 48%;
}

.point7 {
  top: 14%;
  right: 6%;
}

.point8 {
  top: 30%;
  right: 12%;
}

.point9 {
  bottom: 34%;
  right: 13%;
}

.point10 {
  bottom: 48%;
  right: 20%;
}

.point11 {
  top: 34%;
  right: 25.2%;
}

.point12 {
  top: 33%;
  right: 32%;
}

.point13 {
  top: 52%;
  right: 36%;
}

.point14 {
  top: 30%;
  left: 19%;
}

.point15 {
  top: 44%;
  right: 31%;
}

.point16 {
  top: 53%;
  right: 16%;
}

.point17 {
  bottom: 15%;
  left: 45%;
}

.point18 {
  top: 43%;
  right: 27%;
}

.point19 {
  bottom: 11%;
  left: 61%;
}

.point20 {
  bottom: 40%;
  left: 20%;
}

.point21 {
  bottom: 14%;
  right: 26%;
}

.point22 {
  bottom: 20%;
  right: 18%;
}

.point23 {
  bottom: 24%;
  left: 66%;
}

.point24 {
  bottom: 0%;
  left: 62%;
}

.point25 {
  bottom: 10%;
  left: 74%;
}

.point26 {
  bottom: 8%;
  left: 70%;
}

.point27 {
  bottom: 13%;
  right: 11%;
}

.point28 {
  bottom: 32%;
  left: 57%;
}

.point29 {
  top: 51%;
  left: 51%;
}

.point30 {
  top: 45%;
  left: 55%;
}

.point31 {
  top: 50%;
  left: 36%;
}

.point32 {
  top: 26%;
  right: 7%;
}

.point33 {
  top: 46%;
  right: 32%;
}

.point34 {
  bottom: 27%;
  right: 15%;
}

.point35 {
  top: 40%;
  right: 22.2%;
}

@media (max-width: 991px) {
  .mapname .point {
    font-size: 12px
  }
  .point11 {
    top: 35.5%;
    right: 22.5%;
  }
  .point5 {
    bottom: 39%;
    right: 26.5%;
  }
  .point4 {
    bottom: 31%;
    right: 29%;
  }
  .point3 {
    bottom: 22%;
    right: 22%;
  }
  .point9 {
    bottom: 31.5%;
    right: 12.3%;
  }
  .point2 {
    bottom: 18.5%;
    right: 39%;
  }
  .point1 {
    bottom: 34.5%;
    right: 19.2%;
  }
}

@media (max-width: 767px) {
  .mapname .point i:before {
    width: 5px;
    height: 5px;
  }
  .mapname .point span {
    display: block;
    transform: scale(.8)
  }
  .point7 {
    top: 12%;
    right: 3%;
  }
  .point14 {
    top: 28%;
    left: 16%;
  }
  .point11 {
    top: 36%;
    right: 21.3%;
  }
  .point8 {
    top: 31%;
    right: 10%;
  }
  .point9 {
    bottom: 30.5%;
    right: 11.5%;
  }
  .point13 {
    top: 52%;
    right: 34.5%;
  }
  .point10 {
    bottom: 46%;
    right: 19%;
  }
  .point3 {
    bottom: 21%;
    right: 21%;
  }
  .point5 {
    bottom: 40%;
    right: 26.5%;
  }
  .point4 {
    bottom: 32%;
    right: 28%;
  }
  .point2 {
    bottom: 20.5%;
    right: 38%;
  }
  .point21 {
    bottom: 12%;
    right: 23%;
  }
  .point22 {
    bottom: 18%;
    right: 15%;
  }
}
@media (max-width: 320px) {
  .point1 {
    bottom: 31.5%;
    right: 17.2%;
  }
  .point9 {
    bottom: 27.5%;
    right: 9.5%;
  }
  .point3 {
    bottom: 17%;
    right: 19%;
  }
  .point4 {
    bottom: 26%;
    right: 26%;
  }
  .point2 {
    bottom: 13.5%;
    right: 37%;
  }
  .point6 {
    top: 64%;
    left: 44%;
  }
  .point13 {
    top: 55%;
    right: 34.5%;
  }
  .point5 {
    bottom: 36%;
    right: 25.5%;
  }
  .point10 {
    bottom: 42%;
    right: 17%;
  }
  .point12 {
    top: 36%;
    right: 31%;
  }
}
.foot-menu {
  display: none;
}
@media (max-width: 767px) {
  .foot-menu {
    display: table;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
  .foot-menu a {
    display: table-cell;
    text-align: center;
    background-color: #3362a8;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    border-right: 1px solid #5878B3;
  }
  body {
    padding-bottom: 50px;
  }
}
.main-company {
  margin: 20px 0;
}
.main-company .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.companys .addr {
  font-size: 12px;
}
.zizhi-img{
  position: relative;
}
.zizhi-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.zizhi-img::before{
  content: '';
  display: block;
  padding-top: 70%;
}