@CHARSET "UTF-8";
body {
    padding-top: 44px;
    background: #f0f0f0;
}

body.body-white {
    background: #fff;
}
a:hover{
    text-decoration: none;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*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;
}

.header {
    background: url(../images/bg.png)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 40px 0px;
    max-height: 700px;
}
.index_logo {
    width: 320px;
    height: 90px;
    margin: 30px auto 0 auto;
}
.index_logo img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.search{
    margin-top: 20px;
}
.sear_top {
    height: 25px;
    margin-bottom: 12px;
}
.sear_top a {
    display: block;
    line-height: 28px;
    border-radius: 2px;
    float: left;
    font-weight: 600;
    padding: 0 14px;
    color: #344C7C;
    position: relative;
}
.sear_top a.active{
    background: #344C7C;
    color: #FFF;
}
.sear_center{
    margin-bottom: 80px;
}
.p-0{
    padding: 0!important;
}
.server-header{
    color: #333;
    margin-top: 0;
    margin-bottom: 0px;
}
.server_content .link a{
    color: #868686;
    line-height: 14px;
    font-size: 12px;
    display: inline-block;
}
.server_img {
    padding-left: 0;
}
.server_img img{
    width: 74px;
    height: auto;
    vertical-align: middle;
    text-align: right;
}
.product_title{
    padding-top: 20px;
}
.our_service_C {
    color: #012c58;
    font-size: 26px;
    font-weight: 400;
    padding-right: 10px;
}
.our_service_E {
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
    color: #a9a9a9;
    font-weight: 100;
    font-weight: lighter\9;
}
.border_top2 {
    background: url(../images/index_titleborder2.png) center bottom no-repeat;
    height: 15px;
    margin: 0 auto 5px;
}
.service_block{ margin:40px 10px 0 10px;}
.service_box{ width:322px; float:left; text-align:center}
.service_box .ser_up{ margin:1px 0px 40px 0px; height:222px; position:relative; overflow:hidden; background-size:contain;}
.service_box .ser_up .title, .ser_info, .icon_service{ -webkit-transition: all .3s ease 0s; -ms-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; transition: all .3s ease 0s;position:absolute; left:0;}
.icon_service{ display: none; z-index:99; height:179px; width:100%; background-repeat:no-repeat; background-position:center center;}
.ser_info{ height:30px; left:0; right:0; padding:15px 20px; padding-top:35px; text-align:left; color:#fff; font-size:12px; line-height:15px; top:262px; display:block;}
.service_box .ser_up .title{  height:60px; left:0;width: 100%;
    background:url(http://www.wanfangdata.com.cn/page/images/ser_upBG.png);
    background-repeat-y: no-repeat;
    padding:10px 10px;  text-align:left; color:#fff;
    font-size:14px; line-height:18px; top:170px;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; transition: all .3s ease 0s;}
.service_box .ser_up p{ font-size:16px; text-align:center;}
.service_box .ser_up:hover{ box-shadow: 6px 6px 30px #666;}
.service_box .ser_up:hover .title{
    text-align:center; font-size:20px; bottom:0;top:0;
    height:222px; line-height:30px; padding-top:33px;
    background:url(http://www.wanfangdata.com.cn/page/images/ser_uphoverBG.png);
}
.service_box .ser_up:hover .ser_info{ display:block; top:57px; padding-top:72px}
.service_box .ser_up:hover .icon_service{ width:100%; height:100px; *height:120px;*top:-40px;  background-size:contain; -webkit-transition: all .3s ease 0s; -ms-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; transition: all .3s ease 0s;}
.box1{ background: url(http://www.wanfangdata.com.cn/page/images/service_check.jpg) no-repeat center center; }
.box2{ background: url(http://www.wanfangdata.com.cn/page/images/service_check.jpg) no-repeat center center; }
.box3{ background: url(http://www.wanfangdata.com.cn/page/images/service_check.jpg) no-repeat center center; }
.box4{ background: url(http://www.wanfangdata.com.cn/page/images/service_check.jpg) no-repeat center center; }
.box5{ background: url(http://www.wanfangdata.com.cn/page/images/service_check.jpg) no-repeat center center; }
.box6{ background: url(http://www.wanfangdata.com.cn/page/images/service_check.jpg) no-repeat center center; }
.box7{ background: url(http://www.wanfangdata.com.cn/page/images/service_check.jpg) no-repeat center center; }

/*服务 滚动css*/
.track { width: 100%; position: relative; }
.view-port, .track .inner { width: 1092px; }
.view-port { overflow: hidden; position: relative; }
.track .inner { position: relative; margin: auto;  padding: 10px; border-radius: 4px; }
.track a.prev, .track a.next { display: block; position: absolute; top:10px; width: 36px; height: 220px; background: url("http://www.wanfangdata.com.cn/page/images/arrows.png") no-repeat  #344c7c;-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.track a.prev.disabled, .track a.next.disabled { background-color:#f2f2f2; cursor:default}
.track a.prev { left: 0; background-position: -20px center}
.track a.prev:hover,.track a.next:hover{ background-color:#1364b1; }
.track a.prev:active { background-position: -22px center }
.track a.next { right: 0; background-position:-70px center; }
.track a.next:active { background-position:-68px center; }
.track a.prev.disabled:hover, .track a.next.disabled:hover,.track a.prev.disabled:active, .track a.next.disabled:active{background-color:#f2f2f2;}
.slider-container { position: relative; margin: 0; padding: 0; height:222px; margin-bottom:40px;}
.slider-container .item { position: absolute; width: 322px; height: 222px; margin:0 21px; margin-bottom: 16px; }
.slider-container .item img { width:322px; height:222px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid white; }
.slider-container .item .ser_new{width:79px;height: 79px;position:absolute;bottom:0;border:none;right:0;background-position:0 -62px;}
.slider-container .item p { padding: 0; margin: 0; }

.Selections .Selections{ padding-top:30px;}
.Selections .container{ padding-bottom:30px;}
.Selections .title{ overflow: hidden; line-height:60px; height:60px;}
.Selections .title span{ float:right; margin-right:30px; height:50px;}
.Selections .title strong{ font-size:20px; color:#484848; font-weight:bold;}
.selections_list li{ background:url(../images/selections_list.png) no-repeat 0 15px; padding:3px 42px 3px 22px; line-height:28px; width:98%;/*width: 360px;*/display:inline-block;/*overflow: hidden;text-overflow: ellipsis; white-space: nowrap;*/ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.selections_list li a{ }
.selections_list li a.icon_miner_a{ width:auto; }
.literature{ width:65%; float:left}

.words{ width:30%; float:right;}
.binding .title{ margin-right:39px;}
.binding_list li{ float:left; width:50%;}
.binding_list li h4{ font-size:16px; font-weight:bold; padding-right:39px; margin-bottom:10px; margin-top:10px;height: 26px; line-height:26px; overflow:hidden;}
.binding_list li p{ color:#484848; padding-right:39px; margin-bottom:5px; line-height:20px;height: 63px;overflow: hidden;}
.binding_list li span{ display:block; margin-bottom:25px;}
/*-- gallery --*/
.gallery-grids figure { position: relative; float: left; overflow: hidden; text-align: center;}
.gallery-grids figure img { position: relative; display: block;}
figcaption p { font-size:12px; margin: 0 auto; line-height:24px; }
.gallery-grids figure figcaption { color: #fff; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {pointer-events: none;}
.gallery-grids figure figcaption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
figure.effect-bubba:hover img { opacity: 0.2; }
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
figure.effect-bubba h4 { padding-top: 26%; font-size: 1.2em; color:#99012C; -webkit-transition: transform 0.35s; -moz-transition: transform 0.35s; -o-transition: -o-transform 0.35s; -ms-transition: -ms-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0, -20px, 0); -moz-transform: translate3d(0, -20px, 0); -o-transform: translate3d(0, -20px, 0); -ms-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); opacity:0; }
figure.effect-bubba h4.hjk { padding-top: 15% !important; }
figure.effect-bubba p { font-family: 'Open Sans', sans-serif; padding: 12px 40px; font-size:12px; color:#000000; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; -moz-transition: opacity 0.35s, -moz-transform 0.35s; -o-transition: opacity 0.35s, -o-transform 0.35s; -ms-transition: opacity 0.35s, -ms-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0, 20px, 0); -moz-transform: translate3d(0, 20px, 0); -o-transform: translate3d(0, 20px, 0); -ms-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba:hover h4, figure.effect-bubba:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.gallery { padding:5em 0; }
.gallery-grids { margin: 0em 0 0; }
.gallery-grid { float:left; width:25%; }
.gallery-grid img { padding:.5em; border:1px dotted #000; width:301px\0; *width:285px; width:285px;
}
.gallery-grid1 { position:relative\0; *position:relative
}
.gallery-grid1 .b-link-stripe .effect_nr { display: none\0; *display:none;}
.gallery-grid1:hover .b-link-stripe .effect_nr { display:block\0; *display:block;
    *position:absolute;
    position:absolute\0; float:left\0; *float:left;
    width:301px\0; *width:285px;
    bottom:0\0; padding:15px\0; *padding: 15px;
    background:url(../images/tm.png)\0; *background:url(../images/tm.png);
    *margin-top:-74%;
}
.gallery-grid1:hover .b-link-stripe .effect_nr h4 { padding:10px 0\0; *padding:10px 0; *padding:0 40px; *width:220px; padding:0 40px\0; width:220px\0;
    color:#99012C\0; *color:#99012C;
}
.gallery-grid1:hover .b-link-stripe .effect_nr p { color:#333\0; *color:#333; *padding:0 40px; *width:220px; *padding:0 40px; *width:220px;padding:0 40px\0; width:220px\0;
    line-height:24px\0; *line-height:24px;
    font-size:12px\0; *font-size:12px;
}
/*-- //gallery --*/

.link_bj {background:#f5f5f5; padding:10px 0; float:left; margin-top:20px;margin-bottom: 20px; }
.index_link { width:100%;padding: 10px;}
.index_link span { font-size:16px;font-weight:400;line-height:24px;  }
.index_link a{color: #666666;padding: 0px 10px;display: inline-block}
.footer{background: #f5f5f5;padding: 20px;}
		