.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
body{
    font-size: 14px;
    padding: 0; margin: 0; font-family: 微软雅黑; 
}
*{box-sizing: border-box; margin: 0; padding: 0; outline: none; list-style: none;}
.fl{float: left;}
.fr{float: right;}
.pr{
    position: relative;
}
.w-o{
    position: relative; width: 100%; height: 100%;
}
.w-i{
    position: absolute; left: 0; right: 0; bottom: 0; top: 0;
}
.WWW{
    width: 1200px; margin: auto; position: relative;
}
.W1920{
    max-width: 1920px; margin: auto;
}
.header_top{
    background-color: rgb(238, 238, 238);
    height: 30px;
    line-height: 30px;
}
.header_top .right em{
    font-style: normal; margin: 0 3px 0 5px;
}
.header_top .right a{
    color: rgb(102, 102, 102);
    text-decoration: none;
}
.header_top .right a:hover{
    color: #000;
}
.header .nav{
    background-color: #008aff;
    background-color: #ce0303;
/*    padding: 10px 0;*/
}
.header .navItem{
    line-height: 50px;
    float: left;
}
.header .navItem a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 0 20px;
    min-width: 104px;
    text-align: center;
/*    border-radius: 5px;*/
}
.header .navItem:hover a{
    background: #ea6666;
}
.header .navItem.active a{
    background-color: #ff9000;
}

.header .nav2{
    background-color: #929292;
}

.header .nav2Item a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 20px;
    min-width: 104px;
    text-align: center;
/*    border-radius: 5px;*/
}
.header .nav2Item:hover a{
    background: #757575;
}
.header .nav2Item.active a{
    background: #ff9000;
}

.header .nav2Item{
    float: left;
}

/**首页**/
.swiper-container {
    height: 600px;
}
.swiper-slide{
    background: no-repeat center;
}
.swiper-container .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
.swiper-container .swiper-pagination-bullet-active {
    background: #ce0303;
}
.numberBlockItem {
    height: 120px;
    width: 20%;
    background: no-repeat left center;
    position: relative;
    float: left;
    padding: 30px 0 0 76px;
}
.numberBlockItemI {
    height: 56px;
    padding-left: 17px;
    border-left: 2px solid #fff;
    color: #fff;
}
.numberBlockItemNumber {
    font-size: 25px;
    margin-bottom: 8px;
    line-height: 26px;
}
.numberBlockItemText {
    font-size: 16px;
}
.Block_checkCompanyName input[type="text"]{
    border: 1px solid #ccc;
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 14px;
}
/*****
.Block-TitleA >div{
    float: left;
}
.Block-TitleA .line{
    width: 90px;
    border-top: #dbdbdb 1px solid;
    position: relative;
    top: 21px;
}
.Block-TitleA .dot{
    background-color: #ce0303; width: 11px; height: 11px;
    margin:0 6px;
    position: relative;
    top: 16px;
}
*/
.Block-TitleA .line {
    width: 90px;
    border-top: #dbdbdb 1px solid;
    position: relative;
    top: -9px;
}
.Block-TitleA .dot {
    background-color: #ce0303;
    width: 11px;
    height: 11px;
    margin: 0 6px;
    position: relative;
    top: -4px;
}
.Block-TitleA>div {
    display: inline-block;
}
.Block-TitleA {
    text-align: center;
}


.Block-TitleA .txt{
    font-size: 30px;
}
.Block-yewuItem{
    float: left;
    width: 33.333%;
    margin-bottom: 46px;
}
.Block-yewuItemI {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 16px;
    width: 95%;
}
.Block-yewuItem .icon {
    padding: 30px 0 10px 0;
    height: 95px;
}
.Block-yewuItem .name {
    font-size: 20px;
    padding-bottom: 12px;
}
.Block-yewuItem .desc {
    font-size: 16px;
    height: 70px;
    overflow: hidden;
}
.Block-yewuItem .button {
    display: inline-block;
    margin: auto;
    background: #ce0303;
    padding: 7px 30px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}

.Block-youshiItem{
    float: left;
    width: 33.333%;
    height: 260px;
    background: no-repeat left 30px top;
    padding-left: 100px;
}
.Block-youshiItem .name{
    font-size: 20px;
    margin-bottom: 10px;
}
.Block-youshiItem .desc{
    font-size: 16px;
    line-height: 35px;
}

.Block-about .line {
    height: 90px;
    border-left: #dbdbdb 1px solid;
    position: relative;
    left: 14px;
}
.Block-about .dot {
    background-color: #ce0303;
    width: 11px;
    height: 11px;
    margin: 6px 0;
    position: relative;
    left: 10px;
}

.Block-about .button {
    display: inline-block;
    margin: auto;
    background: #ce0303;
    padding: 10px 35px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}
.Block-about .zhongzhi >div{
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.Block-teamItem{
    width: 33.333%;
    float: left;
    padding: 20px;
}
.Block-teamItemI{
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px;
    position: relative;
}
.Block-teamItem .img{
    height: 240px;
    background-repeat: no-repeat ;
    background-size: cover;
    background-position: center;
}
.Block-teamItem .cover{
    background: rgba(6, 6, 6, 0.55);
    opacity: 0  ;
    text-align: center;
    line-height: 260px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.Block-teamItemI:hover .cover{
    opacity: 1; left: -10px; right: -10px; bottom: -10px; top: -10px;
}

.BlockBaozhang {
    color: #fff;
    background: #ce0303;
    text-align: center;
}
.BlockBaozhang .item {
    float: left;
    width: 20%;
    padding: 30px 0;
}
.BlockBaozhang .img {
    padding: 10px 0;
    height: 70px;
}
.BlockBaozhang .name {
    font-size: 18px;
    padding: 7px 0;
}
.BlockBaozhang .desc{
    font-size: 14px;
}

.Block-foot{
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 30px 0;
}
.Block-foot .logo {
    position: absolute;
    left: -38px;
    top: 10px;
}
.Block-foot .contact {
    float: left;
    padding-top: 100px;
}
.Block-foot .contact div{
    line-height: 40px;
    background: no-repeat left center;
    padding-left: 34px;
}
.Block-foot .nav {
    float: right;
    padding-top: 20px;
    width: 430px;
}
.Block-foot .nav .title {
    font-size: 18px;
    color: #fff;
    padding: 16px 0 10px 0;
}
.Block-foot .nav a {
    color: #000;
    text-decoration: none;
    float: left;
    display: block;
    padding: 10px;
}
.Block-copyright{
    line-height: 40px;
    color: rgb(216, 216, 216);
    text-align: center;
    background: #383838;
}
.Block-copyright a{
    color: rgb(216, 216, 216);
    
}

/****/
.Block-zuceleixin{
    padding-bottom: 50px;
}
.Block-zuceleixin .item {
    float: left;
    width: 25%;
    text-align: center;
    height: 160px;
}
.Block-zuceleixin .icon {
    height: 80px;
}
.Block-zuceleixin .name {
    font-size: 18px;
}
.buttonBigA {
    display: inline-block;
    margin: auto;
    background: #ce0303;
    padding: 14px 40px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}


.Block-zuceZiliao .item {
    float: left;
    width: 16.666%;
    text-align: center;
    height: 110px;
}
.Block-zuceZiliao .icon {
    height: 80px;
}
.Block-zuceZiliao .name {
    font-size: 18px;
}


.Block-zuceLiucheng .item {
    float: left;
    color: #fff;
    width: 14.285%;
    font-size: 16px;
    text-align: center;
}

.Block-zuceHuode .item{
    line-height: 80px;
    font-size: 18px;
    position: relative;
}
.Block-zuceHuode .num {
    position: absolute;
    left: -57px;
    background: #ce0303;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    top: 23px;
}
.Block-zuceWhy .item {
    margin-bottom: 56px;
    line-height: 39px;
}
.Block-zuceWhy .name,.Block-zuceWhy .name2{
    float: left;
    width: 50%;
    text-align: center;
    font-size: 18px;
}
.Block-zuceWhy .name{
    color: #fff;
}
.Block-zuceWhy .name2{
    color: rgb(68, 68, 68);
}

.Block-zuceAfter .item{
    width: 20%;
}

.Block-zuceRFQ{
    padding-bottom: 50px;
}
.Block-zuceRFQ .item{
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
}
.Block-zuceRFQ .title{
    font-size: 18px;
    color: rgb(18, 18, 18);
    padding:8px 0;
}
.Block-zuceRFQ .desc{
    color: rgb(102, 102, 102);
    padding-left: 20px;
    font-size: 16px;
}

.Block-biangengNeirong .item {
    width: 33.333%;
    float: left;
    padding: 10px 50px 70px 50px;
}
.Block-biangengNeirong .itemI {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 16px 24px 90px;
    background: #fff no-repeat left 20px center;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.42);
}
.Block-biangengNeirong .item .name {
    font-size: 22px;
    padding: 10px 0;
    color: #333;
}
.Block-biangengNeirong .item .desc {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #676767;
}
.Block-zuceZiliao{
    padding: 0 10px;
}
.Block-zuceZiliao table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.Block-zuceZiliao table td{
    border: 1px solid rgb(204, 204, 204);
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}
.Block-zuceZiliao table .trHead td{
    background: #ce0303;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
.Block-dailidiyFengxian .desc {
    font-size: 16px;
    line-height: 30px;
    height: 93px;
    padding: 20px 0;
}

.Block-jizhangfanwei .item {
    width: 25%;
    float: left;
    padding: 10px;
}
.Block-jizhangfanwei .itemI {
    background: #fff no-repeat center top 30px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.Block-jizhangfanwei .item .name {
    font-size: 18px;
    padding: 100px 0 20px 0;
}

.Block-jizhangziliao .tab{
    float: left;
    width: 50%;
    font-size: 20px;
    padding: 16px;
    text-align: center;
    border-bottom: 3px solid transparent;
    margin-bottom: 20px;
    cursor: pointer;
}
.Block-jizhangziliao .tab:hover{
    color: #ce0303;
}
.Block-jizhangziliao .tab.active{
    border-bottom: 3px solid #ce0303;
    color: #ce0303;
}

.Block-jizhangLiucheng .item{
    width: 11.111%;
}



.Block-gszhuxiaoQiye .item {
    line-height: 80px;
    font-size: 18px;
}

.Block-gszhuxiaoZiliao .item{
    width: 25%;
    height: 170px;
}
.Block-gszhuxiaoZiliao  .name {
    font-size: 16px;
}

.Block-gszhuxiaoLiucheng .item{
    float: left;
    width: 16.66666%;
    background: no-repeat center top;
    padding-top: 90px;
    font-size: 16px;
}
.Block-gszhuxiaoLiucheng .item .name{
    text-align: center;
    color: #fff;
}
.Block-gszhuxiaoLiucheng .lines{
    position: absolute;
    top: 69px;
    left: 182px;
    right: 0;
}
.Block-gszhuxiaoLiucheng .lines .line{
    border-bottom: 2px solid #fff;
    width: 104px;
    float: left;
    margin-right: 79px;
}
.Block-gszhuxiaoWeihao .Block-youshiItem{
    height: 180px
}
.Block-gszhuxiaoFail{
    
}
.Block-gszhuxiaoFail .title{
    font-size: 22px;
}
.Block-gszhuxiaoFail .p{
    padding: 30px 10px 0 10px;
    line-height: 36px;
    font-size: 15px;
}

.Block-gszhuxiaoRFQ .desc{ font-size: 15px;}
.Block-gszhuxiaoZiliao .name {
    font-size: 16px;
}

.Block-xukezhengLiucheng .item{
    width: 25%;
}
.Block-xukezhengLiucheng .arrow {
    background: url(/Public/image/e/arrow-right.png) no-repeat center;
    width: 50px;
    height: 50px;
    float: left;
    background-size: 35px;
    margin-right: 230px;
}
.Block-xukezhengLiucheng .arrows {
    position: absolute;
    left: 300px;
    top: 50px;
    right: 0;
}
.Block-xukezhengZiliao .item{
    width: 20%;
    height: auto;
    padding:0 30px;
}
.Block-xukezhengZiliao .itemI{
    padding: 30px 0;
    background: #eee;
}
.Block-xukezhengZiliao .itemI .name{
    font-size: 16px;
}
.Block-shanbiaoWhy .item{
    width: 33.33%;
    margin-bottom: 40px;
    padding: 0 36px;
}
.Block-shanbiaoWhy .itemI {
    background: #ce0303;
    color: #fff;
    padding: 30px 0;
}
.Block-shanbiaoWhy .itemI .name {
    font-size: 19px;
}
.Block-shanbiaoWhy .desc {
    padding: 0 48px;
    padding-top: 10px;
    height: 70px;
}
