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;-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: left;margin-left: 10px}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.p{padding: 0 calc(50% - 600px)}
/*动画*/
.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)}
/*首页-----------------------------------------------------------*/
.top{
    background: linear-gradient(#fff,#f3f3f3);
    height: 35px;
    line-height: 35px;
}
.top>p{
    font-size: 12px;
    color: #666;
}
.top>form{
    background: url("../images/top_search_bg.png") no-repeat;
    width: 315px;
    height: 32px;
    margin-top: 3px;
    padding: 0 27px;
}
.top>form input[type=text]{
    float: left;
    width: 200px;
    padding-left: 20px;
    font-size: 12px;
    background: transparent;
    height: 100%;
}
.top>form input[type=submit]{
    float: right;
    background: url("../images/top_search.png") no-repeat;
    height: 100%;
    width: 36px;
}
.nav{
    height: 110px;
    border-bottom: 1px solid #e6e6e6;
}
.logo{
    margin-top: 14px;
    width: 254px;
    height: 82px;
}
.nav-list{
    height: 100%;
}
.nav-list li{
    float: left;
    height: 100%;
    width: 103px;
    text-align: center;
    font-size: 16px;
    line-height: 110px;
    position: relative;
}
.nav-list li + li {
    margin-left: 1px;
}
.nav-list li + li:before{
    content: "";
    position: absolute;
    height: 12px;
    border-left: 1px solid #bbb;
    left: -1px;
    top: 49px;
}
.nav-list li:hover>a,
.nav-list li.active>a{
    color: #014da5;
}
.nav-two{
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 99999;
    left: 0;
    padding: 10px 0;
    display: none;
    background: rgba(1,77,165,.8);
}
.nav-two a{
    display: block;
    color: white;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
}
.nav-two a:hover{
    background: #002c7e;
}
.nav-list li:hover .nav-two{
    display: block;
}
/*banner*/
.banner{
    width: 100%;
    height:720px;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.banner-con{
    background: #333;
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}
/*产品分类*/
.pro{
    margin-bottom: 70px;
}
.pro .title{
    background: url("../images/title_pro.png") no-repeat center top;
}
.title{
    text-align: center;
    margin-bottom: 30px;
    height: 63px;
    line-height: 63px;
}
.pro .title h3{
    margin-left: -20px;
}
.title h3{
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    color: #014da5;
    padding: 0 35px;
    position: relative;
}
.title h3:before,
.title h3:after{
    width: 20px;
    height: 5px;
    background: #ff9c00;
    top:30px;
    position: absolute;
    content: "";
}
.title h3:before{
    left: 0;
}
.title h3:after{
    right: 0;
}
.pro-con{
    position: relative;
}
.swiper-pro{
    padding: 12px;
    overflow: hidden;
}
.swiper-pro li a{
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    padding-bottom: 30px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.swiper-pro li img{
    display: block;
    width: 100%;
    height: 190px;
}
.swiper-pro li h3{
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
}
.pro-m{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/pro_m.png") no-repeat center / cover;
    opacity: 0;
}
.swiper-pro-prev,
.swiper-pro-next{
    width: 45px;
    height: 78px;
    position: absolute;
    z-index: 9;
    top: 100px;
    cursor: pointer;
}
.swiper-pro-prev{
    left: -10px;
    background: url("../images/pro_l.png") no-repeat;
}
.swiper-pro-next{
    right: -10px;
    background: url("../images/pro_r.png") no-repeat;
}
.swiper-pro li a:hover{
    border-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,.28);
}
.swiper-pro li a:hover .pro-m{
    opacity: 1;
}
.swiper-pro li a:hover h3{
    color: #014da5;
}
/*关于我们*/
.about{
    padding-bottom: 90px;
    overflow: hidden;
    background: url("../images/about_bg.png") no-repeat center bottom;
}
.about-top{
    text-align: center;
    margin-bottom: 40px;
}
.about-top h3{
    font-size: 32px;
    color: #014da5;
    margin-bottom: 20px;
}
.about-top p{
    font-size: 15px;
    line-height: 32px;
}
.about-info{
    background: url("../images/about_info_bg.png") no-repeat;
    width: 1040px;
    height: 170px;
    margin: 0 auto;
    padding: 60px 0 0 60px;
}
.about-info>*{
    display: inline-block;
    vertical-align: top;

}
.about-info>h3{
    width: 100px;
    color: #014da5;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-right: 50px;
}
.about-info>h3:last-child{
    margin-right: 0;
}
.about-info>p{
    width: 215px;
    font-size: 15px;
    line-height: 28px;
    color: white;
    height: 56px;
    overflow: hidden;
    margin-right: 35px;
    margin-top: -8px;
}
/*解决方案*/
.sol{
    background: url("../images/sol_bg.jpg") no-repeat center / cover fixed;
    height: 603px;
    padding-top: 60px;
    margin-bottom: 80px;
    overflow: hidden;
}
.sol .title h3,
.news .title h3{
    color: white;
}
.sol .title h3:before,
.news .title h3:before{
    display: none;
}
.sol .title p,
.news .title p{
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    margin-top: 1px;
    margin-left: 10px;
    color: white;
}
.news .title p,
.news .title h3{
    color: #014da5;
}
.sol-con{
    position: relative;
}
.swiper-sol{
    width: 1073px;
    overflow: hidden;
    margin: 0 auto;
}
.swiper-sol li a{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.sol-m{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    padding: 160px 0 0 30px;
    opacity: 0;
}
.sol-m h3,
.sol-p h3{
    color: white;
    text-indent: 15px;
    line-height: 18px;
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
}
.sol-m h3:before,
.sol-p h3:before{
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 18px;
    border-radius: 1px;
    background: #ff9c00;
}
.sol-m span{
    color: #ff9c00;
    display: block;
    text-indent: 25px;
    background: url("../images/sol_more.png") no-repeat left center;
}
.sol-p{
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 140px 0 0 30px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.swiper-sol li a:hover .sol-m{
    opacity: 1;
}
.swiper-sol li a:hover .sol-p{
    opacity: 0;
}
.swiper-sol-prev,
.swiper-sol-next{
    width: 33px;
    height: 64px;
    position: absolute;
    content: "";
    cursor: pointer;
    top: 155px;
}
.swiper-sol-prev{
    left: 0;
    background: url("../images/sol_l.png") no-repeat;
}
.swiper-sol-next{
    right: 0;
    background: url("../images/sol_r.png") no-repeat;
}
/*关于我们*/
.baixuan .title{
    background: url("../images/title_baixuan.png") no-repeat center;
}
.baixuan .title h3{
    margin-left: 190px;
}
.baixuan-info{
    background: url("../images/baixuan_01.png") no-repeat right top;
    padding: 0 485px 85px 0;
}
.baixuan-info h3{
    font-size: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.baixuan-info h3 span{
    font-weight: normal;
    color: #999;
}
.baixuan-info-p p{
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 10px;
}
/*新闻资讯*/
.news{
    background: url("../images/news_bg.jpg");
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 80px;
}
.news-imp{
    width: 490px;
    height: 358px;
    position: relative;
}
.news-imp-info{
    position: absolute;
    width: 100%;
    height: 65px;
    background: rgba(1,77,165,.6);
    padding: 10px 20px;
    bottom: 0;
    left: 0;
}
.news-imp-info p{
    color: white;
    font-size: 15px;
}
.news-imp-info span{
    color: #999;
}
.news-list{
    width: 670px;
    line-height: 50px;
}
.news-list li{
    height: 50px;
    font-size: 15px;
}
.news-list li:nth-child(odd){
    background: white;
}
.news-list li a{
    padding: 0 20px;
}
.news-list li p{
    float: left;
    width: 520px;
}
.news-list li span{
    float: right;
}
.news-list li a:hover p{
    color: #014da5;
}
/*联系我们*/
.contact{
    margin-bottom: 30px;
}
.contact .title{
    background: url("../images/title_contact.png") no-repeat center;
}
.contact .title h3{
    margin-left: 300px;
}
.contact-l{
    width: 500px;
}
.contact-l h3{
    font-size: 24px;
}
.contact-l p{
    color: #999;
}
.contact-l img{
    display: block;
    width: 100%;
}
.contact-info{
    width: 620px;
    margin-right: 28px;
    line-height: 63px;
    text-indent: 105px;
}
.contact-info p{
    margin-bottom: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.10);
}
.contact-peo{
    background: url("../images/contact_peo.png") no-repeat left 40px center;
}
.contact-add{
    background: url("../images/contact_add.png") no-repeat left 40px center;
}
.contact-tel{
    background: url("../images/contact_tel.png") no-repeat left 40px center;
}
.contact-mas{
    background: url("../images/contact_mas.png") no-repeat left 40px center;
}
.contact-pho{
    background: url("../images/contact_pho.png") no-repeat left 40px center;
}
/*底部导航*/
.nav-btm{
    background: #014da5;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
}
.nav-btm:before{
    content: "";
    position: absolute;
    width: 100%;
    top: 75px;
    left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #0d60c1;
}
.nav-btm dl{
    float: left;
    width: 180px;
    margin-left: 20px;
}
.nav-btm dl:first-child{
    margin-left: 60px;
}
.nav-btm dl:last-child{
    width: 120px;
}
.nav-btm dl dt{
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}
.nav-btm dl dd{
    color: #91bef3;
    font-size: 14px;
    line-height: 32px;
}
.nav-btm dl a:hover,
.footer p a:hover{
    text-decoration: underline;
}
/*底部信息*/
.footer{
    background: #002c7e;
    color: white;
    line-height: 28px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.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;
}
/*关于我们页面--------------------------------------------------------------*/
.i-banner{
    height: 340px;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.i-banner img{
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-a .title,
.i-title{
    height: 32px;
    line-height: 26px;
}
.i-a .title h3:before,
.i-a .title h3:after,
.i-title h3:before,
.i-title h3:after{
    top: 14px;
}
.i-a-info .title{
    background: url("../images/i_a_title_info.png") no-repeat center;
}
.i-a-info-p{
    text-indent: 2em;
    font-size: 15px;
    line-height: 32px;
}
.i-a-info-fac{
    text-align: center;
    margin-top: 30px;
}
.i-a-info-fac>h3{
    text-indent: 28px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 22px;
    background: url("../images/i_a_fac_h3.png") no-repeat left center;
}
.swiper-i-a-fac,
.swiper-i-a-cus{
    overflow: hidden;
    margin-bottom: 20px;
}
.swiper-i-a-fac li{
    float: left;
    width: 275px;
}
.swiper-i-a-fac li img{
    display: block;
    width: 100%;
    height: 188px;
}
.swiper-i-a-fac li p{
    line-height: 40px;
    font-size: 15px;
}
.swiper-i-a-fac li + li{
    margin-left: 33px;
}
.swiper-i-a-fac-span{
    text-align: center;
}
.swiper-i-a-fac-span span{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    opacity: 1;
    background: #999;
}
.swiper-i-a-fac-span span.swiper-pagination-bullet-active{
    background: #014da5;
}
.i-a-info,
.i-a-cus,
.i-a-honor{
    margin-bottom: 70px;
}
.i-a-cus{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f6f6f6;
    text-align: center;
}
.i-a-cus .title{
    background: url("../images/i_a_title_cus.png") no-repeat center;
}
.swiper-i-a-cus li{
    float: left;
    width: 295px;
    height: 197px;
    margin: 0 6px 6px 0;
    cursor: pointer;
}
.swiper-i-a-cus li:nth-child(4n){
    margin-right: 0;
}
.swiper-i-a-cus-prev,
.swiper-i-a-cus-next{
    width: 128px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    cursor: pointer;
}
.swiper-i-a-cus-prev{
    background:#d8d8d8 url("../images/i_a_cus_l.png") no-repeat;
    border-radius: 23px 0 0 23px;
}
.swiper-i-a-cus-next{
    background:#d8d8d8 url("../images/i_a_cus_r.png") no-repeat;
    border-radius: 0 23px 23px 0;
}
.swiper-i-a-cus-prev:hover{
    background:#999 url("../images/i_a_cus_l.png") no-repeat;
}
.swiper-i-a-cus-next:hover{
    background:#999 url("../images/i_a_cus_r.png") no-repeat;
}
.i-a-honor .title{
    background: url("../images/i_a_title_honor.png") no-repeat center;
}
.i-a-honor-con{
    position: relative;
}
.swiper-i-a-honor{
    overflow: hidden;
    width: 1088px;
    margin: 0 auto;
}
.swiper-i-a-honor-prev,
.swiper-i-a-honor-next{
    position: absolute;
    width: 20px;
    height: 69px;
    top: 137px;
    cursor: pointer;
}
.swiper-i-a-honor-prev{
    background: url("../images/i_a_honor_l.png") no-repeat;
    left: 0;
}
.swiper-i-a-honor-next{
    background: url("../images/i_a_honor_r.png") no-repeat;
    right: 0;
}
.swiper-i-a-honor img{
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
}
.swiper-i-a-honor p{
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
}
.i-a-fixed{
    position: fixed;
    z-index: 99999;
    top: 200px;
    right: 0;
}
.i-a-fixed li{
    color: white;
    background: #999;
    margin-bottom: 3px;
    width: 54px;
    height: 54px;
    line-height: 18px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding: 10px;
    text-align: center;
}
.i-a-fixed li:before{
    border:12px solid transparent;
    border-top-width: 27px;
    border-bottom-width: 27px;
    border-right-color: #014da5;
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    width: 0;
    height: 0;
    display: none;
}
.i-a-fixed li.active{
    background: #014da5;
}
.i-a-fixed li.active:before{
    display: block;
}
.i-a-cus-fixed{
    position: fixed;
    z-index: 9999999;
    background: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
}
.i-a-cus-fixed-img{
    width: 600px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    cursor: default;
    margin-top: -200px;
}
.i-a-cus-fixed-img i{
    position: absolute;
    z-index: 9;
    right: 0;
    top: -36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #333 url("../images/i_a_cus_close.png") no-repeat center / cover;
}
/*产品页面-----------------------------------------------------------------*/
.i-list{
    text-align: center;
    margin-bottom: 20px;
}
.i-list li{
    text-align: center;
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    background: #014da5;
}
.i-list li.active,
.i-list li:hover{
    background: #ff9c00;
}
.i-list li a{
    padding: 0 5px;
}
.i-list li:first-child:nth-last-child(-n+6),
.i-list li:first-child:nth-last-child(-n+6) ~ li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 20px;
}
.i-list li:first-child:nth-last-child(n+7),
.i-list li:first-child:nth-last-child(n+7) ~ li{
    float: left;
    margin: 0 13px 20px 0;
}
.i-list li:first-child:nth-last-child(n+7) ~ li:nth-child(7n){
    margin-right: 0;
}
.i-p .title{
    background: url("../images/i_title_p.png") no-repeat center;
}
.i-p,
.i-sol,
.i-ser,
.i-n,
.i-co{
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 800px;
}
.i-p-list li{
    float: left;
    width: 375px;
    margin: 0 37px 40px 0;
    position: relative;
    overflow: hidden;
}
.i-p-list li:nth-child(3n){
    margin-right: 0;
}
.i-p-list li img{
    display: block;
}
.i-p-list li a>p{
    line-height: 70px;
    border: 1px solid #e6e6e6;
    background: linear-gradient(#fff,#e6e6e6);
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
}
.i-p-m{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1,77,165,.85);
    color: white;
    padding: 60px 30px 0;
    top: -100%;
    left: 0;
}
.i-p-m h3{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.i-p-m p{
    color: #bddafd;
    line-height: 24px;
    height: 72px;
    margin-bottom: 20px;
}
.i-p-m span{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 128px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    background: #ff9c00;
    color: white;
}
.i-p-list li:hover .i-p-m{
    top: 0;
}
/*解决方案页面-------------------------------------------------------------*/
.i-sol,
.i-n{
    padding-top: 0;
}
.i-sol .title{
    background: url("../images/i_title_sol.png") no-repeat center;
}
/*技术支持页面-------------------------------------------------------------*/
.i-ser .title{
    background: url("../images/i_title_ser.png") no-repeat center;
}
.i-ser-list li{
    float: left;
    width: 576px;
    height: 206px;
    margin-bottom: 40px;
    border-radius: 0 10px 0 10px;
    overflow: hidden;
}
.i-ser-list li:nth-child(2n){
    float: right;
}
.i-ser-list li img{
    float: left;
    width: 200px;
    height: 100%;
}
.i-ser-info{
    height: 100%;
    width: 376px;
    float: right;
    background: #f2f2f2;
    padding: 20px;
}
.i-ser-info h3{
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
}
.i-ser-info p{
    color: #999;
    line-height: 24px;
}
.i-ser-info span{
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 16px;
    padding-right: 26px;
    background: url("../images/i_ser_down.png") no-repeat right center;
}
.i-ser-list li:hover h3{
    color: #014da5;
}
.i-ser-list li:hover span{
    color: #014da5;
    background: url("../images/i_ser_down_a.png") no-repeat right center;
}
.i-ser-list time {
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.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: #014da5;
}
/*新闻页面-------------------------------------------------------------*/
.i-n .title{
    background: url("../images/i_title_n.png") no-repeat center;
}
.i-n-imp{
    height: 260px;
    margin-bottom: 20px;
}
.i-n-imp img{
    width: 415px;
    height: 100%;
}
.i-n-info{
    background: #f2f2f2;
    height: 100%;
    width: 785px;
    padding: 30px 40px;
}
.i-n-info h3{
    margin-bottom: 10px;
    font-size: 16px;
}
.i-n-info span{
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.i-n-info p{
    line-height: 30px;
    color: #666;
    height: 90px;
    overflow: hidden;
}
.i-n-info>a{
    display: block;
    background: white;
    margin-top: 10px;
    width: 125px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 13px;
    text-align: center;
}
.i-n-info>a:hover,
.i-n-info h3:hover,
.i-n-list li:hover{
    color: #014da5;
}
.i-n-list li{
    line-height: 60px;
}
.i-n-list li a{
    padding: 0 40px;
    position: relative;
}
.i-n-list li time{ float:right; }
.i-n-list li a:before{
    position: absolute;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #014da5;
    width: 8px;
    height: 8px;
    left: 20px;
    top: 26px;
}
.i-n-list li:nth-child(even){
    background: #f2f2f2;
}
/*联系我们------------------------------------------------------------------*/
.i-co{
    min-height: 400px;
}
.i-co .title{
    background: url("../images/i_title_co.png") no-repeat center;
}
.i-co-info-con{
    width: 895px;
    padding-left: 150px;
    line-height: 48px;
}
.i-co-info-con h3{
    font-size: 24px;
}
.i-co-info-con p{
    font-size: 18px;
}
.i-co-info-con p b{
    color: #014da5;
    font-size: 32px;
}
.i-co-erweima{
    width: 200px;
    height: 200px;
}
.map{
    height: 540px;
    overflow: hidden;
    position: relative;
}
.map-con{
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    top: 0;
    height: 100%;
}


.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#0066FF;}
.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; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.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: #666;}
.feedback_table tr td{padding: 5px;}
.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; width: 50%;}
.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:#014a99;border: #014a99 solid 1px;}
.flink a{ margin:0 5px;}



.input-layout {
    margin-bottom: 50px;
    padding: 18px 23px;
    background: #f0f3f7;
}
.input-layout input {
    padding: 16px;
    width: 300px;
    height: 45px;
    background: #fff;
    border: none;
}
.input-layout button {
    cursor: pointer;
    font-family: "微软雅黑";
    vertical-align: bottom;
    margin-left: -5px;
    width: 90px;
    height: 45px;
    background: #2d5f9a;
    font-size: 16px;
    color: #fff;
    border: none;
}





/*产品内页*/
.i-pi{
    min-height: 800px;
    padding-bottom: 60px;
}
.i-pi-l{
    width: 230px;
}
.i-pi-r{
    width: 920px;
}
.i-pi-l>h3{
    color: white;
    background: #00256f;
    font-size: 24px;
    text-indent: 25px;
    margin-bottom: 10px;
    line-height: 60px;
    border-radius: 10px;
}
.i-pi-list li{
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    background: #014da5;
}
.i-pi-list li a{
    padding: 0 25px;
}
.i-pi-list li.active,
.i-pi-list li:hover{
    background: #ff9c00;
}
.i-pi-r>h3{
    color: #014da5;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    line-height: 58px;
}
.i-pi-img,
.i-pi-ps{
    margin-bottom: 30px;
}
.i-pi-img>img{
    width: 320px;
    height: 230px;
}
.i-pi-img-info{
    width: 560px;
    word-break: break-all;
}
.i-pi-ps>h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.i-pi-ps-info,
.i-pi-img-info{
    line-height: 26px;
}
.i-pi-tab-t{
    background: #014da5;
    padding: 7px 7px 0;
    border-radius: 10px 10px 0 0;
}
.i-pi-tab-t{
    margin-bottom: 20px;
}
.i-pi-tab-t li{
    float: left;
    width: 128px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    color: white;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
}
.i-pi-tab-t li:after{
    content: "";
    position: absolute;
    height: 16px;
    border-right: 1px solid #2879d7;
    top: 12px;
    right: -2px;
}
.i-pi-tab-t li.active{
    background: white;
    color: #00256f;
}
.i-pi-tab-b li{
    display: none;
}
.i-pi-tab-b li.active{
    display: block;
}
.product-ls li {
    width: 185px;
}
.map {
    text-align: center;
}

.i-pi-img {
    width: 100%;
}
.i-pi-img-info {
    width: 100%;
    text-align: center;
}
.i-pi-img-info img {
    max-width: 560px;
}