@charset "utf-8";
/* sass变量 */
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: 14px;
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

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: bottom;
}

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;
}

.main-tit {
  width: 220px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

.main-tit:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  margin-left: -20px;
}

.main-list li {
  line-height: 38px;
}

.main-list li a {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  color: #999;
}

.header {
  padding: 13px 0;
}

.header .logo {
  float: left;
}

.header .con {
  float: right;
  text-align: center;
}

.header .con .links {
  color: #999;
  margin-top: 10px;
  line-height: 44px;
}

.header .con .links a {
  color: #999;
}

.header .con .links span {
  margin: 0 15px;
}

.search-box {
  float: right;
}

.search-box .text {
  float: left;
  border: none;
  background: none;
  height: 26px;
  line-height: 26px;
  padding: 2px 5px;
  width: 200px;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #71a946;
}

.search-box .btn {
  float: left;
}

.main-nav {
  position: relative;
  z-index: 3;
  background: #6ba53e;
  line-height: 46px;
min-width:1200px;
}

.main-nav li {
  position: relative;
  float: left;
  width: 10%;
  text-align: center;
  z-index: 10;
  font-size: 16px;
}

.main-nav li a {
  color: #fff;
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 150px;
  left: -15px;
  top: 78%;
  padding-top: 10px;
  overflow: hidden;
z-index:100;
}

.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: #fff;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: url(../images/nav-bg11111.png);
  position: relative;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li:hover, .main-nav li.on {
  background: #4c9565;
}

.main-nav li:hover .dropdown, .main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a, .main-nav li.on .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.banner .slide {
  position: absolute;
  height: 100%;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.banner .slide .bd li img {
  width: 100%;
  height: 450px;
}

.banner .slide .hd {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .slide .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) no-repeat;
}

.banner .slide .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}


.banner .slide .prev{position: absolute;
    left: 4%;
    top: 35%;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/slider-pref.png) no-repeat;}
.banner .slide .next{position: absolute;
    right: 4%;
    top: 35%;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/slider-next.png) no-repeat;}


.banner .nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../images/bg2.png) no-repeat;
}

.banner .nav .wrap {
  position: relative;
}

.banner .nav .c1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner .nav .c2 {
  margin-left: 135px;
  padding: 7px 0;
}

.banner .nav .c2 li {
  float: left;
  height: 75px;
  background: url(../images/line.png) left center no-repeat;
  width: 115px;
  text-align: center;
}

.banner .nav .c2 li .pic {
  margin: 5px 0;
  transition: all ease .2s;
}

.banner .nav .c2 li p {
  color: #fff;font-size:16px;
}

.banner .nav .c2 li:hover .pic {
  transform: scale(1.1);
}

.index-headline {
  margin: 50px 0;
  box-shadow: 0 0 7px rgba(150, 150, 150, 0.38);
  background: #fff;
  padding: 10px;
}

.index-headline .c1 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.index-headline .c1 img {
  vertical-align: middle;
}

.index-headline .c2 {
  width: 100%;
}

.index-headline .c2 .slide .bd li a {
  line-height: 40px;
}

.index-headline .c2 .slide .bd li span {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.index-row1 {
  margin-bottom: 20px;
}

.index-row1 .item {
  float: left;
  width: 27%;
  margin-right: 1%;
}

.index-row1 .item .inner {
  box-shadow: 0 0 43px #ccc;
  /* background:url(../images/inner-bg1111.png) center; */
  width: 100%;
  height: 370px;
}

.index-row1 .item .pic {
  position: relative;
  height: 120px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 43px #ccc;
}

.index-row1 .item .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .item .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .item .pic .tit {
  position: absolute;
  left: 50%;
  margin-left: -68px;
  top: 50%;
  margin-top: -25px;
  width: 136px;
  height: 51px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: url(../images/opacity1.png) no-repeat;
z-index:11;
}

.index-row1 .item .list {
  margin: 10px 15px;
}

.index-row1 .item .list li {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 15px;
  line-height: 40px;
  background: url(../images/dote3.png) left 24px no-repeat;
    height: 40px;
    overflow: hidden;
}

.index-row1 .item .list a {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-row1 .item .list p {
  font-size: 12px;
  color: #999;
}

.index-row1 .item .more {
  text-align: center;
  padding-bottom: 10px;
}

.index-row1 .item .more a {
  display: inline-block;
  width: 50px;
  padding-left: 5px;
  padding-right: 25px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: url(../images/more2.png) no-repeat;
}

.index-row1 .item .inner:hover {
  background: url(../images/bg1.png) bottom center no-repeat;background-size: 100%;
}

.index-row1 .item .inner:hover .list li {
  border-bottom-color: #fff;
  background: url(../images/dote3-on.png) left 22px no-repeat;
}

.index-row1 .item .inner:hover .list a {
  color: #fff;
}

.index-row1 .item .inner:hover .list p {
  color: #fff;
}

.index-row2 {
  padding-top: 13px;
  background: url(../images/r2-bg.jpg) center center no-repeat;
  height: 360px;
  position: relative;
}
.index-row2 .slide{    margin-top: 20px;}
.index-row2 .slide .hd {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;   
}

.index-row2 .slide .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) no-repeat;
}

.index-row2 .slide .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.index-row2 .slide .bd ul {
  margin: 0 -20px;
}

.index-row2 .slide .bd li {
    margin: 0 15px;
    float: left;
    width: 176px;
    text-align: center;
    height: 150px;
}

.index-row2 .slide .bd li .pic {
  margin-bottom: 5px;
  transition: all ease .2s;
}

.index-row2 .slide .bd li p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.index-row2 .slide .bd li:hover .pic {
  transform: rotate(180deg);
}
.index-row3{padding: 20px 0;}
.index-row3 .main-tit {
  color: #434343;
  border-bottom-color: #e0e0e0;
}

.index-row3 .main-tit:after {
  background: #b5e136;
}

.index-row3 .slide {
 position: relative;
}

.index-row3 .slide .bd{overflow:hidden;}

.index-row3 .slide .bd li {
    float: left;
    position: relative;
    width: 262px;
    margin-right: 40px;
    margin-left: 5px;
}

.index-row3 .slide .bd li .pic {
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 200px;
  /*border-radius: 50%;*/
  overflow: hidden;
}

.index-row3 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row3 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row3 .slide .bd li .text {
  text-align: center;
  padding: 70px 20px 0;
}
.index-row3 .slide .bd li .text p{height:28px;}

.index-row3 .slide .bd li .text h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.index-row3 .slide .bd li .text p {
  line-height: 28px;
  color: #999;
}

.index-row3 .slide .bd li .text .line {
  height: 4px;
  width: 44px;
  background: #2a5f00;
  margin: 12px auto;
  border-radius: 2px;
}

.index-row3 .slide .bd li .text .more a {
  margin: 0 10px;
}

.index-row3 .slide .bd li .yhlg:hover {
  background: #8dcb5d;
  color: #fff;
}

.index-row3 .slide .bd li .yhlg:hover a {
  color: #fff;
}

.index-row3 .slide .bd li .yhlg:hover .text p {
  color: #fff;
}

.index-row3 .slide .bd li .yhlg:hover .text .line {
  background: #fff;
}

.index-row3 .slide .prev{
    position: absolute;
    left: -60px;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/zhuanjia-prev.png) no-repeat;
    transform: translateY(-50%);
    }
.index-row3 .slide .next{
    position: absolute;
    right: -60px;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/zhuanjia-next.png) no-repeat;
    transform: translateY(-50%);
    }





.index-row4 {
  height: 255px;
  background: url(../images/bg3.jpg) center center no-repeat;
}

.index-row4 .main-tit {
  border-bottom-color: #b8d1a3;
}

.index-row4 .list {
  margin-top: 27px;
}

.index-row4 .list ul {
  margin: 0 -25px;
}

.index-row4 .list li {
  float: left;
  width: 25%;
}

.index-row4 .list li a {
  display: block;
  margin: 0 25px;
  overflow: hidden;
}

.index-row4 .list li a img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4 .list li a:hover img {
  transform: scale(1.1);
}

.index-row4 .list li a img {
  width: 100%;
}

.index-row5 {
  margin: 50px 0;
}

.index-row5 .tit {
  height: 26px;
  line-height: 26px;
  padding-bottom: 7px;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}

.index-row5 .tit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  border-radius: 2px;
  background: #4c9565;
}

.index-row5 .tit h6 {
  font-size: 24px;
  color: #464646;
}

.index-row5 .tit .more {
  float: right;
  width: 50px;
  padding-left: 5px;
  padding-right: 25px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: url(../images/more2.png) no-repeat;
}

.index-row5 .c1 {
  float: left;
  width: 575px;
}

.index-row5 .c1 .main-list li {
  padding-left: 32px;
  background: url(../images/dote1.png) left center no-repeat;
}

.index-row5 .c2 {
  float: right;
  width: 575px;
}

.index-row5 .c2 .main-list li {
  padding-left: 32px;
  background: url(../images/dote2.png) left center no-repeat;
}

.index-row6 {
  /*background: #cee6bc;*/
  padding: 20px 0;
}

.index-row6 .main-tit {

    color: #434343;
    border-bottom-color: #e0e0e0;
}
.index-row6 .main-tit:after {
    background: #b5e136;
}
.index-row6 .list {
  margin-top: 20px;
}

.index-row6 .list ul {
  margin: 0 -25px;
}

.index-row6 .list li {
  float: left;
     width: 25%;
}

.index-row6 .list li a {
  overflow: hidden;
  display: block;
  margin: 0 5px;
}

.index-row6 .list li a img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row6 .list li a:hover img {
  transform: scale(1.1);
}

.index-row6 .list li a img {
  width: 100%;
}

.footer {
  background: #333333;
  color: #fff;
  padding: 25px 0;
  line-height: 30px;
  font-size: 14px;
}

.footer .c1 {
  float: left;
}

.footer .c2 {
  float: left;
  line-height: 30px;
  margin-left: 15px;
  margin-top: 10px;
}

.footer .c3 {
  float: right;
  margin-top: 20px;
}

.inner-banner {
  position: relative;
  margin-bottom: 10px;
min-width:1200px;
margin:0 auto;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
max-height:280px;
}

.inner-page {
  margin: 50px 0;
}

.inner-page .leftbar {
  float: left;
  width: 255px;
}

.inner-page .leftbar .tit {
  padding-left: 25px;
  height: 80px;
  background: url(../images/leftbar-tit.png) 80% center no-repeat #6ba53e;
}

.inner-page .leftbar .tit h6 {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding-top: 12px;
}

.inner-page .leftbar .tit .line {
  width: 26px;
  height: 1px;
  background: #fff;
}

.inner-page .leftbar .list {
  border: 1px solid #d8d8d8;
  border-top: none;
  border-left: 6px solid #6ba53e;
  padding: 20px 20px 80px;
}

.inner-page .leftbar .list dl {
  border-bottom: 1px solid #d8d8d8;
}

.inner-page .leftbar .list dl dt {
  line-height: 58px;
  padding-left: 38px;
  font-size: 18px;
  background: url(../images/dote4.png) 15px center no-repeat;
}

.inner-page .leftbar .list dl dd {
  border-top: 1px solid #d8d8d8;
  padding: 10px 10px 10px 40px;
}

.inner-page .leftbar .list dl dd li {
  line-height: 30px;
  padding-left: 18px;
  background: url(../images/dote6.png) left center no-repeat;
  padding-left: 17px;
  font-size: 15px;
}

.inner-page .leftbar .list dl dd li a {
  display: block;
}

.inner-page .leftbar .list dl dd li.on {
  background: url(../images/dote6-on.png) left center no-repeat;
}

.inner-page .leftbar .list dl dd li.on a {
  color: #6ba53e;
}

.inner-page .leftbar .list dl.on dt {
  font-weight: bold;
  position: relative;
}

.inner-page .leftbar .list dl.on dt a {
  color: #6ba53e;
}

.inner-page .leftbar .list dl.on dt:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 5%;
  width: 6px;
  height: 90%;
  background: #b3e58a;
}

.inner-page .right-con {
  float: right;
  width: 910px;
}

.inner-page .right-con .right-con-tit {
  border-bottom: 1px solid #6ba53e;
}

.inner-page .right-con .right-con-tit h6 {
  line-height: 2;
  font-size: 24px;
  float: left;
  border-bottom: 3px solid #6ba53e;
}

.inner-page .right-con .right-con-tit .bread {
  float: right;
  padding-left: 20px;
  color: #555555;
  margin-top: 15px;
  font-size: 14px;
  padding-left: 20px;
  background: url(../images/pst.png) left center no-repeat;
}

.inner-page .right-con .right-con-tit .bread a {
  color: #555555;
}

.inner-page .right-con .right-con-tit .bread span {
  margin: 0 5px;
}

.inner-page .right-con .main-text-list {
  margin-top: 10px;
}

.inner-page .right-con .main-text-list li {
  line-height: 60px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 37px;
  background: url(../images/dote5.png) 7px center no-repeat;
}

.inner-page .right-con .main-text-list li span {
  float: right;
  color: #999;
}

.inner-page .right-con .main-text-list li a {
  display: block;
  margin-right: 100px;
  font-size: 16px;
}

.inner-page .right-con .main-pic-list {
  margin: 20px 0;
}

.inner-page .right-con .main-pic-list ul {
  margin: 0 -17px;
}

.inner-page .right-con .main-pic-list li {
  float: left;
  width: 33.3%;
}

.inner-page .right-con .main-pic-list li a {
  display: block;
  margin: 17px;
}

.inner-page .right-con .main-pic-list li a .pic {
  height: 158px;
  overflow: hidden;
}

.inner-page .right-con .main-pic-list li a .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-pic-list li a .pic:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-pic-list li a .text {
  line-height: 50px;
  text-align: center;
  background: #6ba53e;
  color: #fff;
  font-size: 16px;
}

.inner-page .right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.inner-page .right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #6ba53e;
}

.inner-page .doctor-list {
  margin-top: 40px;
}

.inner-page .doctor-list ul {
  margin: 0 -16px;
}

.inner-page .doctor-list li {
  float: left;
  width: 50%;
}

.inner-page .doctor-list li a {
  position: relative;
  display: block;
  border: 1px solid #e4e4e4;
  margin: 26px 16px;
  padding: 20px 23px;
}

.inner-page .doctor-list li a .pic {
  position: absolute;
  width: 125px;
  left: 23px;
  bottom: 20px;
}

.inner-page .doctor-list li a .pic img {
  width: 100%;
}

.inner-page .doctor-list li a .text {
  margin-left: 150px;
}

.inner-page .doctor-list li a .text h6 {
  font-size: 16px;
}

.inner-page .doctor-list li a .text .desc {
  margin: 20px 0 10px;
  font-size: 13px;
  line-height: 24px;
  height: 72px;
}

.inner-page .doctor-list li a .text .more {
  text-align: right;
  line-height: 1;
}

.inner-page .doctor-list li a:hover {
  color: #fff;
  background: url(../images/bg4.jpg) no-repeat;
  border: 1px solid transparent;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  color: #6ba53e;
  font-size: 22px;
  margin-bottom: 20px;
}

.inner-page .detail .sub-tit {
  font-size: 17px;
  text-align: center;
  margin: 10px 0;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e8e8;
}

.inner-page .detail .infor span {
  color: #777777;
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
text-align: justify;
    text-justify: distribute;
}

.inner-page .detail .detail-pages {
  padding-top: 20px;
  border-top: 1px solid #e9e8e8;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 34px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages a:hover {
  color: #6ba53e;
}

/* 科室介绍页 */
.inner-page .right-con .main-pic-list .ksjs li a{height:190px;width:280px;border:1px solid #ccc;}
.inner-page .right-con .main-pic-list .ksjs li a .pic{width:81px;height:81px;margin:0 auto;padding-top:27px;}
.inner-page .right-con .main-pic-list .ksjs  li a .text{line-height:24px;font-size:16px;color:#444444;margin-top:10px;background:none;}
.inner-page .right-con .main-pic-list .ksjs li a:hover{background-color:#6ba53e;}
.inner-page .right-con .main-pic-list .ksjs li a:hover .text{color:#fff;}
.inner-page .right-con .main-pic-list .ksjs li a .pic:hover img {
    transform: scale(1);
}


/* 专题栏目 */
.inner2{
    /* background:url(../images/inner-bg1111.png) center; */
  width: 100%;
    height: 370px;
    box-shadow: 0 0 43px #ccc;
    }
.inner2 .zhuanti ul{display:block;margin-top: 17px;padding: 0 5px;overflow: hidden;margin-bottom: 10px;border-bottom: 1px solid #d9d9d9;}
.inner2 .zhuanti ul li{
   width: 89px;
   height: 80px;
   margin-bottom: 18px;
   background: url(../images/zt-bg.png) no-repeat;
}
.inner2 .zhuanti ul li.fl{float:left;}
.inner2 .zhuanti ul li.fr{float:right;}
.inner2 .zhuanti ul li img{display:block;margin: 4px auto;/* padding-top: 10px; */}
.inner2 .zhuanti ul li p{font-size:15px;color:#fff;text-align:center;}




/* 首页大图 */