html, body {
  position: relative;
  height: 100%;
	width: 100%;
}
.overflowhidden{
	overflow: hidden;
}
*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
[v-cloak]{
	display: none;
}
body{
	font: 16px/1.5 "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
	overflow-x: hidden;
}
p{
	margin-bottom: 0;
}
i,em{
	font-style: normal;
}
a{
	text-decoration: none;
	color: #333;
	transition: all .5s;
}
a:hover{
	color: #0f355b;
	text-decoration: none;
}
a:active,a:visited,a:focus{
	text-decoration: none !important;
}
dt{
	font-weight: normal;
}
dl{
	margin: 0;
}
ul,li{
	list-style: none;
	margin: 0;
}
.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
}
.clearfix:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
.w1400{
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
}
.flex{
	display: flex;
}

/**
 * 头部*/
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	z-index: 10;
	transition: all .5s;
	padding: 0 50px;
}
header.pages-header{
	position: fixed;
}
header.pages-header.active{
	background-color: #FFF;
}
header .content-main{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 5;
}
header .content-main.active .menu ul li a{
	color: #666;
}
header .content-main.active .menu ul li a:hover,header .content-main.active .menu ul li.active a{
	color: #005b9e;
}
header .content-main.active .menu ul li.active .dropdown a{
	color: #666;
}
header .content-main.active .menu ul li.active .dropdown a:hover{
	color: #005b9e;
}
header .content-main.active .menu ul li a::after{
	background-color: #005b9e;
}
header .logo a{
	display: inline-block;
	width: 233px;
	height: 40px;
	background: url(../icon/logo.png) no-repeat;
}
header .content-main.active .logo a{
	background: url(../icon/logo-blue.png) no-repeat;
}
header .menu{
	flex: 1;
	min-width: 0;
	margin-right: 20px;
	position: relative;
}
header .menu ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .menu ul li{
	position: relative;
}
header .menu ul li a{
	color: #FFF;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding: 0 40px;
	line-height: 90px;
}
header .menu ul li a::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	width: 16px;
	height: 4px;
	background: #FFF;
	left: 50%;
	border-radius: 10px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .5s;
}
header .menu ul li a:hover::after,header .menu ul li.active a::after{
	opacity: 1;
}
header .menu ul li .dropdown{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
/* header .menu ul li:hover .dropdown{
	display: block;
} */
header .menu ul li .dropdown p{
	text-align: center;
	margin-bottom: 0;
	position: relative;
}
header .menu ul li .dropdown p span{
	position: absolute;
	white-space: nowrap;
	padding-left: 20px;
}
header .menu ul li .dropdown p span a{
	color: #666;
	margin-right: 15px;
	font-weight: normal;
}
header .menu ul li .dropdown p span a:last-child{
	margin-right: 0;
}
header .menu ul li .dropdown p a{
	line-height: 45px;
	padding: 0;
	white-space: nowrap;
	border-bottom: solid 1px rgba(255,255,255,0);
	font-weight: bold;
}
header .menu ul li .dropdown p a::after{
	display: none;
}
header .menu ul li .dropdown p a:hover{
	border-bottom: solid 1px rgba(255,255,255,1);
}
header .language {
	font-size: 0;
}
header .language a{
	display: inline-block;
	width: 35px;
	font-size: 14px;
	line-height: 18px;
	border: solid 1px #FFF;
	text-align: center;
	color: #FFF;
}
header .language a.cn{
	border-radius: 30px 0 0 30px;
}
header .language a.en{
	border-radius: 0 30px 30px 0;
}
header .language a.active{
	background-color: #FFF;
	color: #999;
}
header .content-main.active .language a{
	color: #005b9e;
	border-color: #005b9e;
}
header .content-main.active .language a.active{
	color: #FFF;
	background-color: #005b9e;
}
.padding260{
	padding: 0 260px;
}

/**
 * 移动端头部 */
 .m-header{
 	position: fixed;
 	top: 0;
 	z-index: 10;
 	left: 0;
 	right: 0;
 	height: 68px;
 	align-items: center;
 	justify-content: space-between;
 	padding: 0 20px;
 	transition: all .5s;
 	display: none;
 }
 .m-header.scroll{
 	transform: translateY(-100%);
 }
 .m-header-logo a{
 	display: block;
 	width: 130px;
 	height: 22px;
	background: url(../icon/logo.png) no-repeat;
 	background-size: cover;
 }
 .m-header-menu-icon span{
 	height: 2px;
 	width: 25px;
 	display: block;
 	background: #FFF;
 	transition: .5s;
 }
 .m-header-menu-icon span:first-child{
 	margin-bottom: 5px;
 }
 .m-header-menu-icon span:last-child{
 	margin-top: 5px;
 }
 .pages-m-header .m-header-logo a{
 	background: url(../images/logo-1.png) no-repeat;
 	background-size: cover;
 }
 .side-nav{
 	position: fixed;
 	top: 0;
 	right: 0;
 	width: 360px;
 	height: 100%;
 	background-color: #FFF;
 	z-index: 51;
 	transform: translateX(100%);
 	transition: all 1s;
 }
 .side-nav.active{
 	transform: translateX(0);
 }
 .side-nav .side-close{
 	text-align: right;
 	padding: 20px 40px;
 	position: absolute;
 	width: 100%;
 	top: 0;
 	left: 0;
 	background-color: #FFF;
 }
 .side-nav .side-close a img{
 	width: 32px;
 	height: 32px;
 	opacity: .5;
 	transition: all .5s
 }
 .side-nav .side-close a:hover img{
 	opacity: .8;
 	transform: rotate(90deg);
 }
 .side-nav .side-navs{
 	height: calc(100% - 72px);
 	overflow-y: auto;
 	overflow-x: hidden;
 	margin-top: 72px;
 }
 .side-nav .side-navs::-webkit-scrollbar-track-piece {
 	width: 10px;
 	border-radius: 30px;
 }
 .side-nav .side-navs::-webkit-scrollbar {
 	width: 5px;
 	height: 6px;
 	background-color: #fff;
 	border-radius: 30px;
 }
 .side-nav .side-navs::-webkit-scrollbar-thumb {
 	height: 20px;
 	background-color: #0f355b;
 	cursor: pointer;
 	border-radius: 30px;
 }
 .side-nav .side-navs ul {
 	padding: 0 40px;
 	min-height: 100%;
 	height: auto;
 	padding-bottom: 90px;
 	margin-bottom: -70px;
 }
 .side-nav .side-navs ul li{
 	line-height: 55px;
 }
 .side-nav .side-navs ul li a{
 	font-size: 20px;
 	display: block;
 	position: relative;
 }
 .side-nav .side-navs ul li .select::after{
 	content: '';
 	position: absolute;
 	background: url(../icon/arrow-down.png) no-repeat;
 	background-size: cover;
 	right: 0;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 20px;
 	height: 20px;
 	transition: all .5s;
 	opacity: .5;
 }
 .side-nav .side-navs ul li .select.active{
 	color: #0f355b;
 }
 .side-nav .side-navs ul li .select.active::after{
 	background: url(../icon/arrow-down-hover.png) no-repeat;
 	background-size: cover;
 	transform: rotate(-180deg);
 	opacity: 1;
 	margin-top: -10px;
 }
 .side-nav .side-navs ul li a:hover,.side-nav .side-navs ul li .side-dropdown p a:hover{
 	color: #0f355b;
 }
 .side-nav .side-navs ul li .side-dropdown{
 	display: none;
 }
 .side-nav .side-navs ul li .side-dropdown p{
 	margin: 0;
 	line-height: 40px;
 }
 .side-nav .side-navs ul li .side-dropdown p a{
 	font-size: 16px;
 	color: #666;
 }
 .side-nav .side-navs .m-language{
 	padding: 0 100px 0 50px;
 	display: flex;
 	align-items: center;
 }
 .side-nav .side-navs .m-language a{
	 width: 60px;
	 text-align: center;
	 border: solid 1px #0f355b;
 }
 .side-nav .side-navs .m-language a:first-child{
	 border-radius: 10px 0 0 10px;
 }
 .side-nav .side-navs .m-language a:last-child{
 	 border-radius:  0 10px 10px 0;
 }
 .side-nav .side-navs .m-language a.active{
	 background-color: #0f355b;
	 color: #FFF;
 }
 
 .side-nav-mask{
 	position: fixed;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	background-color: rgba(0,0,0,.8);
 	z-index: 50;
 	display: none;
 }

/**
 * 内页底部*/
footer{
	background-color: #1b2733;
	color: #666;
}
.footer-link{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 100px;
}
.footer-link ul{
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: flex-start;
	margin-right: 100px;
}
.footer-link ul li{
	flex: 1;
	text-align: left;
}
.footer-link ul li h1{
	font-size: 16px;
	color: #999;
}
.footer-link ul li ol li a{
	color: #666;
	line-height: 45px;
}
.footer-link ul li:last-child{
	flex: 2;
}
.footer-link .qrcode a{
	position: relative;
	display: block;
}
.footer-link .qrcode a .qrcode-pop{
	position: absolute;
	width: 180px;
	height: 180px;
	background-color: #FFF;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding-top: 15px;
	display: none;
}
.footer-link .qrcode a .qrcode-pop::before{
	position: absolute;
	content: '';
	background: url(../icon/arrow-top.png) no-repeat;
	width: 14px;
	height: 7px;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
}
.footer-link .qrcode a .qrcode-pop img{
	margin-bottom: 5px;
}
.footer-link .qrcode a .qrcode-pop p{
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}
.footer-link .qrcode a:hover .qrcode-pop{
	display: block;
}
.pages-copyright{
	line-height: 68px;
	border-top: solid 1px #2b3743;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/**
 * 首页*/
 @-webkit-keyframes move {
 	0% { transform: translate(-50%,-20px);}
 	100% { transform: translate(-50%,0);}
 }
 @keyframes move {
 	0% { transform: translate(-50%,-10px);}
 	100% { transform: translate(-50%,0);}
 }
.scroll-tips-bottom{
 position: fixed;
 left: 50%;
 bottom: 30px;
 transform: translateX(-50%);
 font-size: 14px;
 color: #FFF;
 text-align: center;
 -webkit-animation: move 1s linear infinite infinite;
 animation: move 1s linear infinite alternate;
}
.scroll-tips-bottom p{
 margin-bottom: 0;
}
.scroll-tips-bottom p img{
	vertical-align: top;
	margin-top: 10px;
}
.scroll-tips-right{
 position: fixed;
 right: 65px;
 bottom: 0;
 width: 20px;
 text-align: center;
 font-size: 0;
}
.scroll-tips-right .text{
 display: inline-block;
 line-height: 16px;
 color: #ccc;
 font-size: 14px;
}
.scroll-tips-right .line{
 display: inline-block;
 width: 1px;
 height: 150px;
 background-color: #999;
 margin-top: 12px;
}
.index-container{
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.section-tit{
	display: flex;
	align-items: center;
}
.section h2{
	font-size: 14px;
	margin-top: 100px;
}
.section h2 a{
	display: inline-block;
	width: 150px;
	line-height: 45px;
	border-radius: 8px;
	background-color: #ff9e19;
	color: #FFF;
	text-align: center;
	vertical-align: top;
}
.index-container-pages{
 position: fixed;
 right: 45px;
 top: 50%;
 transform: translateY(-50%) rotate(-90deg);
 color: #CCC;
 font-weight: bold;
 font-family: arial;
 font-size: 18px;
}
.section{
	position: relative;
}
.index-section-1 .swiper-container{
	width: 100%;
	height: 100%;
}
.index-section-1 .swiper-slide video{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	object-fit: cover;
}
.index-section-1 .swiper-slide .left-center{
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 40px;
	font-size: 24px;
	color: #FFF;
	z-index: 5;
}
.index-section-1 .swiper-slide .left-bottom{
	font-size: 40px;
	color: #FFF;
	position: absolute;
	left: 50px;
	bottom: 100px;
	z-index: 5;
}
.index-section-1 .swiper-slide .left-bottom img{
	max-width: 80%;
}
.index-section-1 .swiper-pagination{
	position: absolute;
	width: auto;
	bottom: 40px;
	left: 50px;
	z-index: 10;
}
.index-section-1 .swiper-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: transparent;
	border: solid 1px #cfcfcf;
	opacity: 1;
	vertical-align: middle;
	margin: 0 20px;
}
.index-section-1 .swiper-pagination .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.index-section-1 .swiper-pagination .swiper-pagination-bullet-active{
	width: 24px;
	height: 24px;
	border-color: #005cb9;
	position: relative;
}
.index-section-1 .swiper-pagination .swiper-pagination-bullet-active::before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #005cb9;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index-section-2-left-bg{
	position: absolute;
	width: 35%;
	height: 100%;
	background-image: url(../icon/bg1.jpg);
	background-repeat: repeat;
}
.index-section-2-right-bg{
	position: absolute;
	right: 0;
	width: 65%;
	height: 100%;
	background-image: url(../icon/bg2.jpg);
	background-repeat: repeat;
}
.index-section-2-main{
	position: absolute;
	top: 50%;
	left: 0;
	right: 160px;
	transform: translateY(-50%);
}
.index-section-2-main dl{
	display: flex;
	align-items: center;
}
.index-section-2-main dl dt{
	opacity: 0;
	overflow: hidden;
}
.index-section-2-main dl dt img{
	transition: all .5s;
}
.index-section-2-main dl dt:hover img{
	transform: scale(1.1);
}
.index-section-2-main dl dd{
	flex: 1;
	min-width: 0;
	margin-left: 100px;
	color: #FFF;
	opacity: 0;
	/* text-align: justify; */
}
.index-section-2-main dl dd h1{
	font-size: 55px;
	font-weight: bold;
	margin: 60px 0;
}
.index-section-2-main dl dd p{
	font-size: 16px;
	line-height: 28px;
}
.section-tit span{
	margin: 0 10px;
	width: 100px;
	height: 1px;
	background-color: #FFF;
}
.index-section-3{
 background-image: url(../icon/bg3.jpg);
 background-repeat: repeat;
}
.index-section-3-main{
	position: absolute;
	left: 160px;
	right: 160px;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
}
.index-section-3-left{
	width: 320px;
	color: #FFF;
	opacity: 0;
}
.index-section-3-left h1{
	font-size: 55px;
	font-weight: bold;
	margin: 0 0 50px;
}
.index-section-3-arrow{
	font-size: 0;
}
.index-section-3-arrow .arrow-left{
	margin-right: 15px;
}
.index-section-3-arrow .swiper-button-disabled{
	opacity: .5;
}
.index-section-3-right{
	flex: 1;
	min-width: 0;
	opacity: 0;
}
.index-section-3-right .swiper-slide a{
	display: flex;
	position: relative;
	overflow: hidden;
}
.index-section-3-right .swiper-slide a .img{
	width: 310px;
	overflow: hidden;
}
.index-section-3-right .swiper-slide a img{
	transition: all .5s;
}
.index-section-3-right .swiper-slide a:hover img{
	transform: scale(1.1);
}
.index-section-3-right .swiper-slide a .section-3-info{
	flex: 1;
	min-width: 0;
	background-color: rgba(0,129,204,.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	transition: all .5s;
}
.index-section-3-right .swiper-slide a:hover .section-3-info{
	padding-bottom: 30px;
}
.index-section-3-right .swiper-slide a .section-3-info h1{
	font-weight: normal;
	font-size: 30px;
	color: #FFF;
	margin: 0 0 50px;
}
.index-section-3-right .swiper-slide a .section-3-info h1 span{
	font-size: 20px;
	margin-left: 20px;
}
.index-section-3-right .swiper-slide a .section-3-info p{
	margin-bottom: 0;
	color: #FFF;
	line-height: 26px;
}
.index-section-4{
 background-image: url(../icon/bg2.jpg);
 background-repeat: repeat;
}
.index-section-4-main{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 160px;
	right: 160px;
	display: flex;
	align-items: center;
}
.index-section-4-left{
	width: 320px;
	color: #FFF;
	opacity: 0;
}
.index-section-4-left h1{
	font-size: 55px;
	font-weight: bold;
	margin: 0 0 80px;
}
.index-section-4-arrow{
	font-size: 0;
}
.index-section-4-arrow .arrow-left{
	margin-right: 15px;
}
.index-section-4-arrow .swiper-button-disabled{
	opacity: .5;
}
.index-section-4-right{
	flex: 1;
	min-width: 0;
	opacity: 0;
}
.index-section-4-right .swiper-slide a{
	display: block;
	height: 665px;
	background-color: #FFF;
	overflow: hidden;
}
.index-section-4-right .swiper-slide a img{
	width: 100%;
	transition: all .5s;
}
.index-section-4-right .swiper-slide a:hover img{
	transform: scale(1.1);
}
.index-section-4-info{
	padding: 0 30px;
}
.index-section-4-info h1{
	font-size: 16px;
	line-height: 32px;
	color: #0e3460;
	font-weight: bold;
	margin: 55px 0 40px;
	height: 64px;
	overflow: hidden;
}
.index-section-4-info p{
	line-height: 28px;
	color: #666;
	height: 110px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	/* text-align: justify; */
}
.index-section-4-info time{
	display: block;
	margin-top: 40px;
	font-size: 14px;
	color: #0e3460;
}
.index-section-5{
 background-image: url(../icon/bg1.jpg);
 background-repeat: repeat;
 color: #FFF;
}
.index-section-5-main{
	padding-top: 195px;
}
.ich-news{
	display: flex;
	margin: 0 160px;
	margin-bottom: 80px;
	opacity: 0;
}
.ich-news dt{
	width: 480px;
}
.ich-news dt h1{
	margin: 0 0 50px;
}
.ich-news dd{
	flex: 1;
	min-width: 0;
	border-top: solid 1px rgba(255,255,255,.15);
}
.ich-news dd ul li{
	display: flex;
	align-items: center;
	line-height: 70px;
	border-bottom: solid 1px rgba(255,255,255,.15);
	padding: 0 10px;
}
.ich-news dd ul li time{
	width: 280px;
	font-size: 18px;
}
.ich-news dd ul li a{
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #FFF;
}
.ich-news dd ul li .down-file{
	flex: none;
}
.pictures{
	display: flex;
	opacity: 0;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.pictures .pictures-item{
	flex: 1;
}
.pictures .pictures-item a{
	display: block;
	position: relative;
	overflow: hidden;
}
.pictures .pictures-item a img{
	width: 100%;
	transition: all .5s;
}
.pictures .pictures-item a:hover img{
	transform: scale(1.1);
}
.pictures .pictures-item a .pictures-info{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 45px;
}
.pictures .pictures-item a .pictures-info p{
	font-size: 16px;
	color: #CCC;
}
.pictures .pictures-item a .pictures-info h1{
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
}
.copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	color: #FFF;
	background-color: #1b2733;
	opacity: 0;
}
.fp-auto-height{
	height: auto !important;
}

/**
 * 关于我们*/
.pages-banner{
	position: relative;
}
.pages-banner img{
 width: 100%;
}
.pages-banner .pages-tit{
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	bottom: 55px;
	left: 0;
	right: 0;
}
.pages-banner .pages-tabs{
	position: absolute;
	right: 260px;
	bottom: 55px;
}
.pages-banner .pages-tabs ul{
	display: flex;
}
.pages-banner .pages-tabs ul li{
	margin-left: 10px;
}
.pages-banner .pages-tabs ul li:first-child{
	margin-left: 0;
}
.pages-banner .pages-tabs ul li a{
	display: inline-block;
	width: 228px;
	line-height: 46px;
	border: solid 1px #FFF;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
}
.pages-banner .pages-tabs ul li.active a,.pages-banner .pages-tabs ul li a:hover{
	background-color: #005b9e;
	border-color: #005b9e;
}
.pages-banner .pages-info-tit{
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	bottom: 55px;
	left: 0;
	right: 0;
	text-align: center;
}
.about-section-1{
	min-height: 520px;
	position: relative;
}
.about-section-1-info-content{
	max-width: 460px;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	padding: 80px 0 0;
	/* text-align: justify; */
}
.about-section-1-info-content p{
	margin-bottom: 0;
}
.about-section-1-info-content .tips{
	letter-spacing: 30px;
	margin-top: 100px;
}
.about-section-1-img{
	position: absolute;
	right: 0;
	top: -80px;
}
.about-section-2{
	margin-top: 70px;
}
.about-section-2-tit{
	font-size: 30px;
	font-weight: bold;
}
.about-section-2-list{
	margin: 0 -10px;
}
.section-2-item{
	margin-top: 60px;
	padding: 0 10px;
}
.section-2-item a{
	display: block;
	background-color: #F5F5F5;
	padding: 15px 15px 0;
}
.section-2-item a img{
	width: 100%;
}
.section-2-item a:hover{
	background-color: #005b9e;
}
.about-section-2-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 10px;
}
.about-section-2-info p{
	margin-bottom: 0;
	font-size: 20px;
	color: #005b9e;
}
.about-section-2-info p span{
	margin-left: 20px;
}
.about-section-2-info .btn{
	background-color: #005b9e;
	color: #FFF;
	border-radius: 30px;
	line-height: 20px;
	padding: 0 20px;
}
.section-2-item a:hover p{
	color: #FFF;
}
.section-2-item a:hover .btn{
	background-color: #FFF;
	color: #005b9e;
}
.about-section-3{
	margin-top: 50px;
	background-color: #F5F5F5;
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-section-3-tit{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.about-section-3-tit span{
	display: inline-block;
	line-height: 36px;
	width: 130px;
	background-color: #005b9e;
	text-align: center;
	margin-right: 260px;
}
.about-section-3-tit b{
	font-size: 30px;
	color: #343434;
}
.about-section-3 .swiper-slide dl{
	display: flex;
	background-color: #FFF;
	padding: 30px;
	align-items: center;
	transition: all .5s;
	cursor: pointer;
}
.about-section-3 .swiper-slide dl:hover{
	transform: translateY(-10px);
}
.about-section-3 .swiper-slide dl:hover dd .more{
	background-color: #FFF;
	color: #005b9e;
}
.about-section-3 .swiper-slide dl dt{
	max-width: 250px;
	margin-right: 60px;
}
.about-section-3 .swiper-slide dl dd{
	flex: 1;
	min-width: 0;
}
.about-section-3 .swiper-slide dl dd h1{
	font-size: 20px;
	color: #005b9e;
	font-weight: bold;
}
.about-section-3 .swiper-slide dl dd .info{
	font-size: 16px;
	color: #343434;
	line-height: 28px;
	margin-top: 40px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/* text-align: justify; */
}
.about-section-3 .swiper-slide dl dd .more{
	font-size: 14px;
	cursor: pointer;
	width: 100px;
	line-height: 25px;
	color: #FFF;
	border-radius: 30px;
	background-color: #005b9e;
	margin-top: 60px;
	text-align: center;
	border: solid 1px #005b9e;
	transition: all .5s;
}
.about-section-3-pagination{
	padding-top: 80px;
	position: relative;
	font-size: 0;
}
.about-section-3-pagination .swiper-pagination{
	position: absolute;
	top: 80px;
	left: 260px;
	width: 100%;
	height: 2px;
	background-color: #CCC;
}
.about-section-3-pagination .swiper-pagination .swiper-pagination-progressbar-fill{
	background-color: #005b9e;
}
.about-section-3-pagination .swiper-button-prev,.about-section-3-pagination .swiper-button-next{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 100px;
	top: 0;
	margin-top: 0;
	left: inherit;
}
.about-section-3-pagination .swiper-button-prev::after,.about-section-3-pagination .swiper-button-next::after{
	display: none;
}
.about-section-3-pagination .swiper-button-prev{
	background: url(../icon/arrow-left-black.png) 50% 50% no-repeat;
	border-left: solid 1px #CCC;
	margin-left: 260px;
}
.about-section-3-pagination .swiper-button-next{
	background: url(../icon/arrow-right-black.png) 50% 50% no-repeat;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.about-section-3-pagination .pagination-num{
	font-family: arial;
	color: #999;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 130px;
}
.about-section-3-pagination .pagination-num span{
	padding: 0 10px;
	border-right: solid 1px #999;
}
.about-section-3-pagination .pagination-num span:last-child{
	border-right: none;
}
.about-section-3-pagination .pagination-num .active{
	color: #0e3460;
}
.pagination-right-arrow{
	position: absolute;
	right: 260px;
	top: 80px;
	line-height: 100px;
}
.about-pop{
	position: fixed;
	z-index: 21;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: none;
}
.about-pop .mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 9;
}
.about-pop dl{
	position: relative;
	display: flex;
	align-items: flex-start;
	padding-right: 75px;
	width: 900px;
	background-color: #FFF;
	max-width: 95%;
	margin: 100px auto 50px;
	z-index: 10;
}
.about-pop dl dt{
	width: 280px;
	max-width: 100%;
}
.about-pop dl dd{
	flex: 1;
	min-width: 0;
	margin-left: 45px;
}
.about-pop dl dd h1{
	padding-top: 70px;
	margin-top: 0;
}
.about-pop dl dd .des{
	padding: 35px 0;
	line-height: 28px;
	font-weight: 800;
	font-size: 14px;
	border-bottom: solid 1px #95989a;
	margin-bottom: 35px;
}
.about-pop dl dd .info{
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 35px;
	/* text-align: justify; */
}
.about-pop dl dd.about-pop-close{
	position: absolute;
	right: -70px;
	top: 0;
}
.dynamic-main-top{
	padding: 75px 0;
}
.dynamic-main-top dl,.dynamic-main-bottom dl{
	display: flex;
	align-items: flex-start;
	padding-top: 10px;
}
.dynamic-main-top dl dd{
	flex: 1;
	min-width: 0;
	margin-right: 100px;
}
.dynamic-main-top dl dd time{
	color: #666;
	font-weight: 800;
}
.dynamic-main-top dl dd h1,.dynamic-main-bottom dl dd h1{
	font-size: 24px;
	font-weight: bold;
}
.dynamic-main-top dl dd h2,.dynamic-main-bottom dl dd h2{
	font-size: 14px;
	color: #999;
}
.dynamic-main-top dl dd h2 span,.dynamic-main-bottom dl dd h2 span{
	margin-right: 20px;
}
.dynamic-main-top dl dd .des,.dynamic-main-bottom dl dd .des{
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin: 40px 0;
	/* text-align: justify; */
}
.dynamic-main-top dl dd .btns{
	position: relative;
}
.dynamic-main-top dl dd .btns div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	left: initial;
	right: initial;
	transition: all .5s;
	margin-top: 0;
}
.dynamic-main-top dl dd .btns .swiper-button-prev{
	background: url(../icon/arrow-left-2.png) no-repeat;
	margin-right: 30px;
}
.dynamic-main-top dl dd .btns .swiper-button-prev:hover{
	background: url(../icon/arrow-left-2-hover.png) no-repeat;
}
.dynamic-main-top dl dd .btns .swiper-button-next{
	background: url(../icon/arrow-right-2.png) no-repeat;
}
.dynamic-main-top dl dd .btns .swiper-button-next:hover{
	background: url(../icon/arrow-right-2-hover.png) no-repeat;
}
.dynamic-main-top dl dd .btns div::after{
	display: none;
}
.dynamic-main-top dl dt{
	position: relative;
	margin-top: 40px;
}
.dynamic-main-top dl dt span{
	position: absolute;
	line-height: 36px;
	width: 130px;
	background-color: #005b9e;
	text-align: center;
	bottom: 30px;
	left: -65px;
	display: none;
}
.dynamic-main-top .swiper-pagination{
	width: auto;
	top: 0;
	left: initial;
	bottom: initial;
	right: 0;
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
.dynamic-main-top .swiper-pagination .currentClass{
	font-size: 24px;
	color: #0e3460;
}
.dynamic-main-bottom dl{
	padding: 50px 0;
}
.dynamic-main-bottom dl dt a{
	display: block;
}
.dynamic-main-bottom dl dt img{
	vertical-align: top;
}
.dynamic-main-bottom dl dd{
	margin-left: 90px;
	flex: 1;
	min-width: 0;
}
.dynamic-main-bottom dl dd .des{
	margin-bottom: 0;
	height: 56px;
	overflow: hidden;
}
.dynamic-main-more{
	text-align: center;
	padding: 50px 0 100px;
}
.dynamic-main-more a{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	border-radius: 8px;
	line-height: 60px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #005b9e;
}
.dynamic-main-more a:hover{
	background-color: #00365d;
}
.dynamic-info .dynamic-main{
	background-color: #F5F5F5;
	padding-bottom: 50px;
}
.dynamic-info .dynamic-main-info-box{
	padding-bottom: 70px;
}
.dynamic-info .dynamic-main-bottom{
	background-color: #FFF;
	padding: 0 100px;
	margin: 0 -100px;
}
.dynamic-main-info-box-tit{
	margin-top: -180px;
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 70px;
}
.dynamic-main-info-box{
	background-color: #FFF;
	position: relative;
	padding: 0 100px;
	margin: 0 -100px;
}
.dynamic-main-info-box-subtit{
	font-size: 14px;
	color: #999;
	line-height: 90px;
	border-bottom: solid 1px #CCC;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.dynamic-main-info-box-subtit-left{
	flex: 1;
	min-width: 0;
}
.dynamic-main-info-box-subtit span{
	margin-right: 20px;
}
.dynamic-main-info-box-subtit .position a{
	border-right: solid 1px #666;
	padding-right: 10px;
	margin-right: 10px;
	color: #333;
	line-height: 18px;
}
.dynamic-main-info-box-subtit .position a:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.dynamic-main-info-box-text{
	font-size: 16px;
	line-height: 28px;
	padding: 50px 0;
	/* text-align: justify; */
}
.dynamic-main-info-turn{
	padding-top: 50px;
}
.dynamic-main-info-turn p{
	margin-bottom: 0;
	line-height: 28px;
}
.dynamic-main-info-turn p span{
	margin-right: 10px;
}
.dynamic-main-info-turn p a{
	margin-left: 10px;
}
.dynamic-main-info-tit{
	font-size: 30px;
	font-weight: bold;
	background-color: #FFF;
	margin: 35px -100px 0;
	padding: 50px 100px 0;
}
.dynamic-file-list{
	display: flex;
	flex-wrap: wrap;
	background-color: #F5F5F5;
	padding-top: 20px;
}
.dynamic-file-list dl{
	width: calc((100% - 30px) / 2);
	display: flex;
	align-items: center;
	padding: 40px 0;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 30px;
}
.dynamic-file-list dl:nth-child(2n){
	margin-right: 0;
}
.dynamic-file-list dl dt{
	width: 155px;
	padding-left: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: solid 1px #CCC;
	height: 155px;
}
.dynamic-file-list dl dt b{
	font-size: 50px;
	display: block;
}
.dynamic-file-list dl dt span{
	display: inline-block;
	width: 25px;
	height: 3px;
	background-color: #c3c3c3;
	vertical-align: top;
	margin-bottom: 10px;
}
.dynamic-file-list dl dt p{
	margin-bottom: 0;
	color: #666;
}
.dynamic-file-list dl dd{
	flex: 1;
	min-width: 0;
	padding: 0 50px;
}
.dynamic-file-list dl dd h1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	margin: 0 0 30px;
}
.dynamic-file-list dl dd p{
	margin-bottom: 30px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.dynamic-file-list dl dd .more a img{
	margin-right: 10px;
}
.turn-pages{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #F5F5F5;
}
.turn-pages-left{
	background-color: #FFF;
	border-radius: 60px;
	height: 46px;
	display: flex;
	align-items: center;
	padding: 0 40px;
}
.turn-pages-left a{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	margin-right: 10px;
}
.turn-pages-left a:last-child{
	margin-right: 0;
}
.turn-pages-left a:hover,.turn-pages-left a.active{
	color: #FFF;
	background-color: #005b9e;
}
.turn-pages-right a{
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 46px;
}
.turn-pages-right a.prev{
	background: url(../icon/arrow-left-2.png);
}
.turn-pages-right a.prev:hover{
	background: url(../icon/arrow-left-2-hover.png);
}
.turn-pages-right a.next{
	background: url(../icon/arrow-right-2.png);
	margin-left: 30px;
}
.turn-pages-right a.next:hover{
	background: url(../icon/arrow-right-2-hover.png);
}
.dynamic-main-download h1{
	font-size: 14px;
	color: #666;
	border-bottom: solid 1px #CCC;
	line-height: 36px;
	margin-bottom: 0;
}
.dynamic-main-download ul li{
	font-size: 14px;
	border-bottom: solid 1px #CCC;
	line-height: 36px;
}
.dynamic-main-download ul li a{
	color: #005b9e;
}
.download-pop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,.5);
	display: none;
}
.download-pop-form{
	width: 600px;
	max-width: 95%;
	height: 450px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 10px;
	padding: 40px 40px 0;
}
.download-pop-form-tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.download-pop-form-tit span{
	font-size: 20px;
	color: #000;
	font-weight: 800;
}
.download-pop-form ul li{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.download-pop-form ul li label{
	width: 80px;
	text-align: right;
}
.download-pop-form ul li input{
	flex: 1;
	min-width: 0;
	margin: 0 10px;
	margin-left: 30px;
	border: none;
	height: 35px;
	line-height: 35px;
	background-color: #f5f5f5;
	padding: 0 20px;
}
.download-pop-form ul li button{
	cursor: pointer;
	width: 100px;
	height: 35px;
	color: #FFF;
	background-color: #068cd4;
	border: none;
	border-radius: 8px;
}
.download-pop-form ul li a{
	display: block;
	margin: 0 auto;
	width: 300px;
	line-height: 36px;
	border-radius: 8px;
	background-color: #005b9e;
	text-align: center;
	color: #FFF;
	max-width: 90%;
}
.news-info-top{
	display: flex;
	margin-bottom: 50px;
}
.news-info-top dd{
	flex: 1;
	min-width: 0;
	margin-left: 40px;
}
.news-info-top dd h1{
	font-size: 24px;
}
.news-info-top dd h1 span{
	margin-left: 10px;
	font-weight: normal;
}
.news-info-top dd .news-info-top-text{
	font-style: italic;
	color: #666;
	line-height: 26px;
	margin-top: 30px;
}
.news-main-tab ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}
.news-main-tab ul li {
	flex: 1;
}
.news-main-tab ul li a{
	display: block;
	line-height: 46px;
	border-radius: 60px;
	border: solid 1px #dbdbdb;
	text-align: center;
	font-size: 18px;
	color: #666;
}
.news-main-tab ul li:last-child{
	margin-left: 40px;
}
.news-main-tab ul li.active a,.news-main-tab ul li a:hover{
	background-color: #005b9e;
	border-color: #005b9e;
	color: #FFF;
}
.news-main-list{
	background-color: #F5F5F5;
}
.news-main-list-box{
	margin: 0 -10px;
	padding: 1px 0 0;
}
.news-item{
	padding: 0 10px;
	margin-top: 50px;
}
.news-item .news-item-info{
	background-color: #FFF;
}
.news-item .news-item-info .news-item-img img{
	width: 100%;
}
.news-item .news-item-info .news-item-name{
	line-height: 32px;
	font-weight: bold;
	font-size: 16px;
	padding: 0 25px;
	margin: 30px 0;
	height: 64px;
	overflow: hidden;
}
.news-item .news-item-info .news-item-name a{
	color: #005cb9;
}
.news-item .news-item-info .news-item-des{
	padding: 0 25px;
	font-size: 16px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	margin-bottom: 40px;
	height: 110px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news-item .news-item-info time{
	display: block;
	padding: 0 25px 25px;
	font-size: 14px;
	color: #999;
}
.join-main{
	padding-top: 90px;
	padding-bottom: 90px;
}
.join-th{
	display: flex;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 30px 0;
}
.join-th span:nth-child(1){
	width: 310px;
	padding-left: 30px;
}
.join-th span:nth-child(2){
	width: 290px;
}
.join-th span:nth-child(3){
	width: 530px;
}
.join-th span:nth-child(4){
	width: 260px;
}
.join-list ul li{
	background-color: #f5f5f5;
	transition: all .5s;
}
.join-list ul li:nth-child(2n){
	background-color: #FFF;
}
.join-list ul li.active{
	background-color: #22568b;
}
.join-list ul li.active span{
	color: #FFF;
}
.join-list ul li.active .join-td span:nth-child(2),.join-list ul li.active .join-td span:nth-child(3),.join-list ul li.active .join-td span:nth-child(4){
	display: none;
}
.join-list ul li.active .close-icon{
	display: block;
}
.join-list .join-td{
	display: flex;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	padding: 20px 0;
}
.join-list .join-td .close-icon{
	position: absolute;
	right: 55px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.join-list .join-td span:nth-child(1){
	width: 310px;
	padding-left: 30px;
}
.join-list .join-td span:nth-child(2){
	width: 290px;
}
.join-list .join-td span:nth-child(3){
	width: 530px;
}
.join-list .join-td span:nth-child(4){
	width: 260px;
}
.join-body{
	display: none;
	background-color: #FFF;
	border: solid 2px #22568b;
	padding: 60px 0;
}
.join-body dl{
	display: flex;
}
.join-body dl dt{
	width: 600px;
	padding: 0 80px;
}
.join-body-item{
	margin-bottom: 70px;
}
.join-body-item:last-child{
	margin-bottom: 0;
}
.join-body-item h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 30px;
}
.join-body-item p{
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
}
.join-tips{
	padding-left: 80px;
	padding-top: 100px;
	font-size: 16px;
}
.join-tips a{
	color: #22568b;
}
.join-detail-item{
	margin-bottom: 50px;
}
.join-detail-item:last-child{
	margin-bottom: 0;
}
.join-detail-item h1{
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: bold;
}
.join-detail-item .join-detail-info{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	/* text-align: justify; */
}
.contact-main ul{
	background-color: #F5F5F5;
	padding: 80px 100px;
	margin: 0 -100px;
	display: flex;
	flex-wrap: wrap;
}
.contact-main ul li{
	width: 33.3333%;
	margin-bottom: 80px;
}
.contact-main ul li:nth-child(2){
	padding: 0 25px;
}
.contact-main ul li h1{
	margin: 0 0 30px;
	font-size: 16px;
	border-bottom: solid 1px #666;
	padding-bottom: 25px;
	font-weight: bold;
}
.contact-main ul li p{
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
.contact-main ul li p span{
	width: 40px;
}
.contact-main ul li:last-child{
	width: 66.6666%;
	padding-left: 25px;
}
.contact-main ul li .contact-form p{
	display: flex;
}
.contact-main ul li .contact-form p input{
	flex: 1;
	min-width: 0;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 8px;
	border: none;
}
.contact-main ul li .contact-form p input:first-child{
	margin-right: 20px;
}
.contact-main ul li .contact-form p textarea{
	flex: 1;
	background-color: #FFF;
	padding: 20px;
	border-radius: 8px;
	border: none;
	min-height: 170px;
}
.contact-main ul li .contact-form a,.contact-main ul li .contact-form button{
	display: block;
	line-height: 50px;
	background-color: #005b9e;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	/* letter-spacing: 10px; */
}
.support-1{
	position: relative;
}
.support-1 dl{
	display: flex;
	align-items: flex-start;
}
.support-1 dl dd{
	flex: 1;
	min-width: 0;
	margin-right: 35px;
	padding-top: 40px;
}
.support-1 dl dd h1{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 40px;
}
.support-1 dl dd ul{
	margin-left: 20px;
}
.support-1 dl dd ul li{
	list-style-type: disc;
	line-height: 28px;
	margin-bottom: 20px;
}
.support-1 dl dt{
	margin-top: -80px;
}
.support-2{
	background: url(../images/pic20.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.support-2 dl{
	display: flex;
	align-items: center;
}
.support-2 dl dd{
	flex: 1;
	min-width: 0;
	background-color: #FFF;
	padding: 70px 130px;
}
.support-2 dl dd h1{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 40px;
}
.support-2 dl dd ul{
	margin-left: 20px;
}
.support-2 dl dd ul li{
	list-style-type: disc;
	line-height: 28px;
	margin-bottom: 20px;
}
.support-3 dl{
	display: flex;
	align-items: center;
	padding-right: 160px;
}
.support-3 dl dd{
	flex: 1;
	min-width: 0;
	padding: 70px 130px;
}
.support-3 dl dd h1{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 40px;
}
.support-3 dl dd ul{
	margin-left: 20px;
}
.support-3 dl dd ul li{
	list-style-type: disc;
	line-height: 28px;
	margin-bottom: 20px;
}
.support-4{
	background-color: #F5F5F5;
}
.support-4 dl{
	display: flex;
	align-items: center;
	padding-left: 160px;
}
.support-4 dl dd{
	flex: 1;
	min-width: 0;
	padding-right: 130px;
}
.support-4 dl dd{
	flex: 1;
	min-width: 0;
	padding: 70px 130px;
}
.support-4 dl dd h1{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 40px;
}
.support-4 dl dd ul{
	margin-left: 20px;
}
.support-4 dl dd ul li{
	list-style-type: disc;
	line-height: 28px;
	margin-bottom: 20px;
}
.investment-1 {
	position: relative;
	margin-bottom: 115px;
}
.investment-1 dl{
	display: flex;
}
.investment-1 dl dd{
	flex: 1;
	min-width: 0;
	background-color: #F5F5F5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 100px;
}
.investment-1 dl dd h1{
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 800;
}
.investment-1 dl dd p{
	color: #666;
	line-height: 28px;
}
.investment-1 .investment-1-pagnation{
	position: absolute;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	bottom: -42.5px;
	z-index: 1;
}
.investment-1 .investment-1-pagnation .swiper-pagination{
	background-color: #F5F5F5;
	position: relative;
	text-align: center;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.investment-1 .investment-1-pagnation .swiper-pagination span{
	width: 8px;
	height: 8px;
	background-color: transparent;
	border: solid 1px #c8c8c8;
	background-color: #c8c8c8;
	opacity: 1;
	vertical-align: middle;
	margin: 0 20px;
	cursor: pointer;
	transition: all .5s;
}
.investment-1 .investment-1-pagnation .swiper-pagination span.swiper-pagination-bullet-active{
	width: 24px;
	height: 24px;
	border-color: #005cb9;
	background-color: #FFF;
	position: relative;
}
.investment-1 .investment-1-pagnation .swiper-pagination span.swiper-pagination-bullet-active::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #005cb9;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.investment-2{
	padding-left: 260px;
	margin-bottom: 75px;
}
.investment-2 dl{
	display: flex;
	align-items: flex-start;
}
.investment-2 dl dd{
	flex: 1;
	min-width: 0;
	margin-right: 25px;
	padding-left: 45px;
}
.investment-2 dl dd h1{
	font-size: 24px;
	margin: 0 0 30px;
	font-weight: 800;
}
.investment-2 dl dd p{
	color: #666;
	line-height: 28px;
}
.investment-2 dl dd ol{
	display: flex;
	margin: 40px 0;
}
.investment-2 dl dd ol li{
	flex: 1;
}
.investment-2 dl dd ol li p{
	margin-bottom: 0;
}
.investment-2 dl dd ol li span{
	font-size: 50px;
	color: #0b5caf;
	font-weight: bold;
}
.investment-2 dl dd h2{
	font-size: 16px;
	font-weight: 800;
}
.investment-2 dl dd ul li{
	display: flex;
	align-items: flex-start;
	line-height: 28px;
	color: #666;
	padding-top: 10px;
}
.investment-2 dl dd ul li span{
	font-weight: 800;
}
.investment-2 dl dd ul li em{
	flex: 1;
	min-width: 0;
}
.investment-3{
	background-color: #F5F5F5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.investment-3 h1{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}
.investment-3 p img{
	max-width: 100%;
}
.investment-1-1 dl{
	display: flex;
}
.investment-1-1 dl dt{
	position: relative;
}
.investment-1-1 dl dt span{
	position: absolute;
	right: 0;
	line-height: 86px;
	bottom: -43px;
	text-align: center;
	width: 260px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #005b9e;
}
.investment-1-1 dl dd{
	position: relative;
	flex: 1;
	min-width: 0;
	background-color: #f5f5f5;
	padding: 0 80px;
	display: flex;
	align-items: center;
}
.investment-1-1 dl dd .investment-1-1-icon{
	position: absolute;
	left: 0;
	bottom: 0;
}
.investment-1-1 dl dd p{
	font-weight: bold;
	font-size: 16px;
	color: #005b9e;
}
.investment-1-2{
	margin-top: 80px;
}
.investment-1-2 dl{
	display: flex;
}
.investment-1-2  dl dt{
	flex: 1;
	min-width: 0;
	margin-right: 60px;
}
.investment-1-2  dl dt h1{
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: bold;
}
.investment-1-2  dl dt .investment-1-2-info{
	color: #666;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
	/* text-align: justify; */
}
.investment-1-2  dl dd h1{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #005b9e;
	padding-left: 100px;
	padding: 45px 0 10px 100px;
}
.investment-1-2  dl dd p{
	margin: 0;
	font-size: 14px;
	color: #666;
	padding-left: 100px;
}
.investment-1-2  dl dd img{
	margin-top: 75px;
}
.investment-1-3-top{
	margin: 60px -11px 0;
}
.investment-1-3-item{
	padding: 0 11px;
}
.investment-1-3-item img{
	width: 100%;	
}
.investment-1-3-item p{
	margin-bottom: 0;
	border-bottom: solid 1px #999;
	padding: 20px 0 10px;
	font-weight: bold;
	font-size: 16px;
}
.investment-1-3-bottom{
	margin: 25px -5px 0;
}
.investment-1-3-bottom-item{
	margin-top: 40px;
	padding: 0 5px;
}
.investment-1-3-bottom-item a{
	display: block;
	background-color: #f5f5f5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
}
.investment-1-3-bottom-item a img{
	max-width: 100%;
	max-height: 100%;
}
.investment-1-4{
	margin-top: 75px;
	background-color: #d2ecff;
}
.investment-1-4 dl{
	display: flex;
}
.investment-1-4 dl dd{
	flex: 1;
	min-width: 0;
	padding-left: 95px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* text-align: justify; */
}
.investment-1-4 dl dd h1{
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
}
.investment-1-4 dl dd p{
	text-indent: 2em;
	line-height: 28px;
	color: #333;
}
.investment-1-4 dl dd ol{
	margin-top: 20px;
}
.investment-1-4 dl dd ol li{
	line-height: 34px;
}
.investment-1-5{
	background: url(../images/pic37.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.investment-1-5 ul{
	display: flex;
	flex-wrap: wrap;
}
.investment-1-5 ul li{
	width: 50%;
	padding-right: 150px;
	color: #FFF;
}
.investment-1-5 ul li h1{
	font-weight: bold;
	font-size: 16px;
}
.investment-1-5 ul li p{
	line-height: 24px;
}
.investment-1-6 {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 120px;
}
.investment-1-6 dl{
	display: flex;
}
.investment-1-6 dl dd{
	flex: 1;
	min-width: 0;
	margin-right: 60px;
}
.investment-1-6-dt-top{
	display: flex;
	margin-bottom: 50px;
}
.investment-1-6-dt-top-left{
	flex: 1;
	padding-right: 75px;
	padding-top: 40px;
	/* text-align: justify; */
}
.investment-1-6-dt-top-left h1{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
}
.investment-1-6-dt-top-left p{
	text-indent: 2em;
	line-height: 28px;
}
.investment-1-6-dt-top-right{
	flex: 1;
}
.investment-1-6-dt-top-right h1{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.investment-1-6-dt-top-right p{
	line-height: 28px;
	margin-bottom: 0;
}
.investment-1-6-dt-bottom img{
	max-width: 100%;
}
.investment-1-7 dl{
	display: flex;
	align-items: center;
	margin-top: -60px;
}
.investment-1-7 dl dd{
	flex: 1;
	min-width: 0;
	padding-left: 60px;
	/* text-align: justify; */
}
.investment-1-7 dl dd h1{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
}
.investment-1-7 dl dd p{
	text-indent: 2em;
	line-height: 28px;
}
.investment-1-8 dl{
	display: flex;
	padding: 60px 0;
}
.investment-1-8 dl dt{
	flex: 1;
	min-width: 0;
	padding-right: 65px;
	padding-top: 45px;
	/* text-align: justify; */
}
.investment-1-8 dl dt h1{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
}
.investment-1-8 dl dt p{
	text-indent: 2em;
	line-height: 28px;
}
.investment-1-8 dl dt h2{
	font-size: 14px;
	font-weight: 800;
	padding-left: 30px;
	padding-top: 30px;
	color: #000;
}
.investment-1-8 dl dt h3{
	font-weight: normal;
	font-size: 16px;
	padding-left: 30px;
}
.investment-1-8 dl dt .investment-1-8-btns{
	position: relative;
	text-align: right;
	margin-top: 25px;
}
.investment-1-8 dl dt .investment-1-8-btns div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	left: initial;
	right: initial;
	transition: all .5s;
	margin-top: 0;
}
.investment-1-8 dl dt .investment-1-8-btns .swiper-button-prev{
	background: url(../icon/arrow-left-2.png) no-repeat;
	margin-right: 30px;
}
.investment-1-8 dl dt .investment-1-8-btns .swiper-button-prev:hover{
	background: url(../icon/arrow-left-2-hover.png) no-repeat;
}
.investment-1-8 dl dt .investment-1-8-btns .swiper-button-next{
	background: url(../icon/arrow-right-2.png) no-repeat;
}
.investment-1-8 dl dt .investment-1-8-btns .swiper-button-next:hover{
	background: url(../icon/arrow-right-2-hover.png) no-repeat;
}
.investment-1-8 dl dt .investment-1-8-btns div::after{
	display: none;
}
.investment-1-8 dl dd{
	max-width: 700px;
	position: relative;
}
.investment-1-8 dl dd p{
	margin: 0;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,91,158,.8);
	line-height: 54px;
	padding: 0 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	right: 0;
	left: 0;
	color: #FFF;
}
.investment-1-8 dl dd img{
	width: 100%;
}
.investment-1-9{
	background: url(../images/pic42.jpg) 50% 50% no-repeat;
	background-size: cover;
	max-height: 482px;
}
.investment-1-9 dl{
	display: flex;
}
.investment-1-9 dl dt{
	flex: 1;
	min-width: 0;
	padding-top: 50px;
	color: #FFF;
	/* text-align: justify; */
}
.investment-1-9 dl dt img{
	margin-top: 40px;
	width: 100%;
}
.investment-1-9 dl dt h1{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
.investment-1-9 dl dt p{
	padding-right: 60px;
	font-weight: normal;
	text-indent: 2em;
	line-height: 28px;
}
.investment-1-10 dl{
	padding: 120px 0 90px;
	display: flex;
}
.investment-1-10 dl dd{
	flex: 1;
	min-width: 0;
	padding-left: 65px;
	/* text-align: justify; */
}
.investment-1-10 dl dd h1{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
}
.investment-1-10 dl dd p{
	font-weight: normal;
	text-indent: 2em;
	line-height: 28px;
}
.investment-1-10 dl dd ol li{
	margin-top: 30px;
}
.investment-1-10 dl dd ol li h2{
	font-size: 16px;
	font-weight: bold;
}
.investment-1-10 dl dd ol li h3{
	font-size: 14px;
	margin: 0;
}
.investment-2-1{
	padding-top: 50px;
	padding-bottom: 50px;
}
.investment-2-1 h1{
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
}
.investment-2-1 h2{
	font-size: 24px;
	font-weight: bold;
	color: #005b9e;
	position: relative;
}
.investment-2-1 h2::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	background-color: #005b9e;
	z-index: -1;
}
.investment-2-1 h2 span{
	background-color: #FFF;
}
.investment-2-1 dl{
	display: flex;
	margin-top: 20px;
}
.investment-2-1 dl dd{
	flex: 1;
	min-width: 0;
	padding-right: 60px;
}
.investment-2-1 dl dd h3{
	background-color: #005b9e;
	color: #FFF;
	line-height: 35px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	margin: 0 0 10px;
}
.investment-2-1 dl dd p{
	line-height: 28px;
	margin-bottom: 0;
}
.investment-2-1 dl dd p b{
	font-weight: 800;
}
.investment-2-1 dl dd p span{
	font-size: 16px;
	color: #005b9e;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.investment-2-2{
	background: url(../images/pic66.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
.investment-2-2 h1{
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	color: #FFF;
}
.investment-2-2 h2{
	font-size: 24px;
	font-weight: bold;
	color: #005b9e;
	display: flex;
	align-items: center;
}
.investment-2-2 h2 span{
	margin-right: 20px;
}
.investment-2-2 h2 em{
	height: 1px;
	flex: 1;
	min-width: 0;
	background-color: #005b9e;
}

.investment-2-2 dl{
	display: flex;
	margin-top: 20px;
	color: #FFF;
}
.investment-2-2 dl p{
	line-height: 28px;
}
.investment-2-2 dl dt{
	max-width: 700px;
}
.investment-2-2 dl dt img{
	width: 100%;
	display: block;
	margin-bottom: 35px;
}
.investment-2-2 dl dt p{
	padding-left: 40px;
	font-weight: normal;
}
.investment-2-2 dl dd{
	flex: 1;
	min-width: 0;
	padding-left: 100px;
}
.investment-2-2 dl dd h3{
	background-color: #005b9e;
	color: #FFF;
	line-height: 35px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	margin: 0 0 10px;
}
.investment-2-2 dl dd p{
	line-height: 28px;
	margin-bottom: 0;
}
.investment-2-3{
	background: url(../images/pic67.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.investment-2-3 dl{
	display: flex;
	color: #FFF;
	justify-content: space-between;
}
.investment-2-3 dl dd{
	width: calc((100% - 160px) / 2);
}
.investment-2-3 dl dd h1{
	background-color: #005b9e;
	color: #FFF;
	line-height: 35px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	margin: 0 0 10px;
}
.investment-2-3 dl dd h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.investment-2-3 dl dd p{
	color: #ccc;
	line-height: 28px;
}
.investment-2-3 dl dd p b{
	color: #FFF;
}
.investment-2-4{
	background: none;
}
.investment-2-4 dl{
	color: #333;
}
.investment-2-4 dl dd h2{
	color: #005b9e;
}
.investment-2-4 dl dd p b{
	color: #333;
}
.investment-2-4 dl dd p{
	color: #333;
}
.investment-2-5{
	background: url(../images/pic68.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.investment-2-5 h1{
	font-size: 24px;
	font-weight: bold;
	color: #005b9e;
	display: flex;
	align-items: center;
}
.investment-2-5 h1 span{
	margin-right: 20px;
}
.investment-2-5 h1 em{
	height: 1px;
	flex: 1;
	min-width: 0;
	background-color: #005b9e;
}
.investment-2-5 dl{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.investment-2-5 dl dd{
	width: calc((100% - 160px) / 2);
}
.investment-2-5 dl dd h2{
	background-color: #005b9e;
	color: #FFF;
	line-height: 35px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	margin: 0 0 10px;
}
.investment-2-5 dl dd h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.investment-2-5 dl dd ol li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.investment-2-5 dl dd ol li span{
	flex: 1;
	min-width: 0;
	margin-left: 20px;
}
.investment-2-5 dl dd p{
	line-height: 28px;
}
.investment-2-6{
	background: none;
}
.icon-4-6{
	padding: 30px 0;
}
.icon-4-6 img{
	margin: 0 40px;
}
.investment-2-7 {
	background-color: #F5F5F5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.investment-2-7 h1{
	font-size: 28px;
	font-weight: bold;
}
.investment-2-7 img{
	max-width: 100%;
}
.investment-2-8{
	padding-top: 50px;
	padding-bottom: 50px;
}
.investment-2-8 h1{
	font-size: 24px;
	font-weight: bold;
	color: #005b9e;
}
.investment-2-8-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.investment-2-8-item{
	width: 20%;
	height: 280px;
	border: solid 1px #f5f5f5;
	margin: -1px;
}
.investment-2-8-item a{
	display: flex;
	height: 280px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px;
	text-align: center;
}
.investment-2-8-item a img{
	max-width: 100%;
	max-height: 100%;
}
.investment-2-8-item a p{
	font-weight: bold;
	margin: 20px 0 0;
	color: #666;
}
.white-bg{
	position: fixed;
	width: 100%;
	left: 0;
	top: -100%;
	height: 280px;
	background-color: #FFF;
	transition: all 800ms;
	opacity: 0;
	z-index: 4;
}
.white-bg.active{
	top: 0;
	opacity: 1;
}