﻿/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*头部开始********************************************************************************************/
.w {
    width: 1400px;
    margin: 0 auto;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;

}
.swiper-container{
    width: 100%;
    height: 100%;
}
/*网页加载代码--------------------------------------------------*/
.loadingmain {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -9999;
    display: none;

}

.loadingmain.show {
    display: block;
    z-index: 999999;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 40px;
}

.loading span {
    display: inline-block;
    width: 8px;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    -webkit-animation: load 1.04s ease infinite;
    -o-animation: load 1.04s ease infinite;
    animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0%, 100% {
        height: 40px;
    }
    50% {
        height: 60px;
        margin-top: -20px;
    }
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.26s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.52s;
}



/*头部*/
.topnav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.topnav .logo {
    margin-top: 31px;
}

.topnav .logo a {
    width: 106px;
    height: 19px;
    background: url(img/x_logo.png) no-repeat;
    background-size: 100%;
}

.menu_con .share{
   margin-top:15px;
}

.share .bdsharebuttonbox a{
    margin: 0;
    padding: 0;
    background: url(img/QQ.png) no-repeat center left;
    background-size: 60%;
    width: 25px;
    height: 30px;
}
.share .bdsharebuttonbox a.wx{
    background: url(img/wx.png) no-repeat center left;
    background-size: 64%;
    width: 27px;
}
.share .bdsharebuttonbox a.wb{
    background: url(img/wb.png) no-repeat center left;
    background-size:73%;
}

.language a{
    background: url(img/language.png) no-repeat center right;
    width: 25px;
    height: 30px;
    background-size: 60%;
    position: relative;
}
.language a:after{
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    content: "";
    display: block;
}
.email a{
    background: url(img/email.png) no-repeat center right;
    width: 26px;
    height: 30px;
    background-size: 60%;
    position: relative;
    left: 9px;
}
.email a:after{
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    content: "";
    display: block;
}


.menu .menu_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
   left: 10px;

}
.menu i{
    line-height:21px;
    color: #fff;
    font-size:17px;
}
.menu{
cursor: pointer;

}
/*右上角菜单按钮*/
.menu_icon .line_con {
    position: relative;
    width: 262%;
    height: 100%;
    padding: 0;
   margin-left: -55px;
    background: none;
    cursor: pointer;
    border: none;
    -webkit-transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -ms-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
   
}

/*三条横线*/
.menu_icon .line {
    position: absolute;
    top:9px;
    right: -21px;
    width: 15px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -ms-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
   display:block;
}

.menu_icon .line::after, .menu_icon .line::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -ms-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.menu_icon .line::before {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.menu_icon .line::after {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

body:not(.menu-expanded) .menu_icon:hover .line::before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

body:not(.menu-expanded) .menu_icon:hover .line::after {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

body.menu-expanded .hamburger-wrapper:hover .line {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
/*导航菜单展开之后按钮效果*/
body.menu-expanded .line {
    background: transparent;
}

body.menu-expanded .line::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-expanded .line::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.menu-expanded .menu_icon:hover .line::before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

body.menu-expanded .menu_icon:hover .line::after {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
body.menu-expanded .open_nav{
    display: block;
    position: fixed;
    width: 100%;
}

.mark_nav{
  /*  background: -ms-linear-gradient(#036eb8, #2da6e0);
    background: -webkit-linear-gradient(#036eb8, #2da6e0);
    background: -o-linear-gradient(#036eb8, #2da6e0);
    background: -moz-linear-gradient(#036eb8, #2da6e0);
    background: linear-gradient(#036eb8, #2da6e0); */
      background: url(img/dh_bj.jpg)no-repeat center center;
	   background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: -200%;
    left:0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.menu-expanded .mark_nav{
    top: 0;
}
.menu-expanded .topnav{
    position: fixed;
}
.nav_list{
    height: 100%;
}
.nav_list li{
    float: left;
    width: 14.28%;
    height: 100%;
    padding-top: 14%;
    border-right: 1px solid rgba(255,255,255,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; 
}
.nav_list li:hover{
    padding-top: 13%;
  
      background-color: rgba(7,69,120,.5);
	   transition: all 0.6s; 
}
.nav_list li:last-of-type{
    border-right: none;
}
.nav_list li>a{
    font-size: 21px;
    padding-bottom: 20px;
}
.nav_list li dd a{
    font-size: 15px;
   /* line-height:72px; */
    line-height:42px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.nav_list li dd a:hover{
    opacity: .6;
}

.h_nav_list li dl{
	display: none;
}
.h_nav_list li:hover dl {
		display: block;
}

















.section1{
    position: relative;
}
.section1 video{
    height: 830px;
}
.section1_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
    background-size: cover;
    overflow: hidden;
}
.section1_box{
    margin-top: 210px;
    position: relative;
}
.pane {
    height: 410px;
    width: 310px;
    position: absolute;
    top: 0;
    left: 0;
}
.pane .rect {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.7s all .5s;
    -moz-transition: 0.7s all .5s;
    -ms-transition: 0.7s all .5s;
    -o-transition: 0.7s all .5s;
    transition: 0.7s all .5s;
}
.pane .rect:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.pane .top {
    top: 0;
    left: 0px;
    border-top: 1px solid rgba(255,255,255,.6);
}
.pane .right {
    top: 0px;
    right: 0;
    background: url(img/right_line.png) no-repeat center right;
    background-size: contain;
}
.pane .bottom {
    bottom: 0;
    right: 0px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.pane .left {
    bottom: 0px;
    left: 0;
    border-left: 1px solid rgba(255,255,255,.6);
}
.pane .top.active {
    left: 150%;
}
.pane .right.active {
    top: 150%;
}
.pane .bottom.active {
    right: 150%;
}
.pane .left.active {
    bottom: 150%;
}
.section1_con h4{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    padding-left: 72px;
    padding-bottom: 130px;
    padding-top: 18px;
    animation-duration: .8s;    /*动画持续时间*/
    animation-delay: 1.2s;    /*动画延迟时间*/
    animation-iteration-count: 1;    /*动画执行次数*/
}

.section1_con .info{
    animation-duration: .8s;    /*动画持续时间*/
    animation-delay: 2s;    /*动画延迟时间*/
    animation-iteration-count: 1;    /*动画执行次数*/
}
.section1_con .info p{
    line-height: 32px;
    font-size: 18px;
    color: rgba(255,255,255,.7);
    padding-left: 72px;
}
.section1 .mark {
  /*  background: url(img/x_banner1.jpg) no-repeat center center; */
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-duration: .8s;
    animation-delay: 5s;
    animation-iteration-count: 1;
}
#dowebok {
    animation-duration: 2s;    /*动画持续时间*/
    animation-delay: 1s;    /*动画延迟时间*/
    animation-iteration-count: 2;    /*动画执行次数*/
}
.section2{
    padding: 70px 0 105px;
    margin: 4px 0 ;
    background: url(http://v.bnsv.com/image/default/7BE6F0D8022A4AC4801F606D17301F4F-6-2.jpg) no-repeat center center;
    background-size: cover;
}
.bigtitle{
    color: #00a0e9;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-family:"微软雅黑","SimHei";
}
.bigtitle2{
    color: #00a0e9;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    line-height:2.5;
}
.bigtitle i{
    font-weight: normal;
    color: #000;
    font-family:"微软雅黑","Arial,Microsoft YaHei,SimSun";
    margin-right: 7px;
}
.subtitle{
    margin-bottom: 45px;
    padding: 0 11%;
}
.subtitle p{
    line-height: 30px;
     font-size: 14px;  
}
.subtitle p:nth-of-type(2){
   padding-top:16px;
}
.z_subtitle_text1 p:nth-of-type(2){
   padding-top:0px;
}
.subtitle_text1{
    padding: 0 149px;
}
.subtitle_text2 p{
    text-align: center;
}




.section5 .readmore_box,
.section4 .readmore_box,
.section2 .readmore_box{
    text-align: center;
}
.readmore{
    color: #fff;
    padding: 7px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -ms-linear-gradient(#036eb8, #2da6e0);
    background: -webkit-linear-gradient(#036eb8, #2da6e0);
    background: -o-linear-gradient(#036eb8, #2da6e0);
    background: -moz-linear-gradient(#036eb8, #2da6e0);
    background: linear-gradient(#036eb8, #2da6e0);
}

.readmore:hover{
    opacity: .8;
}
.section2 .about_ul{
    justify-content: space-between;
    margin-top: 110px;
}
.section2 .about_ul li{
    width: 33.33%;
    height: 290px;
    float: left;
    text-align: center;
}
.section2 .about_ul  .img_con1 .li_img1{
    width: 100%;
    height: 100%;
  /*  background: url(img/about_nav1.png) no-repeat top center;*/
   background: url(img/xx_about_nav11.png) no-repeat top center;
    background-size: contain;
}

.section2 .about_ul  .img_con2 .li_img2{
   width: 100%;
    height: 100%;
    background: url(img/x_about_nav2.png) no-repeat top center;
    background-size: contain;
}
.section2 .about_ul  .img_con3 .li_img3{
    width: 100%;
    height: 100%;
    background: url(img/x_about_nav3.png) no-repeat top center;
    background-size: contain;
}


.section2 .about_ul .img_con1:hover .li_img1{
   width: 100%;
    height: 100%;
    /* background: url(img/about_nav11.png) no-repeat top center;*/
    background: url(img/x_about_nav1.png) no-repeat top center;
    background-size: contain;
}

.section2 .about_ul  .img_con2:hover .li_img2{
   width: 100%;
    height: 100%;
    background: url(img/about_nav22.png) no-repeat top center;
    background-size: contain;
}
.section2 .about_ul  .img_con3:hover .li_img3{
    width: 100%;
    height: 100%;
    background: url(img/about_nav33.png) no-repeat top center;
    background-size: contain;
}

.section3{
   /* padding: 44px 0 100px;*/
  /*  background: #050b29; */
   background: url(http://v.bnsv.com/image/default/382A53EA4BB644EDBFC9F8200C86735C-6-2.jpg) no-repeat center center;
	background-size: cover;
 /*	margin: 10px 0; */
  
}
.recommend_con .recommend{
    height: 400px;
    display: none;
  padding-top: 50px; 
}
.recommend_con .recommend.active{
    display: block;
}
.recommend_con .left{
    width: 38%;
    height: 100%;
    position: relative;
   margin-left:146px;

}
.recommend_con .right{
    width: 47%;
   /* color: #fff; */
    padding-top: 10px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recommend_con .right .title1{
    font-size: 42px;
    color: #00a0e9;
    font-weight: 700;
}

.recommend_con .right .title2{
    font-size: 35px;
    padding: 25px 0 20px;
}
.recommend_con .right .info{
    height: 150px;
    overflow: hidden;
  /*  margin-bottom: 20px; */
  
}
.section3 .ul_title{
  /*  margin-top: 60px; */
  margin-top: 76px;
  margin-left:125px;
   padding-bottom: 55px;
  
}
.section3 .ul_title li{
    float: left;
   /* width: 11.11%; */
   width: 10%;
   /* text-align: center; */
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.section3 .ul_title li:after{
    position: absolute;
    content: "";
    display: block;
  /*  width: 62%;*/
   width:74%;
    height: 1px;
    background: #10346b;
 /*   top: 17px; 
    right: -30%;*/
    top: 21px;
    right: -47.4px;
  
  
}
.section3 .ul_title li:last-of-type:after{
    display: none;
}
.section3 .ul_title a{
    padding-top: 60px;
 /*   background: url(img/dot.png) no-repeat top center;  */
   background: url(img/x_dot.png) no-repeat top center; 
   /* color: #2e5db2; */
} 
.section3 .ul_title li.on a,
.section3 .ul_title a:hover{
    color: #00a0e9;
  /*  background: url(img/dot_hover.png) no-repeat top center; */
  background: url(img/xx_dot_hover.png) no-repeat top center;
  
}
.section3 .ul_title h4{
    font-size: 16px;
    margin-bottom: 12px;
    margin-left:17px;
}
.section3 .ul_title h5{
    font-size: 12px;
    line-height: 14px;
    margin-left:17px;
}
.section3 .videoplay {
    width: 45px;
    height: 45px;
    background: url(img/video_icon.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section3 .videopaused {
    width: 45px;
    height: 45px;
    background: url(img/t_menu-close.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.section4{
  /* background: url(img/banner4.jpg) no-repeat center center;*/
   background: url(img/x_banner4.jpg) no-repeat center center;
    background-size: cover;
  /*  padding: 5.35% 0 23.7%; */
  padding: 19.7% 0 16.7%;
    margin:5px 0;
}

.section5{
    background: url(http://v.bnsv.com/image/default/EA22D4F3B90D4457A7B2C5D4DA045D64-6-2.jpg) no-repeat center center;
    background-size: cover;
   /* padding: 5.35% 0 23.7% */
    padding: 13.35% 0 16.7%;
}

.section6{
    height: 830px;
    margin: 5px 0;
    position: relative;
}

.section6 .swiper-slide {
    background-size: cover;
    background-position: center;
}
.section6 .gallery-top {
    height: 82%;
    width: 100%;
}
.section6 .gallery-thumbs {
    height: 18%;

}
.section6 .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
}

.section6 .swiper-button-next{
    width: 16.66%;
    height: 18%;
    background: rgba(255,255,255,.5);
    right: 0;
    bottom: 0;
    top: auto;
}
.section6 .swiper-button-next i{
    width: 100%;
    height: 100%;
    background: url(img/index_next.png) no-repeat center center;
}
.section6 .swiper-button-prev{
    width: 16.66%;
    height: 18%;
    background: rgba(255,255,255,.5);
    left: 0;
    bottom: 0;
    top: auto;
}
.section6 .swiper-button-prev i{
    width: 100%;
    height: 100%;
    background: url(img/index_prev.png) no-repeat center center;
}



.section7{
    margin-bottom: 5px;
}
.section7 .bigtitle {
    margin-bottom: 80px;
}
.section7 .left{
     background: url(http://v.bnsv.com/image/default/E9D87045F4FA41DE9F5A6BA2FB03CADA-6-2.jpg) no-repeat center center;
     background-size: cover;
 }
.section7 .left .ipt_box{
    text-align: center;
}
.section7 .left .ipt_box input{
    width: 160px;
    line-height: 60px;
    border: 1px solid #d7d8da;
    font-size: 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.section7 .right{
    background: url(http://v.bnsv.com/image/default/7E0A4ECA04914EC5A95CBB58DED580EF-6-2.jpg) no-repeat center center;
    background-size: cover;
}
.section7 .common{
    width: 49.8%;
    padding-top: 43.4%;
    position: relative;
}
.section7 .common_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 18.7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section7 .readmore_box{
    text-align: center;
}




/*底部开始------------------------------------------------------------*/
.footer{
    background: #f2f2f2;
    padding:  50px 0;
    font-size: 16px;
}
.footnav_ul{
    border-right: 1px solid #e3e4e4;
}
.footnav_ul li{
    float: left;
    margin-right: 70px;
}

.footnav_ul li>a{
    font-weight: 700;
}
.footnav_ul li dl a{
    padding-top: 20px;
}

.footer .contact{
    text-align: center;

}
.footer .contact h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}
.footer .contact p{
text-align: center;
    line-height: 25px;
}
.footer .contact .footer-a{
    padding: 15px 60px 15px 100px;
    background: url(img/message.png) no-repeat center left;
    background-position-x: 58px;
    background-size: 27px;
    display: block;
    border: 1px solid #000;
    margin: 10px 0 15px;
}
.footer .middle{
    margin-top: 30px;
    border-top: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4;
    padding: 25px 0;
}
.footer .middle p{
    line-height: 20px;
}
.footer .bottom{
    margin: 25px 0 5px;
}
.footer .bottom p{
    line-height: 30px;
}



.Copyright{
    background: #dcdddd;
    line-height: 36px;
    color: #9fa0a0;

}
.Copyright p{
    text-align: center;
}
/*关于我们*/
.about1{
    /*background: url(img/about1_bg1.jpg) no-repeat center center;*/
   background: url(img/about3_bg.jpg) no-repeat center center;
  
    background-size: cover;
    padding: 8.75% 0 20.8%;

}

.about .readmore_box{
    text-align: center;
}
.about1 .bigtitle i {
    color: #fff;
}
.about1 .subtitle {
    color: #fff;
}


/*关于我们第二屏*/
.about2{
    background: url(img/about2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 130px;
}
.about2  ul{

}

.about2  ul li{
    float: left;
    width: 16.666%;
    height: 450px;
    border-left: 1px solid #bdbdbe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about2  ul li:hover{
   background: -ms-linear-gradient(left, #2da6e0, #036eb8);
	background: -webkit-linear-gradient(left, #2da6e0, #036eb8);
	background: -o-linear-gradient(left, #2da6e0, #036eb8);
	background: -moz-linear-gradient(left, #2da6e0, #036eb8);
	background: linear-gradient(left, #2da6e0, #036eb8);
	color: #fff;
}
.about2  ul li:first-of-type{
   /* background: url(img/about_icon1.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon1.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(2){
    /* background: url(img/about_icon2.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon2.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(3){
    background: url(img/xx_about_icon3.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(4){
    background: url(img/xx_about_icon4.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(5){
    background: url(img/xx_about_icon5.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:last-of-type{
    border-right: 1px solid #bdbdbe;
    background: url(img/xx_about_icon6.png) no-repeat  bottom center;
    background-size: cover;
}


.about2  ul li:first-of-type:hover{
    /*  background: url(img/about_icon11.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon11.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(2):hover{
    /* background: url(img/about_icon22.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon22.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(3):hover{
    background: url(img/xx_about_icon33.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:nth-of-type(4):hover{
    background: url(img/xx_about_icon44.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:nth-of-type(5):hover{
    background: url(img/xx_about_icon55.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:last-of-type:hover{
    background: url(img/xx_about_icon66.png) no-repeat  bottom center;
    background-size:cover;
}

.about3{
  /*  background: url(img/about3_bg.jpg) no-repeat center center;*/
    background: url(img/x_about3_bg.png) no-repeat center center;
    background-size: cover;
  /*  padding: 60px 0 19%; */   
   padding: 196px 0 16%;
}
.about3 .bigtitle i{
    color: #fff;
}
.about3 .about3_title{
    text-align: center;
    font-size: 45px;
    color: #fff;
    margin: 90px 0 15px;
}

.about3 .about3_title2{
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin-bottom: 90px;
}
.about4{
    background: url(img/about4_bg.jpg) no-repeat center center;
    background-size: cover;
   /* padding: 60px 0 23.4%; */
    padding:164px 0 13.4%;
}
.about5{
  
   background: url(img/x_about5_bg.jpg) no-repeat center center;
    background-size: cover;
   /* padding: 60px 0 23.4%; */
  padding: 234px 0 20.4%;
}
.about5 .subtitle{
    color: #fff;
}
.about5 .bigtitle i{
    color: #fff;
}

/*内页大事记*/
.note1{
   /* background: url(img/about5_bg.jpg) no-repeat center center; */
   background: url(img/x_about5_bg.jpg) no-repeat center center;
    background-size: cover;
}
.inner {
    padding: 15.5% 0;
}

.inner h2{
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.inner h3{
    text-align: center;
    color: #00a0e9;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.note2{
    padding-top: 100px ;
}
.note2_con{
    position: relative;
}
.note_time{
    width: 100%;
    height: 1000px;
    background: url(img/note2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.note_time span{
    background: url(img/time_icon.png) no-repeat center center;
    background-size: contain;
    width: 33px;
    height: 33px;
    cursor: pointer;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    position: absolute;
}
.note_time span i{
    position: absolute;
    top: -30px;
   /* right: -85px; */ right: -108px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
   /* background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);*/
    background-color:#b5b5b6; 
    padding: 5px 15px;
    -webkit-border-radius: 15px 15px 15px 0;
    -moz-border-radius: 15px 15px 15px 0;
    border-radius: 15px 15px 15px 0;
  /*  opacity: 0; */
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.note_time .icon1{
    top: 10%;
    left: 14.3%;
}
.note_time .icon2{
    top: 24.5%;
    left: 17%;
}
.note_time .icon3{
    top: 27%;
    left: 27%;
}
.note_time .icon4{
    top: 39.7%;
    left: 32.2%;
}
.note_time .icon5{
    top: 60.8%;
    left: 40.4%;
}
.note_time .icon6{
    top: 65.8%;
    left: 52.4%;
}
.note_time span.on{
    background: url(img/time_icon_h.png) no-repeat center center;
    background-size: contain;
}
.note_time span.on i{
  /*  opacity: 1; */
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
}
.noteIntro_con{
    height: 58%;
    width: 580px;
    padding: 0 60px;
    position: absolute;
    top: 0;
    left: 42%;
}
.noteIntro{

}
.noteIntro .noteIntro_item,.h_noteIntro .h_noteIntro_item {
    margin: 1.4% 0 22.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.noteIntro .noteIntro_item h2,.h_noteIntro .h_noteIntro_item h2{
    margin-bottom: 40px;
    padding-bottom: 35px;
    position: relative;
}
.noteIntro .noteIntro_item h2 i,.h_noteIntro .h_noteIntro_item h2 i
{
    font-size: 50px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}
.noteIntro .noteIntro_item h2:after,.h_noteIntro .h_noteIntro_item h2:after{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    bottom: 0;
    left: 0;

}
.noteIntro .noteIntro_item .info,.h_noteIntro .h_noteIntro_item .info{
    color: #898989;
    line-height: 32px;
}
.noteIntro .noteIntro_item .info p,.h_noteIntro .h_noteIntro_item .info p{
    color: #898989;
    line-height: 32px;
}
.noteIntro .noteIntro_item .title_note,.h_noteIntro .h_noteIntro_item .title_note{
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin-bottom: 25px;
}
.note2 .next1{
    top: 98px;
    background: url(img/next.png) no-repeat center center;
    background-size: contain;
    right: 5px;
}
.note2 .prev1{
    top: 98px;
    background: url(img/prev.png) no-repeat center center;
    background-size: contain;
    left: 5px;
}
.bnsvinfo{
    background: url(img/about2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 13% 0 18%;
}
.bnsvculture{
    background: url(img/about3_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 13% 0 18%;
}
/*资质荣誉*/
.honor1{
    background: url(img/about4_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 13% 0 18%;
    position: relative;
}
.news1:after,
.honor1:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(img/nav_bg.png) no-repeat center center;
    background-size: cover;
    content: "";
    display: block;
}
.inner.bnsvculture h2 i{
  background: none;
  color: #fff;
  
}
.inner.bnsvculture h3{
   color: #fff;
}
.inner h2 i{
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
/*.honor2{
    padding: 100px 0;
}
.honor2 .info,
.honor2 .info p{
    line-height: 34px;
} */
.honorslist_all{
    padding-top: 75px;
}


.honorslist {
  /*  width: 20.5%;*/
   width:19%;
    float: left;
    margin-right: 6%;
}

.honorslist:nth-of-type(4n) {
    margin-right: 0;
}

.honorslist .honortitle {
    color: #00a0e9;
}

.honorslist .honortitle span {
    position: relative;
    padding: 12px 0 10px;
    font-size: 18px;
    font-weight: 700;

}

.honorslist .honortitle span:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #00a0e9;
    left: 0;
}

.honorslist li {
    border-bottom: 1px solid #e7e8e8;
}

.honorslist li:first-of-type {
    border-top: 1px solid #e7e8e8;
}

.honorslist li .img_con {
    display: none;
}

.honorslist li h3{
    line-height: 20px;
    padding: 15px 0;
   /* font-weight: 600; */
    cursor: pointer;
    /* text-align: center; */
    width: 100%;
} 

.diploma_mark {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 110;
    display: none;
}

.diploma_mark .img_con {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diploma_mark .img_con img {
    width: 100%;
}

.diploma_mark .img_con h3 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    padding-top: 20px;
}

.diploma_mark .close {
    width: 22px;
    height: 22px;
    background: url(img/t_menu-close.png) no-repeat;
    position: absolute;
    top: -30px;
    right: -40px;
    opacity: 1;
}
.section3.pro2 {
    padding: 0;
    background: #fff;
}
.pro2 .recommend_con .recommend{
    display: block;
    background: #050b29;
    padding: 60px 0;
    margin: 10px 0;
}
.pro2 .recommend_con .recommend:last-of-type{
    margin-bottom: 0;
}
.pro2 .recommend_con .recommend .w{
    height: 100%;
}
/*//?’-?”???‰é’?*/
/* .recommend video::-webkit-media-controls-play-button {
    display: none;
}*/

/*//è???o|???*/
.recommend video::-webkit-media-controls-timeline {
    display: none;
}

/*//è§?????????“?‰??—?é—′*/
.recommend video::-webkit-media-controls-current-time-display {
    display: none;
}

/*//?‰?????—?é—′*/
.recommend video::-webkit-media-controls-time-remaining-display {
    display: none;
}
/*产品栏目页*/
.pro_inner .recommend_con .left img{
    width: 100%;
    height: 100%;
}
/*.proList{
    padding: 60px 0 0px;
} */
.searchproList {
       padding: 40px 0 0px;
    border-top: 60px solid rgba(0,0,0,0.3);
}
.proList .condition{
      margin-bottom: 15px;
    position: relative;
    padding-left: 100px;
}
.proList .condition span{
      width: 100px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.proList .condition a{
        padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b7b8b8;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.proList .condition a.on{
    background: #00a0e9;
    border: 1px solid #00a0e9;
    color: #fff;
}
.proList.caseList .condition a.on{
    background: #595757;
    border: 1px solid #595757;
}
.proList .btn_con{
    text-align: center;
    margin: 45px 0;
}
.proList .btn_con button{
    width: 140px;
    padding: 8px 0;
    background: #00a0e9;
    border: 1px solid #00a0e9;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.proList.caseList .btn_con button{
    background: #595757;
    border: 1px solid #595757;
}
.proList .pro_ul{
    border-top: 1px solid #eee;
}

.proList .pro_ul li{
    float: left;
    width: 23.92%;
    margin-right: 1.44%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 2.44%;
}
.proList .pro_ul li a{
    width: 100%;
}
.proList .pro_ul li i.top_tran{
    position: absolute;
    top: -36px;
    left: -36px;
    width: 0;
    border: 35px solid transparent;
    border-top: 35px solid #fff;
    height: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);

}
.proList .pro_ul li i.top_tran:after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #eee;
    top: -70px;
    left:0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.proList .pro_ul li:nth-of-type(4n){
    margin-right: 0;
}

.proList .pro_ul li .img_con{
      width: 80%;
    padding-top: 100%;
    margin-left: 10%;
  background-size: contain !important;
}
.proList .pro_ul li .info_con{
    padding: 30px 40px;
}
.proList .pro_ul li .info_con h4{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.proList .pro_ul li .info_con .info{
    height: 60px;
    margin: 25px 0;
}
.proList .pro_ul li .info_con .info,
.proList .pro_ul li .info_con .info p{
    line-height: 20px;
}
.proList .pro_ul li .info_con span {
    width: 100%;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.proList .pro_ul li:hover .info_con span{
    border: 1px solid #00a0e9;
    background: #00a0e9;
    color: #fff;
}
.proList .pro_ul li:hover{
   -webkit-box-shadow: #dadada 0px 10px 10px;
   -moz-box-shadow: #dadada 0px 10px 10px;
   box-shadow: #dadada 0px 10px 10px; 
}


/*产品详情*/
.pro_detail{
    margin-top:70px;
}
.detail_con{
    border: 1px solid #f2f2f2;
    padding: 50px 188px;
    margin: 18px 0;
}
.detail_con_new{
  padding: 50px 368px;
}
.masterInfo{

}
.masterInfo .left{
    width: 45.5%;
  border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 510px;
}
.masterInfo .left img{
   max-width: 100%;
}
.masterInfo .right{
    width: 54.5%;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.masterInfo .pro_title{
    font-size: 28px;
    margin-bottom: 15px;
}

.masterInfo .grade_title{
    font-size: 20px;

}
.masterInfo .classify{
    margin-bottom: 20px;
   /* margin-top: 50px; */ margin-top: 32px;
   /* font-size: 16px; */ font-size: 20px;
    line-height: 25px;
}
.masterInfo .info{
   /*  font-size: 16px;*/ font-size: 14px;
}
.masterInfo .btn_all {
	margin-top: 40px;
}

.masterInfo .btn_all a {
	display: block;
  width:50%;
margin: 9px 0;
}

.masterInfo .btn_all .tab_a{
   background: url(img/tab1.png) no-repeat center left;
    height: 48px;
    width: 171px;
    background-size: 100%;

}
.masterInfo .btn_all .tab_a:hover{
   background: url(img/tab2.png) no-repeat center left;
    background-size: 100%;

}
.masterInfo .btn_all .bds_more{
     background: url(img/share1.png) no-repeat center left;
   height: 48px;
    width: 171px;
    background-size: 100%;

}
.masterInfo .btn_all .bds_more:hover{
     background: url(img/share2.png) no-repeat center left;
  opacity: 1;
    background-size: 100%;
}
.masterInfo .btn_all .down_a{
   background: url(img/down1.png) no-repeat center left;
    height: 48px;
    width: 171px;
    background-size: 100%;


}
.masterInfo .btn_all .down_a:hover{
   background: url(img/down2.png) no-repeat center left;
    background-size: 100%;

}


.bdshare_popup_box{
		 	  display:none !important;
		   }
  
	

.classify_ul{
    margin-top: 40px;
    border-bottom: 1px solid #f2f2f2;

}
.classify_ul li{
    float: left;
    padding-right: 45px;
}
.classify_ul li a{
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;

}
.classify_ul li a:after{
    position: absolute;
    display: none;
    content: "";
    width: 100%;
    height: 5px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    bottom: -3px;
    left: 0;
}
.classify_ul li.on a:after{
    display: block;
}
.info_all{
    padding-top: 20px;
    font-size: 16px;
}
.info_all .info{
    display: none;
}
.info_all .info.active{
    display: block;
}
.lookList{
    text-align: center;
    border-top: 1px solid #eee;
    padding: 25px 0;
}
.lookList .looklist_a{
    font-size: 24px;
    padding: 0 20px;

}
.news1{
    background: url(img/banner5.jpg) no-repeat center center;
    background-size: cover;
    padding: 8% 0 20%;
   position: relative;
}

.news2{
    background: url(img/x_new2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 8% 0 18%;
}

.news2 .readmore_box{
    text-align: center;
}

/*新闻栏目列表页*/
.newslist1{
    background: url(img/new_inner.jpg) no-repeat center center;
    background-size: cover;
}
.newslist2{
    background: url(img/new_inner2.jpg) no-repeat center center;
    background-size: cover;
}
.newslist1 h2 i{
    background: none;
    color: #fff;
}

.newslist1 h3{
    color: #fff;
}
.news_ul{

}
.news_ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
    border: 1px solid #ebecec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:255px
}
.news_ul li:nth-of-type(3n){
    margin-right: 0;
}
.news_ul li a{
    width: 100%;
}
/*.news_ul .img_con{
    width: 100%;
    padding-top: 67.5%;
    position: relative;
    overflow: hidden;
} */
.news_ul .img_con .img_scale{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*.news_ul .info_con{
    padding: 20px 30px;
    text-align: center;
} */

/*.news_ul .info_con h3{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebecec;
    margin-bottom: 20px;
}
.news_ul li:hover .info_con h3{
    color: #00a0e9;
}

.news_ul .info_con i{
    color: #898989;
    font-size: 18px;
} */
/*新闻详情*/
.new_title{
    font-size: 36px;
    line-height: 50px;
}
.new_time{
    font-size: 24px;
   margin: 30px 0;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdddd;
}
/*联系我们*/
.contact1{
    background: url(img/contact_inner.jpg) no-repeat center center;
    background-size: cover;
    padding: 8% 0 25%;
}

.contact1 h2 i{
    background: none;
    color: #000;
    font-weight: normal;
    padding-right: 20px;
}

.contact1 h2 span{
    color: #00a0e9;
    font-size: 40px;
    font-weight: 700;
}
.contact_ul{

}

.contact_ul li{
    float: left;
    width: 32.85%;
    margin: 0.725% 0.725% 0 0;
    border: 1px solid #e6e6e6;
    padding-top: 32.85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_ul li:nth-of-type(3n){
    margin-right: 0;
}
.contact_ul li h2{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.contact_ul li i{
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(img/contact_icon1.png) no-repeat center center;
    background-size: auto 50%;
    bottom: 50px;
    left: 0;
}
.contact_ul li:hover{
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color:#fff;
}
.contact_ul a:hover i{
    background: url(img/contact_icon11.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(2) i{
    background: url(img/contact_icon2.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(2):hover i{
    background: url(img/contact_icon22.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(3) i{
    /* background: url(img/contact_icon3.png) no-repeat center center; */
    background: url(img/x_contact_icon3.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(3):hover i{
   /* background: url(img/contact_icon33.png) no-repeat center center;*/
  background: url(img/x_contact_icon33.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(4) i{
    background: url(img/contact_icon4.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(4):hover i{
    background: url(img/contact_icon44.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(5) i{
    background: url(img/contact_icon5.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(5):hover i{
    background: url(img/contact_icon55.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(6) i{
    background: url(img/contact_icon6.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(6):hover i{
    background: url(img/contact_icon66.png) no-repeat center center;
    background-size: auto 50%;
}
.help_con{
  /*  padding-top: 90px; */
  padding-bottom:90px;
}
.help_con .left{
    width: 41.5%;
    padding-right: 50px;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.help_con .left h4{
    font-size: 60px;
}

.help_con .left .help_ipt{
    width: 100%;
    position: relative;
    margin: 50px 0 35px;

}
.help_con .left .help_ipt .text{
    border: 1px solid #b5b5b6;
    width: 100%;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 50px 0 20px;
}
.help_con .left .help_ipt .button{
    width: 50px;
    height: 50px;
    background: url(img/search_icon2.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}


.help_con .left i{
    color: #898989;
    font-size: 16px;
    border-bottom: 1px solid #ababab;
}
.help_con .right{
    width: 58.5%;
}
.help_con .right img{
    width: 100%;
}
.commonService{
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color: #fff;
    padding-bottom: 80px;
}

.commonService h3{
    padding: 60px 0;
    text-align: center;
    font-size: 48px;
}

.commonService li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.commonService li h4{
    font-size: 28px;
    padding: 20px 0 15px;
}
.commonService li a{
    border-bottom: 1px solid #fff;
    padding-top:10px;
}

.contact_us{
    padding: 140px 0;
}
.contact_us h2{
    font-size: 52px;
    text-align: center;
}
.contact_us h3{
    font-size: 28px;
    text-align: center;
    padding: 20px 0 60px;
}
.contact_us .con_ipt {

}

.contact_us .con_ipt .common_info{

}
.contact_us .common_info input{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 98px;
    padding: 0 40px;
    font-size: 24px;
}
.contact_us .common_info input:nth-of-type(2n){
    margin-right: 0%;
}

.contact_us .con_ipt textarea{
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 40px;
}
.contact_us .con_ipt .checbox_label{
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-top: 90px;
    font-size: 24px;
}
.contact_us .con_ipt .checbox{
    width: 24px;
    height: 24px;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 2px;
    left: 0;
}
.contact_us .con_ipt .checbox_label a{
    border-bottom: 1px solid #000;
}
.contact_us .con_ipt .submit{
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color: #fff;
    font-size: 24px;
    padding: 20px 30px 20px 60px;
    text-align: center;
    letter-spacing: 30px;
    margin-top: 80px;
}
/*企业合作*/
.cooperate1{
    background: url(img/x_hezuo.jpg) no-repeat center center;
    background-size: cover;
}

.cooperate1 h3{
    color:#fff;
}
.cooperate2{
    padding: 80px 0;
}
.cooperate2 .title1{
    font-size: 40px;
    color: #00a0e9;
    text-align: center;
}

.cooperate2 .title2{
    font-size: 28px;
    text-align: center;
    margin: 30px 0;
}

.cooperate2 .form_con{

}
.cooperate2 .form_con li{
    margin-bottom: 20px;
    position: relative;
}
.cooperate2 .form_con li span{
    font-size: 16px;
    color: #9fa0a0;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: -65px;
}

.cooperate2 .form_con li span i{

}

.cooperate2 .form_con li input{
    width: 100%;
    background: #f7f8f8;
    line-height: 60px;
    font-size: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cooperate2 .form_con li textarea{
    border: none;
    background: #f7f8f8;
    width: 100%;
    height: 150px;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cooperate2 .form_con li.last_li{
    width: 45%;
}
.cooperate2 .form_con li.last_li input{
    width: 100%;
}
.cooperate2 .form_con li.last_li2{
    width: 100%;
}
.cooperate2 .form_con li.last_li2 input.submit{
    width: 100%;
    line-height: 50px;
    color: #fff;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);

}

.mail_a{
    font-size: 16px;
    text-decoration: underline;
}



/*社会责任*/
.social1{
  /*  background: url(img/social.jpg) no-repeat center center; */
    background: url(img/xx_social.jpg) no-repeat center center;
    background-size: cover;
}

.social1 h3{
    color:#fff;
}
.social2 ul{

}
.social2 ul li{
    margin: 10px 0;
}
.social2 li .left{
    width: 50%;
    padding-top: 29.1%;
    float: left;
}
.social2 ul li .right{
    width: 50%;
    position: relative;
    float: right;
    padding-top: 29.1%;

}
.social2 ul li .right .info2{
    color: #898989;
}
.social2 ul li .right_con{
    width: 70%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 70px;
    font-size: 16px;
}
.social2 ul li .right_con .info,
.social2 ul li .right_con .info p{
    line-height: 32px;
}
.social2 li:nth-of-type(2n) .left{
    float: right;
}
.social2 li:nth-of-type(2n) .right{
    float: left;
}
.social2 li:nth-of-type(2n) .right_con{
    left: auto;
    right: 70px;
}
/*人才招聘*/
.inner.recruit1{
  /*  background: url(img/advertise_inner.jpg) no-repeat center center;*/
    background: url(img/x_banner_rc.jpg) no-repeat center center;
    background-size: cover;
}
.recruit2{
    padding: 15px 0 40px;
}
.table_div {

}

.table_div ul {
    padding-bottom: 40px;
}

.table_div ul li {

}

.table_div .title_h3, .table_div .title_h5 {
    border-bottom: 1px solid #fdfdfd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    margin: 0;
}

.table_div ul li:last-child .title_h5 {
    border-bottom: 0;
}

.table_div .title_h3 {
    padding: 20px 0 20px;
    font-size: 20px;
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color: #fff;
}

.table_div .title_h5 {
    line-height: 66px;
    font-size: 16px;
    background: #fafafa;
}

.table_div .title_h3 span,
.table_div .title_h5 span {
    width: 22%;
    float: left;
    text-align: center;

}

.table_div .title_h3 span:nth-child(5), .table_div .title_h5 span:nth-child(5) {
    width: 12%;
    cursor: pointer;
}

.table_div .dedai {
    display: none;
    padding: 10px 20px;
    line-height: 25px;
    background: #eeeeee;
}

.table_div li .develop {
    position: relative;
    cursor: pointer;
}

.table_div li .develop i {
    background: url(img/pull_icon.png) no-repeat center right;
    padding-right: 18px;
}
.table_div ul li.active .develop i{
    background: url(img/pash_icon.png) no-repeat center right;
}
/*项目案例*/
.inner.case1{
    background: url(img/case_inner.jpg) no-repeat center center;
    background-size: cover;
}

.caseList .case_ul{
    border-top: 1px solid #eee;
}

.proList .case_ul li{
    float: left;
    width: 23.92%;
    margin-right: 1.44%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 1.44%;
}
.proList .case_ul li a{
    width: 100%;
}

.proList .case_ul li:nth-of-type(4n){
    margin-right: 0;
}

.proList .case_ul li .img_con{
    width: 100%;
    padding-top: 59.7%;
}
.proList .case_ul li .info_con{
    padding: 20px;
}

.proList .case_ul li .info_con h4{
    font-size: 18px;
}
.proList .case_ul li .info_con .info{
    height: 40px;
    margin: 10px 0 30px;
}
.proList .case_ul li .info_con .info,
.proList .case_ul li .info_con .info p{
    color: #727171;
    line-height: 20px;
}

.proList .case_ul li .info_con span{
    color: #00a0e9;
    font-weight: 700;
    line-height: 16px;
}
.about2 .subtitle{
     margin-bottom: 10px;
}
.about.about2 .readmore_box {
    margin-bottom: 20px;
}
.search_title{
    font-size: 18px;
    padding-bottom: 15px;
}



    /*分页结构*/
.pageing {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding: 10px 0 0;
}
#pager{

}
#pager li{
	width:100px;
	float:left;
	color: #00a0e9;
}

.searchlist{
   /*  padding: 50px 0 60px;*/
  /*  border-top: 60px solid rgba(0,0,0,0.3) */
 
}
.inner_search  {
  background:url(img/search_bg.jpg) no-repeat center center;
  background-size:cover;
  padding:8.5% 0;
  margin-bottom:34px;
}
.searchlist li{
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.searchlist li h2{
    font-size: 18px;
    padding-bottom: 8px;
}
.searchlist li i{
    font-size: 12px;
    padding-bottom: 6px;
    color: #aaaaaa;
}
.searchlist li .info{
    height: 50px;
    overflow: hidden;
}
.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST {
    display: none;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT,
.JZD_PAGE_SHUZIYE {
    padding: 10px 10px;
}

.JZD_PAGE_DISABLED {
    padding: 10px 10px;
    color: #00a0e9;
}

.subtitle_text3{
  padding-right:12%; 
}

/* 视频 */
  .video_box{
      position: fixed;
      top: 0;
      left: 100px;
      width: calc(100% - 100px);
      height: 100%;
      z-index: 1000;
      display: none;
  }
  .video_box .video_box1{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box .video_box1 video{
      width: 100%;
      height: 100%;
  }
  .video_box .close{
      position: absolute;
      top: -17px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }
/* 底部二维码 */
.footer .contact img{
	width: 95px;
	height: 95px;
}

.section1_con1{
    position: absolute;
    width: 100%;
	height: 850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/IMG/about1_bg.jpg) no-repeat center center;
    background-size: cover;
}
.section1_con2{
    position: absolute;
    width: 100%;
	height: 850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/IMG/about1_bg.jpg) no-repeat center center;
    background-size: cover;
}



.banner_container .swiper-pagination-bullet{
    width: 20px;
    height: 48px;
   /* background: #fff; */
    background:url(img/banner_prev.png)no-repeat center ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	margin-bottom: 39px !important;
}
.paly_video{
  position: absolute; 
  z-index: 9;
  margin-top: -7%;
  margin-left: 87%;
} 
.paly_video img{
  width:91px;
  height:81px;

}

  .video_box{
      position: fixed;
      top: 0;
      left: 0;
	width: 100%;
      height: 100%;
      z-index: 1000;
      display: none;
	  background: rgba(0, 0, 0, .5);
  }
  .video_box .video_box1{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box .video_box1 video{
      width: 100%;
      height: 100%;
	  background-color: #000000;
  }
  .video_box .close{
      position: absolute;
      top: -4px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }

.section1_con1{
    position: absolute;
    width: 100%;
	height: 850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: url(img/xx_banner-02.jpg) no-repeat center center; */
  /*  background: url(img/x_banner-02.jpg) no-repeat center center; */
    background: url(https://v.bnsv.com/image/default/48A6FB9C8B0F498A87CC521D385ADB40-6-2.jpg) no-repeat center center;
    background-size: cover;
}
.section1_con2{
    position: absolute;
    width: 100%;
	height: 850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /*   background: url(img/banner-03.jpg) no-repeat center center;*/
   background: url(https://v.bnsv.com/image/default/121860B4602141C4B5AB19E72731DF41-6-2.jpg) no-repeat center center; 
    background-size: cover;   
}
/*股票代码*/
.gp_con{
  color: #FFFFFF;
  font-size:15px;
  margin-left:74%;
  margin-top:22px;
}

/*首页banner 播放视频*/
.paly_video{
  cursor:pointer;
}

.subtitle_x p{
text-align:center;
}

/*联系我们 加背景*/
.help{
	background: url(img/x_banner_contact.jpg) no-repeat center center; 
	background-size:100% 100%;
	margin: 55px 0;
}
/* 大事记 */
.noteIntro .noteIntro_item h2 span{
    font-size: 28px;
    margin-left: 18px;
}
/* 产品中心 */
.product{
    background: url(http://v.bnsv.com/image/default/408CD19F8D4E4E46A635456F182F8CA7-6-2.jpg) no-repeat center center;
    background-size: cover;
}
/* 资质荣誉 */
.honor2_con{
   padding-bottom:150px;
}
#wrap {
	position: relative;
	padding: 10px;
  overflow:hidden;

}
.z-wrap{
	position: relative;
/*	padding: 10px;*/
  overflow:hidden;

}

#read-more {
	color: #fff;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -ms-linear-gradient(#036eb8, #2da6e0);
	background: -webkit-linear-gradient(#036eb8, #2da6e0);
	background: -o-linear-gradient(#036eb8, #2da6e0);
	background: -moz-linear-gradient(#036eb8, #2da6e0);
	background: linear-gradient(#036eb8, #2da6e0);
	width: 108px;
	text-align: center;
	margin-top: 50px;
margin-left:46%;
	
} 
#read-more:hover {
	cursor: pointer;
	opacity: .8;
} 
.z_read-more {
	color: #fff;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -ms-linear-gradient(#036eb8, #2da6e0);
	background: -webkit-linear-gradient(#036eb8, #2da6e0);
	background: -o-linear-gradient(#036eb8, #2da6e0);
	background: -moz-linear-gradient(#036eb8, #2da6e0);
	background: linear-gradient(#036eb8, #2da6e0);
	width: 108px;
	text-align: center;
	margin-top: 50px;
margin-left:46%;
	
} 
.z_read-more:hover {
	cursor: pointer;
	opacity: .8;
}







/* 企业动态 */
.radius_box{
	width: 50px;
	height: 50px; 
	border: 1px solid #ebecec;
	background-color: #FFFFFF;
	border-radius: 50%;
    margin-top: -50px;
	margin-left:40% ;
    text-align: center;
	
}
.radius_box h5{
	padding: 30px  10px;
}
.radius_box h5  i{
	font-size: 20px;
}
.radius_box span{
	font-size: 14px;
}
 .news_ul li{
	 margin-top: 115px;
	 margin-bottom: 20px;
 }

 
.news_ul .img_con {
	width: 100%;
	position: relative;
}
.news_ul .info_con {
	padding: 62px 30px 0 ;
}
.news_ul .info_con .point{
	font-size: 18px;
	font-weight: 550;
}
.news_ul .info_con p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.8;
}

.news_ul .info_con i{
	font-size: 14px;
	margin: 50px 0;
}
.news_ul li :hover .radius_box{
	color:#FFFFFF;
	background: -ms-linear-gradient(#036eb8, #2da6e0);
	background: -webkit-linear-gradient(#036eb8, #2da6e0);
	background: -o-linear-gradient(#036eb8, #2da6e0);
	background: -moz-linear-gradient(#036eb8, #2da6e0);
	background: linear-gradient(#036eb8, #2da6e0);
}
.news_ul li:hover .info_con h1{
	color: #00a0e9;
}
.news_ul li:hover .info_con i{
	
	color: #00a0e9;
}
 .news_ul li:hover{
 	border-color: #007AFF;
 }
/* 企业文化*/
.honor2  .info{
  margin-top: 60px;
  margin-bottom: 60px;
}
.honor2  .info .left_ul{
   width: 24%; 
   margin-left: 10px;
   margin-top: 79px;
	padding-left: 100px;
   text-align: right;
   margin-right: 30px;
}
.honor2  .info  .left_ul p{
	text-align: right;
}


.honor2  .info  .left_ul li h1{
	/*margin-left: 110px; */
} 

.honor2  .info ul li{
  margin-top: 40px;
}
.honor2  .info ul li h1{
	font-size: 20px;
	color: #00a0e9;
	line-height: 3;
	font-weight: 600;
}
.honor2  .info .left_ul li h1{
	line-height: 3;
}
.honor2  .info .right_ul li h1{
	line-height: 2.4;
}





.honor2  .info ul li p{
  font-size: 16px;
}
.honor2  .info .right_ul{
  width: 22%; 
  margin-top: -41.6%;
}
.center_ul{
  width: 80%; 
  height: 100%;
}
/* 产品列表*/
.swiper_con_bg{
     background: -ms-linear-gradient(top, #2da6e0, #036eb8);
				background: -webkit-linear-gradient(top, #2da6e0, #036eb8);
				background: -o-linear-gradient(top, #2da6e0, #036eb8);
				background: -moz-linear-gradient(top, #2da6e0, #036eb8);
				background: linear-gradient(top, #2da6e0, #036eb8);

}
	.bottom_swiper {
				width: 100%;
				height: 100%;
				position: relative;
			}

			.swiper_con {
				position: relative;

			}

			.swiper-slide {}

			.bottom_swiper {
				left: 0;
			}

			.swiper_con li {
				background-size: cover !important;
			}

			.swiper_con .swiper-button-next2 {
				position: absolute;
				background: url(img/pre_icon.png);
				width: 30px;
				height: 30px;
				right: -15px;
				margin-top: -37px;
				opacity: 1;
			}

			.swiper_con .swiper-button-prev {
				background: url(img/next_icon.png) no-repeat;
				width: 30px;
				height: 30px;
				left: -15px;
				opacity: 1;
				margin-top: -37px;
			}

			.swiper-pagination1 {
				bottom: -50px;
				position: absolute;
				left: 0;
				text-align: center;
				width: 100%;
			}

		/*	.swiper-pagination-bullet {
				display: inline-block;
				width: 6px;
				height: 6px;
				border-radius: 10px;
				background: green;
				margin: 0 10px;
				cursor: pointer;
				transition: width 0.3s ease-in-out;
			} */

			.swiper-slide-thumb h1 {
				font-size: 20px;
				color: #fefefe;
				text-align: center;
				opacity: 0.8;
			}

			.swiper-slide-thumb p {
				font-size: 12px;
				color: #fefefe;
				text-align: center;
				margin-top: 21px;
				line-height: 2;
				margin-bottom: 45px;
				opacity: 0.8;
            padding:0 10px;

			}

			.swiper-slide-thumb img {
			/*	margin-left: 47%; */
				margin-top: -57px;
				opacity: 0;
			}

			.swiper-slide-thumb .line {
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-ms-transition: all .3s;
				-o-transition: all .3s;
				transition: all .3s;
				position: absolute;
				top: 36px;
				left: 50%;
				-webkit-transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				-o-transform: translateX(-50%);
				transform: translateX(-50%);
				width: 12px;
				height: 12px;
				background: #FFFFFF;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				/*border: 7px solid rgba(44, 140, 208); */
			}

			.bottom_swiper li {
				margin-top: 45px;
			}

			.bottom_swiper li .line1 {
				border-top: 1px solid #346c85;
				width: 200px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				cursor: pointer;
				margin-top: 19px;
			}
          
		/*	.bottom_swiper .swiper-slide-active .line {
				border: 7px solid #39a5df;
			}

			.bottom_swiper .swiper-slide-active p {
				color: #FFFFFF;
				opacity: 1;
			}
       

			.bottom_swiper .swiper-slide-active h1 {
				color: #FFFFFF;
				opacity: 1;
			}
       

			.bottom_swiper .swiper-slide-active img {
				opacity: 1;
			}  */
       

.bottom_swiper .swiper-slide-thumb:hover .line{
            width: 12px;
				height: 12px;
           border: 3.5px solid #39a5df;
						}
           .bottom_swiper .swiper-slide-thumb:hover p{
				color: #FFFFFF;
				opacity: 1;
			}
			.bottom_swiper .swiper-slide-thumb:hover h1{
							color: #FFFFFF;
							opacity: 1;
			}
			.bottom_swiper .swiper-slide-thumb:hover img{
						
							opacity: 1;
			}




			.pro_h2 {
				text-align: center;
				font-size: 32px;
				margin: 10px 0 45px;
				color: #000000;

			}

			.about_part2_title_ul {
				overflow: hidden;
				justify-content: space-between;
			}

			.about_part2_title_ul .about_part2_title_li {
				float: left;
				padding: 5px 4.88px;
				text-align: center;
				font-size: 16px;
				margin-right: 32px;
            position: relative; 
            padding-bottom: 10px; 
			}

			.about_part2_title_ul .about_part2_title_li {
				cursor: pointer;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}

			.about_part2_title_ul .about_part2_title_li:last-of-type {
				margin-right: 0;
			}

			.about_part2_title_ul .about_part2_title_li.on {
				color: #036eb8;	
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				border-radius: 100px;
        
			}
  /* .about_part2_title_ul .about_part2_title_li:before {
	 content: "";
   position: absolute;
   bottom: 0;
   width: 0;
   border-bottom: 2px solid #009ee4;; 
}
	.about_part2_title_ul .about_part2_title_li.on:before{
	  width:92%;}  */

.about_part2_title_ul .about_part2_title_li:after{
position: absolute;
    display: none;
    content: "";
    width: 100%;
    height: 5px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    bottom: -3px;
    left: 0;
}
.about_part2_title_ul .about_part2_title_li.on:after{
	 display:block;

}




			.about_part2_infocon {}

			.about_part2_infocon .about_part2_li {
				/*display: none; */
			}

			.about_part2_infocon .about_part2_li.active {
				display: block;
          
			}

/*首页防伪*/
	.ck_box{
	    position: fixed;
	    top: 0;
	    left:0;
	    width: 100%;
	    height: 100%;
	    z-index: 1000;
	    display: none;
		  background: rgba(0, 0, 0, .5); }
	 .ck_box1{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.ck_box1 img{
	    width: 100%;
	    height: 100%;
		  background-color: #000000;
	}
	.ck_box .close1{
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    height: 50px;
	}

.readmore_box2{
margin-top:183px;
}
/*首页产品视频切换*/
/*.recommend_con .recommend:nth-of-type(1) {
	height: 0;
 	display: block;
 }
 .recommend_con .recommend:nth-of-type(1).active {
  	display:none;
  }*/
.inner_recommend_con .title5{
	font-size: 72px;
	color: #00a0e9;
	line-height: 2;
  	font-weight: 800;
}
.inner_recommend_con .title6{
	font-size: 48px;
	/*color: #FFFFFF; */
  margin-bottom:25px;
}
.readmore_box5{
	margin-top:34px ;
}
.inner_recommend_con p{
  line-height:2.5;
  font-size:14px;

}





/* 人才招聘*/
.x_readmore{
   background: -ms-linear-gradient(right,#036eb8, #2da6e0);
	background: -webkit-linear-gradient(right,#036eb8, #2da6e0);
	background: -o-linear-gradient(right,#036eb8, #2da6e0);
	background: -moz-linear-gradient(right,#036eb8, #2da6e0);
	background: linear-gradient(to right,#036eb8, #2da6e0);
   padding: 2px 26px;
  margin-right:19px
}


	.inner_yy{
		margin-top:100px ;
		margin-bottom: 100px;
	}
	#allmap {
		width: 100%;
		height:600px;
		border: 1px #2da6df solid;
	}
	.cleanfloat:after {
		display: block;
		clear: both;
		content: "";
		visibility: hidden;
		height: 0;
	}
	
	.list {
		background: #fff;
	    justify-content: space-between;
	  margin-top:65px ;
	  	border-radius: 10px;
	  
	}
	.cleanfloat li:hover{
		background: -ms-linear-gradient(right,#036eb8, #2da6df);
		background: -webkit-linear-gradient(right,#036eb8, #2da6df);
		background: -o-linear-gradient(right,#036eb8, #2da6df);
		background: -moz-linear-gradient(right,#036eb8, #2da6df);
		background: linear-gradient(to right,#036fb8, #2da6df);
	    color: #FFFFFF;
	}
	.cleanfloat li:hover img:nth-of-type(2){
		display: block;
		width: 40px;
		height: 54px;
		margin: 72px auto 0 ;
	}
	.cleanfloat li:hover  img:nth-of-type(1){ 
		display: none;
		}
	.cleanfloat{
		
		
	}
	.cleanfloat li {
	width: 30%;
	height:340px ;
	background-color: #FFFFFF;
	box-shadow: -2px 0px 12px #eeeeee;
	cursor: pointer;
	float: left;
	margin-right: 70px;	
	text-align: center;
	border-radius: 1px;
	border-top:10px solid;
	border-image:linear-gradient(to right,#036fb8, #2da6df) 1 10;
	
	}


	
	.cleanfloat li:nth-of-type(3){
	  margin-right: 0;
	}
	
	
	.cleanfloat li img {
		width: 40px;
		height: 54px;
		margin-top: 72px;
}
  .cleanfloat li img:nth-of-type(2) {
		display: none;
		text-align: center;
}
   .cleanfloat li h1 {
		font-size: 24px;
		text-align: center;
	   line-height: 4;
}
   .cleanfloat li p {
		font-size: 16px;
		text-align: center;
	   line-height: 2;
	   	padding: 0 71px;
}



/*导航栏*/
.nav_list .dedai_dl{
	display: none;	
}

.list_zk{
	width: 15px;
	height: 15px;
	background: url(img/xl_img.png) no-repeat center  center;
	text-align:center;
	margin: 0 auto;
	cursor: pointer;
}
.list_zk.active{
	background: url(img/sq_img.png) no-repeat center  center;
}


/*企业动态内页*/
.visible-hs {
        display: none;
    }
/*简历直投*/
  .g_readmore_box{
    margin-top:-11%;
  }  
/*首页视频*/  
  .video_box_icon{
      position: fixed;
      top: 0;
      left: 0;
	   width: 100%;
      height: 100%;
      z-index: 1000;
      display: none;
	  background: rgba(0, 0, 0, .7);
  }
   .video_box_icon .video_box1_icon{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box_icon .video_box1_icon video{
      width: 100%;
      height: 100%;
	  background-color: #000000;
  }
 .video_box_icon .close{
      position: absolute;
      top: -17px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }

/*重点工程*/

.proList-bg{
    background: url(img/gc_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 105px;

}

#wra{
    position: relative;
    overflow: hidden;
}
.caselist-box ul{
    width: 27%;
    float: left;
    margin-right: 6%;
    margin-bottom:-1px;

}
.caselist li a {
    line-height: 21px;
    cursor: pointer;
}
.xmmapleft{
 margin-left:-193px;

}
.zd_readmore_box{
    margin-left: 0% !important;  
  } 

/*产品中心*/

	.bottom_ul li {
				display: none;
			}

			.bottom_ul li.active {
				display: block;
			}
			.top_ul li.on .line{
				border: 7px solid #39a5df;
			}
			.top_ul li.on h1{
				color: #FFFFFF;
				opacity: 1;
			}
			.top_ul li.on p{
				color: #FFFFFF;
				opacity: 1;
			}
			.top_ul li.on img{
			opacity: 1;
			}

/* 首页解决方案 */
.section10 {
	padding: 170px 0;
	background: url(http://v.bnsv.com/image/default/13C23FC8C3B64E6F81831D82A435BA63-6-2.jpg) no-repeat center center;
	background-size: cover;
      margin-bottom: 5px;
}

.video_swiper li {
	width: 20%;
	border: 1px solid #2da6df;
}
.video_swiper li  .video_a {
    width: 100%;
  cursor: pointer;
}
.video_swiper li   .video_a .video_box10{
	width: 100%;
	padding-top: 61%;
	background-size: cover !important;
	position: relative;
}

.video_swiper video {
	width: 100%;
	/* height: 10px; */
}

.video_swiper li   .video_a .title {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	 line-height: 50px;
}


.swiper_section10 {
	position: relative;
}

.video_swiper {
	top: 88px;
}

.swiper_section10 li {
	background-size: cover !important;
}

.swiper_section10 .swiper-button-next {
	right: -55px;
	width: 40px;
	height: 40px;
	background: url(img/next10.png);
}

.swiper_section10 .swiper-button-prev {
	left: -55px;
	width: 40px;
	height: 40px;
	background: url(img/prev10.png);
}


.video_box10 .videoplay10 {
	width: 30px;
	height: 30px;
	background: url(img/play-img.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 42% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video_swiper li  .video_a .video_box10:after {
    position: absolute;
    background: url(img/play-img.png) no-repeat center center;
    top: 50%;
    left: 50%;
    background-size: 100%;
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

/* 全屏按钮 */
.video_box10 video::-webkit-media-controls-fullscreen-button {
	display: none;
}

/* 播放按钮 */
.video_box10 video::-webkit-media-controls-play-button {
	display: none;
}

/*  进度条 */
.video_box10 video::-webkit-media-controls-timeline {
	display: none;
}

/* 观看的当前时间 */
.video_box10 video::-webkit-media-controls-current-time-display {
	display: none;
}

/* 剩余时间 */
.video_box10 video::-webkit-media-controls-time-remaining-display {
	display: none;
}

/* 音量按钮 */
.video_box10 video::-webkit-media-controls-mute-button {
	display: none;
}

.video_box10 video::-webkit-media-controls-toggle-closed-captions-button {
	display: none;
}

/* 音量的控制条 */
.video_box10 video::-webkit-media-controls-volume-slider {
	display: none;
}

/* 所有控件 */
.video_box10 video::-webkit-media-controls-enclosure {
	display: none;
}

	 .video_swiper li:hover{
				background: -ms-linear-gradient(#2da6e0, #036eb8);
					background: -webkit-linear-gradient(#2da6e0, #036eb8);
					background: -o-linear-gradient(#2da6e0, #036eb8);
					background: -moz-linear-gradient(#2da6e0, #036eb8);
					background: linear-gradient( #2da6e0, #036eb8);
				}
			

/*.video_swiper .swiper-slide-active {
	background: -ms-linear-gradient(#2da6e0, #036eb8);
	background: -webkit-linear-gradient(#2da6e0, #036eb8);
	background: -o-linear-gradient(#2da6e0, #036eb8);
	background: -moz-linear-gradient(#2da6e0, #036eb8);
	background: linear-gradient(#2da6e0, #036eb8);
} */

.swiper-button-next10,
.swiper-button-prev10 {

	margin-top: 60px;

}
.section10_bigtitle2{
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 11%;
  
}
.subtitle_center p{
  text-align:center;
}
/*头部*/
 .topnav{
				  	position:fixed;
				   transition: all 0.5s;
			      height:80px;
			  }
			  .fixednav
			  {
			  
			  top:0px;
			  left:0px;
			  width:100%; 
			/*  background: -ms-linear-gradient(to right,  #2ea7e0, #036eb8);
			  background: -webkit-linear-gradient(to right,#2ea7e0, #036eb8);
			  background: -o-linear-gradient(to right,#2ea7e0, #036eb8);
			  background: -moz-linear-gradient(to  right,#2ea7e0, #036eb8);
			  background: linear-gradient(to  right,#2ea7e0, #036eb8); */
                
			  }

/*首页解决方案视频*/  
  .video_box_icon2{
      position: fixed;
      top: 0;
      left: 0;
	   width: 100%;
      height: 100%;
      z-index: 1000;
      display: none;
	  background: rgba(0, 0, 0, .3);
  }
   .video_box_icon2 .video_box2_icon{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box_icon2 .video_box2_icon video{
      width: 100%;
      height: 100%;
	  background-color: #000000;
  }
 .video_box_icon2 .close{
      position: absolute;
      top: -17px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }

/*二维码*/
.bd_weixin_popup .bd_weixin_popup_main {
    padding: 8px 10px !important;
  
}
/*联系我们*/
.contact_ul a{
  display: block;

}
.contact_ul li {
    float: left;
    width: 31.85%;
    margin: 0.725% 0.725% 0 0;
    border: 1px solid #e6e6e6;
    padding-top: 30.85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_ul a .tran_img img{
    display:inline-block;
    width:150px;
    height:150px;
    position: absolute;
    margin-top:-66%;
    margin-left:32%;
}


   



/*行内资讯*/
.new_source ,.new_editor{
  /* font-size: 49%; */
   margin-left:31px;
}
/*首页产品*/
.recommend_con .left {
    width: 560px;
    height: 315px;
    position: relative;
    margin-left: 146px;
}

/*解决方案*/
 .video_box_icon2_ul li{
display:none ;

}
.video_box_icon2_ul li.active{
display:block;
} 

/*新闻资讯*/
.news1_con ,.news2_con{
margin-top:120px;
}
/*弹出二维码*/
  #qrcode {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;  
          z-index: 9999;
          display: none;
      }
	  #qrcode img {
	  position: absolute;
    top: 127%;
    left: 39%;
    display: block;
    width: 242px;
    height: 297px;
}
/*产品中心 */
.pro_h1{
font-size:48px;
color:#009ee4;
text-align:center;
  font-weight:550;
 margin:62px 0 0;

}
  .wrap_pro {
    text-align: center;
    width: 100%;
    margin:44px 0;
        }
        .wrap_pro .pro_img {
            line-height: 20px;
        }
       
     .wrap_pro .pro_img {
         border-left: 630px solid #009ee4;
         border-right: 630px solid #009ee4;
         text-align: center;
          height: 1px;
   
          
        }
    .wrap_pro .pro_img img{
      margin-top: -21px;
      }






.vclose {
				position: absolute;
				right: 1%;
				top: 1%;
				border-radius: 100%;
				cursor: pointer;
			}
	.swiper_con {
			    padding: 0;
			    position: absolute;
			    margin-top: -199px;
			    text-align: center;
			 /*   margin-left: 252px; */
			}
.product_top{
  margin-top:10px;


}

 .honorslist_all{
       /*     padding-top: 75px;
            overflow: hidden;  /*--gxw--*/
           -webkit-transition: height .3s;
            -moz-transition: height .3s;
            -ms-transition: height .3s;
            -o-transition: height .3s;
            transition: height .3s; 
        }
	table tbody tr td p{
		text-align:center !important; 
	}





    .video-container {
			position: fixed;
			
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 10;
			background: rgba(0, 0, 0, .7);
			text-align: center;
			width: 100%;
			height: 100%;
			opacity: 0;
			transition: opacity .5s
		}

		.video-container .video-p {
			z-index: 4;
			box-sizing: border-box;
			width: 62%;
			overflow-y: hidden;
			transition: opacity .3s linear, -webkit-transform .3s ease-out;
			transition: opacity .3s linear, transform .3s ease-out;
			transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
			position: relative;
			background-color: transparent;
			margin: 0 auto
		}

		.video-container .video_close {
			cursor: pointer;
			z-index: 8;
			position: absolute; 
			right:0;
         top: 0;
		}

		.video-container .video-vnp {
			width: 100%;
          height:65%;
			outline: 0
		}

.video-container .video_close img {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0px;
    top: 0px;
    display:block;
    opacity:1
} 

.info_new_h  table{
  width:662px !important;

} 

.info_new_h  video{
    object-fit: fill !important;
  height:100%  !important;
 margin-bottom: -7.5px !important;
 
}












@media screen and (max-width: 1680px) {
    .w{
        width: 1200px;
    }
    .subtitle {
        margin-bottom: 45px;
        padding: 0 11%;
    }
  .subtitle_text1 {
    padding: 0px 94px;
}
    .section1 video {
        height: 740px;
    }
    .about1 video {
        height: 740px;
    }
    .section1_box {
        margin-top: 180px;
    }
    .section6 {
        height: 770px;
    }
    .section2 {
        padding: 40px 0 70px;
        margin: 5px 0;
    }
    .section2 .about_ul li {
        height: 270px;
    }
    .section2 .about_ul {
        margin-top: 60px;
    }
    .section7{
        margin-bottom: 5px;
    }
    .footer {
        padding: 36px 0;
        font-size: 13px;

    }
    .footnav_ul li {
        margin-right: 55px;
    }
    .footer .middle {
        margin-top: 25px;
        padding: 15px 0;
    }
    .footer .bottom p {
        line-height: 25px;
    }
    .footer .bottom {
        margin: 15px 0 5px;
    }
    .about2 ul li {
        height: 380px;
    }
    .about1 .video_icon {
        margin-top: 120px;
    }

    .about3 .about3_title {
        font-size: 40px;
        margin: 60px 0 15px;
    }
    .note_time {
        height: 900px;
    }
    .honor2 {
        padding: 55px 0;
    }
    .honorslist {
        width: 21%;
        margin-right:3%;
    }
    .honorslist li h3 {
        line-height: 46px;
    }
    .honorslist_all {
        padding-top: 40px;
    }
    .proList .condition a {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .proList .pro_ul li .info_con {
        padding: 20px 30px;
    }
    .proList .pro_ul li .info_con h4 {
        padding-bottom: 20px;
    }
  /*  .news_ul .info_con {
        padding: 15px 20px;
    }  */
  
   .news_ul .info_con {
        padding: 75px 20px 0;
    } 
  
    .news_ul .info_con h3 {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .new_title {
        font-size: 28px;
        line-height: 38px;
    }

    .new_time {
        font-size: 18px;
        margin: 20px 0;
        padding-bottom: 20px;
    }
    .detail_con {
        padding: 40px 60px;
    }

    .help_con .left {
        padding-top: 70px;
    }

    .help_con .left h4 {
        font-size: 50px;
    }
    .help_con .left .help_ipt {
        margin: 40px 0 30px;
    }
    .commonService h3 {
        padding: 35px 0;
        font-size: 36px;
    }
    .commonService li h4 {
        font-size: 24px;
        padding: 16px 0 11px;
    }
    .contact_us {
        padding: 60px 0;
    }
    .contact_us h2 {
        font-size: 40px;
    }
    .contact_us h3 {
        font-size: 24px;
        padding: 15px 0 40px;
    }
    .contact_us .common_info input {
        line-height: 60px;
        padding: 0 20px;
        font-size: 22px;
    }
    .contact_us .con_ipt textarea {
        font-size: 22px;
        padding: 20px;
    }
    .contact_us .con_ipt .checbox_label {
        padding-left: 30px;
        margin-top: 30px;
        font-size: 20px;
    }
    .contact_us .con_ipt .submit {
        font-size: 22px;
        padding: 12px 15px 12px 45px;
        margin-top: 25px;
    }
    .contact_us .con_ipt .checbox {
        top: -1px;
    }
    .cooperate2 {
        padding: 40px 0;
    }
    .cooperate2 .title2 {
        font-size: 22px;
    }

    .cooperate2 .form_con li {
        margin-bottom: 18px;
    }
    .cooperate2 .form_con li span {
        font-size: 12px;
        line-height: 40px;
        left: -50px;
    }
    .cooperate2 .form_con li input {
        line-height: 45px;
        font-size: 16px;
        padding: 0 15px;
    }
    .cooperate2 .form_con li textarea {
        font-size: 16px;
        line-height: 28px;
        padding: 15px;
    }

















    .social2 ul li .right_con .info, .social2 ul li .right_con .info p {
        line-height: 25px;
    }
    .social2 ul li .right_con {
        width: 80%;
        font-size: 14px;
    }


  
  /*股票代码*/
.gp_con{
  margin-left:70%;
}
  
   /*首页banner*/
  
  .section1_con1{
	height: 746px;
}
.section1_con2{
  height: 746px;
}
  
 /* 企业文化*/
.honor2  .info .left_ul{
   width: 28%; 
   margin-left: -68px;
   margin-top: -21px;
   margin-right: 42px;
}
.honor2  .info  .left_ul li h1{
	/*margin-left: 110px;*/
}
.honor2  .info .right_ul{
  width: 27%; 
  margin-top: -42%;
}
.center_ul img {
    max-width: 40%;
  
}
  
 .center_ul{
  width: 100%; 
  height: 100%;
} 
  
/* 产品列表*/
.about_part2_title_ul .about_part2_title_li {
				padding: 5px 4px;
			}  
  
  
  .masterInfo .left img{
    width: 363px;
    height:363px;
   margin:72px;
}
  
  /* 运营中心*/
  .cleanfloat li {
	width: 29%;
	margin-right: 78px;	
	
	}
  
/*首页解决问题*/  
 
  
/*首页产品*/
.recommend_con .left {
    height: 72.6%;
    width: 40.83%;
} 
  
 	  #qrcode img {
    top: 104%;
  
}
  
.about_part2_title_ul .about_part2_title_li:after {
    height: 2px;
  bottom:0;
  
}  
 .readmore_box2 {
    margin-top: 181px;
} 
  
 .swiper_con {
    margin-top: -193px;
}
.swiper-slide-thumb h1 {
    font-size: 16px;
} 
  
.info_new_h table {
    width: 1073px !important;
}
  .wrap_pro .pro_img {
    border-left: 535px solid #009ee4;
    border-right: 535px solid #009ee4;
} 
  .masterInfo .btn_all a i {
    padding: 13px 51px 10px 63px;
}	

}




@media screen and (max-width: 1500px) {

    .section7 .common_con {
        padding-top: 14.7%;
    }
    .section7 .bigtitle {
        margin-bottom: 40px;
    }
    .section7 .subtitle {
        width: 80%;
        margin-left:7%;
        margin-bottom: 30px;
    }
    .section7 .left .ipt_box input {
        width: 120px;
        line-height: 50px;
    }
    .note2 {
        padding-top: 60px;
    }
    .note_time {
        height: 750px;
    }
    .noteIntro_con {
        width: 480px;
        padding: 0 50px;
    }
    .noteIntro .noteIntro_item h2 {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .noteIntro .noteIntro_item .title_note {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
  
    .note2 .prev1,
    .note2 .next1 {
        top: 82px;
    }


.readmore_box2 {
    margin-top:112px;
}











}
@media screen and (max-width: 1366px) {

    .section1 video {
        height: 640px;
    }
    .about1 video {
        height: 640px;
    }
    .pane {
        height: 350px;
        width: 260px;
    }
    .section1_con h4 {
        font-size: 58px;
        padding-top: 28px;
        padding-bottom: 106px;
    }

    .section1_con .info p {
        line-height: 30px;
        font-size: 15px;
    }

    .section3 {
       /* padding: 50px 0 50px; */
       /* padding: 0px 0 50px;*/
      
    }
    .recommend_con .recommend {
        height: 370px;
    }
    .recommend_con .right .title1 {
        font-size: 42px;
    }
    .recommend_con .right .title2 {
        font-size: 36px;
    }
    .bigtitle {
        font-size: 34px;
    }
    .bigtitle2 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .subtitle p {
        line-height: 27px;
    }
    .section4 {
        margin: 5px 0;
    }
    .section6 {
        height: 640px;
        margin: 5px 0;
    }
    .social2 ul li .right_con {
        width: 85%;
        left: 40px;
    }

    .social2 li:nth-of-type(2n) .right_con {
        right: 40px;
    }

    .table_div .title_h3 {
        padding: 15px 0 15px;
        font-size: 18px;
    }
    .proList .case_ul li .info_con {
        padding: 10px;
    }
  .subtitle_text2 p{
   margin-left:115px;   
  
  }



   /*首页banner*/
  
  .section1_con1{
	height: 642px;
}
.section1_con2{
  height:642px;
}
  
 .video_box .video_box1{
    width: 681px;
    height: 441px;
  }

.video_box10 i {
    font-size: 16px;
}

/*.video_swiper li {
    height: 164px;
} */

.section2 .about_ul li {
    height: 210px;
}

  .section7 .subtitle {
        margin-left:3%;
    }

/*首页弹出视频*/
.video_box_icon .video_box1_icon , .video_box_icon2 .video_box2_icon{
    width: 793px;
    height: 500px;
}
 /*首页产品*/

.recommend_con .right .info {
    margin-bottom: -49px;
}
.subtitle_text1 {
    padding: 0px 75px;
}

	


}
@media screen and (max-width: 1280px) {
    .w {
        width: 1000px;
    }
    .about2 ul li {
        height: 300px;
    }
    .about3 .about3_title {
        font-size: 32px;
        margin: 40px 0 10px;
    }

    .about3 .about3_title2 {
        font-size: 17px;
        margin-bottom: 60px;
    }

    .footnav_ul li {
        margin-right: 35px;
    }
    .proList .pro_ul li .info_con {
        padding: 15px 20px;
    }
    .proList .pro_ul li .info_con h4 {
        padding-bottom: 15px;
    }
    .proList .condition a {
        margin-left: 10px;
    }
    .detail_con {
        padding: 40px 50px;
        margin: 15px 0;
    }
    .masterInfo .right {
        padding-left: 40px;
    }

    .masterInfo .pro_title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .masterInfo .grade_title {
        font-size: 18px;
    }
    .masterInfo .classify {
        margin-bottom: 15px;
        margin-top: 30px;
        font-size: 14px;
        line-height: 22px;
    }
    .masterInfo .info {
        font-size: 14px;
    }
    .info_all {
        font-size: 14px;
    }
    .lookList .looklist_a {
        font-size: 20px;
    }
    .news_ul .info_con h3 {
        padding-bottom: 20px;
        font-size: 17px;
    }
    .news_ul .info_con i {
        font-size: 15px;
    }

    /*股票代码*/
.gp_con{
  margin-left:65%;
}
  
    /* 运营中心*/
  .cleanfloat li {
	width: 31%;
	margin-right:33px;	
	
	}
 /* 产品中心*/ 
  .bottom_swiper li .line1 {			
	width: 220px;
}
  /* 产品列表*/
.about_part2_title_ul .about_part2_title_li {
		padding: 4px 9px;
  	    margin-right: 21px;
  	font-size: 12px;
			} 
  
 .masterInfo .btn_all a i{
   padding: 12px 22px 10px 63px;
  
} 
 .masterInfo .left img{
   margin:26px;
}			

 /*企业动态内页*/ 
   .visible-hs {
        display: block;
    }

    .hidden-hs {
        display: none;
    }
  
 
 
/*.video_swiper li {
    height:138px;
} */
  
  .video_box10 i {
    font-size: 15px;
}
  
/*博纳斯威产品*/  
 .section3 .ul_title h4{
    font-size: 13px;
}
.inner_recommend_con .title5 {
    font-size: 44px;
}
.inner_recommend_con .title6 {
    font-size: 25px;
}
 .recommend_con .right .info {
    height: 178px;
} 
  .section3 .ul_title h5{
    font-size: 12px;
  
  } 
 .recommend_con .right .title1 {
    font-size: 31px;
}
 .recommend_con .right .title2 {
    font-size: 24px;
}
  
.section3 .ul_title {
    margin-top: 38px;
}
  .paly_video {
    margin-top:-8%;
}
.paly_video img {
    width: 85px;
    height: 77px;
}  
.honor2 .info .left_ul {
    width: 33%;
    margin-left: -68px;
    margin-top: -21px;
    margin-right: 42px;
} 
  
  .section2 .about_ul li {
        height: 188px;
    }
   .section7 .subtitle {
        margin-left:0%;
    }
  
/*首页弹出视频*/
.video_box_icon .video_box1_icon.video_box_icon2 .video_box2_icon {
    width: 750px;
    height: 472px;
}
  /*联系我们*/
  .contact_ul li h2 {
    font-size: 21px;
}
.contact_ul a .tran_img img {
    width: 100px;
    height: 100px;
    margin-left: 34%;
}
  .recommend_con .left {
    width: 38%;
    height: 67.6%;
}
.readmore_box2 {
    margin-top: 138px;
}
 .subtitle_text1 {
    padding: 0px 73px;
}
  
  .xmmapright{
	margin-left:-100px;
}
 .section3 .ul_title li {
   padding: 0px;
 }
  
  .section3 .ul_title li:after {
    width: 76%;
    right: -42.9px;
}
.swiper_con {
    margin-top: -176px;
}  
.bottom_swiper li .line1 {
    margin-top: 20px;
}  
.swiper-slide-thumb .line {
    top: 32px;
}  
.swiper-slide-thumb p {
    margin-top: 11px;
} 
.swiper_con .swiper-button-prev, .swiper_con .swiper-button-next{
    margin-top: -35px;
}  
.info_new_h table {
    width: 897px !important;
}
  .wrap_pro .pro_img {
    border-left: 450px solid #009ee4;
    border-right: 450px solid #009ee4;
}
  .masterInfo .btn_all a {
    width: 37%;
}
  
}


/*移动端*/
@media screen and (max-width:768px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;

    }
    .topnav .logo {
        margin-top: 28px;
    }
  
    .section1_box {
        margin-top: 80px;
    }
    .pane {
        height: 280px;
        width: 200px;
    }

    .section1_con h4 {
        font-size: 29px;
        padding-top: 30px;
        padding-bottom: 95px;
        padding-left: 34px;
    }
    .section1_con .info p {
        line-height: 23px;
        font-size: 11px;
        padding-left: 33px;
    }
    .section1_box {
        margin-top: 120px;
    }
    .nav_list {
        margin-top: 70px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: auto;
        height: calc(100% - 70px);
    }
    .nav_list li {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 10px;
        border-right: none;
       /* border-bottom: 1px solid rgba(255,255,255,0.2); */
        padding-bottom: 10px;
    }
    .nav_list li:hover{
        padding-top: 10px;
    }
    .nav_list li>a {
        padding-bottom: 0px;
        font-size: 18px;
    }
    .nav_list li dl{
        margin-top: 6px;
    }
    .bigtitle {
        font-size: 20px;
    }
    .subtitle {
        margin-bottom: 25px;
    }
    .subtitle p {
        line-height: 25px;
    }
    .readmore {
        padding: 7px 9px;
        font-size: 13px;
    }
    .section2 .about_ul li a {
       /* background: url(img/about_nav111.png) no-repeat top center;*/
      background: url(img/x_about_nav111.png) no-repeat top center;
        background-size: contain;
    }
    .section2 .about_ul li:nth-of-type(2) a {
        background: url(img/about_nav222.png) no-repeat top center;
        background-size: contain;
    }
    .section2 .about_ul li:nth-of-type(3) a {
        background: url(img/about_nav333.png) no-repeat top center;
        background-size: contain;
    }
    .section2 .about_ul {
        margin-top: 35px;
    }
    .section2 .about_ul li {
        height: 96px;
    }
    .recommend_con .recommend {
        height: auto;
       display: block; 
    }
    .recommend_con .left {
        width: 100%;
        height: 200px;
    }
    .recommend_con .right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .recommend_con .right .title1 {
        font-size: 22px;
    }
    .recommend_con .right .title2 {
        font-size: 22px;
        padding: 13px 0 13px;
    }
    .section3 .ul_title li {
      /*  width: 20%; */
        padding: 9px 5px;
     
    }
    .section3 .ul_title h4 {
        font-size: 12px;
    }
    .section3 .ul_title h5{
        display: none;
    }

    .section3 .ul_title a {
        padding-top: 30px;
        background-size: 30%;
        width: 100%;
    }
    .section3 .ul_title li.on a, .section3 .ul_title a:hover {
        background-size: 30%;
    }

    .section3 .ul_title {
      /*  display: none; */
    }
    .bigtitle2 {
        font-size: 20px;
    }

    .section6 {
        height: 230px;
    }
    .section7 .common {
        width: 100%;
        padding-top: 100%;
    }
    .section7 .common_con {
        padding-top: 6.5%;
    }

    .section7 .bigtitle {
        margin-bottom: 25px;
    }
    .section7 .left .ipt_box input {
        width: 70px;
        line-height: 30px;
    }

    .section7 .subtitle {
        margin-bottom: 20px;
    }
    .footer .contact {
        width: 100%;
    }
    .footer .contact .footer-a {
        padding: 10px 30px 10px 70px;
        background-position-x: 30px;
      /*  margin: 10px 90px 15px; */
      margin: 10px 73px 15px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .middle {
        margin-top: 15px;
        padding: 10px 0;
    }

    .footer .middle {
        margin-top: 15px;
    }
    .Copyright {
        line-height: 20px;
        padding: 7px 0;
    }
    .about1 {
        padding: 28% 0 20.8%;
    }
    .about2 {
        padding: 40px 0 60px;
    }
    .about2 ul li {
        height: 155px;
    }
    .about3 {
        padding: 40px 0 19%;
    }
    .about3 .about3_title {
        font-size: 20px;
        margin: 35px 0 10px;
    }
    .about3 .about3_title2 {
        font-size: 12px;
        margin-bottom: 40px;
    }
    .about4 {
        padding: 40px 0 23.4%;
    }

    .about5 {
        padding: 40px 0 23.4%;
    }
    .inner {
        padding: 23% 0;
    }
    .inner h2 {
        font-size: 20px;
    }

    .inner h3 {
        font-size: 20px;
        margin-top: 5px;
    }
    .note2 {
        padding-top: 30px;
    }
    .note_time {
        display: none;
    }
    .note2_con {
        height: 400px;
      /*  background: url(img/note2_bg.jpg) no-repeat center center; */
        background-size: cover;
    }
    .h_noteIntro_con {
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 36px 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .h_noteIntro .h_noteIntro_item h2 i{
        font-size: 24px;
     
    }
   .h_noteIntro .h_noteIntro_item h2 span{
       margin-left:10px;
     
    }
    .h_noteIntro .h_noteIntro_item h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .h_noteIntro .h_noteIntro_item .title_note {
        font-size: 16px;
        line-height: 23px;
    }
    .h_noteIntro .h_noteIntro_item .info p {
        line-height: 24px;
    }
  
  
  
    .note2 .prev1, .note2 .next1 {
        top: 44px;
    }
 .h_noteIntro .noteIntro_item h2 span{
    font-size: 28px;
    margin-left: 18px;
}
  
  
  
  
  
  
  
  

    .honorslist {
      /*  width: 48%; */
       width: 100%;
    }

    .honorslist:nth-of-type(2n) {
        margin-right: 0;
    }

    .honor2 {
        padding: 30px 0;
    }
    .honorslist_all {
        padding-top: 25px;
    }
    .pro2 .recommend_con .recommend {
        display: block;
        background: #050b29;
        padding: 30px 0;
        margin: 5px 0;
    }




    .proList {
        padding: 20px 0 0px;
    }
    .proList .condition {
        margin-bottom: 10px;
    }
    .proList .condition a {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        margin-left: 5px;
        margin-bottom: 10px;
    }
    .proList .btn_con {
        margin: 20px 0;
    }
    .proList .btn_con button {
        width: 100px;
        padding: 5px 0;
        font-size: 14px;
    }
    .proList .pro_ul li {
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .proList .pro_ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .proList .pro_ul li .info_con {
        padding: 10px;
    }
    .proList .pro_ul li .info_con h4 {
        padding-bottom: 10px;
        font-size: 15px;
    }

    .proList .pro_ul li .info_con .info {
        margin: 10px 0;
    }

    .pro_detail {
      /*  border-top: 55px solid #595757; */
    }
    .detail_con {
        padding: 15px 15px;
        margin: 10px 0;
    }
    .masterInfo .left {
        width: 100%;
        height: 300px;
    }
    .masterInfo .right {
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }
    .masterInfo .classify {
        margin-bottom: 12px;
        margin-top: 15px;
    }
    .masterInfo .btn_all a i {
      /*  padding: 8px 7px 5px 22px; */
        font-size: 12px;
    }
    .masterInfo .btn_all .tab_a i {
        background-position-x: 0px;
    }
    .masterInfo .btn_all .share_a i {
        background-position-x: 0px;
    }
    .masterInfo .btn_all .down_a i {
        background-position-x: 0px;
    }
    .classify_ul li {
        padding-right: 30px;
    }
    .classify_ul li a {
        font-size: 17px;
        padding-bottom: 8px;
    }
    .news1 {
        padding: 20% 0 25.5%;
    }

    .news_ul li {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
       height:200px
    }

    .news_ul li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .news_ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .news_ul .info_con {
      /*  padding: 10px 7px; */
       padding: 44px 7px 0;
    }
    .news_ul .info_con h3 {
        padding-bottom: 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_ul .info_con i {
        font-size: 12px;
    }
    .cooperate2 {
        padding: 30px 0;
    }
    .cooperate2 .title1 {
        font-size: 22px;
    }
    .cooperate2 .title2 {
        font-size: 15px;
        margin: 17px 0;
    }
    .cooperate2 .form_con li {
        margin-bottom: 15px;
        text-align: right;
    }
    .cooperate2 .form_con li span {
        left: 0px;
    }
    .cooperate2 .form_con li input {
        width: calc(100% - 50px);
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .cooperate2 .form_con li textarea {
        font-size: 14px;
        line-height: 25px;
        padding: 10px;
        width: calc(100% - 50px);
    }
    .cooperate2 .form_con li.last_li2 input.submit {
        line-height: 40px;
    }
    .mail_a {
        font-size: 12px;
    }
    .social2 li .left {
        width: 100%;
        padding-top: 50%;
    }
    .social2 ul li .right {
        width: 100%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .social2 ul li .right_con{
        width: 100%;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .social2 ul li .right_con .info2 p{
        text-align: inherit;
    }
    .table_div {
        padding: 0 10px 0px;
    }

    .table_div .title_h3 span, .table_div .title_h5 span {
        width: 30%;
    }

    .table_div .title_h3 span:nth-child(5), .table_div .title_h5 span:nth-child(5) {
       /* width: 10%; */
       width: 40%;
    }

    .table_div li .develop i {
        right: -30px;
    }

    .table_div .title_h3 {
        font-size: 16px;
    }

    .table_div .title_h5 {
            line-height: 20px;
    padding: 12px 0;
    font-size: 12px;
    }

    .table_div ul {
        padding-bottom: 20px;
    }
    .table_div .dedai {
        font-size: 12px;
        padding: 10px 10px 30px;
    }
    .contact_ul li {
        width: 49%;
        margin: 2% 1% 0 0;
        padding-top: 45%;
    }
    .contact_ul li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .contact_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .contact_ul li i {
        height: 38px;
        bottom: 10px;
    }
    .contact_ul li h2 {
        font-size: 11px;
    }
    .help_con {
        padding-top: 30px;
    }
    .help_con .left {
        padding-top: 0;
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .help_con .right {
        width: 100%;
    }
    .help_con .left h4 {
        font-size: 30px;
      margin-top:10px;
    }
    .help_con .left .help_ipt {
        margin: 20px 0 15px;
    }
    .help_con .left .help_ipt .text {
        line-height: 40px;
        padding: 0 50px 0 10px;
    }
    .help_con .left .help_ipt .button {
        height: 40px;
    }
    .help_con .left i {
        font-size: 14px;
    }
    .commonService li img{
        width: 80%;
    }
    .commonService li h4 {
        font-size: 15px;
        padding: 12px 0 9px;
    }
    .commonService li a {
        font-size: 12px;
    }

    .contact_us {
        padding: 30px 0;
    }
    .contact_us h2 {
        font-size: 24px;
    }
    .contact_us h3 {
        font-size: 14px;
        padding: 12px 0 20px;
    }
    .contact_us .common_info input {
        width: 95%;
        margin-right: 0%;
        line-height: 45px;
        padding: 0 10px;
        font-size: 16px;
        margin-left: 10px;
    }
    .contact_us .con_ipt textarea {
        font-size: 16px;
        padding: 10px;
       width: 95%;
       margin-left: 10px;
    }
    .contact_us .con_ipt .checbox_label {
        padding-left: 31px;
        margin-top: 13px;
        font-size: 15px;
    }
    .contact_us .con_ipt .checbox {
        width: 17px;
        height: 17px;
        -webkit-appearance: checkbox;
        position: absolute;
        top: 0px;
       left: 10px;
    }
    .contact_us .con_ipt .submit {
        font-size: 18px;
        padding: 9px 15px 9px 30px;
        margin-top: 25px;
        float: none !important;
        display: block;
        letter-spacing: 15px;
        margin-left: 36%;
    }
.contact1 h2 span {
    font-size: 28px;
}
  
.masterInfo .left img{
  width:228px;
  height:228px;
}
  
  
  	.paly_video{

		margin-right:-78%;
		margin-top: 100%;
	} 
	
	.section1_con2{
		height: 501px;
	
	}
/*股票代码*/
.gp_con{
  font-size:10px;
  margin-left:13%;
  margin-top:36px;
}
  
 /*首页banner 视频*/ 
    .section1_con1{
	height: 504px;
}
.section1_con2{
  height:504px;
}
  .video_box .video_box1{
      width:274px;
      height: 254px;
  } 
 .masterInfo .btn_all a{
	width: 100%;
     
}
   .paly_video{
    margin-top: -20%;
    margin-left: 55%;
  
  }     
  
  .paly_video img{
		width: 43%;
    height:12%;
		
	}
  .video_box .close{
      top: -12px;
      right: -8px;
      width: 33px;
      height: 33px;
  }

  
  
  
  
  
  
  
  
  
  
  /*首页博纳斯威产品*/ 
.inner_recommend_con .title5{
	font-size: 40px;
   line-height: 1.3;
   text-align:center;
   margin-bottom: 10px;
    margin-top: 50px;
}
.inner_recommend_con .title6{
	font-size: 20px;
  text-align:center;
      margin-bottom: 52px;
}
.readmore_box5{
	margin-top:35px ;
  text-align:center;
}
  
  
  .swiper_con_hd	.swiper-button-next1, .swiper-button-prev1 {
			    position: absolute;
			/*    top: 133%; */
			    top:108px;
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat;
				width: 40px;
				height: 25px;
				background-color: #046fb8;

			}
			.swiper-button-next1{
			    right: 100px;
			    left: auto;
			}
			.swiper-button-prev1 {
			    left: 100px;
			    right: auto;
			}
			  
   .section3 .ul_title{
  margin-top: -7px;
   height:126px;
  
} 
  
  
  
  
  /*首页新闻中心  限制字数*/
  .subtitle_text3 p{
       overflow: hidden;
		  text-overflow: ellipsis;
		   display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 6;
  }
  
   /*首页展会*/
  .section6 .swiper-button-next{
    width: 33.7%;
    height: 40%;
    background: rgba(255,255,255,.5);
    right: 0;
    bottom: 0;
    top:92.1%;
}

.section6 .swiper-button-prev{
     width: 33.7%;
    height: 40%;
    background: rgba(255,255,255,.5);
    right: 0;
    bottom: 0;
    top:92.1%;
}
.section6 .gallery-thumbs {
    height: 40%;

}
  .section6{
  
  margin-bottom:56px;
  }  
  /*首页防伪*/
  .section7 .subtitle {
   margin-left: 0%;
    } 
 .section7  .z_subtitle_text1{
   margin-left: 10%;
  
  }
 .section7  .z_subtitle_text2{
   margin-left:39px;
  
  }
  .readmore_box2{
margin-top:43px;
}
  
.section7  .right_common_con{
   margin-top:61px;
  
  }
  
/* 企业文化*/
/*.honor2  .info{
  margin-top: 0px;
  margin-bottom: 60px;
}
.honor2  .info .left_ul{
   width: 100%; 
   margin-left:0;
   margin-top: 10px;
	padding-left: 10px;
   text-align: left;
   margin-right: 0;
}
.honor2  .info  .left_ul p{
	text-align: right;
   display: inline
}


.honor2  .info  .left_ul li h1{
	margin-left: 0;
  display: inline;
}

.honor2  .info ul li{
  margin-top: 27px;
}
.honor2  .info ul li h1{
	font-size: 16px;
	line-height: 1;
  display: inline;
}
.honor2  .info .left_ul li h1{
	line-height: 1;
  display: inline;
}
.honor2  .info .right_ul li h1{
	line-height: 1;
  display: inline;
}


.honor2  .info ul li p{
  font-size: 14px;
  display: inline;
  
}
.honor2  .info .right_ul{
  width: 97.5%; 
  margin-top: 0; 
}   */  
  
  
  /*新闻资讯*/
  .subtitle_text6 p{
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
  } 
  .news1_con1{
    margin-top:20px;
  
  
  }
   .subtitle_text7 p{
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	-webkit-line-clamp:2;
  } 
  /*企业动态*/
  .radius_box{
    width:59px !important;
    height:59px !important;
    margin-top: -34px;
    margin-left: 31%;
  }
  .radius_box h5{
	padding: 14px 0px;
}
.radius_box h5  i{
	font-size: 13px;
}
.radius_box span{
	font-size: 11px;
}
 .news_ul li{
	 margin-top: 51px;
	 margin-bottom: 9px;
 }

.news_ul .info_con {
	padding: 42px 7px 0 ;
}
.news_ul .info_con .point{
	font-size: 16px;
}
.news_ul .info_con p {
	font-size: 7px;
  margin-top:10px;
}

.news_ul .info_con i{
	font-size: 10px;
	margin: 16px 0;
}

.pro_detail {
    margin-top: 41px;
}
/*运营中心*/
  	#allmap {
		width: 100%;
		height:314px;
	}
  .inner_yy{
   margin-top:30px;
  }
  	.list {
	  margin-top:38px ;	  
}

  .cleanfloat li {
	width: 48%;
	margin-right: 6px;	
    margin-bottom:8px;
    height: 179px;
    
}
	.cleanfloat li img {
		width:19px;
		height: 27px;
		margin-top: 29px;
}
   .cleanfloat li h1 {
		font-size: 13px;
}
   .cleanfloat li p {
		font-size: 10px;
	   	padding: 0 10px;
}
	.cleanfloat li:hover img:nth-of-type(2){
		width:19px;
		height: 27px;
		margin-top: 29px;
	}

  /*联系我们 加背景*/
.help{
	margin: 0px 0;
}
  
  .commonService {
  padding-bottom:30px;
  }
  .g_readmore_box{
    margin-top: -5%;
    margin-right:35%;
  }  
 
  
  
  /*首页产品轮播*/
	/*.swiper-button-next1, .swiper-button-prev1 {
			    position: absolute;
			    top: 334%; 
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat;
				width: 40px;
				height: 25px;
				background-color: #046fb8;

			}
			.swiper-button-next1{
			    right: 130px;
			    left: auto;
			}
			.swiper-button-prev1 {
			    left: 130px;
			    right: auto;
			}  */
			  
	/*.section3 .ul_title li:nth-of-type(1) {
      width:0px !important;
		  } */
  .bottom_swiper_hd .swiper-slide-active  a  {
	background: url(img/dot_hover.png) no-repeat top center;
   background-size: 30%;
    
}
  
  .section3{
	/*height: 635px;*/
  
}
 .recommend_con .right .info {
    height: 125px;
    margin-bottom: 20px;
   	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
   }

.recommend_con .recommend{
  padding-top: 39px; 
}

  /*资质荣誉*/
    #wrap{
  height:100% !important;
  } 
   .wrap{
  height:100% !important;
  } 
.honorslist .honortitle span {
    padding: 20px 0 10px;

} 
  .honorslist li h3 {
        line-height: 40px;
    }
  
.honorslist li h3 a {
    line-height: 34px;
    padding: 0px 0; 
}
  .info_bottom{
      margin-bottom: 20px;
  
  }  
  .v_nav_list dl{
  display:none
  }
.list_zk {
    margin-top:-20px ;
	margin-right: 107px;
}
  #x_wrap , #g_wrap,#h_wrap,#f_wrap{
 overflow: hidden;
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*产品中心内页*/
  .bottom_swiper {
    left: 6px;
}
 .swiper-slide-thumb h1 {
    font-size: 10px;
 }
  
  .bottom_swiper li {
    margin-top: 34px;
}
  .swiper-slide-thumb .line{
    width: 6px;
    height: 6px;
    top: 34px;
  
  }  
.bottom_swiper .swiper-slide-active .line {
    border: 2px solid #39a5df;
}
.bottom_swiper li .line1 {
    width: 119px;
    margin-top: 20px;
  
} 
.swiper-slide-thumb img {
    width:8px;
    height:4px;
    margin-left: 44.5%;
    margin-top: 15px;
  padding-bottom:12px;
}
  .swiper_con .swiper-button-next2 {
    position: absolute;
    right: -14px;
    margin-top: 12px;
  }
  .swiper_con .swiper-button-prev {
    left: -8px;
    margin-top: 12px;
  }
 .about_part2_title_ul .about_part2_title_li {
    padding: 4px 6px;
    margin-right: 1px;
    font-size: 12px;
}
  
#x_read-more,#g_read-more,#h_read-more,#f_read-more,#v_read-more{
			   color: #fff;
			   padding: 7px 17px;
			   -webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			   border-radius: 5px;
			   background: -ms-linear-gradient(#036eb8, #2da6e0);
			   background: -webkit-linear-gradient(#036eb8, #2da6e0);
			   background: -o-linear-gradient(#036eb8, #2da6e0);
			   background: -moz-linear-gradient(#036eb8, #2da6e0);
			   background: linear-gradient(#036eb8, #2da6e0);
			
			
			
		}
  
  
  .honor2_con_x{
      padding-bottom: 0;
  
  }
 .honor2_x .info_bottom_x{
    margin-bottom: 0px;
  } 
  
  
  /*重点工程*/
  
 .caselist-box ul {
    width: 92%;
    float: left;
    margin-right:0;
} 
 .caselist li a {
    line-height: 15px;
} 
  .zd_readmore_box{
    margin-top: -15px !important;
    margin-left: -1% !important;
    margin-bottom:36px;
  
  } 
  
  .proList-bg{
    padding: 42px 0 0px;
  
  }
  .proList-bg h3, .caseList h3{
    font-size: 22px !important;
  
  } 
.xmmapleft {
    margin-left: 0px;
  margin-bottom:20px;
}  
  /*首页解决问题*/
  
.section10 {
    padding: 76px 0;
  overflow:hidden;
}  
.video_swiper {
    top: 30px;
}  
 
.video_swiper li  .video_a .title {
    font-size: 14px;
    line-height: 32px;
}    
 .section10_bigtitle2{
    font-size: 12px;
   line-height: 25px;
} 
  
.swiper_section10   .swiper-button-prev10 {
			 /*   position: absolute;
			    top: 20%; 
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat; */
				left: -11px;
	         width: 25px;
	         height: 25px;
	         background: url(img/h_prev10.png);
				 top:14px;

			}
  
  
.swiper_section10   .swiper-button-next10{
     /*        position: absolute;
			    top: 20%; 
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat; */
				right: -11px;
	          width: 25px;
	          height: 25px;
	         background: url(img/h_next10.png);
            top:14px;
  
  
  }
			.swiper-button-next10{
			    right: 130px;
			    left: auto;
			}
			.swiper-button-prev10 {
			    left: 130px;
			    right: auto;
			}  
  
  
  .subtitle_text2 p {
    margin-left: 60px;
}
  
  .section3 .ul_title li:after {
    top: 17px;
  
}
  /*首页弹出视频*/
  
  .video_box_icon .video_box1_icon, .video_box_icon2 .video_box2_icon {
    width: 310px;
    height: 234px;
}
 .contact_ul a .tran_img img {
    width: 70px;
    height: 70px;
    margin-top: -75%;
    margin-left: 27%;
} 
 /*首页产品*/ 
  .recommend_con .left {
    margin-left: 0; 
}
 /*产品详情页*/
  .pro_h1 {
    font-size: 31px;
    margin: 37px 0 0;
}
  .pro_h2 {
    font-size: 25px;
    margin: 10px 0 -3px;
}
.wrap_pro {
    width: 100%;
    margin: 36px 0;
}  
.wrap_pro .pro_img:after, .wrap_pro .pro_img:before {
    top: 202px;
    width: 41%;
}
  .subtitle {
    padding: 0 5%;
}  
  
.subtitle_text1 {
    padding: 0px 42px;
}  
.xmmapright {
     margin-left:0px; 
}
/*首页产品*/  
.section3 .ul_title{
  margin-left:-71px;
  
} 
.section3 .ul_title li:after {
    width: 76%;
    right: -25.9px;
}  
 .swiper_con {
    margin-top: -199px;
} 
/*产品详情页*/
  .swiper_con{
	width: 330px !important;
	margin-top: -116px;
    margin-left:8px;
	}
  .bottom_swiper .swiper-slide-thumb:hover .line{
            width: 6px;
				height: 6px;
           border: 2px solid #39a5df;
						}
#qrcode img{
  display:none;
 }
  .z-wrap{
 height: 100% !important;
  
  }
  
 
  .video-container .video-p {
     width: 80%;
   
}
  .video-container .video_close img{
  width:25px !important;
    display:block;
    opacity:1
  
  }

 /*首页顶部视频*/ 
/*  .banner_container  .video_btn{
    height:500px;
}
.banner_container video  .section1_con1, .section1_con2 {
    height:100%;
} 
  .section1  #video-player {
      height:500px ;
    
    } */
  
  .banner_container   .h_video_btn{
  
   width: 100%;
  
    height: 500px;
     position: relative; 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    overflow: hidden;
  
  
  } 
  
  .banner_container   .h_video_btn #video-player{
    
    object-fit: fill;
    width: 100%;
    height: 100%; 
    position: relative;
  
  
  }
  
 .section1 video {
    height: 500px;
}
  
  
  
  
  
  
  
 .inner_recommend_con p{
  line-height:2;
  font-size:12px;
  padding: 0 5%;
   margin-top:40px;

} 
  
.language a:after{ 
    left: 32px;
}  
.menu_con .share {
  margin-right:31px;
  margin-top: 25px;
}  
  

.masterInfo .btn_all {
 
  margin-top: 10px;
 margin-left: 52%;
  -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
  transform: translateX(-50%);
}  
.masterInfo .left img {
    margin-left:57px;
}  

  .masterInfo .btn_all .bds_more {
    /*  width:100% !important; */
       font-size: 11px;
  
  }
 .masterInfo .btn_all a i {
    padding: 12px 47px 10px 63px;
} 
  
  .masterInfo .btn_all a{
      margin: 6px 6px 6px 0;

  
  }
  
  
  
  .h_line1 {
				border-top: 1px solid #346c85;
				width: 100%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				cursor: pointer;
				margin-top: -5%;
				position: absolute;
			    left:0px;
			} 
  
  
  .right_ul li  .ml{
   text-indent:6.19em;
  
  }
  
 /*table tbody tr td p {
   float: left !important; 
   width: 41%;
}*/
  
  
  .detail_con_new   .info  p iframe{
  width:100% !important;
  height:100% !important;
  } 
  
  .section1_con1 {
  background: url(https://v.bnsv.com/image/default/8FE31033E7B74E4C85854811DA99D558-6-2.jpg) no-repeat center center;
        background-size: cover;

  }  
  .section1_con2 {
  background: url(http://v.bnsv.com/image/default/815573B79A5940F0B8829C181162A36A-6-2.jpg) no-repeat center center;

        background-size: cover;
  }   
  .readmore_h{
    text-align:center;
  }
  .info_h table{
  width:312px !important;
  
  
  }
  
  .info_h  table tbody tr td p {
  
    width: 100%;
}
  
 
  
.new_time {
    font-size: 11px;
    margin: 20px 0;
    padding-bottom: 20px;
}
 .new_source, .new_editor {
    margin-left: 20px;
} 
  .info_new_h  p  video{
  
  width:100% !important;
  
  }
  
 .info_new_h table {
    width: 313.99px !important;
} 
  .h_gp_con{
      margin-right: 53px;
    margin-top: 33.9px;
    color: #FFFFFF;
    font-size: 13px;
  
  }  
 .menu .menu_icon {
    margin-top:-42px;
    left: 0px;
}   
  
  .language{
    margin-top: -47px;
  
  
  }  
  
 .language a {
    height: 31px;
} 
 
.language a:after {
    top: 8px;
}
 .info_hh p{
		width: 100% !important;
		height:100% !important;
		text-align: center;
	}
	.info_hh p img{
		height: 100% !important;
      width:313px !important;
	}
  
  
 .info_iphone p{
		width: calc(100% - 110px);
		    line-height:32px;
		    background: #fff;
		    color: #060347;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
			 font-size: 14px;
			 padding: 10px 0;
	}
	.info_iphone h1{
		padding: 16px ;
		font-size: 16px;
		color: #00a0e9;
		line-height: 1.2;
		font-weight: 600;	
		
	} 
  
  .h_nav_list li:hover dl {
		display:none;
} 

/* .info_hh	table {
	transform: scale(0.55) !important;
  width:235px !important;
   height: 100%;
	margin-left: -38%;
	margin-top: -50px;
 

} */
  .info_hh	table{
    table-layout: fixed;
    word-break: break-all;
  
  
  }

 .wrap_pro .pro_img {
    border-left: 110px solid #009ee4;
    border-right: 110px solid #009ee4;
} 
  
 .masterInfo .btn_all .tab_a{
   background: url(img/tab_h1.png) no-repeat center center;
   width: 130px;
    height: 50px;
    background-size: 100%;

}
.masterInfo .btn_all .tab_a:hover{
   background: url(img/tab_h2.png) no-repeat center center;
  background-size: 100%;

}
.masterInfo .btn_all .bds_more{
     background: url(img/share_h1.png) no-repeat center center;
   width: 130px;
    height: 50px;
    background-size: 100%;
}
.masterInfo .btn_all .bds_more:hover{
     background: url(img/share_h2.png) no-repeat center center;
  background-size: 100%;
}
.masterInfo .btn_all .down_a{
   background: url(img/down_h1.png) no-repeat center center;
   width: 130px;
    height: 50px;
    background-size: 100%;

}
.masterInfo .btn_all .down_a:hover{
   background: url(img/down_h2.png) no-repeat center center;
  background-size: 100%;

} 

  
  
}
@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }
  .menu_con .share {
  margin-right:31px;
  margin-top: -22px;
}  
 
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 608px){
  
 .menu_con .share {
    margin-right: 33px;
    margin-top: 22px;
}
 
 
  
}


@media screen and (max-width:900px) {
   .recommend_con .left {
    width: 100%;
    margin-left:0px;
}

}

	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
			.recommend_con .recommend {
			    height: 400px;
			    display:none; 
			}
			 .section3 .ul_title {
			    margin-left: -5px;
			    margin-bottom:10px;
			    margin-top:0px;
			    height: 0px;
			}
			 .section3 .ul_title li {
			    /* width: 20%; */
			    padding: 7px 5px;
			}
			.section3 .ul_title li {
			    width: 11%;
			}
			.section3 .ul_title {
			    margin-top: 3px;
			   
			} 
			
			
			.footnav_ul li {
			    margin-right:72px;
			}  
			.footer .contact a {
			    padding: 10px 58px 10px 84px;
			    margin: 10px 23px 15px;
			}  
			.footer .contact {
			    width: 33%;
			}  
			  
			.menu_con .share {
			    margin-right: 91px;
			    margin-top: 28px;
			}  
			
			 .wrap_pro .pro_img:after, .wrap_pro .pro_img:before {
			    top: 232px;
			    width: 41%;
			}
			  
			 .masterInfo .btn_all a {
			    width:44%;
			} 
			 .paly_video {
			    margin-top: -11%;
			    margin-left: 73%;
			} 
			  .paly_video img {
			    width: 49%;
			    height: 12%;
			}
			  
			.gp_con {
			    font-size: 15px;
			    margin-left: 63%;
			    margin-top:28px;
			}  
			  .menu_icon .line {
			  top: 26px;
			  
			  }  
			 .menu i {
			    line-height: 52px;
			} 
			 .share .bdsharebuttonbox a {
			    height: 25px;
			} 
			.language {
			    margin-top:0px;
			}  
			  
			.honor2 .info ul li {
			    margin-top: 8px;
			}
			.honor2 .info .left_ul li h1 {
			    line-height: 2;
			}  
			.honor2 .info .right_ul li h1 {
			    line-height: 2;
			}  
			.honor2 .info .left_ul {
			   width: 42%;
			    margin-left: -97px;
			    margin-top: -17px;
			    margin-right: 9px;
			}
			  .honor2 .info .left_ul li:nth-of-type(3), .honor2 .info .left_ul li:nth-of-type(4){
			  margin-top:33px;
			   }  
			
			  
			  
			  .honor2 .info .right_ul {
			    width: 28%;
			    margin-top: -41.5%;
			}
			  
			  /*首页*/
			 
			  
			  .menu_con .share{
			   margin-top:20px;
			    margin-right: 0;
			    
			}
			  
			
			.share .bdsharebuttonbox a{
			    margin: 0;
			    padding: 0;
			    width: 25px;
			    height: 30px;
			}
			
			
			.language a{
			    width: 30px;
			    height: 30px;
			}
			.language a:after{
			    top: 9px;
			    left: 0;
			    width: 1px;
			    height: 14px;
			 
			}
			.menu .menu_icon{
			   margin-top: 0;
			  width: 20px;
			
			}
			.menu i {
			    line-height: 21px;
			}
			
			
			/*三条横线*/
			.menu_icon .line {
			    top:9px; 
			}
			.section2 .about_ul li {
			    height: 157px;
			} 
			 .honor2 .info ul li h1 {
			    font-size: 18px;
			} 
			.honor2 .info ul li p {
			    font-size: 13px;
			}  
			.inner h2 {
			    font-size: 31px;
			}  
			 .inner h3 {
			    font-size: 30px;
			   
			} 
			
			  
			
			.masterInfo .left img {
			    width: 270px;
			    height: 270px;
			    margin: 100px 41px;
			}
			
			  
			  
			.news_ul .info_con {
			    padding: 42px 25px 0;
			}
			.radius_box {
			    margin-left: 41%;
			}  
			  
			.info_new_h table {
			   width: 742px !important;
			}  
			.detail_con {
			  padding: 15px 111px;
			}
			  
			  
			  
			 .detail_con_new .info p iframe {
			  width:640px !important; 
			  height: 440px !important;
			}  
			  
			.note_time {
			    display:block;
			} 
			 .note_time {
			    height: 500px;
			} 
			 
			.note2_con {
			    height: 500px;
			} 
			  .note_time span i{
			   font-size: 17px;
			   right: -83px;
			   top: -21px;
			  }  
			.note_time .icon1 {
			    top: 10%;
			    left: 13.8%;
			}  
			  .note_time span {
			    width: 27px;
			    height: 27px;
			  
			  } 
			 .note_time .icon2 {
			    top: 23.5%;
			    left: 17%;
			} 
			 .note_time .icon3 {
			    top: 28%;
			    left: 30%;
			} 
			.note_time .icon4 {
			    top: 43.7%;
			    left: 31.2%;
			}  
			.note_time .icon5 {
			    top: 56.8%;
			    left: 34.4%;
			}
			.noteIntro .noteIntro_item h2 i, .h_noteIntro .h_noteIntro_item h2 i {
			    font-size: 36px;
			}  
			  
			  
			
			 .noteIntro_con {
			    width: 443px;
			    padding: 0 44px;
			} 
			
			
			
			
			.masterInfo .btn_all {
			    margin-left: 0%;
			    margin-top: 10px;
			} 
			.info_h table {
			    width: 513px !important;
			}  
			.contact_ul a .tran_img img {
			    margin-top: -64%;
			    margin-left: 35%;
			}
			.inner {
			    padding: 19% 0;
			}  
			
			.contact_us {
			    padding: 30px 15px;
			}  
			
			  .info_bottom_x {
			   font-size: 15px;
			  
			  } 
			  .honor2  .info{
			      font-size: 13px;
			  
			  }
			  
			  .table_div .title_h3 span, .table_div .title_h5 span {
			    width: 22%;
			}
			.table_div .title_h3 span:nth-child(5), .table_div .title_h5 span:nth-child(5) {
			    width: 12%;
			}  
			.g_readmore_box {
			    margin-top: -22%;
			   margin-right:0;
			}  
			
			.recommend_con .left {
			    width: 46%;
			    margin-left: 34px;
			}  
			 	
			.section2 {
			    padding: 73px 0 70px;
			    margin: 5px 0;
			  
			  
			  
			  
			}
			
			
			.social2 ul li .right_con .info, .social2 ul li .right_con .info p {
			    line-height: 23px;
			}
      .masterInfo   .btn_all  .bds_more i {
    padding: 12px 39px 10px 63px;
}
     

			
		}
		


@media screen and (max-width>1920px) {
    .subtitle_text1 {
    padding: 0px 17.6%;
}
}



