/*-----------------------------------------------------------*/

/*copyright by åŠ¨åŠ›æ— é™  www.btoe.cn*/

/*é‚®ç®± btoe@btoe.cn*/

/*åˆä½œç”µè¯ 400-0599-360*/

/*ç‰ˆæƒæ‰€æœ‰è¿è€…å¿…ç©¶*/

/*-----------------------------------------------------------*/



/*banner*/

.fullSlide {

    width: 100%;

    position: relative;

    height: 750px;

    background: #FFF;

    overflow: hidden;

}



.fullSlide .bd {

    height: 750px;

    margin: 0 auto;

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.fullSlide .bd ul {

    width: 100% !important;

}



.fullSlide .bd li {

    width: 100% !important;

    height: 750px;

    overflow: hidden;

    text-align: center;

}



.fullSlide .bd li a {

    display: block;

    height: 750px;

}



.fullSlide .hd {

    width: 100%;

    position: absolute;

    z-index: 2;

    bottom: 30px;

    left: 0;

    height: 30px;

    text-align: center;

}



.fullSlide .hd ul {

    text-align: center;

}



.fullSlide .hd ul li {

    cursor: pointer;

    display: inline-block;

    zoom: 1;

    width: 10px;

    height: 10px;

    margin: 7px;

    border: 2px solid #fff;

    overflow: hidden;

    line-height: 99px;

    border-radius: 50%;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;

}



.fullSlide .hd ul .on {

    width: 10px;

    background: #c51309;

    border: 2px solid #c51309;

    border-radius: 50%;

    -webkit-transition: all .3s linear;

    transition: all .3s linear;

}





.fullSlide .next {

    width: 29px;

    height: 56px;

    position: absolute;

    top: 50%;

    margin-top: -30px;

    z-index: 2;

    background: url(../images/bannerR.png) no-repeat center;

    filter: alpha(opacity=30);

    -moz-opacity: .3;

    opacity: .3;

    -webkit-transition: all .5s linear;

    transition: all .5s linear;

    right: 10%;

}



.fullSlide .prev {

    width: 29px;

    height: 56px;

    position: absolute;

    top: 50%;

    margin-top: -30px;

    z-index: 2;

    background: url(../images/bannerL.png) no-repeat center;

    filter: alpha(opacity=30);

    -moz-opacity: .3;

    opacity: .3;

    -webkit-transition: all .5s linear;

    transition: all .5s linear;

    left: 10%;

}





/*product*/



.product {

    width: 1360px;

    margin: 70px auto 0 auto;

}



.product .pro_title {

    height: 80px;

    margin: 0 auto;

}



.product .pro_title .t_l {

    float: left;

}



.product .pro_title .t_l h3 {

    float: left;

}

.product .pro_title .t_l h3 a {

    font-size: 32px;

    color: #333333;

    font-weight: bold;

    display: block;

    background: url(../images/pro_t.png) no-repeat right bottom;

    width: 210px;

    height: 80px;

}



.product .pro_title .t_l span {

    float: left;

    font-size: 15px;

    color: #999999;

    margin-top: 10px;

}





.product .pro_title .more {

    float: right;

    background: url(../images/more.png) no-repeat center;

    width: 133px;

    line-height: 80px;

}



.product .pro_title .more a {

    display: block;

    text-align: center;

    font-size: 14px;

    color: #888888;

    padding-left: 30px;

}





.product .pro_box {

    margin: 30px auto 0 auto;

    height: 425px;

}



.product .pro_box .pro_l {

    float: left;

    width: 225px;

    background: url(../images/pro_buttom.jpg) no-repeat right bottom;

}



.product .pro_box .pro_l ul li {

    height: 55px;

    line-height: 55px;

    position: relative;

}



.product .pro_box .pro_l ul li a {

    font-size: 15px;

    color: #333;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    background: url(../images/buttom2.jpg) no-repeat left center;

    padding-left: 30px;

    width: 180px;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.product .pro_box .pro_l ul li:hover a {

    color: #c51309;

    font-weight: bold;

    background: url(../images/buttom1.jpg) no-repeat left center;

}



.product .pro_box .pro_l ul li:hover::after {

    position: absolute;

    content: "";

    width: 150px;

    height: 2px;

    background: #c51309;

    left: -165px;

    top: 27px;

}



.product .pro_box .pro_r {

    width: 1120px;

    float: right;

    margin-top: 20px;

}



.product .pro_box .pro_r ul li {

    float: left;

    margin-left: 44px;

}



.product .pro_box .pro_r ul li.pro1 {

    width: 580px;

    height: 380px;

    border: 1px solid #dddddd;

    position: relative;

    padding: 10px;

}



.product .pro_box .pro_r ul li.pro1 .pic {

    width: 580px;

    height: 380px;

}



.product .pro_box .pro_r ul li.pro1 .pic img {

    width: 580px;

    height: 380px;

}



.product .pro_box .pro_r ul li.pro1 .txt {

    width: 520px;

    height: 56px;

    line-height: 56px;

    position: absolute;

    left: 10px;

    bottom: 10px;

    background: url(../images/ico1.png) repeat center;

    padding: 0 30px;

}





.product .pro_box .pro_r ul li.pro1 .txt h5 a {

    float: left;

    width: 390px;

    font-size: 15px;

    color: #fff;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;



}



.product .pro_box .pro_r ul li.pro1 .txt .more {

    float: right;

    font-size: 15px;

    color: #fff;

    text-transform: uppercase;

}



.product .pro_box .pro_r ul li.pro2 {

    width: 430px;

    position: relative;

    float: right;

}



.product .pro_box .pro_r ul li.pro2 .pic {

    width: 410px;

    height: 290px;

    border: 1px solid #dddddd;

    padding: 10px;

}



.product .pro_box .pro_r ul li.pro2 .pic img {

    width: 410px;

    height: 290px;

}



.product .pro_box .pro_r ul li.pro2 .txt {

    width: 430px;

    height: 60px;

    line-height: 70px;

    background: url(../images/pro_xt.png) no-repeat bottom center;

}





.product .pro_box .pro_r ul li.pro2 .txt h5 a {

    float: left;

    width: 350px;

    font-size: 15px;

    color: #666666;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;



}



.product .pro_box .pro_r ul li.pro2 .txt .more {

    float: right;

    font-size: 14px;

    color: #000000;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

}



.product .pro_show {

    margin: 50px auto 0 auto;

    width: 1360px;

    position: relative;

}



.product .pro_show .bd {

    width: 1360px;

    margin: 0 auto;

}



.product .pro_show .bd ul li {

    width: 322px;

    float: left;

    margin: 0 8px;



}



.product .pro_show .bd ul li .pic {

    width: 300px;

    height: 230px;

    border: 1px solid #dddddd;

    padding: 10px;

}



.product .pro_show .bd ul li .pic img {

    width: 300px;

    height: 230px;

}



.product .pro_show .bd ul li .txt {

    width: 300px;

    height: 45px;

    line-height: 45px;

    background: url(../images/pro_xt2.png) no-repeat bottom center;

    margin: 0 auto;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}





.product .pro_show .bd ul li .txt h5 a {

    float: left;

    width: 220px;

    font-size: 15px;

    color: #666666;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;



}



.product .pro_show .bd ul li .txt .more {

    float: right;

    font-size: 14px;

    color: #000000;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.product .pro_show .bd ul li:hover .pic {

    border: 2px solid #c51309;

}



.product .pro_show .bd ul li:hover .txt {

    background: url(../images/pro_xt1.png) no-repeat bottom center;



}



.product .pro_show .bd ul li:hover .txt h5 a {

    color: #c51309;



}



.product .pro_show .bd ul li:hover .txt .more {

    color: #c51309;

}



.product .pro_show .next {

    position: absolute;

    left: -90px;

    top: 90px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background: #2d2c2c;

    border-radius: 50%;

    font-size: 24px;

    color: #fff;

    font-family: "å®‹ä½“";

    font-weight: bold;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.product .pro_show .prev {

    position: absolute;

    right: -90px;

    top: 90px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background: #2d2c2c;

    border-radius: 50%;

    font-size: 24px;

    color: #fff;

    font-family: "å®‹ä½“";

    font-weight: bold;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.product .pro_show .next:hover {

    background: #c51309;



}



.product .pro_show .prev:hover {

    background: #c51309;

}









/*ys*/



.ys_bg {
    width: 100%;
    margin: 80px auto 0 auto;
    height: 500px;
    background: url(../images/ys_bg1.jpg) no-repeat center;
    position: relative;
}



.ys_bg .ys_tu {

    position: absolute;

    left: 0;

    bottom: 0;

    background: url(../images/ys_bg.png) no-repeat center;

    width: 100%;

    height: 500px;

    z-index: 3;

}



.ys {

    width: 1360px;

    margin: 0 auto;

    position: relative;

}



.ys .bd {
    width: 1360px;
    height: 500px;
    margin: 0 auto;
}



.ys .bd ul li {
    width: 1360px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}



.ys .bd ul li .ys_img {

    width: 1360px;

    height: 700px;

    position: relative;

}



.ys .bd ul li .ys_img img {
    width: 1360px;
    height: 500px;
}



.ys .bd ul li .txt {

    position: absolute;

    z-index: 5;

    left: 0;

    bottom: 0;

    width: 610px;

    height: 250px;

}



.ys .bd ul li .txt .txt_l {
    float: left;
    margin-left: 10px;
    margin-top: 45px;
    width: 460px;
    /* background: url(../images/ys_xt1.png) repeat left center; */
    padding-left: 20px;
    height: 500px;
}



.ys .bd ul li .txt .txt_l h5 {

    font-size: 20px;

    color: #fff;

    line-height: 40px;

    background: url(../images/ys_t.png) no-repeat 45px bottom;

}



.ys .bd ul li .txt .txt_l h5 span {

    font-size: 30px;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;

    margin-right: 15px;

    float: left;



}



.ys .bd ul li .txt .txt_l h6 {

    font-size: 16px;

    color: #fff;

    line-height: 45px;

    background: url(../images/ys_xt.png) no-repeat bottom left;

    margin-bottom: 10px;

}



.ys .bd ul li .txt .txt_l p {

    font-size: 15px;

    color: #fff;

    line-height: 30px;

}



.ys .bd ul li .txt .zx {

    float: right;

    width: 50px;

    height: 145px;

    background: url(../images/zx.png) no-repeat center;

    margin-right: 35px;

    margin-top: 60px;

}



.ys .bd ul li .txt .zx a {

    font-size: 16px;

    color: #c51309;

    display: block;

    writing-mode: tb-rl;

    line-height: 50px;

    margin-top: 56px;

    letter-spacing: 2px;

}



.ys .hd {

    position: absolute;

    width: 120px;

    height: 70px;

    line-height: 70px;

    background: #fff;

    left: 0;

    top: 0;

    z-index: 5;



}



.ys .hd .next {

    font-family: "å®‹ä½“";

    font-size: 36px;

    color: #000000;

    font-weight: bold;

    float: left;

    margin-left: 25px;

    cursor: pointer;





}



.ys .hd .prev {

    font-family: "å®‹ä½“";

    font-size: 36px;

    color: #000000;

    font-weight: bold;

    float: right;

    margin-right: 25px;

    cursor: pointer;

}





/*about*/



.about {

    width: 1360px;

    margin: 0 auto;

}



.about .ab_t {

    width: 190px;

    float: left;

    height: 525px;

}



.about .ab_t h3 {

    float: left;

    font-size: 32px;

    font-weight: bold;

    color: #333;

    writing-mode: tb-rl;

    background: url(../images/ab_t.png) no-repeat right top;

    width: 75px;

    height: 519px;

    line-height: 95px;

    padding-top: 65px;

}



.about .ab_t .more {

    float: left;

    font-size: 16px;

    color: #999;

    writing-mode: tb-rl;

    margin: 300px 0 0 5px;

}



.about .ab_img {

    float: left;

    width: 553px;

    height: 430px;

    background: url(../images/ab_imgbg.png) no-repeat center;

    position: relative;

    margin-top: 95px;

}



.about .ab_img img {

    width: 530px;

    height: 430px;

    display: block;

    margin: 0 auto;

    position: relative;

}



.about .ab_img p {

    background: url(../images/ab_list.png) no-repeat center;

    position: absolute;

    right: 40px;

    top: 0;

    width: 110px;

    height: 310px;

    font-size: 24px;

    color: #333;

    writing-mode: tb-rl;

    line-height: 110px;

    padding-top: 25px;

}



.about .ab_nr {

    float: right;

    width: 555px;

    margin-top: 95px;

}



.about .ab_nr h5 {

    font-size: 24px;

    color: #333;

    font-weight: bold;

    background: url(../images/ab_xt.png) no-repeat bottom left;

    padding-bottom: 5px;

}



.about .ab_nr span {

    display: block;

    font-size: 14px;

    color: #999;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    margin-top: 10px;

}



.about .ab_nr p {

    margin-top: 35px;

    font-size: 14px;

    color: #666;

    line-height: 36px;

    height: 108px;

    overflow: hidden;

}



.about .ab_nr i {

    font-size: 12px;

    color: #adadad;

    line-height: 24px;

    height: 72px;

    overflow: hidden;

    margin-top: 10px;

    display: block;



}



.about .ab_nr .xq {

    margin-top: 10px;



}



.about .ab_nr .xq h6 {

    float: left;

    font-size: 100px;

    color: #f0f0f0;

    font-family: Arial, Helvetica, sans-serif;

    width: 500px;

    background: url(../images/ab_xt1.png) no-repeat right center;

}



.about .ab_nr .xq .more {

    float: right;

    width: 34px;

    height: 34px;

    line-height: 34px;

    background: #c6151d;

    text-align: center;

    font-size: 36px;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;

    margin-top: 53px;

}





/*honor*/



.honor {

    width: 1360px;

    height: 300px;

    margin: 75px auto 0 auto;

}



.honor ul li {

    width: 322px;

    float: left;

    margin: 0 9px;



}



.honor ul li .pic {

    width: 300px;

    height: 230px;

    border: 1px solid #dddddd;

    padding: 10px;

}



.honor ul li .pic img {

    width: 300px;

    height: 230px;

}



.honor ul li .txt {

    width: 300px;

    height: 45px;

    line-height: 45px;

    background: url(../images/pro_xt2.png) no-repeat bottom center;

    margin: 0 auto;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}





.honor ul li .txt h5 a {

    float: left;

    width: 220px;

    font-size: 15px;

    color: #666666;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;



}



.honor ul li .txt .more {

    float: right;

    font-size: 14px;

    color: #000000;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.honor ul li:hover .pic {

    border: 1px solid #c51309;

}



.honor ul li:hover .txt {

    background: url(../images/pro_xt1.png) no-repeat bottom center;



}



.honor ul li:hover .txt h5 a {

    color: #c51309;



}



.honor ul li:hover .txt .more {

    color: #c51309;

}





/*lc*/



.lc_bg {

    width: 100%;

    background: url(../images/lc_bg.jpg) no-repeat center;

    margin: 80px auto 0 auto;

    height: 450px;

}



.lc_bg .lc {

    width: 1360px;

    margin: 0 auto;

    height: 450px;

    position: relative;

}



.lc_bg .lc .lc_t {

    float: left;

    background: url(../images/lc_img.jpg) no-repeat center;

    width: 320px;

    height: 450px;

    margin-top: 0;

}



.lc_bg .lc .lc_t h3 {

    font-size: 24px;

    color: #fff;

    writing-mode: tb-rl;

    float: left;

    margin: 85px 0 0 240px;

}



.lc_bg .lc .lc_t span {

    font-size: 12px;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    writing-mode: tb-rl;

    float: left;

    margin-top: 85px;

}



.lc_bg .lc .lc_box {

    width: 1040px;

    float: right;

    position: relative;

    margin-top: 40px;

}



.lc_bg .lc .lc_box ul li {

    width: 36px;

}



.lc_bg .lc .lc_box ul li p {

    width: 36px;

    height: 36px;

    line-height: 36px;

    background: #444444;

    border-radius: 50%;

    font-size: 16px;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;

    text-align: center;

}



.lc_bg .lc .lc_box ul li h5 {

    font-size: 15px;

    color: #666;

    line-height: 36px;

    writing-mode: tb-rl;

    letter-spacing: 1px;

    margin-bottom: 10px;

}





.lc_bg .lc .lc_box ul li.lc1 {

    position: absolute;

    top: 100px;

    left: 80px;

}



.lc_bg .lc .lc_box ul li.lc2 {

    position: absolute;

    top: 205px;

    left: 195px;

}



.lc_bg .lc .lc_box ul li.lc3 {

    position: absolute;

    top: 40px;

    left: 295px;

}







.lc_bg .lc .lc_box ul li.lc4 {

    position: absolute;

    top: 33px;

    left: 455px;

}



.lc_bg .lc .lc_box ul li.lc5 {

    position: absolute;

    top: 200px;

    left: 535px;

}



.lc_bg .lc .lc_box ul li.lc6 {

    position: absolute;

    top: 50px;

    left: 660px;

}



.lc_bg .lc .lc_box ul li.lc7 {

    position: absolute;

    top: 220px;

    left: 735px;

}



.lc_bg .lc .lc_box ul li.lc8 {

    position: absolute;

    top: 30px;

    left: 825px;

}



.lc_bg .lc .lc_box .case_ico {

    position: absolute;

    right: 0;

    top: 50px;

    background: url(../images/lc_ico.png) no-repeat center;

    width: 94px;

    height: 94px;

    font-size: 16px;

    color: #fff;

    text-align: center;

    line-height: 130px;

}





.lc_bg .lc .lc_box ul li.lc2 p,
.lc_bg .lc .lc_box ul li.lc5 p,

.lc_bg .lc .lc_box ul li.lc7 p {

    margin-bottom: 10px;



}





/*case*/



.case_bg {

    width: 100%;

    background: url(../images/case_bg1.jpg) no-repeat bottom center;

    margin: 75px auto 0 auto;

    height: 680px;

}



.case_bg .case {

    width: 1360px;

    margin: 0 auto;

    height: 680px;

    position: relative;

}



.case_bg .case .case_t {

    float: left;

    width: 320px;

    height: 260px;

}

.case_bg .case .case_t a{
	display:block;
	width:45px;
	height:105px;
	text-align:center;
	line-height:45px;
	border-left:1px solid #999;
	margin:45px 0 0 120px;
	writing-mode: tb-rl;
}

.case_bg .case .case_t h3 {

    font-size: 32px;

    color: #333333;

    font-weight: bold;

    display: block;

    background: url(../images/case_t.png) no-repeat right bottom;

    width: 210px;

    height: 80px;

}



.case_bg .case .case_t p {

    font-size: 14px;

    color: #999;

    line-height: 30px;

    margin-top: 40px;

}



.case_bg .case .case_box {

    width: 1360px;

    position: relative;

}





.case_bg .case .case_box ul li {

    width: 322px;

    float: left;

    margin: 0 9px 55px 9px;



}



.case_bg .case .case_box ul li .pic {

    width: 300px;

    height: 240px;

    border: 1px solid #dddddd;

    padding: 10px;

}



.case_bg .case .case_box ul li .pic img {

    width: 300px;

    height: 240px;

}



.case_bg .case .case_box ul li .txt {

    width: 300px;

    height: 45px;

    line-height: 45px;

    background: url(../images/pro_xt2.png) no-repeat bottom center;

    margin: 8px auto 0 auto;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}





.case_bg .case .case_box ul li .txt h5 a {

    float: left;

    width: 220px;

    font-size: 15px;

    color: #666666;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;



}



.case_bg .case .case_box ul li .txt .more {

    float: right;

    font-size: 14px;

    color: #000000;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.case_bg .case .case_box ul li:hover .pic {

    border: 1px solid #c51309;

}



.case_bg .case .case_box ul li:hover .txt {

    background: url(../images/pro_xt1.png) no-repeat bottom center;



}



.case_bg .case .case_box ul li:hover .txt h5 a {

    color: #c51309;



}



.case_bg .case .case_box ul li:hover .txt .more {

    color: #c51309;

}





.case_bg .case .case_more {

    position: absolute;

    right: 105px;

    bottom: 100px;

    z-index: 5;



}



.case_bg .case .case_more a {

    font-size: 16px;

    color: #fff;

    writing-mode: tb-rl;

}







/*news*/



.news_bg {

    width: 100%;

    background: url(../images/news_bg.jpg) repeat center;

    margin: 85px auto 0 auto;

    height: 915px;

}



.news_bg .news {

    width: 1360px;

    margin: 0 auto;

    height: 530px;

    border-bottom: 1px solid #dddddd;

}



.news_bg .news .news_t {

    width: 185px;

    float: left;

    height: 525px;

}





.news_bg .news .news_t h3 {

    float: left;

    font-size: 32px;

    font-weight: bold;

    color: #333;

    writing-mode: tb-rl;

    background: url(../images/news_t.png) no-repeat right top;

    width: 75px;

    height: 519px;

    line-height: 95px;

    padding-top: 65px;

}



.news_bg .news .news_t .more {

    float: left;

    font-size: 16px;

    color: #999;

    writing-mode: tb-rl;

    margin: 300px 0 0 5px;

}



.news_bg .news .news_r {

    float: right;

    width: 1175px;

    margin-top: 60px;

}



.news_bg .news .news_r .news_list {

    height: 45px;

    line-height: 45px;

}



.news_bg .news .news_r .news_list .list_l {

    float: left;

}



.news_bg .news .news_r .news_list .list_l ul li {

    width: 140px;

    height: 45px;

    line-height: 45px;

    background: #333333;

    margin-right: 20px;

    float: left;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.news_bg .news .news_r .news_list .list_l ul li a {

    display: block;

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    color: #fff;

}



.news_bg .news .news_r .news_list .list_l ul li.casehover {

    background: #c51309;

}



.news_bg .news .news_r .news_list .more {

    float: right;

    background: url(../images/more.png) no-repeat center;

    width: 133px;

}



.news_bg .news .news_r .news_list .more a {

    display: block;

    text-align: center;

    font-size: 14px;

    color: #888888;

    padding-left: 30px;

}





.news_bg .news .news_r .news_box {

    margin-top: 35px;

    width: 1195px;

}



.news_bg .news .news_r .news_box ul li {

    float: left;

    width: 350px;

    margin: 0 48px 35px 0;

    position: relative;

}



.news_bg .news .news_r .news_box ul li .time {

    position: relative;

    width: 149px;

    background: url(../images/news_xt.png) no-repeat center 12px;



}



.news_bg .news .news_r .news_box ul li .time span {

    display: block;

    font-size: 24px;

    color: #333;

    font-family: Arial, Helvetica, sans-serif;

    text-align: center;

}



.news_bg .news .news_r .news_box ul li .time p {

    font-size: 14px;

    color: #999999;

    font-family: Arial, Helvetica, sans-serif;

    position: absolute;

    right: 0;

    top: 15px;

}



.news_bg .news .news_r .news_box ul li .txt {

    margin-top: 25px;



}



.news_bg .news .news_r .news_box ul li .txt a {

    font-size: 16px;

    color: #000;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.news_bg .news .news_r .news_box ul li .txt p {

    font-size: 14px;

    color: #999999;

    line-height: 24px;

    height: 48px;

    overflow: hidden;

    margin-top: 20px;

}



.news_bg .news .news_r .news_box ul li:hover .txt a {

    color: #c51309;

    transform: translateX(10px);

    -webkit-transform: translateX(10px);

    -o-transform: translateX(10px);

}



.news_bg .news_bottom {

    margin: 55px auto 0 auto;

    width: 1360px;

}



.news_bg .news_bottom ul li {

    width: 340px;

    height: 326px;

    float: left;

    background: url(../images/news_xt1.png) no-repeat left top;

    position: relative;

}



.news_bg .news_bottom ul li .news_img {

    width: 250px;

    height: 150px;

    margin: 0 auto;

}



.news_bg .news_bottom ul li .news_img img {

    width: 250px;

    height: 150px;

}



.news_bg .news_bottom ul li .txt {

    width: 250px;

    height: 150px;

    margin: 20px auto 0 auto;

}



.news_bg .news_bottom ul li .txt h5 a {

    font-size: 16px;

    color: #333333;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

    display: block;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}





.news_bg .news_bottom ul li .txt p {

    font-size: 14px;

    color: #999999;

    line-height: 24px;

    height: 48px;

    overflow: hidden;

    margin-top: 17px;

}



.news_bg .news_bottom ul li .txt span {

    display: block;

    font-size: 14px;

    color: #999999;

    font-family: Arial, Helvetica, sans-serif;

    margin-top: 10px;

}



.news_bg .news_bottom ul li .xq {

    position: absolute;

    left: 10px;

    bottom: 20px;



}



.news_bg .news_bottom ul li .xq a {

    font-size: 14px;

    color: #999999;

    writing-mode: tb-rl;

}



.news_bg .news_bottom ul li:hover .txt h5 a {

    color: #c6151d;

}







/*links*/



.links {

    width: 1360px;

    background: url(../images/links.png) no-repeat top center;

    margin: 50px auto 0 auto;

    padding-top: 40px;

}



.links h3 {

    font-size: 16px;

    color: #000000;

    font-weight: bold;



}



.links .yq {

    margin-top: 25px;

    line-height: 30px;



}



.links .yq a {

    margin-right: 20px;

    font-size: 14px;

    color: #333;

}