
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/

#slides {
    background-color: #fff;
    width: 100%;
    height: 765px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#slides .items {
    height: 765px;
    height: 100%;
}

#slides .left,
#slides .right,
#slides .dot li {
    cursor: pointer;
}

#slides .left {
    float: left;
}

#slides .right {
    float: right;
}

#slides .dot {
    margin-top: -60px;
    text-align: center;
}

#slides .dot li {
    background-color: #fff;
    border: 4px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    display: inline-block;
    margin: 5px;
    width: 5px;
    height: 5px;
    list-style-type: none;
    transition: all .36s ease;
    background-clip: content-box;
}

#slides .dot li:hover {
    width: 8px;
    height: 8px;
    border-width: 3px;
}

#slides .dot li.active {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}


/*product*/

.product_bg{
    width: 100%;
    margin: 0 auto;
    height: 1220px;
    background: url(../images/pro_bg.jpg) repeat  center;
    position: relative;

}


.product_bg .product{
    width: 1300px;
    margin: 0 auto;
}

.product_bg .product .pro_list{
    width: 1300px;
    height: 250px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    position: relative;
    top: -125px;
    border-radius: 5px;
}

.product_bg .product .pro_list .pro_t{
    float: left;
    width: 210px;
    margin-left: 50px;

}

.product_bg .product .pro_list .pro_t h3{
    font-size: 26px;
    color: #333333;
    padding-top: 40px;
}

.product_bg .product .pro_list .pro_t h3 span{
    display: block;
    font-size: 30px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.product_bg .product .pro_list .pro_t .more{
    display: block;
    width: 40px;
    height: 40px;
    background: #29d07c;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

.product_bg .product .pro_list .pro_fl{
    float: left;

}

.product_bg .product .pro_list .pro_fl ul li{
    float: left;
    width: 259px;
    height: 250px;
    border-right: 1px solid #eeeeee;
    position: relative;
}

.product_bg .product .pro_list .pro_fl ul li .nr{
    width: 259px;
    height: 318px;
    top: -34px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_list .pro_fl ul li .nr span{
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background:#29d07c;
    font-size: 36px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin: 84px auto 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_list .pro_fl ul li .nr i{
    display: block;
    margin: 20px auto 25px auto;
    width: 22px;
    height: 2px;
    background: #eeeeee;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_list .pro_fl ul li .nr a{
    font-size: 18px;
    color: #333;
    text-align: center;
    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_bg .product .pro_list .pro_fl ul li:hover .nr{
    width: 256px;
    height: 318px;
    background: #29d07c;
    border-radius: 5px;

}

.product_bg .product .pro_list .pro_fl ul li:hover .nr a{
    color: #fff;
}

.product_bg .product .pro_list .pro_fl ul li:hover .nr i{
    background: #fff;
}

.product_bg .product .pro_list .pro_fl ul li:hover .nr span{
    background: #fff;
    color: #29d07c;

}

.product_bg .product .pro_box{
    margin: 0px auto 0 auto;
    position: relative;
    height: 457px;
    top: -30px;
}

.product_bg .product .pro_box .bd{
    width: 1300px;
    margin: 0 auto;
    height: 457px;
    overflow: hidden;
}

.product_bg .product .pro_box .bd ul li{
    float: left;
    width: 1300px;
    height: 457px;
    margin: 0 auto;
    position: relative;
}

.product_bg .product .pro_box .bd ul li .pic{
    width: 750px;
    height: 457px;
    position: absolute;
    right: 0;
    background: #fff;
}

.product_bg .product .pro_box .bd ul li .pic img{
    width: auto;
    height: 457px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}


.product_bg .product .pro_box .bd ul li .txt{
    float: left;
    width: 503px;
    height: 372px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 5;
    margin-top: 65px;
    padding: 0 55px;

}

.product_bg .product .pro_box .bd ul li .txt .txt_t{
    overflow: hidden;
    line-height: 30px;
    position: relative;
    margin-top: 60px;

}

.product_bg .product .pro_box .bd ul li .txt .txt_t::after{
    width: 300px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 140px;
    top: 15px;
    content: "";

}

.product_bg .product .pro_box .bd ul li .txt .txt_t a{
    font-size: 20px;
    color: #000030;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
    width: 160px;

}

.product_bg .product .pro_box .bd ul li .txt .txt_t span{
    font-size: 30px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
}

.product_bg .product .pro_box .bd ul li .txt i{
    display: block;
    width: 17px;
    height: 3px;
    background: #edb244;
    margin-top: 20px;

}

.product_bg .product .pro_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 35px;
}

.product_bg .product .pro_box .bd ul li .txt .xq{
    float: right;
    margin-top: 35px;
    width: 150px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #dedede;
}

.product_bg .product .pro_box .bd ul li .txt .xq a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.product_bg .product .pro_box .next{
    position: absolute;
    left: 55px;
    bottom: 90px;
    width: 36px;
    height: 36px;
    background: url(../images/left.png) no-repeat  center;
    margin-left: 60px;
    cursor: pointer;
    z-index: 9;

}

.product_bg .product .pro_box .prev{
    position: absolute;
    left: 110px;
    bottom: 90px;
    width: 36px;
    height: 36px;
    background: url(../images/right.png) no-repeat  center;
    margin-left: 60px;
    cursor: pointer;
    z-index: 9;
}


.product_bg .product .pro_box .search{
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 42px;
    border-bottom: 1px solid #dedede;
    z-index: 9;

}

.product_bg .product .pro_box .search .search2{
    float: left;
    width: 390px;
    height: 42px;
    background: none;
    font-size: 14px;
    color: #666;
}

.product_bg .product .pro_box .search .search_s{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 6px;

}


.product_bg .pro_show{
    width: 96%;
    margin: 70px auto 0 auto;

}

.product_bg .pro_show ul li{
    float: left;
    width: 22%;
    margin: 0 1.5%;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .pro_show ul li .pic{
    padding-top: 80%;
    border-radius: 5px;
    background: #29d07c;
    position: relative;
}

.product_bg .pro_show ul li .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 96%;
    height: 96%;
    border-radius: 5px;
    margin: 1.8% 2%;
    display: block;

}

.product_bg .pro_show ul li .txt{
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #29d07c;
} 

.product_bg .pro_show ul li .txt h5 a{
    float: left;
    width: 80%;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-left: 5%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .pro_show ul li .txt .more{
    font-size: 26px;
    color: #666666;
    float: right;
    margin-right: 5%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .pro_show ul li:hover{
    border-radius: 5px;
    background: #29d07c;
}

.product_bg .pro_show ul li:hover .txt{
    border-radius: 5px;
}

.product_bg .pro_show ul li:hover .txt h5 a{
    color: #fff;
}

.product_bg .pro_show ul li:hover .txt .more{
    color: #fff;
}



/*case*/

.case{
    width: 1300px;
    margin: 55px auto 0 auto;
    position: relative;
}

.case .case_t{
    height: 90px;
    position: relative;
}

.case .case_t h5{
    float: left;
    font-size: 40px;
    color: #333;
}

.case .case_t h5 span{
    display: block;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.case .case_t::after{
    position: absolute;
    left: -85px;
    top: 30px;
    width: 62px;
    height: 4px;
    background: #29d07c;
    content: "";
}

.case .case_t .more{
    float: right;
    width: 60px;
    height: 60px;
    background: url(../images/more3.png) no-repeat center;
}

.case .case_box{
    margin: 35px auto 0 auto;
}

.case .case_box ul li{
    float: left;
    width: 425px;
    height: 228px;
    position: relative;
    margin-bottom: 19px;
}

.case .case_box ul li .pic{
    width: 425px;
    height: 228px;
    position: relative;
    overflow: hidden;
}

.case .case_box ul li .pic img{
    width: 425px;
    height: 228px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.case .case_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 425px;
    height: 50px;
    background: url(../images/ico1.png) repeat  center;
} 

.case .case_box ul li .txt a{
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 0 5px;
}



.case .case_box ul li.c1{
    float: left;
    width: 863px;
    height: 567px;
    position: relative;
    margin-right: 12px;
    overflow: hidden;
}

.case .case_box ul li.c1 .pic{
    width: 863px;
    height: 567px;
    position: relative;
    overflow: hidden;

}

.case .case_box ul li.c1 .pic img{
    width: 863px;
    height: 567px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case .case_box ul li.c1:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.case .case_box ul li.c1 .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 862px;
    height: 166px;
    background: url(../images/ico1.png) repeat  center;
} 

.case .case_box ul li.c1 .txt .txt_l{
    float: left;
    width: 530px;
    margin-left: 35px;
}

.case .case_box ul li.c1 .txt .txt_l a{
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: left;
    margin: 28px 0 2px 0;
}

.case .case_box ul li.c1 .txt .txt_l p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.case .case_box ul li.c1 .txt .more img{
    float: right;
    width: 70px;
    height: 70px;
    margin: 50px 55px 0 0;
}

.case .case_box .case_more{
    float: right;
    width: 425px;
    height: 74px;
    line-height: 74px;
    background: #f2f4fa;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_more a{
    font-size: 18px;
    color: #333;
    text-align: center;
    display: block;
}

.case .case_box .case_more:hover{
    border-radius: 25px;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 1080px;
    margin: 70px auto 0 auto;
    background: url(../images/pro_bg.jpg) repeat center;
}

.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
    padding-top: 65px;
}

.ys_bg .ys .ys_t{
    text-align: center;
}

.ys_bg .ys .ys_t h3{
    font-size: 40px;
    color: #333;

}

.ys_bg .ys .ys_t i{
    display: block;
    margin: 15px auto 18px auto;
    width: 62px;
    height: 4px;
    background: #29d07c;

}

.ys_bg .ys .ys_t p{
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ys_bg .ys .ys_box{
    margin: 45px auto 0 auto;
}

.ys_bg .ys .ys_box .hd{
    width: 1300px;
    margin: 0px auto 0 auto;
}

.ys_bg .ys .ys_box .hd ul li{
    width: 160px;
    height: 490px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 16px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.ys_bg .ys .ys_box .hd ul li .list{
    width: 160px;
    height: 490px;
    background: url(../images/ys_list.png) no-repeat bottom center;
    position: relative;
    float: right;
    z-index: 9;
}

.ys_bg .ys .ys_box .hd ul li .list .num{
    position: relative;
    top: 0px;
    width: 96px;
    height: 96px;
    line-height: 96px;
    margin: 0 auto;
    background: #29d07c;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .hd ul li .list h5 a{
    font-size: 28px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    writing-mode:tb-rl;
    margin-top: 20px;
    line-height: 160px;
}

.ys_bg .ys .ys_box .hd ul li .list i{
    display: block;
    margin: 15px auto 0 auto;
    width: 2px;
    height:36px;
    background: #999999;
}

.ys_bg .ys .ys_box .hd ul li .list span{
    display: block;
    line-height: 160px;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    writing-mode:tb-rl;
    margin-top: 15px;
}

.ys_bg .ys .ys_box .hd ul li.on .list{
    background: url(../images/ys_list1.png) no-repeat bottom center;
}

.ys_bg .ys .ys_box .hd ul li.on .list h5 a{
    color: #fff;
}

.ys_bg .ys .ys_box .hd ul li.on .list i{
    background: #fff;
}

.ys_bg .ys .ys_box .hd ul li.on .list span{
    color: #fff;
}

.ys_bg .ys .ys_box .hd ul li .txt_on{
    width: 596px;
    height: 452px;
    position: absolute;
    left: 0px;
    top:38px;
    overflow: hidden;
    opacity: 0;
}


.ys_bg .ys .ys_box .hd ul li .txt_on .nr{
    float: left;
    width: 596px;
    height: 452px;
    margin-top: 0px;
    position: relative;
}

.ys_bg .ys .ys_box .hd ul li .txt_on .nr .pic{
    width: 596px;
    height: 452px;
    position: relative;
}

.ys_bg .ys .ys_box .hd ul li .txt_on .nr .pic img{
    width: 596px;
    height: 452px;
}

.ys_bg .ys .ys_box .hd ul li .txt_on .nr p{
    font-size: 14px;
    color: #333;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/ico2.png) repeat center;
    width: 545px;
    padding: 15px 25px 0 35px;

}

.ys_bg .ys .ys_box .hd ul li.on{
    width: 756px;
}

.ys_bg .ys .ys_box .hd ul li.on .txt_on{
    opacity: 1;
}


/*message*/

.message{
    width: 1300px;
    height: 216px;
    background: #ffffff;
    margin: 75px auto 0 auto;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.message .m_t{
    float: left;
    width: 250px;
    height: 216px;
    background: #29d07c;
    padding-left: 30px;
}

.message .m_t span{
    display: block;
    font-size: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/buttom3.png) no-repeat  left 25px;
    padding-top: 105px;
}

.message .m_t h5{
    font-size: 22px;
    color: #fff;
}


.message .m_nr{
    margin: 50px 0 0 50px;
    float: left;
    width: 750px;
}

.message .m_nr .form-group1{
    float: left;
    width: 360px;
    height: 50px;
    background: #f2f4f9;
    margin-right: 20px;
}

.message .m_nr .form-group1 input{
    width: 360px;
    height: 50px;
    background: url(../images/m1.png) no-repeat  15px center;
    text-indent: 50px;
    font-size: 14px;
    color: #666;
}

.message .m_nr .form-group2{
    float: left;
    width: 360px;
    height: 50px;
    background: #f2f4f9;
}

.message .m_nr .form-group2 input{
    width: 360px;
    height: 50px;
    background: url(../images/m2.png) no-repeat  15px center;
    text-indent: 50px;
    font-size: 14px;
    color: #666;
}


.message .m_nr .form-group3{
    float: left;
    width: 360px;
    height: 50px;
    background: #f2f4f9;
    margin: 25px 20px 0 0;
}

.message .m_nr .form-group3 .codeText{
    width: 220px;
    height: 50px;
    background: url(../images/m3.png) no-repeat  15px center;
    text-indent: 50px;
    font-size: 14px;
    color: #666;
    float: left;
}

.message .m_nr .form-group3 .imgcode{
    float: right;
    width: 123px;
    height: 50px;
}

.message .m_nr .form-group4{
    float: left;
    width: 360px;
    height: 50px;
    background: #f2f4f9;
    margin: 25px 0px 0 0;
}

.message .m_nr .form-group4 textarea{
    width: 310px;
    height: 35px;
    background: url(../images/m4.png) no-repeat  15px center;
    font-size: 14px;
    color: #666;
    padding: 15px 0 0 50px;
}

.message .anniu{
    float: right;
    width: 162px;
    height: 123px;
    background: #29d07c;
    margin: 50px 35px 0 0;
}

.message .anniu button{
    cursor: pointer;
    border: none;
    width: 162px;
    height: 123px;
    background: #29d07c;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}


/*about*/

.about{
    width: 1300px;
    margin: 65px auto 0 auto;
    position: relative;

}

.about .ab_t{
    text-align: center;
}

.about .ab_t h3 a{
    font-size: 36px;
    color: #151515;
}

.about .ab_t i{
    display: block;
    margin: 8px auto 10px auto;
    width: 62px;
    height: 4px;
    background: #29d07c;
}

.about .ab_t p{
    font-size: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.about .txt_xq{
    margin: 25px auto 0 auto;
    width: 1210px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.about .ab_nr{
    margin: 60px auto 0 auto;
}

.about .ab_nr .ab_l{
    float: left;
    width: 640px;
    margin-top: 15px;
}

.about .ab_nr .ab_l .ab_list{
    background: url(../images/ab_t.jpg) no-repeat  20px 25px;
    height: 95px;
}

.about .ab_nr .ab_l .ab_list ul{
    float: left;
}

.about .ab_nr .ab_l .ab_list ul li{
    float: left;
    width: 80px;
    text-align: center;
    margin-right: 85px;
}

.about .ab_nr .ab_l .ab_list ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;

}

.about .ab_nr .ab_l .ab_list ul li a span{
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f4fa;
    border-radius: 50%;
    font-size: 20px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_nr .ab_l .ab_list ul li.casehover a span{
    background: #29d07c;
    color: #fff;
}


.about .ab_nr .ab_l .ab_list .ab_contact{
    float: right;
    width: 80px;
    margin-right: 60px;

}

.about .ab_nr .ab_l .ab_list .ab_contact a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;

}

.about .ab_nr .ab_l .ab_list .ab_contact a span{
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f4fa;
    border-radius: 50%;
    font-size: 20px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.about .ab_nr .ab_l .ab_box{
    margin-top: 40px;
}

.about .ab_nr .ab_l .ab_box ul li{
    float: left;
    width: 280px;
    margin-right: 35px;
    position: relative;
}


.about .ab_nr .ab_l .ab_box ul li .pic{
    width: 280px;
    height: 200px;
}

.about .ab_nr .ab_l .ab_box ul li .pic img{
    width: 280px;
    height: 200px;
}

.about .ab_nr .ab_l .ab_box ul li .txt{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #edb244;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_nr .ab_l .ab_box ul li .txt a{
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
}

.about .ab_nr .ab_l .ab_box ul li .txt i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #29d07c;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_nr .ab_l .ab_box ul li:hover .txt i{
    width: 100%;

}

.about .ab_nr .ab_l .ab_box ul li:hover .txt{
    border-bottom: 1px solid #fff;
}

.about .ab_nr .ab_img{
    float: right;
    width: 674px;
    height: 395px;
    background: url(../images/ab_img.jpg) no-repeat center;
    position: relative;
    margin-right: -25px;
}

.about .ab_nr .ab_img img{
    width: 514px;
    height: 322px;
    display: block;
    margin: 22px 80px;

}





/*news*/

.news_bg{
    width: 100%;
    height: 580px;
    margin: 60px auto 0 auto;
    background: url(../images/pro_bg.jpg) repeat  center;
}

.news_bg .news{
    width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
}

.news_bg .news .news_l{
    float: left;
    width: 365px;
}

.news_bg .news .news_l .news_t{
    position: relative;
    height: 135px;
}

.news_bg .news .news_l .news_t h5{
    position: relative;
    font-size: 30px;
    color: #333;
    float: left;
}

.news_bg .news .news_l .news_t h5 span{
    display: block;
    font-size: 60px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-top: -13px;
}

.news_bg .news .news_l .news_t h5 span::after{
    width: 154px;
    height: 3px;
    background: #29d07c;
    position: absolute;
    left: -100px;
    bottom: 0px;
    content: "";
}

.news_bg .news .news_l .news_t .more a{
    float: right;
    display: block;
    width: 50px;
    height: 108px;
    background: url(../images/more4.png) no-repeat  center;
}

.news_bg .news .news_l .news_img img{
    display: block;
    margin-top: 30px;
}

.news_bg .news .news_l .news_list{
    margin-top: 20px;
    width: 366px;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
}

.news_bg .news .news_l .news_list ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 5px 1px 0 1px;
}

.news_bg .news .news_l .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_l .news_list ul li.casehover{
    background: #29d07c;
}

.news_bg .news .news_l .news_list ul li.casehover a{
    color: #fff;
}

.news_bg .news .news_r{
    float: right;
    width: 930px;
}

.news_bg .news .news_r ul li{
    float: left;
    width: 430px;
    height: 120px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0px 0px 35px;
    position: relative;
    z-index: 5;
}

.news_bg .news .news_r ul li .txt{
    float: left;
    margin-left: 40px;
    width: 220px;
}

.news_bg .news .news_r ul li .txt span{
    font-size: 16px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px 0 10px 0;
    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 ul li .txt a{
    font-size: 16px;
    color: #666;
    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 ul li .more a{
    float: right;
    display: block;
    background: url(../images/more1.png) no-repeat center;
    width: 44px;
    height: 10px;
    margin: 55px 30px 0 0;
    -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 ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/news_list.jpg) no-repeat center;
    width: 0;
    height: 120px;
    z-index: -1;
    -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 ul li:hover i{
    width: 100%;
}

.news_bg .news .news_r ul li:hover .txt a{
    color: #fff;
}

.news_bg .news .news_r ul li:hover .txt span{
    color: #fff;
}

.news_bg .news .news_r ul li:hover .more a{
    background: url(../images/more2.png) no-repeat center;
}



/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    background: #29d07c;
    height: 70px;
}

.links_bg .links{
    width: 1300px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    overflow: hidden;
}

.links_bg .links h3{
    float: left;
    font-size: 36px;
    color: #fff;
    font-family: "Impact";
    text-transform: uppercase;
}

.links_bg .links .yq{
    float: left;
    width: 1215px;
}

.links_bg .links .yq a{
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
}