/* 导航栏 */
.dhl {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: #fff;
}


.header {
	width: 1200px;
	margin: auto;
	height: 80px;
}

.headlogo {
	height: 28px;
	float: left;
	margin-top: 25px;
}

.headnav {
	position: relative;
	float: left;
	padding-left: 165px;
	font-size: 14px;
	height: 80px;
}

.headnav1 {
	float: left;
	padding-left: 35px;
	font-size: 16px;
	height: 80px;
	margin-top: 33px;
	color: #666;
	display: block;
	font-weight: 500;
}

.headnav1:hover>.red {
	color: #e60012;
}


/* 二级导航栏 */

.headnav li:hover>.headnav2 {
	display: block;
}

.headnav22:hover>.red {
	color: #e60012;
}

.headnav2 {
	position: fixed;
	top: 80px;
	left: 0;
	display: none;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}

.headnav2 ul {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.headnav22 {
	width: 109px;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
	padding: 10px;
}

.headnav2 img {
	width: 50%;
	display: block;
	margin: auto;
	padding-bottom: 3px;
	 margin-bottom: 5-px;
}

.headnav2 a {
	margin-top: 3px;
	font-size: 14px;
}

/* 京东淘宝图标 */
.headertb {
	float: right;
	margin-left: 17px;
}

.headertb img {
	height: 30px;
	margin-top: 22px;
	transition: al1 0.6s;
}

.headertb img:hover {
	transform: scale(1.4);
}

.dhlgd {
	height: 80px;
}

/* 首页产品推荐 */

.index-t {
	width: 100%;
	margin-top: 32px;
	height: 100px;
	text-align: center;
}

.index-tj {
	width: 1200px;
	text-align: center;
	margin: auto;
	top: 80px;
	background-color: #fff;
}

.index-tj1 {
	float: left;
	width: 11%;
}
.index-tj1:first-child {
    margin-left: 1%;
}

.index-tj1 img {
	width: 50%;
	display: block;
	margin: auto;
	padding-bottom: 3px;
	 margin-bottom: 3px;
}

.index-tj a {
	margin-top: 3px;
	font-size: 15px;
}


/* 4款主推产品系列 */
.index1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	height: 800px;
}

.index-cpimg1 {
	float: left;
	width: 580px;
	margin: 10px 10px;
	position: relative;
	border-radius: 5px;
	
}

.index-cpimg1 img {
	width: 100%;
	display: block;
}

/* 首页关于我们 */
.index2 {
	width: 100%;
	padding-top: 100px;
	background-color: #F4F5F9;
	position: relative;
}

.index2bj {
	width: 100%;
	display: block;
}

.index2main {
	width: 620px;
	position: absolute;
	left: 17%;
	top: 85px;
}

.index2mainlb {
	width: 100%;
	margin-top: 36%;
}

.index2mainlb1 {
	width: 50%;
	padding-right: 15px;
	margin-bottom: 45px;
	float: left;
}

.index2mainlb1left {
	width: 65px;
	height: 65px;
	padding: 9px;
	text-align: center;
	float: left;
	border-radius: 10px;
	transition: all .3s ease;
}

.index2mainlb1right h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 700;
}

.index2mainlb1right p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
}




/* 首页重点导向图 */
.index3 {
	width: 100%;
	margin-top: 80px;
	font-style: normal;
}

.index3main {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	font-style: normal;
}

.index3main1 {
	width: 100%;
	font-style: normal;
}

.index3main2 {
	width: 32.33%;
	float: left;
}

.index3main2:nth-child(2n) {
	margin: 0 1.5%;
}

.index3main2 img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.index3main2 h5 {
	font-size: 14px;
	color: #000;
	font-style: normal;
	margin-top: 13px;
}

.index3main2 i {
	font-size: 14px;
	color: #000;
	font-style: normal;
}

/* 首页新闻动态 */
.index4 {
	width: 100%;
	padding-top: 80px;
	clear: both;
}

.index4news {
	text-align: center;
	margin-bottom: 20px;
	text-transform: Uppercase;
}

.index4news h4 {
	font-size: 24px;
	font-weight: 700;
}

.index4news h5 {
	font-size: 14px;
	color: #aaa;
	margin-top: 10px;
}

.index4min {
	width: 1200px;
	margin: auto;
	margin-top: 25px;
}

.index4min1 {
	width: 32.33%;
	float: left;
	
}
.index4min1:nth-child(2n) {
    margin: 0 1.5%;
}

.index4min2 h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	color: #222;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	text-align:left
}

.index4min2 img {
	width: 388px;
	height: 210px;
	border-radius: 5px;
}
.index4min2 p{
	text-align:left;
	letter-spacing:1px;
	line-height:1.3rem; 
}
.index4gg {
	clear: both;
	padding-top: 40px;
	}
.text-gengduo{	
	  padding: 12px 25px 12px 25px;
	       width: 140px;
	       font-size: 14px;
	       line-height: 35px;
	       text-align: center;
	       border: 1px solid #b2aeae;
	       color: #2f2f2f;     
}
.text-gengduo:hover{
	color: #e60012;
	border: 1px solid #e60012;
}

/* 	您可能需要 */
.index5 {
    width: 100%;
    background-color: #fff;
}
.index5main {
    width: 1200px;

    margin: auto;
}
.index5main1 {
    width: 100%;
    float: left;
	    padding-top: 50px;
    margin-bottom: 80px;
}
.index5main2 {
    width: 25%;
    float: left;
    border-right: 1px dotted #ddd;
}

.index5main2:nth-child(4){
  content: "";
  border-right: none;
}
.index5main2 a img {
    width: 46%;
    margin-left: 27%;
    transition: all .3s ease;
}
.index5main2 a h4 {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    text-align: center;
}
.index5main2 a p {
    color: #8b7f7b;
    font-size: 12px;
    padding-top: 12px;
    text-align: center;
}
.index5main2 a h5 {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #004471;
    color: #fff;
    width: 150px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    margin-top: 18px;
}

.yqlj {
    width: 100%;
    padding: 5px 0;
    background-color: #f5f5f5;
}
.yqlj1{
	width: 1200px;
	    margin: auto;
	text-align: center;
	height: 20px;
	background-color: #f5f5f5;
}
.yqlj1 p {
    display: inline-block;
    font-size: 13px;
    color: #999;
    line-height: 18px;
}
.yqlj1 a {
    display: inline-block;
    font-size: 13px;
    color: #999;
    line-height: 18px;
    margin: 0 2px;