* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft yahei";
    color: #333333;
}

.banner {
    width: 100%;
    height: 549px;
    overflow: hidden;
    background: url(../images/banner.jpg) no-repeat center top;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center top;
}

.con-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 25px auto;
}

.flash {
    float: left;
    width: 500px;
    height: 330px;
}

.out-img {
    position: relative;
    width: 500px;
    height: 330px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    width: 500px;
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 42px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 5px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #d80e0e;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}

.ryb {
    float: right;
    width: 480px;
    height: 333px;
    background: url(../images/ryb.png) no-repeat center center;
}

.ryb-li{
	margin-top:80px;
	margin-left: 16px;
}

.ryb-li ul li {
    width: 105px;
    height: 70px;
    margin-top: 8px;
    float: left;
    margin-right: 10px;
}
.ryb-li ul li:nth-child(4n) {
	margin-right: 0;
}
.tit {
    width: 1000px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.renwu {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 15px 0 5px 0;
}

.renwu li {
    float: left;
    width: 180px;
    height: 270px;
    margin-right: 24px;
}

.renwu li img {
    width: 180px;
    height: 210px;
}

.renwu li:nth-child(5n+0) {
    margin-right: 0;
}

.baodao {
    width: 480px;
    height: 253px;
    float: left;
    margin-bottom: 20px;
    padding-top: 26px;
    padding-left: 24px;
    box-sizing: border-box;
	background: url(../images/baodao-bg.png) no-repeat center;
}

.bd img {
    width: 240px;
    height: 160px;
    float: left;
}

.bd p {
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    line-height: 26px;
    color: #666666;
}

.title2 {
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
}

.bd p a {
    color: #d80e0e;
}

.left_60 {
    margin-left: 20px;
}


.title3 {
    width: 100%;
    height: 40px;
    line-height: 44px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
}

.taya {
    float: left;
    width: 485px;
    height: 357px;
    background: url(../images/tian.png) no-repeat center center;
    padding-right: 25px;
    padding-top: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.taya:nth-child(2n+0) {
    float: right;
}

.taya-img {
    float: left;
    width: 216px;
    height: 290px;
}

.taya-img p {
    width: 210px;
    height: 54px;
    overflow: hidden;
    line-height: 18px;
    text-align: center;
    margin-top: 8px;
}

.ty-nr {
    float: right;
    width: 210px;
    height: 314px;
    margin-top: 18px;
}

.ty-nr h2 {
    width: 100%;
    height: 50px;
    line-height: 26px;
    font-weight: bold;
    font-size: 18px;
    color: #d80e0e;
}

.ty-nr p {
    line-height: 26px;
}


.ty-nr p a {
    color: #d80e0e;
}

#demo-right {
    width: 958px;
    margin: 0 auto;
    padding: 20px;
    background: #fde0df;
    border: 1px solid #d80e0e;
}



/*Horizontal Orientation CSS*/

.jscarousal-horizontal {
    width: 960px;
    height: 187px;
    position: relative;
    /*overflow: hidden;*/
}

.jscarousal-horizontal-back,
.jscarousal-horizontal-forward {
    float: left;
    width: 45px;
    height: 187px;
    color: #ffffff;
    position: relative;
    top: 0;
    cursor: pointer;
}

.jscarousal-horizontal-back {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: left;
}

.jscarousal-horizontal-forward {
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}

.jscarousal-contents-horizontal {
    width: 870px;
    height: 187px;
    float: left;
    position: relative;
    overflow: hidden;
}

.jscarousal-contents-horizontal>div {
    position: absolute;
    width: 100%;
    height: 187px;
}

.jscarousal-contents-horizontal>div>div {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.jscarousal-contents-horizontal img {
    width: 280px;
    height: 187px;
    display: block;
}

#carouselh div span {
    font-size: 14px;
    display: block;
    width: 280px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    text-align: center;
}

#carouselh div span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 280px;
    height: 30px;
    color: #ffffff;
    text-align: center;
}



/*Horizontal Orientation CSS Ends*/


/*Common*/

.hidden {
    display: none;
}

.visible {
    display: block;
}

.thumbnail-active {
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}

.thumbnail-inactive {
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}

.con1_left {
    width: 300px;
    float: left;
}

.con1_right {
    width: 680px;
    float: right;
}

.con1_tit1 {
    width: 300px;
    height: 36px;
    line-height: 36px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 28px;
    color: #dd2014;
    font-weight: 700;
    margin-bottom: 10px;
}

.con1_tit2 {
    width: 680px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    color: #dd2014;
    font-weight: 700;
    margin-bottom: 10px;   
}

.b_con {
    padding: 9px;
    border: 1px solid #cccccc;
    height: 290px;
    background: #FFFFFF;
}

.b_con p {
    line-height: 28px;
    text-align: center;
}

.b_con a:hover {
    color: #d80e0e;
}
.footer{
	width: 100%;
	line-height: 28px;
	margin: 0 auto;
	text-align: center;
}
