/*分页*/
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > a:active {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #888888;
    text-decoration: none;
    background:none;
    border: 1px solid #aaaaaa;
    margin:0 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1d2088;
    border-color: #1d2088;
}
.page{
    text-align: center;
    /* margin-top: 30px; */
}
.nav > li > a{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* 首页 */
header{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 1001;
    background:rgba(0,0, 0, 0.2);
}
.header::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: #343638;
    position: absolute;
}
.navbar-default{
    background: none;
    border: none;
}
.navbar{
    margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: none;
    color: #fff;
    border-bottom: 1px solid #3639a0;
}
.navbar-default .navbar-nav > .active > a:hover{
    color: #fff;
}
.nav>.lianxi>a{
    padding: 18px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.navs li a:hover,.navs li a:focus,.navs li a:active,.navbar-right a:hover,.navbar-right a:focus,.navbar-right a:active{
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a{
    color: #fff;
}
.navbar-brand{
    padding: 14px 15px;
}
.lianxi img{
    margin-right: 15px;
}
.navbar-nav >.language a{
    border-radius: 20px;
    padding: 2px 9px;
    border: 1px solid #fff;
}
.navbar-nav >.language{
    padding: 18px 15px;
}
.nav li{
    position: relative;
}
.services .swiper-slide{
    box-shadow: 0 0 65px #655e5e;
}
.services .swiper-container{
    padding: 40px 0;
}
.navdown{
    position: absolute;
    background: #fff;
    top: 69px;
    left: -50%;
    width: 200%;
    text-align: center;
    display: none;
    z-index: 9999;
}
.navdown p{
    padding: 15px 0;
}
.navdown p a{
    color: #666666;
}
.bannericon{
    display: flex;
    flex-wrap: wrap;

}
.bannericon>li{
    flex: 0 0 33%;
    text-align: center;
    position:relative;
    padding: 15px 0;
}
.bannericontext{
    margin: 5px 0;
    color: #666666;
}
.navdown p a:hover{
    color: #3639a0  !important;
}
.language img{
    vertical-align: -2px;
    margin-right: 8px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
    margin-right: 60px;
}
.banner{
    position: relative;
}
.banner .swiper-slide{
    position: relative;
}
.banner .banner_text{
    position: absolute;
    left: 50%;
    top: 50%;
   transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    
}
.banner_text h2{
    margin-bottom: 10px;
    font-size: 33px;
}
.bannericonline{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #3639a0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.bannericon{
    position: absolute;
    width: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    z-index: 999;
}
.wrap>.list{
    padding: 20px 0;
}
.wrap>.list:nth-child(odd){
    background: #dcd8d8;
}
.wrap>.list:nth-child(even){
    background: #fff;
}
.publictitle{
    text-align: center;
    padding: 15px 0;

}
.fananrightlist>p{
    padding-bottom: 5px;
}
.publictitle div{
    font-size: 24px;
    color: #000000;
    margin-bottom: 5px;
}
.services{
    padding: 0px 200px;
    position: relative;
    margin: 0px 0 10px 0;
}

.servicesimg{
    padding-top: 45px;
    padding-bottom: 30px;
}
.servicesname{
    font-size: 18px;
    color: #000000;
    padding: 0 15px;
}
.servicesdesc,.servicescontent{
    color: #a9a9a9;
    padding: 0 15px;
}
.servicesdesc{
    margin: 5px 0;
    padding: 0 15px;
}
.servicesint{
    padding: 30px 15px;
}
.servicesint span{
    display: inline-block;
    background: url(../img/service_bg.png) no-repeat;
    background-size:100% 100%;
    background-position: center center;
    padding: 5px 15px;
    color: #999999;
}
.servicesmore{
    background: #3639a0;
    color: #fff;
    padding: 15px;
    position: relative;
    text-align: left;
    display: none;
    border-radius: 0 0 15px 15px;
}
.servicesmore img{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  
   
}
.services .swiper-slide{
    border-radius: 20px;
    padding: 30px 0;
}
.servicescontent{
    display: none;
}
.services .swiper-slide-active .servicesmore,.services .swiper-slide-active .servicescontent{
    display: block;
}
.services .swiper-slide-active{
    padding: 0 0;
}
.productimg span img{
    width: 100%;
    transition: 2s;
}
.productimg span{
    display: block;
    overflow: hidden;
    width: 100%;
}
.productimg{
    position: relative;
}
.productname{
    text-align: center;
    padding: 15px 0;
    color: #000;
}
.productimgjia{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(130,132,184,0.5);
    display: none;
}
.productimgjia img{
   
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product_list{
    padding-top: 20px;
}
.product_list>li:hover .productimg img{
    transform: scale(1.4);
}
.product_list>li:hover .productimgjia{
    display: block;
}
.more{
    text-align: center;
    margin-top: 30px;
}
.more a{
    color: #999999;
    padding: 15px 60px;
    border: 1px solid #eaeaea;
    display: inline-block;
}
.fananul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.fananleft{
    flex: 0 0 20%;
    border-right: 1px solid #515764;
    text-align: center;
}
.fananleftlist{
    padding: 20px 0;
    cursor: pointer;
    margin-bottom: 15px;
}
.fananleftlist a{
    color: #95989d;
}
.fananleft .active a{
    color: #fff;
}
.fananleft .active{
    border-right: 2px solid #d5a57a;
    background-image: linear-gradient(to right, rgba(41, 49, 65, 0.4) 30%, rgba(66, 66, 73, 0.3) 40%, rgba(89, 80, 79, 0.7) 98%); 
}
.fananright{
    flex: 0 0 78%;
}
.fananrightimg img{
    margin-right: 5px;
}
.fananrighttitle{
    padding: 30px 0;
}
.fananrighttitle span{
    display: inline-block;
    color: #d5a57a;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5a57a;
}
.fananrightname{
    color: #fff;
    padding-bottom: 15px;
}
.fananrightcontent{
    color: #999999;
    padding-bottom: 15px;
}
.fananrightmore{
    padding: 15px 0;

}
.fananrightmore a{
    color: #fff;
}
.fananright>div{
    display: none;
}
.fananright>div:nth-child(1){
    display: block;
}

.index_news_wrap{
    margin-top: 30px;
}
.index_news_left{
    width: 38%;
    background: #f6f6f6;
    padding: 30px;
}
.index_news_right{
    width: 57%;
    margin-left: 5%;
}

.index_news_left_img img{
    width: 100%;
    /*transition: 2s;*/
}
.index_news_left_title{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.index_news_left_content,.index_news_left_time{
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}
.index_news_right_img{
    padding: 0;
}
.index_news_right_img img{
    width: 100%;
    transition: 2s;
}
.index_news_left a{
    display: block;
}
.index_news_right a{
    display: block;
}
.index_news_right>div .index_news_right_img span,.introduce_list_img span,.type_item_img span{
    display: block;
    overflow: hidden;
}
.index_news_left .index_news_left_img span{
    display: block;
    overflow: hidden;
}

.index_news_right>div:hover .index_news_right_img img,.introduce_list>li:hover img,.type_item:hover img{
    transform: scale(1.4);

}
.index_news_left_content,.team_inc_text_content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_news_right>div{
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.index_news_right>div:nth-child(1){
    padding-bottom: 25px;
}
.index_news_right>div:nth-child(2){
    padding-bottom: 25px;
    padding-top: 25px;
}
.index_news_right>div:nth-child(3){
    padding-top: 25px;
}
.index_news_left .index_news_left_content,.index_news_left .index_news_left_time{
    margin-bottom: 30px;
}
.index_news_left .index_news_left_title{
    margin-bottom: 20px;
}
.index_news_left_time{
    position: relative;
}
.index_news_left_time img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index_news_right_text .index_news_left_time {
    /* position: absolute; */
    bottom: 0;
    margin-top:50px;
}

.index_news_left_content, .index_news_left_time {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}
.index_news_right>div:last-child{
    border: none;
}
.footcode{
    width: 130px;
}
.huoban{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:15px;
}
.huoban>li{
    flex: 0 0 19%;
    margin-bottom: 1.5%;
}
.huoban::after{
    content: '';
    display: block;
    width: 19%;
}
.huoban>li img{
   width: 100%;
}
.foottopwrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foottopleft{
    flex: 0 0 59%;
}
.foottopright{
    flex: 0 0 37%;
}
.foottopleftul{
    display: flex;
    flex-wrap: wrap;
}
.foottopleftul>li{
    flex: 0 0 16.6%;
}
.foottopleftname{
    color: #fff;
    padding-bottom: 15px;
}
.foottopleftlist{
    padding-bottom: 5px;
}
.foottopleftlist a{
    color: #74787e;
    font-size: 14px;
}
.foottop{
    background: #2e3238;
    padding-top: 30px;
   
   
}
.foottopwrap{
    padding-bottom: 25px;
    border-bottom: 1px solid #74787e;
}
.foottoprightul{
    display: flex;
    flex-wrap: wrap;
    
}
.foottoprighttel a{
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    display:block;
}
.foottoprighttext{
    margin-bottom: 15px;
}
.foottoprighttext a{
    color: #74787e;
}
.foottoprightul>li{
    flex: 0 0 50%;
}
.foottoprightbtn a{
    display: inline-block;
    background: #0a6bc1;
    color: #fff;
    padding:5px 30px;

}
.foottoprightbtn a img{
    margin-right: 5px;
}
.foottopleft{
    position: relative;
}
.foottopleft::after{
    content: '';
    display: block;
    top: 1%;
    /* transform: translateY(-50%); */
    width: 1px;
    background: #74787e;
    right: -10px;
    height: 90%;
    position: absolute;
}
.blogrolltitle{
    width: 70px;
    color: #fff;
}
.blogrollitem{
    width: 90%;

}
.blogrollist{
    display: flex;
    flex-wrap: wrap;
}
.blogrollist>li{
    flex: 20%;
    text-align: center;
    color: #74787e;
    font-size: 14px;
    padding: 2px 0;
}
.blogroll,.footbottom{
    padding: 15px 0;
}
.footbottom{
    background: #272a30;
    font-size: 14px;
    color: #74787e;
}
.footbottomright{
    text-align: right;
}
.footbottomright img{
    vertical-align: -2px;
    margin-right: 5px;
}
.leftnav{
    position: fixed;
    right: 10%;
    bottom: 5%;
    z-index: 999;
    
}
.leftnav li{
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #1d2088;
}
/* 产品中心 */
.publicbanner{
    position: relative;
}
.publicbannerimg{
    width: 100%;
}
.publicbannerimgtext{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
   
}
.publicbannerimgtext h2{
    font-size: 40px;
    letter-spacing: 20px;
    margin-bottom: 15px;
}
.publicbannerimgtext div{
    letter-spacing: 3px;
}
.product{
    padding: 30px 0;
}
.product_nav{
    text-align: center;
    padding: 30px 0;
}
.product_nav>a{
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
    color: #828282;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}
.product_nav>.active{
    background: #1d2088;
    border-color: #1d2088;
    color: #fff;
}
/* 产品详情 */
.product_detail_content_title{
    color: #1d2088;
    font-size: 20px;
    padding: 30px 0;
}
.product_detail_text p{
    margin-bottom:30px;
    color: #999999;
}
.product_detail_content_wrap{
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
}
.imgnoshow{
    display: none;
}
 .imgshow{
    display: inline-block;
}
.product_page_div{
    width: 50%;
}
.product_page_line{
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #eeeeee;
    margin: 0 10px;
}
.product_page_text{
    display: inline-block;
    width: 60%;
    color: #666666;
    vertical-align: -6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_page>div{
    width: 50%;
    padding: 30px;
    position: relative;
}   
.product_page_img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.product_page_left .product_page_img{
    right: 30px;
}
.product_page_right .product_page_img{
    left: 30px;
}
.product_page .active{
    background: #6062ab;
}
.imgshow1{
    display: inline-block;
}
.imgshow2{
    display: none;
}
.product_page .active .imgshow1{
    display: none;
}
.product_page .active .imgshow2{
    display: inline-block;
}
.product_page .active .product_page_img{
    display: block;
}
.product_page .active .product_page_line{
    background: #fff;
}
.product_page_right{
    text-align: right;
}
.product_page .active .product_page_text{
    color: #fff;
}
.tujiantitle{
    padding: 30px 0 15px 0;
}
/* 新闻中心 */
.news{
    background: #f8f8f8;
    padding: 40px 0 60px 0;
}
.news_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_left{
    flex: 0 0 72%;
    background: #fff;
   
}
.news_right{
    flex: 0 0 26%;
 
}
.news_left_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wechatcode img{
    width: 100px;
    margin-bottom: 5px;
}
.news_left_item{
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
}
.news_left_list{
    padding: 10px 30px 30px 30px;
}
.news_left_title{
    color: #000000;
    font-size: 18px;
    margin-bottom:15px;
}
.news_left_content{
    position: relative;
    color: #999999;
}
.news_left_time{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  
}
.news_left_time b{
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #e5e5e5;
    margin-right: 5px;
    vertical-align: middle;
}
.news_right_wrap{
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
}
.news_right_title{
    color: #333;
    font-size: 20px;
    padding-bottom: 15px;
}
.news_right_item{
    padding: 10px 0;

}
.news_right_item b{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #888888;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}
.news_right_item span{
    color: #888;
}
.news_right_img{
    position: relative;
}
.wechatcode{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #1d2088;
}
.hot>.flex32list{
    padding: 5px 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #666666;
    text-align: center;
    margin-bottom: 2%;
    font-size: 14px;
}
.news_detail_wrap{
    padding: 30px;
    text-align: center;
}
.news_detail_time{
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #f0efef;
    margin-bottom: 30px;
}
.news_right_title img{
    margin-right: 5px;
}
/* 公司简介 */
.company_title{
    text-align: center;
    color: #333333;
    padding: 40px 0;
    font-size: 30px;
}
.company_list{
    padding-bottom: 30px;
}
.company_list>li{
    position: relative;
}
.company_list>li img{
    width: 100%;
}
.company_list_text{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    font-size: 30px;
}
.company_list_text>div{
    margin-bottom: 5px;
    text-align: center;
}
.shijianzhou{
    background: url(../img/shijian_bg.png) no-repeat;
    background-size: 100% 100%;
}
/* 企业文化 */
.wenhua_head_img{
    border-radius: 100%;
}
.wenhua_head_title{
    font-size: 24px;
    color: #000;
    padding: 15px 0;
}
.wenhua_head_text{
    color: #666666;
}
.wenhua_head_content{
    padding-left: 15px;
}
.wenhua_head_list{
    padding: 15px 0;
}
.wnhualist{
    background: #fff;
    text-align: center;
    padding:50px 15px 60px 15px;
}
.wnhualistimg{
    padding: 15px 0 60px 0;
}
.wnhualisttitle{
    font-size: 20px;
    color: #333;
}
.wnhualistline{
    padding: 10px 0;
}
.wnhualistline b{
    display: inline-block;
    background: #3639a0;
    width: 20px;
    height: 1px;
}
.wnhualistcontent{
    color: #999;
}
.zerentitle{
    text-align: center;
    padding: 30px 0 60px 0;
    color: #000000;
    font-size: 34px;
}
.zerentitlecircle{
    display: inline-block;
    vertical-align: -1px;
    margin: 0 20px 0 30px;
}
.zerenlist{
    color: #444444;
    padding: 15px 0;
    margin-bottom: 30px;
    background: #f8fdfb;
    width: 80%;
}
/* 联系我们 */
.concat_title{
    text-align: center;
    color: #000;
    font-size: 32px;
    padding: 30px 0;
}
.concat_list{
    text-align: center;
}
.concat_img{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    border: 1px solid #2f3191;
}
.concat_img img{
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.concat_img_wrap{
    padding: 15px 0;
}
.concat_text{
    padding: 0 15px 15px 15px;
}
#map{
    width: 100%;
    height: 400px;
}
.flex48spclist .concat_input:last-child{
    margin-bottom: 0;
}
.concat_input{
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    position: relative;
}
.concat_input input{
    background: none;
    border: none;
    width: 100%;
}
.concat_input img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.concattextarea_title{
    padding: 15px 0;
}
.concat_textarea textarea{
    width: 98%;
    padding: 1%;
    outline: none;
    resize: none;
}
.input_wrap{
    padding-bottom: 60px;
}
.fa_line{
    padding: 10px 0;
}
.fa_line b{
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #3639a0;
}
.fa_content{
    padding:0 15px;
}
.fa_title{
    font-size: 18px;
    color: #000;
}
.fajs_img img{
    width: 100%;
}
.fajs_content div{
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
}
.fajs_content p{
    margin-bottom: 10px;
}
.yycj_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yycj_item::after{
    content: '';
    display: block;
    width: 24%;

}
.yycj_item>li{
    flex: 0 0 24%;
    margin-bottom: 1%;
    position: relative;
}
.yycj_item img{
    width: 100%;
}
.yycj_item .yycj_div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(0,0, 0, 0.4);
    color: #fff;
    display: none;
}
.yycj_div span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.yycj_list:hover .yycj_div{
    display: block;
}
.to_left,.to_right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.to_left{
    left: -60px;
}
.to_right{
    right: -60px;
}
.GreateName{
    text-align: center;
    color: #000;
    font-size: 18px;
    padding-bottom: 15px;
}
.GreateJoin{
    color: #999999;
    font-size: 14px;

}
.GreateJoin p{
    margin-bottom: 5px;
}
.GreateInfo{
    padding: 15px;
}
/* 器件中心 */
.qijian_nav_left{
    width: 10%;
    padding: 5px 0;
    color: #1d2088;
}
.qijian_nav_list{
    width: 90%;
}
.qijian_nav_list a{
    display: inline-block;
    padding: 5px 15px ;
    color: #999;
    margin: 0 5px;
}
.qijian_nav_list .active{
    color: #fff;
    background: #1d2088;
}
.qijian_nav_wrap{
    background: #fff;
    padding: 25px 0;
}
.qijian_list_wrap{
    background: #f5f5f5;
    padding: 60px 0;
}
.qijian_list{
    background: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #fff;
}
.qjian_content{
    margin: 30px 0;
    color: #666666;
}
.qijian_more{
    color: #1d2088;
}
.qijian_item>.active{
    border: 1px solid #1d2088;
}
.qijian_top_item{
    display: flex;
    flex-wrap: wrap;

}
.qijian_top_img{
    flex: 0 0 25%;
    position: relative;
}
.qijian_top_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} 
.qijian_top_info{
    flex: 0 0 73%;
}
.qijian_top_title{
    font-size: 26px;
    color: #000;
}
.qijian_top_center{
    color: #999;
    margin: 15px 0;
}
.qijian_top_bottom{
    color: #999;
}
.qijian_top_center p:nth-child(1){
    font-size: 18px;
}
.qijian_top_center span{
    color: #1d2088;
}
.qijian_top_center p{
    margin-bottom: 5px;
}
.qijian_top{
    padding: 30px 0;
    border: 1px solid #e0e2e4;
    margin: 30px 0;
}
.qijian_detail{
    padding: 30px 0;
}
.pinzhi_content{
    text-align: center;
    font-size: 17px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 30px;
}
.pz_img{
    text-align: center;
    padding: 30px 0;
}
.support_img{
    position: relative;
    margin-top: 30px;
}
.support_img img{
    width: 100%;
}
.support_top{
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    padding: 30px;
}
.support_title{
    font-size: 44px;
    color: #333333;
}
.support_content{
    margin: 15px 0;
    color: #333;
    font-size: 17px;
    
}
.support_more span{
    display: inline-block;
    padding: 5px 15px;
    background: #db0011;
    color: #fff;
}
.support_list{
   
    border: 1px dashed #b3bccc;
    padding: 15px 0;
}
.support_list a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
}
.support_list_img{
    position: relative;
    flex: 0 0 25%;
}
.support_list_info{
    flex: 0 0 73%;
}
.support_list_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.support_list_title{
    font-size: 18px;
    color: #000;
}
/* .support_list_line{
    padding: 15px 0;
} */
.support_list_line b{
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #dce0e6;
}
.support_list_content{
    color: #999;
    padding-top: 5px;
}
.support_item{
    padding-bottom: 30px;
}
.support_item>.support_list{
    margin-bottom: 2%;
}
.jinrong{
    background: #eeeff1;
}
.jinrong_top{
    padding: 15px 0;
}
.jinrong_top_left{
    font-size: 18px;
    color: #333333;
}
.jinrong_top_search{
    position: relative;
}
.jinrong_top_search img{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.jinrong_top_search input{
    width: 200px;
    height: 30px;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding:0 15px;
}
.jinrong_wrap{
    padding:0 30px 0px 30px;
    background: #fff;
    margin-bottom: 60px;
}
.jinrong_list{
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
  
    position: relative;
}
.jinrong_list_img{
    padding: 5px 5px 5px 5px;
    position: relative;
}

.jinrong_list_info{
   width: 70%;
   padding-left: 10px;
}
.jinrong_list_down{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.jinrong_list_title{
    color: #333333;
}
.jinrong_list_desc{
    color: #aaaaaa;
    font-size: 14px;
}
.jiejue_item{
    margin: 30px 0;
}
.jiejue_item>li{
    padding: 15px 0;
}
.jiejue_item>li>a>div{
    width: 48%;
}
.jiejue_item>li:nth-child(odd) .jiejue_list_img{
    float:left;
    
}
.jiejue_item>li:nth-child(odd) .jiejue_list_info{
    float: right;
   
}
.jiejue_item>li:nth-child(even) .jiejue_list_img{
    float: right;
   
}
.jiejue_item>li:nth-child(even) .jiejue_list_info{
    float: left;
   
}
.jiejue_title{
    font-size: 24px;
    color: #000000;
}
.jiejue_content{
    color:#666;
}
.jiejue_more{
    margin-top: 30px;
}
.jiejue_more span{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #bfbfbf;
    color: #333333;
}
.jiejue_list_info{
    padding:30px 0;
}
.wuliu_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wuliu_img img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.wuliu_img>li:nth-child(1){
    flex: 0 0 68.5%;
}
.wuliu_img>li:nth-child(2){
    flex: 0 0 30.5%;
}
.wuliu_img{
    margin-bottom: 30px;
}
.wuliu_bg{
    background: url(../img/wuliu_bg.png) no-repeat;
    background-size: 100% 100%;
    padding:0 0 60px 0;
}
.wuliu_bg_item{
    text-align: center;
}
.wuliu_bg_item li{
    padding: 30px 0;
}
.wuliu_bg_title{
    color: #ffffff;
    padding: 15px 0 0 0;
}
.xiaoyi_list{
    padding:30px 15px 60px 15px;
    border: 1px dashed #b3bccc;
    text-align: center;
    color: #000;
}
.xiaoyi_list>div:nth-child(1){
    margin-bottom: 15px;
}
.wuliu_jiagou{
    padding: 30px 0 60px 0;
    text-align: center;
}
/* 时间轴 */
.product-section {
	padding-bottom: 50px;
	position: relative;
	/* background: url(../img/productBase-features-bag.jpg) no-repeat; */
	background-size: cover
}
.product-title {
	padding: 50px 10px 30px;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #ffffff
}
.product-wrapper {
	max-width: 1800px;
	/* padding-left: 10px;
	padding-right: 10px; */
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.swiper-container2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
    overflow: hidden;
   
	z-index: 1
}
.product-features .product-body {
	/* margin: 0px 25px */
}
/* .product-features .product-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../img/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0
} */
.product-body-line{
    content: "";
	width: 100%;
	height: 3px;
	background: url(../img/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0
}
/*li*/
.features-item {
	position: relative;
	float: left
}
.features-slide .features-item>* {
	text-align: center
}
.features-item h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #ffffff;
	opacity: 0.7;
	transition: all 0.1s
}
.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../img/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}
.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px 53px;
	transition: all 0.3s;
	border-radius: 2px
}
.features-item .features-info .features-info-i {
	font-size: 14px;
	color: #A0A2A8;
	line-height: 22px;
	margin-bottom: 10px
}
.features-item .features-info .features-info-s {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden
}
.features-item.dark i {
	background: url(../img/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}
/*鼠标悬浮效果*/
.features-item:hover h3 {
	font-size: 22px;
	line-height: 28px;
	opacity: 0.9
}
.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(../img/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}
/* .features-item:hover a {
	background: url(../img/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
} */
/*左右按钮*/
.product-features .swiper-button-prev {
	width: 30px;
	height: 40%;
	left: -15px;
	top: 60%;
	background: none
}
.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../img/productBase-features-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
.product-features .swiper-button-next {
	width: 30px;
	height: 40%;
	right: -15px;
	top: 60%;
	background: none
}
.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../img/productBase-features-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
.features-slide>li:nth-child(even) .features-info{
    margin-top: -50px;
}
.features-slide>li:nth-child(odd) .features-info{
    margin-top: 55px;
}
.sj_year{
    color: #fff;
    font-size: 30px;
}
.sj_desc{
    color: #ffffff;
    font-size: 18px;
}
.sj_content{
    color: #cccccc;
}
/* .swiper-container2 .swiper-slide-active .features-info{
    background: #fff;
    border-bottom: 2px solid #d245df;
}
.swiper-container2 .swiper-slide-active .sj_year{
    color: #272b9d;
}
.swiper-container2 .swiper-slide-active .sj_desc,.swiper-container2 .swiper-slide-active .sj_content{
    color: #000;
} */
.zhineng img{
    padding: 15px 0;
    opacity: 0;
}
.swiper-container2 .swiper-slide-active .zhineng img{
    opacity: 1;
}

.zzjg{
    text-align: center;
    padding-bottom: 60px;
}
/* 时间轴 */
.leftnav li{
    position: relative;
    cursor: pointer;
}
.left_nav_code{
    position: absolute;
    right: 55px;
    top: -25px;
    width:100px;
   
    display: none;
}
.leftnav li:hover .left_nav_code{
    display: block;
}
.shenqin_wrap{
    margin-bottom: 30px;
}
.shenqin_left{
    width: 10%;
    text-align: right;
    line-height: 40px;
}
.shenqin_right{
    width: 87%;
    padding-left: 3%;
}
.shenqin_right .shenqin_right_input{
    width: 80%;
    height: 40px;
    border-radius: 3px;
    border:1px solid #f4f4f4;
    background: #f4f4f4;
    padding-left: 15px;
}
.shenqin{
    background: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}
.shenqin_title{
    text-align: center;
    padding: 30px 0;
    color: #333333;
    font-size: 32px;
}
.shenqin_wrap1{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f3f3f3;
}
.shenqin_wrap2{
    padding: 30px 0 0px 0;
}
.shenqin_right .shenqin_right_textarea{
    width: 98%;
    height: 200px;
    outline: none;
    resize: none;
    border-radius: 3px;
    border:1px solid #f4f4f4;
    background: #f4f4f4;
    padding: 1%;
}
.shenqin .shenqin_right_code{
    width: 40%;
    height: 40px;
    border-radius: 3px;
    border:1px solid #f4f4f4;
    background: #f4f4f4;
    padding-left: 15px;
    display: inline-block;
}
.shenqin img{
    margin-left: 10px;
}
.page_text{
    display: none;
}
.pz_list_left{
    width: 60%;
   text-align: left;
}
.pz_list_right{
    width: 40%;
  
}
.pz_item>li{
    position: relative;
    padding: 30px 0;
}
.pz_item>li:nth-child(odd){
    border: 2px dashed #707070;
    border-radius:30px 30px 0 30px;
    border-top: none;
    border-right: none;
}
.pz_item>li:nth-child(even){
    border: 2px dashed #707070;
    border-radius: 0 30px 30px 0px;
    border-top: none;
    border-left: none;
}
.pz_item>li:nth-child(even)::before{
    content: '';
    display: block;
    width: 21px;
    height: 3px;
    background: #fff;
    top: -2px;
    right: 0;
    z-index: 999;
    position: absolute;
}
.pz_item>li:nth-child(odd)::before{
    content: '';
    display: block;
    width: 23px;
    height: 3px;
    background: #fff;
    top: -2px;
    left: -2px;
    z-index: 999;
    position: absolute;
}
.pz_item>li:last-child{
    border-bottom: none;
    border-radius:30px 30px 0 0px;
    padding-bottom:0px;
}
.pz_item>li:nth-child(1){
    padding-top: 0;
    border-radius:0px 30px 0 30px;
}
.pz_item>li:nth-child(odd) .pz_list_left{
    float: left;
}   
.pz_item>li:nth-child(odd) .pz_list_title,.pz_item>li:nth-child(odd) .pz_list_content{
    padding-left: 30px;
}   
.pz_item>li:nth-child(even) .pz_list_left{
    float: right;
}
.pz_item>li:nth-child(odd) .pz_list_right{
    float: right;
    text-align: right;
}   
.pz_item>li:nth-child(even) .pz_list_right{
    float: left;
    text-align: left;
}
.pz_list_title{
    color: #1d2088;
    font-weight: 700;
    font-size: 36px;
    font-style: italic;
    margin-bottom: 15px;
}
.pz_list_content *{
    margin-bottom: 5px;
}
.pz_list_num{
    position: absolute;
    padding: 5px;
    background: #fff;
    color: #1d2088;
    font-weight: 700;
    font-size: 36px;
    /* font-style: italic; */
    top: 30px;
}
.pz_item>li:nth-child(1) .pz_list_num{
    top: 0;
    left: -5px;
    z-index: 999;
}
.pz_down{
    display: none;
    position: absolute;
    /* left: -12px; */
    bottom: -1px;

}
.pz_item>li:last-child .pz_down{
    display: block;
}
.h_logo{
    width: 160px;
}
@media all and (max-width: 768px){
    .h_logo{
        width: 120px;
    }
    .pz_item>li:nth-child(even)::before {
        content: '';
        display: block;
        width: 21px;
        height: 3px;
        background: #fff;
        top: -3px;
        right: 0;
        z-index: 999;
        position: absolute;
    }
    .pz_item>li:nth-child(odd)::before {
        content: '';
        display: block;
        width: 23px;
        height: 3px;
        background: #fff;
        top: -3px;
        left: -2px;
        z-index: 999;
        position: absolute;
    }


    .index_news_right>div:nth-child(1),.index_news_right>div:nth-child(3){
        padding-bottom: 0;
    }
    .index_news_right>div:nth-child(2){
        padding-top: 0;
        padding-bottom: 0;
    }
    .product_page_div {
        width: 100%;
    }
    .product_page_right{
        text-align: left;
    }
    .product_page_div .imgshow1,.product_page_line,.product_page_div .imgshow2{
        display: none;
    }
    .page_text{
        display: inline-block;
    }
    .product_page>div{
        padding: 30px 0;
    }
    .shenqin_left{
        width: 100%;
        text-align: left;
        line-height: 40px;
        padding-left: 15px;
    }
    .shenqin_right{
        width: 100%;
        padding-left: 15px;
    }

    .services{
        padding:0 15px;
    }
    .product_list>.flex32list{
        flex: 0 0 100%;
    }
    .index_news_left{
        width: 100%;
    }
    .index_news_right{
        width: 100%;
        margin-left: 0;
        padding: 15px;
    }
    .huoban>li{
        flex: 0 0 49%;
    }
    .foottopleft,.qijian_item>.flex24spclist,.support_item>.support_list,.company_list>.flex50list,.news_left,.news_right,.concat_item>.concat_list{
        flex: 0 0 100%;
    }
    .foottopright{
        flex: 0 0 100%;
    }
    .foottopleftul>li{
        flex: 0 0 33%;
        margin-bottom: 1%;
    }
    .foottoprightul>li{
        flex: 0 0 100%;
        text-align: center;
    }
    .blogrollitem{
        width: 100%;
    }
    .blogrollist>li{
        flex: 0 0 50%;
    }
    .index_news_right_text .index_news_left_time{
        position: static;
    }
    .index_news_left_time img{
        display: none;
    }
    .foottopleft::after{
        display: none;
    }
    .qijian_nav_left,.qijian_nav_list{
        width: 100%;
    }
    .jiejue_item>li>a>div{
        width: 100%;
    }
    .support_top{
        position: static;
    }
    .news_left_img img,.news_left_img span{
        width: 100%;
        display: block;
    }
    .news_left_time{
        position: static;
    }
    .product_page>div{
        width: 100%;
    }
    .flex48spc .flex48spclist{
        flex: 0 0 100%;
    }
    .yycj_item>li{
        flex: 0 0 50%;
    }
    .to_right,.to_left{
        display: none;
    }
    .qijian_top_img,.qijian_top_info,.wenhua_head>.wenhua_head_list{
        flex: 0 0 100%;
    }
    .qijian_top_img img{
        position: static;
        transform: none;
    }
    .qijian_top{
        padding: 15px;
    }
    .xiaoyi_item>.flex19list{
        flex: 0 0 100% !important;
    }

    body{
        margin-top: 50px;
    }
    .support_img{
        padding: 15px 0;
        /* margin-top: 30px; */
    }
    .news_left_list{
        padding: 15px;
    }
    .news_right_img img{
        width: 100%;
    }
    .product_nav>a{
        padding: 5px 0;
    }
    .qijian_nav_list {
        margin: 15px 0;
    }
    .flex24spc>.flex24spclist{
        margin-bottom: 3%;
    }
    .navdown{
        display: none !important;
    }
    .features-slide>li:nth-child(odd) .features-info,.features-slide>li:nth-child(even) .features-info{
        margin-top: 70px;
    }
    .footbottomleft,.footbottomright{
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    .publicbannerimgtext h2{
        font-size: 16px;
    }
    .navbar-brand{
        padding: 9px 15px;
    }
    .nav > li > a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav>.lianxi>a{
        padding: 9px 0;
        padding-left: 15px;
    }
    .navbar-nav >.language{
        padding: 9px 15px;
    }
}
@media all and (min-width: 1300px){
    .container{
        width: 1200px;
    }
}
@media all and (min-width: 1900px){
    .container2{
        width: 1600px;
    }
}
@media all and (min-width: 1200px) and (max-width: 1899px){
    .container{
        width: 1200px;
    }
    .container2{
        position: relative;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
        margin-right: 10px;
    }
    .navbar-right{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }
}
.banner .swiper-slide img{
    width: 100%;
}
@media all and (min-width: 1200px) and (max-width: 1499px){
    .nav > li > a{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media all and (min-width: 1500px) and (max-width: 1899px){
    .container{
        width: 1300px;
    }
    
}
@media all and (min-width: 768px) and (max-width: 1200px){
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle{
        display: block;
        position: absolute;
        right: 15px;
    }
    .collapse.in{
        display: block !important;
    }
    .navs a{
        width: 100%;
        display: block;
    }
    .navs>li{
        width: 100%;
    }
    .navbar-right{
        width: 100%;
    }
  
}
@media all and (min-width: 769px) and (max-width: 1199px){
    .foottopleft,.foottopright{
        flex:  0 0 100%;
    }
    .foottoprightul>li {
        flex: 0 0 100%;
        text-align: center;
    }
    .foottopleft::after{
        display: none;
    }
    .index_news_left,.index_news_right{
        width: 100%;
        margin-left: 0;
    }
}
@media all and (min-width: 1200px) and (max-width: 1500px){
    .services{
        padding: 0 3%;
    }
}
@media all and (min-width: 768px) and (max-width: 1199px){
    .services{
        padding: 0 1%;
    }
}
@media all and (min-width: 1501px) and (max-width: 1899px){
    .services{
        padding: 0 2%;
    }
}
/* @media all and (min-width: 0px) and (max-width: 768px){
    .services{
        padding: 0 2%;
    }
} */