/* 公共样式 */
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 浮框的小图片 */
.iconImg {
  object-fit: contain;
}
.container {
  background: #f4f4f4;
}



/* 中间内容区域 */
.center {
  background: #f4f4f4;
}

/* 流程 */
.flow {
  height: 600px;
  text-align: center;
}
.flow .flow_img ,.typesbox img{
  height: 100%;
  object-fit: none;
}

.typesbox{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.types{
	position: absolute;
    width: 240px;
    height: 210px;
    z-index: 10;
    right: 50%;
    top: 50%;
    margin-top: -105px;
    margin-right: -120px;
}
.types a{
	display: block;
	width: 100%;
	height: 100%;
}

.types1{
    transform: translate(-22px, 32px);
}
.types2{
    transform: translate(240px, 32px);
}
.types3{
    transform: translate(500px, 32px);
}

.btnmore{
	width: 380px;
    height: 80px;
    position: absolute;
    z-index: 10;
    right: 50%;
    top: 50%;
    transform: translate(470px, 142px);
}

/* 产品中心 */
.product {
  height: auto;
  padding-top: 116px;
  margin-bottom: 86px;
}

.product .title {
  width: 348px;
  height: 77px;
  margin: 0 auto;
  position: relative;
}

.product .title .name {
  font-size: 60px;
  font-weight: 900;
  color: #e4e4e4;
  margin-left: 35px;
  width: 385px;
  position: absolute;
  left: 35px;
}

.product .title .name img {
  margin-left: 40px;
  width: 46px;
  height: 32px;
}

.product .title .text {
  width: 181px;
  height: 65px;
  font-size: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  line-height: 53px;
  border-bottom: 1px solid #0a4f95;
}

.navBox {
  height: 1155px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
/*  轴承品牌 列表 */
.brand_index {
  height: auto;
  margin: 60px 0 90px;
}
.brand_index ul {
  display: flex;
  flex-wrap: wrap;
}
.brand_index .brand_list {
  width: 284px;
  height: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  position: relative;
}
.brand_index .brand_list:nth-child(4n) {
  margin-right: 0;
}
.brand_index .brand_list > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
}
/* 无效果 */
.brand_index .brand_list .no_effect {
  width: 100%;
  height: 100%;
  position: relative;
}
.brand_index .brand_list .no_effect .left {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 56px;
  height: 12px;
  font-size: 14px;
  margin-right: 50px;
}
.brand_index .brand_list .no_effect .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 150px;
  height: 48px;
}
/* 有效果 */
.brand_index .brand_list .effect {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  animation: flipInY 1s ease-out;
  display: none;
}
.brand_index .brand_list .effect .top {
  width: 78px;
  height: 58px;
  margin: 20px auto 14px;
}
.brand_index .brand_list .effect .disc {
  font-size: 18px;
}
.brand_index .brand_list .effect .info {
  margin: 16px auto 0;
  text-align: center;
  width: 250px;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 鼠标放上去效果 */
.brand_index .brand_list:hover .no_effect {
  display: none;
}
.brand_index .brand_list:hover .effect {
  transition: all 0.1s;
  display: block;
}
/* 型号查询 */
.model_box {
  width: 100%;
  height: 440px;
  background: #ffffff;
  padding: 20px;
}
.model_box .form {
  width: 1160px;
  height: 400px;
  border: 1px solid #0d6ac8;
}
.model_box .form .line {
  width: 1160px;
  height: 60px;
  background: url(../images/border_blue.png) no-repeat;
  background-size: cover;
}
.model_box .form .search_index {
  height: 340px;
  padding: 50px 118px;
}
.model_box .form .search_index ul {
  display: flex;
  flex-wrap: wrap;
}
.model_box .form .search_index .form_list {
  width: 270px;
  height: 50px;
  margin-right: 52px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.model_box .form .search_index .form_list:nth-child(3n) {
  margin-right: 0;
}
.model_box .form .search_index .form_list .model_name {
  width: 72px;
  text-align: center;
}
.model_box .form .search_index .form_list input {
  width: 180px;
  padding: 16px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 16px;
}
.model_box .form .search_index .search_btn {
  margin: 0 auto;
  width: 140px;
  height: 40px;
  background: #0d6ac8;
  border-radius: 4px;
}
.model_box .form .search_index .search_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model_box .form .search_index .search_btn img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 10px;
}
/* 轴承类型 */
.bearing {
  width: 100%;
  height: auto;
  padding-top: 90px;
}
/* 列表 */
.bearing ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.bearing .bearing_list {
  width: 220px;
  height: 220px;
  border-radius: 40px;
  margin-right: 18px;
  margin-bottom: 24px;
  border: 2px solid transparent;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
.bearing .bearing_list:nth-child(5n) {
  margin-right: 0;
}
.bearing .bearing_list .img_box {
  width: 220px;
  height: 160px;
  background: #fff;
  border-radius: 40px 40px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/*.bearing .bearing_list .img_box > img {*/
/*  width: 194px;*/
/*  height: 122px;*/
/*}*/
.bearing .bearing_list .img_box > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bearing .bearing_list .disc {
  width: 220px;
  height: 60px;
  padding:0 15px;
  line-height: 60px;
  text-align: center;
  background: #eeeeee;
  font-size: 19.4px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0px 0px 36px 36px;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
/* hover */
.bearing .bearing_list:hover {
  border-radius: 40px;
  border: 2px solid #048fff;
  box-shadow: 0px 6px 40px 0px rgba(13, 106, 200, 0.35);
  border-radius: 40px;
}
.bearing .bearing_list:hover .disc {
  background: #048fff;
  color: #fff;
}
/* more */
.bearing .moreBtn {
  background: #0d6ac8;
  color: #fff;
}
.bearing .moreBtn a {
  color: #fff;
}
/* --------------------- */

/* 应用领域 */
.use {
  width: 100%;
  height: 965px;
  background: url(../images/cen_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 115px;
}

.use .title {
  width: 263px;
  height: 77px;
  margin: 0 auto;
  position: relative;
}

.use .title .name {
  font-size: 60px;
  font-weight: 900;
  color: #ededed;
}

.use .title .name img {
  margin-left: 51px;
  width: 46px;
  height: 32px;
}

.use .title .text {
  width: 181px;
  height: 65px;
  font-size: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  line-height: 53px;
  border-bottom: 1px solid #0a4f95;
}

.hexagon {
  width: 1323px;
  height: 650px;
  margin: 50px auto;
  position: relative;
  display: flex;
}

/* 图片 */
.Box1 {
  width: 280px;
  height: 495px;
  margin-top: 78px;
}

.Box1_top,
.Box1_bottom {
  position: relative;
}

.Box1_bottom {
  margin-top: 5px;
}

.Box2 {
  width: 340px;
  height: 294px;
  /* margin-top: 178px; */
  margin-top: 175px;
  margin-left: -61px;
  position: relative;
}

.Box3 {
  width: 370px;
  height: 650px;
  margin-left: -83px;
}

.Box3_top {
  position: relative;
}

.Box3_bottom {
  position: relative;
  margin-top: 4px;
}

.Box1 .text,
.Box2 .text,
.Box3 .text,
.Box4 .text,
.Box5 .text {
  position: absolute;
  bottom: 12px;
  color: #fff;
  font-size: 14px;
  width: 126px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}

.Box4 {
  width: 340px;
  height: 294px;
  margin-top: 174px;
  position: relative;
  margin-left: -84px;
}

.Box5 {
  width: 280px;
  height: 495px;
  margin-top: 78px;
  margin-left: -62px;
}

.Box5_top,
.Box5_bottom {
  position: relative;
}

.Box5_bottom {
  margin-top: 5px;
}
@media screen and (min-width: 1190px) and (max-width: 1323px) {
  .hexagon {
    transform: scale(0.8);
  }
}
/* 反面案例 */
.fake {
  height: 1082px;
  background: #ffffff;
  padding-top: 120px;
}
.fake .title {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  font-family: 'SimSun';
  margin-bottom: 100px;
}
/* 芝兰轴承 */
.details {
  height: 1380px;
  padding-top: 120px;
  background: #e8f3fd;
}
.detail_box .title {
  width: 400px;
  margin: 0 auto;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  font-family: 'SimSun';
}

.detail_box .title .info {
  font-size: 40px;
  margin-top: 20px;
}

.detail_box .title .info span {
  color: #e50000;
}
/*列表*/
.detail_box ul {
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
}
.detail_box .details_list {
  width: 580px;
  height: 280px;
  background: #ffffff;
  margin-right: 40px;
  margin-bottom: 40px;
}
.detail_box .details_list:nth-child(2n) {
  margin-right: 0;
}
/* 广告 */
.advertising {
  height: 200px;
  background: url(../images/blue.png) no-repeat center;
  background-size: cover;
}

.message {
  border: 1px solid transparent;
}

.message .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 54px;
}

.message .info {
  width: 330px;
  height: 76px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message .info .tel {
  width: 43px;
  height: 41px;
}

.message .info .font {
  width: 239px;
  height: 76px;
  text-align: center;
}

.message .info .font_1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 7px;
}

.message .info .font_2 {
  font-size: 32px;
  font-weight: bold;
  color: #f7c532;
  margin-top: 10px;
}

/* 产品中心 */
.case {
  height: 962px;
  background: #fff;
}

.div_case {
  height: 962px;
  padding-top: 114px;
}

.div_case .title {
  width: 348px;
  height: 77px;
  margin: 0 auto;
  position: relative;
}

.div_case .title .name {
  font-size: 60px;
  font-weight: 900;
  color: #e4e4e4;
  margin-left: 35px;
  width: 385px;
}

.div_case .title .name img {
  margin-left: 40px;
  width: 46px;
  height: 32px;
}

.div_case .title .text {
  width: 181px;
  height: 65px;
  font-size: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  line-height: 53px;
  border-bottom: 1px solid #0a4f95;
}

/*拼菱形  */
.rhombus {
  width: 1150px;
  height: 575px;
  margin: 0 auto;
  margin-top: 124px;
}
.rhombus .company a {
  display: block;
  width: 100%;
  height: 100%;
}
.rhombus .company a {
  position: relative;
}
.rhombus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company_1,
.company2_child,
.company3_child {
  width: 278px;
  height: 278px;
}

.company_1 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.company_rate {
  width: 196px;
  height: 196px;
  transform: rotate(45deg);
  position: absolute;
  top: 14%;
  left: 14.8%;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.company_rate:hover {
  border: 1px solid #0d6ac8;
  box-shadow: 0px 8px 16px 0px #d4e9ff;
}

.company_2 {
  display: flex;
  justify-content: space-between;
  margin-top: -134px;
}

.company_3 {
  width: 854px;
  display: flex;
  margin: 0 auto;
  margin-top: -134px;
}

.company2_child,
.company3_child {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.company2_child:nth-child(4) {
  margin-right: 0;
}

.company3_child:nth-child(3) {
  margin-right: 0;
}

/* 切换类 */
.activer_company {
  border: 1px solid #0d6ac8;
  box-shadow: 0px 8px 16px 0px #d4e9ff;
}

/* 关于我们  */
.about {
  height: 1074px;
  background: url(../images/about_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
}

.white {
  height: 874px;
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 70px 20px;
}

.white .top {
  width: 1130px;
  height: 458px;
  display: flex;
  justify-content: space-between;
}

.white .top .left {
  width: 576px;
  height: 100%;
}

.white .top .left .title {
  width: 348px;
  height: 77px;
  position: relative;
}

.white .top .left .title .name {
  font-size: 60px;
  font-weight: 900;
  color: #e4e4e4;
  width: 385px;
}

.white .top .left .title .name img {
  margin-left: 40px;
  width: 46px;
  height: 32px;
}

.white .top .left .title .text {
  width: 181px;
  height: 65px;
  font-size: 32px;
  text-align: center;
  position: absolute;
  left: 43%;
  top: 54%;
  transform: translate(-50%, -50%);
  line-height: 53px;
  border-bottom: 1px solid #0a4f95;
}

.white .top .left .content {
  width: 518px;
  height: 137px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 28px;
  margin-left: 10px;
  margin-top: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.white .top .left .btn {
  width: 140px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(13, 106, 200, 1);
  border-radius: 20px;
  margin-top: 27px;
  margin-left: 13px;
  font-size: 16px;
  color: #0d6ac8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white .top .left .icons {
  margin-left: 30px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.white .top .left .icons .icon {
  width: 88px;
  height: 102px;
  color: #666;
}
.white .top .left .icons .icon .img_bg {
  width: 30px;
  height:30px;
}

.white .top .left .icons .icon .img_bg img{
  object-fit: none;
}

.white .top .left .icons .icon .num {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 28px;
}

.white .top .right {
  width: 519px;
  height: 100%;
  position: relative;
}

.green_bg {
  width: 510px;
  height: 445px;
  background: #cccccc;
  top: 9px;
  position: absolute;
}

.green_img {
  position: absolute;
  width: 510px;
  height: 445px;
  left: 9px;
}

.white .below {
  margin-top: 36px;
  width: 1162px;
  height: 240px;
  display: flex;
  justify-content: space-between;
}

.below_img {
  width: 360px;
  height: 240px;
}

.below_img img {
  width: 100%;
  height: 100%;
}

/* 新闻中心 */
.news {
  height: 840px;
  background: #fff;
}

.news_box {
  height: 840px;
  padding-top: 116px;
}

.news_box .title {
  width: 348px;
  height: 77px;
  margin: 0 auto;
  position: relative;
}

.news_box .title .name {
  font-size: 60px;
  font-weight: 900;
  color: #e4e4e4;
  margin-left: 35px;
  width: 385px;
}

.news_box .title .name img {
  margin-left: 40px;
  width: 46px;
  height: 32px;
}

.news_box .title .text {
  width: 181px;
  height: 65px;
  font-size: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  line-height: 53px;
  border-bottom: 1px solid #0a4f95;
}

.news_nav {
  width: 531px;
  margin: 0 auto;
  margin-top: 60px;
}
.news_nav ul {
  display: flex;
  justify-content: space-between;
}
.news_nav ul li:hover a{
  color: #0d6ac8;
}
.activer_news {
  color: #0d6ac8;
}

/* 列表 */
.list_box {
  margin-top: 40px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_box .list_bar {
  width: 580px;
  height: 170px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.list_bar .left {
  width: 200px;
  height: 170px;
  margin-right: 0.2rem;
}

.list_bar .left img {
  width: 100%;
  height: 100%;
}

.list_bar .right {
  width: 62%;
  flex: 1;
  height: 170px;
}

.list_bar .right .info1 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_bar .right .info2 {
  font-size: 12px;
  color: #a7a7a7;
  margin-bottom: 9px;
  width: 1.14rem;
}

.list_bar .right .info3 {
  width: 350px;
  height: 53px;
  font-size: 14px;
  color: #a7a7a7;
  margin-bottom: 9px;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.list_bar .right .info4 {
  font-size: 0.14rem;
  color: #0d6ac8;
  width: 80px;
  height: 24px;
  border: 1px solid #0d6ac8;
  border-radius: 2px;
  margin-left: 247px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_bar .right .info1,
.list_bar .right .info2,
.list_bar .right .info3,
.list_bar .right .info4 {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

/* 点击切换效果 */
.current_list,
.current_list .right .info2,
.current_list .right .info3 {
  color: #0d6ac8;
}

.current_list .right .info4 {
  color: #fff;
  background: #0d6ac8;
}
/* hover */
.list_box .list_bar:hover .right .info1,
.list_box .list_bar:hover .right .info2,
.list_box .list_bar:hover .right .info3 {
  color: #0d6ac8;
}
.list_box .list_bar:hover .right .info4 {
  color: #fff;
  background: #0d6ac8;
}
/* 点击查看更多 */
.moreBtn {
  width: 140px;
  height: 40px;
  background: #fff;
  border: 1px solid #0d6ac8;
  border-radius: 20px;
  margin: 0 auto;
  color: #0d6ac8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.moreBtn a {
  color: #0d6ac8;
}
.aboutBtn{
  margin:20px 0 0;
}

/*
 * 新增 by swa
 */
.model_box .form .search_index .form_list .select_box {
  width: 180px;
  font-size:16px;
  background: #f0f0f0;
  margin:0;
}
.model_box .form .search_index .form_list .select_box {
  height: 50px;
  line-height: 50px;
}
.model_box .form .search_index .form_list .selet_open {
  height:50px;
}
.model_box .form .search_index .form_list .option {
  top: 50px;
}
.select_box span {width: 100%;}

/*放心使用*/
.detail_box .details_list {
  position: relative;
  overflow:hidden;
}
.detail_box .details_list .txt {
    position: absolute;
    left: 338px;
    top:0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.detail_box .details_list .txt p {
  padding-right: 18px;
}
.detail_box .details_list .txt .title {
  font-size: 28px;font-weight: bold;
  text-align: left;
  margin-top:78px;
  color: #0d6ac8;
}
.detail_box .details_list .txt .des {
  margin-top:20px;
  text-indent: 2em;
  color: #656566;
  line-height: 1.3;
}

.prev_div {
  z-index: 1000 !important;
}
.swiper-button-next, .swiper-button-prev {
  opacity: 1 !important;
  width:40px !important;
  height: 70px !important;
  background-color: rgba(0,0,0,.6);
}