body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0;}
body{ font-size:12px; font-family:''; background-color:#ffffff;  }
.ft{float:left;}
.rt{float: right;}
.clear::after{content: "";display: block;clear: both;}
.page{text-align: center;margin: 15px 0;}
.page a{padding:5px 15px;border:1px solid #666;color: #666;border-radius: 5px;margin:0 5px; }
.page a.coc{color: #fff;background-color: #e95514;border:1px solid #e95514;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1100{
    width: 1100px;
    margin: 0 auto;
}
.banner img{
    display: block;
    width: 100%;
}
.top{
    line-height:40px;
    border-bottom: 1px solid #ccc;
}
.top div:nth-child(2) i{
    display:inline-block;
    width:16px;
    height: 16px;
    background: url("../images/topdhico.png")no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}
.top div:nth-child(2){
    color: #e95514;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-right: 20px;
}
.top div:nth-child(1) a{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    color: #999;
}
.top div:nth-child(1) a:hover{
    color: #e95514;
}
.nav_logo{
    padding: 10px 0;
}
.logo {
    width: 35%;
    margin-top: 12px;
}
.logo img{
    display: block;
    width:100%;
}
nav ul .nav_a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px;
    line-height: 75px;
    text-align: center;
}
nav .nav_a a:hover{
    color: #e95514;
}
nav ul li a{
    color: #666;
}
nav .nav_b{
    position: absolute;
    top: 66px;
    left: 0;
    width: 120%;
    line-height: 30px;
    display: none;
    background: rgba(255, 255, 255, 0.6);
    z-index: 666;
    box-shadow: 0px 0 1px #000;
    -webkit-box-shadow:0px 0 1px #000;
}
nav ul .nav_a:hover .nav_b{
    display:block;
}
nav .nav_b li a{
    display: block;
    width: 100%;
}
nav .nav_b li a:hover{
    background: #e95514;
    color: #fff;
}
.con_title{
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.con_title:before{
    content: "";
    position: absolute;
    top:50%;
    left: 0;
    width: 40%;
    height: 1px;
    background: #ccc;
}
.con_title:after{
    content: "";
    position: absolute;
    top:50%;
    right: 0;
    width: 40%;
    height: 1px;
    background: #ccc;
}
.con_title span:nth-child(1){
    font-size: 28px;
    color: #555555;
    line-height: 30px;
}
.con_title span:nth-child(3){
    font-size: 16px;
    color: #000;
}
.con_one ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.con_one ul li{
    display: block;
    width: 32%;

}
.con_one ul li img{
    display: block;
    width: 100%;
}
.con_one ul li p:nth-child(2){
    color: #555;
    font-size: 18px;
    margin-top: 10px;
}
.con_one ul li p:nth-child(3){
    color: #666;
    font-size: 14px;
    max-height: 76px;
    overflow: hidden;
    margin-top: 10px;
}
.con_one ul li p:hover{
    color: #e95514;
}
.con_tow {
    margin-top: 40px;
    padding-top:30px;
    background: url("../images/home_sec2_bg.jpg")no-repeat;
    min-height: 540px;
}
.con_tow .con_title span:nth-child(1){
    color: #000;
}
.con_tow ul{
    text-align: center;
    margin-top: 60px;
}
.con_tow ul li{
    display: inline-block;
    border: 1px solid #000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 35px;
    width: 100px;
    padding: 0px 25px 0px 25px;
    text-decoration: none;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
}
.con_tow ul li a{
    display: block;
    width: 100%;
    color: #000;
}
.con_tow ul li:hover{
    border: 1px solid #e95514;
    background: #e95514;
}
.con_three section>div{
    width: 48%;
    margin-top: 30px;
}
.new_lm{
    padding-bottom: 5px;
    border-bottom:1px solid #ccc;
}
.new_lm span{
    font-size: 22px;
    color: #666;
}
.new_lm a{
    display: block;
    width:80px;
    height: 30px;
    background: #e95514;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.con_three section ul{
    margin-top: 60px;
}
.con_three section ul li{
    position: relative;
    border-bottom:1px solid #ccc ;
    box-sizing: border-box;
    padding-left: 15px;
}
.con_three section ul li:after{
    content: "";
    position: absolute;
    top: 18px;
    left: 5px;
    display: block;
    width: 4px;
    height: 4px;
    background: #f29600;
    border-radius: 50%;
}
.con_three section ul li a:after{
    content: "";
    display: block;
    clear:both;
}
.con_three section ul li a span:first-child{
    float: left;
    font-size: 14px;
    color: #555;
    line-height: 40px;
}
.con_three section ul li a span:last-child{
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
.con_three section ul li a:hover span{
    color:#e95514 !important;
}
footer{
    background: #262626;
    margin-top: 30px;
}
.foot_top>div{
    padding-top: 40px;
    display: flex;
}
.foot_top div dl{
    width: 15%;
    color: #fff;
    border-right: 1px solid #333;
    padding-left: 30px;
    box-sizing: border-box;
}
.foot_top div dl dt{
    padding-bottom: 10px;
    font-size: 15px;
}
.foot_top div dl dd a{
    font-size: 13px;
    color: #acacac;
    line-height: 25px;
    text-decoration: none;
}
.foot_top .share{
    box-sizing: border-box;
    padding-left: 25px;
}
.link_friend{
    padding-bottom: 10px;
}
.link_friend a{
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}
.foot_bottom{
    background: rgb(233, 85, 20);
    color: #fff;
    padding: 15px 0;
}
.foot_bottom a{
    color: #fff;
}
.content{
    margin-top: 30px;
}
.content>div:nth-child(1){
    width: 20%;
}
.content>div:nth-child(2){
    width: 76%;
}
.left_top,.left_bottom{
    width: 100%;
}
.left_top h2{
    font-size: 24px;
    color: #FFFFFF;
    display: block;
    width: 100%;
    background: url("../images/nyleftlmbg.jpg")no-repeat;
    text-align: center;
    font-weight: 400;
    line-height: 70px;
}
.left_top >div:nth-child(2) img{
    display: block;
    width: 100%;
}
.left_top ul li a{
    background: url(../images/nl_navbg01.jpg) 0 0 no-repeat;
    display: block;
    height: 55px;
    font: 14px/55px "";
    color: #444;
    text-decoration: none;
    margin: 0;
    text-align: center;
}
.left_top ul li a:hover{
    background: url(../images/nl_navbg02.jpg) 0 0 no-repeat;
    color: #fff;
}
.left_top ul li.active a{
    background: url(../images/nl_navbg02.jpg) 0 0 no-repeat;
    color: #fff;
}
.left_bottom{
    box-sizing: border-box;
    padding: 15px;
    border:1px solid #ccc;
    margin-top: 50px;
}
.left_bottom>div{
    text-align: center;
    font-size: 24px;
    color: #5b5b5b;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.left_bottom ul li{
    font-size: 14px;
    color: #555;
    line-height: 28px;
}
.right_title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.right_title .ft{
    font-size: 20px;
    color: #666;
}
.right_title .rt{
    font-size: 14px;
    color: #bdbdbd;
}
.right_title .rt a{
    color: #bdbdbd;
}
.right_title .rt a:hover{
    color: rgb(233, 85, 20);;
}
.right_nr{
    margin-top: 30px;
}
.right_column{
    margin-top: 20px;
}
.right_column ul li{
    width: 48%;
    float: left;
    margin-right: 36px;
    margin-bottom: 15px;
    text-align: center;
}
.right_column ul li:nth-child(2n){
    margin-right:0;
}
.right_column ul li a {
    display: block;
    height: 40px;
    border: 1px solid #f29600;
    font: 15px/40px "";
    color: #f29600;
    text-decoration: none;
    margin: 0;
}
.right_column ul li a:hover{
    color: #e95514;
    font-weight: bold;
    border: 1px solid #e95514;
    text-decoration: none;
}
.news{
    margin-top: 30px;
}
.news ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}
.news ul li a>div:nth-child(1){
    width: 10%;
    background: #f5f5f5;
    text-align: center;
    height: 90px;
    color: #e95514;
}
.news ul li a>div:nth-child(1) span:nth-child(1){
    display: block;
    text-align:center;
    font-size: 35px;
    line-height: 46px;
    padding-top: 15px;
}
.news ul li a:hover
.news ul li a>div:nth-child(1) span:nth-child(2){
    display: block;
}
.news ul li a>div:nth-child(2){
    width: 60%;
    margin-left: 15px;
}
.news ul li a>div:nth-child(2) h3{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li a>div:nth-child(2) span{
    display: block;
    color: #b4b4b4;
    margin:5px 0;
}
.news ul li a>div:nth-child(2) p{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666;
}
.news ul li a{
    display: block;
    background: url(../images/inews_jt.png) no-repeat right;
    overflow: hidden;
}
.news ul li a:hover{
    background: url(../images/inews_jton.png) no-repeat right;
}
.news ul li a:hover .date{
    background: #e95514;
    color: #fff;
}
.news ul li a:hover h3{
    color: #e95514 !important;
}
.recruit{
    margin-top: 30px;
}
.recruit_title img{
    margin-right: 10px;
}
.recruit_title{
    font-weight: bold;
    font-size: 16px;
    color: #555;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.recruit_nr{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
}
.contact{
    margin-top: 30px;
}
.contact>div{
    width: 50%;
}
.contact p{
    font-size: 16px;
    color: #555;
    line-height: 25px;
    margin-bottom: 10px;
}
.contact h2{
    color: #555;
    line-height: 25px;
    font-size:20px;
    margin-bottom: 10px;
}
iframe{
    margin-top: 30px;
}
.ty_title{
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.ty_title h2{
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}
.ty_title>div p{
    color: #999999;
    line-height: 30px;
}
.ty_title>div a{
    font-size: 12px;
    color: #999999;
    line-height: 40px;
    text-decoration: none;
}
.ty_title>div a:hover{
    color: #e95514;
}
.ty_nr{
    margin-top: 10px;
    min-height: 600px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 15px;
}
.ty_bottom .ft a{
    display: inline-block;
}
.ty_bottom .ft a:nth-child(1){

}
.ty_bottom .ft a:nth-child(1) i{
    width: 26px;
    height: 26px;
    background: url(../images/icon.png) no-repeat;
    overflow: hidden;
    background-position: -26px -130px;
    display: block;
    color: #f29600;
    float: left;
    font-size: 14px;
}
.ty_bottom .ft a:nth-child(2) i{
    width: 26px;
    height: 26px;
    background: url(../images/icon.png) no-repeat;
    overflow: hidden;
    background-position: -26px -104px;
    display:block;
    color: #f29600;
    float: right;
    font-size: 14px;
}
.ty_bottom .ft a span{
    margin: 0 5px;
    line-height: 26px;
    float: right;
    color: #f29600;
    font-size: 14px;
}






















