/* 通用样式	*/
a {
	text-decoration: none !important;
	outline: none
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

li {
	list-style-type: none;
}
ul {
	margin: 0;
}
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Source Han Sans CN
}

.container-fluid {
	max-width: 1920px;
	min-width: 1600px;
	padding: 0;
}

.container {
	position: relative;
	width: 1200px;
	padding: 0;
}


.werpper {
	position: relative;
	width: 1440px;
	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;
	font-style: italic;
	color: #FFFFFF;
	line-height: 36px;
	text-indent: 2em;
}
.item1 {
	padding: 100px 0;
	background: #040754;
	background-size: 100% 100%;
}
.item-title {
	text-align: center;
}
.title-box {
	display: inline-block;
	padding: 10px 30px;
    background-size: 100% 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.footer .item-title {
	text-align:left;
}
.title-box::after {
    content: '';
    display: block;
    width: 100px;
    border-bottom: 5px solid #fff;
    margin: 0 auto;
    margin-top: 20px;
}
.item1-t {
	font-size: 18px;
	font-weight: bold;
	color: #1F107B;
	text-align: center;
	margin-bottom: 20px;
}
.item1-t2 {
	font-size: 18px;
	font-weight: bold;
	color: #1F107B;
	margin-bottom: 20px;
}
.item1-text {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.item1-cont {
	margin-bottom: 10px;
}
.item1-ll {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item1-img {
	width: 710px;
}
.item1-img img {
	width: 100%;
}
.m-b-x {
	margin-bottom: 30px;
}
.item1-ll-text {
	width: 400px;
}
.item1-ll-t {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.item1-ll-p {
	font-size: 16px;
	line-height: 2;
}
.item2-text {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}
.item2-ll {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item2-ll-img {
	width: 600px;
	margin-left: 50px;
}
.item2-ll-img img {
	width: 100%;
}
.item2-t {
	display: inline-block;
	font-size: 26px;
    color: #fff;
    line-height:1;
    margin-bottom: 17px;
	position: relative;
	margin-bottom: 40px;
}
/* .item2-t::after {
	content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background-image: linear-gradient(to right,#3176f5,#fff);
} */
.item3-t {
	font-size: 26px;
    color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.item2-t2{
	display: inline-block;
	font-size: 26px;
    color: #000;
    line-height:1;
    margin-bottom: 17px;
	position: relative;
	margin-bottom: 40px;
}
.item2-t2::after {
	content: '';
    display: block;
    width: 100%;
    border-bottom: 2px solid #3176f5;
    margin-top: 20px;
}
.list2 {
	padding:100px 0 0;
}
.list3 {
	padding: 50px 0;
}
.item2-list {
	display: grid;
    grid-template-columns: 30% 75%;
    grid-gap: 20px;
}
.item2-list li {
	color:#fff;
	font-size: 18px;
}
.item2-cont .table-bordered>tbody>tr>td {
	border: 1px solid #fff;
	font-size: 18px;
	text-align: center;
	color:#fff;
	vertical-align: middle;
}
.item-img {
	display: flex;
	justify-content:space-between;
}
.item-img img {
	width: 47%;
}

.item4-lll {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}
.item4-lll:last-child {
	margin-bottom: 0px;
}
.item4-lll-img {
	width: 650px;
}
.item4-lll-text {
	width: 500px;
}
.item4-lll-t {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	color:#fff
}
.item4-lll-p {
	font-size: 20px;
	line-height: 2;
	color:#fff
}
.item4-ll-t {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	color:#fff
}
.item4-ll-list {
	display: grid;
	grid-template-columns: repeat(auto-fill,48%);
	justify-content: space-between;
}
.item4-ll-list li {
	margin-bottom: 50px;
}
.item4-ll-list .item4-ll-list2 {
	display: flex;
	justify-content: space-around;
}
.item4-ll-img {
	width: 250px;
	height: 250px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item4-ll-img img {
	max-width: 95%;
	max-height: 95%;
}
.item4-ll-text {
	width: 45%;
	font-size: 16px;
	color:#fff;
	line-height: 2;
}
.f-z {
	color:rgb(42, 47, 129);
}
.f-c {
	color: rgb(249, 110, 87);
	font-size: 24px;
	font-weight: bold;
}
.item-t {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #221815;
	margin-bottom: 15px;
	text-align: center;
}
.pro-list1 {
    display: grid;
    grid-template-columns: repeat(auto-fill,285px);
    grid-gap: 20px;
}
.pro-list1 li {
    width: 285px;
	
}
.pro-list1 .cpzx_img {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px #e1e1e1 solid;
	background: #fff;
	border-radius: 5px;
}
.pro-list1 .cpzx_img img{
	max-width: 95%;
	max-height: 95%;
} 
.cpzx_wb_bt {
	font-size: 15px;
	color: #fff;
	line-height: 2;
	margin-top: 10px;
	text-align: center;
}
.cpzx_wb_wz {
    height: 48px;
    color: #666!important;
    line-height: 24px;
    margin-top: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: center;
}
.pro-list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill,200px);
    grid-gap: 30px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.pro-list2 li {
    width: 500px;
}
.pro-list2 .jjfa_img,.pro-list2 .alzx_img {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-list2 .jjfa_img img,.pro-list2 .alzx_img img{
	max-width: 95%;
	max-height: 95%;
	object-fit: cover;
} 
.jjfa_bt,.alzx_bt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
	margin-top: 10px;
}
.ff-t {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
	color:#fff
}
.ff-p {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	color:#fff
}
.swiperBox {
	width: 570px;
	height: 420px;
	display: inline-block;
	vertical-align: middle;
}
.swiperBox .swiper-container {
	width: 570px;
	height: 420px;
}
.swiperBox .swiper-container .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiperBox .swiper-container .swiper-slide .img {
	max-width: 100%;
	max-height: 100%;
}
.swiperBox .swiper-button-prev {
	width: 50px;
	height: 50px;
    background-image: url("../images/l.png");
	background-size: 100%;
}
.swiperBox .swiper-button-next{
	width: 50px;
	height: 50px;
    background-image: url("../images/r.png");
	background-size: 100%;
}
.swiperBox .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.2;
}
.swiperBox .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiperBox .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.swiperBox2 {
	position: relative;
}
.swiperBox2 .swiper-container {
	position:static;
}
.swiperBox2 .swiper-button-prev {
	width: 50px;
	height: 50px;
    background-image: url("../images/l.png");
	background-size: 100%;
	z-index: 1111;
}
.swiperBox2 .swiper-button-next{
	width: 50px;
	height: 50px;
    background-image: url("../images/r.png");
	background-size: 100%;
	z-index: 1111;
}
.swiperBox2 .imgBox {
	position: relative;
}
.swiperBox2 .swiper-slide .img {
	width: 1000px;
	object-fit: cover;
}
.swiperBox2 .item-text {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	background:rgba(0,0,0,0.5) ;
	width:100%;
	height: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	padding-left: 30px;
}
.swiperBox2 .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.2;
}
.swiperBox2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiperBox2 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
    left: 300px;
    width: 100%;
}
.swiperBox2 .swiper-wrapper .swiper-slide{
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item3-box {
	display: grid;
    grid-template-columns: repeat(auto-fill,300px);
    grid-gap: 30px;
}
.item3-box li {
	width: 300px;
}
.item3-box-img {
	width: 300px;
	height: 200px;
	background-color: #fff;
}
.item3-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item3-box-text {
	font-size: 16px;
	margin-top: 10px;
	color:#fff;
	text-align: center;
}
.footer {
	padding: 60px 0;
	background: #040754;
}
.footer-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-left {
	width: 666px;
}
.foot-t {
	font-size: 46px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.foot-t2 {
	font-size: 28px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.foot-text {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}
.foot-right {
	position: relative;
	top:25px;
	width: 500px;
}
.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;
}
.img-p {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}
.m-t-x {
	margin-top: 50px;
}
@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-box {
		font-size: 20px;
		line-height: 43px;
		padding: 5px 15px;
		margin-bottom: 30px;
	}
	
	.item1-cont {
		padding: 0 5px;
	}
	.item1-t {
		font-size: 14px;
	}
	.item1-text {
		font-size: 14px;
		line-height: 26px;
	}
	.list2 {
		padding: 30px 0;
	}
	.item2-cont {
		margin-top: 20px;
		display: block;
	}
	.item2-cont2 {
		display: block;
	}
	.item3-cont {
		display:block;
	}
	.item3-cont li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	.item3-img {
		height: auto;
		margin-bottom: 20px;
	}
	.item3-box {
		padding:0 0 0 10px;
	}
	.item3-cont2 li {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.swiper-slide .img {
		max-width: 100%;
		height: 300px;
	}
	.swiper-button-prev,.swiper-button-next {
		width: 25px;
		height: 25px;
		background-size: 100%;
	}
	.item6-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;
		padding: 0;
	}
	.cont-text {
		width: 90%;
		height: 80%;
			padding: 40px 10px 10px 10px;
	}
	.closed {
		width: 45px;
		height: 45px;
		right: 0px;
		top: 0px;
	}
	.cont-box {
		height: 99%;
	}
	.art-cont {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.cont-box img {
		width: 100%;
	}
	.item-box {
		margin-top: 20px;
	}
	.item2-list {
		display: grid;
		grid-template-columns: 30% 65%;
		grid-gap: 10px;
	}
	.bg2 {
		padding: 10px;
	}
	.list3 {
		padding: 20px 0;
	}
	.item2-text {
		font-size: 16px;
	}
	.item2-t {
		font-size: 18px;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.item2-t2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.pro-list1 {
		display:block;
	}
	.pro-list1 li {
		width: 100%;
		margin-bottom: 20px;
	}
	.item1-ll {
		display: block;
	}
	.item1-img {
		width: 100%;
		margin-bottom: 20px;
	}
	.item2-ll {
		display: block;
	}
	.item2-ll-img {
		width: 100%;
		margin-left: 0;
	}
	.item4-ll {
		display: block;
	}
	.item4-ll img{
		margin-bottom: 20px;
	}
	.item4-lll {
		display: block;
		margin-bottom: 50px;
	}
	.item4-lll-img {
		width:100%;
		margin-bottom: 20px;
	}
	.item4-lll-t {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.item4-lll-text {
		width: 100%;
	}
	.item4-lll-p {
		font-size: 16px;
	}
	.swiper-container,.swiperBox,swiperBox2  {
		max-width: 100%;
		max-height: 300px;
	}
	.swiper-container .swiper-slide .img {
		max-width: 100%;
		max-height: 300px;
		height:auto;
		object-fit: cover;
	}
	.swiper-button-prev,.swiper-button-next {
		width: 25px!important;
		height: 25px!important;
		background-size: 100%;
	}
	.swiperBox2 .swiper-wrapper .swiper-slide{
		height: 300px;
	}
	.swiperBox2 .item-text {
		width: 100%;
		height: 30px;
		font-size: 16px;
		line-height: 20px;
		padding: 5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.item3-t {
		font-size:18px;
		margin-bottom: 20px;
	}
	.pro-list1 {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(auto-fill,160px);
		grid-gap: 10px;
		position: relative;
		left: 0;
		transform:none;
	}
	.pro-list1 .cpzx_img {
		width: 100%;
		height: 160px;
		display: flex;
	}
	.cpzx_wb {
		padding: 10px;
	}
	.cpzx_wb_bt {
		font-size: 12px;
	}
	.pro-list2 {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(auto-fill,160px);
		grid-gap: 10px;
		position: relative;
		left: 0;
		transform:none;
	}
	.pro-list2 li {
		width: 160px;
	}
	.pro-list2 .jjfa_img, .pro-list2 .alzx_img {
		width: 100%;
		height: 130px;
	}
	.jjfa_bt, .alzx_bt {
		font-size: 14px;
	}
	.ff-t {
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 25px;
	}
	.ff-p {
		font-size: 16px;
		line-height: 2;
	}
	.item1-ll-text {
		width: 100%;
	}
	.title-box::after {
		content: '';
		display: block;
		width: 100px;
		border-bottom: 2px solid #fff;
		margin: 0 auto;
		margin-top: 3px;
	}
	.item4-ll-list {
		display:block;
	}
	.item4-ll-list li {
		margin-bottom: 50px;
	}
	.item4-ll-t {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.item4-ll-list .item4-ll-list2 {
		display: block;
	}
	.item4-ll-img {
		margin: 0 auto 15px;
	}
	.item4-ll-text {
		width: 100%;
	}
	.footer-box {
		display: block;
	}
	.foot-left {
		width: 100%;
	}
	.foot-t {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.foot-right {
		top:0;
		width: 100%;
	}
	.foot-t2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
