.g-box .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #f29e00;
	margin-bottom: 15px;
}
.g-box .title a {
	float: right;
	font-size: 15px;
	color: #666666
}
.g-box .title strong {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #f29e00;
	padding: 0 20px;
	font-size: 18px;
}


.company-box {
	height: 618px;
	background: url(../img/company_bg.jpg) no-repeat center;
}
.company-box .box {
	height: 618px;
	position: relative;    width: 1200px;
    margin: 0 auto;
}
.company-box .box:after {
	content: "";
	width: 1171px;
	height: 512px;
	background: url(../img/company_box.png) no-repeat center;
	position: absolute;
	left: 60px;
	top: 50px;
	visibility: visible;
}

.company-box .box .t {
	display: block;
	font-size: 32px;
	color: rgba(255,255,255,.5);
	position: absolute;
	right: 55px;
	top: 30px;
	font-weight: bold;
}
.yz_company-list .lists{ position:absolute;top:110px;z-index: 99;}

.yz_company-list .lists dl{ width:375px; float:left; margin-bottom:20px; height:120px; margin-right:20px;}
.yz_company-list .lists dt{ float:left}
.yz_company-list .lists dd{ float:right; width:245px;}
.yz_company-list .lists dt img{ width:110px; height:110px; border-radius:50%}

.yz_company-list .lists dd a,.yz_company-list .lists dd p{ color:#fff}
.yz_company-list .lists dd strong a{ font-size:16px; font-weight:800;  margin-bottom:15px;}
.yz_company-list .lists dd p{ margin-top:15px;}


.pro_box {
	margin-bottom: 35px; 
}
.index_pro .pro_list li {
	display: block;
	float: left;
	width: 23.5%;
	margin-right: 1.8%;
	background: #fff;
	padding: 2%;
	box-sizing: border-box;
	transition: all .5s;
}
.index_pro .pro_list li:last-child {
	margin-right: 0;
}
.index_pro .pro_list li .pic {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.index_pro .pro_list li img {
	display: block;
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	transition: all .5s;
}
.index_pro .pro_list li a.t {
	    display: block;
    text-align: center;
    height: 48px;
    line-height: 1.4;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
}
.index_pro .pro_list li .pro_c a {
	display: block;
	float: right;
	width: 52px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #f29e00;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 10px;
}
.index_pro .pro_list li .pro_c p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.index_pro .pro_list li:hover {
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.index_pro .pro_list li .pic:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.index_pro .pro_list li a.t:hover {
	color: #f29e00;
}

ul:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.top_l:hover a{ color:#fff}

