*{
	box-sizing: border-box;
	color: #333333;
}
body{
	margin: 0;
	padding: 0;
	--swiper-pagination-bullet-width: 100px;
	--swiper-pagination-bullet-height: 3px;
	--swiper-pagination-color: #ffffff;
}
a{
	color: #333333;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.img-box{
	overflow: hidden;
}

.top{
	height: 110px;
}

.top .bar{
	width: 100%;
	height: 30px;
	background-color: #2e3291;
}

.top .nav-box{
	height: 80px;
	width: 1200px;
	background-color: #ffffff;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top .nav-box .logo{
	width: 312px;
	height: 100%;
	background-image: url(/images/logo.png);
	background-size: 100%;
}

.top .nav-box .nav{
	display: flex;
	justify-content: space-around;
	width: 820px;
}

.top .nav-box .nav a{
	display: block;
	width: 100%;
	height: 80%;
	line-height: 80px;
	font-size: 16px;
	font-weight: bold;
}

.top .nav-box .nav a:hover{
	color: #2e3291;
}

.main .banner{
	height: 620px;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}

.banner-text{
	z-index: 99;
	position: absolute;
	top: 50%;
	right: 200px;
	transform: translate(0, -50%);
}

.banner-text span{
	display: block;
	text-align: right;
	font-size: 60px;
	font-weight: bold;
	color: #ec1c24;
}
.banner-text span.bar{
	display: block;
	width: 80PX;
	height: 4px;
	background-color: #000000;
	position: absolute;
	right: 0;
}
.banner-text span.en{
	font-size: 28px;
	color: #000000;
}
.main .binner .swiper-wrapper{
	height: 100%;
}

.swiper-slide .img-box{
	height: 100%;
	width: 100%;
}

.swiper-slide .img-box img{
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet{
	border-radius: 0 !important;
}

.floor{
	width: 1200px;
	margin: 0 auto;
}

.floor .notice{
	margin-top: 20px;
	height: 42px;
	background-color: #f6f6f6;
	position: relative;
}

.notice-head{
	background-color: #2e3291;
	width: 90px;
	height: 100%;
	color: #ffffff;
	line-height: 42px;
	text-align: center;
	position: relative;
}

.notice-head::after, .notice-head .color::after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 9px solid #2e3291;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	right: 0;
	top: 0;
	transform: translate(100%, 0);
}

.notice-head .color{
	background-color: #f7c000;
	width: 8px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(100%, 0);
}
.notice-head .color::after{
	border-left: 9px solid #f7c000;
}

.notice .list{
	position: absolute;
	right: 10px;
	top: 0;
	height: 100%;
	line-height: 42px;
	width: 1080px;
}
.notice .list a{
	margin-left: 2rem;
}

.floor1{
	margin-top: 45px;
	justify-content: space-between;
	display: flex;
}

.radius{
	border-radius: 8px;
}

.shadow{
	box-shadow: 1px 1px 6px #e7e7e7;
}

.border{
	border: 1px solid #e7e7e7;
}

.floor1 .internal{
	display: block;
	width: 660px;
	height: 536px;
	background-image: url(/images/index-1.jpg);
	border: 1px solid #e7e7e7;
}

.floor1 .login-form{
	width: 510px;
	height: 536px;
	background-color: #f9f9f9;
}

.form-item{
	margin-top: 23px;
	position: relative;
	justify-content: space-around;
	display: flex;
}

.form-item .label{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 54px;
	width: 2.5em;
	text-align: center;
}

.form-item.title{
	color: #2e3291;
	text-align: center;
	padding: 5px 0;
}
.form-item .item{
	height: 54px;
	width: 400px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.form-item input{
	outline-color: #2e3291;
	border: 2px solid #e5e5e5;
	width: 100%;
	height: 100%;
	font-size: 18px;
	padding-left: 2.5em;
}
.form-item input:active{
	border-color: #2e3291;
	outline-color: #2e3291;
}
.form-item input.code{
	padding-left: 0.5em;
	width: 200px;
}
.form-item div.code{
	width: 166px;
	height: 100%;
}
.form-item div.code img{
	width: 100%;
	height: 100%;
	border: 2px solid #e5e5e5;
}
.form-item input.button{
	padding: 0;
}
.form-item input.login{
	color: #ffffff;
	background-color: #2e3291;
}
.form-item input.register{
	color: #2e3291;
	background-color: #f9f9f9;
}
.internal{
	position: relative;
}
.internal .item-title{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	line-height: 2.5rem;
	position: absolute;
	bottom: 2.5em;
	padding-left: 2em;
}
.internal .item-title.en{
	font-size: 18px;
}

.floor2{
	margin-top: 45px;
	height: 535px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.news{
	display: block;
	height: 100%;
	width: 510px;
	background-image: url(/images/index-2.jpg);
	position: relative;
}

.fiscal{
	display: block;
	height: 100%;
	width: 656px;
	background-image: url(/images/index-3.jpg);
	position: relative;
}

.floor .item-title{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	line-height: 2.5rem;
	position: absolute;
	bottom: 2.5em;
	padding-left: 2em;
}

.floor .item-title .more{
	font-weight: 100;
	font-size: 16px;
}

.floor .item-title .more span{
	color: #e9252c;
	padding-left: 1rem;
	font-weight: bold;
}

.floor3{
	width: 100%;
	margin-top: 70px;
	height: 260px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}

.floor3 img{
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.item-bar{
	position: relative;
	background-color: rgba(255, 255, 255, .4);
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}
.item-bar .span-box{
	line-height: 260px;
	font-weight: 900;
	text-stroke: 4px #ffffff;
	-webkit-text-stroke: 4px #ffffff;
}
.item-bar .span-box span{
	font-size: 58px;
	padding: 0 1rem;
}
.floor4{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 85px;
}
.floor4 .news-item{
	width: 380px;
}
.floor4 .news-item .news-item-pic{
	width: 100%;
	height: 190px;
}
.floor4 .news-item .news-item-pic img{
	width: 100%;
	height: 100%;
}
.news-item-title{
	justify-content: space-between;
	display: flex;
	line-height: 45px;
	height: 45px;
}
.news-item-title .title{
	font-weight: bold;
}
.news-item-title .more{
	color: #a4a4a4;
	position: relative;
}
.news-item-title .more:before{
	content: "+";
	width: 14px;
	height: 10px;
	background-color: #a4a4a4;
	color: #ffffff;
	line-height: 8px;
	display: block;
	text-align: center;
	position: absolute;
	top: 53%;
	left: 0;
	transform: translate(-20px, -50%);
}
.news-item-list li{
	display: block;
	width: 100%;
	height: 130px;
	border-top: 1px solid #898989;
	cursor: pointer;
}
.news-item-list li:first-child{
	border: none;
}
.news-item-list li span{
	line-height: 1.5rem;
	display: block;
}

.news-item-list .news-title{
	color: #333333;
	font-weight: bold;
}

.news-item-list .news-desc,.news-item-list .news-time{
	color: #898989;
}

.news-item-list .news-time,.news-item-list .news-title{
	line-height: 2.5rem;
}

.floor5{
	margin-top: 45px;
}

.floor-title{
	font-size: 22px;
	border-bottom: 2px solid #898989;
	line-height: 1.5rem;
	font-weight: bold;
	padding: 0.5rem 0;
}
.floor-title .other{
	font-size: 20px;
	color: #898989;
}

.links{
	padding-top: 20px;
}

.links::after{
	content: "";
	display: block;
	clear: both;
}

.links a{
	color: #898989;
	font-weight: bold;
	float: left;
	margin-top: 1rem;
	padding-right: 2rem;
}

.floor-foot{
	margin-top: 45px;
	width: 100%;
}
.floor-foot .foot-bar{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ec1c24;
}
.floor-foot .foot-bar .nav{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.floor-foot .foot-bar .nav a{
	color: #ffffff;
}
.foot-bar-body{
	width: 100%;
	height: 140px;
	padding: 25px 0;
	background-color: #3b3b3b;
}
.foot-main{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
}
.foot-logo{
	width: 250px;
	height: 100%;
	border-right: 1px solid #ffffff;
}
.foot-info {
	padding-left: 1.5rem;
}
.foot-info span{
	color: #ffffff;
	padding-right: 1rem;
	line-height: 2rem;
}
.foot-info *{
	color: #ffffff;
}
.second-banner{
	width: 100%;
	/* height: 375px; */
}
.second-banner .img-box{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
}
.second-banner .img-box img{
	width: 100%;
	position: relative;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.day-picker{
	width: 100%;
	height: 75px;
	background-color: #f0f0f0;
}
#form2{
	display: flex;
	justify-content: space-around;
	padding-left: 230px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.search-form-item{
	display: flex;
	justify-content: space-between;
	margin-left: 0.5rem;
}
.search-form-item-body{
	margin-left: 1rem;
	width: 153px;
}
.search-form-item-body .radius{
	border-radius: 4px;
}
.page-main{
	margin: 25px auto 0;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.left-menu{
	width: 230px;
}

.left-menu-title{
	font-size: 22px;
	font-weight: bold;
}
.left-menu-title span{
	display: block;
	width: 135px;
	border-bottom: 2px solid #ec1c24;
	height: 32px;
	line-height: 32px;
}
.left-menu .menu{
	margin-top: 40px;
}
.left-menu .menu li{
	display: block;
	height: 60px;
	border-bottom: 1px solid #dbdbdb;
	text-align: left;
	line-height: 60px;
	position: relative;
}

.left-menu .menu li a{
	display: block;
	width: 100%;
	height: 100%;
}

.left-menu .menu i{
	font-style: normal;
	display: block;
	color: #dbdbdb;
	font-size: 18px;
	line-height: 60px;
	padding-right: 1.5rem;
	position: absolute;
	right: 0;
	top: 0;
}

.left-menu .menu li:hover a,
.left-menu .menu li:hover i{
	color: #ec1c24;
}

.page-body{
	width: 934px;
}

.page-body-title{
	border-bottom: 1px solid #dbdbdb;
	text-align: right;
	height: 32px;
	line-height: 32px;
}
.page-body-content{
	padding-top: 30px;
	min-height: 500px;
}
.list-tr{
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.list-time{
	width: 105px;
}
.form-item .item2{
	justify-content: space-around;
}
.icon{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-30%, 35%);
}
.nav-item:hover a{
	border-bottom: 2px solid #e9252c
}
.nav-item:hover .children a{
	border-bottom: 1px solid #f4f4f4;
}
.nav-item:hover>.children{
	display: block;
}
.nav-item{
	position: relative;
}
.children{
	display: none;
	position: absolute;
	z-index: 99;
	width: 160px;
	left: 50%;
	transform: translate(-50%, 0);
}
.children:hover a{
	border-bottom: 1px solid #f4f4f4;
}
.children:hover a:hover{
	color: #e9252c !important;
}
.children .item{
	display: block;
	height: 43px !important;
	line-height: 43px !important;
	text-align: center;
	background-color: #ffffff;
	font-weight: 100 !important;
	border-bottom: 1px solid #f4f4f4;
}