@charset "utf-8";
* {
  font-family: "微软雅黑";
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  list-style-type: none;
  box-sizing: border-box;
}
body {
  padding-bottom: 40px;
}
a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.menu_list a {
 color: white;
}
.menu_list a:hover {
  color: white;
 }
a {
  color: black;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #3474c0;
}
a:active {
  text-decoration: none;
}
.head {
  width: 100%;
}
.head img{
  display: block;
  width: 100%;
}
/* 菜单 */
.menu {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
  width: 100%;
  height: 48px;
  background-color: #3474c0;
}
@media screen and (max-width:1000px){
  .menu,.head{
    width: 1000px;
  }
}
.menu_list {
  width: 1000px;
  display: flex;
  align-items: center;
}
.menu_list li {
  height: 100%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  text-align: center;
}
.menu_list li:hover {
  background-color: rgba(41, 87, 169, 1);
}
.menu_list li:hover .submenu_list{
  display: block;
}
/* 子菜单 */
.submenu_list {
  display:none;
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0px;
  background-color: rgba(41, 87, 169, 1);
  font-size: 20px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
  color: rgba(255, 255, 255, 1);
  z-index: 9999;
}
.submenu_list .submenu_list_itme {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.submenu_list .submenu_list_itme:hover {
  background-color: rgba(30, 62, 113, 1);
}

.content {
  height: auto;
  width: 1000px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

/* 上部分 轮播 */
.content_swiper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 420px;
}
.swiper_left,.swiper_right{
  flex: 1;
}
.swiper_right {
  margin-left: 24px;
}
.left_swiper {
  width: 500px;
  height: 375px;
	overflow: hidden;
	position: relative;
	background-color: #ccc;
}
.left_swiper ul li{
  width: 500px;
  height: 375px;
}
.left_swiper img {
  width: 100%;
  height: 100%;
}
.left_text {
  margin-top: 30px;
  color: black;
  font-size: 18px;
  font-family: SourceHanSansSC-regular;
}
.right_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: -10px;
  font-size: 20px;
}
.right_menu .sd01 {
  font-weight: bold;
  border-bottom: 3px solid rgba(246, 213, 22, 1);
}
.right_menu div {
  flex: 1;
  text-align: center;
  height: 48px;
  line-height: 48px;
  color: rgba(16, 16, 16, 1);
}
.right_list {
  display: flex;
  flex-direction: column;
  height: 340px;
  overflow: hidden;
  padding-left: 5px;
}
.hidden {
  display:none;
}
.right_list li {
  display: flex;
  align-items: center;
  height: 26px;
  margin-bottom: 8px;
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  font-family: SourceHanSansSC-regular;
}
.right_list li .li_point {
  width: 8px;
  height: 8px;
  margin-right: 13px;
  background-color: rgba(246, 213, 22, 1);

}

/* 中间 */
.content_middle {
  width: 100%;
  height: 120px;
  margin-bottom: 27px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: url('../images/index_new/middleBg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content_middle .middle_item {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: SourceHanSansSC-regular;
}
.content_middle .middle_item .item_top {
  font-size: 30px;
  font-weight: 700;
}
.content_middle .middle_item .item_bottom{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  height: 36px;
  width: 150px;
  border-top: 4px solid rgba(255, 255, 255, 1);
}

/* 中间列表 */
.content_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.content_list .list_item{
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 65px;
  padding-right: 20px;
  width: 30%;
  height: 360px;
  overflow-y: auto;
}
.content_list .list_item .item_title {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 43px;
  padding-right: 10px;
  color: rgba(16, 16, 16, 1);
  font-size: 20px;
  font-family: SourceHanSansSC-regular;
  border-bottom: 5px solid rgba(246, 213, 22, 1);
}
.content_list .list_item .item_more {
  position: absolute;
  right: 15px;
  top:15px
}
.content_list .list_item .item_item {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  padding-left: 20px;
  font-size: 15px;
  word-break:keep-all; 
  white-space:nowrap;
}
.content_list .list_item .item_item .item_point {
  width: 8px;
  height: 8px;
  margin-right: 13px;
  background-color: rgba(246, 213, 22, 1);
}
/* 脚 */
.content_foot {
  width: 100%;
  height: 356px;
  background-image: url('../images/index_new/foot.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 78px;
}
.content_foot .foot_left {
  margin-top: -42px;
}
.content_foot .foot_left div{
  display: flex;
  flex-direction: column;
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  font-weight: bold;
}
.content_foot .foot_left .left_mail{
  margin-bottom: 20px;
  margin-top: 114px;
}
.content_foot .foot_left .font_style{
  font-size: 14px;
  font-family: SourceHanSansSC-regular;
  color: rgba(153, 153, 153, 1);
}

.content_foot .foot_right div{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  font-weight: bold;
}
.content_foot .foot_right .font_style {
  font-size: 14px;
  font-family: SourceHanSansSC-regular;
  color: rgba(153, 153, 153, 1);
  text-align: right;
}
.content_foot .foot_right .foot_right_img {
  margin-top: 25px;
  margin-left: 15px;
  background-color: azure;
  width: 100px;
  height: 105px;
}
.foot {
  margin: 40px auto 0px;
  font-size: 20px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
}
/*yx_rotaion*/
.yx-rotaion{ width: 100% !important;  margin-right: auto; margin-bottom: 0; margin-left: auto; }
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:40px;line-height:40px;background-color: rgba(255, 101, 18);;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:16px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2;}
.yx-rotation-focus span{ background-color: black;width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px; border-radius: 50%; opacity: 0.6;}
.yx-rotation-focus span.hover{background-color: white;opacity: 1;}
.rotaion_list{width:0;height:0;overflow:hidden;}
/* 轮播图 */
.vui-slider {
	position:relative;
	overflow:hidden;
	background:#999;
}
.vui-slider .vui-items {
	overflow:hidden;
	width:100%;
	height:100%;
}
.vui-slider .vui-item {
	display:none;
	position:absolute;
	top:0;
	left:0;
  width:100%;
	height:100%;
}
.vui-slider .vui-item a,
.vui-slider .vui-item img {
	display:block;
	padding:0;
	margin:0;
	border:none;
}
.vui-slider .vui-buttons {
	position:absolute;
	z-index:5;
	bottom:16px;
	left:50%;
	float:left;
	display:inline;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.vui-slider .vui-button {
	float:left;
	display:inline;
	overflow:hidden;
	height:12px;
	width:12px;
	margin:0 10px;
	padding:0;
	border:none;
	border-radius:6px;
	background:#FFF;
	cursor:pointer;
}
.vui-slider .vui-button-cur {
	background-color:#C00;
}
.vui-slider .vui-transfer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.vui-slider .vui-transfer div {
  /* background-size: 20% 100%;   */
  background-size: cover;
}
.vui-slider .vui-prev {
	position:absolute;
	top:50%;
	left:0;
	z-index:5;
	width:60px;
	height:150px;
	margin-top:-75px;
	border-radius:0 10px 10px 0;
	background:url(prev.gif) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-next {
	position:absolute;
	top:50%;
	right:0;
	z-index:5;
	width:60px;
	height:150px;
	margin-top:-75px;
	border-radius:10px 0 0 10px;
	background:url(next.gif) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-sidebutton-hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	background-color:#000;
}