@charset "utf-8";

p{
    font-size: 12px;
    line-height: 1.7;
}

body{
    min-width: 1000px;
}
.container{
    width: 950px;
    margin: 0 auto;
}
.main{
    background: #efefef;
}
.main .container{
    background: #fff;
    padding: 10px 15px;
}
/*头部*/
.header{
    background: url(../images/header_top.png) top no-repeat;
}
.topCon{
    overflow: hidden;
}
.topCon ul{
    margin: 7px 20px 0 0;
    float: right;
}
.topCon ul li {
    padding: 0 15px;
}
.topCon ul a{
    font-size: 14px;
    color: #fff;
}
.topCon ul li:first-child{
    border-right: 1px solid #eee;
}
.headerCon{
    padding: 30px 0;
}
.headerCon .headerLogo{
    padding-right: 30px;
    border-right: 1px solid #999;
}
.headerCon .headerLogo img{
    height: 90px;
}
.headerCon .slogan{
    padding-left: 30px;
    text-align: center;
}
.headerCon .slogan h4{
    font-weight: bold;
    color: #333;
}
.headerCon .slogan h4 span{
    color: #e11827;
}
.headerCon .headerPhone{
    margin: 0 0 0 auto;
}
.headerCon .headerPhone .phoneNum{
    padding-left: 30px;
}
.headerCon .headerPhone img{
    height: 50px;
}
.headerCon .headerPhone h5{
    font-size: 20px;
    font-weight: bold;
    color: #e11827;
}
/*导航栏*/
.nav{
    background: #e11827;
}
.nav .navItem{
    position: relative;
}
.nav .navItem a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 0px;
}
.nav .navItem>a{
    width: 90px;
}
.nav .sub_nav{
    z-index: 100;
    display: none;
    position: absolute;
}
.nav .sub_nav a{
    padding: 10px 5px;
    min-width: 80px;
    white-space: nowrap;
    border-top: 1px solid #eee;
    background: #e11827;
}
.nav .navItem:hover .firstCol{
    background: #fff;
    color: #e11827;
}
.nav .navItem:hover .sub_nav{
    display: block;
}
.nav .sub_nav a:hover{
    background: #fff;
    color: #e11827;
}
.nav .search{
    padding-left: 30px;
}
.nav .searchKey{
    font-size: 12px;
}
/*banner 混合栏目*/
.proCol{
    background: #f9f9f9;
    width: 265px;
}
.proCol h5{
    color: #fff;
    background: #e11827;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.proCol li{
    padding-left: 5px;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
}
.proCol .more{
    background: #e11827;
    display: block;
    padding: 5px 0;
    color: #fff;
    margin-top: 10px;
}
/*banner*/
.frontBanner{
    margin-left: 15px;
    width: 670px;
}
.frontBanner .swiper-button-prev,.frontBanner .swiper-button-next{
    visibility: hidden;
    width: 10px;
    height: 20px;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.frontBanner:hover .swiper-button-prev,.frontBanner:hover .swiper-button-next{
    visibility: visible;
}
.frontBanner .swiper-button-prev:after,.frontBanner .swiper-button-next:after{
    font-size: 32px;
    font-weight: 300;
}

/*新闻混合栏*/
.equproList{
    margin-top: 15px;
}
.equCenter{
    background: #f9f9f9;
    width: 265px;
}
.equCenter h5{
    color: #fff;
    background: #e11827;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.equCenter li img{
    width: 100px;
}
.equCenter li{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.equCenter li:last-child{
    border: none;
}
.equCenter li .equCon{
    padding: 0 10px;
    width: 150px;
}
.equCenter li .equCon .equTit{
    color: #e11827;
}
.equCenter .more{
    background: #e11827;
    display: block;
    padding: 5px 0;
    color: #fff;
    margin-top: 10px;
}
/*产品中心*/
.productsFlow{
    margin-left: 15px;
    width: 670px;
    border: 1px solid #eee;
}
.productsFlow h5{
    color: #fff;
    background: #e11827;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.productsFlow li{
    width: 33.333333333%;
}
.productsFlow li .proTit{
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    background-image:-webkit-linear-gradient(top,#e11827,#ffccd0); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.productsFlow li .prosubTit{
    margin-bottom: 10px;
    background-image:-webkit-linear-gradient(top,#e11827,#ffccd0); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.productsFlow li a{
    display: block;
    padding: 0 5px;
}
.productsFlow li a .img{
    transition: all 0.5s ease;
    padding: 10px;
    border: 1px solid #eee;
    max-height: 130px;
}
.productsFlow li a .proDes{
    margin-top: 15px;
}
.productsFlow li:hover .img{
    padding: 0;
}
.productsFlow .swiper-pagination-bullet{
    background: #e11827;
}
/*设备切换栏目*/
.newsJobsList{
    margin-top: 15px;
}
.newsSwitch{
    background: #f9f9f9;
    width: 265px;
}
.newsSwitch .newsCol ul{
    padding: 0 5px;
    height: 31px;
    color: #fff;
    background: #e11827;
    margin-bottom: 15px;
}
.newsSwitch .newsCol ul h5{
    font-size: 14px;
    padding: 3px 10px;
}
.newsSwitch .newsCol li{
    cursor: pointer;
}
.newsCon{
    height: 303px;
}
.newsCon li{
    padding: 5px 10px;
    border-bottom: 1px dashed #eee;
    display: block;
}
.newsCon ul{
    display: none;
}
.newsSwitch .more{
    background: #e11827;
    display: block;
    padding: 5px 0;
    color: #fff;
    margin-top: 10px;
}
.newsTit{
    padding: 5px 0;
}
.on{
    background: #fff;
}
.on h5{
    color: #e11827;
}
.newsHot img{
    height: 100px;
}
/*人才招聘*/
.jobsCenter{
    overflow: hidden;
    width: 670px;
    margin-left: 15px;
    border-bottom: 1px solid #eee;
}
.jobCon{
    max-height: 120px;
    overflow: hidden;
}
.jobsCenter .List{
    flex: 1;
}
.jobsCenter .contact{
    flex: 1;
}
.jobsCenter .contact .contactFirstline{
    padding-top: 15px;
}
.jobsCenter .jobFlow li{
    display: block;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}
.jobsCenter .jobFlow li:last-child{
    border: none;
}
.jobsCenter .jobFlow li a{
    height: 100%;
}
.jobsCenter h5{
    color: #fff;
    background: #e11827;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.jobsCenter .jobTit{
    padding-bottom: 10px;
    color: #e11827;
    font-weight: bold;
}
.jobsCenter .List,.map{
    width: 50%;
}
.jobsCenter .contact{
    background: #f9f9f9;
}
.jobsCenter .contact p{
    padding: 5px 10px;
}
.jobFlow{
    padding-right: 10px;
}
.service{
    margin-top: 10px;
}
.service li a{
    padding-left: 10px;
    color: #e11827;
}
/*内页banner*/
.ibanner{
    margin-bottom: 15px;
}
/*尾部开始*/
.footer{
    background: #333;
}
.footer p{
    color: #fff;
}
.footerNav{
    background: #e11827;
}
.footerNav li{
    padding: 10px 5px;
}
.footerNav li a{
    color: #fff;
}
.footerCon{
    padding: 15px 0;
}
.footSlogan img{
    height: 70px;
}
.footerCon h5{
    padding-top: 5px;
    color: #e11827;
    font-weight: bold;
}
.footerCon h5 span{
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
.footerCon .weChat img{
    margin: 0 auto;
    height: 80px;
}
.footerCon .weChat p{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.footerCon li{
    padding-top: 5px;
    display: block;
}
.footerCon li:hover a{
    color: #e11827;
}
.footerCon li a{
    font-size: 14px;
    color: #fff;
}
.icp{
    padding: 5px 0;
    background: #222;
}
.icp p{
    text-align: center;
}
.icp a{
    color: #fff;
}
.layerWechat,.layerLink1,.layerLink2{
    display: none;
}
/*内页左侧导航*/
.menuBox{
    position: relative;
}
.inner_menu{
    background: #fff;
}
.inner_menu .tit{
    font-size: 18px;
    color: #fff;
    background: #e11827;
    padding: 10px 15px;
}
.menuCol{
    border-bottom: 1px rgba(0,0,0,.1) solid;
    padding: 0!important;
    width: 100%;
}
.inner_menu ul li a{
    transition: all 0.5s ease;
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
}
.inner_menu ul li a:hover{
    color: #fff;
    background: #e55c67;
}
.nyinforight{
    width: 250px;
}
.nyright{
    width: 250px;
}
.contactCon p{
    padding: 5px;
    border-bottom: 1px dashed #eee;
}
.nyright .contactCon,.nyright .search{
    margin-top: 30px;
}
.nyinforight .contactCon,.nyinforight .search{
    margin: 0 0 30px;
}
.nyinforight h5,.nyright h5{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotNews .img{
    width: 33.33333333%;
    padding: 0;
}
.hotnewsCon{
    padding-left: 15px;
    width: 66.6666666666%;
}
.hotnewsCon span{
    font-size: 12px;
}
.hotNews li{
    padding-bottom: 15px;
}
.hotnewsCon p{
    margin: 0;
}

/*全站搜索*/
.searchMain{
    padding: 70px 0;
}
.searchBox{
    padding-top: 15px;
}
.search form{
    padding: 0;
    height: 30px;
}
.searchKey{
    padding-left: 10px;
    width: 100%;
}
.search button{
    cursor: pointer;
    transition: all 0.5s ease;
    background: #fff;
    width: 50px;
    border: 1px solid #999;
}
.search button:hover{
    background: #e11827;
}
.search button:hover .icon-sousuo{
    color: #fff;
}
.search button .icon-sousuo{
    font-weight: bold;
    font-size: 20px;
    color: #e11827;
}
.search-body-list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
}
.search-body-title,.search-body-content{
    margin-bottom: 10px;
}
/*详情页*/
.nyTit{
    margin-bottom: 15px;
}
.nyTit h5{
    display: block;
    position: relative;
    color: #e11827;
    padding-left: 5px;
    border-left: 3px solid #e11827;
}
.infoCon{
    position: relative;
    width: 685px;
    padding-left: 15px;
}
.infoDetail p{
    word-break: break-all;
    color: #666;
    font-size: 14px;
    margin-bottom: 14px;
}
/*list列表页*/
.caseDivide h5{
    display: block;
    background: #efefef;
    padding: 5px 10px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.caseDivide li{
    width: 151.25px;
    padding: 0 10px 10px;
}
.caseDivide li p{
    text-align: center;
    margin-top: 5px;
}

#imgbox-loading{position:absolute;top:0;left:0;cursor:pointer;display:none;z-index:90}#imgbox-loading div{background:#fff;width:100%;height:100%}#imgbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:none;z-index:80}.imgbox-wrap{position:absolute;top:0;left:0;background:#fff;display:none;z-index:90}.imgbox-img{padding:0;margin:0;border:none;width:100%;height:100%;vertical-align:top}.imgbox-title{padding-top:10px;font-size:11px;text-align:center;font-family:Arial;color:#333;display:none}.imgbox-bg-wrap{position:absolute;padding:0;margin:0;display:none}.imgbox-bg{position:absolute;width:20px;height:20px}
/*box列表页*/
.proList{
    padding: 0 12.5px;
}
.proList li{
    margin-bottom: 5px;
    width: 200px;
    padding: 0 10px;
}
.proList li .img{
    overflow: hidden;
}
.proList li .img img{
    transition: all 0.5s ease;
}
.proList li:hover img{
    transform: scale(1.2);
}
.proList li p{
    padding: 5px 0;
    text-align: center;
}

/*列表页翻页面*/
.pagination{
    border-radius: 3px;
}
.pagination li span, .pagination li a{
    padding: 5px 10px;
}
.pagination li{
    cursor: pointer;
}
.pagination .active a{
    background: #bd0b07;
    border-color: #bd0b07;
}
.pagination li a{
    color: #bd0b07;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #fff;
    background: #bd0b07;
    border-color: #bd0b07;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #bd0b07;
}

/*新闻列表页*/
.newsList{
    margin-bottom: 15px;
}
.newsList li{
    width: 100%;
    transition: all 0.5s ease!important;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.newsList li .newsText{
    padding-right: 10px;
    width: 80%
}
.newsList li .img{
    width: 20%;
}
.newsList h5{
    color: #333;
}
.newsText h5{
    margin-bottom: 15px;
}
.newsText p{
    margin-bottom: 15px;
}
.newsText span{
    font-size: 16px;
}
.newsList li:hover h5{
    color: #e11827;
}
.newsList p a:hover{
    color: #e11827;
}

/*Q&A列表页*/

.newsList .qnaText h5{
    margin-bottom: 15px;
}

/*留言*/
.article{
    padding-left: 15px;
    width: 685px;
}
.form-group{
    margin-bottom:15px;
}
.input{
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.form-control{
    display: block;
    width: 650px;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-warning {
    color: #fff;
    background-color: #e11827;
    border-color: #eea236;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*产品详情页*/
.nyProtit .img{
    width: 300px;
}
.titText{
    width: 375px;
    padding-left: 15px;
}
.titText h1{
    font-size: 20px;
    color: #e11827;
}
.titText p{
    margin-bottom: 0!important;
}
.proDes{
    margin-top: 10px;
}
.titText h1:after{
    display: block;
    content: "";
    margin-top: 10px;
    background: #eee;
    width: 100%;
    height: 1px;
}
.nyProtit{
    margin-bottom: 15px;
}
.titText .tel{
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 20px;
    background: #e11827;
    color: #fff;
}
.proDes p{
    color: #e11827;
    font-size: 16px;
}
.deTit{
    color: #e11827;
    background: #eee;
    padding: 10px;
    margin-bottom: 15px;
}

/*新闻详情页*/
.newsContent .infoCon{
    width: 950px;
}
.newsContit{
    text-align: center;
    color: #333;
    margin-bottom: 15px;
}
.newsContit h1{
    font-size: 16px;
}

/*客服*/
.fixRight:hover .kefu{
    right: 10px;
}
.kefu{
    z-index: 999;
    transition: all 0.5s ease;
    border-radius: 15px;
    border: 1px solid #e11827;
    display: block;
    position: fixed;
    right: 10px;
    top: 30%;
    background: #e11827;
}
.kefu .kefuTit{
    padding: 5px 10px;
    color: #fff;
}
.kefu .kefuTit p{
    color: #fff;
}
.kefu .kefuTit i{
    padding-right: 10px;
    font-size: 36px;
    color: #fff;
}
.kefu .kefuList li{
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
    color: #e11827;
    background: #fff;
}
.kefu .kefuList li a{
    color: #e11827;
}
.kefu .kefuList li i{
    font-size: 24px;
}
.kefuEnd{
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.kefuList li p{
    color: #333;
    font-size: 16px;
    padding-left: 10px;
}

/*合作伙伴*/
.partners{
    padding: 30px 0;
}
.partners li{
    border: 1px solid #eee;
    margin: 0 5px;
    transition: all 0.5s ease;
    width: 143px;
}
.partners li:hover{
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}
.partners h5{
    color: #fff;
    background: #e11827;
    padding: 5px 15px;
    margin-bottom: 15px;
}