

.header .member{float: right; font-size: 14px; text-align: right; padding-top: 10px; padding-right: 38px; color: #ccc;}
.header .member .reg{margin: 0;}
.header .member .reg a{padding: 0 5px;}
.header .member .tel{font-size: 35px;font-family: fantasy; letter-spacing: 2px;font-style: normal; line-height: 95px; color: orangered; display: block;text-shadow: 0px 1px 0px #000;}

.searchBar{position: absolute; top: 185px; padding-top: 20px; background: rgba(255,255,255,0.75); float: left; box-shadow: 0 3px 5px rgba(0,0,0,0.25); height: 80px;}
.searchBar>ul{width: 1120px !important; margin: auto;}
.searchBar>ul>li{float: left;}
.searchBar>ul>li>input.input{height: 40px; width: 400px; padding: 0 10px; border: 1px solid #e3e3e3;box-sizing: content-box;}
.searchBar>ul>li>.select{height: 40px; width: 126px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; border-left: 0;border-right: 0; box-sizing: content-box;}
.searchBar>ul>li>button.button{height: 38px; width: 130px; color: white; font-size: 14px; border: 1px solid #ff8740;box-sizing: content-box; background: #FF4500;}
.searchBar>ul>li :focus{outline:none;box-shadow: inset 0px -15px 13px -15px rgba(99, 99, 99, 0.4);}
.searchBar>ul>li>button.button:active{background: #ff5300; border: 1px solid #ff7e40;}
.searchBar>ul>li.hotkey{line-height: 42px; height: 40px; padding-left: 15px; width: 420px; overflow: hidden;}
.searchBar>ul>li.hotkey a{white-space:nowrap;}

  .title2{width: 1200px; margin: auto;}
  .searchBar1{}
.searchBar1>ul{}
.searchBar1>ul>li{float: left;}
.searchBar1>ul>li>input.input{height: 30px; width: 200px; padding: 0 10px; border: 1px solid #e3e3e3;box-sizing: content-box;}
.searchBar1>ul>li>button.button{height: 28px; width: 60px; color: white; font-size: 14px; border: 1px solid #ff8740;box-sizing: content-box; background: #FF4500;}
.searchBar1>ul>li :focus{outline:none;box-shadow: inset 0px -15px 13px -15px rgba(99, 99, 99, 0.4);}
/*ckplayer右键*/
.menuchepadbqufvb{z-index: -1;}

.navbg{position: absolute;background: url(../images/navbg.jpg) center center no-repeat #a40007;  background-size: cover; height: 60px; opacity: 0.8;z-index: 999;width: 100%;}

.banner-fixed{width: 1120px; height: 650px; margin: auto;}
.banner-fixed>div{width: 500px;height: 375px; float: left;margin-top: 206px; background: rgba(255,255,255,0.75); box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.2);z-index: 9; position: absolute;}
.banner-fixed>div{position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    width: 400px;
    height: 300px;}
.banner-fixed>div .video{width: 500px; height: 375px;}
.banner-fixed>div .video{width: 360px;
    height: 217px;}
.banner-fixed .notice{line-height: 2; font-size: 16px; padding:12px 20px 0 20px;}
.banner-fixed .notice>h3{border-bottom: 2px solid #ddd; color: #a64b00;}
.banner-fixed .notice>h3>img{height: 38px;vertical-align: sub;}
.banner-fixed .notice .close{    font-size: 40px;
    font-weight: normal;}


.scrollbar-1{text-indent: 2em; padding-right: 10px; text-align: justify;height:205px;margin-top: 15px; overflow-y: auto; overflow-x: hidden;}
.scrollbar-1 .date{font-style: normal; padding-left: 15px;}
.scrollbar-1::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

.scrollbar-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
        background: rgba(0,0,0,0.3);
    }

.scrollbar-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
        border-radius: 10px;
        background: rgba(0,0,0,0.1);
}

/*.banner {
    width: 100%;
    height: 650px;
    background: url(../images/banner1.jpg) center no-repeat;
}*/

/*banner背景*/

.banner {
    width: 100%;
    height: 650px;
    /*background-color: aqua;*/
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    /*z-index: -1;*/
}

.banner .imgbox {
    width: 100%;
    height: 650px;
    position: relative;
    background: url(../images/banner.jpg) center no-repeat;background-size: cover;
    overflow: hidden;
}

.banner  .img {
    width: 100%;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: none;
    /*left: 50%;*/
    /*margin-left: -683px;*/
}

.banner .im {
    display: block;
}

.banner .change {
    height: 100px;
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 0.4;
    transition: 0.4s;
    top: 50%;
    margin-top: -50px
}

.banner .change:hover {
    opacity: 1;
}

.banner .pre {
    left: 1%;
}

.banner .next {
    right: 1%;
}

.banner .cirbox {
    width: 88px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
    left: 50%;
    margin-left: -44px;
    cursor: pointer;
}

.banner .cir {
    width: 12px;
    height: 12px;
    background-color: white;
    opacity: 0.4;
    float: left;
    border-radius: 6px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.banner .cir:hover {
    background-color: cyan;
    transition: 0.8s;
}

.banner .cr {
    opacity: 1;
}

.banner .cr:hover {
    background-color: white;
}
.header.small {
    height: 500px;
}
.banner.small {
    height: 500px;
}

.banner.small .imgbox {
    height: 500px;
}

.banner.small  .img {
    height: 500px;
}
.banner-fixed.small{height: 500px;}
.banner-fixed.small>div{display: none;}
.header .nav {
    /*height: 130px;*/
    /*background: rgba(255, 255, 255, 0.8);*/
    z-index: 999;
    width: 100%;
}
#navbox{position: absolute;}
.header .nav.opacity1{
    background: rgba(255, 255, 255, 1);box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.header .nav>ul {
    width: 1200px;
    margin: 0 auto;
}
.header .nav>ul>div#nav{
    height: 63px;
}
.header .nav>ul>div#nav>li {
    float: left;
    font-size: 18px;
    font-weight: normal;
    width: 12.5%;
    color: #ffffff;
    line-height: 60px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.header .nav>ul>div#nav>li a {
    color: #ffffff;
    display: block;
}

.header .nav>ul>div#nav>li:hover {
    background: rgba(0, 0, 0, 0.15);
    /*border-bottom: 3px solid #b50009;*/
    /*color: #b50009;*/
}
.header .nav>ul>div#nav>li:hover a {
    /*background: rgba(0, 0, 0, 0.25);*/
    color: #ffffff;
}

.header .nav>ul>div#nav>li>ul {
    position: absolute;
    display: none;
    opacity: 0;

}

.header .nav>ul>div#nav>li:hover>ul {
    width: 100%;
    display: block;
    /*top: 63px;*/
    font-weight: normal;
    animation: hideIndex 0.5s;
    -moz-animation: hideIndex  0.5s; /* Firefox */
    -webkit-animation: hideIndex  0.5s; /* Safari and Chrome */
    -o-animation: hideIndex  0.5s; /* Opera */
    opacity: 1;
}


@keyframes hideIndex{
    /*<!--具体细节自己可以调整-->*/
    0%{ opacity: 0; transform: translate(0,-80px) }
    100%{opacity: 1; transform: translate(0, 0) }
}
.header .nav>ul>div#nav>li>ul>li {
    background: rgba(181, 0, 9, 0.81);
    width: 100%;
    line-height: 45px;
}

.header .nav>ul>div#nav>li>ul>li:hover {
    background: rgba(150, 0, 9, 0.81);
}

.header .nav>ul>div#nav>li>ul>li a {
    color: white;
    font-size: 15px;
}
.header .nav>ul>div#nav>li:hover>ul>li a {
    color: white;
    font-size: 15px;
}

.header .nav>ul>div#nav>li>ul>li{position: relative;}
.header .nav>ul>div#nav>li>ul>li>ul{display: none; width: 150px;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>a{display: block;}
.header .nav>ul>div#nav>li:hover>ul>li:hover{background: rgba(150, 0, 9, 0.81); cursor: pointer;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul{display: block; position: absolute; z-index: 1; left: 150px; top: 0;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li{position: relative;background: rgba(181, 0, 9, 0.88);}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li:hover{background: rgba(150, 0, 9, 0.88); }
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li>a{display: block;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li>a:hover{}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li>ul{display: none; width: 150px;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li:hover{background: rgba(150, 0, 9, 0.81); cursor: pointer;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li:hover>ul{display: block; position: absolute; z-index: 1; left: 150px; top: 0;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li:hover>ul>li{position: relative; background: rgba(181, 0, 9, 0.95);}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li:hover>ul>li:hover{background: rgba(150, 0, 9, 0.95); }
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li:hover>ul>li>a{display: block;}
.header .nav>ul>div#nav>li:hover>ul>li:hover>ul>li:hover>ul>li>a:hover{}

.header .nav>ul>div#nav>li>ul>form {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    line-height: 45px;margin-left:calc(112.5px - 250px); width: 250px;
}
.header .nav>ul>div#nav>li>ul>form input{
    width: 201px; padding-left:10px; outline:none;margin-right: -1px;
}
.header .nav>ul>div#nav>li>ul>form button{
    width: 50px;
}
.header .nav>ul>div#nav>li>ul>form button i{
    font-size: 22px;
}
a.nav-toggle {
    display: none;
}

.header .nav ul li.logo {
    float: left;
    padding-top: 32px;
    margin-top: 5px;
    position: relative;
    padding-top: 0;
    text-align: left;
}
.header .nav ul li.logo img.logo1 { height: 90px; margin: 15px 0 15px 38px; float: left; }
.header .nav ul li.logo img.logo2 { height: 120px; float: left;  margin-left: 10px; }
.header h1 {
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 58px;
    letter-spacing: 10px;
    margin-top: 218px;
}

.header h3 {
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 25px;
    letter-spacing: 4px;
    margin-top: 22px;
}



.author>ul{float: left;width: 32.5%; margin-right: 1.25%;}
.author>ul:nth-child(3n+3){margin-right:0;}
.author>ul:nth-child(4){margin-top:20px;}
.author>ul:nth-child(5){margin-top:20px;}
.author>ul:nth-child(6){margin-top:20px;}
.author>ul li:first-child{float: left; width: 180px;height: 225px; background: #fafafa; border:1px solid #eee;}
.author>ul:hover li:first-child{background: #eee; border:1px solid #ccc;}
.author>ul:hover li:last-child>p.text1{color: #444;}
.author>ul:hover li:last-child>p.text2{color: #444;}
.author>ul li:last-child{margin-left: 180px; height: 225px; padding:0 8px 0 12px;text-align: justify; position: relative;}
.author>ul li img{ width: 178px; height: 223px;}
.author>ul li:last-child>h4{font-weight: bold;}
.author>ul li:last-child>p.text1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;height: 110px; overflow: hidden; margin-bottom: 6px; color: #999;}
.author>ul li:last-child>div{height: 1px; background: #ccc;}
.author>ul li:last-child>p.text2{margin:6px 0 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; color: #999;}

.index-news{padding-top: 20px; padding-bottom: 0;height: 490px; overflow: hidden;}
.index-news-list{width: 480px;}
.banner.news {
    width:705px;
    height: 470px;
    position: relative;
    float: right;
}

.banner.news .imgbox {
    height: 470px;
}

.banner.news  .img {
    height: 470px;
}

.bodyer .title h1 {
    font-weight: normal; text-align: left;
    font-size: 20px;border-bottom: 2px solid #c96f73;
    line-height: 45px; float: left; padding: 0 10px;
    color: #b80e15;
}
.bodyer .title1 h1{text-align: center;
    font-weight: normal;
    font-size: 25px;
    color: #b80e15;
    line-height: 1.2;}
.bodyer .title h5 {
    font-weight: normal;
    line-height: 45px;
    color: #999;float: right;
    padding: 0 10px;
    font-size:15px;
}

.bodyer .title {border-bottom: 2px solid #e1e1e1;
    width: 1200px;
    height: 47px;
    margin: auto;
    text-align: center;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}
.bodyer .body{width: 1200px; margin: auto;}

    .about{padding: 30px 0 10px;}
    .about dl{float: left; width: 40%; margin-bottom: 0;}
    .about dl a img{width: 100%; height: 265px; display: block;}
    .about ul{float: right;  width: 100%;}
    .about ul li{padding-left: 20px; line-height: 2;}
    .about ul li p{overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical; font-size: 15px; color: #666;}
    .about ul li img{float: left;width: 40%; height: 265px; margin-right: 2%;}
    .about ul li .buttonbox{float: right; width: 58%; padding-top: 13px;}
    .products{padding:16px 0 0;}
    .products ul{margin-left: -0.5px; margin-right: -0.5px; max-height: 621px; overflow: hidden;}
    .products ul li{float: left;width: 289px; margin-bottom: 15px; padding-bottom: 8px; line-height: 1.4; margin-right: 15px; text-align: left;border: 1px solid #ddd;}
    .products ul li:hover{border: 1px solid #bbb;box-shadow: 0px 2px 10px #ccc;}
    .products ul li:nth-child(4n+4){ margin-right: 0%;}
    .products ul li img{width: auto;height: 215.25px;transform: scale(1);transition: all 0.5s; margin: 0 auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; display: block;}
    .products ul li:hover img{transform: scale(1.1);transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;}
    .products ul li a:nth-child(1){display: block; overflow:hidden;}
    .products ul li a:nth-child(2){color: #555; padding: 8px 5px 5px 10px; font-size: 16px; display: block;white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden; 
    word-break: break-all;}
    .products ul li:hover a:nth-child(2){color: #b80e15;}
    .products ul li:hover a:nth-child(3){color: #aaa;}
    .products ul li a:nth-child(3){color: #bbb;display: block; padding: 0 5px 0 10px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
    .author{padding-top: 16px; height: 496px; line-height: 1.6; padding-bottom: 0;}


.links{padding: 15px 0;line-height: 1.8;}
    .links a{
        padding: 0 5px;
    }
    
.body .line-big .xl12{ margin-bottom: 20px;
    float: left;
    width: 33.3333333%;}
    .body .line-big .xl12 .media-body{width: 300px;padding-left: 15px; height: 78px; overflow: hidden;}
.body .line-big .xl12 .media-left{height: 78px; text-align: center; padding: 0; float: left;
    width: 78px;transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #D61919;}
    .body .line-big .xl12:hover .media-left{transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #004781;}
.body .line-big .xl12 .media-left .f-day{font-size: 28px; padding-top: 15px; line-height: 1;
    color: #fff;}
.body .line-big .xl12 .media-left .f-year{font-size: 12px;line-height: 1;
    margin: 0;
    color: #fff;}
    .body .line-big .xl12 .media-body{display: inherit;}
.body .line-big .xl12 .media-body .text-default{padding: 0;
    line-height: 1;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;}
.body .line-big .xl12 .media-body .text-default a{font-size: 16px;
    color: #252525;}
.body .line-big .xl12:hover .media-body .text-default a{
    color: #b80e15;}
.body .line-big .xl12 .media-body p{color: #808080;
    font-size: 13px; margin: 0;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
    line-height: 22px;}
.body .line-big .xl12:hover .media-body p{color: #666666;}
/*面包屑导航*/

.bread {
    width: 1200px;
    color: #999;
    margin: 45px auto 0;
    font-size: 16px;
    line-height: 1.56;height: 38px;
    /*border-bottom: 2px solid #e1e1e1;*/
}

.bread a {
    color: #999;
}

.bread a:hover {
    color: #a00;
}

.bread .left {
    float: left;
    background: url(../images/icon-home.png) left no-repeat;
    background-size: 18px;
    padding-left: 23px;
}

.bread .right {
    float: right;
}


/*分类*/

.category {
    /*position: relative;*/
    /*float: left;*/
    /*left: 50%;*/
    padding: 25px 0 20px;
    text-align: center;
}

.category ul {
    /*position: relative;*/
    /*float: left;*/
    /*left: -50%;*/
    display: inline-block;
}

.category ul li {
    border: solid 2px rgba(181, 0, 9, 0.681);
    float: left;
    letter-spacing: 0.08rem;
    background: transparent;
    border-radius: 0px;
    font-size: 16px;
    padding: 4px 25px;
    margin: 0;
    margin-left: 12px;
    display: inline-block;
    line-height: 30px;
    color: rgba(150, 0, 9, 0.81);
}
.category ul li a{color:#555;}
.category ul li:first-child {
    margin-left: 0;
}

.category ul li.hover,
.category ul li:hover {
    border-color: rgba(150, 0, 9, 0.681);
    background: rgba(181, 0, 9, 0.9);
    color: #fff;
}
.category ul li.hover a,
.category ul li:hover a{color: #fff;
}

/*
产品等二级分类页面
*/
    .leftcategorybox{ float: left;}
  .leftcategory{width: 200px; float: left; background:#fcfcfc;}
  .leftcategory>div{border: 1px solid #eee;line-height: 40px; line-height: 40px;font-size: 16px;padding-top: 3px; font-weight: bold; text-align: center;}
  .leftcategory>li{position: relative; line-height: 40px; line-height: 40px; padding-left: 13px; background: #fafafa; border: 1px solid #eeeeee; border-top: 0px; font-size: 18px;}
  .leftcategory>li>a:before{content: "\f105"; color: #999; margin-right: 10px; font-size: 16px; font-family: FontAwesome; float: left;}
  .leftcategory>li>ul>li>a:before{content: "\f0da"; color: #999; margin-right: 10px; font-size: 16px; font-family: FontAwesome; float: left;}
  .leftcategory>li>ul>li>ul>li>a:before{content: "\f101"; color: #999; margin-right: 10px; font-size: 12px; font-family: FontAwesome; float: left;}
  .leftcategory>li>ul{/*display: none; width: 200px;*/}
  .leftcategory>li:hover>a{display: block; color: #900;}
  .leftcategory>li:hover>a:before{ color: #900;}
  .leftcategory>li:hover{/*background: #f1f1f1; */cursor: pointer;}
  .leftcategory>li:hover>ul{/*display: block; position: absolute; z-index: 1; left: 198px; top: -1px;border-top: 1px solid #eee;background: rgba(234,234,234,0.95);*/}
  .leftcategory>li>ul>li{line-height: 40px;position: relative; line-height: 40px; padding-left: 13px; /*background: rgba(234,234,234,0.95);*/ /*border: 1px solid #eeeeee; border-top: 0px;*/ font-size: 16px;}
  .leftcategory>li:hover>ul>li:hover{/*background: rgba(200,200,200,0.99);*/}
  .leftcategory>li:hover>ul>li>a{display: block;}
  .leftcategory>li:hover>ul>li>a:hover{color: #900;}

  .leftcategory>li>ul>li>ul{/*display: none; width: 200px;*/}
  .leftcategory>li:hover>ul>li:hover>a{display: block; color: #900;}
  .leftcategory>li:hover>ul>li:hover>a:before{ color: #900;}
  .leftcategory>li:hover>ul>li:hover{/*background: #f1f1f1;*/ cursor: pointer;}
  .leftcategory>li:hover>ul>li:hover>ul{/*display: block; position: absolute; z-index: 1; left: 198px; top: -1px;border-top: 1px solid #eee;background: rgba(234,234,234,0.95);*/}
  .leftcategory>li>ul>li>ul>li{line-height: 40px;position: relative; line-height: 40px; padding-left: 13px; /*background: rgba(234,234,234,0.95);*/ /*border: 1px solid #eeeeee; border-top: 0px;*/ font-size: 14px;}
  .leftcategory>li:hover>ul>li:hover>ul>li:hover{/*background: rgba(200,200,200,0.99);*/}
  .leftcategory>li:hover>ul>li:hover>ul>li>a{display: block;}
  .leftcategory>li:hover>ul>li:hover>ul>li>a:hover{color: #900;}

  .jhyh-products{width: 1000px;  padding-top: 0; margin-left: 208px;}
  .jhyh-products>div{padding-left: 8px; padding-right: 8px;}

.jhyh-products .imgbox1 {
    background-repeat: no-repeat;background-size: contain !important;
}
.jhyh-search{width: 1200px; margin-left: 0;}
/*imglist*/

.jhyh-products {
    padding-top: 0;
}

.jhyh-products .imgbox1 {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
    color: rgba(255, 255, 255, 0.6);background-size: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.jhyh-products .videobox1:before {
    content: "\e029";
    font-size: 90px;
    top: 50%;
    left: 50%;
    margin: -45px;
    position: absolute;
}

.jhyh-products .videobox1:hover {
    color: rgba(255, 255, 255, 0.8);
}

.jhyh-products .thumbnail {
    margin-bottom: 16px;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

.jhyh-products .thumbnail .caption h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 36px;
    height: 36px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jhyh-products .thumbnail .caption p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 44px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.jhyh-products>div .thumbnail:hover{border: 1px solid #ccc;box-shadow: 0px 2px 10px #ccc;}
.jhyh-products .thumbnail:hover .imgbox1 {background-size: 110%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.jhyh-products>div .thumbnail:hover .caption h4 {color:#a00;}
.jhyh-products>div .thumbnail:hover .caption p {color:#444;}
.jhyh-products .thumbnail h3 {
    white-space: nowrap;  

 text-overflow:ellipsis; 

 overflow:hidden;
}
.jhyh-products .thumbnail h2 {
    height: 43px;
    line-height: 50px;
    font-size: 24px;
}

.jhyh-products .thumbnail h2 .pull-left {
    color: #d43f3a;
}
.jhyh-body-right{width: 985px;  padding-top: 0; margin-left: 223px;}
  .jhyh-authors{width: 1000px;  padding-top: 0; margin-left: 208px;}
  .jhyh-authors>div{padding-left: 8px; padding-right: 8px;}
.jhyh-authors>ul{float: left;width: 32.5%; margin-right: 1.25%;}
.jhyh-authors>ul:nth-child(3n+3){margin-right:0;}
.jhyh-authors>ul:nth-child(4){margin-top:20px;}
.jhyh-authors>ul:nth-child(5){margin-top:20px;}
.jhyh-authors>ul:nth-child(6){margin-top:20px;}
.jhyh-authors>ul:nth-child(7){margin-top:20px;}
.jhyh-authors>ul:nth-child(8){margin-top:20px;}
.jhyh-authors>ul:nth-child(9){margin-top:20px;}
.jhyh-authors>ul:nth-child(10){margin-top:20px;}
.jhyh-authors>ul:nth-child(11){margin-top:20px;}
.jhyh-authors>ul:nth-child(12){margin-top:20px;}
.jhyh-authors>ul li:first-child{float: left; width: 160px;height: 200px; background: #fafafa; border:1px solid #eee;}
.jhyh-authors>ul:hover li:first-child{background: #eee; border:1px solid #ccc;}
.jhyh-authors>ul:hover li:last-child>p.text1{color: #444;}
.jhyh-authors>ul:hover li:last-child>p.text2{color: #444;}
.jhyh-authors>ul li:last-child{margin-left: 160px; height: 200px; padding:0 8px 0 12px;text-align: justify; position: relative;}
.jhyh-authors>ul li img{ width: 158px; height: 198px;}
.jhyh-authors>ul li:last-child>h4{font-weight: bold;}
.jhyh-authors>ul li:last-child>p.text1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; margin-bottom: 6px; color: #999;}
.jhyh-authors>ul li:last-child>div{height: 1px; background: #ccc;}
.jhyh-authors>ul li:last-child>p.text2{margin:6px 0 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; color: #999;}

/*分页*/
nav{text-align: center;height: 80px; padding-top: 0px;}
.pagination {
    margin-bottom: 0;
    margin-top: 0;
}

.pagination li>a {
    color: #149bd8 !important;
}

.pagination li>a:hover {
    color: #149bd8;
}

.pagination li.active>a {
    color: white !important;
    background: #149bd8 !important;
    border-color: #149bd8 !important;
}

.pagination li.active>a:hover {
    background: #149bd8;
    border-color: #149bd8;
}

.content {
    width: 1200px;
    margin: auto;
}
.content .jhyh-body{font-size: 15px; min-height: 50vh;text-align: justify; line-height: 1.8;}
.content .jhyh-body img{max-width: 100%; height: auto;}
/*分页*/

.pagination {
    margin-bottom: -15px;
    margin-top: 0;
}

.pagination li>a {
    color: #E60012 !important;
}

.pagination li>a:hover {
    color: #900;
}

.pagination li.active>a {
    color: white !important;
    background: #E60012 !important;
    border-color: #E60012 !important;
}

.pagination li.active>a:hover {
    background: #900;
    border-color: #900;
}


.footer {
    margin-top: 20px
}

.footer .container {
    width: 1180px;
}

.footer .col-md-1 {
    width: auto !important;
    padding-right: 20px !important;
}

.footer h5 {
    font-size: 17px;
    font-weight: 500;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

.footer .content {
    padding-top: 8px;
    padding-bottom: 16px;
}


/*--------------------------------------------------------------
    ## Footer
    --------------------------------------------------------------*/
.footer{padding: 20px; margin-top: 15px;}
.footer .widget h5 {
    margin-bottom: 20px;
}

.footer a {
    color: #3C4858; padding: 0 6px;
}

.footer-big {
    color: #999999;
    padding: 20px 0 18px;
    text-align: center;
}

.footer-big ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer-big ul li a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-big ul li a:hover {
    text-decoration: none;
}

.footer-big ul li .btn {
    margin: 0;
}

.footer-big p {
    color: #999999;
}

.footer-big .footer-menu li {
    display: inline-block;
}

.footer-big .footer-menu li a {
    padding: 15px;
}

.footer-big .copyright {
    padding: 15px 0;
}

.footer-big .row {
    text-align: left;
}

.footer-big hr {
    margin-top: 10px;
}

.footer-black {
    background: #323437;
}

.footer-black a {
    opacity: 0.7;
    color: #fff;
}

.footer-black a:hover,
.footer-black a:focus {
    opacity: 1;
}
.footer-left a img{
    opacity: 0.86;
    color: #fff;transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(1);
}

.footer-left a:hover img,
.footer-left a:focus img{
    opacity: 1;transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;transform: scale(1.1);
}

.footer-black h5,
.footer-black h4,
.footer-black i,
.footer-black .copyright {
    color: #fff;
}

.footer-black hr {
    border-color: rgba(255, 255, 255, 0.2);
}

                        .footnav h5{float: left;padding: 0; width: 14.2857%; text-align: center; }
                        .footnav h5 a{padding: 0;}
                        .footer .footer-left{float: left; width: 165px; padding-top: 0px; margin-top: 0px;}
                        .footer .footer-right{float: right;color:#ccc; width: 220px; line-height: 1.8; text-align: left;}
                        .footer .footer-right i{    width: 15px;    display: -webkit-inline-box;}
                        .footer .footer-center{color:#ccc; line-height: 1.8; padding: 2px; padding-top: 15px;}

.catalog-fixed{position: fixed;z-index: 999;
    right: 0;
    line-height: 2;
    text-shadow: 0px 1px 0px #fff;
    top: 30%;
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 8px 8px 0 8px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.2);}
.catalog-fixed:hover{    background: rgba(234,234,234,0.8);}
.catalog-fixed a{display: block;}