.div1{
	margin-top: 0;
	padding: 0;
}

.div1 .navbar-collapse{
	margin: 0;
}

.product{
	margin-top: 8px;
}

.row1 img{
	width: 100%;
}

.gw li{
	border-bottom: 0.1rem solid #ccc;
	line-height: 4rem;
}

.gw img{
	display: inline-block;
}

.span3 {
	color: #000;
	margin-left: 1rem;
}

.p111{
	font-size: 2rem;
}

.thumbnail{
	padding:12px;
}

.thumbnail a{
	color: #000;
	text-align: center;
}

.thumbnail h4{
	font-size: 1.5rem;
	margin-top: 15px;
}

.products{
	position: absolute;
    background: #f8fbff;
    z-index: 1000
}


.products .active>a:focus {
	background: #e0edff;
	font-weight: 600;
}




/*产品中心左侧菜单*/

.div1 .navbar-collapse{
	padding: 0;
	width: 100%;
}

.products ul li {
	border-bottom: 1px solid #0d469d;
}

.products ul li:first-child {
	border-top: 1px solid #0d469d;
}

.products ul li:hover,.products ul li:hover a {
	background: #e0edff;
	font-weight: 600;
}

.products ul li:hover a:after {
	content: " ";
    border: 5px solid transparent;
    border-left: 7px solid #004994;
    width: 0;
    height: 0;
    margin-top: 5px;
    float: right;
    margin-right: -7px;
    display: inline-table;
}

.products ul li a {
	color: #09439b;
	font-size: 14px;
	padding: 18px 10px;
}

.products .active {
	background: #e0edff;
	font-weight: 600;
}

.products .active>a:focus {
	background: #e0edff;
	font-weight: 600;
}

.products ul li a:focus{
	background: white;
}

.vertical-tab .active:after {
    content: " ";
    border: 5px solid transparent;
    border-left: 7px solid #004994;
    width: 0;
    height: 0;
    margin-top: -33px;
    float: right;
    margin-right: 3px;
    display: inline-block;
}


@media screen and (min-width:768px) {
	.div1 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.products{
		position: relative;
    	background: transparent;
	}
	
	.product{
		margin-top: 0;
	}
	
	.div1 .navbar-collapse{
		width: 190px;
	}
	
	.products ul li a {
		font-size: 16px;
		padding: 23px 10px;
	}
	.vertical-tab .active:after{
    	content: " ";
	    border: 5px solid transparent;
	    border-left: 7px solid #004994;
	    width: 0;
	    height: 0;
	    margin-top: -40px;
	    float: right;
	    margin-right: 3px;
	    display: inline-block;
    }
}


@media screen and (max-width: 1200px) {
	.thumbnail h4{
		font-size: 1.2rem;
	}
}
