/* 通用样式	*/
a { text-decoration:none!important; outline:none}
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
	text-decoration:none;
}
li {
	list-style-type:none;
}
*{
	padding:0;
	margin:0;
}
body{font-family: Source Han Sans CN;}
.container-fluid {
	max-width: 1920px;
	min-width: 1600px;
}

.container {
	position: relative;
	width: 1200px;
	padding: 0;
}
.werpper {
	position: relative;
	max-width: 1180px;
	padding: 0;
	margin:0 auto;
}
.clear{clear:both;display:block;height:0;visibility:hidden;font:0/0 arial;}
.clearfix:after{content:" ";display:block;visibility:hidden;clear:both;height:0;font-size:0;}
.clearfix{*zoom:1;}
.show {
	display: block
}
/* 导航	*/
.navbar {
	margin-bottom: 0;
	border-bottom: none;
}
.navbar-default {
	background-color: #fff;
}
.navbar-brand{
	display: block;
	padding: 0;
}
.nav-list li a {
	display: block;
	border-right:1px solid #000;
	padding: 18px 5px;
}
.nav-list li a:last-child{
	border-right: none;
}
.banner {
	padding:0;
	position: relative;
}
.banner .banner-log{
	width:100%;
}
.item1 {
	position: relative;
	padding: 120px 0;
}
.item1-left {
	margin-right:40px;
}
.item1-title {
	font-size: 48px;
	font-weight: bold;
	color: #313131;
	margin-bottom: 20px;
}
.item1-title2 {
	font-size: 30px;
	font-weight: bold;
	color: #313131;
	margin-bottom: 35px;
}
.item1-text {
	width: 670px;
	font-size: 18px;
	font-weight: bold;
	color: #313131;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 20px;
}
.item2 {
	padding: 50px 0;
}
.title {
	font-size: 48px;
	font-weight: bold;
	color: #313131;
	text-align: center;
}
.title::after {
    content: '';
    display: block;
    width: 100px;
    border-bottom: 8px solid #D82217;
    margin: 0 auto;
    margin-top: 20px;
}
.item2-cont {
	margin-top: 60px;
}
.item2-text {
	font-size: 18px;
	color: #313131;
}
.item3 {
	padding: 50px 0;
}
.item3-cont {
	margin-top: 30px;
}
.item3-title {
	font-size: 30px;
	font-weight: bold;
	color: #313131;
	text-align: center;
	margin-bottom: 30px;
}
.cont {
	margin-top: 40px;
}
.swiperBox {
	width: 800px;
	margin: 0 auto;
}
.swiper-container1 .swiper-button-prev,.swiper-container2 .swiper-button-prev,.swiper-container3 .swiper-button-prev,.swiper-container4 .swiper-button-prev {
	width: 50px;
	height: 50px;
    background-image: url("../images/l.png");
	background-size: 100%;
}
.swiper-container1 .swiper-button-next,.swiper-container2 .swiper-button-next,.swiper-container3 .swiper-button-next,.swiper-container4 .swiper-button-next{
	width: 50px;
	height: 50px;
    background-image: url("../images/r.png");
	background-size: 100%;
}
.imgBox {
	position: relative;
}
.img {
	max-width: 600px;
	height: 400px;
}
.item-text {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	background:rgba(0, 0, 0, 0.8) ;
	width:1000px;
	height: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
}
.swiper-container1 .swiper-pagination-bullet,.swiper-container2 .swiper-pagination-bullet,.swiper-container3 .swiper-pagination-bullet,.swiper-container4 .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.2;
}
.swiper-container1 .swiper-pagination-bullet-active,.swiper-container2 .swiper-pagination-bullet-active,.swiper-container3 .swiper-pagination-bullet-active,.swiper-container4 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-container1 .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-container2 .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-container3 .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-container4 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
    left: 300px;
    width: 100%;
}
.item7-cont {
	height: 400px;
	margin-top: 40px;
}
.swiper-container5 {
	height: 100%;
}
.swiper-container5 .swiper-slide {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}
.item5-img-box {
	float: left;
	width: 325px;
	margin-right: 30px;
}
.swiper-container5 .swiper-slide img {
	width: 325px;
	height: 290px;
	border-radius: 10px;
}
.swiper-container5>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 10px;
    width: 98%;
}
.swiper-container5 .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(216, 34, 23, 1);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-container5 .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.item-f {
	margin: 30px 0;
}
.footer {
	padding: 100px 0;
	background: url("../images/foot-bg.jpg");
}
.foot-ti {
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 70px;
}
.arrBox {
	margin-top: 90px;
}
.foot-p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.foot-log1 {
	display: inline-block;
	position: relative;
	top:70px
}
.copy {
	background-color:#0a2441;
	padding-top:12px;
}
.copy p {
	color:#fff;
}
.copy p a{
	color:#fff;
}
.linkus {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.linkus a {
	color:#fff;
}
@media screen and (max-width: 750px) {
	.navbar-brand  img{
		position:relative;
		top:-4px;
		left:7px;
	}
	.container>.navbar-header,.container>.navbar-collaps,.navbar-nav  {
		padding: 0;
		margin: 0;
	}
	.container-fluid {
	    padding: 0;
		min-width: auto;
	}
	.container {
		width: 100%
	}
	.banner {
		min-height: auto;
	}
	.banner .banner-log {
		min-height:auto;
	}	
	.item1,.item2,.item3,.item4,.item5,.footer {
		padding: 30px 5px;
	}
	.item1-left {
	    margin-right: 0;
	    width: 100%
	}
	.item1-right {
		margin-top: 20px;
	}
	.item1-title {
	    font-size: 30px;
		text-align: center;
	}
	.item1-title2 {
		font-size: 20px;
		text-align: center;
	}
	.item1-text {
	    font-size: 14px;
	    line-height: 20px;
	    width: 100%;
	    text-align: justify;
	}
	.title {
		font-size: 20px;
	}
	.title::after {
		width: 50px;
		border-bottom: 2px solid #D82217;
		margin-top: 10px;
	}
	.gallery-top-box {
		width: 100%;
		height: 310px;
	}
	.gallery-top {
		width: 100%;
		height: 300px;
	}
	.gallery-thumbs {
		height: 80px;
	}
	.item2-img {
		width: 100px;
		height: 80px;
		margin-right: 0px;
		position: relative;
	}
	.item2-box {
		width: 250px;
	}
	.item2-t1 {
		font-size: 16px;
		font-weight: normal;
	}
	.item2-text1 {
		font-size: 14px;
		font-weight:normal;
		margin-top: 5px;
	}
	.item2-t2 {
		font-size: 14px;
		font-weight: normal;
		margin-top: 10px;
	}
	.item2-text2 {
		font-size: 12px;
		font-weight: normal;
		margin-top: 5px;
	}
	.item2-text3 li,.item2-text4 li {
		width: auto;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 5px;
		margin-right: 10px;
	}
	.item2-text3,.item2-text4 {
		width: 250px;
		margin-top: 5px;
	}
	.gallery-thumbs .swiper-slide {
		width: 20% !important;
		height: 60px;
		border: 1px solid #DCDCDC;
	}
	.gallery-thumbs .swiper-slide-thumb-active {
		opacity: 1;
		border: 1px solid #D82217;
	}
	.item3-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.swiperBox {
		width: 100%;
		margin: 0 auto;
	}
	.swiper-container1 .swiper-button-prev,.swiper-container2 .swiper-button-prev,.swiper-container3 .swiper-button-prev,.swiper-container4 .swiper-button-prev {
		width: 25px;
		height: 25px;
		background-size: 100%;
	}
	.swiper-container1 .swiper-button-next,.swiper-container2 .swiper-button-next,.swiper-container3 .swiper-button-next,.swiper-container4 .swiper-button-next{
		width: 25px;
		height: 25px;
		background-size: 100%;
	}
	.imgBox {
		position: relative;
	}
	.item-text {
		position: static;
		bottom: 0px;
		left: 0;
		transform: translateX(0);
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 40px;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 40px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.img {
		max-width: 100%;
		height: 300px;
	}
	.arrBox {
		margin-top: 20px;
	}
	.foot-ti {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.foot-p {
		font-size: 16px;
	}
	.foot-log1 {
		display: inline-block;
		position: relative;
		top:0;
	}
	.foot-imgBox {
		width: 100%;
		text-align: center;
	}
}