﻿/* banner */

.banner {
    height: 500px;
    overflow: hidden;
}

.banner .d1 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 100% !important;
}

.banner .d2 {
    width: 100%;
    height: 30px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 460px;
}

.banner .d2 ul {
    display: table;
    margin: 0 auto;
}

.banner .d2 li {
    width: 17px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    background: url(/skin/images/img1.png) no-repeat center;
    float: left;
    margin: 0 3px;
    display: inline;
}

.banner .d2 li.nuw {
    background: url(/skin/images/img1_1.png) no-repeat center;
}
.l_pro{
	width:270px;
	min-height:581px;
	background:#FFF;
    position: relative;
}
.dropdown li a{
	width:210px;
}
.ipronavmore {
	position: absolute;
	bottom: 18px;
	right: 15px;
}
.dropdown>li{
	position: relative;
	z-index: 99;
	background: #FFF;
}
.pro{
	width: 720px;
	height: 645px;
}
.dropdown li > ul li a{
	margin-left: 40px;
}
.pro li{
	 margin: 11px 0 35px 15px; 
}
.menu ul li:nth-child(3) #navChild{
	width: 190px;
	left: -40px;
}
.news_r>p{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}