﻿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;}
body,button,input,select,textarea{font:13px/1.5 "Microsoft Yahei",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;}
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;}
.content{width: 1100px;margin: 0 auto;}
.b{display: block;width: 100%;height: 100%;}
.noclick{pointer-events: none;}
.p{padding:0 calc(50% - 550px);}
.trans{opacity: 1;-webkit-transform: translate(0, 0);-moz-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);}
/*首页-----------------------------------------------------------*/
/*头部信息*/
.header{
    height: 160px;
    border-bottom: 6px solid #b2daee;
}
.top{
    height: 35px;
    background: #f1f1f1;
    font-size: 12px;
    line-height: 10px;
    padding-top: 12px;
    text-align: right;
}
.top a{
    padding: 0 20px;
    border-right: 1px solid #333;
}
.top a:last-child,.prolist a:last-child,.footer a:nth-child(2),.footer a:last-child{
    padding-right: 0;
    border-right: none;
}
.top a:hover,.footer a:hover,.prolist a:hover,.news_imp:hover p,.news_list li:hover p,.news_top:hover h3,.nav_b a:hover{
    text-decoration: underline;
}
.nav{
    height: 119px;
}
.logo{
    float: left;
    width: 152px;
    height: 100%;
    margin-right:40px;
}
.nav_list{
    float: left;
    height: 100%;
}
.nav_list li{
    text-align: center;
    width: 100px;
    float: left;
    height: 100%;
    line-height: 119px;
    font-size: 15px;
    position: relative;
}
.nav_list li:last-child{
    margin-right: 0;
}
.nav_list li:after{
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    bottom: -6px;
    background: #5fb5e1;
    z-index: 9;
    display: none;
}
.nav_list li:hover:after,.nav_list li.active:after{
    display: block;
}
/*banner图*/
.swiper_banner{
    width: 100%;
    overflow: hidden;
    height: 480px;
    position: relative;
}
.swiper_banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.swiper_banner .swiper-slide img{
    display: block;
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 480px;
    margin-left: -960px;
}
.swiper_banner .swiper-slide-active{
    z-index: 9999;
}
.swiper_banner .swiper_banner_span{
    position: absolute;
    text-align: center;
    bottom: 4px;
    z-index: 99999;
    width: 100%;
}
.swiper_banner_span span{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 1;
    background-color: white;
}
.swiper_banner_span span.swiper-pagination-bullet-active{
    background-color: #0084c8;
}
/*荣誉资质*/
.honor{
    height: 350px;
    padding-top: 50px;
    text-align: center;
}
.title{
    text-align: center;
    display: inline-block;
    line-height: 50px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.honor .title{
    background: url("../images/honor_title.png") no-repeat left top 12px;
}
.title a{
    text-indent: 50px;
    color: #0084c8;
}
.swiper_honer{
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
}
.swiper_honer .swiper-wrapper{
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.swiper_honer img{
    display: block;
    width: 100%;
    height: 118px;
}
.swiper_honer p{
    font-size: 14px;
    line-height: 42px;
}
/*热卖产品*/
.product{
    text-align: center;
    height: 540px;
    background: #f3f3f3;
    padding-top: 70px;
    position: relative;
}
.product .title{
    background: url("../images/product_title.png") no-repeat left center;
}
.prolist{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}
.prolist a{
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #333;
}
.prolist a:first-child{
    padding-left: 0;
}
.swiper_product{
    overflow: hidden;
    width: 1000px;
}
.swiper_product li:hover p{
    color: #0084c8;
}
.swiper_product li:hover img{
    margin: 0 auto 20px;
}
.swiper_product img{
    display: block;
    margin: 20px auto 0;
    width: 200px;
    height: 220px;
    -webkit-transition: margin .5s;
    -moz-transition: margin .5s;
    -ms-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
}
.swiper_product p{
    font-size: 16px;
    line-height: 40px;
}
.swiper_product_prev,.swiper_product_next{
    width: 26px;
    height: 45px;
    position: absolute;
    top: 105px;
    cursor: pointer;
}
.swiper_product_prev{
    left: calc(50% - 550px);
    background: url("../images/p_l.png") no-repeat;
}
.swiper_product_next{
    right: calc(50% - 550px);
    background: url("../images/p_r.png") no-repeat;
}
/*关于我们*/
.about{
    height: 660px;
    padding-top: 60px;
    text-align: center;
}
.about_div{
    overflow: hidden;
    margin-top: 20px;
}
.about .title{
    background: url("../images/about_title.png") no-repeat left center;
}
.about_l,.about_m,.about_r{
    float: left;
    width: 300px;
    height: 450px;
}
.about_l,.about_m{
    margin-right: 98px;
}
.about_title{
    width: 224px;
    height: 245px;
    margin: 0 auto 20px;
    padding-top: 110px;
    color: white;
}
.about_title h3{
    font-size: 25px;
}
.about_title p{
    font-size: 16px;
}
.about_info{
    font-size: 14px;
    line-height: 28px;
    height: 168px;
    overflow: hidden;
    text-align: left;
}
.about_l .about_title{
    background: url("../images/about_01.png") no-repeat;
}
.about_m .about_title{
    background: url("../images/about_02.png") no-repeat;
}
.about_r .about_title{
    background: url("../images/about_03.png") no-repeat;
}
/*新闻资讯*/
.news{
    padding-top: 70px;
    background: #f3f3f3;
    height: 555px;
    text-align: center;
}
.news .title{
    background: url("../images/news_title.png") no-repeat left center;
}
.news_info{
    overflow: hidden;
}
.news_imp{
    width: 450px;
    height: 288px;
    float: left;
    margin-right: 25px;
    position: relative;
}
.news_imp p{
    position: absolute;
    overflow: hidden;
    height: 50px;
    color: white;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    padding: 0 20px;
    white-space: nowrap;
    background: rgba(0,132,200,.8);
}
.news_div{
    float: left;
    width: 620px;
    text-align: left;
}
.news_top h3{
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_top p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 52px;
    overflow: hidden;
}
.news_list li{
    height: 45px;
    line-height: 44px;
    position: relative;
    border-bottom: 1px dashed #666;
    background: url("../images/news_li.png") no-repeat left center;
}
.news_list li a{
    padding-left: 16px;
}
.news_list li a p{
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list li a span{
    position: absolute;
    top: 0;
    right: 0;
}
/*底部导航*/
.nav_b{
    height: 365px;
    background: #0084c8;
    padding-top: 60px;
}
.nav_b a{
    color: white;
}
.nav_b dl{
    float: left;
    margin-right: 70px;
}
.nav_b dt{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.nav_b dd{
    font-size: 14px;
    line-height: 32px;
}
.two{
    width: 120px;
    float: left;
    text-align: center;
    color: white;
}
.two p{
    font-size: 13px;
    line-height: 30px;
}
.two img{
    display: block;
    margin: 0 auto 15px;
    width: 88px;
    height: 88px;
}
.i_two{
    width: 50%;
    height: 250px;
    padding-left: 30px;
}
.i_two img{
    width: 135px;
    height: 135px;
}
.i_two p{
    font-size: 15px;
}
.i_two_info{
    float: left;
    margin-right: 20px;
    height: 100%;
}
/*底部信息*/
.footer{
    background: #016aad;
    color: white;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.footer a{
    padding: 0 12px;
    color: white;
    border-right: 1px solid white;
}
.footer a:first-child{
    margin-left: 50px;
    padding-left: 0;
}
.footer a:last-child{
    margin-left: 50px;
    display: inline-block;
    height: 100%;
    text-indent: 25px;
    background: url("../images/baidu.png") no-repeat left center / 26px 26px;
}
/*关于我们页面----------------------------------------------------------------------*/
.i_banner{
    height: 294px;
    border-bottom: 4px solid #333;
    position: relative;
}
.i_banner img{
    display: block;
    height: 290px;
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i_info{
    margin-bottom: 60px;
    min-height: 620px;
    overflow: hidden;
}
.i_info_l{
    width: 265px;
    float: left;
    border-bottom: 1px solid white;
    border-radius: 0 0 5px 5px;
}
.i_info_l h3:first-child{
    height: 65px;
    text-indent: 32px;
    color: white;
    font-size: 20px;
    line-height: 65px;
    position: relative;
    background:#333;
    border-bottom: 1px solid #00a5e9;
}
.i_info_l h3:first-child i{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 24px 0 0 10px;
    vertical-align: top;
    background: url("../images/i_info_l_title.png") no-repeat;
}
.i_info_l h3:nth-child(3){
    height: 50px;
    line-height: 50px;
    background:#333;
    color: white;
    font-size: 20px;
    text-indent: 32px;
    position: relative;
}
.i_info_l h3 a{
    display: block;
    position: absolute;
    color: white;
    top: 0;
    right: 20px;
}
.i_info_l h3 a:hover{
    text-decoration: underline;
}
.i_info_list,.i_a_info{
    padding: 15px 20px 45px;
    background: #0084c8;
}
.i_info_list li{
    line-height: 45px;
    position: relative;
    margin-bottom: 2px;
    background: url("../images/i_info_l_li.png") no-repeat 12px center;
}
.i_info_list li a{
    text-indent: 32px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i_info_list li:hover,.i_info_list li.active{
    background: #0068a5 url("../images/i_info_l_li.png") no-repeat 12px center;
}
.i_info_list:nth-child(2) li:after{
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: -2px;
    border-bottom: 1px solid #32a7dd;
    border-top: 1px solid #00568d;
}
.i_info_list:last-child,.i_a_info{
    border-radius: 0 0 5px 5px;
    background:#0084c8 url("../images/i_info_l_bottombg.jpg") no-repeat left bottom;
}
.i_info_list:last-child li{
    border-bottom: 1px dashed #62c2f3;
}
.i_info_l h3:first-child:before,.i_info_l h3:first-child:after{
    display: block;
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    top: 0;
}
.i_info_l h3:first-child:before{
    left: -28px;
    background: radial-gradient(circle at left bottom,transparent 71%,#333 0);
}
.i_info_l h3:first-child:after{
    right: -28px;
    background: radial-gradient(circle at right bottom,transparent 71%,#333 0);
}
.i_a_info{
    position: relative;
}
.swiper_i_a{
    width: 199px;
    margin: 20px auto 0;
    overflow: hidden;
}
.swiper_i_a img{
    display: block;
    width: 199px;
    height: 135px;
}
.swiper_i_a p{
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: white;
}
.swiper_i_a_prev,.swiper_i_a_next{
    width: 33px;
    height: 45px;
    position: absolute;
    top: 80px;
    cursor: pointer;
    z-index: 9;
}
.swiper_i_a_prev{
    left: 15px;
    background: rgba(0,56,93,.6) url("../images/case_l.png") no-repeat center;
}
.swiper_i_a_next{
    right: 15px;
    background: rgba(0,56,93,.6) url("../images/case_r.png") no-repeat center;
}
.i_a_r,.i_p_r{
    /*margin-left: 300px;*/
    float: right;
    padding-top: 25px;
}
.i_a_r h3{
    text-align: center;
    font-size: 24px;
    line-height: 60px;
}
.i_a_r p{
    text-indent: 2em;
    font-size: 14px;
    line-height: 34px;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto;
}
.pages a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    line-height: 30px;
    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: #ff0000;
}
.i_p_r_choose{
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 15px 25px;
}
.i_p_r_choose dl:not(:last-child){
    border-bottom: 1px dashed #d6d6d6;
}
.i_p_r_choose dl{
    line-height: 45px;
    overflow: hidden;
    min-height: 45px;
}
.i_p_r_choose dt{
    width: 70px;
    text-align: center;
    font-size: 14px;
    height: 100%;
    color: #0084c8;
    float: left;
}
.i_p_r_choose_dd{
    float: left;
    overflow: hidden;
    width: 675px;
}
.i_p_r_choose dd{
    float: left;
    margin-right: 25px;
}
.i_p_r_choose dl:last-child dd{
    height: 27px;
    border: 1px solid #ff9b05;
    line-height: 27px;
    background: url("../images/dd_bg.jpg") no-repeat right 6px center;
    margin-top: 10px;
}
.i_p_r_choose dl:last-child dd a{
    color: #ff9b05;
    padding: 0 25px 0 5px;
}
.i_p_r_choose dl:last-child dd:last-child{
    border: none;
    background:none;
}
.i_p_r_list{
    padding: 40px 40px 0;
    overflow: hidden;
}
.i_p_r_list li{
    float: left;
    width: 200px;
    height: 255px;
    margin: 0 55px 25px 0;
}
.i_p_r_list li:nth-child(3n){
    margin-right: 0;
}
.i_p_r_list li img{
    display: block;
    width: 100%;
    height: 220px;
}
.i_p_r_list li p{
    text-align: center;
    font-size: 15px;
    line-height: 35px;
}
.i_p_r_list li:hover p{
    color: #0084c8;
}
.a_fixed{
    position: fixed;
    top:0;
    z-index: 99999;
}
/*行业应用页面--------------------------------------------------------------------*/
.i_title{
    line-height: 100px;
    text-align: center;
    font-size: 28px;
    color: #666;
}
.i_title b{
    color: #016aad;
}
.i_app_info{
    height: 250px;
    padding-top: 35px;
}
.i_app_info img{
    display: block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
}
.i_app_l{
    padding-left: 45px;
    border: 1px solid #cdcdcd;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 95px 0 0 95px / 82px 0 0 82px;
    position: relative;
    margin-top: -3px;
}
.i_app_l:nth-child(2):before{
    display: none;
    border-top-color: #cdcdcd;
}
.i_app_l:nth-child(2){
    border-top-color: #cdcdcd;
}
.i_app_r:last-child:after{
     display: none;
}
.i_app_r:last-child{
    border-bottom-color: #cdcdcd;
}
.i_app_l:last-child:after{
    display: none;
}
.i_app_l:last-child{
    border-bottom-color: #cdcdcd;
}
.i_app_l:before{
    display: block;
    width: 1000px;
    height: 75px;
    border: 1px solid #cdcdcd;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 95px 0 0 0 / 75px 0 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.i_app_l:after{
    display: block;
    width: 1000px;
    height: 75px;
    border: 1px solid #cdcdcd;
    border-right-color: transparent;
    border-top-color: transparent;
    border-radius: 0 0 0 95px / 0 0 0 75px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.i_app_r:before{
    display: block;
    width: 1000px;
    height: 75px;
    border: 1px solid #cdcdcd;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0 95px 0 0 / 0 75px 0 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
.i_app_r:after{
    display: block;
    width: 1000px;
    height: 75px;
    border: 1px solid #cdcdcd;
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 0 0 95px 0 / 0 0 75px 0;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}
.i_app_l img{
    float: left;
    margin-right: 30px;
}
.i_app_info h3{
    font-size: 24px;
    line-height: 60px;
}
.i_app_info p{
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    color: #666;
    overflow: hidden;
}
.i_app_r{
    position: relative;
    text-align: right;
    padding-right: 45px;
    border: 1px solid #cdcdcd;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0 95px 95px 0 / 0 82px 82px 0;
    margin-top: -3px;
}
.i_app_r img{
    float: right;
    margin-left: 30px;
}
/*社会责任页面------------------------------------------------------------*/
.i_re{
    padding: 60px calc(50% - 550px) 75px calc(50% + 15px);
    background: url("../images/i_re_01.jpg") no-repeat left calc(50% - 300px) top 117px;
}
.i_re>h3{
    font-size: 22px;
    line-height: 45px;
}
.i_re>h4{
    font-size: 18px;
    line-height: 30px;
    color: #008ae1;
    margin-bottom: 10px;
}
.i_re>p{
    font-size: 14px;
    line-height: 28px;
}
.i_re_more{
    padding: 20px 25px;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.i_re_b{
    height: 520px;
    padding-top: 75px;
    text-align: center;
    background: #f3f3f3;
}
.i_re_b_title{
    margin-bottom: 35px;
    text-align: center;
}
.i_re_b_title h3{
    font-size: 26px;
    line-height: 50px;
}
.i_re_b_title p{
    font-size: 16px;
    color: #666;
}
.i_re_b_list{
    overflow: hidden;
    padding: 0 100px;
}
.i_re_b_list i{
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 9;
    top: 28px;
    left: 0;
    right: 0;
    margin: auto;
    background: #0182d2;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
}
.i_re_b_list li{
    float: left;
    position: relative;
    width: 198px;
    margin-right: 150px;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
}
.i_re_b_list li:last-child{
    margin-right: 0;
}
.i_re_b_list li img{
    display: block;
    width: 100%;
    height: 198px;
}
.i_re_c{
    padding-top: 75px;
    padding-bottom: 60px;
}
.i_re_c dl{
    background: url("../images/i_re_05.jpg") no-repeat right 0 top 50px;
}
.i_re_c dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.i_re_c dd{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
/*服务于支持页面----------------------------------------------------------------------------*/
.i_se{
    padding-top: 70px;
    padding-bottom: 70px;
}
.i_se_title{
    padding-bottom: 45px;
    overflow: hidden;
    border-bottom: 2px solid #b4b4b4;
}
.i_se_title li{
    float: left;
    width: 180px;
    margin-right: 40px;
    position: relative;
    text-align: center;
}
.i_se_title li:after{
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    border: 7px solid transparent;
    border-bottom-color: #b4b4b4;
    content: "";
    bottom: -46px;
    left: 50%;
    margin-left: -7px;
}
.i_se_title li:last-child{
    margin-right: 0;
}
.i_se_title li i{
    display: block;
    width: 74px;
    height: 74px;
    margin: 0 auto 15px;
    background: url("../images/i_se_inco.png") no-repeat;
}
.i_se_title li h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.i_se_title li p{
    font-size: 13px;
    color: #999;
}
.i_se_title li.active{
    color: #0089e1;
}
.i_se_title li.active p{
    opacity: .6;
    color: #0089e1;
}
.i_se_title li.active:after{
    display: block;
}
.i_se_title li:nth-child(1) i{
    background-position:-444px 0;
}
.i_se_title li:nth-child(2) i{
    background-position:-518px 0;
}
.i_se_title li:nth-child(3) i{
    background-position:-592px 0;
}
.i_se_title li:nth-child(4) i{
    background-position:0 0;
}
.i_se_title li:nth-child(5) i{
    background-position:-296px 0;
}
.i_se_title li:nth-child(1).active i{
    background-position:-370px 0;
}
.i_se_title li:nth-child(2).active i{
    background-position:-666px 0;
}
.i_se_title li:nth-child(3).active i{
    background-position:-74px 0;
}
.i_se_title li:nth-child(4).active i{
    background-position:-148px 0;
}
.i_se_title li:nth-child(5).active i{
    background-position:-222px 0;
}
.i_se_info{
    margin-top: 40px;
}
.i_se_info>li{
    display: none;
}
.i_se_info>li.active{
    display: block;
}
.i_se_info_dl dt{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 40px;
}
.i_se_info_dl dd{
    font-size: 14px;
    line-height: 34px;
}
.i_se_b{
    background: #f3f3f3;
    padding-top: 70px;
    height: 565px;
}
.i_se_b_list{
    overflow: hidden;
}
.i_se_b_list li{
    width: 340px;
    height: 310px;
    float: left;
    margin-right: 40px;
}
.i_se_b_list li:last-child{
    margin-right: 0;
}
.i_se_b_list li img{
    display: block;
    width: 100%;
    height: 175px;
}
.i_se_b_list_info{
    background: white;
    height: 135px;
    padding: 20px;
    text-align: center;
}
.i_se_b_list_info h3{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.i_se_b_list_info p{
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.i_se_info_co{
    padding: 50px;
    overflow: hidden;
}
.i_se_co_l{
    float: left;
    width: 400px;
    text-indent: 80px;
    margin-right: 100px;
}
.i_se_co_l h3{
    font-size: 31px;
    line-height: 56px;
}
.i_se_co_l p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.i_se_co_r{
    overflow: hidden;
}
.i_se_co_r li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
    text-indent: 60px;
}
.i_se_co_r li h3{
    font-size: 16px;
    color: #000;
}
.i_se_co_r li p{
    font-size: 24px;
    color: #2d70b7;
}
.i_se_co_r li:nth-child(1){
    background: url("../images/i_se_co_01.png") no-repeat left center;
}
.i_se_co_r li:nth-child(2){
    background: url("../images/i_se_co_02.png") no-repeat left center;
}
.i_se_co_r li:nth-child(3){
    background: url("../images/i_se_co_03.png") no-repeat left center;
}
/*联系我们页面-------------------------------------------------------------------------*/
.i_co{
    padding-top: 25px;
    overflow: hidden;
}
.i_co_list{
    overflow: hidden;
    margin: 25px 0 45px;
}
.i_co_list li{
    float: left;
    border-right: 1px solid #d6d6d6;
    text-indent: 125px;
}
.i_co_list li:last-child{
    border-right: none;
    line-height: 69px;
    color: #f60;
    font-size: 32px;
    background: url("../images/i_co_tel.jpg") no-repeat left 50px center;
    font-weight: bold;
    width: 360px;
}
.i_co_list li:first-child{
    width: 600px;
}
.i_co_list li:first-child h3{
    font-size: 28px;
}
.i_co_list li:first-child p{
    font-size: 18px
}
.i_co_info{
    float: left;
    margin-bottom: 40px;
    width: 50%;
}
.i_co_info>p{
    line-height: 40px;
    text-indent: 64px;
    font-size: 16px;
}
.map{
    height: 450px;
    margin: 50px auto;
    overflow: hidden;
    width: 1100px;
    clear: both;
}
.i_co .two p{
    color: #333;
}
/*产品详情页---------------------------------------------------------------------------------*/
.inset_show{
    position: relative;
    width: 383px;
    height: 505px;
    float: left;
    margin-bottom: 20px;
}
.inset_detail_show_big{
    width: 100%;
    height: 388px;
    outline: 1px solid #ccc;
    overflow: hidden;
}
.inset_detail_show_big li{
    width: 100%;
    height: 388px;
    overflow: hidden;
}
.inset_detail_show_big li img{
    display: block;
	max-width:383px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
.inset_detail_show_sml{
    width: 100%;
    height: 86px;
    overflow: hidden;
    position: relative;
    padding: 0 45px;
    margin: 20px auto;
}
.inset_detail_show_sml li{
    width: 86px;
    height: 86px;
    float: left;
    position: relative;
    margin-right: 12px;
}
.inset_detail_show_sml li:last-child{
    margin-right: 0;
}
.inset_detail_show_sml li img{
    display: block;
    width: 84px;
    height: 84px;
}
.smlz_cls img{
    border:1px solid #007aff;
}
.show_sml_warp{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.inset_show_prev,.inset_show_next{
    width: 40px;
    height: 86px;
    display: block;
    line-height: 86px;
    font-size: 20px;
    color: #007aff;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    bottom: 10px;
}
.inset_show_prev{
    left: 0;
}
.inset_show_next{
    right: 0;
}
.inset_show_info{
    float: left;
    width: 360px;
    margin-left: 40px;
}
.inset_show_info h3{
    color: #2d70b7;
    font-size: 25px;
    line-height: 50px;
}
.inset_show_info p{
    font-size: 16px;
    color: #2d70b7;
    line-height: 20px;
}
.inset_show_info ul{
    margin-top: 10px;
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
}
.inset_show_info li{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.inset_show_info span{
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    border: 1px solid #007aff;
    text-indent: 65px;
    margin-top: -1px;
}
.inset_show_info span b{
    font-weight: normal;
    font-size: 16px;
    color: #007aff;
}
.inset_show_info span:nth-last-child(2){
    background: url("../images/inset_show_peo.jpg") no-repeat left 15px center;
}
.inset_show_info span:last-child{
    background: url("../images/inset_show_tel.jpg") no-repeat left 15px center;
}
.inset_info_list{
    width: 100%;
    overflow: hidden;
    height: 30px;
}
.inset_info_list li{
    float: left;
    width: 50%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    background: #ddd;
}
.inset_info_list li.active{
    background: #0068a5;
    color: white;
}
/*.inset_info_list li:hover{*/
    /*background: #0068a5;*/
    /*color: white;*/
/*}*/
.inset_info_list_con li{
    display: none;
    padding: 20px 40px;
}
.inset_info_list_con li p img{
    max-width: 100%;
}
.inset_info_list_con li h3{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.inset_info_list_con li p{
    text-indent: 2em;
    color: #555555;
    font-size: 13px;
    line-height: 30px;
}
.inset_info_list_con li.active{
    display: block;
}

.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#0066FF;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; width:805px; float:right; padding-top:20px; }
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:#ab916e dotted 1px;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px;}
.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;}
.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%; }
.fy a,.fy span,.fy strong{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; }
.fy .thisclass,.fy strong,.fy a:hover{color:#014a99;border: #014a99 solid 1px;}
.flink a{ margin:0 5px;}



.i_prolist{
    padding-top: 25px;
    overflow: hidden;
}
.i_prolist li{
    float: left;
    width: 235px;
    height: 220px;
    margin: 0 30px 20px 0;
}
.i_prolist li:nth-child(3n){
    margin-right: 0;
}
.i_prolist li img{
    display: block;
    width: 100%;
    height: 170px;
}
.i_prolist li p{
    line-height: 41px;
    text-align: center;
	text-indent:0;
}

/*flinkink neiye*/

.i_prolist_link{
    padding-top: 25px;
    overflow: hidden;
}
.i_prolist_link li{
    float: left;
    width: 144px;
    height: 86px;
    margin: 0 46px 20px 0;
}
.i_prolist_link li:nth-child(6n){
    margin-right: 0;
}
.i_prolist_link li img{
    display: block;
    width: 100%;
    height: 189px;
}
.i_prolist_link li p{
    line-height: 41px;
    text-align: center;
}


.inset_news_r_info{
    margin:0 0 50px;
}
.inset_news_r_info li{
    background: url("../images/news_li.png") no-repeat 25px center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.inset_news_r_info li:nth-child(2n){
    background: #e7e7e7 url("../images/news_li.png") no-repeat 25px center;
}
.inset_news_r_info li a{
    padding: 0 120px 0 45px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inset_news_r_info li a p{
    position: absolute;
    height: 50px;
	line-height:50px;
    top: 0;
    right: 5px;
}
.inset_news_r_info li a:hover{
    text-decoration: underline;
}





/*首页修改----------------------------------------------------*/
.p-con{
    width: 1000px;
    height: 280px;
    margin: 30px auto 0;
}
.p-con>li{
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
}

.p-con li.active{
    display: block;
}
/*
.p-con>li:nth-child(2){display: none;}
.p-con>li:nth-child(3){display: none;}
.p-con>li:nth-child(4){display: none;}*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
.industry_m{display: none}
.i_p_r{width: calc(100% - 303px)}
.i_a_r{width:800px}
@media only screen and (max-width: 640px){
    body{min-width: 100%;}
    .top{display: none}
    .logo{width: 100%;}
    .logo a{width: 100%;display: block;text-align: center}
    .logo a img{width: 60%;display: inline;
        height: auto;}
    .nav{
        height: auto;float: left;    overflow: hidden;}
    .header{
        height: auto;overflow: hidden;}
    .nav_list li{width: 33.3%;    line-height: 40px;}
#divOranIm{display: none}
    .swiper_banner .swiper-slide img{width: 130%;margin-left:-65%;
        height: auto;}
    .swiper_banner{height: 127px;}
    .honor{padding-top: 20px;height:auto;padding-bottom:10px}
    .product{padding-top: 30px;height:auto;padding-bottom:0}
    .prolist a{    width: 23%;
        padding: 0;}
    .p-con{    width: 100%;}
    .p-con>li{width: 100%}
    .swiper_product{width: 100%;}
    .p-con .swiper-slide{width: 48%!important;margin:0 1%!important;}
    .swiper_product img{width: 100%;height: auto}
    .about_l, .about_m{
        margin-right: 0 !important;margin-left: calc(50% - 150px);}
    .about{height: auto}
    .about_l, .about_m, .about_r{margin-left: calc(50% - 150px);}
    .news{padding-top: 20px;height:auto}
    .news_imp{width: 100%;}
    .news_div{width: 100%;}
    .nav_b dl{width: 48%;
        margin: 0 1%;}
    .two{width: 100%;}
    .nav_b{    height: auto;overflow: hidden;}
    .footer{    height: auto;}
    .nav_b a{text-align: center}
    .i_banner img{       width: 170%;
        margin-left: -85%;
        height: auto;}
    .i_banner{height: 96px;}
    #newBridge{display: none}
    .i_info_l{width: 100%;}
    .i_a_r, .i_p_r{width: 100%;margin-left:0;float: left;}
    .i_prolist li{width: 48%;margin:0 1%;}
    .i_p_r_list li{width: 48%;margin:0 1%;  }
    .i_p_r_list li img{height: auto}
    .i_p_r_list li{
        height: auto;}
    .i_p_r_choose_dd{width: 100%;}
    .i_info_list:last-child, .i_a_info{    background-size: 100%;}
    .i_app_info{display: none}
    .industry_m{display: block}
    .industry_m_intro{width: 100%;text-align: center;}
    .industry_m_intro p{width: 100%;text-align: left;}
    .i_co_list li:first-child{    width: 100%;}
    .i_co_list li:first-child h3{    font-size: 16px;
        text-align: center;
        }
    .i_co_list li{text-indent: 0;}
    .i_co_list li:last-child{    text-indent: 125px;}
    .i_co_info{width:100%;padding:0 10px;}
    .map{width: 100%;height: auto;}
    .i_co_info>p{text-indent: 0px;}
    #newBridge .nb-icon-wrap-0{display: none}
    .ny_pad{width: 100%;}
    .ny_news_tl88 li{height: auto}
    .i_se_title li{    width: 20%;margin-right: 0;}
    .i_se_title li h3{font-size: 15px;}
    .i_se_b_list li{width: 100%;
        padding: 0 10px;margin-right: 0;}
    .i_se_b{height: auto;    padding-top: 25px;}
    .active .swiper-wrapper{transform:none!important;}

}
.bottom-fixed {
    background: #42250E;
    bottom: 0;
    position: fixed;
    height: 55px;
    text-align: center;
    z-index: 9999;
    line-height: 70px;
    color: #fff;
    width: 100%;
    left: 0px;
    display: none;
}
.bottom-fixed li {
    border-right: #fff 0px solid;
    font-size: 16px;
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    height: 60px;
    padding-top: 5px;
    background: #016aad;
}
.sms {
    background: url("../images/sms.png") no-repeat scroll center 4px transparent;
    float: left;
    height: 100%;
    width: 100%;
    color: #fff;
    line-height: 70px;
    font-size: 14px;
}
.tel1 {
    background: url("../images/tel1.png") no-repeat scroll center 0px transparent;
    float: left;
    height: 100%;
    width: 100%;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.map1 {
    background: url("../images/map1.png") no-repeat scroll center -3px transparent;
    float: left;
    height: 100%;
    width: 100%;
    line-height: 70px;
    font-size: 14px;
    color: #fff;
}
.chat {
    background: url("../images/sq.png") no-repeat scroll center -2px transparent;
    float: left;
    height: 100%;
    width: 100%;
    line-height: 70px;
    font-size: 14px;
    color: #fff;
}
@media only screen and (max-width : 640px) {
    .bottom-fixed{
        display: block;
    }
}