/*内页公共样式*/




#ny_title .title_left{
    float: left;
}

















#ny_title .title_left h5{
    font-family: Arial;
    font-size: 16px;
    color: #858584;
    line-height: 24px;
    padding-top: 23px;
}
#ny_title .title_left h3{
    font-size: 28px;
    color: #333;
    line-height: 36px;
    position: relative;
}
#ny_title .title_left h3 span{
    display:none;
}
#ny_title .title_left h3:after{
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    width: 29px;
    height: 4px;
    background: #3571b9;
    margin-top: -2px;
}
#ny_title .title_right{
    line-height: 104px;
    position: relative;
}



#ny_content{
    background: #f5f5f5;
    padding: 30px 0 50px 0;
}

#ny_content .links a{
    display: inline-block;
    background: #fff;
    padding: 0 25px;
    line-height: 40px;
    margin-right: 12px;
    transition: all 0.3s;
}
#ny_content .links{
    margin-bottom: 30px;
}
#ny_content .links a.active{
    background: #3571b9;
    color: #fff;
}
#ny_content .links a:hover{
    background: #3571b9;
    color: #fff;
}



#ny_content .list>li{
    position: relative;
}


#ny_content .list{
    background: #fff;
}

#ny_content .list>li.yangshi1 .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
#ny_content .list>li.yangshi2 .img{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

#ny_content .list>li.yangshi1{
    padding-left: 50%;
}

#ny_content .list>li.yangshi2{
    padding-right: 50%;
}

#ny_content .list>li .text h2{
    font-size: 28px;
    color: #787878;
    line-height: 64px;
    height: 64px;
    overflow: hidden;
}
#ny_content .list>li .text{
    padding: 46px 66px 130px 40px;
}



#ny_content .list>li .text div{
   line-height: 26px;
    height: 78px;
    overflow: hidden;
}










/*内页公共样式*/


#ny_content .text_box{
    background: #fff;
    padding: 30px 30px 50px 30px;
}



#ny_content .text_box p{
    color: #7a7a7a;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

#ny_content .text_box .three_data{
    overflow: hidden;
    padding-bottom: 26px;
    margin: 80px 0 0 0;
    background: #f8f8f8
}
#ny_content .text_box .three_data li{
    float: left;
    width: 33.33%;
    text-align: center;
}
#ny_content .text_box .three_data li b{
    font-size: 56px;
}





#ny_content  #add_list .img{
    border: 1px solid #e7e7e7;
    overflow: hidden;
}






#ny_content  #add_list .box{
    margin-bottom: 30px;
}


#ny_content  #add_list .img img{
    max-width: 100%;
    transition: all 0.3s;
}

#ny_content  #add_list .img:hover img{
   transform: scale(1.1);
    cursor: pointer;
}

#ny_content  #add_list .img:hover{
    border: 1px solid #3571b9;
}







#ny_content .text_box .zhaopin_list li{
    position: relative;
    padding-right: 133px;
    line-height: 70px;
    font-size: 16px;
    padding-left: 40px;
}

#ny_content .text_box .zhaopin_list li.bg01{
    background: #f7f7f7;
}
#ny_content .text_box .zhaopin_list li.bg02{
    background: #fff;
}

#ny_content .text_box .zhaopin_list li a{
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 2px;
    line-height: 25px;
    padding: 6px 14px;
    font-size: 14px;
    transition: all 0.3s;

}

#ny_content .text_box .zhaopin_list li a:hover{
    border: 1px solid #3571b9;
    background: #3571b9;
    color: #fff;
}
#ny_content .text_box img{
    max-width:100%!important
}





#ny_content .text_box .zhaopin_list li:hover{
    box-shadow: -10px -5px 10px #ccc;
}






#ny_content .text_box .zhaopin_list li div.xq{
    display: none;
}



#ny_content .text_box .zhaopin_list li div.xq h6{
    /*display: none;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 23px;
}



#ny_content .text_box .zhaopin_list li div.xq div.content{
   line-height: 40px;
    padding-bottom: 150px;
    color: #666;

}














#ny_content .text_box form{
    padding: 0 170px;
}

#ny_content .text_box form .input_box{
    position: relative;
    padding-left: 63px;
    height: 52px;
    padding-right: 15px;
    margin-bottom: 15px;
}

#ny_content .text_box form #textarea{
    position: relative;
    padding-left: 63px;
    height: auto;
    padding-right: 15px;
    margin-bottom: 15px;
}



#ny_content .text_box form .input_box span{
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 50px;

}

#ny_content .text_box form .input_box input{
    display: block;
    width: 100%;
    line-height: 48px;
    border: 1px solid #ccc;
}




#ny_content .text_box form  #textarea{
    height: auto;
}


#ny_content .text_box form  #textarea textarea{
    min-height: 270px;
    resize: none;
    border: 1px solid #ccc;
}



#ny_content .text_box .address{
    background: #f5f5f5;
    position: relative;
    padding-left: 330px;
}


#ny_content .text_box .address .address_img{
    position: absolute;
    left: 40px;
    top:46px;
}
#ny_content .text_box .address .address_img img{
    max-width: 100%;
}
#ny_content .text_box .address ul{
    padding: 17px 0 17px 33px;
}
#ny_content .text_box .address ul li{
   line-height: 34px;
    position: relative;
    padding-left: 33px;
}


#ny_content .text_box .address ul li.dizhi:before{
    content: url("../image/icon_adr.jpg");
    position: absolute;
    left: 0;
    top: 6px;

}

#ny_content .text_box .address ul li.phone1:before{
    content: url("../image/icon_phone.jpg");
    position: absolute;
    left: 0;
    top: 6px;

}
#ny_content .text_box .address ul li.phone2:before{
    content: url("../image/icon_phone2.jpg");
    position: absolute;
    left: 2px;
    top: 6px;

}

#ny_content .text_box .address ul li.chuanzhen:before{
    content: url("../image/icon_chuanzhen.jpg");
    position: absolute;
    left: 0px;
    top: 6px;

}



#ny_content .text_box .address ul li.youbian:before{
    content: url("../image/icon_email.jpg");
    position: absolute;
    left: 2px;
    top: 6px;

}

#ny_content .text_box ul.list2 li{
    position: relative;
    padding-left: 270px;
}

#ny_content .text_box ul.list2 li .text{
    padding-left: 30px;
}



#ny_content .text_box ul.list2 li .text h4{
    margin: 0;
    padding: 0;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}

#ny_content .text_box ul.list2 li .text h4+div{
    margin: 0;
    padding: 0;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 36px;
}

#ny_content .text_box ul.list2 li .text span{
    display: inline-block;
    line-height: 20px;
    border: 1px solid #3471b8;
    border-radius: 6px;
    padding: 0 23px;
    color: #3471b8;
    margin-bottom: 10px;
}




#ny_content .text_box ul.list2 li .imgs{
   position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 100%;
    transition: all 0.3s;
    text-align: center;
}


#ny_content .text_box ul.list2 li .imgs img{
   max-width: 100%;
}

#ny_content .text_box ul.list2{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}





#ny_content #news .news_box .img{
    position: relative;
    overflow: hidden;
}
#ny_content #news .news_box{
    margin-bottom: 30px;
}
#ny_content #news .news_box .img h2{
    position: absolute;
    left: -85px;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 85px;
    background: #3571b9;
    margin: 0;
    transition: all 0.3s;
}


#ny_content #news .news_box:hover .img h2{
    left: 0;
}







#ny_content .text_box .news_text_list{
    padding: 0 0 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}


#ny_content .text_box .news_text_list .box{

    position: relative;
    padding-left: 150px;
}



#ny_content .text_box .news_text_list .box h5{

    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    border: 1px solid #ccc;
    text-align: center;
    height: 100%;
}


#ny_content .text_box .news_text_list .box h5 b{

    font-size: 50px;
    line-height: 100px;
    color: #3471b8;
    display: inline-block;
    width: 100%
}

/*#ny_content .text_box .news_text_list .box{*/
/*    padding: 0 0 40px 0;*/
/*    margin-bottom: 40px;*/
/*    border-bottom: 1px solid #ccc;*/
/*}*/


#ny_content .text_box .news_text_list .box h5 small{

    font-size: 16px;
    line-height: 40px;
    color: #666;
    display: inline-block;
    background: #e5e5e5;
    width: 100%;
}



#ny_content .text_box .news_text_list .box .wenzi h3{
font-size: 22px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 27px;
}

#ny_content .text_box .news_text_list .box .wenzi div{
  line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 19px;
}

#ny_content .text_box .news_text_list .box .wenzi span{
    display: inline-block;
    line-height: 20px;
    border: 1px solid #3471b8;
    color: #3471b8;
    padding: 0 26px;
    border-radius: 15px;
    transition: all 0.3s;
}

#ny_content .text_box .news_text_list:hover .box .wenzi span{
    transform: rotateY(180deg);
}












#ny_content #news .news_box .img h2 b{
    display: block;
    font-size: 36px;
}

#ny_content #news .news_box .img h2 span{
    display: block;
    font-size: 14px;
}


#ny_content #news .news_box .news_text h4{
   font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0;
}



#ny_content #news .news_box .news_text div{
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}


/*#ny_content  #news_xiangqingye>h3{
    line-height: 88px;
    height: 88px;
    overflow: hidden;
}*/


#ny_content  #news_xiangqingye>.data{
    line-height: 26px;
    overflow: hidden;
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;

}

#ny_content  #news_xiangqingye>.data+.ny_content{
    padding: 20px 0;

}


#ny_content  #news_xiangqingye>.data+.ny_content img{
    max-width:100%;

}






@media screen and ( max-width: 992px ) {

    #ny_content .list>li{
        margin-bottom: 15px;
    }
    #ny_content .list>li.yangshi1 .img{
        width: 30%;
    }
    #ny_content .list>li.yangshi2 .img{
        width: 30%;
    }

    #ny_content .list>li.yangshi1{
        padding-left: 30%;
    }

    #ny_content .list>li.yangshi2{
        padding-right: 30%;
    }

    #ny_content .list>li .text h2{
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    #ny_content .list>li .text{
        padding: 20px;
    }






    #ny_content .text_box form{
        padding: 0 20px;
    }

    #ny_content .text_box form  #textarea textarea{
        min-height: 80px;
    }








    #ny_content .text_box .address{
        background: #f5f5f5;
        padding-left: 0px;
    }


    #ny_content .text_box .address .address_img{
        position:static;
    }



    #ny_content .text_box .address ul{
        padding: 17px 0 17px 10px;
    }

    
    #ny_content .text_box img{
    height:auto!important
}























}




@media screen and ( max-width: 768px ) {


    #ny_content .list>li.yangshi1 .img{
        width: 20%;
    }
    #ny_content .list>li.yangshi2 .img{
        width: 20%;
    }

    #ny_content .list>li.yangshi1{
        padding-left: 20%;
    }

    #ny_content .list>li.yangshi2{
        padding-right: 20%;
    }

    #ny_content .list>li .text h2{
        font-size: 14px;
        line-height: 22px;
        height: 22px;
    }
    #ny_content .list>li .text{
        padding: 10px;
    }
    #ny_content .list>li .text div{
        font-size: 12px;
        height: 28px;
        line-height: 14px;
    }




    #ny_content .text_box .zhaopin_list li{
        position: relative;
        padding-right: 20px;
        line-height: 70px;
        font-size: 14px;
        padding-left: 40px;
    }



    #ny_title .title_left h3 {

    }



    #ny_title .title_left{
        float: none;
        width: 100%;
    }




    /*内页公共样式*/

    #ny_title .title_left h5{
        display: none;
    }
    #ny_title .title_left h3{
        font-size: 16px;
        color: #333;
        line-height: 60px;
        padding: 0 40px 0 15px;
        background: #3571b9;
        color: #fff;
        margin: 15px 0;
        cursor: pointer;
    }
    #ny_title .title_left h3 span{
        display:inline-block;
    }
    #ny_title .title_right{
        display: none;
    }
    #ny_title .title_left h3:after{
        display: none;
    }


    #ny_title .title_left h3:before{
       content: url("../image/up.png");
        position: absolute;
        right: 8px;
        top: 9px;
    }

    #ny_title .title_left h3.active:before{
        content: url("../image/down.png");
        position: absolute;
        right: 8px;
        top: 9px;
    }





    #ny_content{
        padding: 15px 0 20px 0;
    }

    #ny_content .links a{
        display: block;
        width: 100%;
        background: #fff;
        padding: 0 25px;
        line-height: 40px;
        margin-right: 0px;
        transition: all 0.3s;
    }
    #ny_content .links{
        margin-bottom: 30px;
        display: none;
    }












    #ny_content .text_box ul.list2 li{
        position: relative;
        padding-left: 70px;
    }

    #ny_content .text_box ul.list2 li .text{
        padding-left: 10px;
    }



    #ny_content .text_box ul.list2 li .text h4{
        line-height: 20px;
        height: 20px;
        font-size: 14px;
    }

    #ny_content .text_box ul.list2 li .text h4+div{
        line-height: 16px;
        height: 32px;
        margin-bottom: 0;
        font-size: 12px;
    }

    #ny_content .text_box ul.list2 li .text span{
       display: none;
    }
    #ny_content .text_box ul.list2 li .imgs{
        width: 70px;
    }


    #ny_content .text_box ul.list2{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }













    #ny_content .text_box .news_text_list{
        padding: 0 0 40px 0;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
    }


    #ny_content .text_box .news_text_list .box{

        position: relative;
        padding-left: 0px;
    }





    #ny_content .text_box .news_text_list .box h5 {
    display: none;
    }



    #ny_content .text_box .news_text_list .box .wenzi h3{
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        overflow: hidden;
        margin-bottom: 5px;
    }













    #ny_content  #news_xiangqingye>.data span{
        float: none;
        display: block;
        width: 100%;

    }


    #ny_content  #news_xiangqingye>.data p{
        float: none;
        display: block;
        width: 100%;

    }














}



@media screen and ( max-width: 400px ){

}



