ul,
li,
ol,
li {
	margin: 0;
	padding: 0;
}


/*媒体查询：注意and后面空格的添加*/

.head-bg {
	width: 100%;
	height: 74px;
	background-color: #515151;
	position: relative;
}

.head-logo-leftfull {
	width: 150px;
	height: 100%;
	background-color: #515151;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.head-navigation {
	width: 910px;
	min-height: 52px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #515151;
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 10;
}

.head-logo-rightfull {
	width: 20px;
	height: 50%;
	background-color: #515151;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.navbar-default {
	background-color: #515151;
	border: none;
}

.container div.head-navigation {
	min-height: 38px !important;			/*新加*/
	float: right;
	margin-top: 22px;
	padding-left: 0;
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	/* Firefox */
	-webkit-box-sizing: content-box !important;
}

.head-bg-white {
	position: absolute;
	width: 50%;
	height: 22px;
	right: 0;
	top: 0;
	background-color: #FFFFFF;
}

.searchBox {
	width: 320px;
	height: 28px;
	background: #fff;
	float: right;
	margin-top: 5px;				/*新加*/
	margin-right: -15px;
	-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
}
.indexLb .swiper-slide{
	height: 468px !important;					/*新加*/
}
.swiper-slide img{					/*新加*/
	height: 100%;
}
.searchBox .seaIcon {
	display: inline-block;
	width: 28px;
	text-align: center;
	float: left;
	line-height: 28px;
	color: #999999;
}

.searchBox .searchBtn {
	width: 52px;
	height: 28px;
	background: #D70D1A;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	border: none;
	float: left;
	outline: none;
}

.searchBox .searchInput {
	width: 240px;
	height: 28px;
	border: none;
	float: left;
	color: #999999;
	outline: none;
}

.bContainer {
	width: 1200px;
	margin: 0 auto;
}

.container-fluid {
	padding: 0;
}

.container-fluid .row {
	margin-left: 0;
	margin-right: 0;
}

.row.prozs,
.row.proList {
	/*margin-top: 20px;*/
	margin-left: 0;
	margin-right: 0;
} 
.row.prozs{
	margin-top: 20px;
}
.prozs>div {
	padding: 0;
	position: relative;
}

.prozs>div>img {
	max-width: 100%;
}

.prozs>div.jum .center-block {
	width: 100%;
	height: 550px;
}

.prom-right>.row {
	margin-right: -15px;
}

.prom-right .row div {
	margin-bottom: 10px;
	position: relative;
}

/*.prom-right .row div img {
	max-height: 270px;
}*/

.bottomImg a img {												/*新改*/
	max-height: 279px;
}

.topIns,
.topRightIns {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	padding: 10px 15px;
}

.prom-right .row div .topRightIns {
	position: absolute;
	left: 10px;
}

.topIns span,
.topRightIns span {
	font-size: 14px;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.topIns b,
.topRightIns b {
	display: block;
	width: 100px;
	margin: 5px 0px 10px;
	/*border-bottom: 2px solid #ddd;*/
}

.topRightIns span {
	font-size: 14px;
	display: inline-block;
	/*width: 100%;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 2px solid #fff;
}

.topIns p,
.topRightIns p {
	font-size: 12px;
	color: #fff;
}

.topRightIns p {
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bannerBox {
	position: relative;
	padding: 0;
}

/*2018.9.11修改*/
.bannerBox .bannerIns {
	width: 22%;						/*新加*/
	height: 80%;
	position: absolute;
	top: 10%;
	left: 3%;
	z-index: 11;
	background: rgba(255, 255, 255, .4);
}

.insCon {
	width: 70%;
	height: 70%;
	margin: 15%;
	position: relative;
}

/*2018.9.11修改*/
.insCon h3 {
	font-size: 20px;						/*新加*/
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 20%;
	font-weight:bold;
}

.insCon p {
	font-size: 16px;						/*新加*/
	line-height: 20px;
	color: #fff;
}
/*2018.9.11修改end*/

.insCon p.bName {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.center-block {
	margin-right: 0;
	width: 100%;
	margin-left: 0;
}

/*2018.9.11修改*/
.adImg img {
	width: 100%;
	max-height: 100px;
	margin: 10px 0 20px;
}

.proList>div {
	/*-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);*/
	/*text-align: center;
	position: relative;
	padding: 0;
	margin-bottom: 15px;*/
}
.proList>div {
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 0.933333333%;
    text-align: left;
}
.proList>div img {
    width: 100%;
    /*height: 200px;*/
}

.bottomName {
	width: 100%;
	height: 50px;
	position: absolute;
	/*left: 5%;*/
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	line-height: 50px;
	margin-bottom: 0;
	text-align: center;
	cursor: pointer;
}

/*2018.9.11修改*/
.bottomName span {
	display: inline-block;
	width: 100%;
	/*-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);*/
}

.carItemIns {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	/*left: 5%;*/
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.insBox {
	width: 80%;
	margin-left: 10%;
	margin-top: 20%;
	/*-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);*/
}

/*2018.9.11修改*/
.insBox>p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 30px;
}

.insBox>.title {
	color: #fff;
	font-size: 1.2em;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
/*2018.9.11修改end*/

.carItem {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #DEDEDE;
}
.carItem:last-child{
	border-bottom: none;
}
.carItem .carImg {
	padding: 0;
}

.carItem .carImg a>img {
	width: 100%;
	/*height: 200px;*/
}

.carItem .carWords {
	position: relative;
}

/*2018.9.114修改*/
.carItem .carWords>p.carTitle {
	overflow: hidden;
	margin-bottom: 15px;
}

.carItem .carWords>p.carTitle>img,
.carItem .carWords>p.carTitle>span {
	float: left;
	margin-right: 10px;
}

.carItem .carWords>p.carTitle>span {
	font-size: 20px;
	color: #181818;
	font-weight: bold;
	border-bottom: 4px solid #D70C19;
	padding-bottom: 5px;
}

/*2018.9.11修改*/
.carItem .carWords>p.carName {
	font-size: 18px;
	color: #181818;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 15px;
}

/*2018.9.11修改*/
.carItem .carWords>p.carIns {
	color: #333333;
	margin-left: 30px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.carItem .carWords p.handleBtn {
	margin-left: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: 0;
}

p.handleBtn a {
	padding: 5px 15px;
	border: 1px solid #D70C19;
	color: #D70C19;
	border-radius: 20px;
	margin-left: 30px;
}

span.dateCon {
	float: right;
	font-size: 14px;
	color: #999999;
	margin-right: 15px;
}

.bAdimg img {
	margin: 5px 0;
	width: 100%;
	max-height: 100px;
}

.footerBox {
	padding: 30px 0 15px;
	background: #515151;
}

.footerBox p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}

.footerBox p span {
	margin-right: 10px;
}

.topGallery {
	margin: 20px 0;
}

.gallery-top .swiper-slide {
	position: relative;
	/*height:483px;*/
}

.gallery-top .swiper-slide p {
	position: absolute;
	bottom: 0;
	padding: 15px 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	width: 100%;
}

.rightImg>div {
	margin-bottom: 10px;
	position: relative;
}

.rightImg>div img {
	width: 100%;
	/*max-height: 296px;*/
}

.rightImg>div .cTitle {
	padding: 15px 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

.rightImg>div .cIns {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	display: none;
}

.rightImg>div .cIns>div {
	width: 80%;
	margin-left: 10%;
	margin-top: 20%;
}

.cIns>div>h3 {
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.cIns>div>h3>a {
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
}
.cIns>div>p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.cIns>div>p>a {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.rightImg>div:last-child {
	margin-bottom: 0;
}

.gallery-top {
	/*height: 468px;
	min-height: 468px;*/
	margin-bottom: 10px !important;
}

.gallery-thumbs {
	/*height: 124px;
	min-height: 124px; */
}

.xcList .row {
	margin-bottom: 15px;
}

.xcList .row>div {
	margin: 10px 0;
}

.xcList .row>div:hover .xcContent,
.xcList .row>div:hover img {
	box-shadow: 0px 3px 10px #ccc;
}

.xcList .row>div>a>img {
	width: 100%;
}

.xcContent {
	background: #F0F0F0;
	padding: 15px 5px;
	position: relative;
	height: 200px;
	max-height: 200px;
}

.xcContent .title {
	font-size: 18px;
	font-weight: bold;
	color: #181818;
	margin-bottom: 15px;
}

.xcContent .title img {
	position: relative;
	top: -2px;
}

.xcContent p.carCon {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-left: 26px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.xcContent .dateIns {
	font-size: 14px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 15px;
	color: #999999;
}

.xcContent .dateIns .clockImg {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/timeIcon.png) no-repeat 0 0;
	position: relative;
	top: 2px;
	margin-right: 5px;
}


/*iphone: w < 768px*/

@media screen and (max-width: 768px) 
{
    .insCon {
        width: 85%;
        margin: 15% 5%;
    }
	.insCon p{
		display:none;
	}
	.bContainer,
	.header-v5 .mega-menu .container {
		width: 100%;
	}
	.carItem .carWords {
		height: 234px;
		margin-top: 15px;
	}
	.prozs>div.prom-right{
    	margin-top:10px;	
    }
    .prom-right .row div.pr-left,.prom-right .row div.pr-right,.prom-right .row div.bottomImg{
    	padding-left: 0 !important;
    	padding-right: 0 !important;
    }
    .proList>div{
    	width: 100%;
    }
    .insBox{
    	margin-top:5%;
    }
    .topGallery .lunBo{
    	padding-right: 15px !important;
    }
    .topGallery .rightImg{
		margin-top:10px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.oneColumn {
        padding: 10px 10px;
    }
    .dcontent img {
        width:100%;
        height:auto;
    }
}


/*pad: w >= 768  && w< 992*/

@media screen and (max-width: 992px) and (min-width: 768px) {
    .insCon {
        width: 85%;
        margin: 15% 5%;
    }
	.insCon p{
		display:none;
	}
	.bContainer,
	.header-v5 .mega-menu .container {
		width: 750px;
	}
	.prozs>div.jum .center-block {
		height: 400px;
	}
	.carItem .carWords {
		height: 234px;
	}
	.carItem .carWords>p.carIns {
		-webkit-line-clamp: 5;
	}
	.gallery-top {
	
		margin-bottom: 10px;
	}
	.gallery-thumbs {
		height: 94px;
		min-height: 94px;
	}
	.rightImg>div .cIns>div {
		margin-top: 6%;
	}
		.proList>div{
	    margin-right: 0;
	}
	.proList>div img{
		width: 95%;
		margin-left: 2.5%;
	}
	.bottomName{
		width: 95%;
		position: absolute;
     	left: 2.5%; 
	}
	.carItemIns {
	    width: 95%;
	    height: 100%;
	    position: absolute;
	    left: 2.5%; 
    }
    .col-lg-7 {
	    width: 58.85333333%;
	}
	.col-lg-5 {
	    width: 41.14666667%;
	}
	.rightImg>div .cIns>div{
		margin-top:-5%;
	}
    .oneColumn {
    padding: 10px 10px;
    }
}


/*中等屏幕   w >= 992  && w<1200*/

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.bContainer,
	.header-v5 .mega-menu .container {
		width: 970px;
	}
	.prozs>div.jum .center-block {
		height: 521px;
	}
	.carItem .carWords {
		height: 202px;
	}
	.gallery-top {
		/*height: 500px;
		min-height: 500px; */
		margin-bottom: 10px;
	}
	.gallery-thumbs {
		height: 88px;
		min-height: 88px;
	}
    .proList>div.col-md-3 {
	    margin-right: 0;
	}
	.proList>div img{
		width: 95%;
		margin-left: 2.5%;
	}
	.bottomName{
		width: 95%;
		position: absolute;
     	left: 2.5%; 
	}
	.carItemIns {
	    width: 95%;
	    height: 100%;
	    position: absolute;
	    left: 2.5%; 
    }
    .col-md-9 {
	    width: 75%;
	    padding-right: 0;
	}
    .col-lg-7 {
	    width: 60.95333333%;
	}
	.col-lg-5 {
	    width: 39.04666667%;
	}
	.rightImg>div .cIns>div{
		margin-top:10%;
	}
	.oneColumn {
    padding: 10px 20px;
    }
}

@media screen and (min-width: 1200px) {
	.carItem .carWords {												/*新改*/
		height: 194px;
	}
	.rightImg>div .cIns>div {
		margin-top: 26%;
	}
	.col-lg-3 {
	    width: 24.3% !important;
	}
	.col-lg-9 {
	    width: 75.7% !important;
	    padding-right: 0;
	}
	.col-lg-7 {
	    width: 60.95333333%;
	}
	.col-lg-5 {
	    width: 39.04666667%;
	}
	.oneColumn {
    padding: 10px 66px;
    }
} 
@media screen and (max-width: 380px) 
{
    .insCon {
        width: 85%;
        margin: 15% 5%;
    }
	.insCon h3{
		font-size: 14px;
	}
	.insCon p{
		display:none;
	}
}

/*2018.9.11添加*/
.time {
	background: url(../img/time.png) left no-repeat;
	padding-left: 27px;
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.text
{
    font-size:14px;
    line-height:26px;
    color:#fff !important;
}