	* {margin: 0; padding: 0; font-size: inherit; font-style: inherit; font-family: 'MicrosoftYaHei'; box-sizing: border-box; -webkit-text-size-adjust: 100%;}
body, html {
	font-size: 18px;
}

li {
	list-style: none;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.small-title {
	margin: 2.20rem 0;
	font-size: 0.78rem;
}
.product-info{
	padding-bottom: 74px;
	margin:0 auto;
}


.product-info > ul > li {    
	display: inline-block;
	background: #0381BD;
	width: 289px;
	height: 251px;
	vertical-align: top;
	text-align: center;
	padding: 80px 0;
	font-size: 14px;
	color: #fff;
	position: relative;
	margin-left: 4px;
}

/*判断是否苹果电脑分辨率//不小于1920分辨率
@media screen and (min-width: 1920px) { 
	.wrap{
		width:60%;
		position:relative;
	｝
}
*/


/*图片固定宽高*/
.product-info > ul > li >img{
	height: 52px;
    width: 53.99px;
}
.product-info > ul > li > img:last-child {
	display: none;
}
.product-info > ul > li:first-child {
	padding: 0;
	font-size: 25px;
	color: #0381BD;
	line-height: 260px;
	background: #DCDCDC;
}
.product-info > ul > li > div {
	margin-top: 12px;
}
.product-info > ul > li > .arrows {
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 20px solid transparent;
    border-bottom-color: #EEEEEE;
    bottom: 0;
	left: 50%;
    margin-left: -10px;
    display: none;
}
.product-info > ul li:nth-child(6) .arrows{
	transform: rotate(180deg);
	top:-12px;
}
.product-info > ul li:nth-child(7) .arrows{
	transform: rotate(180deg);
	top:-12px;
}
.product-info > ul li:nth-child(8) .arrows{
	transform: rotate(180deg);
	top:-12px;
}
.product-info > ul li:nth-child(9) .arrows{
	transform: rotate(180deg);
	top:-12px;
}
.product-info > ul > li.on > .arrows {
	display: block;
}
.click-info {
	width: 98.8%;
	margin-left: 3px;
	padding: 0px 0 0px 109px;
    align-items: center;
	background: #EFF4F6;
	position: relative;
}
.click-info > div{
  display: inline-block;	
  vertical-align: middle;	
  text-align: center;	
}
.click-info > .info{
 margin-right: 80px;
}
.product-introduction > div{
	display:inline-block;
}

.logo{
	width:290px;
	vertical-align: middle;
}
.logo:hover .protext{
	font-size:22px;
	
}
.logo:hover .proimg{
	transform: scale(1.2);
}
.protext{
	transition: font-size .8s;
-moz-transition: font-size .8s;	/* Firefox 4 */
-webkit-transition:font-size .8s;	/* Safari 和 Chrome */
-o-transition: font-size .8s;
}
.proimg{
	transition: transform .8s;
-moz-transition: transform .8s;	/* Firefox 4 */
-webkit-transition:transform .8s;	/* Safari 和 Chrome */
-o-transition:transform .8s;
}
/*.click-info > div {
	display: inline-block;
}
.click-info > div:first-child {
	text-align: left;
	height: 130px;
	width: 108px;
}
.click-info > div:first-child > div {
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}
.click-info > div:last-child {
	position: absolute;
	left: 20%;
	bottom: 40%;
	margin-left: 124px;
	font-size: 16px;
}
.product-introduction > div {
	margin: 23px 0;
}
.product-introduction  div  span {
	color: #0381BD;
}
.product-introduction  span {
	color: #0381BD;
}
.product-info > ul > li.on > .arrows {
	display: block;
}

/*.click-info {
	width: 98.8%;
	padding: 62px 0 62px 109px;
	background: #EFF4F6;
}
.click-info > div {
	display: inline-block;
}
.click-info > div:first-child {
	text-align: center;
}
.click-info > div:first-child > div {
	font-size: 18px;
	font-weight: bold;
	margin-top: -107px;
}
.click-info > div:last-child {
	margin-left: 124px;
	font-size: 16px;
}
.product-introduction > div {
	margin: 13px 0;
}*/
.product-introduction > div > div:last-child {
	color: #0381BD;
}
.product-introduction > span {
	color: #0381BD;
}
	

	
/*@media (max-width: 1366px) { 

	.click-info {
	width: 98.8%;
	line-height:131px !important;
	margin-left: 3px;
	padding: 62px 0 62px 109px;
	background: #EFF4F6;
	position: relativeative;
	}
}*/