@charset "UTF-8";

/* <!-- 头部 --> */
.head {
  height: 127px;
  border-bottom: 1px solid #cacaca;
  border-top: 4px solid #06c;
}

/* <!-- 导航栏 --> */
.nav {
  height: 57px;
  line-height: 57px;
  position: relative;
  z-index: 2014;
}

.nav > ul > li {
  float: left;
  width: 133.3px;
  text-align: center;
  position: relative;
}

.nav > ul > li > a {
  font-size: 16px;
}

.nav > ul > li > a:hover {
  color: #337be6;
}





.selecting,
.selectings {
  width: 148px;
  border-top: 4px solid #337be6;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  display: none;
  position: absolute;
  z-index: 2014;
  background: #f5f5f5;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  top: 53px;
  left: -16px;
}

.selecting > ul > li {
  position: relative;
}

.selecting .selectings {
  width: 248px;
  border-top: none;
  border-left: 4px solid #337be6;
  border-bottom: none;
  position: absolute;
  z-index: 2014;
  top: 0;
  left: 148px;
}

.selecting li {
  //height: 29px;
  line-height: 29px;
}

.selecting li a:hover {
  color: #337be6;
}

.selectings li {
  //overflow: hidden;
}

.selecting .selectings a {
  text-align: left;
  text-indent: 24px;
}

/*轮播图*/

/* 本例子css */
.slideBox {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.slideBox .outhd {
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 9px;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  width: 250px;
  margin: 0 auto;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  float: left;
  text-align: center;
}

.slideBox .hd ul li {
  display: inline-block;
  margin: 0 6px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
}

.slideBox .bd li {
  /* zoom: 1; */
  vertical-align: middle;
  position: relative;
}

.slideBox .bd span {
  position: absolute;
  bottom: 120px;
  width: 50%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  left: 25%;
}

.slideBox .bd img {
  display: block;
  margin: auto;
  height: 520px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/* <!-- 新闻 --> */
.news {
  padding-bottom: 30px;
  overflow: hidden;
}

/* <!-- 新闻左边 --> */
.news_left,
.dynamic_left {
  width: 750px;
  margin-right: 37px;
}

.news_left_title,
.news_left_title0,
.dynamic_left_t {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #cccccc;
}

.news_left_title a,
.news_left_title0 li,
.dynamic_left_t li {
  width: 153px;
  float: left;
  font-size: 20px;
  text-align: center;
}

.news_left_title a img,
.news_left_title0 li img,
.dynamic_left_t li img {
  vertical-align: text-top;
  margin-top: 12px;
}

.news_left_title a {
  font-size: 20px;
  color: #333;
}

.news_left_title .active {
  color: #b72024;
}

.news_left_text_t {
  height: 130px;
}

.news_left_text_t img {
  padding: 20px 22px 20px 10px;
}

.news_left_text {
  display: none;
}

.news_left_text h2 {
  color: #b72024;
  padding-top: 25px;
  padding-bottom: 5px;
}

.news_left_text p {
  color: #666666;
}

.news_left_text p .xqing {
  font-size: 12px;
  color: #b72024;
  display: inline;
}

.news_spxw ul {
  width: 750px;
  height: 340px;
}

.news_spxw ul li {
  width: 360px;
  height: 140px;
  margin-top: 30px;
  float: left;
}

.news_spxw ul li .spxw_div {
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.news_spxw ul li .spxw_div div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  background: url(../images/sp_img_hover.png) center center no-repeat;
}

.news_spxw ul li img {
  width: 160px;
  height: 140px;
}

.news_spxw ul li .dmxy {
  width: 180px;
  height: 50px;
  line-height: 20px;
  float: left;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.news_spxw ul li span {
  float: left;
  width: 180px;
  font-size: 12px;
  color: #666666;
  display: block;
}

.news_left_text_con li {
  width: 750px;
  height: 32px;
  float: left;
  line-height: 32px;
  border-bottom: 1px dashed #cccccc;
}

.news_left_text_con li i {
  display: block;
  width: 8px;
  height: 8px;
  background: #b72024;
  float: left;
  margin-top: 14px;
  margin-right: 10px;
}

.news_left_text_con li a {
  float: left;
  line-height: 32px;
  font-size: 14px;
}

.news_left_text_con li span {
  float: right;
  font-size: 14px;
  color: #777777;
}

.news_left_text_b {
  height: 210px;
}

.news_left_text_b li {
  float: left;
  width: 360px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #cccccc;
}

.news_left_text_con li a {
}

.news_left_text_b a {
  /* height: 50px;
    line-height: 50px; */
}

.news_left_text_b span {
  display: block;
  min-width: 70px;
  height: 20px;
  line-height: 20px;
  background: #b72024;
  color: #fff;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.news_left_text_b a {
  float: left;
  display: block;
  height: 50px;
  width: 320px;
}

/* <!-- 新闻右边 --> */
.news_right {
  width: 413px;
  height: 391px;
}

.news_right .news_left_title0 .text_fr,
.dynamic_right .text_fr {
  display: block;
  color: #b72024;
  font-size: 12px;
}

.news_left_time {
}

.news_left_time li {
  height: 52px;
  padding-bottom: 8px;
}

.news_left_time li p {
  width: 48px;
  height: 36px;
  float: left;
  text-align: center;
  border: 1px solid #b72024;
  margin-right: 16px;
}

.news_left_time li p span {
  display: block;
  color: #b72024;
}

.news_left_time li p .span1,
.news_left_time li p .span2 {
  height: 18px;
  line-height: 18px;
}

.news_left_time li p .span2 {
  color: #fff;
  background: #b72024;
}

.news_left_time li i {
  float: left;
  width: 345px;
  height: 45px;
  line-height: 17px;
  border-bottom: 1px dashed #cccccc;
}

/* <!-- 基层动态 --> */
.dynamic {
  background: #f5f5f5;
  height: 316px;
}

/* <!-- 左边 --> */
.dynamic_left {
  height: 316px;
}

.dynamic_left_t li a.active {
  color: #b72024;
}

.dynamic_left_b {
  height: 210px;
  margin-top: 20px;
  display: none;
}

.dynamic_left_b img {
  /* margin-right: 20px; */
}

.dynamic_left_b div.fl {
  margin-left: 20px;
  width: 456px;
}

.dynamic_left_b div.fsl {
  width: 100%;
  margin-left: 0;
}

.dynamic_left_b div.fl li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px dashed #cccccc;
}

.dynamic_left_b div.fl li i {
  display: block;
  width: 8px;
  height: 8px;
  background: #b72024;
  float: left;
  margin-top: 14px;
  margin-right: 10px;
}

.dynamic_left_b div.fsl li a {
  width: 80%;
  float: left;
}

.dynamic_left_b div.fl li span {
  float: right;
  font-size: 14px;
  color: #777777;
}

.slide2 {
  width: 263px;
  height: 210px;
  position: relative;
  overflow: hidden;
  float: left;
}

.slide2 .pic2 {
  position: relative;
  height: 210px;
  float: left;
}

.slide2 .pic2 li {
  position: absolute;
  left: 0px;
  top: 0px;
}

.slide2 .pic2 img {
  width: 263px;
  height: 210px;
  display: block;
}

.slide2 .txt2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 36px;
  width: 100%;
  overflow: hidden;
}

.slide2 .txt2 li {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -36px;
}

.slide2 .txt2 li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-size: 14px;
  text-decoration: none;
}

.slide2 .num2 {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  right: 8px;
}

.slide2 .num2 li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b8b8b8;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-right: 6px;
  cursor: pointer;
}

.slide2 .num2 .on {
  background: #b72024;
}

.slide2 .btbg2 {
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news1_left_news {
  float: left;
  height: 130px;
  border: 1px solid #dddddd;
  position: relative;
}

.news1_left_news_left {
  background: url(../images/back1.png);
  width: 41px;
  height: 132px;
  position: absolute;
  left: -1px;
  top: -1px;
}

.news1_left_news_left a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 19px;
  float: left;
  width: 20px;
  margin-top: 27px;
  margin-left: 10px;
}

.news1_left_news ul {
  float: right;
  margin-right: 11px;
  margin-top: 4px;
}

.news1_left_news ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  float: left;
}

.news1_left_news ul li img {
  float: left;
  margin-top: 12px;
}

.news1_left_news ul li a {
  float: left;
  margin-left: 8px;
  font-size: 14px;
  color: #333333;
}

.news1_left_news ul li a:hover {
  color: red;
}

.news1_left_news ul li span {
  float: right;
  font-size: 12px;
  color: #888888;
}

.news1_right {
  float: right;
  width: 502px;
  margin-right: 11px;
  margin-top: 2px;
}

.dynamic_right {
  width: 413px;
}

.dynamic_right_bulletin {
  padding-top: 8px;
}

.dynamic_right_bulletin li {
  height: 50px;
  margin-bottom: 6px;
  border-bottom: 1px dashed #cccccc;
}

.dynamic_right_bulletin li i {
  display: block;
  width: 8px;
  height: 8px;
  background: #b72024;
  float: left;
  margin-top: 8px;
  margin-right: 12px;
}

.dynamic_right_bulletin li a {
  width: 393px;
  float: left;
  margin-top: 2px;
}

.dynamic_right_bulletin li span {
  color: #777777;
  margin-right: 10px;
  font-size: 12px;
  display: block;
  float: left;
}

/* <!-- 校园风光 --> */
.campus_top {
  padding-top: 23px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.campus_top .campus_top_l,
.straight_left_t {
  width: 153px;
  font-size: 20px;
  text-align: center;
}

.campus_top_r {
  width: 260px;
}

.campus_top_r i {
  color: #b72024;
}

.campus_top_r .file {
  width: 90px;
  height: 40px;
  background: #337be6;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-top: -10px;
}

/* 下面 */
.campus_bot {
  width: 1200px;
  height: 458px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
}

.campus_bot li {
  position: absolute;
}

.campus_bot li:nth-child(1) {
  left: 0;
  top: 0;
}

.campus_bot li:nth-child(2) {
  left: 0;
  top: 156px;
}

.campus_bot li:nth-child(3) {
  left: 0;
  top: 312px;
}

.campus_bot li:nth-child(4) {
  left: 250px;
  top: 0;
}

.campus_bot li:nth-child(5) {
  left: 500px;
  top: 0;
}

.campus_bot li:nth-child(6) {
  left: 250px;
  top: 156px;
}

.campus_bot li:nth-child(7) {
  left: 750px;
  top: 0;
}

.campus_bot li:nth-child(8) {
  left: 750px;
  top: 312px;
}

.campus_bot li:nth-child(9) {
  left: 980px;
  top: 312px;
}

.campus_bot .ali img {
  width: 240px;
  height: 146px;
}

.campus_bot .bli img {
  width: 490px;
  height: 302px;
}

.campus_bot .cli img {
  width: 450px;
  height: 302px;
}

.campus_bot .dli img {
  width: 220px;
  height: 146px;
}

/* <!-- 校园直通车 --> */
.straight {
  height: 368px;
  background: #f5f5f5;
}

.straight_left {
  margin-right: 20px;
}

.straight_left_t {
  width: 174px;
  height: 66px;
  line-height: 66px;
}

.straight_left_b {
  height: 270px;
  width: 330px;
  background: #fff;
}

.straight_left_b .ul_1 li {
  float: left;
  margin-right: 2px;
}

.straight_left_b .ul_1 img {
  width: 108px;
  height: 140px;
}

.straight_left_b .ul_2 {
  padding: 0 15px;
}

.straight_left_b .ul_2 li {
  width: 50%;
  float: left;
  padding-top: 8px;
}

.straight_left_b .ul_2 a {
  font-size: 16px;
  font-weight: bold;
}

.straight_left_b .ul_2 a img {
  width: 32px;
  margin-right: 10px;
}

.straight_left_b .ul_2 li:hover a {
  color: #09358c;
}

/* <!-- 右边 --> */
.straight_right .straight_left_t {
  width: 136px;
}

.straight_right_b {
  width: 848px;
  height: 268px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.straight_right_b li {
  float: left;
  padding-left: 10px;
  padding-top: 9px;
}

.straight_right_b li a {
  position: relative;
  display: inline-block;
}

.straight_right_b li p {
  position: absolute;
  left: 0;
  width: 200px;
  height: 30px;
  bottom: 0;
  color: #fff;
  background: rgba(50, 50, 50, 0.5);
  line-height: 30px;
  text-align: center;
}

.straight_right_b li img {
  width: 200px;
  height: 120px;
}

/* <!-- 底部 --> */
.foot {
  height: 200px;
  background: url(../images/foot.png) no-repeat;
  background-size:100% 100%;
}

.foot_left ul {
  padding-left: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.foot_left .ul_2 {
  border-right: 1px solid #fff;
  padding-right: 100px;
}

.foot_left li {
  height: 30px;
  line-height: 30px;
}

.foot_left li a {
  color: #fff;
  font-size: 16px;
}

/* <!-- 右边 --> */
.foot_right {
  padding-top: 30px;
  padding-left: 30px;
}

.foot_right p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 8px;
  text-align: center;
}

.foot_right p a {
  color: #fff;
  margin-top: 8px;
}
/*<!-- 网站标识 -->*/
.wzbs {
  float: left;
  margin-left: 40px;
  margin-top: 60px;
}

.sydw {
  float: left;
  margin-top: 20px;
}

.chat {
  float: left;
  margin-left: 19px;
}

.fixed {
  width: 60px;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 3%;
  z-index: 10000000;
}

.fixed li {
  background: #999999;
  text-align: center;
  height: 63px;
  line-height: 30px;
  cursor: pointer;
}

.fixed li span {
  display: block;
  color: #fff;
  font-size: 12px;
}

/*list*/
.con_list {
  width: 910px;
  border: 1px solid #eeeeee;
}

.right_list {
  overflow: hidden;
}

.right_list li {
  width: 873px;
  height: 56px;
  line-height: 56px;
  float: left;
  margin-left: 20px;
  border-bottom: 1px dashed #eeeeee;
}

.right_list li i {
  display: block;
  width: 3px;
  height: 3px;
  background: #000;
  float: left;
  margin-top: 26px;
  margin-right: 10px;
}

.right_list li a {
  display: inline;
  float: left;
  font-size: 16px;
  width: 720px;
  height: 56px;
  overflow: hidden;
}

.right_list li a:hover {
  color: #c34649;
}

.right_list li span {
  color: #666666;
  float: right;
  font-size: 16px;
}

/* 图片列表 */

.right_list li.phone_list {
  width: 423px;
  margin: 15px;
  line-height: normal;
  border: 1px solid #ccc;
  cursor: pointer;
}

.right_list li.phone_list div {
  height: 230px;
  overflow: hidden;
}

.right_list li.phone_list img {
  padding: 5px 5px 0 5px;
  width: 413px;
}

.right_list li.phone_list a {
  width: 413px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
}

.right_list li.phone_list a:hover {
  color: #c34649;
}

.right_list li.phone_list2 {
  width: 910px;
  height: 250px;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 0px;
  line-height: normal;
  border: none;
  cursor: pointer;
}

.right_list li.phone_list2 img {
  height: 250px;
}

#pages {
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
}

#pages li {
  height: 26px;
  line-height: 26px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

#pages li:hover {
  background:#2d4e8f;
  cursor: pointer;
  color: #fff;
}

#pages li:hover a {
  color: #fff;
}

#pages li a {
  color: #333333;
  font-size: 14px;
}

#pages .page-active {
  background: #af251b;
}

#pages .page-active a {
  color: #fff;
}

/*show*/
.mechanism_right_con {
  width: 910px;
  border-top: 1px solid #eeeeee;
}

.show_title {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  margin-top: 35px;
  text-align: center;
  overflow: hidden;
}

.show_information {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.show_information span {
  font-size: 12px;
  color: #555555;
  margin-right: 30px;
}

.show_content {
  width: 100%;
  margin-top: 30px;
  float: left;
  line-height: 26px;
}

.show_content img {
  max-width: 900px;
}

.show_content a {
  display: inline;
}

.shangxiapian {
  width: 100%;
  height: 120px;
  border-top: 1px solid #d7d7d7;
  margin-top: 60px;
  margin-bottom: 60px;
  float: left;
}

.shangxiapian span {
  color: #333333;
  font-size: 14px;
  float: left;
}

.shangxiapian a {
  color: #333333;
  font-size: 14px;
  float: left;
}

.shangxiapian a:hover {
  color: #c34649;
}

.shangyipian {
  width: 880px;
  height: 24px;
  line-height: 24px;
  float: left;
  margin-top: 50px;
}

.xiayipian {
  width: 880px;
  height: 24px;
  line-height: 24px;
  float: left;
}

.guanbi {
  float: right;
  text-indent: 20px;
  width: 67px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #333333;
  background: url(../images/guanbi2.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

/* zzjg */
.slideBoxz {
  position: relative;
  margin-bottom: 20px;
}

.slideBoxz .bd {
  position: relative;
  z-index: 0;
}

.slideBoxz .bd li {
  /* zoom: 1; */
  vertical-align: middle;
}

.slideBoxz .bd li a {
  position: relative;
}

.slideBoxz .bd .box {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 190px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: #a54345;
  filter: alpha(opacity=80);
  opacity: 0.8;
  right: 40px;
}

.slideBoxz .bd .box h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 22px 35px 8px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

.slideBoxz .bd .box p {
  font-size: 14px;
  padding: 0 35px;
  line-height: 1.7;
  text-align: justify;
}

.slideBoxz .bd img {
  width: 100%;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBoxz .prev,
.slideBoxz .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBoxz .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBoxz .prev:hover,
.slideBoxz .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBoxz .prevStop {
  display: none;
}

.slideBoxz .nextStop {
  display: none;
}

/* <!-- 机构设置 --> */
.mechanism {
  min-height: 1000px;
}

/* <!-- 左边 --> */
.mechanism_left {
  width: 250px;
  margin-bottom: 50px;
}

.mechanism_left > ul {
  background: #f1f3f7;
  padding-bottom: 22px;
  margin-bottom: 50px;
}

.mechanism_left > ul > li {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e6e6e6;
}

.mechanism_left li.title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 10px;
  position: relative;
  margin-top: 60px;
}

.mechanism_left li.title i {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: #862e30 transparent transparent transparent;
  bottom: 0px;
  left: -10px;
}

.mechanism_left li.title span {
  width: 210px;
  background: #c34649;
  display: block;
  color: #fff;
  text-align: center;
  margin-left: -10px;
}

.mechanism_left > ul > li a {
  height: 58px;
  font-size: 17px;
  padding: 0 20px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

#content_li {
  background: #c34649;
  color: #fff;
  border-left: 4px solid #fcbd14;
}

.mechanism_left > ul > li a:hover {
  background: #c34649;
  color: #fff;
  border-left: 4px solid #fcbd14;
}

.mechanism_left > ul > li a.active {
  background: #c34649;
  color: #fff;
  border-left: 4px solid #fcbd14;
}

.slideBoxz1 {
  width: 250px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBoxz1 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBoxz1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBoxz1 .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50px;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.slideBoxz1 .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBoxz1 .bd {
  position: relative;
  z-index: 0;
}

.slideBoxz1 .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBoxz1 .bd img {
  width: 250px;
  display: block;
}

/* <!-- 右边 --> */
.mechanism_right {
  width: 910px;
}

.mechanism_right_top {
  width: 910px;
  height: 60px;
  line-height: 60px;
  /* border-bottom: 1px solid #eeeeee; */
}

.right_top_left li a {
  display: inline;
}

.right_top_left li {
  float: left;
  margin-right: 4px;
}

.right_top_right {
  margin-top: 15px;
}

.right_top_right input.text {
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
  padding-left: 10px;
  color: #888888;
}

.right_top_right button.submit {
  width: 30px;
  height: 30px;
  /* background: #c34649; */
  background: url(../images/search-1.png) no-repeat;
  cursor: pointer;
}

.mechanism_right_but {
  width: 840px;
  padding: 40px 35px 8px;
  border: 1px solid #eeeeee;
  margin-bottom: 70px;
}

.telephone_top {
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
}

.telephone_top a {
  width: 156px;
  font-size: 18px;
  border-left: 4px solid #c34649;
  display: block;
  padding-left: 20px;
}

.telephone_top_letter {
  padding-left: 10px;
}

.telephone_top_letter dd {
  float: left;
  margin-right: 14px;
  font-size: 18px;
  height: 30px;
  cursor: pointer;
}

.telephone_top_letter dd.active {
  color: #c34649;
  border-bottom: 1px solid #c34649;
}

.telephone_bot li {
  width: 168px;
  height: 70px;
  border-bottom: 1px solid #eeeeee;
  float: left;
  margin: 0 20px 14px;
  position: relative;
}

.telephone_bot ul.clearfix {
  padding: 24px 0;
}

.dList_info li.highLight span a,
.telephone_bot li:hover a {
  color: #c34649;
}

.dList_info li p.dTel {
  background: url(../images/telephone.png) no-repeat left center;
  padding-left: 20px;
  position: absolute;
  bottom: 10px;
}

.dList_info li:hover p,
.dList_info li.highLight p {
  color: #c34649;
  background: url(../images/telephone_color.png) no-repeat left center;
}

.telephone_bot li span,
.telephone_bot li p {
  display: block;
}

.telephone_bot li p img {
  vertical-align: initial;
}

.slideBoxs {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.slideBoxs .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 48%;
  bottom: 5px;
  z-index: 1;
  margin-left: -48px;
}

.slideBoxs .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBoxs .hd ul li {
  float: left;
  margin-right: 8px;
  width: 24px;
  height: 8px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.slideBoxs .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBoxs .bd {
  position: relative;
  z-index: 0;
}

.slideBoxs .bd li {
  /* zoom: 1; */
  vertical-align: middle;
}

.slideBoxs .bd li a {
  position: relative;
  display:inline-block;
}

.slideBoxs .bd .box {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 190px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: #a54345;
  filter: alpha(opacity=80);
  opacity: 0.8;
  right: 40px;
}

.slideBoxs .bd .box h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0px 35px 8px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

.slideBoxs .bd .box p {
  font-size: 14px;
  padding: 0 35px;
  line-height: 1.7;
  text-align: justify;
}

.slideBoxs .bd img {
  width: 100%;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBoxs .prev,
.slideBoxs .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBoxs .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBoxs .prev:hover,
.slideBoxs .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBoxs .prevStop {
  display: none;
}

.slideBoxs .nextStop {
  display: none;
}

/* <!-- 教育教学 --> */
.education .education_top {
  height: 60px;
  line-height: 60px;
}

.education .education_top span {
  font-size: 20px;
  border-left: 4px solid #c34649;
  padding-left: 10px;
  font-weight: bold;
}

.education_bot_box {
  float: left;
  width: 366px;
  margin-right: 50px;
  margin-bottom: 30px;
  max-height: 390px;
  overflow: hidden;
}

.education_bot {
  padding-bottom: 60px;
}

.education_jianjie {
  margin-top: 12px;
  padding: 25px;
  text-indent: 28px;
  font-size: 14px;
  line-height: 24px;
  color: #777;
  padding-top: 0;
}

.right_box_top {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.right_box_top img {
  width: 370px;
  height: 180px;
}

.right_box_top span {
  position: absolute;
  background: #000;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.right_box_top span i {
  font-size: 20px;
}

.right_box_bot {
  background: #f6f6f6;
  padding-bottom: 20px;
}

.right_box_bot span i {
  color: #22132d;
  font-size: 18px;
  line-height: 42px;
  margin-left: 10px;
}

.right_box_bot span em {
  font-size: 13px;
}

.right_box_bot ul {
  overflow: hidden;
}

.right_box_bot li {
  height: 52px;
  line-height: 52px;
  width: 150px;
  float: left;
  margin: 0 16px;
  border-bottom: 1px solid #cccccc;
}

.right_box_bot li a {
  color: #2994cb;
  height: 52px;
  line-height: 52px;
  display: block;
  cursor: pointer;
}

.right_box_bot li a img {
  margin-top: 20px;
}

.right_box_bot li a span {
  width: 135px;
  height: 52px;
  overflow: hidden;
}

.generalWrap {
  width: 100%;
  overflow: hidden;
}

.general {
  background-color: #fff;
  padding: 0px 35px 12px 40px;
  float: left;
}

.general h3 a {
  font-size: 1.2em;
  font-weight: normal;
  color: #1b438f;
  line-height: 58px;
  line-height: 58px;
}

.genInfo .con {
  font-size: 1em;
  line-height: 24px;
  float: left;
  overflow: hidden;
}

.genInfo .con p {
  margin-right: 340px;
  margin-top: 15px;
}

.genInfo span {
  float: right;
  margin-left: -296px;
}

.genInfo span img {
  width: 296px;
  margin-top: 20px;
}

.gen_list {
  width: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 245px;
}

.gen_list a {
  display: block;
  padding-left: 15px;
  background: url(../images/li_bg01.png) no-repeat left center;
  float: left;
  margin-right: 11.5%;
  line-height: 32px;
}

.con_list01 {
  padding: 0px 35px 12px 40px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 20px;
}

.con_list01 .title01 h2 {
  padding: 0 10px 0 0;
  width: 180px;
  height: 58px;
  line-height: 58px;
  background-image: none;
  font-size: 1.4em;
  font-weight: normal;
  color: #1b438f;
}

.list_con01 {
  width: 100%;
  overflow: hidden;
  padding: 0px 0 0;
}

.list_con01.cur01 li {
  width: 20%;
}

.list_con01 li {
  width: 25%;
  float: left;
  font-size: 1.5em;
  *width: 207px;
}

.list_con01 li span {
  background: url(../images/li_bg01.png) no-repeat 12px 15px;
  padding: 6px 7px 10px 28px;
  display: block;
}

.list_con01 li a {
  color: #1b438f;
  font-size: 0.7em;
}

.list_con01 li a:hover {
  color: #f18e21;
}

.con_list01 .title01 {
  background: none;
}

/* 访问通道微信二维码样式 */
.WeChat {
  width: 200px;
  height: 200px;
  background: #000000;
  text-align: center;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -100px;
}

.WeChat img {
  width: 160px;
  height: 160px;
  padding: 20px;
}

.WEIXIN {
  cursor: pointer;
}
