﻿.yin {
					padding: 0 0 50px;
					width: 1200px;
					height: 27.375rem;
					margin: 0 auto;
				}

				.yin_l {
					font-size: 36px;
					color: #404040;
					background: url(http://www.hj-smart.com/skin/img/yin_ico01.gif) no-repeat 0 0;
					padding: 0 0 0 28px;
					line-height: 36px;
					width: 410px;
					height: 166px;
				}

				.yin_l span {
					display: block;
					font-size: 16px;
					color: #666;
					padding: 10px 0 0;
					line-height: 30px;
				}

				.yin_l em {
					display: block;
					font-size: 16px;
					color: #333;
					font-weight: bold;
					padding: 20px 0 0;
					background: url(http://www.hj-smart.com/skin/img/yin_ico02.gif) no-repeat right 27px;
					line-height: 30px;
				}

				.yin_r {
					width: 714px;
				}

				.yin_r ul li {
					width: 210px;
					height: 118px;
					float: left;
					position: relative;
					line-height: 0;
					overflow: hidden;
					margin-left: 28px;
				}

				.yin_r ul li img,
				.chanp ul li img,
				.case_m ul li img,
				.ys dl dt img,
				.fuw_l ul li img,
				.wd_pic img,
				.about dl dt img {
					width: 210px;
					height: 118px;
					-webkit-transition: 1s;
					-moz-transition: 1s;
					transition: 1s;
				}

				.yin_r ul li img:hover,
				.chanp ul li img:hover,
				.case_m ul li img:hover,
				.ys dl dt img:hover,
				.fuw_l ul li img:hover,
				.wd_pic img:hover,
				.about dl dt img:hover {
					-webkit-transform: scale(1.1);
					-moz-transform: scale(1.1);
					-ms-transform: scale(1.1);
					transform: scale(1.1);
				}

				.yin_r ul li span,
				.chanp ul li span {
					width: 210px;
					display: block;
					text-align: center;
					height: 30px;
					line-height: 30px;
					overflow: hidden;
					position: absolute;
					bottom: 0;
					left: 0;
					font-size: 14px;
					color: #fff;
					background: rgba(51, 103, 166, 0.8);
				}

				.yin_r ul li:hover span,
				.chanp ul li:hover span {
					background: rgba(120, 178, 56, 0.8);
				}

				.ibrand-num li {
					list-style: none;
					float: left;
					width: 150px;
					height: 90px;
					padding-top: 5px;
					color: #333;
					font-size: 20px;
					background: url(http://www.hj-smart.com/skin/img/yin_ico03.gif) no-repeat 0 22px;
					padding-left: 60px;
					position: relative;
				}

				.ibrand-num li em {
					font-size: 48px;
					color: #3367a6;
					font-weight: bold;
					padding-right: 5px;
					line-height: 60px;
				}

				.ibrand-num li span {
					font-size: 60px;
					color: #3367a6;
					font-family: "Impact";
					line-height: 60px;
					padding-right: 5px;
				}

				.ibrand-num li b {
					display: block;
					font-size: 18px;
					font-weight: normal;
					padding: 5px 0 0;
				}

				.ibrand-num li:first-child {
					background: none;
					padding-left: 0;
				}

				.ibrand-num li i {
					display: block;
					font-size: 18px;
					color: #fff;
					width: 25px;
					text-align: center;
					height: 25px;
					line-height: 25px;
					overflow: hidden;
					background: #78b238;
					border-radius: 50%;
					position: absolute;
					top: 0;
				}

				.ibrand-num li.num01 i {
					left: 23px;
				}

				.ibrand-num li.num02 i {
					left: 80px;
				}

				.ibrand-num li.num03 i {
					left: 110px;
				}

				.ibrand-num li.num04 i {
					left: 137px;
				}

				.ibrand-num li.num05 i {
					left: 115px;
				}

				.ibrand-num li.num06 i {
					left: 87px;
				}

				.ibrand-num li.num04 {
					width: 165px;
				}

				.ibrand-num li.num05 {
					width: 135px;
				}



				.jigou {
					width: 1200px;
					height: 46.25rem;
					margin: 0 auto;

				}

				.jigou_right{width:450px;}

				.jigou_left {
					width: 50%;
					float: left;
				}

				.jigou h3 {
					font-size: 30px;
					margin-top: 85px;
					font-weight: 700;
				}

				.jigou p {
					margin-top: 90px;
					text-indent: 2em;

				}

				@media only screen and (max-width: 500px) {
					.yin {
						padding: 10px 10px 50px 10px;
						width: 95%;
						height: 30.375rem;
						margin: 0 auto;
					}

.yin h3{margin-top:35px;}
					yin_r {width:90%;}
					.ibrand-num {width:100%;display:flex;flex-flow:row wrap;text-align:center;}

					/* .u-yin{width: 100%;padding-top: 1rem;} */
					.ibrand-num li {

						width: 22.3%;
						height: 6.2rem;
						color: #333;
						font-size: 1rem;
						position: relative;
						flex: auto;
						padding-top: 0.3rem;margin-bottom:15px;
					}
					.ibrand-num li.num04 {
						width: 90px;
					}

					.ibrand-num li.num05 {
						width:87px;
					}

					.ibrand-num li:before {
						content: "";
						width: 1px;
						height: 2.5rem;
						position: absolute;
						top: 1.2rem;
						right: 0.8rem;
						background: #d6d6d6;
					}

					.ibrand-num li em {
						font-size: 2.5rem;
						color: #3367a6;
						font-weight: bold;
						padding-right: 0.3rem;
						line-height: 2.5rem;
					}

					.ibrand-num li span {
						font-size: 3.2rem;
						color: #3367a6;
						font-family: "Impact";
						line-height: 3.2rem;
						padding-right: 0.3rem;
					}

					.ibrand-num li b {
						display: block;
						font-weight: normal;
						padding: 0.3rem 0 0;
					}

					.ibrand-num li i {
						display: block;
						font-size: 0.8rem;
						color: #fff;
						width: 1.4rem;
						text-align: center;
						height: 1.4rem;
						line-height: 1.4rem;
						overflow: hidden;
						background: #78b238;
						border-radius: 50%;
						position: absolute;
						top: 0;
					}

					.ibrand-num li:nth-child(2) i,
					.ibrand-num li:nth-child(3) i
					 {
						position:absolute;left: 117px;top:0px;
					}

.ibrand-num li:nth-child(1) i,.ibrand-num li:nth-child(4) i{position:absolute;left: 57px;top:0px;}

.ibrand-num li:nth-child(6) i
					 {
						position:absolute;left: 117px;top:0px;
					}

					.ibrand-num li:nth-child(4) {
						padding-left: 0;
					}

					.ibrand-num li:nth-child(3n):before {
						background: none;
					}

					.jigou {
						width: 90%;
						height: 24.25rem;
						display: flex;
						flex-flow:row wrap;

					}

					.yin_l {
						font-size: 36px;
						color: #404040;
						background: url(http://www.hj-smart.com/skin/img/yin_ico01.gif) no-repeat 0 0;
						padding: 0 0 0 0px;
						line-height: 36px;text-align:center;
						width: 100%;
						height: 166px;
					}

					.jigou h3 {
						font-size: 30px;
						margin-top: 15px;
						font-weight: 700;
					}

					.jigou p {
						margin-top: 10px;
						text-indent: 2em;text-align:justify;

					}



				.jigou_left{
					width: 50%;
					flex: auto

				}
			.jigou .jigou_right{
					width: 50%;
					height:76%;
					flex: auto

				}

				