@CHARSET "UTF-8";
*{
    margin:0;
    padding:0;
}
body {
    font-family: 微软雅黑;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color:#333;
    background:#fff;
    position:relative;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
    margin:0 0 10px;
    font-family: 微软雅黑;
    font-weight:700;
}
p {
    margin:0;
    color:#555;
}
a {
    text-decoration: none;
    transition: all 0.4s ease;
}
img{
    max-width: 100%;
    vertical-align: middle;
    border:0;
}
a:hover,
a:focus  {
    color: #fff;
    outline: none;
    text-decoration: none;
    background:none;
}
input:hover,
input:focus{
    outline:none;
}
body.body-white {
    background: #fff;
}
ul, ol, li{
    margin: 0;
    padding: 0;
    list-style:none;
}
.header-top{
    width: 100%;
    background: url(../images/header_bg.png?eeee);
    height: 181px;
}
.header-top .logo{
    position: relative;
    display: inline-block;
    outline: none;
}
.navbar {
    min-height: 50px;
    height: 50px;
    margin: 0;
}
.navbar-fixed-top {
    width: 100%;
    background-color: #245399;
    z-index: 999;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-default .navbar-nav>li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.navbar-default .navbar-nav>li:hover:after{
     width: 100%;
 }
.navbar-default .navbar-nav>li>a {
    text-decoration: none;
    height: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
}
.navbar-default .navbar-nav>li:hover> a{
    color: #FFF;
}
.navbar-default .navbar-nav>.active>a {
    color: #FFF;
}
.navbar-form {
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-nav>li>.dropdown-menu {
    left: -10%;
    min-width: auto;
    width: 120%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 0 10px;
    clear: both;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}

#navToggle{
  display: none;
}
.header-mobile-logo{
  display: none;
  float:left;
}
.header-mobile-nav{
  position: fixed;
  top: 0px;
  box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  top: 0;
  transform: translateX(100%);
  display: none;
}
.header-mobile-nav.open{
  transform: translateX(0);
}
.header-mobile-nav .top{
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}
.header-mobile-nav .top .closed{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float:right;
  cursor: pointer;
}
.header-mobile-nav .logo{
  width: 100%;
  margin:0 auto;
}
.header-mobile-nav .logo img{
  height: 50px;
  display: block;
  margin:30px auto;
}
.header-mobile-nav .ul{
  margin-top: 30px;
}
.header-mobile-nav .ul li{
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  opacity: 0;
}
.header-mobile-nav.open .ul li{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-mobile-nav .ul li:nth-child(1) {
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.header-mobile-nav .ul li:nth-child(2) {
  -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.header-mobile-nav .ul li:nth-child(3) {
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.header-mobile-nav .ul li:nth-child(4) {
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.header-mobile-nav .ul li:nth-child(5) {
  -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.header-mobile-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.header-mobile-nav .ul li a{
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 50px;
  width: 100%;
}
.header-mobile-nav .ul li .dropdown-menu{
  display: none;
}
.header-mobile-nav .ul li .dropdown-menu a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.header-mobile-nav .ul li .dropdown-menu a:last-child{
    border-bottom: 1px solid #f5f5f5;
}
.header-mobile-nav .ul li.dropdown.open .dropdown-menu{
    display: block;
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    float: inherit;
}
.header-mobile-nav .ul li.dropdown.open .dropdown-menu li {
    padding: 0;
    border: none;
}
.header-mobile-nav .ul li.dropdown.open .dropdown-menu li a {
    padding: 0 0 0 20px;
    text-align: left;
}
/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.category-list ul{
    padding-top: 10px;
}
.category-list li{
    height: 60px;
    background: #F7F7F7 url(../images/dot_black.png) no-repeat 30px center;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left:50px;
    color:#333;
    font-size: 18px;
    cursor: pointer;
}
.category-list li.active {
    background: #295498 url(../images/dot_white.png) no-repeat 30px center;
    color:#FFF;
}
.category-list li.active:hover {
    background: #295498 url(../images/dot_white.png) no-repeat 30px center;
    color:#FFF;
}
.category-list li:hover{
    background: #DADADA url(../images/dot_black.png) no-repeat 30px center;
}
.category-list li.active a {
    color:#fff;
}
.category-list li a {
    color:#333;
}
.category-title{
    background: url(../images/list_bg.png) no-repeat left center;
    height: 60px;
    color: #FFF;
    font-size: 20px;
    /* font-weight: bold; */
    padding: 18px 34px;
}
.article-list li{
    border-bottom: #E1E1E1 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.article-list .title{
    font-size: 18px;
    font-weight: bold;
    color:#333;
}
.article-list .abstract{
    color: #7A7A7A;
    line-height: 30px;
    height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 100px;
    padding-top: 20px;
}
.article-list .date{
    color: #7A7A7A;
    text-align: right;
}
.article-detail h3{
    text-align: center;
}
.article-detail .line{
    border-bottom: #E1E1E1 solid 1px;
    padding-bottom: 10px;
    margin-top:20px;
    margin-bottom: 20px;
    text-align: center;
    color:#7A7A7A;
    font-size: 18px;
}

.article-detail .content img{
    text-align: center;
	width: auto !important;
	height: auto !important;
}

.article-detail .content p {
    line-height: 2em;
}
.btn-print{
    text-align: right;
    line-height: 40px;
    margin: 25px 0px;
    padding-right: 10px;
    background-color: #F1F1F1;
    cursor: pointer;
}
.category-menu-container {
    padding:10px 0;
    display: none;
}
.category-menu-container ul li{
    background:#ddd !important;
    text-align: center;
    padding:5px 0;
}
.category-menu-container ul li a{
    color:#333;
    font-size: 16px;
}
.category-menu-container .active-nav a{
    color:#FFF;
}

.section-w, .section-g{
    padding:10px 0 !important;
}
.section-friend-link{
    background-color: #769EDA;
    text-align: center;
    padding: 30px 0;
}
.section-friend-link span{
    color:#FFF;
    font-size:16px;
}
.section-friend-link a{
    color:#FFF;
    font-size: 16px;
    margin:0 10px;
    display: inline-block;
}
.section-friend-link a:hover {
    color: #ccc;
}
.breadcrumb-container{
    padding:20px 0 !important;
    background-color: #EDEDED;
    margin-bottom: 30px;
}
.breadcrumb{
    background-color: #EDEDED;
    margin:0;
    padding:0;
}
.breadcrumb li a{
    color:#333;
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb > li + li:before {
    color: #333;
    content: ">> ";
    padding: 0 5px;
}
.breadcrumb li.active a{
    color:#CD000C;
}


.section-footer{
    background-color: #285497;
    text-align: center;
    color:#FFF;
    font-size:16px;
}
.section-footer a{
    color:#FFF;
    font-size: 16px;
    line-height: 60px;
}

@media screen and (max-width: 992px){
    .navbar-fixed-top {
        background: #fff;
    }
    .header-top{display: none;}
    .header-mobile-logo{
        display: block;
        padding: 5px 0 0 15px;
    }
    .header-nav #navToggle {
        height: 100%;
        padding: 5px 15px 0;
        display: inline-block;
        float: right;
    }
    .header-nav #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }
    .header-nav #navToggle span:before,
    .header-nav #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
    .header-nav #navToggle span,
    .header-nav #navToggle span:before,
    .header-nav #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }
    .header-nav #navToggle span:before {
        top: 8px;
    }
    .header-nav #navToggle span:after {
        bottom: 10px;
    }
    .header-nav #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
    .header-nav #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .header-nav #navToggle.open span {
        background: none;
    }
    .header-nav #navToggle.open span:before,
    .header-nav #navToggle.open span:after {
        background: #4f4f4f;
    }
    .header-nav .nav{
        display: none;
    }
    .header-mobile-nav{
        display: block;
    }

    .category-menu-container{
        display: block !important;
    }

    .breadcrumb-container{
        padding:10px 0 !important;
        margin-bottom: 0;
    }
    .category-list{
        display: none;
    }
}

.ex_img img{
    padding:1px;
    border:1px solid #ccc;
}
.ex_img_con h2{
    background:url(../images/keshifenlei_bg.gif) no-repeat;
    height:35px;
    line-height:35px;
    color:#FFF;
    padding-left:10px;
    font-size: 15px;
}
.ex_img_con{
    line-height:28px;
    color: #1253ad;
}
.yisheng,.ab_con_table{
    margin-top:20px;
}
.yisheng h1{
    font-size:14px;
    color:#F00;
}

.excimer_list_title {
    background: url(../images/icon_bj.jpg) no-repeat;
    width: 73px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
