#main {
  width: 100%;
  height: auto;
  background: url(../img/body_bg.png) no-repeat center top;
  /*background-size: 100%;*/
  padding-top: 590px;
  padding-bottom: 50px;
  min-width: 1100px;
}
.nav_list{
	width: 1090px;
	height: 60px;
	margin: auto;
	box-sizing: border-box;
	padding: 0px 100px;
	background: url(../img/nav_bg.png) no-repeat center 100%;
}
.nav_list ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.nav_list ul li{
	color: #FFFFFF;
	height: 100%;
	line-height: 60px;
	font-size: 20px;
}
.nav_list ul li a{
	color: #FFFFFF;
}
.main_tt{
	width: 980px;
	height: 50px;
	margin: 20px auto;
	box-sizing: border-box;
	padding-left: 100px;
	background: url(../img/ico_tt.png) no-repeat left;
	background-position-x: 20px;
}
.main_tt h1{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 38px;
	color: #1748ab;
	overflow: hidden;
}
.main_tt h1 a{
	color: #1748ab;
}

.main_box1{
	width: 980px;
	height: 350px;
	margin: 40px auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.box1_l{
	width: 545px;
	height: 350px;
	overflow: hidden;
}
.box1_r{
	width: 395px;
	height: 100%;
}
.box1_r ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box1_r ul li{
	width: 100%;
	height: 105px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.box1_r ul li h3{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
}
.box1_r ul li h3 a{
	color: #000000;
}
.box1_r ul li p{
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #717171;
	overflow: hidden;
}
.box1_r ul li p a{
	color: #717171;
}
.box1_r ul li p span{
	color: #d30002;
}

.main_box2{
	width: 980px;
	height: 580px;
	margin: 130px auto;
}

.title{
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.title img{
	width: 100%;
}
.title a img{
	width: 100%;
}

.box2_list{
	width: 100%;
	height: 450px;
	box-sizing: border-box;
	padding-top: 60px;
	position: relative;
	background: url(../img/book_gyx.png) no-repeat center 100%;
}
.box2_list .hd_list{
	width: 670px;
	height: 310px;
	margin: auto;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}
.box2_list .hd_list .list_more{
	width: 295px;
	height: 100%;
	display: none;
}
.box2_list .hd_list .list_more:first-child{
	display: block;
}
.box2_list .hd_list .list_more:nth-child(2){
	display: block;
}
.box2_list .hd_list .list_more .img{
	width: 245px;
	height: 150px;
	margin: auto;
}
.box2_list .hd_list .list_more .img img{
	width: 100%;
	height: 100%;
}
.title_nav{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #0f4aa2;
	margin: 10px auto;
	box-sizing: border-box;
	overflow: hidden;
}
.title_iocL{
	background: url(../img/ico_L_y.png) no-repeat center left;
		text-align: left;
		padding-left: 30px;
}
.title_iocR{
	background: url(../img/ico_R_y.png) no-repeat center right;
	text-align: right;
	padding-right: 30px;
}
.box2_list .hd_list .list_more .text{
	padding-top: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	border-top: 1px dashed #666666;
}
.box2_list .hd_list .list_more .text ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.box2_list .hd_list .list_more .text ul li{
	width: 100%;
	height: 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.box2_list .hd_list .list_more .text ul li h3{
	width: 100%;
	height: 100%;
	font-size: 14px;
	overflow: hidden;
	color: #222222;
}
.box2_list .hd_list .list_more .text ul li h3 a{
	color: #222222;
}
.text_R ul li{
	padding-right: 20px;
	background: url(../img/ico_yd.png) no-repeat center right;
	background-position-x: 285px ;
	background-position-y: 8px;
}
.text_R ul li h3{
	text-align: right;
}
.text_L ul li{
	padding-left: 20px;
	background: url(../img/ico_yd.png) no-repeat center left;
	background-position-y: 8px;
	background-position-x: 5px ;
}
.text_L ul li h3{
	text-align: left;
}
.box2_list button{
	width: 30px;
	height: 50px;
	position: absolute;
	bottom: 60px;
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.box2_list .btn_left{
	left: 40px;
}
.box2_list .btn_right{
	right: 45px;
}

.main_box3{
	width: 980px;
	height: 390px;
	margin: auto;
	margin-top: 240px;
}
.box3_list{
	width: 910px;
	height: 270px;
	margin: auto;
	box-sizing: border-box;
	padding: 50px 90px;
	display: flex;
	justify-content: space-between;
	background: url(../img/bg_kuan.png) no-repeat center;
}
.box3_list .list_ico{
	width: 70px;
	height: 120px;
	background: url(../img/ico_gjc.png) no-repeat center top;
}

.box3_list .list_text{
	width: 650px;
	height: 100%;
	margin-top: 20px;
}
.box3_list .list_text .text_ul:first-child ul{
	width: 100%;
	height: 55px;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 4px solid #f4f4f4;
}
.box3_list .list_text .text_ul:first-child ul li:nth-child(2){
	background: #30aae9;
}
.box3_list .list_text .text_ul:first-child ul li:nth-child(4){
	background: #30aae9;
}
.box3_list .list_text ul li{
	width: auto;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	padding: 0px 25px;
	background: #195db8;
	position: relative;
}
.box3_list .list_text ul li:after{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/ico_sjx.png) no-repeat top right;
	background-size: 100%;
}
.box3_list .list_text ul li a{
	color: #FFFFFF;
}
.box3_list .list_text .text_ul:last-child{
	width: 100%;
	height: 85px;
}
.box3_list .list_text .text_ul:last-child ul{
	width: 100%;
	height: 100px;
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 4px solid #f4f4f4;
}
.box3_list .list_text .text_ul:last-child ul li{
	margin-bottom: 40px;
}
.box3_list .list_text .text_ul:last-child ul li{
	padding: 0px;
	text-align: center;
}
.box3_list .list_text .text_ul:last-child ul li:first-child{
	width: 210px;
	background: #30aae9;
}
.box3_list .list_text .text_ul:last-child  ul li:nth-child(2){
	width: 160px;
		background: #30aae9;
}
.box3_list .list_text .text_ul:last-child  ul li:nth-child(3){
	width: 160px;
}
.box3_list .list_text .text_ul:last-child  ul li:nth-child(4){
	width: 160px;
}
.box3_list .list_text .text_ul:last-child  ul li:nth-child(5){
	width: 160px;
}
.box3_list .list_text .text_ul:last-child  ul li:nth-child(6){
	width: 210px;
	background: #30aae9;
}
.main_box4{
	width: 980px;
	height: 560px;
	margin: auto;
	margin-top: 220px;
}
img:hover{
	transform: scale(1.1);
	transition: all 0.5s; 
}
.box4_list{
	width: 100%;
	height: 430px;
	display: flex;
	justify-content: space-between;
}

.box4_list .list_more{
	width: 315px;
	height: 430px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.box4_list .list_more .text{
	width: 100%;
	height: 130px;
}
.box4_list .list_more .text h3{
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 18px;
	color: #FFFFFF;
}
.box4_list .list_more .text h3 a{
	color: #FFFFFF;
}
.box4_list .list_more .text p{
	font-size: 14px;
	width: 100%;
	height: 88px;
	overflow: hidden;
	line-height: 22px;
	color: #FFFFFF;
	margin-top: 15px;
}
.box4_list .list_more .text p a{
	color: #FFFFFF;
}
.box4_list .list_more .text p span{
	color: #d30002;
}

.box4_list .list_more .img{
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.box4_list .list_more .img img{
	width: 100%;
	height: 100%;
}
.box4_list .list_more .img  h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
.box4_list .list_more .img h3{
	display: none;
}
.box4_list .list_more:nth-child(2) .text{
	display: none;
}
.box4_list .list_more:nth-child(2) .img{
	width: 100%;
	height: 100%;
}
.box4_list .list_more:nth-child(2) .img h3{
	display: block;
}
.box4_list .list_more:last-child .text{
	order: 1;
}
.box4_list .list_more:last-child .img{
	order: 0;
}
.main_box5{
	width: 980px;
	height: 630px;
	margin: auto;
	margin-top: 250px;
}
.box5_list{
	width: 100%;
	height: 515px;
	overflow: hidden;
	position: relative;
}
.box5_list .hd_2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.box5_list ul{
	width: 100000px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.box5_list ul li{
	width: 980px;
	height: 100%;
	float: left;
	transition: all 0.5s;
	position: relative; 
}
.box5_list ul li a img{
	width: 100%;
	height: 100%;
}
.box5_list ul li a h3{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.box5_list button{
	width: 35px;
	height: 50px;
	position: absolute;
	top: 250px;
}
.box5_list .btn_left{
	background: url(../img/btn_L.png) no-repeat center;
	left: 0px;
}
.box5_list .btn_right{
	background: url(../img/btn_R.png) no-repeat center;
	right: 0px;
}
.footer{width: 980px;margin: auto;margin-top: 35px;padding-bottom: 50px;color: #000000;}
.linebox{width: 100%;height: 30px;}
.footer .smallnav{margin-bottom: 10px;}
.footer .smallnav ul{overflow:hidden;width:635px;margin:0 auto}
.footer .smallnav ul li{float:left}
.footer .smallnav ul li a{padding:0 20px;border-right:0px solid #000;font-size: 18px;font-weight: bold;line-height: 20px;color: #000000 !important;}
.footer .smallnav ul li a:hover{color: #fff;text-decoration: underline;}
.footer .smallnav ul li:last-child a{border:none;}
.copyright{text-align: center;font-size: 14px;line-height: 28px;}
.copyright a{color: #000000 !important;}

.main_qxsy{
	width: 980px;
	height: 700px;
	margin: auto;
	margin-top: 240px;
}
.qxsy_list{
	width: 100%;
	height: 570px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.qxsy_list .list_more{
	width: 100%;
	height: 255px;
	display: flex;
	justify-content: space-between;
}
.qxsy_list .list_more .img{
	width: 435px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.qxsy_list .list_more .img img{
	width: 100%;
	height: 100%;
}
.qxsy_list .list_more .img h3{
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px 20px;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.qxsy_list .list_more .text{
	width: 480px;
	height: 100%;
}
.qxsy_list .list_more .text ul{
		width: 480px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.qxsy_list .list_more .text ul li{
	width: 100%;
	height: 105px;
}
.qxsy_list .list_more .text ul li h3{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
}
.qxsy_list .list_more .text ul li h3 a{
	color: #000000;
}
.qxsy_list .list_more .text ul li p{
	font-size: 12px;
	color: #1b1b1b;
	width: 100%;
	height: 66px;
	line-height: 22px;
	margin-top: 15px;
	overflow: hidden;
}
.qxsy_list .list_more .text ul li p a{
	color: #1b1b1b;
}
.qxsy_list .list_more .text ul li p span{
	color: #ee1f1f;
}
.qxsy_list .list_more .text ul li:first-child{
	height: 125px;
	border-bottom: 1px dashed #666666;
}

.qxsy_list .list_more:last-child .img{
	order: 1;
}
.qxsy_list .list_more:last-child .text{
	order: 0;
}



@media only screen and (max-width: 750px) {
	.nav_list{
		width: 100%;
		padding: 0px 20px;
	}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2019-10-30 14:10:09" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->