@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:myfont;
	font-size: 12px;
	color: #000;
	width: 100%;
	overflow-x: hidden;
	background-color: #fff;
}
@font-face{
	font-family: "myfont";
	src: url('../fonts/SourceHanSansCN-Medium.otf');
}
.fl-lt {
	float: left;
}

.fl-rt {
	float: right;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

input,
button,
textarea {
	border: 0;
	outline: none;
}

em {
	font-style: normal;
}

.y-row {
	width: 1200px;
	margin: 0 auto;
}



/*返回顶部*/
.backTop {
	position: fixed;
	bottom: 250px;
	right: 3%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2a2a6b;
	cursor: pointer;
	display: none;
	z-index: 99;
}

.backTop span {
	display: block;
	font-size: 40px;
	color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.backTop:hover {
	opacity: 0.8;
}

/*.header*/
.header-box .header_top{
	width: 1200px;
	height: 180px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.header-box .header_top .logo{
	width: 313px;
	height: 119px;
	margin-top: 30px;
}
.header-box .header_top .logo img{
	display: block;
	width: 100%;
	height: 100%;
}

.header-box .header-map{
	width: 269px;
	height: 127px;
	position:relative;
	margin-top: 26px;
}
.header-box .header-map img{
	display: block;
	width: 100%;
	height: 100%;
}
.header-box .header-map p{
	font-size: 24px;
	color:#000;
	position:absolute;
	left: -65px;
	top: 50%;
	margin-top: -12px;
	line-height: 1;
}
.header-box .header-nav{
	width: 100%;
	height:80px;
	background: url(../img/nav_bg.png) no-repeat;
	background-size: 100% 100%;
}
.header-box .header-nav .nav{
	width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.header-box .header-nav .nav li a{
	display: block;
	font-size: 22px;
	height: 100%;
	line-height: 80px;
	width: 136px;
	text-align: center;
	color:#fff;
}
.header-box .header-nav .nav li:hover a,
.header-box .header-nav .nav li.active a{
	background-color: #fff;
	color:#2d2c70;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	font-weight: bold;
}


/*banner*/
.banner{
	width: 100%;
	height:7.46rem;
	position:relative;
}
.banner .banner-swiper{
	height:100%;
}
.banner .banner-swiper img{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullets{
	text-align: center;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	width:26px;
	height:8px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	background:rgba(255,255,255,0.7);
}
.swiper-pagination-bullet-active{
	width: 48px;
	background:#2d2c70;
	opacity: 1;
}
.swiper-pagination-bullets span{
	margin: 0 6px!important;
}
.swiper-pagination-bullets{
	bottom:30px!important;
}




.footer .foot{
	width: 1200px;
	margin:0 auto;
	text-align: center;
	position:relative;
	padding:60px 0;
	border-top:2px solid #eaeaea;
	margin-top: 80px;
}
.footer .foot p{
	display: inline-block;
	margin:0 20px;
}
.footer .foot p img{
	display: inline-block;
	width: 18px;
	vertical-align: middle;
}
.footer .foot p span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color:#334559;
	margin-left:7px;
}
.footer .foot p:last-child{
	display: block;
	margin-top: 10px;
	text-align: center;
}
/*.footer .foot::before{*/
	/*content:"";*/
	/*display: inline-block;*/
	/*width: 94px;*/
	/*height: 94px;*/
	/*background:url(../img/erweima.jpg) no-repeat;*/
	/*background-size: 100% 100%;*/
	/*position:absolute;*/
	/*top: 50%;*/
	/*margin-top: -47px;*/
	/*left: 105px;*/
/*}*/
.footer .foot .erweima{
	width: 94px;
	height: 94px;
	position:absolute;
	top: 50%;
	margin-top: -47px;
	left: 105px;
}

.footer .copy{
	color:#333333;
	font-size: 14px;
	background-color: #e5e5e5;
	line-height: 40px;
	text-align: center;
}


.search-box{
	background-color: #e5e5e5;
	padding:30px 0;
}
.search{
	width: 600px;
	height: 38px;
	border-radius: 19px;
	border:1px solid #a8a8a8;
	margin:0 auto;
}
.search form{
	float:left;
	height: 100%;
	border-radius:19px 0 0 19px;
	width: 418px;
	padding-left: 2px;
	box-sizing: border-box;
	font-family: myfont;
}
.search form input{
	float:left;
	height: 100%;
	border-radius:19px 0 0 19px;
	width: 420px;
	padding-left: 20px;
	box-sizing: border-box;
	font-family: myfont;
}

.search form input{
	size: A4;
}

.search form button{
	width: 120px;
	height: 100%;
	float:right;
	border-radius:0 19px 19px 0;
	background-color: #2d2c70;
	cursor: pointer;
}
.search button img{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.search button span{
	font-size: 16px;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	line-height: 38px;
	left: 8px;
}


.current-box{
	height: 50px;
	background-color: #e5e5e5;
}
.current-box .current{
	width: 1200px;
	margin:0 auto;
	font-size: 16px;
	color:#333;
	line-height: 50px;
	position:relative;
	padding-left: 30px;
	box-sizing: border-box;
}
.current-box .current::before{
	content:"";
	display: inline-block;
	width: 13px;
	height: 18px;
	background:url(../img/index/a_icon.png) no-repeat;
	background-size: 100% 100%;
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.main{
	width: 1200px;
	margin:0 auto;
	margin-top: 80px;
}
.main .main-l{
	width: 303px;
	height: 635px;
	background-color: #f4f4f4;
	position:relative;
}
.main .main-l::after,
.main .main-r::after{
	content:"";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #383889;
	position:absolute;
	bottom: 0;
	left: 0;
}
.main .main-l .er-title{
	width: 303px;
	height: 60px;
	background: url(../img/er_titleL.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 20px;
	color:#fff;
	line-height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
}
.main .main-l .er-box{
	margin-top: 25px;
}
.main .main-l .er-box a{
    font-size: 18px;
    color: #333;
    line-height: 1;
    position: relative;
    margin-left: 25px;
    padding-left: 30px;
    margin-bottom: 20px;
    display: block;
}
.main .main-l .er-box a::before{
	content:"";
	display: inline-block;
	width: 13px;
	height: 18px;
	background:url(../img/index/a_icon.png) no-repeat;
	background-size: 100% 100%;
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.main .main-l .er-box a.on::before,
.main .main-l .er-box a:hover::before{
	background:url(../img/index/a_icon-on.png) no-repeat;
	background-size: 100% 100%;
}
.main .main-l .er-box a.on,
.main .main-l .er-box a:hover{
	color:#383889;
}
.main .main-r{
	width: 886px;
	height: 635px;
	background-color: #f4f4f4;
	position:relative;
}
.main .main-r .top{
	display: block;
	width: 100%;
	height: 60px;
	background: url(../img/erR.jpg) no-repeat;
	background-size: 100% 100%;
	position:relative;
}
.main .main-r .top .search{
	position:absolute;
	right: 20px;
	top: 50%;
	margin-top: -19px;
	width:415px;
}
.main .main-r .top .search input{
	width:300px;
}
.main .main-r .top .search button{
	width: 115px;
}

.main .main-r .news-list{
	width: 815px;
	margin:0 auto;
}
.main .main-r .news-list li::after{
	content:"";
	display:block;
	clear: both;
}
.main .main-r .news-list li{
	position:relative;
	margin-top:16px;
}
.main .main-r .news-list li .news-fonts{
	font-size: 16px;
	line-height: 1;
	float:left;
	width:660px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.main .main-r .news-list li .news-time{
	font-size: 16px;
	line-height: 1;
	float:right;
}
.main .main-r .news-list li a{
	color:#333;
}
.main .main-r .news-list li:hover a{
	color:#2d2c70;
}
.main .main-r .fenye-box{
	text-align: center;
	font-size: 0;
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 35px;
}
.main .main-r .fenye-box a.btn{
	width: 70px;
	height: 26px;
	margin:0 2px;
}
.main .main-r .fenye-box a{
	display: inline-block;
	line-height: 26px;
	font-size: 14px;
	color:#666666;
	background-color: #e5e5e5;
	width: 26px;
	margin:0 1px;
}
.main .main-r .fenye-box a.on,
.main .main-r .fenye-box a:hover{
	background-color: #383889;
	color:#fff;
}
.main .main-r .fenye-box a.btn:hover{
	background-color: #e5e5e5;
	color:#666666;
}
.main .main-r .fenye-box span{
	display: inline-block;
	color:#999;
	font-size: 14px;
	
}
.main .main-r .fenye-box .span1{
	margin-left: 30px;
	margin-right: 10px;
}
