@charset "UTF-8";
/* 
    说明，为了做图片响应式，所有图片相关都是用绝对定位改的，这块有疑问可以咨询我 我给讲下，最好别改那

*/
/* sass变量 */
*html {
  background-image: url(/about:blank);
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
 
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #851d1c;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-tit {
  line-height: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #9c0000;
}

.main-tit .more {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  background: url(/images/more.png) center center no-repeat;
}

.main-tit h6 {
  font-size: 24px;
}

.main-tit h6 span {
  color: #999999;
  font-size: 18px;
}

.news-list ul {
  margin: 0 -10px;
}

.news-list li {
  float: left;
  width: 20%;
}

.news-list .inner {
  margin: 10px;
 /* min-height: 255.19px;  */


}

.news-list .inner .pic {
  position: relative;
  padding-top: 55%;
}

.news-list .inner .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-list .inner .text {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-top: none;
  transition: all ease .3s;
}

.news-list .inner .text h3 {
  line-height: 24px;
  font-weight: bold;
  height: 70px;
  overflow: hidden;
 text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list .inner .text .date {
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  margin-bottom: 15px;
}

.news-list .inner .text .desc {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
}

.news-list .inner .text .more {
  text-align: center;
  color: #999;
}

.news-list li:hover .inner .text {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.notice-list ul {
  margin: 10px -1.5%;
}

.notice-list ul li {
  float: left;
  width: 22%;
  margin: 1.5%;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  border-radius: 0 20px 0 20px;
  transition: all ease .2s;
}

.notice-list ul li .date {
  float: left;
  border-right: 1px solid #e6e6e6;
  padding: 0 10px;
}

.notice-list ul li .date p {
  color: #851d1c;
}

.notice-list ul li .date p:nth-child(1) {
  font-size: 20px;
}

.notice-list ul li .text {
  margin-left: 90px;
  margin-right: 10px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.notice-list ul li:hover {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pic-list {
  max-width: 100%;
  overflow: hidden;
}

.pic-list ul {
  margin: 0 -15px;
}

.pic-list li {
  float: left;
  width: 33.3%;
}

.pic-list li a {
  position: relative;
  margin: 15px;
  display: block;
}

.pic-list .pic {
  position: relative;
  padding-top: 56%;
}

.pic-list .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pic-list .cover {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -35px;
  text-align: center;
}

.pic-list .text {
  text-align: center;
  line-height: 30px;
height: 70px;
  border: 2px solid #e6e6e6;
}

.topbar {
  line-height: 36px;
  text-align: right;
  color: #fff;
  background: #6a1716;
}

.topbar a {
  margin: 0 10px;
  color: #fff;
  position: relative;
}

.topbar a::after {
  content: '|';
  position: absolute;
  right: -15px;
  top: 3px;
  font-size: 12px;
  line-height: 1;
}

.topbar a:nth-last-child(1)::after {
  display: none;
}

.topbar .h5link {
  display: none;
}

.topbar .search-ctrl {
  display: none;
  float: right;
  height: 30px;
  width: 30px;
  margin-top: 5px;
  background: url(/images/search-ctrl.png);
  background-size: 100%;
}

.header {
  position: relative;
  padding: 15px 0;
  background: url(/images/header-bg.png) 55% center no-repeat #851d1c;
}

.header .navbar {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(/images/nav-bar.png) no-repeat center center;
  background-size: 100%;
}

.header .logo {
  float: left;
  width: 40%;
}

.header .logo img {
  width: 100%;
}

.header .search {
  float: right;
  margin-top: 30px;
  width: 230px;
  background: #6a1716;
  top: -40px;
}

.header .search .text {
  width: 170px;
  height: 20px;
  padding: 10px 10px;
  border: none;
  vertical-align: middle;
  background: none;
  color: #fff;
}

.header .search .btn {
  cursor: pointer;
  float: right;
  width: 40px;
  background: url(/images/icon-search.png) center center no-repeat #bf2926;
  height: 40px;
  border: none;
  vertical-align: middle;
}

.nav-cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0;
  left: 0;
}

.main-nav {
  display: block;
  background: #fff;
  position: relative;
  z-index: 2;
}

.main-nav li {
  float: left;
  width: 8.3%;
  z-index: 10;
  font-size: 15px;
}

.main-nav li p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}

.main-nav li p a {
  display: block;
}

.main-nav li p:nth-child(2) {
  display: none;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  background: url(/images/opacity.png);
  width: 100%;
  padding: 15px 0;
  left: 0;
  top: 99%;
}

.main-nav li .dropdown .pic {
  float: left;
  width: 260px;
  position: relative;
  padding-top: 12.5%;
}

.main-nav li .dropdown .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-nav li .dropdown .text {
  padding-left: 320px;
  line-height: 34px;
  padding-top: 3%;
}

.main-nav li .dropdown .text a {
  display: inline-block;
  width: 16%;
}

.main-nav li:hover {
  background: #851d1c;
}

.main-nav li:hover p a {
  color: #fff;
}
@media screen and (min-width: 740px){
.main-nav li:hover .dropdown {
  display: block;
}
}
.main-nav li:hover .dropdown li {
  line-height: 44px;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  transition: all ease .3s;
}

.main-nav li:hover .dropdown li a:hover {
  display: block;
}

.main-nav li p:nth-child(1):hover + .p1 {
  color: #fff;
}

.showSearch .topbar a {
  opacity: 0;
}

.showSearch .header .search {
  display: block;
}

.showNav {
  overflow: hidden;
  height: 100%;
}

.showNav body {
  overflow: hidden;
  height: 100%;
}

.showNav .nav-cover {
  display: block;
}

.showNav .main-nav {
  transform: translateX(0);
}

.banner {
  position: relative;
  padding-top: 36%;
}

.banner .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-container .swiper-slide .pic {
  height: 100%;
}

.banner .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}

.banner .swiper-container .swiper-slide .text {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 19%;
  bottom: 10%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.4);
}

.banner .swiper-container .pagination {
  width: auto;
  left: auto;
  right: 20%;
  bottom: 10%;
  white-space: nowrap;
}

.godetail {
  display: none;
  text-align: center;
  border: 1px solid #c2c2c2;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  border-radius: 5px;
  margin: 8px 0;
}

.godetail img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

.index-row1 {
  background: #f2f2f2;
  padding: 10px 0 20px;
}

.index-row1 .list {
  position: relative;
  background: url(/images/index-row1-bg.jpg) center center no-repeat #fff;
  background-size: 100% auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.index-row1 .list ul {
  padding: 1% 5%;
}

.index-row1 .list ul li {
  font-weight: bold;
  float: left;
  position: relative;
  width: calc(30% - 15px);
  padding-left: 15px;
  line-height: 34px;
  padding-right: 3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .list ul li::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d52f2c;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.index-row1 .list .more {
  display: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  width: 40px;
  height: 20px;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
}

.index-row1 .list .more a {
  display: block;
  height: 100%;
  transition: all ease .5s;
  background: url(/images/arr-down.png) center center no-repeat;
  background-size: auto 60%;
}

.index-row1 .list .more a img {
  height: 100%;
}

.index-row1.show-all .list ul li {
  display: block;
}

.index-row1.show-all .more a {
  transform: rotate(180deg);
}

.index-row2 {
  margin: 30px 0 20px;
}

.index-row3 .main-tit {
  margin: 0;
}

.index-row3 .c1 {
  float: left;
  width: 47%;
}

.index-row3 .c1 .notice-list ul {
  margin: 10px -2%;
}

.index-row3 .c1 .notice-list li {
  margin: 2%;
  width: 46%;
}

.index-row3 .c2 {
  float: right;
  width: 52%;
}

.index-row3 .c2 .slide {
  float: left;
  width: 45%;
  margin-left: 5%;
  position: relative;
}

.index-row3 .c2 .slide .swiper-container {
  padding-top: 93%;
}

.index-row3 .c2 .slide .swiper-container .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}

.index-row3 .c2 .slide .swiper-container .swiper-slide img {
  width: 70%;
  margin-left: 15%;
}

.index-row3 .c2 .slide .swiper-container .swiper-slide .name {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.index-row3 .c2 .arrow-left {
  left: 5px;
  width: 20px;
  height: 20px;
  background: url(/images/arr2-left.png) center center no-repeat;
}

.index-row3 .c2 .arrow-right {
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(/images/arr2-right.png) center center no-repeat;
}

.index-row3 .c2 .slide:nth-child(1) .swiper-slide {
  background: #ccb8b8;
}

.index-row3 .c2 .slide:nth-child(2) .swiper-slide {
  background: #ccc3b8;
}

.index-row4 {
  margin: 30px 0;
}

.index-row4 .wrap {
  overflow: hidden;
}

.index-row4 ul {
  margin: 30px -30px 0;
}

.index-row4 ul li {
  float: left;
  width: 25%;
}

.index-row4 ul li a {
  display: block;
  padding: 0 30px;
  height: 150px;
  border-right: 1px dashed #ededed;
}

.index-row4 ul li .pic {
  padding: 10px 0;
  position: relative;
}

.index-row4 ul li h6 {
  font-weight: bold;
  max-height: 95px;
  line-height: 24px;
  overflow: hidden;
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.index-row4 ul li .text {
  margin-top: 8px;
  color: #666;
  font-size: 12px;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
}

.index-row5 .pic-list li {
  width: 25%;
}

.index-row6 {
  margin-top: 10px;
}

.index-row6 .slide .swiper-container {
  padding: 0 50px;
}

.index-row6 .slide .swiper-container .swiper-wrapper {
  height: auto !important;
}

.index-row6 .slide .swiper-container .swiper-slide {
  height: auto !important;
}

.index-row6 .slide .swiper-container .swiper-slide a {
  display: block;
  margin: 0 10px;
}

.index-row6 .slide .swiper-container .swiper-slide img {
  width: 100%;
}

.index-row6 .slide .swiper-container .arrow-left, .index-row6 .slide .swiper-container .arrow-right {
  top: 0;
  margin-top: 0;
  outline: none;
  height: 100%;
  width: 40px;
  transition: all ease .2s;
  margin: 0;
}

.index-row6 .slide .swiper-container .arrow-left {
  left: 0;
  background: url(/images/arr3-left.png) center center no-repeat #c3c4c2;
}

.index-row6 .slide .swiper-container .arrow-right {
  right: 0;
  background: url(/images/arr3-right.png) center center no-repeat #c3c4c2;
}

.index-row6 .slide .swiper-container .arrow-left:hover, .index-row6 .slide .swiper-container .arrow-left:hover {
  background-color: #851d1c;
}

.h5-links {
  margin-top: 20px;
  display: none;
}

.h5-links ul {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.h5-links li {
  float: left;
  width: 33%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 10px 0;
}

.h5-links li img {
  width: 24px;
  margin-right: 2px;
  vertical-align: middle;
}

.f-links {
  background: #750c0b;
  border-bottom: 1px solid #a41715;
  margin-top: 30px;
}

.f-links ul {
  position: relative;
}

.f-links li {
  float: left;
  margin: 0 10px;
}

.f-links li img {
  margin-right: 5px;
}

.f-links li p {
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}

.f-links li .dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.f-links li .dropdown .close {
  display: none;
  text-align: right;
}

.f-links li .dropdown .inner {
  background: #851d1c;
  color: #fff;
  margin-bottom: 10px;
  padding: 20px 30px;
}

.f-links li .dropdown h6 {
  font-size: 17px;
  line-height: 1.8;
}

.f-links li .dropdown .list {
  padding-left: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.f-links li .dropdown .list a {
  padding-left: 12px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  background: url(/images/sanjiao1.png) left center no-repeat;
}

.f-links li.on::after {
  content: '';
  position: absolute;
  bottom: 100%;
  border: 7px solid;
  margin-left: 50px;
  border-color: transparent transparent #851d1c transparent;
}

.footer {
  background: #851d1c;
  border-top: 1px solid #670f0e;
  color: #fff;
  padding: 20px 0 30px;
  position: relative;
}

.footer a {
  color: #fff;
}

.footer .f-pic {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 240px;
  margin-right: 10%;
}

.footer .c1 {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
}

.footer .c1 .f-logo {
  margin: 20px 0 0;
}

.footer .c1 .links {
  line-height: 30px;
}

.footer .c1 .links span {
  margin: 0 10px;
  font-size: 12px;
}

.footer .c2 {
  position: absolute;
  left: 59%;
  text-align: center;
  z-index: 3;
margin-top: 5px;
}
.footer .c2 a img{
  width:90px;
}
.footer .c3 {
  position: relative;
  z-index: 2;
  float: right;
}

.footer .c3 .qr {
  display: inline-block;
  margin-left: 60px;
}

.footer .c3 .qr .pic {
  background: #fff;
  padding: 7px;
  width: 108px;
  height: 108px;
  box-sizing: border-box;
}

.footer .c3 .qr img {
  width: 100%;
}

.footer .c3 .qr p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.footer .c3 .qr:nth-child(1) {
  margin: 0;
}

.inner-banner {
  position: relative;
  padding-top: 22%;
  width: 100%;
  overflow: hidden;
}

.inner-banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
}

.inner-banner .inner-bread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.inner-banner .inner-bread .wrap {
  padding-top: 10px;
  position: relative;
}

.inner-banner .inner-bread .biem {
  width: 220px;
}

.inner-banner .inner-bread .biem img {
  width: 100%;
}

.inner-banner .inner-bread .text {
  position: absolute;
  left: 240px;
  right: 10px;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50px 0 0 0;
  text-align: right;
  line-height: 30px;
  color: #666;
}

.inner-banner .inner-bread .text a {
  color: #666;
}

.inner-page {
  border-bottom: 8px solid #e6e6e6;
}

.inner-page .leftbar {
  float: left;
  width: 220px;
  margin-left: -100%;
  background: #f5f5f5;
  border-left: 1px solid #d9d9d9;
}

.inner-page .leftbar .tit {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #bf2926;
}

.inner-page .leftbar .list {
  margin-left: 4px;
}

.inner-page .leftbar .list li {
  position: relative;
  text-align: center;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dashed #d9c8c7;
  font-size: 16px;
}

.inner-page .leftbar .list li.on a {
  color: #851d1c;
}

.inner-page .leftbar .list li.on::after {
  content: '';
  position: absolute;
  right: 100%;
  height: 100%;
  width: 4px;
  background: #bf2926;
}

.inner-page .leftbar .pic img {
  width: 100%;
}

.inner-page .inner-main {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  font-size: 16px;
  color: #666;
}

.inner-page .inner-main .shengbei {
  margin-left: 250px;
}

.inner-page .inner-tit {
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  color: #000;
}

.inner-page .inner-con.block {
  width: 100%;
  display: block;
}

.inner-page .inner-con.block .leftbar {
  float: none;
  margin: 0;
}

.inner-page .inner-con.block .inner-main {
  margin: 10px 0;
  float: none;
}

.inner-page .inner-con.block .inner-main .shengbei {
  margin: 0;
}

.inner-page .pages-nav {
  text-align: center;
  width: 80%;
  margin: 30px auto 0;
  font-size: 14px;
  color: #666;
}

.inner-page .pages-nav a {
  color: #666;
}

.inner-page .pages-nav > div {
  display: inline-block;
  border: 1px solid #ccb8b8;
  vertical-align: middle;
  margin: 0 5px;
}

.inner-page .pages-nav .num ul {
  display: flex;
}

.inner-page .pages-nav .num ul li {
  border-right: 1px solid #ccb8b8;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.inner-page .pages-nav .num ul li:nth-last-child(1) {
  border: none;
}

.inner-page .pages-nav .set {
  flex: 1;
  height: 34px;
}

.inner-page .pages-nav .set select {
  width: 80px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-right: 1px solid #ccb8b8;
}

.inner-page .pages-nav .set select option {
  text-align: center;
}

.inner-page .pages-nav .set span {
  padding: 0 10px;
}

.inner-page .pages-nav .input {
  flex: 1;
}

.inner-page .pages-nav .input input {
  width: 66px;
  height: 20px;
  line-height: 20px;
  padding: 7px;
  border: none;
  vertical-align: middle;
}

.inner-page .pages-nav .input .btn {
  border: none;
  vertical-align: middle;
  width: 50px;
  height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #ccb8b8;
}

.inner-page .main-detail-tit {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: 20px 0 30px;
}

.inner-page .main-detail-infor {
  text-align: center;
  padding: 10px;
  line-height: 30px;
  background: #f5f5f5;
  font-size: 14px;
  margin-bottom: 20px;
}

.inner-page .main-detail-infor span {
  margin: 0 5%;
  color: #999;
}

.inner-page .main-detail-infor span b {
  color: #666;
}

.inner-page .main-detail {
  line-height: 30px;
}

.inner-page .main-detail p {
  margin-bottom: 20px;
  text-indent: 2em;
}

.inner-page .main-detail p img{
   margin-left: -2em;
}

.inner-page .main-detail img {
  max-width: 100%;
}

.inner-page .yuanxi li .pic {
  background: #cccccc;
}

.inner-page .yuanxi li .text {
  margin-top: 1px;
  border: none;
  background: #f2f2f2;
  height: 50px;
  line-height: 50px;
}

.inner-page .news-detail .leftbar {
  background: #f2f2f2;
  width: 100%;
}

.inner-page .news-detail .leftbar .tit {
  width: 220px;
}

.inner-page .news-detail .leftbar .share {
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}

.inner-page .leader-list ul {
  margin: 0 -10px;
}

.inner-page .leader-list li {
  float: left;
  width: 50%;
}

.inner-page .leader-list li a {
  display: block;
  margin: 10px;
  align-items: center;
  background: #f5f4f0;
}

.inner-page .leader-list li .pic {
  float: left;
  width: 130px;
}

.inner-page .leader-list li .pic img {
  width: 100%;
}

.inner-page .leader-list li .text {
  margin-left: 140px;
  margin-right: 10px;
  padding-top: 1px;
}

.inner-page .leader-list li .text h6 {
  margin: 10px 0;
  font-size: 18px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}

.inner-page .leader-list li .text h6 b {
  margin-right: 7%;
}

.inner-page .leader-list li .text .desc {
  font-size: 14px;
  line-height: 24px;

}

.inner-page .leader-tit {
  line-height: 40px;
  margin: 20px 0 50px;
}

.inner-page .leader-tit .name {
  float: left;
  width: 130px;
  text-align: center;
  font-weight: bold;
  background: #ccc3b8;
  font-weight: bold;
}

.inner-page .leader-tit .pst {
  margin-left: 135px;
  background: #ebebeb;
  padding-left: 10px;
  color: #666;
}

.inner-page .leader-detail .avatar {
  float: left;
  width: 130px;
}

.inner-page .leader-detail .avatar img {
  width: 100%;
}

.inner-page .leader-detail .text {
  margin-left: 150px;
  line-height: 30px;
}

.inner-page .leader-detail .text h6 {
  text-indent: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.inner-page .leader-detail .text p {
  text-indent: 2em;
  margin-bottom: 20px;
}

.inner-page .teacher-tit {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  background: #ccc3b8;
  color: #bf2926;
  margin: 10px 0;
}

.inner-page .teacher-list ul {
  margin: 0 -1.6%;
}

.inner-page .teacher-list li {
  float: left;
  width: 25%;
}

.inner-page .teacher-list li a {
  display: block;
  border: 1px solid #cccccc;
  margin: 7%;
}

.inner-page .teacher-list li a .pic {
  float: left;
  width: 100px;
}

.inner-page .teacher-list li a .pic img {
  width: 100%;height:150px;
}

.inner-page .teacher-list li a .name {
  position: relative;
  margin-left: 100px;
  margin-top: 20%;
}

.inner-page .teacher-list li a .name p {
  text-align: center;
  border-left: 5px solid #bf2926;
}

.inner-page .teacher-detail .avatar {
  float: right;
  width: 130px;
}

.inner-page .teacher-detail .avatar img {
  width: 100%;
}

.inner-page .teacher-detail .text {
  margin-right: 150px;
  line-height: 30px;
}

.inner-page .teacher-detail .text p {
  text-indent: 2em;
  margin-bottom: 20px;
}

.inner-page .student .leftbar {
  border-left: none;
  background: none;
}

.inner-page .student .leftbar .tit {
  margin-bottom: 20px;
}

.inner-page .student .leftbar .pic {
  margin-top: 10px;
}

.inner-page .student .leftbar .pic img {
  width: 220px;
}

.inner-page .student-list ul {
  margin: 0 -1.5%;
}

.inner-page .student-list li {
  float: left;
  width: 25%;
}

.inner-page .student-list li a {
  position: relative;
  display: block;
  border: 1px solid #cccccc;
  margin: 7%;
}

.inner-page .student-list li a .pic {
  float: left;
  width: 100px;
}

.inner-page .student-list li a .pic img {
  width: 100%;height:132px;
}

.inner-page .student-list li a .name {
  position: relative;
  margin-left: 110px;
}

.inner-page .student-list li a .name h6 {
  margin-bottom: 10%;
  padding-top: 10%;
}

.inner-page .student-list li a .name p {
  font-size: 14px;
  color: #666;
  max-height: 64px;
  overflow: hidden;
}

.inner-page .student-list li .name::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  right: -10px;
  top: -10px;
  transform: rotate(-135deg);
}

.inner-page .student-list li:nth-child(4n) .name::after {
  border-color: #ffa851 transparent transparent transparent;
}

.inner-page .student-list li:nth-child(4n-1) .name::after {
  border-color: #46af85 transparent transparent transparent;
}

.inner-page .student-list li:nth-child(4n-2) .name::after {
  border-color: #009ac7 transparent transparent transparent;
}

.inner-page .student-list li:nth-child(4n-3) .name::after {
  border-color: #ffa851 transparent transparent transparent;
}

.inner-page .pic-list-detail {
  padding: 20px;
  background: #f2f2f2;
}

.inner-page .pic-list-detail .slide {
  position: relative;
  padding-top: 70%;
}

.inner-page .pic-list-detail .swiper-container {
  position: absolute;
}

.inner-page .pic-list-detail .swiper-slide .pic {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.inner-page .pic-list-detail .gallery-top {
  top: 0;
  height: 70%;
  width: 100%;
}

.inner-page .pic-list-detail .gallery-thumbs {
  bottom: 0;
  width: 100%;
  height: 30%;
  overflow: hidden;
  box-sizing: border-box;
  background: #851d1c;
}

.inner-page .pic-list-detail .gallery-thumbs .swiper-slide {
  transition: all ease .2s;
  width: 25%;
  height: 100%;
  opacity: 1;
  box-sizing: border-box;
}

.inner-page .pic-list-detail .gallery-thumbs .swiper-slide .pic {
  margin: 0 4px;
  box-sizing: border-box;
}

.inner-page .pic-list-detail .gallery-thumbs .swiper-slide-thumb-active .pic {
  border: 3px solid #fff;
}

.inner-page .pic-list-detail .gallery-thumbs .arrow-left, .inner-page .pic-list-detail .gallery-thumbs .arrow-right {
  width: 30px;
  height: 30px;
}

.inner-page .pic-list-detail .gallery-thumbs .arrow-left {
  background: url(/images/arr4-left.png) no-repeat;
  background-size: auto 100%;
}

.inner-page .pic-list-detail .gallery-thumbs .arrow-right {
  right: 0;
  background: url(/images/arr4-right.png) no-repeat;
  background-size: auto  100%;
}

.inner-page .video-detail img, .inner-page .video-detail video {
  max-width: 100%;
}

.inner-page .tiaojian .pic-list .text {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  border: none;
}

.inner-page .medium .leftbar {
  border: none;
  background: none;
}

.inner-page .medium-list li {
  line-height: 30px;
  padding: 15px 20px;
}

.inner-page .medium-list li a {
  display: block;
  margin-right: 120px;
}

.inner-page .medium-list li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.inner-page .medium-list li:nth-child(2n-1) {
  background: #f5f5f5;
}

.inner-page .letter-tool {
  margin: 20px 0;
}

.inner-page .letter-tool .item {
  float: left;
  width: 36%;
}

.inner-page .letter-tool .item .text {
  height: 26px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.inner-page .letter-tool .item .btn {
  height: 36px;
  width: 100px;
  text-align: center;
  background: #bf2926;
  border: none;
  color: #fff;
  border-radius: 10px;
}

.inner-page .letter-tool .item:nth-last-child(1) {
  float: right;
  width: auto;
  text-align: right;
}

.inner-page .letter-list li {
  padding: 15px 0;
  width: 100%;
  line-height: 30px;
}

.inner-page .letter-list li > div {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

.inner-page .letter-list li .c1 {
  width: 50%;
}

.inner-page .letter-list li .c2, .inner-page .letter-list li .c3 {
  width: 20%;
}

.inner-page .letter-list li.hd {
  background: #f5f4f0;
  border-top: 2px solid #bf2926;
}





/*  信息服务  */


.ul-inline {
	font-size: 0;
}

.ul-inline li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
}

.ul-inline li a {
	display: block;
}


.sub_017 {
	margin: 0 0 0 0;
	padding: 10px 0 0;
}

.sub_017 .part {
	margin: 0 0 40px;
}

.sub_017 .part_title {
	margin-bottom: 31px;
	line-height: 0;
	border-bottom: 1px dashed #bf2926;
}

.sub_017 .part_title::after {
	content: '';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 0;
}

.sub_017 .part_title .letters {
	float: right;
	font-size: 0;
	margin: -4px 0 0;
	text-align: right;
}

.sub_017 .part_title .letters a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: arial;
	font-size: 20px;
	border: 1px solid #3e54a4;
	width: 38px;
	height: 38px;
	margin: 0 0 8px 10px;
	line-height: 38px;
	text-align: center;
	color: #3e54a4;
	cursor: pointer;
}

.sub_017 .part_title .letters a.on, .sub_017 .part_title .letters a:hover {
	background: #3E54A4;
	color: #fff;
}

.sub_017 .part_title h2 {
	height: 50px;
	padding: 0 70px 0 29px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #bf2926;
	position: relative;
	min-width: 80px;
	line-height: 50px;
	margin: 0 0 -6px;
}

.sub_017 .part_title h2 a{

	color: #fff;

}


.sub_017 .part_title h2::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: 25px solid #bf2926;
	border-top: 25px solid #bf2926;
	border-right: 20px solid #fff;
}

.sub_017a ul {
	margin: 0 0 0 -34px;
}

.sub_017a li {}

.sub_017a a {
	margin: 0 0 20px 40px;
	border: 1px solid #e5e5e5;
	position: relative;
	line-height: 24px;
	padding: 12px 16px;
}

.sub_017a a::before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	background: #edeef2;
	position: absolute;
}

.sub_017a a.on {
	border: 1px solid #3e54a4;
}

.sub_017a a.on::before {
	background: #3e54a4;
}

.sub_017a a:hover {
	color: #bf2926;
}

.sub_017a a.on:hover {
	background: #bf2926;
	color: #fff;
}




.aitunr{
position:fixed;
z-index:999999;
 bottom:10px;
    right: 10px;
border: 1px solid #ccc;
border-radius: 30px;
}







.xiexin1{padding:10px 0;text-align:right}
.xiexin1 a{
display:block;
float:right;
padding:8px 15px;
background:#bf2926;
color:#ffffff;
font-size:16px;
}


.xiexin{padding:10px 0;text-align:right}
.xiexin a{
display:block;
float:right;
padding:8px 15px;
background:#bf2926;
color:#ffffff;
font-size:16px;
margin: 0 10px 0 0;
}
.xxsm{
	padding:15px;
	font-size:14px;
	line-height:1.8;
	color:#333333;
}