/* 通用样式	*/
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: 1080px;
	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;
}

.banner .banner-log {
	width: 100%;
}
.item1{
	padding: 80px 0;
}
.title {
	font-size: 40px;
	color: #04103B;
	text-align: center;
}
.title2 {
	font-size: 40px;
	color: #04103B;
	text-align: center;
}
.title3 {
	font-size: 20px;
	color: #04103B;
	margin-top:10px ;
	text-align: center;
}
.title::after {
	content: '';
    display: block;
    width: 160px;
    border-bottom: 2px solid #04103B;
    margin: 0 auto;
    margin-top: 20px;
}
.item1-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 100px;
}
.item1-p {
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	margin: 30px 0;
}
.item1-p2 {
	width: 757px;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 30px;
}
.item-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 30px 0;
}
.item-img {
	width: 500px;
}
.item-img-text {
	width: 500px;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
}
.cont {
	margin-top: 50px;
}
.footer {
	background-color: #f0f0f0;
	padding: 110px 0;
}
.m-b-x {
	margin-bottom: 30px;
}
.foot-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-left {
	width: 535px;
}
.foot-img {
	margin-bottom: 50px;
}
.foot-text {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #102D51;
	line-height: 30px;
	text-align: justify;
}
.foot-right {
	width: 400px;
	position: relative;
	top:55px
}
.foot-ti {
	font-size: 24px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #102D51;
	margin-bottom: 30px;
}
.foot-p {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #102D51;
	margin-bottom: 10px;
	
}
.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,
	.footer{
		padding: 30px 5px;
	}
	.title {
		font-size: 30px;
	}
	.title::after {
		width: 80px;
		margin-top: 10px;
	}
	.item1-text {
		width: 100%;
		margin-right: 0;
	}
	.item1-p {
		font-size: 14px;
		line-height: 26px;
		text-align: justify;
		width: 100%;
		margin-bottom: 20px;
	}
	.item1-img {
		display: block;
	}
	.item1-left {
		width: 100%;
		margin-right: 0;
	}
	.item1-right {
		width:100%;
	}
	.pro-list {
		display: block;
		margin-bottom: 30px;
	}
	.pro-list li {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.item2-text{
		width: 100%;
		margin-bottom: 20px;
	}
	.m-r-x {
		margin-right: 0!important;
	}
	.title1, .title2 {
		font-size: 20px;
		text-align: center;
		font-family: SourceHanSansSC-Light;
	}
	.title1::after {
		content: '';
		display: block;
		width: 80px;
		border-bottom: 2px solid #fff;
		margin: 0 auto;
		margin-top: 10px;
	}
	.item1-box {
		display: block;
		margin-bottom: 20px;
	}
	.item-box {
		display: block;
	}
	.item-img {
		width: 100%;
		
	}
	.item-img-text {
		width: 100%;
		font-size: 14px;
	}
	.title3 {
		font-size: 16px;
	}
	.item1-p2 {
		width: 100%;
		font-size: 14px;
	}
	.foot-box {
		display: block;
	}
	.foot-left {
		width:100%;
	}
	.foot-img img{
		margin-left: auto;
		margin-right: auto;
	}
	.foot-right {
		width: 100%;
		position: relative;
		top: 0;
		margin-top: 30px;
		text-align: center;
	}
}
