@charset "UTF-8";

/*
*   program: 首页
*   author: ln
*   date: 2019-04-26
*/

/* 图片hover抖动 */
.m_shake_img .a:hover .img {
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;	/* Firefox */
    -webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
    -o-animation: myfirst 1s;	/* Opera */
}

@keyframes myfirst
{
    0%   {transform: rotate(10deg);}
    20%  {transform: rotate(-10deg);}
    40%  {transform: rotate(10deg);}
    60% {transform: rotate(-10deg);}
    80% {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}

@-moz-keyframes myfirst /* Firefox */
{
    0%   {transform: rotate(10deg);}
    20%  {transform: rotate(-10deg);}
    40%  {transform: rotate(10deg);}
    60% {transform: rotate(-10deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {transform: rotate(10deg);}
    20%  {transform: rotate(-10deg);}
    40%  {transform: rotate(10deg);}
    60% {transform: rotate(-10deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

@-o-keyframes myfirst /* Opera */
{
    0%   {transform: rotate(10deg);}
    20%  {transform: rotate(-10deg);}
    40%  {transform: rotate(10deg);}
    60% {transform: rotate(-10deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

.lsz-float {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 77px;
    height: 375px;
    margin: auto 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 3px #eef0f2;
}

.lsz-float-img .li {
    position: relative;
    border-bottom: 1px solid #ededed;
}

.lsz-float-img .a {
    display: block;
    position: relative;
    height: 85px;
    text-align: center;
}

.lsz-float-img .a .img {
    max-width: 100%;
    margin-top: 20px;
}

.lsz-float-img .a .tt {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    font-size: 12px;
    color: #555;
}

.lsz-float-img .a:hover+.lsz-float-code {
    display: block;
}

.lsz-float-code {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 9px;
    left: -100px;
    width: 100px;
    height: 95px;
    padding-right: 7px;
    line-height: 95px;
    text-align: center;
    background: url("../images/lsz-float-code-bg.png") no-repeat;
}

.lsz-float-code .img {
    width: 84px;
    height: 84px;
    vertical-align: middle;
}

.lsz-float-tt {
    padding: 6px 12px 10px;
    text-align: center;
}

.lsz-float-tt .li {
    line-height: 30px;
    border-top: 1px solid #ededed;
}

.lsz-float-tt .li:first-child {
    border-top: none;
}

.lsz-float-tt .li .a {
    font-size: 12px;
    color: #666;
}

.lsz-float-tt .li .a:hover {
    color: #1a74ca;
}

.lsz-main {
    background: #fff;
    border-bottom: 3px solid #eff3f7;
}

.lsz-lb-wrapper {
    padding: 26px 20px;
    border-bottom: 3px solid #eff3f7;
}

/* 文字轮播 */

.m-lb-tt {
    position: relative;
    overflow: hidden;
}

.lb-tt-bnr {
    position: relative;
    height: 100%;
}

.lb-tt-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lb-tt-item .title {
    display: block;
    text-align: center;
}

.lb-tt-item .title:hover {
    text-decoration: underline;
}

.lb-tt-btn {
    position: absolute;
}

.lb-tt-btn .btn {
    cursor: pointer;
}

/* 图片轮播 */

.m-lb-img {
    position: relative;
    overflow: hidden;
}

.lbItems, .lbItems .a, .lbItems .a img {
    width: 100%;
    height: 100%;
}

.lbItems .a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.lbIists {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.lbIists .a {
    display: block;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.lbIists .a:hover {
    font-weight: bold;
}

.lbNums {
    position: absolute;
    bottom: 0;
}

.lbNums span {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.lbIndexs {
    position: absolute;  
}

.lbBtns .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    text-align: center;
    font-family: "宋体";
}

.lbBtns .lfBtn {
    left: 0;
}

.lbBtns .rtBtn {
    right: 0;
}

.lsz-lb-tt {
    height: 62px;
}

.lsz-lb-tt .lb-tt-item {
    text-align: center;
}

.lsz-lb-tt .lb-tt-item .title {
    line-height: 1;
    font-weight: bold;
    font-size: 34px;
    color: #e34040;
}

.lsz-lb-tt .lb-tt-item .text {
    margin: 14px 0 0;
    line-height: 1;
}

.lsz-lb-tt .lb-tt-item .text .tt {
    margin: 0 10px;
    font-size: 14px;
    color: #333;
}

.lsz-lb-tt .lb-tt-item .text .tt:hover {
    color: #e34040;
}

.lsz-new-wp {
    height: 366px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.lsz-lb-img {
    width: 650px;
    height: 100%;
}

.lsz-lb-img .lbIists {
    padding-top: 77px;
    text-align: center;
    background: url("../images/lsz-lb-img-bg.png") repeat-x;
}

.lsz-lb-img .lbIists .a {
    max-width: 80%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 16px;
}

.lsz-lb-img .lbNums {
    left: 0;
    right: 0;
    bottom: 45px;
    width: 100%;
    height: 6px;
    line-height: 6px;
    text-align: center;
}

.lsz-lb-img .lbNums span {
    width: 41px;
    height: 3px;
    margin: 0 1px;
    vertical-align: middle;
    background: #f7f7f7;
    border-radius: 0;
}

.lsz-lb-img .lbNums span:hover, .lsz-lb-img .lbNums span.cur {
    height: 6px;
    background: #e74949;
}

.lsz-news {
    width: 477px;
    margin-right: 16px;
}

.m-tab {
    overflow: hidden;
}

.tabItems>.item {
    display: none;
}

.tabItems>.item:first-child {
    display: block;
}

.lsz-news-tab {
    height: 100%;
}

.mt-10 {
    margin-top: 10px;
}

.lsz-news-tabBtns .btn {
    position: relative;
    display: inline-block;
    width: 25%;
    padding-bottom: 13px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-bottom: 3px solid transparent;
}

.lsz-news-tabBtns .btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 17px;
    background: #d6d6d6;
}

.lsz-news-tabBtns .btn:first-child:before {
    display: none;
}

.lsz-news-tabBtns .btn:hover, .lsz-news-tabBtns .btn.cur {
    color: #1a74ca;
    border-bottom-color: #1a74ca;
}

.m-text-list li {
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.m-text-list li:first-child {
    margin-top: 0;
}

.m-text-list .a {
    box-sizing: border-box;
    float: left;
    max-width: 65%;
    background-repeat: no-repeat;
    background-position: left center;
}

.m-text-list .a:hover {
    text-decoration: underline;
}

.m-text-list .d {
    float: right;
}

.lsz-text-list  li {
    line-height: 39px;
    border-top: 1px dashed #999;
}

.lsz-text-list  li:first-child {
    border-top: none;
}

.lsz-text-list .a {
    padding-left: 17px;
    font-size: 15px;
    color: #333;
    background: url("../images/lsz-text-list-index.jpg") no-repeat left center;
}

.lsz-text-list .a:hover {
    color: #1a74ca;
}

.lsz-text-list .d {
    font-size: 12px;
    color: #999;
}

/*省略号：添加元素必定包含块级元素上（有float、block、inline-block等）*/
.ellipsis, .e {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsz-quick {
    padding: 0 0 0 20px;
    border-bottom: 3px solid #eff3f7;
}

.lsz-quick-cont {
    height: 103px;
    padding: 0 0 0 20px;
    line-height: 103px;
    border-top: 2px solid #d9e8f7;
}

.lsz-quick-cont>.img {
    margin-top: 35px
}

.lsz-quick-list li {
    display: inline-block;
    width: 328px;
    vertical-align: top;
}

.lsz-quick-list .img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.lsz-quick-list .text {
    width: 230px;
    line-height: 0;
    vertical-align: middle;
}

.lsz-quick-list .text .a {
    margin-left: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.lsz-quick-list .text .a:hover {
    text-decoration: underline;
    color: #1a74ca;
}

.db {
    display: inline-block;
}

.lsz-quick-search {
    margin: 5px 0 0 11px;
    vertical-align: middle;
}

.lsz-quick-search .title {
    margin-left: 4px;
    line-height: 1;
    font-size: 15px;
    color: #4a99e3;
}

.lsz-quick-searchBar {
    box-sizing: border-box;
    width: 256px;
    height: 30px;
    margin-top: 10px;
    padding: 0 0 0 14px;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
}

.lsz-quick-searchBar .inp {
    width: 216px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #333;
}

.lsz-quick-searchBar .inp::placeholder {
    color: #999;
}

.lsz-quick-searchBar .btn {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url("../images/lsz-quick-btn.png") no-repeat;
}

.lsz-quick-searchBar .btn:hover {
    opacity: .9;
}

.lsz-more {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.lsz-more:hover {
    opacity: .9;
}