/*返回顶部*/




@media screen and (min-width: 960px) and (max-width: 1199px) {


.top_warp {
 
    min-width: 1000px !important;
 
}


.top_box .rexian {
width: 195px !important;
    float: left !important;
}
.w {
    width: 1000px;
   
}


.cp_t {
    background-color: #f3f3f3;
  
    padding-bottom: 3%;
}


.zixun a > img {
    display: block !important;
    position: absolute !important;
    width: 1568px !important;
    left: 50% !important;

    margin-left: -787px !important;
}
.anli ul li img {
    
    width: 100% !important;

}

.cl_js .js_c .js_l p {
    font-size: 18px !important;
    line-height: 40px !important;
  
}








}







body{
    overflow:scroll;overflow-x:hidden;
}

.fanhui {

    position: fixed;
    right: 0;
    top: 800px;
}

.fanhui a {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #c9201d;
    border-radius: 15px;

}

.fanhui a img {
    display: block;
    margin: 0 auto;
    padding-top: 10%;
    margin-bottom: 5%;
}


.fanhui a p {
    text-align: center;
    font-size: 18px;
    text-align: center;
    color: white;

}


/*<!--  头部开始-->*/


.top_warp {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.top_warp .top_top {
    height: 29px;
    border-bottom: 1px #bfbfbf solid;

}

.top_t_t {
    background-color: #bb111b;
    height: 40px;
    z-index: 666666;
    position: relative;
}

.top_t_t p {
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #fff;
}

.top_t_t .top_right {
    float: right;

}

.top_t_t .top_right01 > a {
    display: block;
    float: right;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
}

.top_t_t .top_right01 > img {
    margin-top: 8px;
}

.top_t_t .top_right01 {
    float: right;
    margin-left: 20px;
}

.top_warp .top_box {
    height: 120px;

}

.top_warp .top_box .logo {
    height: 120px;
    float: left;
    clear: both;
    width: 790px;
}


.top_warp .top_box .logo > img {
    width: 21%;
    margin-top: 4%;
    padding-right: 2%;
    float: left;
    border-right: 1px #e5e5e5 solid;

}


.top_warp .top_box .logo .wenzi01 {
    font-size: 22px;
    color: #282828;
    padding-top: 25px;
    font-weight: 600;
    padding-left: 20px;
    float: left;
}


.top_warp .top_box .logo .wenzi02 {
    font-size: 20px;
    color: #333;
    padding-top: 5px;
    font-weight: 500;
    padding-left: 20px;
    float: left;
}


.top_box .rexian {
    width: 250px;
    padding-top: 3%;
    float: right;
}

.top_box .rexian .rx {

    font-size:17px;
    color: #333;
}

.top_box .rexian .dian {

    font-size: 20px;
    color: #3ca8f4;


}


.top_box .rexian img {
    float: left;
    display: block;
    padding-right: 5%;
    width: 12%;
}

.top_box .rexian .rexian_r {
    width: 200px;

}

/*  头部结束*/


/*  导航开始*/
.nav {
    height:60px;
    background-color: #03519c;
    border-top: 1px #e5e5e5 solid;
}

.nav .logo_right {
}


.nav .logo_right ul li {
    float: left;
    height: 57px;

}


.nav .logo_right ul li > a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 35px;
    font-size: 18px;
    line-height: 60px;


}

.nav .logo_right ul li:hover {
    background-color: #ef942f;
}

.nav .logo_right ul li:hover a {
    /*color: #4f8ced;*/
}



/*导航结束*/
/* banner 轮播图 */

.slide {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    overflow: hidden;
    min-width: 1200px;
}

.slide ul {
    width: 10000%;
    list-style-type: none
}

.next_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .5;
    vertical-align: middle;
    background: rgba(0, 0, 0);
    right: 5px;
    top: 50%;
    color: #fff;

    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;

}

.prev_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0, 0, 0, .1);
    left: 5px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer
}

.slide ul:after {
    content: '';
    clear: both;
    display: block
}

.slide ul li {
    float: left;
    text-align: center
}

.slide ul li img {
    vertical-align: middle;
    max-width: 100%
}

.slide .circle_btn {
    position: absolute;
    bottom:25px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%
}

.slide .circle_btn button {
    box-sizing: content-box;
    opacity: .8;
    outline: 0;
    border: 0;
    padding: 5px 25px;
    background: #666;
    margin: 2px 5px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}

.slide .circle_btn button.active {
    background: #024ea7;
}


/*  轮播图结束*/


/* 产品中心 开始*/
.cp_t {
    background-color: #f3f3f3;

    padding-bottom: 3%;
}



.cp_t .chanpin_box {}

.cp_t .chanpin_box .chanpin_left {


}

.cp_t .chanpin_box .chanpin_left .chanpin_boot {
    padding-bottom: 10%;
}

.cp_t .chanpin_box .chanpin_left h3 {

    color: #2b2a2a;
    font-size: 28px;
    padding-top: 15%;
    text-align: center;
    font-weight: 500;

}


.cp_t .chanpin_box .chanpin_left h2{
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #161a61;
    height: 80px;
    line-height: 80px;
    font-weight: 500;
}



.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl {



}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt {
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px #ffffff solid;
    background-color: #888888;
    float: left;
    width: 19%;
    margin-left: 1%;

}
.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt:hover{

    background-color: #e50012;
}
.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt:hover a{

    color: #fff;
}


.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt>a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl dd {

    height: 30px;
    line-height: 30px;

    padding-left: 16%;




}

.cp_t .chanpin_box .chanpin_left .chanpin_boot dl dd a {
    font-size: 15px;
    color: #666;
    font-weight: 500;
}



.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt>dd:hover a {
    color: #000;
    font-weight: 600;
}



.cp_t .chanpin_box .chanpin_right {

    padding-left: 20px;

}

.cp_t .chanpin_box .chanpin_right .c_top {
    padding-top: 0;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot .cp_b{
    background: #161a61;

}
.cp_t .chanpin_box .chanpin_left .chanpin_boot .cp_b img{
    width: 100%;
}

.cp_t .chanpin_box .chanpin_left .chanpin_boot .cp_b p{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}


.cp_t .chanpin_box .chanpin_right .cp_top {
    background: url(../img/cp_t_bgc.jpg)no-repeat 20px 67px;
    height: 70px;
}

.cp_t .chanpin_box .chanpin_right .cp_top h2 {

    float: left;
    font-size: 24px;
    padding-top: 3%;
    padding-bottom: 2%;
    font-weight: 500;
    padding-left: 2%;
}

.cp_t .chanpin_box .chanpin_right .cp_top a {

    float: right;
    font-size: 15px;
    padding-top: 3.9%;
    padding-bottom: 2%;
    font-weight: 500;
    padding-right: 4%;
    color: #18546b;
}


.cp_t .chanpin_box .chanpin_right .c_top>p {

    font-size: 26px;

}



.cp_t .chanpin_box .chanpin_right ul {
    /*float: left;*/
    /*overflow: hidden;*/
}


.cp_t .chanpin_box .chanpin_right ul li {


    margin-left: 36px;
    float: left;
    /* height: 200px; */
    margin-bottom: 3%;width: 21%;

}

.cp_t .chanpin_box .chanpin_right ul li p {
    text-align: center;
    font-size: 16px;
    color: #333;

    height: 40px;
    line-height: 40px;

}

.cp_t .chanpin_box .chanpin_right ul li img {

    display: block;
    width: 100%;
}



.cp_t .chanpin_box .chanpin_right ul li:hover a {
    background-color: #ff5400;
}




/*  产品结束 */

.shipin {
    margin: 3% 0;
}
.shipin video{
    width: 1000px;
    display: block;
    margin: 0 auto;
}



    /*管理*/

.guanli{
    background: url(../img/guanli_bgc.jpg)no-repeat top center;
    height: 770px;

}


.guanli ul li{
    float: left;
    width: 45%;
    padding-left: 5%;
    padding-bottom: 70px;
    padding-top: 106px;
}

.guanli ul li img{

}
.guanli ul li p{
    float: right;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    width: 70%;
}


/*管理*/


/* 优势 */

.fqs_ys {

    position: relative;
}


.fqs_ys ul {
    overflow: hidden;
    padding-top: 3%;
}

.fqs_ys ul li {
padding-bottom: 30px;
}


.fqs_ys ul li:nth-child(2){
    /*background-color: #f7f7f7;*/
}

.fqs_ys ul li:nth-child(4){
    /*background-color: #f7f7f7;*/
}

.fqs_ys ul li img{
    display: block;
    /* margin: 0 auto; */
    width: 80%;
    margin: 0 auto;
}

.fqs_ys ul li h2{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;    font-size: 20px;
    font-weight: 500;
}

.fqs_ys ul li p{
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}





/* 优势 */



.hy p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 2%;
}


/*实力品牌*/

.cp {

}

.cp .c_top {
    padding-top: 50px;
}

.cp_box .cp_top {

    padding-top: 50px;
}

.cp_box .cp_top {
}

.cp_box .cp_top ul {
    overflow: hidden;
    margin: 0 auto;

}

.cp_box .cp_top ul > li {
    float: left;
    width: 20%;
    height: 45px;
    margin-left: 50px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    background-color: #666666;


}

.cp_box .cp_top ul .no_li {
    background-color: #bb111b;

}

.cp_box .cp_top ul .no_li p {
    color: #fff;

}

.cp_box .cp_top ul > li > p {
    color: #fff;
    height: 25px;

    font-size: 16px;

}

/* 专家 */


.zj {
    padding-bottom: 3%;


}
.zj ul{
    padding-top: 5%;
}
.zj ul li {


    padding-bottom: 2%;

}


.zj ul li  p {
    padding-top: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;text-align: center;
}

.zj ul li img {
    width: 100%;
}



/* 专家 */


/* 咨询开始 */

.zixun {
    position: relative;
    height: 476px;
    overflow: hidden;
}

.zixun a > img {

    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}

/*咨询 结束*/



/* 咨询开始 */

.zixun {
    position: relative;
    height: 345px;
    overflow: hidden;
}

.zixun a > img {

    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}

/*咨询 结束*/


/*案例*/


.anli{



}


.anli .anli_l{
    float: left;
    width: 30%;
}



.anli ul li{
    float: left;
    width: 22%;
    padding-left: 3%;
    padding-bottom: 20px;
}

.anli ul li p{
    text-align: center;
    font-size: 16px;
}






/*案例*/





/*介绍*/


.cl_js {

    padding-bottom: 3%;

}



.cl_js .js_c {

    overflow: hidden;
        padding: 0 30px;
}

.cl_js .js_c .js_l{

}

.cl_js .js_c .js_l img{
    padding-top: 20px;
    padding-bottom: 20px;


}
.cl_js .js_c .js_l p{

    font-size: 30px;
    line-height: 70px;
    text-indent: 2em;
    color: #333;
}




.cl_js .js_c>img{
    width: 100%;
}



/* 荣誉资质 */
.ry{
    position: relative;
}
.ry_b{
    background-color: #fff;
    margin-top: -150px;
    box-shadow: 0 1px 6px 3px #e5e5e5;
    position: relative;

}
.ry ul {
    overflow: hidden;
    padding-top: 30px;
}

.ry ul li {


    float: left;
    width: 22%;
    padding-left: 2.5%;
    padding-bottom: 3%;

}


.ry ul li img {
    width: 100%;
}

/* 荣誉资质 */


/*介绍*/














/* 动态 开始 */


.xinwen ul {
    overflow: hidden;
    padding-bottom: 5%;
}


.xinwen ul li {
    float: left;
    width: 31%;
    margin-left: 2%;
    background-color: #f9f9f9;
    padding-bottom: 3%;
    margin-top: 3%;
    height: 430px;
}

.xinwen ul li img {
    width: 100%;
    max-height: 280px;
}


.xinwen ul li h1 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.xinwen ul li span {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    padding-top: 5px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 3%;
}

.xinwen ul li p {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #333;


    /* （行数） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}





/* 动态 结束 */

/*  底部开始*/

.footer_box {
    background-color: #333;

    padding-top: 50px;
}

.footer {
}

.footer .fot_log {
    float: left;

    width: 16%;
    /* height: 250px; */
    margin-right: 15%;


}






.footer .fot_log img {
    width: 100%;
    padding-top: 25%;
    padding-right: 5%;
}


.footer .footer_right {
    float: left;

    width: 34%;


}


.footer .footer_right h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

}


.footer .footer_right > ul {
    overflow: hidden;


}


.footer .fot_cp {
    width: 160px;
    border: none;
    float: left;
    margin-left: 2%;

}

.footer .fot_cp img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.footer .fot_cp p {
    text-align: center;
    color: white;
    padding-top: 5%;
    font-size: 16px;
}

.footer .footer_right > ul li a {
    font-size: 16px;
    color: #fff;
}

.footer .footer_right > .fot_nav {
}

.footer .footer_right > .fot_nav li {
    float: left;
    width: 46%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-right: 3%;
}

.footer .footer_right > .fot_nav li > a {
    color: #fff;

}


.footer .footer_left {
    float: left;
    width: 30%;
    /* padding-top: 20px; */
    padding-left: 20px;

}

.footer .footer_left h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
}

.footer .footer_left h3 {
    margin-left: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

.footer .footer_left > img {
    float: left;
    width: 16%;
    margin-top: 6%;
    margin-right: 5%;

}

.footer .footer_left ul {
    float: left;

    padding-right: 5%;
}

.footer .footer_left p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;

}

.footer .footer_left > h6 {
}

.footer .fot_js {
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-left: 15px;

}

.footer .fot_js img {
}

.footer .fot_js p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    line-height: 35px;
}

.footer_bom {
    background-color: #000;
    margin-top: 50px;

}

.footer_bom > p {
    color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.footer_bom > p > a {
    color: #ff5400;
}

/*底部结束 */

