@charset "utf-8";
/*Technical Support SudyTech*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

img {
	vertical-align: middle;
}

html {
	overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 13px/1 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}

:focus {
	outline: 0;
}

/*备用样式表*/
.none {
	display: none;
}

.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}

.hidden {
	visibility: hidden;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
	color: #ccc;
	/* WebKit browsers */
}

:-moz-placeholder {
	color: #ccc;
	/* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
	color: #ccc;
	/* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
	color: #ccc;
	/* Internet Explorer 10+ */
}

/**布局开始**/
body {
	line-height: 1;
	font-size: 13px;
	font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}

p {
	line-height: 1.75;
}

a {
	color: #333333;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

a:hover {
	color: #013F88;
}

/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	width: 1440px;
	margin: 0 auto;
}

.wp-inner {
	width: 1400px;
	margin: 0 auto;
}

/**页面全局宽度**/

/*head开始*/
.header {
	background: #013f88;
	border-bottom: none;
	height: auto;
	line-height: inherit;
}

.header .inner .mod {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}


.header .head-right {
	display: flex;
	flex-direction: column;
	align-items: end;
}

/*默认主导航样式*/
#nav {
	background: #024da3;
}

#nav .inner .wp-panel .navbg {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
	display: flex;
}

.wp-menu .menu-item {
	display: flex;
	position: relative;
}

.wp-menu .menu-item.i1 {
	background: none;
}

.wp-menu .menu-item a.menu-link {
	line-height: 56px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0px 62px;
}

.wp-menu .menu-item:hover a.menu-link {
	background-color: #1384e2;
	text-decoration: none;
	color: #eee;
}

.wp-menu .menu-item a.hover {
	background-color: #1384e2;
	text-decoration: none;
	color: #eee;
}


.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	z-index: 100;
	background: #fff;
}

.sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}

.sub-menu .sub-item a {
	display: block;
	color: #000;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: none;
	text-align: center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
	color: #fff;
	background-color: #013F88;
	display: block;
}

.sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}

/**主页banner开始**/
#banner{overflow: hidden;}
#banner .inner {
	width: calc(100% + 1326px);
	margin-top: 67px;
	/* background:#e5e5e5; */
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#banner .news_list {
	display: flex;
}

#banner .news_list .news_imgs {
	position: relative;
	overflow: hidden;
	padding-top: 48.8%;
}
#banner .news_list .swiper-slide{
    transform-style: preserve-3d;
}
#banner .news_list .swiper-slide.swiper-slide-active {
}
#banner .news_list .swiper-slide-prev .news_imgs{transform: translateX(663px);opacity: 0.5;}
#banner .news_list .swiper-slide-next .news_imgs{transform: translateX(-663px);opacity: 0.5;}
#banner .news_list .swiper-slide-prev{transform: translate3d(20px, 0px,0px) rotateX(0deg) rotateY(30deg) !important;}
#banner .news_list .swiper-slide-next{transform: translate3d(-20px, 0px,0px) rotateX(0deg) rotateY(-30deg) !important;}
#banner .news_list .news_imgs img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container-3d .swiper-slide-shadow-left{
	display:none !important;
}
.swiper-container-3d .swiper-slide-shadow-right{
	display:none !important;
}

/**首页三列布局**/
.content-1 {
	background: #fff url(./images/bg1.png) no-repeat center -60px;
	background-size: contain;
}

.main1 .inner {
	padding: 57px 0px;
}

.main2 {
	margin-top: 29px;
	margin-bottom: 130px;
}

.main2 .main2-bottom {
	position: relative;
	overflow: hidden;
}


/**标题栏新闻窗口**/
.post {
	margin-bottom: 10px;
}

.post .tt {
	display: inline-block;
	width: 100%;
}

/**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
}

/**标题字体**/
.post .tt .tit .name {
	display: none;
	line-height: 16px;
	color: #333;
}


/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
	display: inline-block;
	height: 33px;
	float: right;
	width: 99px;
	background: url(./images/more.png) no-repeat right center;
	text-align: center;
	padding-right: 15px;
	line-height: 36px;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
}

.post .more_btn {
	cursor: pointer;
}

.post .more_btn a {
	color: #013F88;
}

.post .more_btn:hover a {}

/*标准标题*/
.post .tt .tit .title {
	display: inline-block;
	font-size: 42px;
	color: #000;
	cursor: pointer;
	font-weight: 500;
	line-height: 56px;
}

/**自定义新闻列表**/

.post-11 .news_list {
	display: flex;
	column-gap: 21px;
	margin-top: 23px;
}

.post-11 .news {
	width: 466px;
	height: 499px;
	padding: 15.5px 21.5px 0 18px;
	background: #fff;
	box-shadow: 0px 3px 15px #eee;
}

.post-11 .news .news_imgs {
	position: relative;
	padding-top: 66.5%;
	overflow: hidden;
	margin-bottom: 17px;
}

.post-11 .news .news_imgs img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.post-11 .news .news_wz {}

.post-11 .news .news_wz .news_meta {
	font-size: 18px;
	line-height: 26px;
	height: 24px;
	color: #013F88;
	font-weight: bold;
	position: relative;
	margin-left: 0px;
	padding-left: 12px;
}

.post-11 .news .news_wz .news_meta:before {
	position: absolute;
	left: 0;
	content: "";
	width: 2px;
	height: 12px;
	background: #013F88;
	top: 4px;
}

.post-11 .news .news_wz .news_title {
	font-size: 20px;
	line-height: 36px;
	height: 27px;
	margin: 13px auto;
}

.post-11 .news .news_wz .news_text {
	font-size: 16px;
	line-height: 28px;
	height: 49px;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	opacity: 0.6;
}

.post-11 .news .news_wz .news_title a {
	color: #000000;
}

.post-11 .news .news_wz:hover .news_title a {
	color: #013F88;
}

.post-11 .news .news_wz:hover .news_text a {
	color: #013F88;
}

.post a:hover {
	color: #013F88;
}
.post-21{ margin-bottom:0;}
.post-22 {
	margin-top: 50px;
	width: 718px;
	z-index: 1;
	float: left;
	position: relative;
	z-index: 999;
}

.post-22 .news_list .news_imgs {
	position: relative;
	padding-top: 67.13%;
	overflow: hidden;
}

.post-22 .news_list .news_imgs img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
}

.post-22 .news_list .news_wz {
	margin-top: 7px;
	margin-right: 150px;
}

.post-22 .news_list .news_wz .news_title {
	font-size: 20px;
	line-height: 91px;
	height: 27px;
	color: #000;
	font-weight: bold;
}

.post-22 .news_list .news_wz .news_title a {
	color: #000;
}

.post-22 .news_list .news_wz:hover .news_title a {
	color: #013F88;
}

.post-22 .news_list .news_wz:hover .news_text a {
	color: #013F88;
}

.post-22 .news_list .news_wz .news_text {
	font-size: 16px;
	line-height: 28px;
	height: 64px;
	margin-top: 58px;
}

.post-23 {
	position: absolute;
	width: 799px;
	right: 0;
	background: #ECF1F8;
}

.post-23 .con {
	position: relative;
	height: 592.5px;
	margin: 35px 40px 64px 123px;
}

.post-23 .con .more_btn {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 49.5px - 61.5px);
	width: 215px;
	height: 44px;
	line-height: 49px;
	background: #fff url(./images/more.png) no-repeat 160px 14px;
}

.post-23 .news_list .news {
	border-bottom: 2px solid #c9d6e7;
}

.post-23 .news_list .news.n3 {
	border-bottom: 0px solid #c9d6e7;
}

.post-23 .news_list .news_wz .news_title {
	font-size: 20px;
	line-height: 91px;
	height: 27px;
	font-weight: bold;
}

.post-23 .news_list .news_wz .news_title a {
	color: #000;
}

.post-23 .news_list .news_wz:hover .news_title a {
	color: #013F88;
}

.post-23 .news_list .news_wz:hover .news_text a {
	color: #013F88;
}

.post-23 .news_list .news_wz .news_text {
	font-size: 16px;
	line-height: 28px;
	height: 49px;
	margin-top: 58px;
	padding-bottom: 37.5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	opacity: 0.6;
}

.post-43 .con {
	margin-top: 36px;
}



.post-42 .news_list {
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 49px;
}

.post-42 .news_list .news {
	width: 265px;
	height: 66px;
	display: flex;
	background: #ECF1F8;
	align-items: center;
	justify-content: center;
	margin-bottom: 49px;
}

.post-42 .news_list .news_title {
	font-size: 20px;
	padding-left: 30px;
}

.post-42 .news_list .n1 .news_title {
	background: url(./images/xx.png) no-repeat left center;
}

.post-42 .news_list .n2 .news_title {
	background: url(./images/ky.png) no-repeat left center;
}

.post-42 .news_list .n3 .news_title {
	background: url(./images/hc.png) no-repeat -5px -5px;
}

.post-42 .news_list .n4 .news_title {
	background: url(./images/jw.png) no-repeat left center;
}

.post-42 .news_list .n5 .news_title {
	background: url(./images/wl.png) no-repeat left center;
}

.post-42 .news_list .n6 .news_title {
	background: url(./images/xy.png) no-repeat left center;
}

.post-42 .news_list .n7 .news_title {
	background: url(./images/jw2.png) no-repeat left center;
}

.post-42 .news_list .n8 .news_title {
	background: url(./images/jw2.png) no-repeat left center;
}

.sudy-tab .tab-menu {
	border: none;
	height: 70px;
}

.sudy-tab .tab-menu li.selected {
	background: #fcc843;
	border-radius: 0;
}

.sudy-tab .tab-menu li.selected .post .tt .tit .title {
	color: #000;
}

.sudy-tab .tab-menu li {
	height: 70px;
	line-height: 70px;
	padding: 0 27px;
}

.sudy-tab .tab-menu li .post .tt .tit .title {
	color: #787878;
	text-align: center;
	vertical-align: middle;
}


/*标题*/
.news_list li.news span.news_title img {
	vertical-align: middle;
}

.news_list li.news span.news_meta {
	float: right;
	margin-right: 4px;
	font-size: 18px;
	color: #333333;
	line-height: 46px;
}

.col_news_con .news_list li.news span.news_title {
	font-size: 16px;
	line-height: 32px;
}

.col_news_con .news_list li.news span.news_meta {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
	color: #666;
}


/*默认简介*/
.news_list li.news .news_bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 30px;
	background: #000;
	opacity: .7;
	filter: Alpha(opacity=70);
}

.news_list li.news p {
	line-height: 34px;
}

/*日历新闻样式1*/

.rili .news_list li.news {
	display: flex;
	padding-bottom: 14.5px;
	border-bottom: 1px solid #c0cfd6;
	margin-bottom: 14.5px;
}

.rili .news_list li.news .news_date {
	width: 68px;
	height: 68px;
	font-family: "Microsoft YaHei";
	background: #013F88;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.rili .news_list li.news .news_date .news_year {
	width: 68px;
	height: 35px;
	font-size: 30px;
	font-weight: bold;
}

.rili .news_list li.news .news_date .news_days {
	font-size: 16px;
}

.rili .news_list li.news .news_wz {
	margin-left: 17px;
	max-height: 68px;
}

.rili .news_list li.news .news_wz .news_con:hover .news_title a {
	color: #013F88;
}

.rili .news_list li.news .news_title {
	font-size: 20px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 100;
}

.rili .news_list li.news .news_title a {
	color: #333;
}



/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
	height: 235px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
}

.l-banner img {
	display: none;
	height: 100%;
	vertical-align: top;
}

/**主体列表页开始**/

#l-container .inner {
	padding: 25px 0px;
}

/**主体文章页开始**/
#d-container .inner {
	padding: 20px 0px;
	background: #fff;
	min-height: 514px;
}

.col_menu {
	width: 240px;
	float: left;
	margin-right: -240px;
	position: relative;
}

.col_menu .l-qh {
	margin-bottom: 10px;
}

.col_menu .col_menu_head {
	background: #0f429b;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 50px;
	padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
	border: 1px solid #e4e4e4;
}

/*栏目列表*/

.col_list .wp_listcolumn {
	border-top: 0px solid #2867A0;
	border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 5px 0px 5px 28px;
	line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	color: #013F88;
	background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #013F88;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
	font-weight: bold;
	color: #013F88;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
	color: #333;
	border-top: 1px solid #eee;
	margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
	display: inline-block;
	line-height: 28px;
	padding: 5px 10px 5px 52px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	font-weight: bold;
	font-weight: bold;
	color: #013F88;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
	background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
	padding: 5px 10px 5px 51px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
	font-weight: bold;
	color: #0f429b;
}

/**栏目新闻**/
.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
}

.col_news .col_news_box {
	margin-left: 290px;
}

.col_news_head {
	border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 20px;
	font-family: "Microsoft yahei";
	font-weight: normal;
	color: #013F88;
	border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	color: #666;
}

/**当前位置**/
.col_metas .col_path a {
	color: #2F2F2F;
}

.col_news_con {
	padding: 5px 0px 10px 0px;
	margin: 0 7px;
}

.col_news_list {
	margin-top: 7px;
}

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}

.col_news_list .wp_entry p {
	margin-bottom: 10px;
}

.col_news_list .wp_entry table {
	margin-bottom: 4px;
}

.col_news_list .wp_entry img {
	max-width: 680px;
	_width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	width: auto;
	margin: 0 auto;
}

.article {
	padding-top: 10px;
}

.article h1.arti_title {
	line-height: 48px;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	color: #0f429b;
}

/**文章标题**/
.article h2.arti_title {
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	text-align: center;
	color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ececec;
}

.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}

/**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}

/**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}

.article .entry .read img {
	margin: 0 auto;
	max-width: 940px;
	_width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;
	border: none !important;
}

/**页脚开始**/
#footer {
	background: #013f88;
	padding-top: 40px;
	padding-bottom: 43px;
}

#footer .inner .mod {
}
.foot-left{ float:left;    margin-top: 20px;}
.foot-right{ float:right;}

#footer .inner .mod .con img {
	margin-bottom: 20px;
}

#footer .inner .mod .con-3 {
	margin-top: 10px;
}

#footer .inner .copyright {
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 1px;
}

/**************************************************************
 * 组件功能
 */
/*自定义输入框*/

.wp-search {
	background: #fff;
	position: relative;
	width: 252px;
}


.wp-search .search-input {
	margin-left: 17px;
	margin-right: 35px;
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 24px;
	padding: 4px 0;
	background: none;
	color: #989898;
	font-size: 18px;
	border: 0;
	outline: 0;
}

.wp-search .search-btn {
	width: 35px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0%;
}

.wp-search .search-btn input.search-submit {
	width: 35px;
	height: 32px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: relative;
	background: #EEB30F url(./images/sousuo.png) no-repeat center;
}


/*轮播图*/
#gallery {
	width: 100%;
	margin: 0 auto;
	/* padding: 100px 0; */
}

/* 焦点指示器样式 */
.swiper-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background-color: #ffffff;
	transform: scale(1.2);
}




/*动效样式*/
#mybanner {
    position: relative;
    margin: 20px auto 0;
    width: 747px;
    height: 525px;
    background: transparent;
}
#mybanner li{position:absolute;transition: all 0.5s ease-in-out;}
#mybanner li .news_pic{overflow: hidden;width:100%;height:100%;}
#mybanner li img{transition-duration: 1s; transition: all 0.4s ease-in-out;;position: relative;
    display: block;
    width: 100%;
    height: 100%;}
#mybanner li img:hover{transform:scale(1.1);}
#mybanner li .news_all{position: relative;
    display: block;
    width: 100%;
    height: 100%;}

#mybanner .news_title{
    position: absolute;
    display: none;
    line-height: 33px;
	width: 378px;
	height: 104px;
	background: rgb(1 63 136 / 80%);
	position: absolute;
	bottom: -86px;
	margin-left: 42px;
  }
#mybanner .news_title a{
					   color: #FFF;
					   font-size: 20px;
					   line-height: 80px;
	margin-left:30px;
					   }
#mybanner .focus-arrow-left{
    position: absolute;
    top: 125px;
    left:0px;
    z-index: 4;
    display: none;
    }
#mybanner .focus-arrow-right{
    position: absolute;
    top: 125px;
    right: 10px;
    z-index: 4;
    display: none;
    }
#mybanner:hover .focus-arrow-left{display:block;}
#mybanner:hover .focus-arrow-right{display:block;}
.focus-pagenation{
    position: absolute;
    bottom: 50px;
    right: 350px;
    z-index: 5;
    }
.mypagetab{
    float: left;
    margin: 0px 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CDDCF2;
    cursor: default;
    }


/*列表页*/
/*banner*/



/*************************************************************
 * 特殊页面
 */
/*二级页面*/


















