/* 产品  */
	.header .nav ul li a {
    	margin-right: 35px;
    }
	.headerLogo h1 img {
	    margin-top: 0;
	}
	.header .nav ul li.active a, .header .nav ul li a:hover {
	    border-bottom: 0 !important;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	    background-color: transparent !important;
	}

	.dropdown-menu{
		width: 1200px;
		height: 313px !important;
		margin-left: 350px !important;
	}
	.dropdown-menu li {
	    float: left;
	    width: 25%;
	    margin-top: 10px;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    transition: all 0.5s;
	}
	
	.dropdown-menu li:hover {
	    box-shadow: 3px 4px 15px 0px rgba(0, 42, 82, 0.15);
	}
	.dropdown-menu li a {
	    display: block;
	    height: 136px !important;
	    margin-right: 0 !important;
	    padding-left: 60px !important;
	}
	.dropdown-menu li a p {
	    margin-top: 14px;
	    color: #28293c;
	    opacity: 0.8;
	    line-height: 1.8;
	    text-align: left;
	    white-space: normal;
	}
	
	.dropdown-menu li a .title h3 {
	    font-weight: bold;
	    color: #28293c;
	    margin: 0 10px;
	    position: relative;
	    display: inline-block;
	    top: 2px;
	}
	.title{
		height: 50px !important;
		line-height: 50px !important;
	}
	.fnt_17{
	    font-size: 17px !important;
	}
	.fnt_14{
	    font-size: 14px !important;
	}
	.dropdown-menu li a .title .icon {
	    max-width: 30px;
	}
	.dropdown-menu li img {
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	    border: 0;
	    display: inline-block;
	}