﻿html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
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,button,input,select,textarea{font:14px/1.5 Microsoft Yahei,arial,sans-serif}
body{width: 100%;background:#fff;overflow-x: hidden;-webkit-font-smoothing: antialiased;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:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none}
b,strong{font-weight: bold}
table{border-collapse:collapse}
td,th{border: 1px solid #333}
input,input:focus{border: none;outline: none}
input[type="submit"]{cursor: pointer}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.tans05{-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s}
.tans1{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.tans15{-webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s}
.tans2{-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s}
.b{display: block;width: 100%;height: 100%}
.nclk{pointer-events: none}
.cl{clear: both}
.cl:after{content: "";clear: both;display: table}
.fl{float: left}
.fr{float: right}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.p{padding: 0 calc(50% - 550px)}
/*动画*/
.ani-b-s{opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);transform: translate(0, 50px)}
.ani-b-t{opacity: 0;-webkit-transform: translate(0, -50px);-moz-transform: translate(0, -50px);transform: translate(0, -50px)}
.ani-l{opacity: 0;-webkit-transform: translate(-200px, 0);-moz-transform: translate(-200px, 0);transform: translate(-200px, 0)}
.ani-r{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0)}
.ani-b{opacity: 0;-webkit-transform: translate(0, 200px);-moz-transform: translate(0, 200px);transform: translate(0, 200px)}
.ani-o{opacity: 0;-webkit-transform: scale(0, 0);-moz-transform: scale(0, 0);transform: scale(0, 0)}
/*首页-----------------------------------------------------------*/
.header{
    border-top: 8px solid #0d0e7c;
}
.logo{
    width: 186px;
    height: 105px;
}
.nav-list{
    padding-top: 34px;
}
.nav-list li{
    float: left;
    line-height: 38px;
    font-size: 16px;
    position: relative;
}
.nav-list li a{
    padding: 0 12px;
}
.nav-list li + li{
    margin-left: 30px;
}
.nav-list li +li:before{
    position: absolute;
    border-left: 1px solid #999;
    height: 15px;
    content: "";
    left: -15px;
    top: 13px;
}
.nav-list li.active,
.nav-list li:hover{
    color: white;
    background: #0d0e7c;
}
/*banner*/
.swiper-banner{
    width: 100%;
    height: 400px;
    position: relative;
}
.swiper-banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.swiper-banner .swiper-slide img{
    display: block;
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
}
.swiper-banner .swiper-slide-active{
    z-index: 9;
}
.swiper-banner .swiper-banner-span{
    position: absolute;
    text-align: center;
    height: 15px;
    bottom: 30px;
    z-index: 99;
    width: 100%;
}
.swiper-banner-span span{
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: top;
    opacity: 1;
    background-color: white;
}
.swiper-banner-span span + span{
    margin-left: 15px;
}
.swiper-banner-span span.swiper-pagination-bullet-active{
    background-color: #0d0e7c;
}
/*产品模块*/
.pro,.info{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pro-l,
.i-l{
    width: 325px;
    text-indent: 30px;
}
.pro-r,
.i-r{
    width: 740px;
}
.pro-l-title{
    color: white;
    font-size: 28px;
    line-height: 60px;
    background: #0d0e7c url("../images/pro_t.png") no-repeat right 30px center;
}
.prolist{
    background: #f4f4f4;
}
.prolist>li{
    border-bottom: 1px solid #e0e0e0;
}
.prolist>li>p{
    font-size: 16px;
    line-height: 48px;
    color: #0d0e7c;
    cursor: pointer;
    background: url("../images/pro_c.png") no-repeat right 30px center;
}
.prolist>li.active>p{
    color: white;
    background:#5e5ea6 url("../images/pro_o.png") no-repeat right 30px center;
}
.prolist li.active>a{
    color: #0d0e7e;
}

/* .prolist>li:first-child .prolist-list{
    display: block;
} */
.prolist>li.active .prolist-list{
    display: block;
}
.prolist-list{
    display: none;
    padding: 10px 0;
}
.prolist-list li{
    line-height: 28px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prolist-list li:hover{
    color: #0d0e7c;
}
.title{
    margin-bottom: 12px;
    color: #0d0e7c;
}
.title-l{width: 80%; overflow: hidden;text-overflow: ellipsis; white-space: nowrap; }
.title-l strong{
    font-size: 28px;
    line-height: 42px;
    display: inline-block;
}
.title-l span{
    font-size: 16px;
    opacity: .5;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin-top: 13px;
    border-left: 1px solid #0d0e7c;
    padding-left: 10px;
}
.more{
    line-height: 48px;
}
.pro-list{
    display: none;
}
.pro-list.active{
    display: block;
}
.pro-list li{
    float: left;
    width: 177px;
    margin-right: 10px;
}
.pro-list li:hover p{
    color: #0d0e7c;
}
.pro-list li:hover img{
    border-color: #0d0e7c;
}
.pro-list li:nth-child(4n),
.i-v-list li:nth-child(3n){
    margin-right: 0;
}
.pro-list li img{
    display: block;
    width: 100%;
    border: 1px solid #9e9ec4;
    padding: 3px;
    height: 132px;
}
.pro-list li p{
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*信息模块*/
.info{
    background: #f4f4f4 url("../images/info_bg.jpg") repeat-x left top;
}
.about{
    width: 345px;
    margin-right: 50px;
}
.news,
.contact{
    width: 330px;
}
.about-con img,
.contact>img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.about-con p{
    line-height: 22px;
}
.news-imp{
    height: 110px;
    margin-bottom: 10px;
}
.news-imp-img{
    width: 110px;
    height: 100%;
}
.news-imp-info{
    padding-left: 120px;
    line-height: 22px;
}
.news-imp-info h3{
    color: #02021a;
    max-height: 44px;
    overflow: hidden;
}
.news-imp-info p{
    height: 66px;
    overflow: hidden;
    color: #666;
}
.news-list li{
    line-height: 30px;
    border-bottom: 1px dashed #999;
    padding-left: 15px;
    background: url("../images/news_li.png") no-repeat left center;
}
.contact>h3{
    font-size: 18px;
}
.contact>p{
    line-height: 24px;
    font-size: 15px;
}
/*底部信息*/
.footer-b p {
    width: 1110px;
    text-align: center;
    margin: auto;
}
.footer{
    background: #0d0e7c;
    color: white;
    line-height: 28px;
    text-align: center;
}
.nav-btm{
    border-bottom: 2px solid #000;
    padding-top: 60px;
    padding-bottom: 30px;
}
.nav-btm li{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0 23px;
}
.footer-b{
    border-top: 1px solid #2d2fb4;
    padding-top: 25px;
    padding-bottom: 50px;
}
.footer p img{
    position: relative;
    vertical-align: top;
    top: 7px;
}
.footer p i{
    border-left: 1px solid currentColor;
    margin-left: 10px;
    padding:12px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.footer a:hover{
    text-decoration: underline;
}
.back-top{
    position: fixed;
    z-index: 99999;
    right: 100px;
    bottom: 88px;
    background: url("../images/back_top.png") no-repeat;
    width: 85px;
    height: 85px;
    opacity: .5;
    cursor: pointer;
}
.back-top:hover{
    opacity: 1;
}
/*关于我们页面----------------------------------------------------------------------*/
.i-banner{
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.i-banner img{
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-con{
    min-height: 600px;
    margin-bottom: 50px;
}
.i-title{
    text-align: center;
    font-size: 28px;
    color: #0d0e7c;
    margin-bottom: 25px;
}
.i-title span{
    font-weight: normal;
    font-size: 16px;
    opacity: .5;
    display: inline-block;
    background: url("../images/i_title_bg.png") no-repeat left center;
    padding-left: 15px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 10px;
}
.i-list{
    text-align: center;
    margin-bottom: 25px;
}
.i-list li{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    line-height: 45px;
    background: #ececec;
    margin: 0 2px;
    font-size: 18px;
}
.i-list li.active,
.i-list li:hover{
    background: #0d0e7c;
    color: white;
}
.i-a-a>img{
    margin: 10px 20px 5px 0;
}
.i-a-a>p{
    line-height: 32px;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto;
    font-family: "宋体";
}
.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: #0d0e7c;
}
/*视频页面----------------------------------------------------------*/
.i-v-list li{
    float: left;
    width: 340px;
    margin: 0 40px 20px 0;
}
.i-v-list li img{
    display: block;
    width: 100%;
    height: 209px;
}
.i-v-list li p{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.i-v-list li:hover p{
    color: #0d0e7c;
}
/*新闻页面----------------------------------------------------------*/
.i-n-imp{
    height: 255px;
    margin-bottom: 10px;
}
.i-n-imp-img{
    height: 100%;
    width: 355px;
}
.i-n-imp-info{
    background: #f3f3f3;
    padding: 40px 20px 0 385px;
    height: 100%;
}
.i-n-imp-info h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.i-n-imp-info h3:hover,
.i-n-list li:hover p{
    color: #0d0e7c;
}
.i-n-imp-info p{
    font-size: 13px;
    line-height: 26px;
    color: #666;
    height: 78px;
    overflow: hidden;
}
.i-n-imp-info span{
    font-size: 13px;
    line-height: 26px;
    color: #999;
}
.i-n-list li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #999;
    background: url("../images/i_n_li.png") no-repeat left center;
}
.i-n-list{
    margin-bottom: 40px;
}
.i-n-list li p{
    width: 580px;
    text-indent: 20px;
}
.i-n-list li span{
    color: #999;
}
.i-n-imp-more{
    display: block;
    width: 113px;
    height: 38px;
    text-align: center;
    background: #ccc;
    line-height: 38px;
    text-indent: 10px;
    margin-top: 5px;
}
.i-n-imp-more:hover{
    background: #0d0e7c;
    color: white;
}
/*联系我们---------------------------------------------------------*/
.i-co{
    text-align: center;
}
.i-co h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.i-co p{
    font-size: 20px;
    line-height: 48px;
}
.map{
    height: 460px;
    overflow: hidden;
    margin-top: 40px;
}

.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#0d0e7e;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.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:#ddd solid 1px;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.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 h4,.feedback_table h3{color: #333;}
.feedback_table tr td{ border: 1px solid #ececec;line-height: 50px;}
.feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}
.feedback_table tr td input,.feedback_table tr td textarea{color: #666; margin:0 10px; border: 1px solid #ececec;}
.feedback_table tr td input{height: 30px; width: 40%; line-height: 15px; }
.feedback_table tr td #address{height: 30px; width: 80%; line-height: 15px; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%;}

.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; color: #666;}
.fy span,.fy a:hover{color:#0d0e7e;border:#0d0e7e 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;}