﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*产品中心*/
.product_center {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden; 
  padding: 0;
  margin: 0;
  margin-top: 101px;
  list-style: none;
}

.product_center > .item {
  display: block;
  position: relative;
}

.product_center > .item >  img {
  display: block;
  width: 100%;   
  height: auto;
}

.product_center > .item > .info {
	position: absolute;
    display: flex;
    align-items: center;
}

.product_center > .item:first-child > .info {
	top: 50px;
  	left: 22.6%;
}

.product_center > .item:nth-child(2) > .info {
	top: 107px;
  	left: 19.5%;
}

.product_center > .item:nth-child(3) > .info {
	top: 82px;
  	left: 19.7%;
}

.product_center > .item:nth-child(4) > .info {
	top: 108px;
  	left: 14.2%;	
}

.product_center > .item:nth-child(5) > .info {
	top: 102px;
  	left: 34.9%;	
}

.product_center > .item:nth-child(6) > .info {
	top: 71px;
  	left: 13%;
}

.product_center > .item:nth-child(7) > .info {
	top: 77px;
  	left: 27.6%;	
}

.product_center > .item > .info > .sub_title {
    width: 102px;
    box-sizing: border-box;
    height: 77px;
    padding: 14px 15px 15px 15px;
    font-size: 18px;
    color: #fff;
    background: #0C73B7;
    border-radius: 20px;
    white-space: pre-wrap;
}

.product_center > .item:nth-child(n+5):nth-child(-n+7) > .info > .sub_title {
	background: #B10101;
}

.product_center > .item > .info > .title {
    font-size: 54px;
  	color: #000;
    margin-left: 30px;
}

.product_center > .item:first-child > .info > .title { 
	font-size: 36px;
}

.product_center > .item:nth-child(even) > .info > .title {
	color: #fff;
}

.product_center > .item > a > .product_more {
	position: absolute;
    transition: all 0.3s ease; 
    display: flex;
    align-items: center;
}

.product_center > .item:first-child > a > .product_more {
	top: 127px;
  	left: 38.9%;
}

.product_center > .item:nth-child(2) > a > .product_more {
    top: 197px;
  	left: 28.1%;
}

.product_center > .item:nth-child(3) > a > .product_more {
    top: 175px;
  	left: 28.5%;
}

.product_center > .item:nth-child(4) > a > .product_more {
    top: 210px;
  	left: 38.1%;
}

.product_center > .item:nth-child(5) > a > .product_more {
    top: 191px;
  	left: 48.5%;
  	display: none;
}

.product_center > .item:nth-child(6) > a > .product_more {
    top: 161px;
  	left: 26.5%;
  	display: none;
}

.product_center > .item:nth-child(7) > a > .product_more {
    top: 166px;
  	left: 41.5%;
  	display: none;
}

.product_center > .item > a > .product_more > .text {
	font-size: 24px;
    border: #0C73B7 0.88px solid;
    padding: 2px 24px 2px 10px;
    color: #000;
}

.product_center > .item:nth-child(even) > a > .product_more > .text {
	color: #fff;
}

.product_center > .item > a > .product_more > .arrow{
	background: url(../picture/right_arrow_active.png)  no-repeat;
    background-color: #0C73B7;
    width: 48px;
    height: 37px;
    background-size: auto;
	background-position: 8px center;
  	transition: all 0.5s ease;
}

.product_center > .item > a > .product_more:hover  > .arrow {
	background-image: url(../picture/right_arrow.png);
    background-color: #433081; 
}