body {
	min-width: 1300px;
	height: auto;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 20px;
}
* {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #2d66ba;
	text-decoration: none;
}
.pl {
	float: left;
}
.pr {
	float: right;
}
.pr2 {
	float: right;
	font-size: 14px;
	color: #999;
}
.top_warp {
	width: 100%;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 999;
	background: url(../images/top_bg.jpg) top repeat-x;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.top_txt {
	width: 1300px;
	height: 38px;
	margin: 0 auto;
	font-size: 12px;
	color: #ffffff;
}
.top_txt a {
	color: #ffffff;
}
.top_txt a:hover {
	color: #ffff00;
}
.top_box {
	width: 1300px;
	height: 132px;
	margin: 0 auto;
}
.search {
	width: 220px;
	height: 30px;
	float: right;
	margin-top: 50px;
}
.search_txt {
	width: 184px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	float: left;
	border: 0;
	text-indent: 10px;
	background: url(../images/search_txt_bg.jpg) center no-repeat;
}
.search_btn {
	width: 36px;
	height: 30px;
	float: right;
	background: url(../images/search_btn_bg.jpg) center no-repeat;
	border: 0;
}
.logo {
	width: 455px;
	height: 66px;
	float: left;
	margin-top: 28px;
}
.menu_warp {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #e9e9ee;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.menu {
	width: auto;
	height: 66px;
	float: right;
	margin-top: 28px;
}
.menu li {
	width: auto;
	height: 66px;
	float: left;
	margin-right: 33px;
}
.menu li a {
	height: 66px;
	line-height: 66px;
	color: #333333;
	font-size: 18px;
}
.menu li a:hover {
	color: #ff0000;
}
.menu ul li:nth-child(8) {
	margin-right: 0;
}
/*banner*/
.banner {
	width: 1300px;
        margin: 50px auto 0 auto;
	height: auto;
	overflow: hidden;
}
.banner img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
.banner-txt {
	width: auto;
	float: right;
	position: relative;
	padding: 20px;
	font-size: 24px;
	bottom: 100px;
	right: 50px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
}
.js-silder {
	position: relative;
	min-width: 320px;
}
.silder-scroll {
	width: 100%;
	overflow: hidden;
}
.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img {
	width: 100%;
}
.js-silder-ctrl {
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev, .silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev {
	left: 20px;
	text-align: left;
}
.silder-ctrl-next {
	right: 20px;
	text-align: right;
}
.silder-ctrl-prev>span, .silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span {
	left: 0;
}
.silder-ctrl-next>span {
	right: 0;
}
.silder-ctrl-conyd {
	position: relative;
	right: 30px;
	bottom: 50px;
	float: right;
}
.silder-ctrl-con {
	position: relative;
	bottom: 50px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 20px;
}
.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span {
	background-color: #3e64bc;
}
/*--------------------------------------------------------------
  主滑块样式
----------------------------------------------------------------*/
.bs-slider {
	overflow: hidden;
	max-height: 750px;
	position: relative;
	background: #000
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
	margin: auto;
	width: 100%!important
}
/*---------- 左/右轮控制 ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size: 45px;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: 400;
	background: 0 0;
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.control-round:hover .carousel-control {
	opacity: 1
}
.control-round .carousel-control.left {
	left: 1%
}
.control-round .carousel-control.right {
	right: 1%
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0 transparent
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%
}
.index_c1 {
	width: 1300px;
	height: 432px;
	margin: 0 auto;
}
.zskx {
	width: 630px;
	height: auto;
	float: left;
}
.zskx_top {
	width: 630px;
	height: 54px;
	float: left;
	margin-top: 50px;
	border-bottom: 3px solid #dcdcdc;
}
.zskx_top_title {
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #211c80;
}
.zskx_top_more {
	width: auto;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-top: 10px;
	font-size: 14px;
}
.zskx_list {
	width: 630px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.zskx_list ul li {
	width: 630px;
	height: 58px;
	float: left;
	list-style: none;
	font-size: 16px;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
}
.time {
	width: 120px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-top: 15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fcb65d;
	color: #ffffff;
	border-radius: 14px;
}
.newstitle {
	width: 490px;
	height: 28px;
	line-height: 28px;
	float: right;
	margin-top: 15px;
	font-size: 16px;
	overflow: hidden;
}
.zszc {
	width: 630px;
	height: auto;
	float: right;
}
.zszc_top {
	width: 630px;
	height: 54px;
	float: left;
	margin-top: 50px;
	border-bottom: 3px solid #dcdcdc;
}
.zszc_top_title {
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #211c80;
}
.zszc_top_more {
	width: auto;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-top: 10px;
	font-size: 14px;
}
.zszc_list {
	width: 630px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.zszc_list ul li {
	width: 630px;
	height: 58px;
	float: left;
	list-style: none;
	font-size: 16px;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
}
.index_c2 {
	width: 1300px;
	height: 530px;
	margin: 0 auto;
}
.zssp {
	width: 630px;
	height: auto;
	float: left;
}
.zssp_top {
	width: 630px;
	height: 49px;
	float: left;
	margin-top: 43px;
}
.zssp_top_title {
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #211c80;
}
.zssp_top_more {
	width: auto;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-top: 10px;
	font-size: 14px;
}
.zssp_list {
	width: 630px;
	height: auto;
	float: left;
}
.zssp_list ul {
	width: 660px;
}
.zssp_list ul li {
	width: 300px;
	height: 190px;
	float: left;
	margin-top: 25px;
	margin-right: 30px;
	list-style: none;
	overflow: hidden;
}
.zssp_list ul li .pic {
	width: 300px;
	height: 190px;
	float: left;
}
.zssp_list ul li .zssp_title {
	width: 270px;
	height: 48px;
	padding-top: 40px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	color: #ffffff;
	line-height: 48px;
	position: relative;
	top: -88px;
	left: 0;
	background: url(../images/zssp_title_bg.png) bottom repeat-x;
	z-index: 999;
}
.zssp_list ul li .zssp_title a{
	color: #ffffff;
	}
.zssp_list ul li .pic img {
	max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.zssp_list ul li .pic img:hover {
    transform: scale(1.1);
 }
.zsxcp {
	width: 630px;
	height: auto;
	float: left;
}
.zsxcp_top {
	width: 630px;
	height: 60px;
	line-height: 54px;
	text-align: center;
	float: left;
	margin-top: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #211c80;
	background: url(../images/title_bg.jpg) center bottom no-repeat;
}
.zsxcp_c {
	width: 630px;
	height: 405px;
	float: left;
	margin-top: 27px;
	overflow: hidden;
}
.quick {
	width: 630px;
	height: auto;
	float: right;
}
.quick_top {
	width: 630px;
	height: 60px;
	line-height: 54px;
	text-align: center;
	float: right;
	margin-top: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #211c80;
	background: url(../images/title_bg.jpg) center bottom no-repeat;
}
.quick_c {
	width: 630px;
	height: 405px;
	float: left;
	margin-top: 27px;
	overflow: hidden;
}
.index_c3 {
	width: 1300px;
	height: 717px;
	margin: 0 auto;
}
.qjxy {
	width: 1300px;
	height: auto;
	float: left;
}
.qjxy_top {
	width: 1300px;
	height: 54px;
	float: left;
	margin-top: 50px;
	border-bottom: 3px solid #dcdcdc;
}
.qjxy_top_title {
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #211c80;
}
.qjxy_top_more {
	width: auto;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-top: 10px;
	font-size: 14px;
}
.qjxy_c {
	width: 1300px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.foot {
	width: 100%;
	height: 218px;
	margin: 0 auto;
	margin-top: 60px;
	background: #211c80;
}
.foot_c {
	width: 1300px;
	height: 218px;
	margin: 0 auto;
}
.foot_logo {
	width: 320px;
	height: 66px;
	float: left;
	margin-top: 42px;
	background: url(../images/foot_logo.png) left center no-repeat;
	padding: 34px 65px 34px 0;
	border-right: 1px solid #7a77b3;
}
.foot_bq {
	width: auto;
	height: 90px;
	float: left;
	margin-top: 42px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	padding: 22px 0 22px 65px;
}
.foot_bq a {
	color: #ffffff;
}
.foot_ewm {
	width: 164px;
	height: 134px;
	float: right;
	margin-top: 42px;
}
.foot_ewm_pic {
	width: 134px;
	height: 134px;
	float: right;
}
.foot_ewm_txt {
	width: 30px;
	height: 134px;
	float: left;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	writing-mode: vertical-lr;
}