* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Microsoft Yahei";
    cursor: default;
    background: #f1f1f1 url(imgbody_bg.jpg) repeat 0 0;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 7px;
    height: 10px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*顶部大图*/
.top-big-img {
    width: 100%;
    height: auto;
    position: relative;
}

.top-big-img img {
    width: 100%;
    height: auto;
}

.top-top {
    width: 100%;
    position: absolute;
    top: 0;
}

.top-top-3 {
    /*width: 1320px;*/
    /*margin: 5px auto;*/
    /*overflow: hidden;*/
}

.top-top-3 div {
    width: auto;
    overflow: hidden;
    float: right;
}

.top-top-3 a,
.top-top-3 time {
    text-decoration: none;
    margin: 0 0 0 20px;
    color: #000;
}

.top-top-3 a:hover {
    color: #1eb2cc;
}

.top-top-3>a>i {
    font-size: 14px;
}
/*顶部大图*/
.navbar {
    margin-bottom: 0;
}

.samenav {
    /*width: 100%;*/
    /*height: 45px;*/
    display: flex;
    background: #1eccbe;
}

.samenav li {
    width: 100%;
    float: left;
}

.samenav li a {
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
}

.samenav li a:hover {
    background: #4eb2aa;
}


/*分开*/
.same-left-right {
    width: 100%;
}

.same-left-right .left-right-div {
    width: 50%;
    position: relative;
    float: left;
    height: 35px;
}

.ggb {
    background-color: #35dec8;
    width: 15%;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    float: left;
}

.ggb span {
    letter-spacing: 5px;
    font-size: 14px;
    float: right
}

.mar {
    background: #ebebeb;
    width: 85%;
    height: 35px;
    float: left;
}

.mar a {
    line-height: 35px;
    color: #5d5d5c;
    font-size: 14px
}

.border-4eb2aa {
    border: 1px solid #4eb2aa;
    background: #ffffff;
}

.left-right-div .index-search-input {
    width: 83%;
    height: 35px;
    border: hidden;
    padding: 0 10px 0 30px;
    font-size: 14px;
    color: #000;
    background: transparent url(imgsearcha.png) 4px 7px no-repeat;
    background-size: 22px auto;
    float: left;
}

.left-right-div .index-search-a {
    display: block;
    text-decoration: none;
    width: 15%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: hidden;
    color: #fff;
    background-color: #4eb2aa;
    font-size: 16px;
    letter-spacing: 3px;
    float: right;
}

/*面包屑*/
.breadcrumb {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb .active {
    color: #1eb2cc;
}

.breadcrumb li a:hover {
    color: #1eb2cc;
    text-decoration: none;
}
/*面包屑*/


/*右侧悬浮按钮*/
.right-bottom-btn {
    width: 32px;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 10;
}

.right-bottom-btn i {
    font-size: 30px;
    color: #5b5b5b;
    float: right;
    cursor: pointer;
}

.right-bottom-btn i:hover {
    color: #1eccbe;
}

.rbb-search {
    width: 300px;
    height: 30px;
    margin: 0 0 8px 0;
    float: right;
    background: #4995c9;
    border-radius: 10px 50px 50px 10px;
    overflow: hidden;
}

.rbb-search input {
    width: 265px;
    height: 30px;
    border: hidden;
    background: transparent;
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
    float: left;
}

.rbb-search input:-ms-input-placeholder{
    color: #ededed;opacity:1;
}

.rbb-search input::-webkit-input-placeholder{
    color: #ededed;opacity:1;
}

.rbb-search .icon-llhomesearch {
    width: 30px;
    height: 25px;
    margin: 2.5px 0 0 0;
    color: #ffffff;
    background: transparent;
    border-left:1px solid #ffffff;
    border-top:hidden;
    border-right:hidden;
    border-bottom:hidden;
    outline: none;
    cursor: default;
}

.entersearch {
    display: none;
}

.qrcode {
    border: 1px solid #e8e8e8;
    width: 140px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -150px;
}

.qrcode img {
    width: 100%;
}

.qrcode p {
    font-size: 14px;
    color: #1eccbe;
    text-align: center;
    padding: 0 0 5px 0;
}

.qrcode p span {
    font-size: 16px;
}

.big-img-qrcode:hover .qrcode {
    display: block;
}

/*右侧悬浮按钮*/

.tpl-top-tittle h3{
    cursor:pointer;
}
/*二维码*/
.erweima-wrap{
    position: absolute;
    width: 30px;
    height: 30px;
    top: -43px;
    right: 0;
}
.erweima-wrap:hover .erweima{display: block}
.erweima{
    position: relative;
    top: 0;
    left: -118px;
    width: 110px;
    height: 126px;
    background: #fff;
    box-shadow: 0px 1px 6px #000;
    display: none;
}
.erweima img{
    position: relative;
    top: -42px;
    margin: 0 auto;
    padding: 0;
    width:86px;
    height: auto;
    overflow: hidden;
    display: block;
}
.erweimaxt{
    position: relative;
    top: -43px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #1eb2cc;
}
.erweimaxt span{
    font-size: 14px;
}

/*搜索*/
.top-search {
    position: absolute;top: -37px;right: 0;z-index: 10;
}

/* reset webkit search input browser style */
#demo-b input {
    outline: none;
}
#demo-b input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
#demo-b input::-webkit-search-decoration,
#demo-b input::-webkit-search-cancel-button {
    display: none; /* remove the search and cancel icon */
}

/* search input field */
#demo-b input[type=search] {
    background: #eee url(imgsearch-icon.png) no-repeat 7px center;
    background-size: 20px 20px;
    border: solid 1px #c9c9c9;
    /*padding: 9px 10px 9px 32px;*/
    /*width: 55px;*/

    /*-webkit-border-radius: 10em;*/
    /*-moz-border-radius: 10em;*/
    /*border-radius: 10em;*/

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#demo-b input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #1eb2cc;
    -webkit-box-shadow: 0 0 10px rgba(30,204,190,.5);
    -moz-box-shadow: 0 0 10px rgba(30,204,190,.5);
    box-shadow: 0 0 10px rgba(30,204,190,.5);
}

/* placeholder */
#demo-b input:-moz-placeholder {
    color: #999;
}
#demo-b input::-webkit-input-placeholder {
    color: #999;
}

/* demo B */
#demo-b input[type=search] {
    width: 35px;
    height: 35px;
    /*padding-left: 10px;*/
    color: transparent;
    cursor: pointer;
}
#demo-b input[type=search]:hover {
    background-color: #fff;
}
#demo-b input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-b input:-moz-placeholder {
    color: transparent;
}
#demo-b input::-webkit-input-placeholder {
    color: transparent;
}
/*搜索*/
.input-tz{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 40px;

}
.btn-tz{
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 3px;
}
/*分享*/
.dq-share {
    border: 1px solid #e8e8e8;
    width: 210px;
    padding: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -220px;
}

.dq-share .dq-share-name {
    width: 100%;
    margin-bottom: 10px;
}

.dq-share .dq-share-name p {
    margin: 0;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
    line-height: 25px;
    text-align: center;
}

.dq-share > .dq-share-choice {
    width: 100%;
}

.dq-share > .dq-share-choice > ul {
    list-style: none;
    padding: 0 5px;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: flex;
}

.dq-share > .dq-share-choice > ul > li {
    width: 100%;
    float: left;
}

.dq-share > .dq-share-choice > ul > li > a {
    display: block;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.dq-share > .dq-share-choice > ul > li > a:hover,
.dq-share > .dq-share-choice > ul > li > a:focus {
    text-decoration: none;
}
/*分享*/