﻿
.jp-video-980p{
    width: 980px;

}
.jp-video-980p .jp-video-play{
    height: 540px;
    margin-top: -540px;
}

/*首页头部的css*/
#header_one_box{
    height: 200px;
}
#header_one_box .logo{
    width: calc(50%- 50px);padding-left: 50px;
}
#header_one_box .logo .img_box{
    height: 96px; margin-top: 52px;
}
#header_one_box .logo .img_box img{
    height: 100%; width: auto;margin: 0;display: inline-block;
}
#header_one_box .search{
    width: 50%;text-align: right;
    margin-top: 80px;
}
#header_one_box .search .search_box{
    width: 400px;height: 40px;border:2px solid #0078be; float: right;
    -webkit-box-sizing: border-box;overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#header_one_box .search .search_box input[type='text']{
    width: 324px; height: 36px;display: block; float: left;
    padding: 0 16px; font-size: 16px;
}
#header_one_box .search .search_box input[type='text']::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
#header_one_box .search .search_box input[type='text']:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cccccc;
}
#header_one_box .search .search_box input[type='text']::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cccccc;
}
#header_one_box .search .search_box input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #cccccc;
}

#header_one_box .search .search_box input[type='button']{
    background:url("../images/search-icon.png") center center no-repeat #ffffff;height: 36px;
    width: 38px;display: block; float: left;
}
/*首页头部的css*/


/*首页导航的css*/
#nav_one_box{
    height: 80px;font-size: 20px;
}
#nav_one_box>dl{}
#nav_one_box>dl>dd{
    float: left;width: 150px;position: relative;
}
#nav_one_box>dl>dd>dt{
    float: left; width: 150px; text-align: center;
}
#nav_one_box>dl>dt>a{
    line-height: 80px; display: block;text-align: center; color: #333333;
}
#nav_one_box>dl>dd>a{
    display: block;line-height: 80px;height: 80px;text-align: center;
    color: #1a1a1a;overflow: hidden;
}
#nav_one_box>dl>dd>a>span{
    border-right: 2px solid #cdcdcd;
    display: block; line-height: 20px; height: 20px;margin-top: 30px;
}
#nav_one_box>dl>dd>a>span>i{
    font-style: normal; font-weight: normal;display: inline-block;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#nav_one_box>dl>dd>ul{
    display: none;position: absolute; top: 80px;width: 120px; text-align: center;
    background: #f1f5fd; font-size: 16px;z-index: 99;
    left: 15px;
}
#nav_one_box>dl>dd>ul>li{
    height: 30px;border-bottom: 1px solid rgba(255,255,255,0.71);
}
#nav_one_box>dl>dd>ul>li:last-of-type{
    border-bottom: none;
}
#nav_one_box>dl>dd>ul>li>a{
    display: block; color: #333333;height: 30px;
}
#nav_one_box>dl>dd>ul>li>a:hover{
    color: #0078be;
}
#nav_one_box>dl>dd>ul>li>a>span{
    height: 30px;display:inline-block;line-height: 30px;vertical-align:top;
}
#nav_one_box>dl>dd>ul>li>a>strong{
    font-size: 12px;font-weight: normal; height: 30px;vertical-align:top;line-height: 26px;
    display: inline-block;
}

#nav_one_box>dl>dd:hover{

}
#nav_one_box>dl>dd:hover>a>span>i{
    color: #0078be;font-weight: bold;border-bottom: 6px solid #0078be;
}

#nav_one_box>dl>dd>.active>span>i{
    color: #0078be;font-weight: bold;border-bottom: 6px solid #0078be;
}
#nav_one_box>dl>dd:hover>ul{
    display: block;
}
/*首页导航的css*/

/*底部的css*/
#footer_one_box{
    height: 320px; font-size: 16px; background: #0078be; overflow: hidden;
}
#footer_one_box .friend_links{
    background: #ffffff;margin-top: 25px;
    -webkit-border-radius: 5px; height: 50px; line-height: 50px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#footer_one_box .friend_links>dl{

}
#footer_one_box .friend_links>dl>dt{
    float: left; width: 94px; background: url("../images/links-icon.png") 10px center no-repeat;
    padding-left: 36px;color: #ff8c00;
}
#footer_one_box .friend_links>dl>dd{
    float: left;margin-right: 30px;
}
#footer_one_box .friend_links>dl>dd>a{
    color: #1a1a1a;
}
#footer_one_box .friend_links>dl>dd>a:hover{
    text-decoration: underline;
}
#footer_one_box .conpany_info{
    color: #ffffff; margin-top: 60px;padding-bottom:20px;
}
#footer_one_box .conpany_info .conpany_word{
    width: 50%;
}
#footer_one_box .conpany_info .name{
    margin-bottom: 14px;
}
#footer_one_box .conpany_info .number{
    margin-bottom: 38px;
}
#footer_one_box .conpany_info .number>span{
    margin-right: 30px;
}
#footer_one_box .conpany_info .copyright{

}
#footer_one_box .conpany_info .conpany_ercode{
    width: 50%;
}
#footer_one_box .conpany_info .conpany_ercode>ul{
    float: right;
}
#footer_one_box .conpany_info .conpany_ercode>ul>li{
    float: left; margin-right: 54px; text-align: center;width:120px;
}
#footer_one_box .conpany_info .conpany_ercode>ul>li>p{
    font-size: 16px; text-align: center; line-height: 20px;
}
#footer_one_box .conpany_info .conpany_ercode>ul>li img{
    width: 120px; height: 120px;margin-top:10px;
}
/*底部的css*/



#swipers-banner .swiper-pagination-bullet{
    display: inline-block;width: 16px;height: 16px;opacity: 1;border-radius: 10px;background: rgba(0,0,0,0);margin: 0 3px;cursor: pointer;
    transition: width 0.3s ease-in-out;border:1px solid #0078be;
}
#swipers-banner .swiper-pagination-bullet-active{
    background: #0078be;width: 40px;
}
.index-header-img{}
.index-header-img img{
    margin: 0 auto;
}
.header_class{
    height: 40px; line-height: 40px;margin-bottom: 20px;border-bottom: 1px solid #999999;
}
.header_class>strong{
    font-size: 24px; color: #0078be;margin-right: 10px;
}
.header_class>span{
    font-size: 14px; color: #515151;
}
.header_class>.more_link{
    font-size: 14px; float: right; color: #1a1a1a;
}



/*咨询类css*/
.zixun_main_box{
    padding-bottom: 140px;
}
.zixun_main_box .index-header-img{
    padding: 90px 0 20px 0;
}
.zixun_main_box .video_center{}
.zixun_main_box .video_contern_box{
    margin-bottom: 80px;
}
.zixun_main_box .video_contern_box .video_play_box{
    float: left; width: 640px; margin-right: 60px;overflow:hidden;
}
.jp-details{
    background: #313131;text-align: left; height: 36px;position: relative;
}
.jp-details .bdsharebuttonbox{
    position: absolute; left: 0; top: 0; width: 124px;display: block;padding: 0;
    height: 34px;
	/*background: url("../images/shareBgs.png") 0 0 no-repeat;*/
}

#share>a{
    margin-top: 1px;margin-right:0;
}


.jp-details .jp-title{
    padding: 0 20px;
}
.zixun_main_box .jp-video{
    border:1px solid #e5e5e5;
}
.jp-details .jp-title>span{
    line-height: 36px; vertical-align: top; color: #ffffff;
}
.jp-title .bdsharebuttonbox>a{
    margin: 7px 6px 0 6px;
}
.jp-title .bdsharebuttonbox>a:first-of-type{
    margin: 7px 6px 0 12px;
}
.jp-title .bdsharebuttonbox>a:last-of-type{
    margin: 7px 0 0 6px;
}
.jp-title .bds_qzone{
    background: url(../images/yuanqq.png) 0 0 no-repeat;
    -webkit-background-size: auto 24px;background-position:center center !important;
    background-size: auto 24px;
}
.jp-title .bds_weixin{
    background: url(../images/yuanweixin.png) 0 0 no-repeat;
    -webkit-background-size: auto 24px;background-position:center center !important;
    background-size: auto 24px;
}
.jp-title .bds_tsina{
    background: url(../images/yuanweibo.png) 0 0 no-repeat;
    -webkit-background-size: auto 24px;background-position:center center !important;
    background-size: auto 24px;
}

.zixun_main_box .video_contern_box .video_play_list{
    float: left; width: calc(100% - 700px);background:#f5f5f5;
}

.video_play_list>dl{}
.video_play_list>dl>dt{
    height: 40px; line-height: 40px; color: #1a1a1a;font-size: 16px;
    font-weight: bold; border-left: 5px solid #ff8c00;padding-left: 10px;
}
.video_play_list>dl>dd{
    padding: 10px 15px;border-top: 1px solid #e5e5e5;
}
.video_play_list>dl>dd .video_info{
    width: 310px;float: left;
}
.video_play_list>dl>dd .video_info .name{
    font-size: 16px; color: #1B1B1B; line-height: 24px;
    margin-bottom: 12px;
}
.video_play_list>dl>dd .video_info .look_num{
    font-size: 12px; color: #999999; line-height: 24px;
}


.video_play_list>dl>dd .img_box{
    width: 132px; height: 84px; float:right; position: relative; overflow: hidden;
}
.video_play_list>dl>dd .img_box img{
    width: 100%; height: auto;
}
.video_play_list>dl>dd .img_box>span{
    position: absolute; display: block; background: rgba(0,0,0,0.71);
    color: #ffffff; bottom: 5px; right: 5px; height: 16px;padding: 0 5px; line-height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.video_play_list>dl>dd:hover .video_info .name{
    color: #0078be;
}


.new-zixun-box{}

.conpany-news-box{
    width: 50%;float: left;
}
.conpany-news-box .header_class{
    margin-right: 40px;
}
.base-zixun-dl{
}
.base-zixun-dl>dt{
    margin-bottom: 20px;
}
.base-zixun-dl>dt .img_box{
    width: 200px; height: 156px;overflow: hidden;float: left;
    margin-right: 14px;
}
.base-zixun-dl>dt .img_box img{
    width: 100%; height:  auto;
}
.base-zixun-dl>dt .base-info-world{
    float: left;width: calc(100% - 254px);
}
.base-zixun-dl>dt .base-info-world h2{
    font-size: 16px; height: 40px; line-height: 40px; border-bottom: 1px solid #999999;color:#525252;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.base-zixun-dl>dt .base-info-world h2:hover{
color:#0078be;
}
.base-zixun-dl>dt .desc{
    font-size: 14px;color: #525252; line-height: 30px;height:60px;overflow:hidden;
}
.base-zixun-dl>dt .times-look-info{
    background: url("../images/time-icon.png") 0 center no-repeat; height: 60px; line-height: 60px;
    padding-left: 22px;
}
.base-zixun-dl>dt .times-look-info>a{
    float: right;color: #ff8c00; text-decoration: underline;
}
.hangye-zixun-box{
    width: calc(50% - 40px);padding-left: 40px; float: left;
}
.hangye-zixun-box .base-zixun-dl>dt .base-info-world{
    width: calc(100% - 214px);
}
.base-zixun-dl>dd{
    height: 36px; line-height: 36px;padding-right: 40px;
}
.base-zixun-dl>dd>a{
    color: #1a1a1a; font-size: 16px;
}
.base-zixun-dl>dd>a:hover{
    color: #0078be;
}
.base-zixun-dl>dd>a p{
    width: 82%;float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.base-zixun-dl>dd>a:hover time{
    color: #1a1a1a;
}
.base-zixun-dl>dd time{
    display: block; width: 74px; background: url("../images/time-icon.png")0 center no-repeat;
    float: right; padding-left: 12px; font-size: 12px;text-align: right;
}
.hangye-zixun-box .base-zixun-dl>dd{
    padding-right: 0;
}

/*咨询类css*/

/*产品中心*/


#product_center_one{
    background: #e8f3fa;min-width:1200px;
}
#product_center_one .index-header-img{
    padding: 90px 0 60px 0;
}

.product_center_box{
}
.product_center_box .swipr_our_left{
    height: 462px; width: 60px; float: left;position: relative;
}
.product_center_box .swipr_our_left a{
    display: block; position: absolute;width: 36px; height: 68px;
    background: url("../images/prev.png") center center no-repeat #cad4da;left: 0; top: 50%;margin-top: -34px;
}
.product_center_box .swipr_our_left a:hover{
    background: url("../images/prev_hover.png") center center no-repeat #0078be;
}

.product_center_box .swiper_four_box{
    height: 462px; width: 1080px; float: left;
}
.product_center_box .swiper_four_box .swiper-container{
    padding:0 10px 10px 10px;
}
.product_center_box .swiper_four_box a{
    display: block;padding: 5px;background: #ffffff; height: 452px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.product_center_box .swiper_four_box .img_box{
    width: 240px;margin: 0 auto; height: 310px; overflow: hidden;
}
.product_center_box .swiper_four_box .img_box img{
    width: 100%; height: auto;
}
.product_center_box .swiper_four_box .product_info_bottom{
    height: calc(100% - 330px); width: 220px;text-align: center;padding: 10px;
}
.product_center_box .swiper_four_box .product_info_bottom h2{
   font-size: 18px;color: #0078be; line-height: 48px;overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;
}
.product_center_box .swiper_four_box .product_info_bottom p{
    font-size: 14px; color: #666666; line-height: 24px;
}
.product_center_box .swipr_our_right{
    height: 462px; width: 60px;float: left;position: relative;
}
.product_center_box .swipr_our_right a{
    display: block; position: absolute;width: 36px; height: 68px;
    background: url("../images/next.png") center center no-repeat #cad4da;right: 0; top: 50%;margin-top: -34px;
}
.product_center_box .swipr_our_right a:hover{
    background: url("../images/next_hover.png") center center no-repeat #0078be;
}
.product_center_box .swiper_four_box a:hover{
    background: #0078be;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.27);
    -moz-box-shadow:3px 3px  10px rgba(0,0,0,0.27);
    box-shadow:3px 3px 10px rgba(0,0,0,0.27);
}
.product_center_box .swiper_four_box a:hover .product_info_bottom h2{
    color: #ffffff;
}
.product_center_box .swiper_four_box a:hover .product_info_bottom p{
    color: #ffffff;
}
#product_center_one .look_more_link{
    padding: 124px 0 92px 0;
}

/*产品中心*/



/*关于我们*/
#about_our{
    padding: 174px 0 50px 0;
}
#about_our .about_word_left{
    width: calc(50% - 66px); float: left;padding-right: 66px;
}
#about_our .about_word_head{
    position: relative;padding-bottom: 3px;
}
#about_our .about_word_head header{
    font-size: 12px; color: #515151;border-bottom: 1px solid #313131;
    width: 200px;padding-bottom: 34px;
}
#about_our .about_word_head header h2{
    font-size: 32px; color: #1a1a1a;
}
#about_our .about_word_head header p{
    line-height: 20px;
}
#about_our .about_word_head span{
    position: absolute; bottom: 0; left: 0;width: 74px; height: 8px;
    display: block; background: #0078be;
}
#about_our .about_word_center{
    text-indent: 2em; font-size: 16px; color: #515151; line-height: 30px;
}
#about_our .about_word_center p{
    margin-top: 33px;
}
#about_our .about_word_left .img_box{
    width: 534px; height: 54px; margin-top: 30px;
}
#about_our .about_word_left .img_box img{
    width: 100%; height: auto;
}
#about_our .about_word_left .look_more_link{
    margin: 96px 0 0 0;
}
#about_our .about_word_left .look_more_link>a{
    margin: 0;
}
#about_our .look_more_link{
padding:70px 0 50px 0;
}
#about_our .fLeft{
    background: url("../images/about_bg.png") left bottom no-repeat;
    overflow: hidden;width: calc(50% - 66px);margin-left: 66px;
    height: 610px;
}
#about_our .fLeft .img_box{
    width: 460px;height: 550px;margin-left: 74px;
}
#about_our .fLeft .img_box img{
    width: 100%;
}
/*关于我们*/


/*走进安健-企业简介*/
.company-header{
    position: relative;height: 59px;text-align: center;color: #1a1a1a;
}
.company-header>header{
    height: 56px;border-bottom: 1px solid #b3b3b3;
}
.company-header>header>h2{
    font-weight: normal;font-size: 24px; line-height: 40px;
}
.company-header>span{
    width: 80px; height: 5px; position: absolute; left: 50%; margin-left: -40px; bottom: 0;display: block;background: #0078be;
}

/*走进安健-企业简介*/



/*三列布局的-公司新闻*/
.three-row-template{
    background: #f2f2f2;margin-top: 20px;
}
.three-row-template>ul{
    padding: 14px 9px 0 9px;
}
.three-row-template>ul>li{
    width:306px;padding:0 9px;float: left;margin-top: 40px;
}
.three-row-template>ul>li:first-of-type{
    margin-top: 0;
}
.three-row-template>ul>li:nth-of-type(2){
    margin-top: 0;
}
.three-row-template>ul>li:nth-of-type(3){
    margin-top: 0;
}
.three-row-template>ul>li>a{
    display: block;padding: 8px;background: #ffffff;
    -webkit-border-radius: 5px; overflow: hidden;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.three-row-template>ul>li .img_box{
    width:100%; height: 220px;overflow: hidden;margin-bottom: 6px;
}
.three-row-template>ul>li .img_box img{
    width: 100%; height: auto;
}
.three-row-template>ul>li .info-word{

}
.three-row-template>ul>li .info-word>h2{
    font-size: 16px; color: #333333; line-height: 36px; height: 36px; border-bottom: 1px solid #7b7b7b;
    overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
}
.three-row-template>ul>li .info-word>h2:hover{
color:#0078be;
}
.three-row-template>ul>li .info-word>p{
    font-size: 12px; color: #666666; line-height: 20px; margin: 10px 0; height:40px;overflow:hidden;
}

.bottom-time-info{
    height: 32px; line-height: 32px;position: relative; margin: 16px 0;
}
.bottom-time-info>time, .times{
    display: inline-block; background: url("../images/time-icon.png") 0 center no-repeat;padding-left: 18px;
    color: #999999;font-size: 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
.bottom-time-info>span{
    font-size:12px; color: #ffffff;position: absolute;
    right: 0;background:#0078be;padding:0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.three-row-template>ul>li>a:hover{
    /*background: #0b9bf9;*/
}
.three-row-template>ul>li>a:hover .info-word>h2{
    /*color: #ffffff;border-bottom: 1px solid #ffffff;*/
}
.three-row-template>ul>li>a:hover .info-word>p{
    /*color: #ffffff;*/
}
.three-row-template>ul>li>a:hover .bottom-time-info>time{
    /*color: #ffffff;background: url("../images/time-inco-blank.png") 0 center no-repeat;*/
}
.three-row-template>ul>li>a:hover .bottom-time-info>span{
    /*color: #ffffff;border-bottom: 1px solid #ffffff;*/
}
/*三列布局的-公司新闻*/


/*企业视频*/
.video-row-template{
    background: #f2f2f2;
}
.video-row-template>ul{
    padding: 14px 6px 0 6px;
}
.video-row-template>ul>li{
    width:300px;padding:0 13px;float: left;margin-top: 40px;
}
.video-row-template>ul>li:first-of-type{
    margin-top: 0;
}
.video-row-template>ul>li:nth-of-type(2){
    margin-top: 0;
}
.video-row-template>ul>li:nth-of-type(3){
    margin-top: 0;
}
.video-row-template>ul>li>a{
    display: block;background: #ffffff;overflow: hidden;

}
.video-row-template>ul>li .img_box{
    width:100%; height: 200px;overflow: hidden;position: relative;
}
.video-row-template>ul>li .img_box .isvideo{
    position: absolute; left: 0; top: 0;display: none;
    width: 100%; height: 100%; background: url("../images/play.png") center center no-repeat rgba(0,0,0,0.43);
}
.video-row-template>ul>li .img_box img{
    width: 100%; height: auto;
}
.video-row-template>ul>li .info-word{
    padding:0 10px 10px 10px;
}
.video-row-template>ul>li .info-word>header{
    position: relative; height: 46px; line-height: 46px;overflow: hidden;
}
.video-row-template>ul>li .info-word>header h2{
    width: 170px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    color: #0078be; font-size: 16px; font-weight: normal;padding-right: 20px;
}
.video-row-template>ul>li .info-word>header .times{
    position: absolute; right: 0; top: 0;
}
.video-row-template>ul>li .info-word p{
    height: 20px; font-size: 14px; color: #999999;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
}
.video-row-template>ul>li>a:hover .img_box>.isvideo{
    display: block;
}
/*企业视频*/



/*产品概况*/
.oheader-title{
    position: relative;height: 43px;color: #1a1a1a;margin-bottom: 30px;
}
.oheader-title>header{
    height: 40px;border-bottom: 1px solid #b3b3b3;padding-left: 40px;
}
.oheader-title>header>h2{
;font-size: 22px;
}
.oheader-title>span{
    width: 100px; height: 5px; position: absolute; left: 40px; bottom: 0;display: block;background: #0078be;
}
.overview-title{
    background: url("../images/max-ov.png") 0 0  no-repeat;
    -webkit-background-size: auto 26px;
    background-size: auto 26px;
}
.import-title{
    background: url("../images/impor-icon.png") 0 0 no-repeat;
    -webkit-background-size: auto 26px;
    background-size: auto 26px;
}
.overview-info{
    padding:0 45px 50px 45px;
}
.overview-info .img_box{
    width: 500px; height: 320px; overflow: hidden; float: left;margin-right: 40px;
}
.overview-info .img_box>img{
    width: 100%; height: auto;
}
.overview-info .overview-word{
    width: calc(100% - 540px); float: left; font-size: 16px; color: #333333; line-height: 30px;
    text-indent: 2em;height: 320px; overflow: hidden;
}
.overview-info .overview-word>p{
    margin-top: 10px;
}
.overview-info .overview-word>p:last-of-type{
    margin-bottom: 0;
}
#import-list-box{}
#import-list-box>ul{
    padding: 0 16px;
}
#import-list-box>ul>li{
    float:left;width: 490px;border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;margin:66px 47px 0 47px;cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#import-list-box>ul>li:first-of-type,#import-list-box>ul>li:nth-of-type(2){
    margin: 0 47px 0 47px;
}
#import-list-box>ul>li>a{
    display: block;padding: 1px;
}
#import-list-box>ul>li .img_box{
    width: 486px; height: 336px; overflow: hidden;position: relative;
}
#import-list-box>ul>li .img_box>img{
    width: 100%; height: auto;
}
#import-list-box>ul>li .img_box> .name{
    position: absolute; width: 100%; height: 48px; background: rgba(0,0,0,0.67);
    bottom: 0; bottom: 0; line-height: 48px; color: #ffffff; font-size: 20px;text-align: center;
}
#import-list-box>ul>li .desc{
    font-size: 14px; color: #333333; line-height: 24px;padding: 10px 24px 6px 24px;
    margin:0 6px; border-bottom: 1px solid #e5e5e5;height:48px;overflow:hidden;
}
#import-list-box>ul>li .but-bottom{
    position: relative; height: 76px;position: relative;
}
#import-list-box>ul>li .but-bottom>a{
    display: block;height: 36px; position: absolute;color: #515151;text-align: center; line-height: 36px;
    font-size: 16px;background: #DCDCDC;top: 50%; margin-top: -18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#import-list-box>ul>li .but-bottom>a:first-of-type{

}
.two-links>a{
    width: 160px;
}
.two-links>a:first-of-type{
    left: 38px;
}
.two-links>a:last-of-type{
    right: 38px;
}
.three-links>a{
    width: 128px;
}
.three-links>a:first-of-type{
    left: 18px;
}
.three-links>a:nth-of-type(2){
    left: 50%;margin-left: -64px;
}
.three-links>a:last-of-type{
    right: 18px;
}
/*#import-list-box>ul>li>a:hover{
    background: #0b9bf9;
}
#import-list-box>ul>li>a:hover .img_box> .name{
    color: #010101;background: rgba(255,255,255,0.76);
}
#import-list-box>ul>li>a:hover .desc{
    color: #ffffff;
}
#import-list-box>ul>li>a:hover+.but-bottom{
    background: #0b9bf9;
}*/
#import-list-box>ul>li .but-bottom>a:hover{
    background: #0078be; color: #ffffff;
}
.overview-max-box .page-box{
    background: #ffffff;
}
/*产品概况*/



/*产品介绍*/
.oheader-title-time{
    text-align: center;margin-bottom: 50px;
}
.oheader-title-time h2{
    font-size: 24px; color: #1a1a1a; line-height: 50px; font-weight: normal;
}
.oheader-title-time p{
    height: 30px; line-height: 30px;
}
#introduction-word-box{
    font-size: 18px; line-height: 36px; color: #1a1a1a;
}
#introduction-word-box img{
    max-width:100% !important;height:auto !important;
}
/*产品介绍*/


/*合作交流*/
.exchange-list-box{
    background: #F2F2F2;margin-top: 20px;
}
.exchange-list-box>ul{
    padding: 14px 25px 0 25px;
}
.exchange-list-box>ul>li{
    width: 430px; float: left;margin-top: 54px;
}
.exchange-list-box>ul>li:first-of-type,.exchange-list-box>ul>li:nth-of-type(2){
    margin-top: 0;
}
.exchange-list-box>ul>li:nth-of-type(2n+1){
    padding-right: 40px;
}
.exchange-list-box>ul>li:nth-of-type(2n+2){
    padding-left: 40px;
}
.exchange-list-box>ul>li>a{
    display: block;padding: 10px; background: #ffffff;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
}
.exchange-list-box>ul>li .img_box{
    width: 410px; height: 330px;
}
.exchange-list-box>ul>li .info-word{
    border-bottom: 1px solid #EEEEEE;
}
.exchange-list-box>ul>li .info-word>header{
    position: relative; height: 46px; line-height: 46px;overflow: hidden;
}
.exchange-list-box>ul>li .info-word>header h2{
    width: 280px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    color: #1a1a1a; font-size: 18px; font-weight: normal;
}
.exchange-list-box>ul>li .info-word>header .times{
    position: absolute; right: 0; top: 0;
}
.exchange-list-box>ul>li .but-bottom{
    background: #ffffff; height: 76px; line-height: 76px;position: relative;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}
.exchange-list-box>ul>li .one-links{

}
.one-links>a{
    background:url("../images/look_more.png") 90px center no-repeat #0078be; height: 36px; width: 116px;text-align: center; line-height: 36px;display: block;
    position: absolute;left: 50%; margin-left: -68px; top: 50%;margin-top: -18px;
    -webkit-border-radius: 5px; font-size: 14px; color: #ffffff;padding-right: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-size:auto 32%;
    background-size:auto 32%;
}
/*
.exchange-list-box>ul>li>a:hover{
    background: #0b9bf9;
}

.exchange-list-box>ul>li>a:hover .info-word>header h2{
    color: #ffffff;width: 320px;
}
.exchange-list-box>ul>li>a:hover .info-word>header .times{
    color: #ffffff; background: url("../images/time-inco-blank.png") 0 center no-repeat;
}
.exchange-list-box>ul>li>a:hover+.but-bottom{
    background: #0b9bf9;
}
*/
/*合作交流*/


/*招聘*/

.head-img-box{
    width: 960px; height: auto;margin: 0 auto;
}
#zhaoping-info{
    width: 960px;border: 1px solid #eeeeee;margin: 20px auto 0 auto;
    -webkit-border-radius: 5px;padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#zhaoping-info>header{
    border-bottom: 1px solid #CCCCCC;
}
#zhaoping-info>header>h2{
    font-size: 20px; color: #0078be;text-decoration: underline;margin: 10px;
}
#zhaoping-info>header>p{
    margin: 10px; text-indent: 2em;font-size: 14px; color: #1a1a1a; line-height: 24px;padding: 10px 0;
}
.toggle_zhaoping{
    padding: 40px 0 20px 0;
}
.toggle_zhaoping>a{
    display: inline-block;width: 100px; height: 34px;background: #b5b5b5;text-align: center; line-height: 34px;
    color: #ffffff;margin-right: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.toggle_zhaoping>a:first-of-type{
    margin-left: 10px;
}
.toggle_zhaoping>a>span{
    font-size: 16px;
}
.toggle_zhaoping>.active{
    background: #0078be;
}

.zhaoping_list_box{}
.zhaoping_list_box>dl>dt{}
.zhaoping_list_box>dl>dt{
    background: #8c8c8c;color: #ffffff;height: 50px;line-height: 50px;
    padding: 0 42px;font-size: 18px;
}
.zhaoping_list_box>dl>dt>ul>li{
    float: left;
}
.zhaoping_list_box>dl>dt .zhiwei{
    text-align: left; width: 232px;
}
.zhaoping_list_box>dl>dt .didian{
    width: 130px;text-align: center;
}
.zhaoping_list_box>dl>dt .num{
    width: 130px;text-align: center;
}
.zhaoping_list_box>dl>dt .money{
    width: 130px;text-align: center;
}
.zhaoping_list_box>dl>dt .shenqing{
    width: calc(232px - 10px);text-align: right;padding-right: 10px;
}


.zhaoping_list_box>dl>dd{}
.zhaoping_list_box>dl>dd>article{
    height: 66px; line-height: 66px; padding: 0 42px;font-size: 16px; color: #525252;
    border-bottom: 1px solid #f5f5f5;
}
.zhaoping_list_box>dl>dd>article>ul>li{
    float: left;
}
.zhaoping_list_box>dl>dd>article .zhiwei{
    text-align: left; width: 232px;
}
.zhaoping_list_box>dl>dd>article .didian{
    width: 130px;text-align: center;
}
.zhaoping_list_box>dl>dd>article .num{
    width: 130px;text-align: center;
}
.zhaoping_list_box>dl>dd>article .money{
    width: 130px;text-align: center;
}
.zhaoping_list_box>dl>dd>article .shenqing{
    width: calc(232px - 14px);text-align: right;background: url("../images/down-icon.png") right center no-repeat;
    padding-right: 14px;cursor: pointer;color: #333333;
}
.zhaoping_list_box>dl>dd>article .shenqing>a{
    color: #333333;
}
.zhaoping_list_box>dl>dd>article .active{
    background: url("../images/up-icon.png") right center no-repeat;color: #ff8c00;
}
.zhaoping_list_box>dl>dd>article .active>a{
    color: #ff8c00;
}
.zhaoping_list_box>dl>dd>aside{
}
.zhaoping_list_box>dl>dd>aside{
    background: #f5f5f5;display: none;
}
.zhaoping_list_box>dl>dd>aside>header{
    border-bottom: 1px solid #e5e5e5; padding: 0 42px;
}
.zhaoping_list_box>dl>dd>aside>header>ul>li{
    float: left;font-size: 13px; color: #616161;height: 54px; line-height: 54px;
}
.zhaoping_list_box>dl>dd>aside>header>ul>li:nth-of-type(4n+1){
    width: 260px;text-align: left;
}
.zhaoping_list_box>dl>dd>aside>header>ul>li:nth-of-type(4n+2){
    width: 220px;text-align: left;
}
.zhaoping_list_box>dl>dd>aside>header>ul>li:nth-of-type(4n+3){
    width: 220px;text-align: left;
}
.zhaoping_list_box>dl>dd>aside>header>ul>li:nth-of-type(4n+4){
    width: 154px;text-align: left;
}
.zhaoping_list_box>dl>dd>aside>header>ul>li>span{
    color: #333333;
}
.zhaoping_yaoqiu{
    padding: 20px 42px 50px 42px;
}
.zhaoping_yaoqiu>.fLeft{
    width: calc(50% - 25px);
}
.zhaoping_yaoqiu>.fLeft:first-of-type{
    padding-right: 25px;
}
.zhaoping_yaoqiu>.fLeft:last-of-type{
    padding-left: 25px;
}
.zhaoping_yaoqiu>.fLeft>h2{
    font-size: 18px; color: #0078be; height: 62px; line-height: 62px;
}
.zhaoping_yaoqiu>.fLeft>p{
    color: #595959; font-size: 14px; line-height: 30px;
}
.zhaoping_list_box>dl>dd>aside>footer{
    padding: 50px 42px;border-top: 1px solid #e5e5e5;
}
.zhaoping_list_box>dl>dd>aside>footer>ul{}
.zhaoping_list_box>dl>dd>aside>footer>ul>li{
    float: left;height: 44px; line-height: 22px; font-size: 18px; color: #666666;
}
.zhaoping_list_box>dl>dd>aside>footer>ul>li:first-of-type{
    background: url("../images/email-icon.png") 0 center no-repeat;
    padding-left: 50px;
    width: calc(38% - 50px);
}
.zhaoping_list_box>dl>dd>aside>footer>ul>li:nth-of-type(2){
    background:url("../images/tel-icon.png") 0 center no-repeat;
    padding-left: 46px; width: calc(38% - 46px);
}
.zhaoping_list_box>dl>dd>aside>footer>ul>li:last-of-type{
    background: url("../images/hezuo-icon.png") 0 center no-repeat;
    padding-left: 46px;width: calc(24% - 50px);
}
.zhaoping_list_box>dl>dd>aside>footer>ul>li:last-of-type p:last-of-type{
    color: #333333; font-size: 20px;
}
/*招聘*/


/*联系我们*/
#allmap{
    width: 100%; height: 600px;
}
.us_info{
    background: #f9f9f9;padding: 60px 10px 0 10px;overflow: hidden;
}
.yingxiao-title{
    background: url("../images/yixiao-icon.png") 0 center no-repeat;
}
.yanjiu-title{
    background: url("../images/yanjiuyuan-icon.png") 0 center no-repeat;
}
.center-title{
    background: url("../images/center-icon.png") 0 center no-repeat;
}
.us_info .oheader-title>header>h2{
    font-size: 18px;height: 40px; line-height: 40px;
}
.us_info .oheader-title>span{
    width: 76px;
}
.us_info .yanjiu-title .oheader-title>span{
    width: 100px;
}
.us_info .us_info_word{
    font-size: 16px; color: #1a1a1a; line-height: 30px;margin-bottom: 60px;
}
.us_info .us_info_word span{
    margin-right: 20px;
}
.us_info .us_info_word p:nth-of-type(2n+3){
    margin-top: 20px;
}
#guestbook-box{
    padding-top: 24px;
}
.form_box{
}
.form_box .fLeft{
    width: calc(50% - 47px);
}
.form_box .fLeft:first-of-type{
    margin-right: 47px;
}
.form_box .fLeft:last-of-type{
    margin-left: 47px;
}
.form_box .input-header{
    padding: 0 48px;
}
.form_box .input-header input[type=text]{
    width: 100%; height: 50px;border: 1px solid #bfbfbf;
    -webkit-box-sizing: border-box;padding:0 10px; font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_box .input-header input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
.form_box .input-header input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cccccc;
}
.form_box .input-header input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cccccc;
}
.form_box .input-header input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #cccccc;
}
.form_box .input-header li{
    height: 70px;margin-bottom: 15px;
}
.form_box .input-header li:last-of-type{
    margin-bottom: 0;
}
.form_box .input-header textarea{
    width: 400px; max-width: 400px;height: 135px;padding: 10px;border: 1px solid #bfbfbf;max-height: 135px;
    -webkit-box-sizing: border-box;resize: none; font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_box .input-header textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
.form_box .input-header textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cccccc;
}
.form_box .input-header textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cccccc;
}
.form_box .input-header textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #cccccc;
}
.tips{
    height: 20px; color: #FF0000; line-height: 20px; font-size: 12px;
}
.form_box .but-footer{
    padding: 15px 48px 0 48px;
}
.form_box .but-footer input[type=button]{
    height: 50px; background: #0078be; color: #ffffff; width: 100%; font-size: 18px;
    letter-spacing: 6px;
}
.form_box  .guestbook-info{
    font-size: 16px; color: #9d9d9d; line-height: 28px;text-align: center;padding:20px 0 60px 0;
}


.video-info-box{
    width: calc(100% - 240px) !important;padding: 0 120px;
}
.video-info-box .jp-video-360p{
    width: 960px !important;
}
.video-info-word{
    padding: 40px 0 100px 0;
}
.video-info-word h4{
    font-size: 18px; color: #000000; line-height: 32px;margin-bottom: 10px;
}
.video-info-textarer{
    text-indent: 2em; font-size: 16px; line-height: 28px; color: #1a1a1a;
}
.video-info-textarer img{
max-width:100% auto !important;height:auto !important;
}

.video-swiper a{
    display: block;border: 1px solid #e5e5e5;overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video-swiper a .img_box{
    width:100%; height: 160px;overflow: hidden;position: relative;
}
.video-swiper a .img_box .isvideo{
    position: absolute; left: 0; top: 0;display: none;
    width: 100%; height: 100%; background: url("../images/play.png") center center no-repeat rgba(0,0,0,0.43);
    -webkit-background-size: 30% auto;
    background-size: 30% auto;
}
.video-swiper a .img_box img{
    width: 100%; height: auto;
}
.video-swiper a .info-word{
    padding:0 10px 10px 10px;
}
.video-swiper a .info-word>header{
    position: relative; height: 46px; line-height: 46px;overflow: hidden;
}
.video-swiper a .info-word>header h2{
    width: 100%;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    color: #1a1a1a; font-size: 20px; font-weight: normal;
}
.video-swiper a .info-word>header .times{
    position: absolute; right: 0; top: 0;padding-left: 15px;display:none;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}
.video-swiper a .info-word p{
    height: 20px; font-size: 16px; color: #999999;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
}
.video-swiper a .img_box:hover .isvideo{
    display: block;
}

#other_product .swipr_our_left{
    height: 254px; width: 60px; float: left;position: relative;
}
#other_product .swipr_our_left a{
    display: block; position: absolute;width: 26px; height: 50px;
    background: url("../images/prev.png") center center no-repeat #cad4da;left: 0; top: 50%;margin-top: -25px;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}
#other_product .swipr_our_left a:hover{
    background: url("../images/prev_hover.png") center center no-repeat #ff8c00;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}
#other_product .swipr_our_right{
    height: 254px; width: 60px;float: left;position: relative;
}
#other_product .swipr_our_right a{
    display: block; position: absolute;width: 26px; height: 50px;
    background: url("../images/next.png") center center no-repeat #cad4da;right: 0; top: 50%;margin-top: -25px;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}
#other_product .swipr_our_right a:hover{
    background: url("../images/next_hover.png") center center no-repeat #ff8c00;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}
#other_product .swiper_four_box{
    height: 254px; width: 1064px; float: left;
}
.video-other .other-title{
    margin-bottom: 20px !important;
}
.video-other{
    padding: 10px 8px 200px 8px !important;
}


.new-info{}
.new-info #right_all_base{
    width: calc(100% - 140px) !important;padding: 30px 70px 0 70px;
}
.introduction-info-box{
    padding-top: 20px;
}

#showShare{
    height: 36px; width: 36px;display: inline-block;vertical-align: top;cursor: pointer;position: relative;
	/*background: url("../images/shareblank.png") center center no-repeat;*/
}
#showShare:hover>.bdsharebuttonbox{
    display: block;
}

.bd_weixin_popup{
    position: fixed !important;
}





#nav_fixed{
    position: fixed; top: 0; left: 0; height: 80px; z-index: 99999; width: 100%; background: #ffffff;
    -webkit-box-shadow: 3px 0 10px #e9e9e9;display:none;
    -moz-box-shadow: 3px 0 10px #e9e9e9;
    box-shadow: 3px 0 10px #e9e9e9;
}

.social-share .icon-qzone:before,.social-share .icon-weibo:before,.social-share .icon-wechat:before{
content:"" !important;
}

.social-share .icon-qzone,.social-share .icon-qzone:hover{
 background: url(../images/yuanqq.png) 0 0 no-repeat;
    -webkit-background-size: auto 24px;background-position:center center !important;
    background-size: auto 24px;
}

.social-share .icon-wechat,.social-share .icon-wechat:hover{
background: url(../images/yuanweixin.png) 0 0 no-repeat;
    -webkit-background-size: auto 24px;background-position:center center !important;
    background-size: auto 24px;
}

.social-share .icon-weibo,.social-share .icon-weibo:hover{
background: url(../images/yuanweibo.png) 0 0 no-repeat;
    -webkit-background-size: auto 24px;background-position:center center !important;
    background-size: auto 24px;
}




#video-title{
	    float: right;
    color: #ffffff;
    line-height: 36px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



#seach-list-box{
    border-top: 1px solid #e1e1e1;margin-top: 20px;margin-bottom: 30px;
}
#seach-list-box>ul{
    width: 1000px;margin: 0 auto;
}
#seach-list-box>ul>li{
    line-height: 28px; font-size: 16px;border-bottom: 1px dotted #e1e1e1;
    padding: 20px 0;
}
#seach-list-box>ul>li>a{
    color: #333333;display: block;
}
#seach-list-box>ul>li>a:hover{
    color: #0078be;
}



@media screen and (max-width: 1370px) {
    #product_center_one .index-header-img{
        padding: 40px 0 40px 0;
    }
    #product_center_one .look_more_link{
        padding: 50px 0 50px 0;
    }
    #about_our{
        padding: 60px 0 70px 0;
    }
    .zixun_main_box{
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1610px) and (min-width: 1371px){
    #product_center_one .index-header-img{
        padding: 40px 0 40px 0;
    }
    #product_center_one .look_more_link{
        padding: 50px 0 50px 0;
    }
    #about_our{
        padding: 60px 0 80px 0;
    }
    .zixun_main_box{
        padding-bottom: 60px;
    }
}



