.header{
    width: 100%;
    display: inline-block;
    margin-top: 21px;

}
.tx-lists-main{
    position: relative;

}
.tx-right{
    position: absolute;
    top: 0;
    right: 0px;
}
.tx-lists-main-right {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.tx-lists-main-right-title {
    line-height: 33px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.tx-lists-main-right-title h3 {
    font-size: 18px;
    padding-right: 15px;
    border-bottom: 1px solid #189ecf;
    display: inline-block;
}
.tx-lists-main-right-two {
    padding: 10px 0;
}
.tx-lists-main-right-two{padding:10px 0;}
.tx-lists-main-right-two li{padding-left: 35px;font-size: 15px;color: #666;line-height: 30px;background-repeat: no-repeat;background-position: left 2px;}
.tx-lists-main-right-two li:nth-child(1){background-image: url("../images/lists-right-two-icon1.jpg"); }
.tx-lists-main-right-two li:nth-child(2){background-image: url("../images/lists-right-two-icon2.jpg"); }
.tx-lists-main-right-two li:nth-child(3){background-image: url("../images/lists-right-two-icon3.jpg"); }
.tx-lists-main-right-two li:nth-child(4){background-image: url("../images/lists-right-two-icon4.jpg"); }
.tx-lists-main-right-two li:nth-child(5){background-image: url("../images/lists-right-two-icon5.jpg"); }
.tx-lists-main-right-two li:nth-child(6){background-image: url("../images/lists-right-two-icon6.jpg"); }
.tx-lists-main-right-two-a a{padding:5px 15px 5px 45px;font-size: 14px;line-height: 22px;border-radius: 5px;color: #fff;cursor: pointer;}
.tx-lists-main-right-two-a a:nth-child(1){background:#189ecf url("../images/lists-right-two-icon7.jpg") 15px center no-repeat;float: left;}
.tx-lists-main-right-two-a a:nth-child(2){background:#3ed465 url("../images/lists-right-two-icon8.jpg") 15px center no-repeat;float: right;}
.header_r{
    margin-top: 11px;
}
.header_r ul li{
    float: left;
    margin-right: 40px;
}
.header_r ul li:last-child{
    margin-right: 0;
}
.header_r ul li a{
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    display: block;
    padding-bottom: 8px;
    position: relative;

}
.header_r ul li a:before{
    content: '';
    width: 0%;
    height: 3px;
    background: #189ecf;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.header_r ul li a:hover,.header_r ul li.active a{
    color: #189ecf;
}
.header_r ul li a:hover:before,.header_r ul li.active a:before{
    width: 100%;
}
.header_all{
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 9999999999;
}
@media (max-width: 992px){
    .header{
        display: none;
    }
}
.banner{
    height:284px!important;
}
.banner{
    position: relative;
}
.banner .banner_con:hover .prev{
    opacity: 1;
}
.banner .banner_con:hover .next{
    opacity: 1;
}
.banner .banner_con .prev{
    width: 75px;
    height: 75px;
    background:url(../images/anniu1.png) no-repeat center center rgba(0,0,0,.3);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -37px;
    z-index: 2;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    opacity: 0;
}

.banner .banner_con .next{
    width: 75px;
    height: 75px;
    background:url(../images/anniu2.png) no-repeat center center rgba(0,0,0,.3);
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -600px;
    margin-top: -37px;
    z-index: 2;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    opacity: 0;
}
.banner .banner_con .prev:hover,.banner .banner_con .next:hover{
    background-color:rgba(0,0,0,.6);
}


.m_banner{
    position: relative;
}
.m_banner .prev{
    width: 40px;
    height: 40px;
    background:url(../images/anniu1.png) no-repeat center center rgba(0,0,0,.3);
    background-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -20px;
    z-index: 2;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

.m_banner .next{
    width: 40px;
    height: 40px;
    background:url(../images/anniu2.png) no-repeat center center rgba(0,0,0,.3);
    background-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -20px;
    z-index: 2;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}