/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}
.yuyan {width:1170px;}
/*返回顶部*/
.totop{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	line-height: 58px;
	text-align: center; 
	background: #fff; 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	position: fixed;
	bottom: 80px; 
	right: 30px; 
	cursor: pointer;
	display: none;
	color:#999;
	z-index: 1000;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
	color: #fff;
	background-color: #005193;
}

/*底部响应下拉*/
@media (min-width: 900px) {
	.collapse_block{
		display: block;
	}
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
	.bottom_xiala:after{
		content: '-';
		display: inline-block;
		width: 20px;
		height: 20px;
		text-align: center;	

	}
	.collapsed .bottom_xiala:after{
        content: '+';
        display: inline-block;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
.col-2{
    float: left;
    position: relative;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.media-left{
	float: left;
}

button:focus{outline:0;}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #005193;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 20px;
    word-break: break-all;
}

.pem{
    text-indent: 2em;
}

.text_white{
    color: #fff;
}
.text-muted{
	color: #999;
}
.text-danger{
    color: #005193;
}
.text-danger a{
    color: #005193;
    font-weight: 800;
}

.bg_white{
    background: #fff;
}
.bg_f9f9f9{
	background: #f9f9f9;
}
.bg-danger{
    background: #000;
}

.font12{
    font-size: 12px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}

.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}

.no_margin{
    margin: 0px;
}
.mt88{
    margin-top: 88px;
}
.mt40{
    margin-top: 40px;
}
.mb88{
    margin-bottom: 88px;
}
.mb58{
    margin-bottom: 58px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_style{
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background: #fff;
    min-height: 88px;
}
.nav_style_1{
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background: #fff;
    min-height: 8px;
}
.navbar-brand{
    height: 88px;
    padding: 7px 50px 13px 15px;
}

.nav_zhuti li .a{
    padding: 3px 0px;
    font-size: 16px;
    margin-left: 60px;
    position: relative;
}
.nav_style .navbar-nav>li>.a{
    color: #333; font-weight: 800;
}
.nav_style .navbar-nav>li>.a:hover{
    color: #005193;
}
.nav_zhuti li .a:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #005193; 
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav_zhuti li .a:hover:before,.fa,.nav_zhuti .active .a:before{
    left: 0%;
    right: 0%;
}
.navbar-default .navbar-nav>.active>.a, .navbar-default .navbar-nav>.active>.a:focus, .navbar-default .navbar-nav>.active>.a:hover{
    background: none;
    color: #005193;
    font-weight: 800;
}

.nav_fu li .a{
    padding: 34px 15px 34px 15px;
}

.top_xiala .menu{
    display: none;
    position: absolute;
    min-width: 616px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
    margin-top: 0px;
    z-index: 1000;
    padding: 0px;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.top_xiala:hover .menu{
    display: block;
    transition: all .5s;
}
.top_xiala .a i{
    color: #ccc;
    transition-duration: 0.3s;
}
.nav_zhuti .active .a i{
    color: #005193;
}
.top_xiala:hover .a .fa{
    transform:rotate(180deg);
    color: #005193;
}
.menu_about_left{
    width: 224px;
    float: left;
    padding: 15px 30px;
}
.menu_about_left ul li a{
    color: #000;
    line-height: 35px;
}
.menu_about_left ul li a:hover{
    color: #005193;
}
.menu_about_left ul li a i{
    margin-right: 8px;
}
.menu_about_right{
    width: 370px;
    float: right;
    padding: 15px 30px;
}
.menu_about_right .about_logo{
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    height: 118px;
    line-height: 118px;
    margin-bottom: 15px;
}

.top_xiala .nav_cpzs_menu{
    min-width: 1200px;
    padding: 15px 30px 30px 30px;
    margin-left: -580px;
}
.nav_cpzs{
    float: left;
    width: 210px;
}
.nav_cpzs ul li a{
    color: #000;
    display: block;
    line-height: 35px;
}
.nav_cpzs ul li a:hover{
    color: #005193;
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);

}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-default .navbar-toggle{
    border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
}
.navbar-toggle{
    margin-top: 28px;
    margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #1f2c55;
}

@media (min-width: 1200px) {
    .nav_style {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .nav_style_1 {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        height: 35px;
        background: #fff;
    width: 100%;
    }
   .nav_style_1 ul {
    width: 1300px;margin: 0 auto;
    padding-right: 30px;
    }
    .nav_style_1 ul li {
    float: right;
    line-height: 35px;
    list-style: none;
    margin-right: 5px;
    }
    
    .nav_style_1 ul li a {
    color: #337ab7;font-size: 13px;
    }
    .nav_style.fixTop {
        position: fixed;
        z-index: 1001;
        left: 0;
        top: -124px;
        width: 100%;
    }

    .nav_style.fixTop.fixDown {
        top: 0;
        box-shadow: 0px 6px 11px 0px rgba(204, 204, 204, 0.17);
    }
}

/*banner*/
/*.banner{
    height: 600px;
}*/
.banner .swiper-wrapper .swiper-slide{
    /*background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;*/
    width: 100%;
    height: 100%;
}
.banner .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner .swiper-wrapper .swiper-slide h1{
    line-height: 48px;
    margin-top: 0px;
}
.banner>.swiper-pagination-bullets{
    bottom: 30px;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: none;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
}
.banner .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active:before{
    content: none;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 12px;
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out;
}

.hvr-float {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);transform:translateY(-8px)
}
.index_img{
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
}
.index_img:hover{
    box-shadow: 0px 10px 30px rgba(153,153,153,0.1)
}
.index_img_nr{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bt{
    margin: 88px 0px 48px 0px;
}
.bt ul li a{
    display: inline-block;
    font-size: 16px;
}
.bt ul li{
    padding: 0px 20px;
    position: relative;
}
.bt ul li:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 20px;
    background: #eee;
}
.bt ul li:nth-child(1):after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 20px;
    background: #eee;
}
.index_cpfl{
    background-position: right 14px center!important;
    background-repeat: no-repeat!important;
    border: 1px solid #eee;
    margin-bottom: 10px;
    /*height: 240px;*/
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.index_cpfl h4{
    width: 100%;
    text-align: center;
    margin: 20px 0px 13px 0px;
    font-size: 17px;
}
.index_cpfl h3{
    margin: 10px 0px 8px 0px;
}
.index_cpfl span{
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 12px 14px;
    margin-top: 5px;
}
.mg5{
    margin-left: -5px;
    padding-right: -5px;
}
.pg5{
    padding-left: 5px;
    padding-right: 5px;
}
.index_cpfl_left{
    height: 490px;
}
.rxcp_cpfl{
    position: absolute;
    top: 0px;
}
.cpfl_nr{
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s, top 0.3s;
    -webkit-transition: opacity 0.3s, top 0.3s; /* Safari */
}
.cpfl_nr h4{
    display: inline-block;
    background: #fff;
    color: #005193;
    padding: 18px 40px;
    margin: 0px;
    font-size: 16px;
}
.index_cpfl:hover .cpfl_nr{
    opacity: 1;
    top: 0px;
}

.bt2{
    position: relative;
    margin: 45px 0px 35px 0px;
    /*margin: 88px 0px 48px 0px;*/
    padding-bottom: 20px;
}
.bt2:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -21px;
    width: 42px;
    height: 4px;
    background: #005193;
}
.spzx{
    margin-bottom: 58px;
}
.bt3:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-left: 0px;
}

/*bottom*/
.bottom_bg{
    background: #2b2b2b;
    color: #fff;
    padding-top: 35px;
}
.bottom_ul{
    padding-bottom: 20px;
}
.bottom_ul .well{
    background: none;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.bottom_ul .well span{
    margin-right: 10px;
}
.bottom_jszc{
    border-top: 1px solid #494949;
    padding: 12px 0px;
}
.bottom_ul h4{
    position: relative;
    margin: 0px 0px 18px 0px;
    padding-bottom: 14px;
}
.bottom_ul h4:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 42px;
    height: 2px;
    background: #005193;
}
.bottom_ul a{
    display: block;
    color: #fff;
    line-height: 30px;
}
.bottom_ul a:hover{
    color: #ccc;
}
.bottom_ul1 p{
    line-height: 18px;
}
.bottom_ul1 a{
    margin-top: 12px;
}
.bottom_ul1 a i{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #fff;
    color: #2b2b2b;
    text-align: center;
    margin-left: 10px;
}
.bottom_ul2 li a i{
    margin-right: 12px;
}
.bottom_ul3 li{
    line-height: 30px;
}
.bottom_ul3 li{
    padding-left: 22px;
    position: relative;
}
.bottom_ul3 li span{
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.bottom_ul4 p{
    padding-bottom: 16px;
}
.bottom_ul4 li{
    line-height: 20px;
}

/* ----------------------------------------------------------------
    产品列表
----------------------------------------------------------------- */
.ny_banner{
    height: 300px;
}
.product_banner{
    background: url(../img/product_banner.jpg) center;
    background-size: cover;
}
.product_nav li a{
    font-size: 16px;
    color: #999;
    display: block;
    padding: 20px 0px;
    position: relative;
}
.product_nav li{
    margin: 0px 24px;
}
.product_nav li a:hover{
    color: #005193;
}
.product_nav .active a{
    color: #005193;
    border-bottom: 2px solid #005193;
}

.pagination{
    margin: 0px 0px 88px 0px;
}
.pagination>a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 7px;
    padding: 13px 16px;
    border: none;
}
.pagination>a:hover{
    color: #000;
}
.pagination>a:first-child{
    border-radius: 0px;
}
.pagination>a:last-child{
    border-radius: 0px;
}
.pagination>a.page-num-current, .pagination>a.page-num-current:focus, .pagination>a.page-num-current:hover{
    background: #005193;
    color: #fff;
}

.products_top{
    padding-top: 88px;
}

.products_style{
    display: block;
    margin-bottom: 58px;
    background: #fff;
}
.products_style div{
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products_style p{
    padding: 20px 15px 38px 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.products_style:hover .fangda img{
    transform:scale(1.1);
}

/* ----------------------------------------------------------------
    产品详情页
----------------------------------------------------------------- */
.news_nav{
    padding: 15px 0px;
}
.news_nav a{
    color: #999;
}
.news_nav a:hover{
    color: #1f2c55;
}
.news_nav .active a{
    color: #000;
}

.details_swiper1 .fangda{
    text-align: center;
    /*line-height: 500px;
    height: 500px;*/
    background: #fff;
}

.details_swiper2{
    margin: 30px 0px 88px 0px;
}
.details_swiper2 .swiper-wrapper .swiper-slide{
    background: #f9f9f9;
    opacity: 0.8;
    text-align: center;
    cursor: pointer;
}
.details_swiper2 .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
}
.details_swiper1 .swiper-button-next:after,.details_swiper1 .swiper-button-prev:after{
    color: #ccc;
}

.pt_ds_right{
    margin-bottom: 88px;
    padding: 0px 0px 0px 58px;
}
.pt_ds_right_ul1{
    line-height: 30px;
    margin: 30px 0px;
}
.pt_ds_right_ul1 p{
    line-height: 30px;
}
.pt_ds_right_ul2{
    display: block;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.pt_ds_right_ul2 li{
    min-width: 40%;
    float: left;
    padding: 24px 0px;
    position: relative;
}
.pt_ds_right_ul2 li span{
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 92px;
    word-break: break-all;
}
.pt_ds_style{
    padding: 0px 30px 30px 30px;
}
.pt_ds_style_bt{
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 32px 0px;
    color: #005193;
    font-size: 16px;
    position: relative;
}
.pt_ds_style_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 62px;
    height: 3px;
    background: #005193;
}
.pt_ds_style_right{
    padding: 24px;
}
.pt_ds_style_right h4{
    margin: 0px 0px 15px 0px;
}
.pt_ds_style_right .products_style{
    margin-bottom: 15px;
}

.cpfwcxzx_input{
    margin-bottom: 28px;
}
.cpfwcxzx_input .form-control{
    height: 68px;
    border: none;
    box-shadow: none;
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px;
    font-size: 16px;
    padding: 8px 30px;
}
.cpfwcxzx_input button{
    border: none;
    border-left: 1px solid #f5f5f5;
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
    font-size: 16px;
    padding: 23px 30px;
}
.cpfwcxzx_ul{
    line-height: 38px;
}

/* ----------------------------------------------------------------
    购买渠道
----------------------------------------------------------------- */
.channel_banner{
    background: url(../img/channel_banner.jpg) center;
    background-size: cover;
}
.channel_style{
    margin-bottom: 35px;
}
.channel_style li a{
    display: block;
    border-top: 1px solid #eee;
    padding: 14px 16px;
}
.channel_style li a i{
    margin-right: 14px;
}
.channel_style .active a{
    background: #666;
    color: #fff;
}
.channel_style_right{
    display: block;
    box-shadow: 0px 5px 15px rgba(153,153,153,0.1);
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s; /* Safari */
}
.channel_style_right .media-left{
    width: 120px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.channel_style_right .media-body h4{
    margin-top: 34px;
}
.channel_style_right:hover{
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_style{
    padding: 0px 48px;
}
.about_style p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg) center;
    background-size: cover;
}
.contact_ul{
    margin-top: 24px;
}
.contact_ul li{
    color: #666;
    line-height: 30px;
}

/* ----------------------------------------------------------------
    售后服务
----------------------------------------------------------------- */
.service_banner{
    background: url(../img/service_banner.jpg) center;
    background-size: cover;
}
.service_style ul{
    margin-bottom: 24px;
}
.service_style ul li{
    color: #666;
    line-height: 30px;
}
.service_style .service_style_ul li{
    line-height: 48px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){

}

@media (max-width: 1200px){
    .nav_zhuti .active .a i,.top_xiala:hover .a .fa,.top_xiala .a i{
        display: none;
    }
    .top_xiala:hover .menu{
        display: none;
    }
    .nav_zhuti li .a{
        margin: 0px;
        padding: 18px 0px;
    }
    .nav_fu li .a{
        padding: 18px 0px;
    }
}

@media (max-width: 900px){
    .bottom_ul{
        padding-bottom: 24px;
    }
    .bottom_ul h4{
        padding-top: 14px;
    }
    .bottom_bg{
        padding-top: 38px;
    }
    /*.banner {
        height: 300px;
    }*/
    .bt ul li {
        padding: 0px 14px;
    }
    .index_img{
        margin-bottom: 30px;
    }
    .pt_ds_right{
        padding: 0px;
    }
}

@media (max-width: 750px){
    .nav_zhuti li .a{
        padding: 18px 15px;
    }
    .nav_fu li .a{
        padding: 18px 15px;
    }
    .about_style{
        padding: 0px;
    }
    .ny_banner{
        height: 180px;
    }
    .nav_style{
        min-height: 68px;
    }
    .navbar-brand{
        height: 68px;
        padding: 12px 15px 12px 15px;
    }
    .navbar-brand img{
        width: 44px;
    }
    .navbar-toggle {
        margin-top: 19px;
    }
    .navbar-default .navbar-nav>.active>.a, .navbar-default .navbar-nav>.active>.a:focus, .navbar-default .navbar-nav>.active>.a:hover{
        background: #005193;
        color: #fff;
    }
    .bt ul{
        margin: 18px 0px 24px 0px;
    }
    /*.banner {
        height: 200px;
    }*/
    .banner>.swiper-pagination-bullets {
        bottom: 8px;
    }
    .index_img_nr{
        padding: 0px 30px;
    }
    .bt {
        margin: 48px 0px 28px 0px;
    }
    .index_cpfl{
        padding: 15px;
    }
    .product_nav li{
        margin: 0px;
    }
}