/* 通用样式	*/
a {
	text-decoration: none !important;
	outline: none
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

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: 1600px;
	padding: 0;
}


.werpper {
	position: relative;
	max-width: 1600px;
	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;
}
#ip-left,#ip-right {
	display:none!important
}
.banner {
	padding: 0;
	position: relative;
}
.header {
	background-color: #000;
	padding: 50px 0;
}
.header-text {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	text-indent: 2em;
}
.item1 {
	background-color: #000;
	padding: 100px 0;
}
.item2 {
	background-color: #000;
	padding: 50px 0;
}
.cont {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.swiperBox {
	width: 550px;
	
}
.swiper-container {
	width: 500px;
}
.swiper-button-prev {
	width: 50px;
	height: 50px;
    background-image: url("../images/l.png");
	background-size: 100%;
}
.swiper-button-next{
	width: 50px;
	height: 50px;
    background-image: url("../images/r.png");
	background-size: 100%;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}
..swiper-container .swiper-slide {
	max-width: 100%;
}
.m-r-x{
	margin-right:45px;
}
.item1-right {
	display: inline-block;
	vertical-align: middle;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap
}
.item1-list {
	width:330px;
	margin-bottom: 50px;
}
.item1-title {
	font-size: 26px;
	color:#fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.item1-text {
	font-size: 15px;
	color: #FFFFFF;
	margin: 40px 0;
	text-align: justify;
	line-height: 30px;
}
.pro-title,.pro-list {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.pro-title {
	display: inline-block;
	vertical-align: top;
}
.pro-list {
	display: inline-block;
	width: 400px;
}
.item1-title2 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.item2-title {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.item2-text{
	font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
    margin-top: 30px;
}
.xx {
    width: 145px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
	margin-top: 30px;
}
.footer {
	background-color: #000;
	padding: 50px 0;
}
.foot-left,.foot-right {
	display: inline-block;
	vertical-align: middle;
}
.foot-left{
	width: 100%;
	text-align: center;
}
.foot-title {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.site {
	float:right;
}
.p1{
	font-size: 18px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	margin-bottom: 10px;
	width:100%;
}
.p2{
	font-size: 18px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	margin-top: 10px;
	width:100%;
}
.item1-ti {
	font-size: 40px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.item1-ti::after {
    content: '';
    display: block;
    width: 100px;
    border-bottom: 5px solid #fff;
    margin: 0 auto;
    margin-top: 20px;
}
.copy {
	position: relative;
	background-color: rgb(5, 28, 80);
	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 .banner-log {
		height: auto;
	}

	.item1,
	.item2,
	.item3,
	.item4,
	.item5,
	.item6,.header,.footer {
		padding: 30px 5px;
	}
	.header-text {
		font-size: 14px;
	}
	.m-r-x {
		margin-right: 0;
	}
	.item1{
		padding: 50px 5px;
	}
	.swiper-container,.swiperBox  {
		width: 100%;
	}
	.swiper-container .swiper-slide .img {
		width: 100%;
	}
	.swiper-button-prev,.swiper-button-next {
		width: 25px;
		height: 25px;
		background-size: 100%;
	}
	.item1-right {
		width: 100%;
		margin-top: 20px;
	}
	.item1-title {
		font-size: 15px;
	}
	.item1-text {
		font-size: 12px;
		margin: 20px 0;
		line-height: 28px;
	}
	.pro-title, .pro-list {
		font-size: 14px;
	}
	.item2-title {
		font-size: 28px;
	}
	.item2-text {
		font-size: 14px;
		line-height: 28px;
		margin-top: 20px;
	}
	.foot-title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.foot-left {
		margin-right: 0;
	}
	.p1 {
		font-size: 14px;
		width: 100%;
	}
	.site {
		float:none;
		display: block;
		margin-top: 10px;
	}
	.xx {
		width: 90px;
		height: 30px;
		line-height: 30px;
		margin: 30px 0;
		font-size: 14px;
	}
	.item-title,.item1-ti {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.item1-title2 {
		font-size: 16px;
	}
	.cont {
		display: block;
	}
	.item1-list {
		width: 48%;
		margin-bottom: 30px;
	}
}
