@import url(main.css);

.i_tit h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    background: url(i_tit_bg.png) center center no-repeat;
    font-weight: 500;
}

.i_tit h3:before {
    width: 200px;
    height: 3px;
    background: #f0f0f0;
}

.i_tit h3 a {
    color: #0f58d6;
}

.i_tit p {
    font-size: 20px;
    color: #f0f0f0;
    text-align: center;
    line-height: 20px;
}


.i_brand {
    width: 1200px;
    margin: 20px auto 0;
}

.i_brand ul {
    margin-top: 20px;
}

.i_brand ul li {
    width: 248px;
    border: 1px solid #f0f0f0;
    float: left;
    margin-right: 13px;
    padding: 20px;
    margin-bottom: 15px;
}

.i_brand ul li:nth-child(4n+4) {
    margin-right: 0;
}

.i_brand ul li img {
    margin: 0 auto;
}

.i_brand ul li b {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}

.i_brand ul li span {
    width: 108px;
    height: 21px;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin: 15px auto;
    display: block;
    text-align: center;
    line-height: 21px;
}

.i_brand ul li span a {
    color: #838383

}

.fw {margin:0 auto;width:1200px;}
.fr {float:right;}
.fl {float:left;}
.brand_in {width:100%;background:url(../images/brand_bg.jpg) no-repeat center;height:420px;padding: 30px 0;}
.brand_in .fl {width:341px;background:#f69900;color:#f8f8f8;padding:20px;background-image:url(../images/brand_bg1.gif); background-position:right bottom; background-repeat:no-repeat;padding-bottom:16px;margin-top:49px;}
.brand_in .fl h2 {font-size:32px;position:relative;margin-top:26px;margin-bottom:30px}
.brand_in .fl h2:before {content:'';position:absolute;width:3px;height:32px;background:#f8f8f8;left:-20px;top:10px}
.brand_in .fl p {font-size:16px;line-height:28px}
.brand_in .fl a.more {display:block;width:180px;height:46px;background:#0f58d6;text-align:center;font-size:18px;color:#fff;line-height:46px;margin-top:40px;transition:all 0.3s}
.brand_in .fl a.more:hover {background:#1567f5;box-shadow:0 3px 10px rgba(0,0,0,0.3)}
.brand_in .list {width:820px;margin-top:-295px}
.brand_in .list li {float:left;width:21%;padding-left:20px;margin-bottom:20px}
.brand_in .list li a {display:block;width:100%;background:#f8f8f8;overflow:hidden;transition:all 0.3s}
.brand_in .list li a:hover {box-shadow:0 5px 20px rgba(0,0,0,0.6);transform:translateY(-10px)}
.brand_in .list li a .pic {display:table;width:100%}
.brand_in .list li a .pic span {display:table-cell;width:100%;height:140px; vertical-align:middle}
.brand_in .list li a .pic span img {display:block;max-width:95%;max-height:95%; vertical-align:middle;margin:0 auto}



.i_why {
    background: url(/images/i_why_bg.jpg) center center no-repeat;
    max-width: 1920px;
    margin: 0px auto;
    height: 358px;
    padding: 30px 0;
}

.i_why_tit {
    background: url(i_why_tit_bg.png) top center no-repeat;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.i_why_tit p {
    font-size: 30px;
    color: #FFF;
}

.i_why ul {
    margin-top: 50px;
    margin-left: 3%;
}

.i_why ul li {
    width: 29.333%;
    margin: 0 1%;
    float: left;
    color: #FFF;
}

.i_why ul li img {
    float: left;
    margin-right: 20px;
}

.i_why ul li h3 {
    font-size: 18px;
}

.i_pro {
    max-width: 1920px;
    margin: 30px auto 0;
}

.i_sidebar {
    margin-top: 30px;
}

.i_sidebar h3 {
    float: left;
    margin-right: 15px;
    width: 270px;
    background: #0f58d6;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}

.i_sidebar h3 font {
    font-size: 24px;
    margin-right: 5px;
}

.i_sidebar ul {
    background: url(i_sidebar_bg.jpg) 0 0 no-repeat;
    width: 890px;
    height: 80px;
    line-height: 40px;
    float: left;
    padding: 0 7px;
    float: left;
}

.i_sidebar ul li {
    float: left;
    margin-right: 23px;
    font-size: 16px;
}

.i_sidebar ul li a:hover {
    color: #fe5009;
}

.i_sidebar ul li font {
    color: #0f58d6;
}

.i_pro_sub ul li {
    float: left;
    width: 372px;
    padding: 10px;
    background: #f4f4f4;
    margin-right: 10px;
    margin-top: 20px;
}

.i_pro_sub ul li:nth-child(3n+3) {
    margin-right: 0;
}

.i_pro_sub ul li a {
    display: block;
    background: #F4F4F4
}

.i_pro_sub ul li a .pic {
    width: 40%;
    overflow: hidden;
    display: table;
    float: left;
    background: #fff
}

.i_pro_sub ul li a .pic span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.i_pro_sub ul li a .pic span img {
    display: block;
    margin: 0 auto;
    /**max-width: 100%;**/
    width: 200px;
    max-height: 74%;
    vertical-align: middle
}

.i_pro_sub ul li a .txt {
    width: 43%;
    float: right
}

.i_pro_sub ul li a .txt h2 {
    font-size: 14px;
    color: #666;
    font-weight: 100;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    position: relative
}

.i_pro_sub ul li a .txt h2:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #0f58d6;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.3s
}

.i_pro_sub ul li a p {
    font-size: 12px;
    color: #999;
    line-height: 24px
}

.i_pro_sub ul li a:hover {
    background: #fff;
    box-shadow: 0 5px 20px #ddd
}

.i_pro_sub ul li a:hover .txt h2:before {
    width: 100%
}

.i_about {
    max-width: 1920px;
    background: url(/images/i_about_bg.jpg) center bottom no-repeat #0f58d6;
    padding: 40px 0;
    margin-top: 40px;
}

.i_about_img {
    float: left;
    margin-right: 40px;
}

.i_about_img img {
    width: 415px;
    height: 270px;
    box-shadow: 5px 5px 5px -5px #333;
}

.i_about_con {
    width: 740px;
    float: left;
}

.i_about_tit {
    padding-top: 14px;
}

.i_about_tit h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    float: left;
    height: 50px;
    line-height: 50px;
}

.i_about_tit h2 a {
    color: #FFF;
}

.i_about_tit b {
    float: right;
}

.i_about_tit b i {
    font-size: 30px;
    line-height: 50px;
    margin-right: 8px;
    color: #FFF;
}

.i_about_tit b font {
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 50px;
    color: #FFF;
    font-weight: 500;
}

.i_about_con p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.i_about_con span {
    display: block;
    width: 106px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #f0f0f0;
    border-radius: 11px;
    background: #FFF;
    text-align: center;
    margin: 10px 0;
}

.i_about_con span a:hover {
    color: #0f58d6;
}

.app_in {
    background: #f2f2f2;
    width: 100%;
    padding: 60px 0;
    margin-top: 60px
}

.app_in .left_tt_in {
    background: #e01e3c;
    height: 350px;
    overflow: hidden;
    width: 297px;
    padding: 30px 25px;
    box-sizing: border-box;
    position: relative;
}

.app_in .left_tt_in h3 {
    color: #fff;
    font-size: 38px;
    line-height: 38px;
}

.app_in .left_tt_in h3 span {
    font-size: 35px
}

.app_in .left_tt_in p {
    color: #333;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 10px;
}

.app_in .left_tt_in .txt {
    color: #ffffff;
    line-height: 24px;
    padding-top: 30px;
    position: relative;
    font-size: 12px;
}

.app_in .left_tt_in .txt:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 1px;
    height: 35px;
    background: #c5002a
}

.app_in .left_tt_in a.more_in {
    background: #333;
    margin-top: 25px;
    margin-bottom: 0
}
.app_in .left_tt_in a.next, .app_in .left_tt_in a.prev{
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    bottom: 0;
    background: #fff;
    font-size: 18px;
    transition: all 0.3s;
}

.app_in .left_tt_in a.prev {
    right: 40px;
}

.app_in .left_tt_in a.next {
    right: 0;
}

.app_in .list {
    width: 873px
}

.app_in .list li {
    float: left;
    width: 33.33333%;
    position: relative;
    overflow: hidden;
    height: 350px
}

.app_in .list li .pic {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    overflow: hidden
}

.app_in .list li .pic img {
    display: block;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: 254px;
}

.app_in .list li .txt {
    position: absolute;
    width: 100%;
    height: 101px;
    box-sizing: border-box;
    padding: 20px;
    left: 0;
    top: 249px;
    background: #fff
}

.app_in .list li .txt strong {
    font-size: 16px;
    color: #333;
    line-height: 35px
}

.app_in .list li .txt p {
    color: #999;
    font-size: 12px;
}

.app_in .list li:nth-child(even) .pic {
    top: 101px
}

.app_in .list li:nth-child(even) .txt {
    top: 0
}

.app_in .list li a:hover .pic img {
    transform: scale(1.1, 1.1)
}


.i_area {
    max-width: 1920px;
    margin: 50px auto 0;
}
.i_area .i_area_box{
    height:300px;
    margin-top: 30px;
    overflow-x: hidden;
}
/*.i_area ul {*/
    /*width: 1200px;*/
     /**/
          /*white-space: nowrap;*/
          /*!*规定段落中的文本不进行换行*!*/
          /*overflow-x:scroll;*/
          /*!*水平方向，超出部分添加滚动机制*!*/
          /*overflow-y:hidden;*/
          /*!*竖直方向，超出部分隐藏*!*/
          /*float:left;*/
          /*!*一定要设置左侧浮动*!*/
          /*font-size: 0;*/
/*}*/

/*.i_area ul li {*/
              /*display:inline-block;*/
              /*!*既可以水平排列，又可以设置宽高和边距*!*/

    /*width: 230px;*/
    /*height: 300px;*/
    /*background: #fff;*/
    /*position: relative;*/
/*}*/
.i_area .swiper-container1 {
    overflow: hidden;
}
.i_area .swiper-slide {
    width: 230px!important;
}
.i_area ul li img {
    width: 230px;
    height: 300px;
}

.i_area ul li p {
    display: none;
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.i_area ul li .txt {
    width: 230px;
    background-color: #0f58d6;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    height:80px;
    /*width: 100%;*/
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    color: #fff;
    opacity: 0;
    font-size: 18px;
    line-height: 80px;
}

.i_area ul li:hover .txt {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.i_area ul li:hover .txt p {
    display: block;
}
/* 
.i_area ul li:nth-child(5) {
    background: #f6032c;
    text-align: center;
    color: #FFF;
}

.i_area ul li:nth-child(5) h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 50px;
}

.i_area ul li:nth-child(5) b {
    font-size: 20px;
    font-weight: 500;
} */

.i_news {
    max-width: 1920px;
    margin: 30px auto 0;
}

.i_news_first {
    width: 600px;
    float: left;
    margin-top: 30px;
}

.i_news_img {
    margin-top: 10px;
    margin-bottom: 15px;
}

.i_news_img span {
    float: left;
    background: #0f58d6;
    display: block;
    width: 213px;
    height: 128px;
    padding-top: 45px;
    text-align: center;
    color: #ffdfd1;
    font-size: 16px;
}

.i_news_img span font {
    color: #FFF;
    font-size: 30px;
}

.i_news_img p {
    color: #ffffff;
}

.i_news_img img {
    float: left;
}

.i_news_sub h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.i_news_sub p {
    color: #CCC;
    font-size: 12px;
    line-height: 20px;
}

.i_news_sub b {
    display: block;
    width: 178px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.i_news_sub b a {
    color: #666;
}

.i_news_list {
    width: 560px;
    float: right;
    margin-top: 30px;
}

.i_news_list li {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #ddd;
}

.i_news_list li h3 {
    float: left;
    font-weight: 500;
}

.i_news_list li h3 a:hover {
    color: #0f58d6;
}

.i_news_list li span {
    float: right;
}

.about_in {width:580px;margin-top:66px}
.about_in .tt h2 {font-size:37px;color:#666;font-weight:100}
.about_in .tt p {font-size:18px;color:var(--color)}
.about_in p.txt {line-height:24px;margin-top:26px;margin-bottom:26px}
a.more_in {display:block;width:140px;height:40px;line-height:40px;background-color:#2960bc;color:#f6f6f6;margin-bottom:30px;text-indent:35px;transition:all 0.3; border-radius:20px;}
a.more_in i {font-size:14px;text-indent:-10px;opacity:0;transition:all 0.3s}
a.more_in:hover {text-indent:25px}
a.more_in:hover i {text-indent:10px;opacity:1}
.about_in a.qq, .about_in a.wx, .about_in a.dz {display:inline-block;width:50px;height:50px;margin-right:20px;position:relative;border-radius:50px;box-shadow:0 5px 10px #ccc;transition:all 0.3s}
.about_in a.qq:before, .about_in a.wx:before, .about_in a.dz:before {content:'';position:absolute;left:12px;top:10px;width:25px;height:25px;background:url(/images/top_icon.png) no-repeat}
.about_in a.qq {background:#008aff}
.about_in a.qq:before {background-position:0 -212px}
.about_in a.qq:hover {background:#3ea6ff;box-shadow:none}
.about_in a.wx {background:#05bf44}
.about_in a.wx:before {background-position:0 -164px}
.about_in a.wx:hover {background:#02df4d;box-shadow:none}
.about_in a.dz {background-color:#2960bc}
.about_in a.dz:before {background-position:0 -116px}
.about_in a.dz:hover {background-color:#2960bc;box-shadow:none}
.about_in a.phone {display:none}
.search_in {background:var(--color);width:601px;margin-top:56px}
.search_in img{box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 /*考虑浏览器兼容性*/
                 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);}   
.search_in .tt {float:left;width:100%;} 


/*pc版轴承品牌*/
.ph_pinp_show {
    display: none;
}
.pinp-show {
    display: block;
}

.cooper {background:#f3f3f3;width:100%;padding:40px 0 20px;overflow:hidden;margin:20px auto 0;}
.cooper .list {width:1184px;margin:30px auto 0;position:relative}
.cooper .list li {float:left;width:16.66666%}
.cooper .list li .radus {padding:0 7px}
.cooper .list li .radus .pic {display:table;table-layout:fixed;background:#f3f3f3;border:1px solid #f3f3f3;width:100%;height:80px}
.cooper .list li .radus .pic span {height:80px;display:table-cell; vertical-align:middle; text-align:center;overflow:hidden}
.cooper .list li .radus .pic span img {max-width:90%;vertical-align:middle}
.cooper .list li p {text-align:center;font-size:12px;color:#888;line-height:38px}
.cooper .list .next,.cooper .list .prev {position:absolute;width:30px;height:30px;color:#fff;background:#ccc;line-height:28px;text-align:center;top:25px}
.cooper .list .next {right:-30px}
.cooper .list .prev {left:-30px}
.cooper .list .next:hover,.cooper .list .prev:hover {background:#333}

.clearboth {width:100%; height:0px; line-height:0px; display:block; clear:both; overflow:hidden; font-size:0px;}
