@charset "utf-8";
/* CSS Document */
body, div, address, blockquote, iframe,datalist,footer,header,nav,time, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {margin:0; padding:0; font-weight: normal;font-style: normal;font-size: 100%; font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,summary, time, mark, audio, video 
{ display: block;margin: 0; padding: 0;}/* 重置 HTML5 元素 */
table{ border-collapse:collapse;}
input,button,select,textarea{outline:none}
textarea{resize:none}
ol, ul ,li{list-style: none;}
img {border: 0; margin:0; padding:0;}
body {text-align:left; font-size:12px; overflow-x:hidden;background-color: #fff;}
a,em{ text-decoration:none; font-style:normal;}
.clear{ clear:both;}

.pointer{
    cursor: pointer;
}

/*->主体框架类
*********************/
.box{ width:1300px; margin:0 auto;}
.left{ float:left;}
.right{ float:right;}

.header{
	width: 100%;
	
}
.header .head{
	height: 34px;
	color: #888888;
	font-size: 14px;
	background-color: #f6f6f6;
}
.header .head .box{
	height: 34px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .head .regist{
	color: #3e79f9;
}

.header .head_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.header .head_nav .logo div:nth-child(1){
	font-size: 30px;
	color: #1058c4;
	font-weight: bold;
}
.header .head_nav .logo div:nth-child(2){
	font-size: 14px;
	color: #aaaaaa;
	letter-spacing: 1.5px;
}
.header .head_nav .navs{
	width: 800px;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 15px;
}
.header .head_nav .navs a{
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.header .head_nav .navs .active{
	color: #1058c4;
	font-weight: bold;
	border-bottom: 4px solid #1058c4;
	padding-bottom: 20px;
}




.link{
	color: #222222;
	font-size: 36px;
	display: flex;
	align-items: end;
}
.link span:nth-child(2){
	color: #666666;
	font-size: 24px;
}


#link {
	position: relative;
	width: 1300px;/*判断宽度设置响应式效果*/
	margin: 60px auto;
	height: 75px;
	overflow: hidden;
}

#link .swiper-container {
	padding-bottom: 60px;
	height: 75px;
}

#link  .swiper-slide {
	width: 210px;
	height: 75px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 8px 3px rgb(0 0 0 / 20%);
}
#link  .swiper-slide img{
	width: 210px;
	height: 75px;
	display:block;
	border:2px solid #fff;
}

#link .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#link .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#link .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}



.footer{
	background-color: #2156a5;
	position: relative;
}
.footer .foot_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.footer .foot_nav .logo div:nth-child(1){
	font-size: 30px;
	color: white;
	font-weight: bold;
}
.footer .foot_nav .logo div:nth-child(2){
	font-size: 14px;
	color: #aaaaaa;
	letter-spacing: 1.5px;
}
.footer .foot_nav .navs{
	width: 800px;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 10px;
}
.footer .foot_nav .navs a{
	color: white;
	font-size: 18px;
}
.footer .xinxi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	height: 100px;
}
.footer .xinxi div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
.footer .xinxi div img{
	margin-right: 20px;
}
.footer .dibu{
	height: 134px;
	font-size: 16px;
	color: #8da0c6;
	line-height: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .dibu .banq{
	text-align: left;
}
.footer .dibu .ewm{
	width: 290px;
	height: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.footer .dibu .ewm div{
	width: 100px;
	height: 100%;
	display: flex;
	justify-content:space-between;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
}
.footer .dibu .ewm div img{
	width: 100px;
	height: 100px;
	
}


.gotop{
	position: absolute;
	top: -100px;
	right: 100px;
}


.page{
    text-align: center;
}
.page .pagination li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span {
    background: #1058c4 url() 0 0 no-repeat;
    color: #fff;
    border: 1px solid #1058c4;
}
.page span {
    display: inline-block;
    padding: 10px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page a {
    display: inline-block;
    background: #fff url() 0 0 no-repeat;
    color: #888;
    padding: 10px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}