/* 通用样式	*/
a {
	text-decoration: none !important;
	outline: none;
	color:#fff
}

a:link {
	text-decoration: none;
	color:#fff
}

a:visited {
	text-decoration: none;
	color:#fff
}

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: 1200px;
	padding: 0;
}

.werpper {
	position: relative;
	width: 1400px;
	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 {
	position:relative;
	width: 100%;
}
.addCorpBox {
	width:520px;
	position: absolute;
	bottom: 10%;
	left: 20%;
}
.corpList {
	display: grid;
	grid-template-columns: repeat(auto-fill,120px);
	grid-gap:10px
}
.corpList li {
	width: 120px;
	height:50px ;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
}
.corpList li img {
	max-width: 95%;
	max-height: 95%;
}
.addCorp {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.addCorpName {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: bold;
}
.item1 {
	padding-top: 160px;
}
.item1-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.item1-left {
	width: 600px;
	height: 475px;
	background: #2763B9;
	position: relative;
	top:-60px;
	left:60px;
	padding:30px 40px 0;
}
.item1-right {
	width: 600px;
	height: 400px;
	border: 2px solid #2763B9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item1-right img {
	width: 80%;
	margin-left: 40px;
}
.item1-ti {
	font-size: 40px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.item1-text {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 38px;
}
.item2 {
	padding: 80px 0;
}
.item-title {
	font-size: 48px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #2763B9;
	text-align: center;
}
.item-title::after {
    content: '';
    display: block;
    width: 100px;
    border-bottom: 5px solid #2763B9;
    margin: 0 auto;
    margin-top: 20px;
}
.item2-cont{
	position: relative;
	margin-top: 40px;
	height: 700px;
}
.item2-box1{
	width: 33.3%;
	height: 700px;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
	overflow: hidden;
	z-index: 1;
	background: #2763B9;
}
.item2-box1 img {
	height: 100%;
	opacity: 0.3;
	-webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
}
.art-cont img {
	margin-top: 20px;
}
.item2-box1:hover {
	width: 933px;
	z-index: 11;
}
.item2-box1:hover img{
	opacity: 1;
}
.item2-box2{
	width: 33.3%;
	height: 700px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	z-index: 1;
	-webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
	background: #2763B9;
}
.item2-box2 img {
	height: 100%;
	opacity: 0.3;
	-webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
}
.item2-box2:hover {
	width: 933px;
	z-index: 11;
	
}
.item2-box2:hover img{
	opacity: 1;
}
.item2-box3{
	position: absolute;
	width: 33.3%;
	height: 700px;
	right:0;
	top: 0;
	overflow: hidden;
	z-index: 1;
	-webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
	background: #2763B9;
}
.item2-box3 img {
	height: 100%;
	opacity: 0.3;
	-webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
}
.op {
	opacity: 1!important;
}
.item2-box3:hover {
	width: 933px;
	z-index: 11;
	
}
.item2-box3:hover img{
	opacity: 1;
}
.item2-text {
	position:absolute;
	right:20px;
	bottom:20px;
	font-size: 24px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #2763B9;
}
.item3-cont{
	margin-top: 40px;
}
.item3-list {
	margin-bottom: 30px;
}
.item3-box {
	background: url(../images/item3-bg.png) no-repeat;
	background-size: 100% 100%;
	padding:50px 0;
}
.item3-title-box {
	margin-bottom: 55px;
}
.item3-title {
	font-size: 24px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color:#fff;
}
.item3-title2 {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	text-align: center;
	color:#fff;
}
.item3-text-box {
	background: #2863B9;
	padding: 35px 35px;
	width: 100%;
}
.item3-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.item3-img .item3-img-box {
	max-width: 300px;
	margin: 0 10px;
}
.item3-img-box img {
	width: 100%;
}
.item3-text {
	margin: 0 auto;
}
.item3-p1 {
	font-size: 18px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	flex: none;
	line-height: 34px;
}
.item3-p2 {
	display: block;
	font-size: 18px;
	font-family: Source Han Sans SC;
	color: #FFFFFF;	
	line-height: 34px;
}
.item4-cont {
	margin-top: 40px;
}
.item4-cont iframe {
	display: block;
    width: 800px;
    height: 600px;
    margin: 0 auto;
}
.swiperBox {
	position: relative;
}
.swiper-container {
	position:static;
}
.swiper-button-prev {
	width: 50px;
	height: 50px;
    background-image: url("../images/l.png");
	background-size: 100%;
	z-index: 1111;
}
.swiper-button-next{
	width: 50px;
	height: 50px;
    background-image: url("../images/r.png");
	background-size: 100%;
	z-index: 1111;
}
.imgBox {
	position: relative;
}
.swiper-slide .img {
	width: 1000px;
	max-height: 700px;
	object-fit: cover;
}
.item-text {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	background:rgba(0,0,0,0.5) ;
	width:100%;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	padding-left: 10px;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
    left: 300px;
    width: 100%;
}
.item5-cont {
	margin-top: 50px;
	background: #2863B9;
	padding: 30px 20px;

}
.item5-ti {
	font-size: 26px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.item5-ti2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.item5TakeBox {
	padding: 0 25px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}
.item5-text {
	font-size: 16px;
	color:#fff;
	text-align: justify;
	margin-bottom: 20px;
	text-indent: 2em;
	line-height: 30px;
}
.img-p {
	font-size: 14px;
	margin-top: 10px;
	color:#fff;
	text-align: center;
}
.item5-a {
	display: flex;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
	line-height: 30px;
	margin-top: 50px;
}
.item5-q {
	font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
}
.item5-q strong {
	font-size: 18px;
}
.zw {
	display: block;
	width: 80px;
	flex: none;
}
.zw2 {
	display: block;
	width: 80px;
	flex: none;
}
.item5TakeBox::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
.item5TakeBox::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background-color:#ddd;
}
.item5TakeBox::-webkit-scrollbar-track{
    border-radius: 2px;
    background-color:#fff;
 }
 .item5TakeBox::-moz-scrollbar{
    width: 5px;
    height: 5px;
}
.item5TakeBox::-moz-scrollbar-thumb{
    border-radius: 2px;
    background-color:#ddd;
}
.item5TakeBox::-moz-scrollbar-track {
	border-radius: 2px;
    background-color:#fff;
 }
 .item5TakeBox .art-cont {
	 margin-bottom: 20px;
 }
 .item9-list {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(auto-fill,385px);
	grid-gap: 20px;
 }
 .item9-list li {
	width: 385px;
	height: 290px;
 }
 .item9-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
 }
 .item10-list {
	 margin-top:60px;
	  
 }
  .item10-list iframe {
	  display:block;
	  width:1200px;
	  height:600px;
	  margin:0 auto
	 
  }
.cont2 {
	width: 1100px;
	margin: 0 auto;
	background-color: #3535b5;
    border-radius: 20px;
	padding:50px 10px;
	margin-top: 50px;
}
.gc-list {
	display: grid;
	grid-template-columns: repeat(auto-fill,340px);
	grid-gap: 20px;

}
.gc-list li {
	width: 340px;
    height: 220px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px 10px;
}
.gc-list li .img-box {
    width: 320px;
    height: 200px;
	overflow: hidden;
}
.gc-list li img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    overflow: hidden;
    object-fit: cover;
}
.gc-list li img:hover {
	-webkit-transform: scale(1.5);
   transform: scale(1.5);
}
.footer {
	padding: 60px 0;
	background: #2863B9;
}
.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-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:50px;
	width: 500px;
}
.swiperBox2 {
	width: 600px;
	margin: 0 auto;
	position: relative;
}
.swiperBox2 .swiper-container {
	width: 100%;
	height: 100%;
}
.swiperBox2 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiperBox2 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
    left: 0px;
    width: 100%;
}
.item6-img {
	max-width: 650px;
}
.video-cont {
	margin-top: 60px;
}
.video-cont iframe {
    display: block;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}
.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;
	}
	.addCorpBox {
		position: static;
		bottom: 0;
		right: 0;
		background-color: #000;
		padding: 10px 5px;
		width:100%
	}
	.addCorp {
		font-size: 16px;
	}
	.addCorpName {
		width: 100%;
		font-size: 14px;
		line-height: 26px;
	}
	.item1,
	.item2,
	.item3,
	.item4,
	.item5,
	.item6,.footer {
		padding: 30px 5px;
	}
	.video-cont iframe {
		width: 360px;
		height: 250px;
	}
	.werpper {
		width: 100%;
	}
	.swiper-slide .img {
		max-width: 100%;
		height: 300px;
	}
	.swiper-button-prev,.swiper-button-next {
		width: 25px;
		height: 25px;
		background-size: 100%;
	}
	.item1-box {
		display: block
	}
	.item6-img {
		max-width: 100%;
	}
	.item1-left {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		padding: 10px;
	}
	.item1-ti {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.item1-text {
		font-size: 16px;
		line-height: 30px;
	}
	.item1-right {
		width:100%;
		height: auto;
		border: 1px solid #2763B9;
	}
	.item-title {
		font-size: 20px;
	}
	.item-title::after {
		content: '';
		display: block;
		width: 60px;
		border-bottom: 2px solid #2763B9;
		margin: 0 auto;
		margin-top: 20px;
	}
	.item2-cont {
		height:auto;
	}
	.item2-box1,.item2-box2,.item2-box3 {
		width: 100%;
		height:auto;
		position: relative;
		left:0;
		top:0;
		transform: none;
	}
	.item2-box1 img,.item2-box2 img,.item2-box3 img {
		opacity: 1;
		width: 100%;
	}
	.item3-box {
		padding-top: 30px;
		height: auto;
	}
	.item3-text-box {
		padding: 10px;
		height: auto;
	}
	.item3-title-box {
		margin-bottom: 20px;
	}
	.item3-title {
		font-size: 18px;
	}
	.item3-p2 {
		font-size: 14px;
		line-height: 26px;
	}
	.item3-text {
		width:100%;
		margin: 0 auto;
	}
	.item5-ti {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.item5-cont {
		margin-top: 20px;
		padding: 10px;
	}
	.item5TakeBox {
		padding: 0;
		padding-right: 5px;
	}
	.item5-q {
		display: block;
	}
	.zw {
		width:0; 
	}
	.zw2 {
		display: inline-block; 
	}
	.item10-list iframe {
	  width:360px;
	  height:250px;
  }
	.footer-box {
		display: block;
	}
	.foot-left {
		width: 100%;
	}
	.foot-t {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.foot-right {
		width: 100%;
		top:0
	}
	.item4-cont iframe {
		width: 100%;
		height: 300px;
	}
	.cont2 {
		width:100%;
		border-radius: 10px;
		padding: 5px;
		margin-top: 30px;
	}
	.gc-list {
		display: block;
	}
	.gc-list li {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.swiperBox2 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.item-text {
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}
}
