body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0; margin:0;}
body{background:#fff; color:#666;overflow-x: hidden;min-width:1100px;-webkit-font-smoothing: antialiased;}
body,button,input,select,textarea{font:13px/1.5 "微软雅黑",arial; color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small {font-size:12px}
ul,ol{list-style-type:none; list-style-image:none}
a {color:#333; text-decoration:none; outline:none;}
a:hover{text-decoration:none;}
img{ border:none;}
table{border-collapse:collapse;}
td,th{border: 1px solid #333;}
input{border: none;outline: none;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.tan05{-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.tan01{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.tan02{  -webkit-transition: all 2s;  -moz-transition: all 2s;  -ms-transition: all 2s;  -o-transition: all 2s;  transition: all 2s;  }
.b{display: block;width: 100%;height: 100%;}
.noclick{pointer-events: none;}
.p{padding: 0 calc(50% - 550px);}
.cl{clear: both}
.cl:after{content: "";clear: both;display: table}
/*首页-----------------------------------------------------------*/
.nav{
    height: 115px;
}
.logo{
    display: block;
    width: 290px;
    height: 100%;
    float: left;
}
.header-r{
    float: right;
    padding-top: 20px;
}
.header-tel{
    font-size: 17px;
    color: #666;
    line-height: 40px;
    height: 40px;
    float: right;
}
.header-tel span{
    color: #104bac;
    font-size: 20px;
}
.nav-list{
    margin-right: -20px;
}
.nav-list li{
    float: left;
    width: 100px;
    text-align: center;
    line-height: 44px;
    position: relative;
}
.nav-list li + li:before{
    content: "";
    position: absolute;
    left: 0;
    top:15px;
    width: 1px;
    height: 15px;
    background: #999;
}
.nav-list li>a{
    display: block;
    line-height: 44px;
    font-size: 15px;
    padding-bottom: 11px;
}
.nav-list li:hover>a,.nav-list li.active>a{
    color: #104bac;
}
.nav-two{
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    left: 0;
    background: #3163b6;
}
.nav-two a{
    display: block;
    color: white;
    line-height: 38px;
    border-bottom: 1px solid #104bac;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.nav-two a:last-child{
    border-bottom: none;
}
.nav-two a:hover{
    background: #104bac;
}
/*banner*/
.banner{
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}
.banner-con{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}
/*二级导航*/
.list-two{
    position: relative;
    height: 75px;
}
.list-two div{
    width: 50%;
    height: 100%;
    float: left;
    font-size: 20px;
    line-height: 75px;
}
.list-two div:first-child{
    background: #104bac;
    padding-left: calc(50% - 545px);
}
.list-two div:last-child{
    background: #3163b6;
    padding:0 calc(50% - 550px) 0 40px;
}
.list-two div a{
    color: #5595ff;
}
.list-two a b{
    color: white;
}
/*产品列表*/
.pro{
    padding-top: 30px;
    padding-bottom: 60px;
}
.prolist{
    height: 42px;
    margin-bottom: 33px;
}
.prolist li{
    float: left;
    width: 179px;
    height: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    background: #ccc;
    border-radius: 12px / 20px;
}
.prolist li + li{
    margin-left: 5px;
}
.prolist li.active{
    background: #104bac;
}
.prolist li.active a{
    color: white;
}
.pro-con{
    height: 230px;
}
.pro-con ul{
    display: none;
    height: 100%;
}
.pro-con ul.active{
    display: block;
}
.pro-con li{
    float: left;
    width: 255px;
    height: 190px;
}
.pro-con li img{
    display: block;
    width: 100%;
    height: 190px;
    border: 3px solid transparent;
}
.pro-con li + li{
    margin-left: 26px;
}
.pro-con li p{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.pro-con li:hover img{
    border-color: #104bac;
}
.pro-con li:hover p{
    color: #104bac;
}
/*关于我们*/
.about{
    height: 485px;
    padding-top: 80px;
    background: url("../images/about_bg.jpg") no-repeat center top;
}
.about-title{
    overflow: hidden;
}
.about-title>a{
    display: block;
    float: left;
    width: 318px;
    height: 73px;
    margin-right: 45px;
    background: url("../images/about_title.png") no-repeat;
}
.about-title i{
    font-weight: bold;
}
.about-list{
    float: left;
    overflow: hidden;
}
.about-list li{
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
    position: relative;
    padding-top: 55px;
}
.about-list li p{
    font-size: 14px;
    text-align: center;
}
.about-list li:hover p{
    color: #104bac;
}
.about-list li + li{
    margin-left: 25px;
}
.about-p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
    height: 224px;
    overflow: hidden;
}
.about-list li i{
    display: block;
    width: 51px;
    height: 52px;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    left: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-list li i.icon-b{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.about-list li:hover i.icon-t{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.about-list li:hover i.icon-b{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.about-list li:nth-child(1) i:nth-child(1){
    background: url("../images/a_icon_01.png") no-repeat;
}
.about-list li:nth-child(1) i:nth-child(2){
    background: url("../images/a_icon_01_a.png") no-repeat;
}
.about-list li:nth-child(2) i:nth-child(1){
    background: url("../images/a_icon_02.png") no-repeat;
}
.about-list li:nth-child(2) i:nth-child(2){
    background: url("../images/a_icon_02_a.png") no-repeat;
}
.about-list li:nth-child(3) i:nth-child(1){
    background: url("../images/a_icon_03.png") no-repeat;
}
.about-list li:nth-child(3) i:nth-child(2){
    background: url("../images/a_icon_03_a.png") no-repeat;
}
.about-list li:nth-child(4) i:nth-child(1){
    background: url("../images/a_icon_04.png") no-repeat;
}
.about-list li:nth-child(4) i:nth-child(2){
    background: url("../images/a_icon_04_a.png") no-repeat;
}
/*案例中心*/
.case{
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.case-l{
    float: left;
}
.case-r{
    float: right;
    width: 810px;
}
.case-title{
    display: block;
    background: url("../images/case_title.png") no-repeat;
    height: 83px;
    width: 262px;
    margin-bottom: 20px;
}
.caselist{
    width: 164px;
}
.caselist li{
    width: 100%;
    height: 42px;
    border-radius: 20px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    background: #999;
}
.caselist li.active{
    background: #104bac;
}
.caselist li a{
    color: white;
}
.caselist li + li{
    margin-top: 5px;
}
.swiper-case{
    overflow: hidden;
    display: none;
}
.swiper-case.active{
    display: block;
}
.swiper-case li{
    float: left;
    width: 259px;
    height: 213px;
}
.swiper-case li + li{
    margin-left: 16px;
}
.swiper-case li img{
    display: block;
    width: 100%;
    height: 168px;
}
.swiper-case li p{
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    background: #e5e5e5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-case li:hover p{
    background: #104bac;
    color: white;
}
.swiper-case-span{
    height: 16px;
    margin-top: 13px;
    text-align: center;
}
.swiper-case-span span{
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    opacity: 1;
    background: #999;
}
.swiper-case-span span + span{
    margin-left: 15px;
}
.swiper-case-span span.swiper-pagination-bullet-active{
    background: #104bac;
}
/*新闻资讯*/
.news{
    padding-top: 50px;
    padding-bottom: 80px;
    background: #f2f2f2;
    text-align: center;
}
.news-title{
    display: inline-block;
    margin-bottom: 15px;
}
.news-title h3{
    font-size: 32px;
    color: #104bac;
}
.news-title p{
    font-size: 28px;
    color: #999;
}
.news-list{
    overflow: hidden;
}
.news-list li{
    float: left;
    width: 366px;
}
.news-info{
    text-align: left;
    background: white;
    height: 218px;
    padding: 30px;
    position: relative;
}
.news-info h3{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 5px;
}
.news-info p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 5px;
    height: 72px;
    overflow: hidden;
}
.news-info span{
    font-size: 12px;
    color: #999;
}
.news-info:before{
    content: "";
    position: absolute;
    border: 20px solid transparent;
    left: 50%;
    margin-left: -20px;
    z-index: 999999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-list li:nth-child(2n) .news-info:before{
    top: -40px;
    border-bottom: 20px solid white;
}
.news-list li:nth-child(2n+1) .news-info:before{
    bottom: -40px;
    border-top: 20px solid white;
}
.news-imp{
    overflow: hidden;
    height: 218px;
}
.news-list li:hover .news-info{
    background: #104bac;
}
.news-list li:hover .news-info h3,.news-list li:hover .news-info p{
    color: white;
}
.news-list li:nth-child(2n):hover .news-info:before{
    border-bottom-color:#104bac;
}
.news-list li:nth-child(2n+1):hover .news-info:before{
    border-top-color:#104bac;
}
.news-list li:hover .news-imp img{
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}
/*底部导航*/
.nav-btm{
    background: #104bac url("../images/nav_btm_bg.jpg") repeat-y left calc(50% - 14px) top;
    overflow: hidden;
}
.nav-btm dl{
    float: left;
    width: 171px;
    padding:60px 0 50px 35px;
}
.nav-btm dl:first-child,.nav-btm dl:last-child{
    width: 122px;
}
.nav-btm dl:first-child{
    padding-left: 0;
}
.nav-btm dl dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.nav-btm dl dt a{
    color: white;
}
.nav-btm dl dd{
    font-size: 14px;
    line-height: 30px;
}
.nav-btm dl dd a{
    color: #a1c0f4;
}
.nav-btm dl a:hover{
    text-decoration: underline;
}
/*底部信息*/
.footer{
    width: 100%;
    height:170px;
    text-align: center;
    line-height: 30px;
    background: #002a71;
    color: white;
    padding-top: 40px;
}
.footer p a{
    display: inline-block;
    padding: 0 15px;
    color: white;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    border-right: 1px solid white;
}
.footer p a:last-child{
    border-right: none;
}
.footer p img{
    display: inline-block;
    vertical-align: baseline;
}
.footer p a:hover,.i-broad a:hover{
    text-decoration: underline;
}
/*产品页面---------------------------------------------------------------*/
.i-banner{
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.i-banner img{
    display: block;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    left: 50%;
    top: 0;
    position: absolute;
}
.i-info{
    overflow: hidden;
    padding-bottom: 60px;
}
.i-l{
    width: 220px;
    float: left;
}
.i-title{
    height: 75px;
}
.i-title-p{
    background: url("../images/i_title_p.jpg") no-repeat;
}
.i-l-plist{
    font-size: 16px;
    text-indent: 50px;
}
.i-l-plist dt{
    line-height: 40px;
    margin-bottom: 1px;
    background: #333 url("../images/i_title_two_w.png") no-repeat left 20px center;
}
.i-l-plist dt a{
    color: white;
}
.i-l-plist dd{
    background: #e6e6e6;
    margin-bottom: 1px;
    line-height: 35px;
    font-size: 14px;
}
.i-l-plist dd:last-child{
    margin-bottom: 0;
}
.i-l-plist dt:hover,.i-bread a:hover,.i-n-list li:hover h3{
    text-decoration: underline;
}
.i-l-plist dd.active a,.i-l-plist dd:hover a{
    color: #104bac;
}
.i-r{
    float: right;
    width: 838px;
}
.i-bread{
    height: 45px;
    line-height: 45px;
    background: #dee9fb url("../images/i_bread.png") no-repeat left 20px center;
    font-size: 14px;
    color: #5d5d5d;
    padding-left: 43px;
    margin-bottom: 25px;
}
.i-bread a{
    color: #5d5d5d;
}
.i-bread b{
    color: #104bac;
    font-size: 16px;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto;
}
.pages a{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    line-height: 24px;
    text-align: center;
    margin-right: 16px;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,.pages a.page_bottom{
    width: 30px;
}
.pages a.page_active,.pages a:hover{
    color: #104bac;
}
.i-p-list{
    overflow: hidden;
}
.i-p-list li{
    float: left;
    width: 255px;
    height: 230px;
    margin: 0 36px 20px 0;
}
.i-p-list li:nth-child(3n){
    margin-right: 0;
}
.i-p-list li img{
    display: block;
    width: 100%;
    height: 190px;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.i-p-list li p{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.i-p-list li:hover img{
    border-color: #104bac;
}
.i-p-list li:hover p{
    color: #104bac;
}
/*案例中心页面---------------------------------------------------------*/
.i-title-c{
    background: url("../images/i_title_c.jpg") no-repeat;
}
.i-title-env{
    background: url("../images/i_title_env.jpg") no-repeat;
}
.i-title-tran{
    background: url("../images/i_title_tran.jpg") no-repeat;
}
.i-l-list{
    background: #e6e6e6;
    padding-bottom: 35px;
}
.i-l-list li{
    height: 43px;
    border-bottom: 1px solid white;
    line-height: 42px;
    text-indent: 50px;
    background: url("../images/i_l_list.png") no-repeat left 20px center;
}
.i-l-list li.active,.i-l-list li:hover{
    background: #dee9fb url("../images/i_l_list_a.png") no-repeat left 20px center;
}
.i-l-list li.active a,.i-l-list li:hover a{
    color: #104bac;
}
.i-l-info-title{
    background: #104bac;
    font-size: 18px;
    position: relative;
    line-height: 45px;
    text-indent: 50px;
}
.i-l-info-title a{
    color: white;
}
.i-l-info-title:before{
    content: "";
    position: absolute;
    background: white;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 26px;
    top: 18px;
}
.i-l-news-list{
    background: #e6e6e6;
    padding: 7px 20px 35px;
}
.i-l-news-list li{
    height: 45px;
    line-height: 44px;
    border-bottom: 1px dashed #666;
    font-size: 14px;
}
.i-l-news-list li a,.i-c-info p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-l-news-list li:hover a{
    color: #104bac;
}
.i-l-pro-con{
    background: #e6e6e6;
    position: relative;
    padding: 59px 20px 78px;
}
.swiper-i-l-pro{
    overflow: hidden;
    height: 525px;
}
.swiper-i-l-pro img{
    display: block;
    width: 100%;
    height: 135px;
}
.swiper-i-l-pro p{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.swiper-i-l-pro li:hover p{
    color: #104bac;
}
.swiper-i-l-pro-prev,.swiper-i-l-pro-next{
    width: 39px;
    height: 16px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    left: 50%;
    margin-left: -20px;
}
.swiper-i-l-pro-prev{
    background: url("../images/i_l_pro_l.png") no-repeat;
    top: 28px;
}
.swiper-i-l-pro-next{
    background: url("../images/i_l_pro_r.png") no-repeat;
    bottom: 48px;
}
.i-c-list,.i-n-list{
    margin-bottom: 40px;
}
.i-c-list li{
    height: 168px;
    margin-bottom: 25px;
}
.i-c-list li img{
    display: block;
    float: left;
    width: 259px;
    height: 100%;
}
.i-c-info{
    width: 579px;
    height: 100%;
    border: 1px solid #d1d1d1;
    border-left: none;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 70px 10px 20px;
    float: right;
    background: url("../images/i_c_more.jpg") no-repeat right top;
}
.i-c-info b{
    font-size: 16px;
    color: #104bac;
}
.i-c-list li:hover .i-c-info{
    border: 1px solid #104bac;
    border-left: none;
    background: url("../images/i_c_more_a.jpg") no-repeat right top;
}
/*关于我们页面----------------------------------------------------------------*/
.i-title-a{
    background: url("../images/i_title_a.jpg") no-repeat;
}
.i-a-p{
    font-size: 15px;
    line-height: 30px;
}
.i-a-p img{
    float: left;
    width: 380px;
    height: 258px;
    margin-right: 25px;
}
/*新闻资讯页面----------------------------------------------------------------*/
.i-title-n{
    background: url("../images/i_title_n.jpg") no-repeat;
}
.i-n-list li{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.i-n-list li a{
    padding-left: 20px;
    position: relative;
}
.i-n-list li a:before{
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #104bac;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.i-n-list li h3{
    font-size: 15px;
    color: #104bac;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 700px;
}
.i-n-list li p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 52px;
    overflow: hidden;
}
.i-n-list li a span{
    position: absolute;
    right: 0;
    top: 3px;
    color: #999;
}
.i-n-list li:hover p{
    color: #104bac;
}
/*联系我们页面------------------------------------------------------------*/
.i-title-co{
    background: url("../images/i_title_co.jpg") no-repeat;
}
.i-co{
    padding-top: 20px;
    padding-bottom: 60px;
}
.i-co-title{
    width: 675px;
    height: 80px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 20px;
    border-radius: 40px;
    text-align: center;
    padding-top: 20px;
}
.i-co h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
}
.i-co-info div{overflow: hidden; width: 100%; float: left;margin-top: 40px;}
.i-co-title p{
    font-size: 16px;
}
.i-co-info{
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
	 padding-left: 70px;

}
.i-co-info p{
    float: left;
    width: 50%;
}
 /* .i-co-info p:nth-child(1){
 	height: 64px;
 	line-height: 64px;
 }  */
.map{
    height: 480px;
    overflow: hidden;
}
/*动画------------------------------------------------------------------*/
.i_li_b{
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.i_li_t{
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.i_d_l{
    opacity: 0;
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
}
.i_d_r{
    opacity: 0;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
}
.i_d_b{
    opacity: 0;
    -webkit-transform: translate(0, 300px);
    -moz-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    -o-transform: translate(0, 300px);
    transform: translate(0, 300px);
}
.i_d_z{
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}
.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#104bac;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_news_ct88{ line-height:30px; text-align: left;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:20px; font-weight:bold; border-bottom:#ab916e dotted 1px;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.ny_news_ct88 p img{display: block; margin: 0 auto; margin-bottom: 20px;}
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

.feedback_table{border-collapse:collapse; }
.feedback_table tr td input,.feedback_table tr td textarea{ margin:0 10px; border: 1px solid #ccc;}
.feedback_table tr td textarea{margin:10px 0px 10px 10px;}
.feedback_table tr td{ border: solid 1px #cccccc;}
.feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5;}
.fy span,.fy a:hover{color:#014a99;border: #104bac solid 1px;}
.flink a{ margin:0 5px;}
 
 /*job*/
.job_tab{border-top: #999 solid 1px;border-right: #999 solid 1px;}
.job_tab td{line-height: 40px;border-left: #999 solid 1px;border-bottom: #999 solid 1px;padding-left: 24px;}
.job_ct{padding: 24px 24px 24px 0;}
.td_back{background: #f6f6f6;}
.job_go{height: 30px;line-height: 30px;text-align: center;color: #ff3300;padding: 10px 0;}
.ny_news_ctinfo{ width: 100%; overflow: hidden; /* background: #ececec; */}
.ny_news_ctinfo p{ }