﻿@charset "utf-8";
/* CSS Document */
/*common*/
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.bg { background:#FFF;}
em,i{ font-style:normal;}

body{min-width: 1200px; width: 100%;}

/*信誉厂商搜索入口*/
.yh2{height:726px;background:url(../img/index/bg1.jpg) no-repeat center 0;}
.yh2 h3{ text-align: center; font-weight: normal; color: #2042a1; font-size: 36px; padding-top: 55px; height: 106px;}
.yh2 h3 strong{ font-weight: bold; color: #b61919;}
.yh2 ul{ overflow: hidden;}
.yh2 ul li { float: left; width: 300px; text-align: center; color: #19202a; font-size: 18px; padding-top: 40px; line-height: 31px;}
.yh2 ul li a img { display:block; width:207px; height:207px; margin:0 auto;margin-top:50px;
-moz-transition: width 1s, height 1s, -webkit-transform 1s; /* For Safari 3.1 to 6.0 */
-webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* For Safari 3.1 to 6.0 */
transition: width 1s, height 1s, transform 1s;}
.yh2 ul li a:hover img {   
-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
transform: rotate(deg);
-moz-transform: rotate(360deg); /* Chrome, Safari, Opera */
-ms-transform: rotate(360deg); /* Chrome, Safari, Opera */
}	
.yh2 ul li a em { display: block; text-align: left; padding-left:39px;font-size: 12px;}
.yh2 ul li a em i{ display: block; color:#2042a1; font-size: 24px; padding:43px 0 18px 0;}
