@charset "UTF-8";
h2, h3, h4 {
    text-align: center;
}

h1 {
    text-indent: -999px;
    float: left;
    margin: 0;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}

/*导航*/
.navbar-collapse>.nav>li>a:hover, .nav>li>a:focus{
    background-color: rgb(255 255 255 / 0);
}
.navbar{
    position: relative;
    height: 84px;
    margin-bottom: 0px;
    padding-top: 20px;
    border: 1px solid transparent;
    z-index: 10;
    border-bottom: solid 1px rgb(185 185 185 / 0.2);
}

.navbar-toggle .icon-bar{
    border-bottom: 1px #fff solid;
    height: 4px;
}


.nav_inner_search{
    line-height: 24px;
    display: inline-flex;
    padding-top: 15px;
}
.nav_right_search .line{
    width: 1px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    margin-left: 35px;
} 
.navbar-form {
     margin-top: 5px;
     margin-bottom: 0;
     border:none;
}

header .navbar {
    margin-bottom: 0;
}
header nav .nav li a {
    color: #000;
}

header nav .nav li a:hover {
    background: #fff;
    color: #3884c0;
    border-bottom: solid #05aec7 2px;
}

header nav .nav .active {
    border-bottom: solid #05aec7 2px;
    color: #3884c0;
}

header nav .logo {
    width: 153px;
    height: 50px;
}

.banner .banner_index_swiper img {
    vertical-align: middle;
    max-width: 100%;
    height: 100%;
    width: 100%;;
}

.inner_container{
    max-width: 1500px;
    margin: auto;
}
.carousel{
    height: 850px;
}

/* 轮播banner */
.banner_index_swiper{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    top: 0px;
}
.banner_index_swiper .swiper-pagination{
    position: relative;
    top: 0px;
    margin-top: -200px !important;
}
.banner_font{
    position: absolute;
    /* top: 40%; */
	top: 0px;
	padding-top: 13%;
    z-index: 99;
    width: 100% !important;
    text-align: center;
    color: #fff;
    /* height: 200px; */
	background-color: rgb(51 51 51 / 0.3);
}
.banner_font p:first-child{
    font-size: 53px;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    margin-bottom: 30px;
}

.banner_font p{
    font-size: 26px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}
.banner_font button{
    font-size: 16px;
    width: 155px;
    height: 38px;
    line-height: 38px;
    background-color: #0083ce;
    border: none;
    border-radius: 30px;
    margin-top: 30px;
    outline: none;
}

.profuile {
    padding-bottom: 80px;
}
.profuile .look_detail_btn span{
    cursor: pointer;
}
.profuile embed {
    width: 100%;
    border: solid #eee 1px;
}
.profuile h2 {
    padding-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
    color: #000000;
    font-size: 40px;
}
.profuile img {
    width: 100%;
}
.profuile h6 {
    border-bottom: solid 3px #3884c0;
    width: 50px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.profuile p {
    font-size: 16px;
    margin-bottom: 0;
    color: #959595;
}
.profuile .h_min{
    margin-bottom: 65px;
}
.profuile .mar_top{
    margin-top: 35px;
}
.profuile .bgcolor {
    padding: 50px 36px;
    font-size: 16px;
    margin-bottom: 0;
    background-color: #f4f4f4;
    color: #888888;
    height: 431px;
    font-size: 16px;
}
.profuile .bgcolor .p_title{
    font-size: 24px;
    color:#000000;
    font-weight: bold;
    
}
.profuile .bgcolor span{
    color:#1390d8;
    font-weight: bold;
}
.profuile .bgcolor ul,.profuile .bgcolor .list-style{
    margin-top: 40px;
    
}
.profuile .bgcolor ul li,.profuile .bgcolor .list-style p{
    line-height: 30px;
}
.profuile .bgcolor ul li,.profuile .bgcolor .list-style p span{
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #888;
    border-radius: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.profuile .bgcolor .look_more,.look_more .look_more a ,.look_more a:hover{
    color: #0092e6;
    text-align: left;
}
.profuile  .product_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}
.profuile  .product_wrap img{
    position: absolute;
    width: 433px;
    height: 235px;
    top: -266px;
    right: 10px;
}
.profuile .bgcolor .look_more img,.look_more img{
    width: 22px;
    height: 22px;
    margin-left: 4px;
    vertical-align: top;
}
.look_detail_btn{
    text-align: center;
    margin-top: 60px;
}
.look_detail_btn span{
    color: #0092e6;
    font-size: 18px;
    border: solid 1px #0092e6;
    border-radius: 30px;
    width: 147px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
}
/* 行业应用 */
.products {
    background-image: url('../img/main/application_bg.png');
    padding-top: 115px;
    padding-bottom: 40px;
    text-align: center;
}

.products #myTabContent {
    text-align: center;
    margin-top: 135px;
}
.products #myTabContent #home{
    position: relative;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    position: absolute !important;
    left: -20px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    position: absolute !important;
    right: -20px !important;
}
.products #myTabContent p {
    margin-top: 10px;
    font-size: 13px;
}

.products #myTabContent img {
    height: 235px;
}

.products h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 40px;
}
.products .product_intro{
    color: #959595;
    font-size: 16px;
}

.products h2 a {
    color: #fff;
}


.products .nav > li > a:hover {
    color: #000;
}

.products #myTabContent div a {
    width: 160px;
    height: 160px;
    color: #e2e2e2;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}

.products #myTabContent div a:hover {
    text-decoration: none;
    color: #fff;
}

.products #myTabContent div a img {
    width: 100%;
    height: 100%;
    border-radius: 80px;
    cursor: pointer;
    transition: all 2s ease 0s;

}
.products #myTabContent div a img:hover{
    width: 100%;
    height: 100%;
    border-radius: 80px;
    background-color: #f36814;
    transition-duration:0.5s,0.5s
}
.products #myTabContent div a p {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 20px;
}
.products #myTabContent div a p:last-child{
    color:#a5a5a5;
    font-size: 16px;
    margin-top: 28px;

}
.products #myTabContent div a .products-pmbb {
    border-bottom: solid #909090 1px;
    padding-bottom: 10px;
}
.swiper-button-next, .swiper-button-prev{
    top: 23%;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
   background-color: #f36814;
   transition-duration:0.5s,0.5s

}

.about {
    padding-top: 120px;
    padding-bottom: 190px;
    background: #f0f0f0;
}
.about .aboutvideo{
    
    outline: none;
    max-height: 450px;
}
.about ul li{
    list-style: none;
    text-align: left;
}
.about_form .hrs{
    width: 5%;
    height: 3px;
    margin: 20px auto;
    background: #3884c0;
}
.about li p{
    font-size: 15px;
}
.about .about_title{
    font-size: 40px;
    font-weight: bold;    
}
.about .about_p{
    padding-top: 11px;
    padding-bottom: 11px;
}

.about .complany_intro{
    line-height: 36px;
}

.about .company_flex{
    display: inline-flex;
    margin-top: 80px;
}
.about .company_flex div{
    position: relative;
    flex: 1;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
}
.about .company_flex div .behide{
    opacity: 0;
    position: absolute;
    left: 0px;
    transition: all 1s ease 0s;

}
.about .company_flex div .behide:hover{
    opacity: 1;
}
.about .company_flex div span{
    font-size: 20px;
    margin: 0px 30px 0px 5px;
}
.inner_l{
    margin-right: 45px;
}
.inner_l p img{
    width: 22px;
    height: 17px;
}
.inner_r{
    width: 100%;
}
.inner_r img{
    display: inline;
    width: 100%;
}

.about p {
    font-size: 14px;
}

.about ul li {
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 15px;
}

.about h2 a {
    color: #000;
    font-weight: bold;
}

.about h2 a:hover {
    color: #3984c0;
}

.about h3 a {
    color: #000;
    padding-top: 10px;
}

.about h3 a:hover {
    color: #3984c0;
}


.join {
    padding: 80px 0px 108px 0px;
}
.join .news_title{
    font-size: 40px;
    font-weight: bold;
}
.join .more_link{
    font-size: 18px;
    text-align: right;
    margin-top: 30px;
    cursor: pointer;
}
.join .news_wrap {
    margin-top: 35px;
}
.join .news_wrap .news_inner{
    flex: 1;
    height: 440px;
    border-bottom: solid 1px #e6e6e6;
}
.join .news_wrap .news_inner img{
    width: 100%;
}
.join .news_wrap .news_inner:nth-child(2){
   margin: 0px 75px;
}

.join .news_wrap .news_inner .j_title{
    color: #0087d2;
    font-size: 16px;
    font-weight: bold;
    margin-top: 28px;
}
.join .news_wrap .news_inner .j_title span{
    color: #9f9e9e;
    font-weight: normal;
    float: right;
}
.join .news_wrap .news_inner .j_content{
    font-size: 22px;
}
.news {
    padding-top: 60px;
    padding-bottom: 105px;
    background-image: url(../img/main/parner_bg.png)
}
.news .banner_index {
    text-align: center;
}
.news .banner_index img{
    cursor: pointer;
    transition: all 2s ease 0s;

}

.news .banner_index img:hover{
    transform: scale(1.1);
    transition-duration:0.5s,0.5s;
}
.swiper-pagination{
    position: relative;
    top: 0px;
    margin-top: 40px;

}

.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color:  #aeaeae;
    list-style-type: none;
}
.swiper-pagination-bullet-active{
    width: 43px;
    height: 14px;
   background-color:  #f36814;
   border-radius: 30px;
   border: none;
}
.banner_index .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    border: solid 2px #0083ce;
    list-style-type: none;
    background-color: #f0f0f0;

}
.banner_index .swiper-pagination-bullet-active{
    border-radius: 30px;
    background-color:  #0083ce;
    border: none;
}
.news h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}
.news .news_intro{
    color: #959595;
    font-size: 16px;
    text-align: center;
}
.news h2 a {
    color: #000;
    margin-bottom: 20px;
}

.news h4 a {
    color: #000;
    padding-top: 10px;
}



@media (max-width: 1700px){
    .carousel{
        height: 750px;
    }
    .banner_index_swiper .swiper-pagination{
        margin-top: -165px !important;
    }
}
@media(max-width:1550px){
    .carousel{
        height: 600px;
    }
  
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        position: absolute !important;
        left: -50px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        position: absolute !important;
        right: -20px !important;
    }
    .news .banner_index img{
        height: 120px;
    }

    .profuile .product_wrap img{
        position: absolute;
        width: 290px;
        height: 182px;
        top: -206px;
        left: 25px;
    }
    .inner_r{
        margin-left: 0px;
    }
    .profuile .bgcolor {
        padding: 40px 36px;
        margin-bottom: 0;
        background-color: #f4f4f4;
        color: #888888;
        height: 520px;
        font-size: 16px;
    }
    .about .company_flex div img{
        width: 60px;
        height: 60px;
    }
    .about .company_flex div span{
        font-size: 15px;
    }
    
    .banner_index_swiper .swiper-pagination{
        margin-top: -100px !important;
    }
}
@media (min-width: 1500px){
    .container {
        width: 1500px;
    }
    
    .col-md-3{
        width: 100%;

    }
    .profuile .product_wrap img{
        position: absolute;
        width: 400px;
        height: 220px;
        top: -266px;
        right: 10px;
    }
}
@media (max-width: 1400px) {
    .carousel{
        height: 550px;
    }
   /* .banner_font{
        top: 30%;
    } */
    .banner_index_swiper .swiper-pagination{
        margin-top: -90px !important;
    }
    .banner_font p:first-child{
        font-size: 30px;
    }
}


@media (max-width: 1200px) {
    .carousel{
        height: 450px;
    }
    .news .banner_index img{
        height: 80px;
    }
    .about .company_flex div img{
        width: 45px;
        height: 45px;
    }
    .about .company_flex div span{
        font-size: 13px;
    }
    .about .company_flex{
        margin-top: 40px;
    }
    .profuile .product_wrap img{
        position: absolute;
        width: 290px;
        height: 182px;
        top: -190px;
        left: 25px;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        line-height: 1;
        height: 432px;
    }
    .about_form form {
        height: 455px;
    }
    .banner_img>img{
        height: 400px!important;
    }
    .profuile p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 2em;
        color: #4c4944;
    }
  
    .profuile img {
        width: 100%;
    }
    .pr_rongyv{
        padding: 20px 0 40px  0;
        background: #f2f2f2;
    }
    .pr_rongyv h2{
        margin-top: 10px;
        font-size: 20px;
        font-weight: 600;
    }
    .pr_rongyv h3{
        font-size: 18px;
        color: #626262;
    }
    .pr_rongyv p{
        color: #626262;
        width: 100%;
        margin-left: 0;
    }

    .products #myTabContent div img {
        width: 221px;
        height: 177px;
    }

    .about .aboutry img {
        height: 100px;
    }

    .about .aboutwh img {
        width: 22px;
    }
    .about_form{
        height:500px;
    }
    .products {
        text-align: center;
    }
    .profuile {
        padding-bottom: 66px;
        padding-top: 30px;
    }
    
}

@media (max-width: 1025px) {
    .banner_font p:first-child{
        margin-bottom: 20px;
    }
    .banner_font button{
        margin-top: 0px;
    }
    .banner_index_swiper .swiper-pagination{
        margin-top: -50px !important;
    }
    .carousel{
        height: 300px;
    }
    .about .company_flex div span{
        margin: 0px 5px 0px 5px;
    }
    .inner_l{
        margin-right: 0px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        position: absolute !important;
        left: -30px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        position: absolute !important;
        right: -30px !important;
    }
    .profuile h2 ,.about .about_title,.products h2,.join .news_title,.news h2{
        font-size: 30px;
    }
   
    .products ul {
        margin-bottom: 40px;
    }
    .products #myTabContent div a{
        width: 120px;
        height: 120px;
    }
    .products ul li a {
        padding: 7px 21px;
    }

    .products div img {
        height: 160px;
    }

    .news div img {
        height: 90px;
    }

    .join img {
        height: 150px;
    }

    .products #myTabContent div a p {
        text-align: left;
    }
    .look_more,.about .about_title,.about p{
        text-align: left;
    }
   
}
@media (max-width: 970px) {
   
    .about .company_flex{
        float: left;
        margin-bottom: 20px;
    }
    
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        line-height: 1;
        height: 370px;
    }
    .join .news_wrap .news_inner{
        height: 310px;
    }
    .news{
        padding-bottom: 60px;
    }
    .swiper-pagination{
        margin-top: 60px;
    }
    .about{
        padding: 60px 0px;
    }
    .about .company_flex{
        margin-top: 40px;
    }
    .about .complany_intro{
        text-align: left;
    }
    .inner_r{
        margin-left: 0px;
    }
    .news div img {
        height: 45px;
        width: 100%;
    }
    
    header .nav a {
        padding: 12px 10px;
        font-size: 12px;
    }
    .products #myTabContent img {
        width: 100%;
        height: inherit;
    }

    .about {
        text-align: center;
    }

    .about .aboutry img {
        width: 100%;
        height: 260px;
    }

    .about .aboutwh img {
        height: inherit;
    }
    .profuile .bgcolor p{
        font-size: 20px;
    }
}


@media (max-width: 750px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        position: absolute !important;
        left: -10px !important;
        width: 20px;
        height: 20px;
        top: 55px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        position: absolute !important;
        right: -10px !important;
        width: 20px;
        height: 20px;
        top: 55px;

    }
    .join{
        padding: 0px;
    }
    .products{
        padding-top: 10px;
    }
    .products .product_intro{
        font-size: 14px;
    }
    .profuile .h_min,.join .more_link{
        padding: 0px 20px;
    }
   
    
    .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
        border:none;
    }
    .inner_r{
        margin-left: 0px;
    }
    .banner_img>img {
        height: 190px!important;
    }
    .products #myTabContent div a{
        width: 50px;
        height: 50px;
    }
    .swiper-slide div{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
		padding-top: 20%;
    }
    .products #myTabContent div a p{
        font-size: 12px;
    }
    .products #myTabContent div a p:last-child{
        display: none;
    }
    .products h2{
        margin-bottom: 10px;
    }
    .about_form {
        height: 564px;
    }
    .about_form form {
        height: 528px;
    }
  
    .about .row .aboutry .about-aj img {
        height: 233px;
    }
    .about ul{
        padding-left: 0;
    }
    .about ul li{
        padding-left: 0;
    }

    .products #myTabContent div p {
        text-align: center;
        font-size: 16px;
    }

    .products #myTabContent div img {
        height: 233px;
        margin-top: 20px;
    }
    .join{
        padding: 30px 0px;
    }
    .join div img {
        height: 208px;
    }
    .join div time {
        height: 60px;
    }
    .join .news_wrap .news_inner .j_content{
        font-size: 18px;
        text-align: left;
    }
    .join .news_wrap .news_inner .j_title{
        text-align: left;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        line-height: 1;
        height: 188px;
    }
    .about .aboutwh img {
        width: 22px;
    }
    .aboutwh p{
        text-align: left;
    }
    .profuile .le{
        text-align: left;
    }
    .profuile .cen{
        text-align: center;
    }
    .join p{
        text-align: center;
    }
    .news .cen{
        text-align: center;
        margin-bottom: 20px;
    }
    h2{
        font-size: 22px;}
    h3{
        font-size: 20px;
    }
    .products #myTabContent div a p {
        text-align: center;
    }
    .produ
    p {
        text-align: center!important;
    }

    header ul li a {
        text-align: center;
    }

    header p {
        display: none;
    }

    header .navbar-toggle {
        border: solid #000 1px;
    }

    header .navbar-toggle span {
        border-bottom: 1px #000 solid;
    }

    .products img {
        display: block;
        margin: 0 auto;
    }

    .products p {
        width: 70%;
        margin: auto;
    }

    
    .about .aboutry img {
        width: 100%;
        height: 111px;
    }
    .products #myTabContent{
        margin-top: 0px;
    }
    .products{
        padding-top: 40px;
    }
    .about .company_flex div span{
        font-size: 14px;
        margin: 0px 10px 0px 5px;
    }
    .about .company_flex{
        margin: 20px 0px;
    }
   /* .banner_font{
        top: 24%;
    } */
    .banner_font p:first-child{
        font-size: 24px;
        margin: 10px;
    }
    .banner_font button{
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    .banner .banner_index_swiper img{
        height: 300px;
    }
    .swiper-pagination-bullet-active{
        width: 36px;
    }
    .swiper-pagination-bullet-active{
        height: 11px;
    }
   
}
@media(max-width:680px){
   
    .news .banner_index img{
        height: 45px;
    }
}
@media (max-width: 450px) {
    
    .banner_font p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .profuile h2{
        padding-bottom: 10px;
        margin-top: 0px;
        font-size: 32px;
    }
    .profuile .h_min{
        margin-bottom: 0px;
    }
    .banner_index_swiper .swiper-pagination{
        margin-top: -40px !important;
    }
    .profuile .bgcolor ul{
        margin-top: 0px;
    }
    .about .company_flex div span{
        margin: 0px;
    }
    .about .company_flex div img{
        width: 27px;
        height: 27px;
    }
    .profuile .bgcolor{
        padding: 20px;
        height: auto;
    }
    .profuile .product_wrap img{
        width: 250px;
        height: 160px;
        position: static;
    }
    .about .company_flex div{
        margin-right:10px;
    }
    .join .news_wrap .news_inner{
        height:auto;
    }
}

