@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-size: 15px;
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: Arial, Helvetica, sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #c92b2a;
}

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: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

/* 滑块颜色 */
fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.slide .prev, .slide .next {
  position: absolute;
  top: 71%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  z-index: 9;
}

.slide .prev {
  left: 115px;
  background: url(../images/arr-left.png) no-repeat;
}

.slide .prev:hover {
  background: url(../images/arr-left-on.png) no-repeat;
}

.slide .next {
  right: 115px;
  background: url(../images/arr-right.png) no-repeat;
}

.slide .next:hover {
  background: url(../images/arr-right-on.png) no-repeat;
}

.main-tit {
  width: 180px;
  padding: 15px 20px 25px;
  height: 35px;
  color: #333;
  font-size: 32px;
  margin: 0 auto;
  background: url(../images/tit-bg.png) center center no-repeat;
}

.main-tit span {
  color: #c92b2a;
}

.main-tit .more {
  margin-left: 10px;
  font-size: 14px;
  color: #999;
}

.main-tit .more:hover {
  color: #c92b2a;
}

.main-list li {
  margin: 50px 0;
  line-height: 30px;
  border-bottom: 1px dotted #ddd;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  margin-left: 20px;
  opacity: .5;
  filter: alpha(opacity=50);
}

.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 999;
  background: #fff;
  border-right: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.main-nav .inner {
  height: 100%;
  overflow-y: auto;
  padding: 0 30px;
}

.main-nav .logo {
  padding: 25px 0;
  text-align: center;
}

.main-nav .pic {
  position: absolute;
  left: 0;
  bottom: 0;
z-index:-99;
}

.main-nav .search-box {
  position: relative;
  margin: 25px 0;
  border: 1px solid #cdcdcd;
}

.main-nav .search-box .text {
  border: none;
  padding: 0 10px;
  width: 80%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.main-nav .search-box .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/icon-search.png) center center no-repeat;
}

.main-nav li {
  position: relative;
  text-align: center;
  z-index: 10;
  font-size: 18px;
  font-weight: bold;
    width: 165px;
    height: 35px;
}

.main-nav li a {
  display: block;
  line-height: 28px;
  margin: 10px 0;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  padding-top: 10px;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #c92b2a;
}

.main-nav li .dropdown li {
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

.main-nav li:hover a {
  color: #c92b2a;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  line-height: 38px;
  display: block;
  transition: all ease .3s;
}

.main-nav li.on {
  background: url(../images/nav-bg.png) no-repeat;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li.on:hover {
  color: #fff;
}
.main-nav li .nav-ico1{
background: url(../images/nav-sy01.png) no-repeat;
width:23px;height:23px;margin-top:6px;margin-left:20px;float:left;
}

.main-nav li.on .nav-ico1{background: url(../images/nav-sy02.png) no-repeat;}

.main-nav li .nav-ico2{
background: url(../images/nav-gk01.png) no-repeat;
width:23px;height:23px;margin-top:6px;margin-left:20px;float:left;
}

.main-nav li.on .nav-ico2{background: url(../images/nav-gk02.png) no-repeat;}

.main-nav li .nav-ico3{
background: url(../images/nav-xw01.png) no-repeat;
width:23px;height:23px;margin-top:6px;margin-left:20px;float:left;
}

.main-nav li.on .nav-ico3{background: url(../images/nav-xw02.png) no-repeat;}

.main-nav li .nav-ico4{
background: url(../images/nav-zn01.png) no-repeat;
width:23px;height:23px;margin-top:6px;margin-left:20px;float:left;
}

.main-nav li.on .nav-ico4{background: url(../images/nav-zn02.png) no-repeat;}

.main-nav li .nav-ico5{
background: url(../images/nav-xx01.png) no-repeat;
width:23px;height:23px;margin-top:6px;margin-left:20px;float:left;
}

.main-nav li.on .nav-ico5{background: url(../images/nav-xx02.png) no-repeat;}

.main-nav li .nav-ico6{
background: url(../images/nav-dq01.png) no-repeat;
width:23px;height:23px;margin-top:6px;margin-left:20px;float:left;
}

.main-nav li.on .nav-ico6{background: url(../images/nav-dq02.png) no-repeat;}

.main-nav li .nav-ico7{
background: url(../images/nav-xz01.png) no-repeat;
width:23px;height:23px;margin-top:6px;margin-left:20px;float:left;
}

.main-nav li.on .nav-ico7{background: url(../images/nav-xz02.png) no-repeat;}

.main-nav li .nav-tit{float:left;margin-left:13px;line-height:35px;}















.fixedbar {
  position: fixed;
  right: 0;
  top: 50%;
  height: 450px;
  margin-top: -215px;
  z-index: 999;
}

.fixedbar .hd {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -125px;
  cursor: pointer;
}

.fixedbar .bd {
  display: none;
  width: 427px;
  background: url(../images/opacity.png);
}

.fixedbar .bd .tit {
  padding: 0 30px;
  line-height: 54px;
  font-size: 20px;
  background: #e86608;
  color: #fff;
}

.fixedbar .bd .tit .close {
  float: right;
  line-height: 1;
  margin-top: 15px;
  cursor: pointer;
}

.fixedbar .bd .list {
  padding: 0 30px 20px;
}

.fixedbar .bd .list li {
  float: left;
  width: 33.3%;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #f77f29;
}

.fixedbar .bd .list li a {
  color: #fff;
}

.fixedbar .bd .list li.noborder {
  border: none;
}

.fixedbar .bd .list li img {
  height: 35px;
}

.fixedbar .bd .list li p {
  margin-top: 5px;
  font-size: 15px;
}

.page {
  margin-left: 200px;
  min-width: 1280px;
}

.banner {
  position: relative;
  min-width: 1200px;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 450px;
  overflow: hidden;
}

.banner .bd ul li .text {
  position: absolute;
  top: 28%;
  width: 100%;
  text-align: center;
  min-width: 1200px;
  color: #fff;
  z-index: 2;
}
.ban-text{position: absolute;
    top: 54%;
    width: 100%;
    color: #fff;
    color: #fff;
    color: #fff;
    text-align: center;}
.banner .bd ul li .text h6 {
  font-size: 60px;
  font-weight: bold;
}

.banner .bd ul li .text p {
  margin-top: 30px;
}



.banner .bd ul li .pic img {
  width: 100%;
  height: *100%;
}

.banner .bd ul li .pic img:hover {
  transform: scale(1);
}

.index-row1 {
  padding-top: 44px;
  padding-bottom: 64px;
  background: url(../images/bg1.png) bottom right no-repeat #f7f6f2;
}

.index-row1 .c1 {
  float: left;
  width: 793px;
}

.index-row1 .c1 .slide .hd {
  margin-bottom: 40px;
}

.index-row1 .c1 .slide .hd li {
  float: left;
  width: 180px;
  padding: 15px 20px 25px;
  font-size: 28px;
  height: 35px;
  color: #333;
  cursor: pointer;
}

.index-row1 .c1 .slide .hd li .more {
  display: none;
  font-size: 14px;
  color: #999;
}

.index-row1 .c1 .slide .hd li.on {
  font-size: 32px;
  background: url(../images/tit-bg.png) center center no-repeat;
}

.index-row1 .c1 .slide .hd li.on span {
  color: #c92b2a;
}

.index-row1 .c1 .slide .hd li.on .more {
  display: inline;
padding-left:10px;
}
.c1-line{    display: block;
    float: left;
    padding-top: 15px;
    padding: 20px 100px 0;}
.index-row1 .c1 .slide .bd .item{float:left;}
.index-row1 .c1 .slide .bd .item .l {
  float: left;
  width: 365px;
  background: #c7a360;
}

.index-row1 .c1 .slide .bd .item .l .pic {
  height: 205px;
  overflow: hidden;
}

.index-row1 .c1 .slide .bd .item .l .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.index-row1 .c1 .slide .bd .item .l .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide .bd .item .l .text {
  color: #fff;
  font-size: 13px;
  padding: 25px 30px 45px;
  height: 166px;
}

.index-row1 .c1 .slide .bd .item .l .text a {
  color: #fff;
}

.index-row1 .c1 .slide .bd .item .l .text h6 {
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}

.index-row1 .c1 .slide .bd .item .l .text .desc {
  margin: 20px 0;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}

.index-row1 .c1 .slide .bd .item .l .text .more {
  line-height: 20px;
  display: block;
}

.index-row1 .c1 .slide .bd .item .l .text .more span {
  float: right;
}

.index-row1 .c1 .slide .bd .list-txt{
color:#fff;padding:15px 30px;overflow: hidden;
}
.index-row1 .c1 .slide .bd .list-txt li{

}
.index-row1 .c1 .slide .bd .list-txt li a{
color:#fff;float:left;
    line-height: 41px;
}

.index-row1 .c1 .slide .bd .list-txt li span{
color:#fff;float:right;
    line-height: 41px;
}































.index-row1 .c1 .slide .bd .item .r {
  float: right;
  width: 380px;
  height: 437px;
  border-top: 3px solid #c7a360;
  background: #fff;
}

.index-row1 .c1 .slide .bd .item .r .list {
  padding: 10px 40px;
}

.index-row1 .c1 .slide .bd .item .r .list li {
  line-height: 30px;
  padding: 11px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.index-row1 .c1 .slide .bd .item .r .list li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c1 .slide .bd .item .r .list li .date {
  font-size: 13px;
  color: #999;
}

.index-row1 .c2 {
  float: right;
  width: 385px;
}

.index-row1 .c2 .main-tit {
  margin: 0;
}

.index-row1 .c2 .list {
  margin-top: 40px;
  background: url(../images/flag.png) left top no-repeat #c92b2a;
  color: #fff;
  /*padding: 10px 40px 18px;*/
  height: 414px;
  overflow: hidden;
}

.index-row1 .c2 .list ul{padding: 10px 40px;}

.index-row1 .c2 .list a {
 color:#333;
}

.index-row1 .c2 .list a:hover {
  color: #c92b2a;
}

.index-row1 .c2 .list li {
  line-height: 30px;
  padding: 11px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.index-row1 .c2 .list li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 .list li .date {
  font-size: 13px;
  color: #999;
}

.index-row1 .c2 .list li.last {
  border: none;
}

.index-row2 {
  padding: 40px 0;
}

.index-row2 .inner {
  margin-top: 30px;
  position: relative;
  height: 610px;
  overflow: hidden;
}

.index-row2 .inner .slide {
  position: absolute;
  height: 100%;
  width: 1720px;
  left: 50%;
  margin-left: -860px;
  overflow: hidden;
}

.index-row2 .slide .hd{
   text-align:center;
    margin: 25px 0 40px;
}


.index-row2 .slide .hd li {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
color:#fff;
  margin: 0 3px;
  cursor: pointer;
}
.index-row2 .slide .hd li a{color:#fff;}
.index-row2 .slide .hd .li1 {
    background: #5aa1ce;
}
.index-row2 .slide .hd .li2 {
    background: #e5667b;
}
.index-row2 .inner .slide .bd {
  border-bottom: 1px solid #e4e4e4;
}

.index-row2 .inner .slide .bd li {
  height: 560px;
  height: 600px;
  width: 344px;
  overflow: hidden;
  position: relative;
}

.index-row2 .inner .slide .bd li .pic {
  margin-top: 0;
  margin-bottom: 160px;
  transition: all ease .3s;
  overflow: hidden;
}

.index-row2 .inner .slide .bd li .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.index-row2 .inner .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row2 .inner .slide .bd li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: #fff;
  transition: all ease .3s;
}

.index-row2 .inner .slide .bd li .text a {
  display: block;
  text-align: center;
}

.index-row2 .inner .slide .bd li .text .icon .on {
  display: none;
}

.index-row2 .inner .slide .bd li .text .line {
  width: 16px;
  margin: 10px auto;
  height: 1px;
  background: #a8a8a8;
}

.index-row2 .inner .slide .bd li.m .pic {
  margin-top: 50px;
}

.index-row2 .inner .slide .bd li.s .pic {
  margin-top: 100px;
}

.index-row2 .inner .slide .bd li.b .text {
  padding: 60px 0;
  background: #c92b2a;
}

.index-row2 .inner .slide .bd li.b .text .icon img {
  display: none;
}

.index-row2 .inner .slide .bd li.b .text .icon .on {
  display: inline-block;
}

.index-row2 .inner .slide .bd li.b .text .line {
  background: #fff;
}

.index-row2 .inner .slide .bd li.b .text a {
  color: #fff;
}

.index-row3 {
  position: relative;
  padding-bottom: 200px;
  background: url(../images/bg2.png) bottom center no-repeat;
}

.index-row3 .slide .bd {
  margin-top: 50px;
  overflow: hidden;
}

.index-row3 .slide .bd li {
  width: 264px;
  margin-right: 74px;
  margin-top: 75px;
  border: 1px solid #dddddd;
  border-top: none;
  position: relative;
  background: url(../images/pic-bg.png) top center no-repeat #fff;
}

.index-row3 .slide .bd li .pic {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -75px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.index-row3 .slide .bd li .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.index-row3 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row3 .slide .bd li .pic a {
  display: block;
}

.index-row3 .slide .bd li .pic img {
  width: 100%;
  height: 100%;
}

.index-row3 .slide .bd li .text {
  padding: 20px 40px;
  text-align: center;
}

.index-row3 .slide .bd li .text .name {
  font-size: 18px;
  margin-bottom: 10px;
}

.index-row3 .slide .bd li .text .desc {
  line-height: 20px;
  font-size: 13px;
  color: #999;
}

.index-row3 .slide .bd li .text .line {
  width: 26px;
  margin: 10px auto;
  height: 2px;
  background: #c7a360;
}

.index-row3 .slide .bd li .text .infor {
  color: #666;
}

.index-row3 .slide .bd li .text .infor span {
  margin: 0 10px;
}

.index-row3 .slide .bd li:hover {
  background: url(../images/pic-bg-on.png) no-repeat #c92b2a;
  color: #fff;
  box-shadow: 0 10px 16px rgba(201, 43, 42, 0.65);
}

.index-row3 .slide .bd li:hover .text .desc, .index-row3 .slide .bd li:hover .text .infor {
  color: #fff;
}

.index-row3 .slide .bd .s {
  margin-top: 150px;
}

.index-row4 .slide .hd {
  text-align: center;
  margin: 65px 0 40px;
  color: #fff;
}



.index-row4 .slide .hd li {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
  margin: 0 3px;
  cursor: pointer;
}

.index-row4 .slide .hd li img {
  vertical-align: middle;
  margin-right: 10px;
}

.index-row4 .slide .hd li.on {
  font-weight: bold;
  font-size: 22px;
}

.index-row4 .slide .hd .li1 {
  background: #5aa1ce;
}

.index-row4 .slide .hd .li2 {
  background: #e5667b;
}

.index-row4 .slide .hd .li3 {
  background: #7cb77c;
}

.index-row4 .slide .bd .item .list {
  background: url(../images/line.png) 8px 0 repeat-y;
  float: left;
  width: 40%;
  margin-right: 10%;
margin-bottom:40px;
}

.index-row4 .slide .bd .item .list li {
  line-height: 30px;
  padding: 11px 0;
  padding-left: 44px;
  position: relative;
}

.index-row4 .slide .bd .item .list li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row4 .slide .bd .item .list li .date {
  font-size: 13px;
  color: #999;
}

.index-row4 .slide .bd .item .list li:before {
  content: '';
  position: absolute;
  margin-left: 4px;
  left: 0;
  top: 22px;
  width: 10px;
  height: 10px;
  background: #bababa;
  border-radius: 50%;
}

.index-row4 .slide .bd .item .list li:hover::before {
  background: #c92b2a;
}

.index-row4 .more {
  text-align: center;
  margin: 30px 0;
}

.index-row4 .more a {
  display: inline-block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: url(../images/more3.png) no-repeat;
}

.index-row4 .more a img {
  vertical-align: middle;
}

.index-row5 {
  position: relative;
  margin-bottom: 60px;
}

.index-row5 .bd li {
  float: left;
  width: 275px;
  margin-right: 40px;
}

.index-row5 .bd li .pic {
  overflow: hidden;
  height: 156px;
}

.index-row5 .bd li .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.index-row5 .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row5 .bd li .text {
  border: 1px solid #d2d2d2;
  padding: 15px 20px;
}

.index-row5 .bd li .text .label {
  display: inline-block;
  padding: 0 10px;
  line-height: 22px;
  border-radius: 11px;
  background: #c7a360;
  font-size: 13px;
  color: #fff;
}

.index-row5 .bd li:hover .label{ background: #c92b2a;}
.index-row5 .bd li:hover a{ color: #c92b2a;}

.index-row5 .bd li .text .tit {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row6 {
  height: 150px;
  background: url(../images/ad.jpg) center center no-repeat;
}

.footer {
  background: #f3f3f3;
  padding: 60px 0;
  color: #555555 !important;
  font-size: 13px;
}
.footer p{
  color: #555555 !important;}
.footer h6 {
  font-size: 15px;
}

.footer .c1 {
  float: left;
  width: 300px;
  text-align: center;
}

.footer .c2 {
  float: left;
  padding: 0 23px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.footer .c2 h3 {
  font-size: 24px;
  margin: 15px 0;
}

.footer .c2 h3 span {
  margin-left: 30px;
}

.footer .c2 p {
  line-height: 30px;
}

.footer .c3 {
  float: left;
  padding-left: 30px;
  width: 350px;
}

.footer .c3 .list {
  margin-top: 30px;
}

.footer .c3 .list a {
  float: left;
  width: 45%;
  margin-right: 3%;
  line-height: 30px;
color:#555555;
}

.footer .c4 {
  float: left;
  text-align: center;
}

.footer .c4 img {
  vertical-align: middle;
}

.footer .c4 p {
  margin-top: 10px;
}

.inner-banner {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: url(../images/inner-banner.jpg) center center no-repeat;
}

.inner-banner .text {
  margin-top: 120px;
  text-align: center;
  background: url(../images/inner-banner-text.png) center center no-repeat;
  font-size: 32px;
  color: #fff;
}

.inner-nav {
  background: #f7f6f2;
  line-height: 84px;
  text-align: center;
}

.inner-nav li {
  display: inline-block;
  border-bottom: 4px solid transparent;
  padding: 0 15px;
  margin: 0 20px;
  font-size: 22px;
}

.inner-nav li.on {
  border-bottom: 4px solid #c92b2a;
}

.inner-nav li.on a {
  color: #c92b2a;
}

.inner-page {
  padding-bottom: 30px;
}

.inner-tit {
  line-height: 20px;
  margin: 50px 0;
  font-size: 14px;
  color: #888;
}

.inner-tit span {
  margin: 0 5px;
}

.inner-tit a {
  margin: 0 5px;
  color: #888;
}

.inner-tit a:hover {
  color: #c92b2a;
}
.main-text-list{min-height:400px;}
.main-text-list dl {
  padding: 30px 0;
  border-bottom: 1px dashed #dcdcdc;
  transition: all ease .2s;
  position: relative;
}

.main-text-list dl dt {
  float: left;
  width: 90px;
  height: 90px;
  background: #f1f0ee;
  text-align: center;
  color: #8c8b8b;
}

.main-text-list dl dt .d {
  font-size: 26px;
  margin: 15px 0 5px;
}

.main-text-list dl dt .y {
  font-size: 16px;
}

.main-text-list dl dd {
  margin-left: 120px;
}

.main-text-list dl dd h6 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-text-list dl dd .desc {
  margin-top: 20px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 13px;
  color: #999;
  padding-right: 158px;
}

.main-text-list dl .more {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(../images/more2.png) no-repeat;
}

.main-text-list dl:hover {
  background: #f7f6f2;
}

.main-text-list dl:hover dt {
  background: #c92b2a;
  color: #fff;
}

.main-text-list dl:hover .more {
  background: url(../images/more2-on.png) no-repeat;
}

.main-text-list dl:hover h6 a{
    font-weight: bold;
    color: #c92b2a;
}

.main-pic-list {
  overflow: hidden;
  margin: 20px 0;
}

.main-pic-list ul {
  margin: -35px -35px 0;
}

.main-pic-list li {
  float: left;
  width: 33%;
}

.main-pic-list li a {
  display: block;
  margin: 25px 35px;
  position: relative;
}

.main-pic-list li a .pic {
  text-align: center;
  height: 210px;
  overflow: hidden;
}

.main-pic-list li a .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.main-pic-list li a .pic:hover img {
  transform: scale(1.1);
}

.main-pic-list li a .text {
  border: 1px solid #e4e4e4;
  padding: 20px 30px;
}

.main-pic-list li a .text h6 {
  line-height: 30px;
    font-size: 18px;
    color: #444444;
}

.main-pic-list li a .text .desc {
  line-height: 24px;
  margin: 10px 0 15px;
  font-size: 13px;
  color: #999;
text-indent: 2em;
}

.main-pic-list li a .text .date {
  text-align: right;
  font-size: 13px;
  color: #999;
  background: url(../images/more1.png) left center no-repeat;
}

.department-list {
  overflow: hidden;
}

.department-list ul {
  margin: 0 -20px;
}

.department-list li {
  float: left;
  width: 16.66%;
}

.department-list li a {
  display: block;
  border: 1px solid #d9d9d9;
  background: #faf9f7;
  height: 180px;
  margin: 20px;
  text-align: center;
  transition: all ease .2s;
}

.department-list li a .icon {
  padding: 40px 0 20px;
}

.department-list li a .icon .on {
  display: none;
}

.department-list li a p {
  font-size: 15px;
  line-height: 20px;
}

.department-list li a:hover {
  background: #c92b2a;
  border: 1px solid #c92b2a;
  color: #fff;
}

.department-list li a:hover .icon img {
  display: none;
}

.department-list li a:hover .icon .on {
  display: inline-block;
}

.specia-nav {
  padding: 40px 0;
  background: #f7f6f2;
  overflow: hidden;
}

.specia-nav ul {
  margin: 0 -10px;
}

.specia-nav li {
  float: left;
  width: 140px;
  line-height: 50px;
  height: 50px;
  padding: 4px 0 10px 33px;
  margin: 5px;
  background: #fff;
  border: 1px solid #d8d8d7;
}

.specia-nav li .icon {
  display: inline-block;
  vertical-align: middle;
}
.specia-nav li .text{    width: 80px;
    line-height: 20px;
    text-align: center;}
.specia-nav li .icon .on {
  display: none;
}

.specia-nav li .text {
  display: inline-block;
  vertical-align: middle;
}

.specia-nav li:hover {
  background: #c7a360;
  border: 1px solid #c7a360;
}

.specia-nav li:hover a {
  color: #fff;
}

.specia-nav li:hover .icon img {
  display: none;
}

.specia-nav li:hover .icon .on {
  display: block;
}

.specialist {
  overflow: hidden;
}

.specialist ul {
  margin: 0 -37px;

}

.specialist li {
  float: left;
  width: 25%;
}

.specialist li a {
  display: block;
  border: 1px solid #dddddd;
  border-top: none;
  position: relative;
      margin: 100px 35px 20px;
  padding-top: 75px;
  background: url(../images/pic-bg.png) top center no-repeat #fff;
}

.specialist li a .pic {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  top: -75px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  height: 150px;
}

.specialist li a .pic img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.specialist li a .pic:hover img {
  transform: scale(1.1);
}

.specialist li a .pic img {
  width: 100%;
  height: 100%;
}

.specialist li a .text {
  padding: 20px 40px;
  text-align: center;
}

.specialist li a .text .name {
  font-size: 18px;
  margin-bottom: 10px;
}

.specialist li a .text .desc {
  line-height: 20px;
  font-size: 13px;
  color: #999;
    height: 40px;
    overflow: hidden;
}

.specialist li a .text .line {
  width: 26px;
  margin: 10px auto;
  height: 2px;
  background: #c7a360;
}

.specialist li a .text .infor {
  color: #666;
}

.specialist li a .text .infor span {
  margin: 0 10px;
}

.specialist li a:hover {
background: url(../images/pic-bg-on.png) no-repeat #c92b2a;
    color: #fff;
    margin: 74px 37px 45px;
    box-shadow: 0 1 19px #c92b2a;
    border: 1px solid #c92b2a;
    box-shadow: 0px 0px 7px #c92b2a;
}

.specialist li a:hover .text .desc, .specialist li a:hover .text .infor {
  color: #fff;
}

.detail .tit {
  text-align: center;
  line-height: 36px;
  color: #c92b2a;
  font-size: 24px;
  font-weight: bold;
}

.detail .subtit {
  text-align: center;
  margin: 30px 0 40px;
  font-size: 18px;
}

.detail .infor {
  text-align: center;
  line-height: 20px;
  color: #999;
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 20px;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .con {
  line-height: 36px;
  font-size: 15px;
  padding: 40px 0;
    border-bottom: 1px dashed #dcdcdc;
    transition: all ease .2s;
}

.detail .con img {

  max-width: 100%;
}

.detail .con p {
  /*text-indent: 2em;*/
  margin: 10px 0;
}

/* 版权 */
.copyr{    width: 100%;
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #c92b2a;
    color: #fff;}

/* 职能科室 */
.znks{margin:0 auto;overflow:hidden;}
.znks .znks-bm{margin:0 auto;width: 1050px;}
.znks .znks-bm li{
          background: #eee;
          width: 330px;
          line-height: 50px;
          text-align: center;
          font-size: 15px;
          float: left;
          margin: 10px 10px;
}

.znks .znks-bm li:hover{background: #c92b2a;color:#fff;}
.znks .znks-bm li:hover a{color:#fff;}

.lcks , .yjks{    background: #c92b2a;
    border: 1px solid #c92b2a;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;}

.kszj{    float: right;
    padding-left: 30px;
    background: #c92b2a;
    font-size: 18px;
    width: 100px;line-height: 40px;color: #fff;
    
}
.kszj:hover{color: #fff;}