.in_banner{height: 400px;}
.now_addr{line-height: 34px;background: #f0f0f0;border-bottom: 1px solid #e6e6e6;font-size: 12px;color:#666;margin-bottom: 30px;}
.now_addr i{padding-left: 25px;display: inline-block;background: url("../images/home.png") left center no-repeat;}
.now_addr a{font-size: 12px;color:#666;}
.left_nav{width: 246px;float: left;}
.left_nav .inNav_T{
    background: url("../images/inNavT_bg.jpg") center/cover;line-height: 32px;
    padding: 12px 0 12px 25px;font-size: 18px;color:#f0f0f0;
}
.inNav_T .inNav_TEN{line-height: 28px;font-family: Arial;}
.left_nav .inNav_list{border: 1px solid #d0d0d0;}
.inNav_list li>a{position: relative;display: block;font-size: 14px;color:#333;line-height: 45px;padding-left: 32px;}
.inNav_list li>a:after{
    content: "";display: block;border: 6px solid transparent;border-left-color: #b2c7e3;
    position: absolute;top: calc(50% - 6px);right:25px;
}
.inNav_list li.act>a,.inNav_list li:hover>a{background: #0068b7;color:#fff;}
.inNav_list li.act>a:after,.inNav_list li:hover>a:after{border-left-color: #fff;}
.right_main{width: calc(100%  - 266px);float: right;}
/**页码**/
.pager{text-align: center;}
.pager a{display: inline-block;line-height: 28px;border: 1px solid #f2f2f2;font-size: 12px;color:#666;padding: 0 10px;}
.pager a:hover,.pager a.act{color:#fff;background: #f7582d;border-color: #f7582d;}
/**走进康大**/
.abt_main{border: 1px solid #d2d2d2;padding:30px 35px 50px;}
.abt_main .abt_txt{font-size: 14px;line-height: 26px;color:#666;}
.abt_txt img{max-width: 100%;}
.back{
    display: block;width: 90px;height: 40px;text-align: center;line-height: 40px;
    border-radius: 5px;font-size: 12px;color:#666;background: #f2f2f2;margin: 40px auto 0;
}
/**客户案例**/
.case_box{border: 1px solid #d2d2d2;padding: 30px 30px 45px;}
.case_box .case_list{padding-bottom: 10px;}
.case_list .case_one{display: block;width: 29.73%;margin: 0 1.8% 15px;float: left;}
.case_one .case_pic{border: 1px solid #eee;overflow: hidden;}
.case_one .case_pic img{width: 100%;transition: all 2s;}
.case_one:hover .case_pic img{transform: scale(1.1);}
.case_one .case_txt{line-height: 45px;text-align: center;font-size: 14px;color:#666;transition: all .6s;}
.case_one:hover .case_txt{color:#fff;background: #0068b7;}
/**联系我们**/
.bd_map{width: 100%;height: 425px;}
.BMap_bubble_content>b{color:#ef5834;font-size: 14px;}
.con_box{padding: 25px 30px 40px;border: 1px solid #d2d2d2;}
.con_box .con_txt{line-height: 35px;font-size: 14px;color:#666;padding-bottom: 25px;}
.con_txt .con_T{padding-left: 45px;}
.con_T.con1{background: url("../images/icon_con_01.png") 5px 5px no-repeat;}
.con_T.con2{background: url("../images/icon_con_02.png") 5px 5px no-repeat;}
.con_T.con3{background: url("../images/icon_con_03.png") 5px 5px no-repeat;}
.con_T.con4{background: url("../images/icon_con_04.png") 5px 5px no-repeat;}
.con_T span{display: inline-block;}
/*荣誉**/
.honor_box{padding: 35px 35px 40px;border: 1px solid #d2d2d2;}
.honor_list .honor_one{width: 25.33%;display: block;margin: 0 4% 15px;float: left;}
.honor_one .honor_pic{/*border: 1px solid #eee;*/overflow: hidden; /*min-height:300px; line-height:300px;*/}
.honor_one .honor_pic img{width: 100%;transition: all 2s;}
.honor_one:hover .honor_pic img{transform: scale(1.1);}
.honor_one .honor_txt{line-height: 58px;text-align: center;font-size: 14px;color:#333;}
.mask-wrap {
    position: fixed;left: 0;top: 0;width: 100%;
    height: 100%;z-index: 99999;text-align: center;display: none;
}
.mask-bg {width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #000;opacity: .7;}
.mask-main {width: 800px;height: 600px;position: absolute;top: 50%;margin-top: -300px;left: 50%;margin-left: -400px;}
.mask-img {width: 100%;height: 540px;}
.mask-img .img-md {max-width: 100%;max-height: 100%;}
.mask-img img{
    max-width: 100%;max-height: 100%;transition: all .3s;
    position: relative;top:50%;transform: translateY(-50%);
}
.mask-main p {
    font-size: 18px;
    color: #fff;
    max-width: 270px;margin: auto;
    line-height: 40px;height:40px;
    background: #000;border-radius: 20px;
}
.mask-close {
    width: 30px;height: 30px;position: absolute;right: 20%;top:20%;cursor: pointer;transition: all 1s;
    background: url("../images/mask_off.png") no-repeat center center;
}
.mask-close:hover{transform: rotate(360deg);}
@media (max-width: 800px) {
    .mask-main {width: 100%;height: 100%;top: 0;margin-top: 0px;left: 0;margin-left: 0px;}
    .mask-img {height: 80%;width: 96%;margin:10% auto;}
    .mask-main p {margin-top: -80px;}
    .mask-pager .prev {left: 5%;}
    .mask-pager .next {right: 5%;}
    .mask-close {background-size: 32px;}
    .mask-img img{position: relative;top: 50%;transform: translateY(-50%);}
}
/**新闻**/
.news_box{padding: 30px 30px 40px;border: 1px solid #d2d2d2;}
.news_box .news_list{padding-bottom: 15px;}
.news_list .news_one{display: block;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px dashed #bbb;}
.news_one .news_pic{width: 260px;float: left;overflow: hidden;}
.news_one .news_pic img{width: 100%;transition: all 2s;}
.news_one:hover .news_pic img{transform: scale(1.1);}
.news_one .news_txt{width: calc(100% - 290px);float: right;color:#999;font-size: 12px;transition: all .6s;}
.news_txt .news_T{font-size: 14px;font-weight: bold;color:#666;line-height: 50px;margin-bottom: 10px;transition: all .6s;}
.news_txt .news_TT{line-height: 20px;margin-bottom: 30px;}
.news_txt .news_time{line-height: 36px;float: left;}
.news_txt .news_more{width: 115px;height: 36px;text-align: center;line-height: 36px;float: right;color:#f7582d;transition: all .6s;}
.news_more i{display: inline-block;padding-left: 20px;background: url("../images/news_more_01.png") right center no-repeat;transition: all .6s;}
.news_one:hover .news_txt{color:#0168b7;}
.news_one:hover .news_txt .news_T{color:#0168b7;}
.news_one:hover .news_txt .news_more{color:#fff;background: #f7582d;}
.news_one:hover .news_more i{background: url("../images/news_more_02.png") right center no-repeat;}
/**新闻内容**/
.newsD_box{padding: 20px 30px 40px;border: 1px solid #d2d2d2;}
.newsD_box .newsD_top{padding-bottom: 20px;border-bottom: 1px dashed #bbb;text-align: center;line-height: 30px;}
.newsD_top .newsD_T{padding: 5px 0;font-size: 16px;font-weight:bold;color:#0168b7;}
.newsD_top .newsD_info{font-size: 14px;color:#999;}
.newsD_box .newsD_TT{padding-top: 30px;font-size: 14px;color:#666;line-height: 27px;text-align: justify;}
.newsD_TT img{display: block;margin: 0 auto 20px;max-width: 100%;}
/**产品列表**/
.proSea_box{padding-top: 20px;border: 1px solid #d2d2d2;margin-bottom: 20px;}
.proSea_box .PS_ipt{width: 33.33%;float: left;margin-bottom: 20px;}
.PS_ipt .psIpt_name{
    height: 35px;line-height: 35px;width: 130px;float: left;text-align: right;font-size: 14px;color:#666;
}
.PS_ipt input[type='text']{
    height: 35px;width: calc(100% - 145px);border: 1px solid #d4d4d4;padding-left: 15px;border-radius: 4px;
}
.PS_ipt select{
    height: 35px;width: calc(100% - 145px);border: 1px solid #d4d4d4;padding-left: 15px;border-radius: 4px;
    appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url("../images/select.jpg") right center no-repeat;
}
.PS_ipt select::-ms-expand { display: none; }
.PS_ipt .PS_btn{
    height: 35px;width: calc(100% - 145px);background: #f25a34;cursor: pointer;
    border: 1px solid #d4d4d4;border-radius: 4px;font-size: 14px;color:#fff;
}
.pro_box{padding: 30px 30px 40px;border: 1px solid #d2d2d2;}
.pro_box .pro_list{padding-bottom: 10px;}
.pro_list .pro_one{display: block;width: 29.93%;margin: 0 1.7% 15px;float: left;text-align: center;}
.pro_one .pro_pic{border: 1px solid #f0f0f0;height: 178px;line-height: 178px;overflow: hidden;}
.pro_one .pro_pic img{max-width: 100%;max-height: 100%;transition: all 2s;}
.pro_one:hover .pro_pic img{transform: scale(1.1);}
.pro_one .pro_txt{line-height: 45px;font-size: 14px;color:#666;}
/**产品详情**/
/*图片放大镜样式*/
.jqzoom{border:1px solid #d5d5d5;position:relative;cursor:pointer;}
.zoomdiv{z-index:100;position:absolute;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background: url("../images/fdj.png") no-repeat center;width: 160px !important;height: 160px !important;}
/*****/
.proD_box .proD_show{width: 445px;float: left;}
.proD_show .proDS_imgA{width: 100%;box-sizing: border-box;}
.proDS_imgA img{width: 100%;}
.proD_show .proDS_imgB{width: calc(100% - 30px);margin:10px auto 0;}
.imgB_list img{border: 1px solid #e5e5e5;box-sizing: border-box;}
.proDS_imgB .bx-wrapper .bx-controls-direction a{height: 100%;top: 0;margin-top: 0;width: 10px;}
.proDS_imgB .bx-wrapper .bx-prev{left: -15px;background: #e3e3e3 url("../images/to_left_03.jpg") center no-repeat;}
.proDS_imgB .bx-wrapper .bx-next{right:-15px;background:#e3e3e3 url("../images/to_right_03.jpg") center no-repeat;}
.proD_box .pro_info{width: calc(100% - 465px);float: right;}
.pro_info .proInf_T{font-size: 16px;color:#0168b7;line-height: 20px;padding-bottom: 18px;border-bottom: 1px solid #d6d6d6;}
.pro_info .proInf_TT{font-size: 12px;line-height: 30px;color:#666;margin:12px 0;min-height: 180px;}
.pro_info .proInf_tel{padding-left: 52px;font-size: 14px;color:#333;margin-bottom:30px;background: url("../images/tel_01.png") left center no-repeat;}
.proInf_tel span{display: block;font-size: 26px;color:#f00;}
.proInf_link a{
    display: inline-block;width: 150px;height: 34px;text-align: center;
    line-height: 34px;border-radius: 17px;font-size: 14px;color:#fff;
}
.proInf_link a i{display: inline-block;padding-left: 35px;}
.proInf_link a.PIL1{background: #00a0e9;margin-right: 20px;}
.proInf_link a.PIL2{background: #ec6941;}
.proInf_link a.PIL1 i{background: url("../images/ask.png") left center no-repeat;}
.proInf_link a.PIL2 i{background: url("../images/kf.png") left center no-repeat;}
.pro_intro .proInt_nav{margin-top: 20px;border-bottom: 1px solid #f2f2f2;font-size: 0;}
.proInt_nav a{
    display: inline-block;width: 100px;height: 35px;text-align: center;line-height: 35px;
    background: #f2f2f2;border-radius: 4px 4px 0 0;margin-right: 10px;font-size: 14px;color:#666;
}
.proInt_nav a.act,.proInt_nav a:hover{background: #0168b7;color:#fff;}
.proInt_div .proInt_box{padding-top: 30px;display: none;font-size: 12px;line-height: 30px;color:#666;text-align: justify;}
.proInt_div .proInt_box p img{ max-width:100%;}
.proInt_box .proInt_video{max-width: 560px;margin: 0 auto 20px;position: relative;}
.proInt_video video{position: absolute;width: 100%;height: 100%;background: #000;top: 0;left: 0;display: none;}
.vdo_img img{width: 100%;transition: all 2s;}
.vdo_img:hover img{transform: scale(1.1);}
.vdo_img:after{
    content: "";display: block;position: absolute;width: 100%;height: 100%;cursor: pointer;
    top: 0;left: 0;background: rgba(0,0,0,.4) url("../images/play.png") center no-repeat;transition: all 1s;
}
.vdo_img:hover:after{background: url("../images/play.png") center no-repeat;}
/**咨询**/
.ask_box{padding: 30px 30px 50px;border: 1px solid #d2d2d2;}
.ask_box .ask_top{
    line-height: 44px;padding-bottom: 21px;background: url("../images/ask_top.jpg") center bottom no-repeat;
    text-align: center;font-size: 24px;color:#0068b7;margin-bottom: 30px;
}
.ask_box .ask_form{max-width: 385px;margin: auto;}
.ask_form .askIpt{margin-bottom: 20px;position: relative;}
.ask_form .askIpt:before{content: "*";line-height: 40px;font-size: 14px;color:#f00;display: block;position: absolute;top: 0;left: -8px;}
.askIpt .askIpt_name{width: 90px;line-height: 40px;font-size: 14px;color:#666;float: left;}
.askIpt input[type='text']{width: calc(100% - 90px);float: left;height: 40px;padding-left: 10px;border: 1px solid #d0d0d0;border-radius: 4px;}
.askIpt textarea{width: calc(100% - 90px);float: left;height: 140px;padding:5px 10px;border: 1px solid #d0d0d0;border-radius: 4px;resize: none;}
.askIpt.vCode input[type='text']{width: calc(100% - 210px);}
.vCode img{width: 95px;height: 35px;border: 1px solid #777;float: right;cursor: pointer;}
.ask_form .ask_btn{margin-left: 90px;}
.ask_btn input{width: calc(50% - 10px);height: 40px;float: left;border-radius: 4px;font-size: 14px;cursor: pointer;}
.ask_btn input[type='button']{background: #0068b7;color:#fff;margin-right: 20px;}
.ask_btn input[type='reset']{background: #bfbfbf;color:#333;}


/***2018-5-15***/
.left_con{margin: 20px 0;border: 1px solid #d0d0d0;border-bottom: none;}
.left_con .LC_one{
    display: block;width: 100%;border-bottom: 1px solid #d0d0d0;line-height: 46px;
    font-size: 14px;color:#0168b7;padding-left: 55px;box-sizing: border-box;
}
.LC_one.LC1{background: url("../images/left_con_01.png") 20px center no-repeat;}
.LC_one.LC2{background: url("../images/left_con_02.png") 20px center no-repeat;}
.LC_one.LC3{background: url("../images/left_con_03.png") 20px center no-repeat;}
.LC_one.LC4{background: url("../images/left_con_04.png") 20px center no-repeat;}
.leftOth_T{
    background: url("../images/inNavT_bg.jpg") center/cover;line-height: 32px;
    padding: 12px 0 12px 25px;font-size: 18px;color:#f0f0f0;
}
.left_other{border: 1px solid #d0d0d0;}
.left_other li>a{position: relative;display: block;font-size: 14px;color:#333;line-height: 45px;padding-left: 32px;}
.left_other li>a:after{
    content: "";display: block;border: 6px solid transparent;border-left-color: #b2c7e3;
    position: absolute;top: calc(50% - 6px);right:25px;
}
.left_other li:hover>a{background: #0068b7;color:#fff;}
.left_other li:hover>a:after{border-left-color: #fff;}
.pro_list .pro_one{margin-bottom: 30px;}
.pro_one .pro_btn{font-size: 0;}
.pro_btn a{
    display: inline-block;width: calc(50% - 10px);line-height: 30px;padding-left: 22px;
    border-radius: 3px;font-size: 12px;color:#fff;box-sizing: border-box;
}
.pro_btn a.proB1{background:#00a0e9 url("../images/pro_tel.png") 12px center no-repeat;margin-right: 20px;}
.pro_btn a.proB2{background:#f29b76 url("../images/pro_ask.png") 12px center no-repeat;}



