body{
	margin: 0;
	padding: 0;
}
ul,li{ list-style:none;}
a{
	color: #ffffff
}
/* 全网页分为head(头部) playBox(轮播图) content(内容) 以及copyright(底部版权声明) */
#head{
	width: 100%;
	height: 132px;
	background-color: #018ad8;
}
#nav_mid .wp_nav .i12{
	width: 125px;
}
#nav_mid .wp_nav .i12 .item-name{
	width: 125px;
}
li.nav-item.i7-2 {
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
}
li.nav-item.i8-1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
a{
	text-decoration: none;
}
#head_content{
	width: 1200px;
	height: 92px;
	margin: 0 auto;
}
#logodiv{
	padding-top: 31px;
	padding-bottom: 8px;
	position: relative;
}
#logo{
	width: 185px;
	height: 49px;
	background-image: linear-gradient(90deg, );
	display: inline-block;
}
#bg_sina{
	width: 0px;
	height: 33px;
	border: solid 1px #ffffff;
	display: inline-block;
	margin: 5px 0 5px 20px;
	
}
#logo_info{
	width: 548px;
	height: 27px;
	font-family: YRDZST;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #ffffff;
	display: inline-block;
	margin-left: 20px;
	position: absolute;
	top: 45%;
}
.rukou{
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 80px;
	width: 56px;
	height: 14px;
	font-family: Noto Sans S Chinese;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.suosou{
	position: absolute;
	width: 17px;
	height: 17px;
	top: 45px;
	right: 40px;
}
#head_nav{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
.nav-item{
	width:97px;
	height: 40px;
	line-height: 40px;
}
/* span .item-name{
	padding: 0;
} */
a span.item-name{
	padding: 0 !important;
	text-align: center;
}

.item-name{
	padding: 0;
	width: 97px;
}
.sub-nav{
	top:40px !important; 
	width: 97px !important;
	border: 0 !important;
}
.on{
	background-color: #FFFFFF;
}
.on a{
	color: #018ad8;
}

.play-box{
  position:relative;
	/* width: 100%; */
	width: calc(100%-2px);
	height: 450px;
  border:1px solid #018ad8;
}
 /*设置边框下的图片*/
.play-box img{
	/* width: 1920px; */
	width: 100%;
	height: 450px;
  border:0;
 }
 /*设置超链接下的所有图片不显示*/
.play-box a{
  display:block; /*现在是文本状态，要修改为块状*/
  overflow:hidden; /*隐藏超过边框高度的图片*/
  opacity:0; /*默认图片为全透明*/
  height:0; /*默认高度为0*/
  transition:opacity .5s; /*默认透明度过渡时间为0.5s*/
 }
 /*设置当前图片显示*/
#imgList a.current{
 opacity:1; /*默认图片显示*/
 height:auto; /*默认高度为自动*/
 }
 /*设置列表ul*/
ul{
 margin:0;
 padding:0;
 list-style:none;
 
 }
 /*设置列表ul下的li*/ 
.LI{
 width:10px;
 height:10px;
 margin:0 4px;
 font-size:0;
 border-radius:50%;
 background-color:#fff;
 cursor:pointer;
 float:left;
}
 /*当图片变化时，图标也跟着变化*/
 .iconList ul li.current{
 background-color:#018ad8;
}
 /*设置图标绝对定位*/
.iconList{
  position:absolute;
  bottom:10px;
  left:50%;
  margin-left:-45px;
}
 /*设置向左向右图标*/
.sliderbar{
  position:absolute;
  top:50%;
  margin-top:-25px;
  width:45px;
  height:100px;
  font-family:simsun;
  color:#fff;
  text-align:center;
  line-height:100px;
  background-color:#000;
  opacity:.6;
  display:none;
  cursor:pointer;
	font-size: 50px;
}
 /*设置向左图标*/
.slidebar-left{
  left:0;
}
 /*设置向右图标*/
.slidebar-right{
  right:0;
}

#content{
	width: 1200px;
	/* margin: 56px auto; */
	margin-top: 56px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.aa{
	width: 200px;
	height: 60px;
	display: flex;
}
.aa_left_contenta{
	width: 104px;
	font-family: Noto Sans S Chinese;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #018ad8;
}
.aa_left_contentb{
	width: 48px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #9e9e9e;
	margin-top: 6px;
}
.aa_right{
	display: flex;
	margin-left: 33px;
}
.href{
	color: #a7a7a7;
}
.aa_right_bt{
	width: 42px;
	font-family: Noto Sans S Chinese;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a7a7a7;
	margin-left: 9px;
	margin-top: 15px;
}
.NJUPT{
	width: 171px;
}
.aa_content{
	/* width: 780px; */
	width: 100%;
	height: 335px;
	display: flex;
	margin-top: 27px;
}
.aa_content_l{
	width: 390px;
	height: 100%;
	background-color: #f6f6f6;
}
.dtjt9_div_img{
	height: 280px;
}
.dtjt9_div_img img{
	height: 280px;
}
.aa_content_l_pic{
	width: 390px;
	height: 260px;
}
.aa_content_l_pic img{
	width: 390px;
	height: 260px;
}
.dtjt9_div_text_title{
	height: 76px;
}
.dtjt9_div_text_title a{
	font-size: 18px;
}
.dtjt9_div_text{
	height: 56px;
	line-height: 56px;
	bottom: 0;
	background-color: #eee;
}

.aa_content_l_title{
	width: 390px;
	height: 76px;
	font-family: Noto Sans S Chinese;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
}
.aa_content_l_title a{
	color: #000000;
}
.aa_content_r{
	width: 356px;
	height: 100%;
	margin-left: 17px;
}
.aa_content_r_a{
	display: flex;
	width: 356px;
	height: 72px;
	border: solid 1px #f6f6f6;
	margin-bottom: 16px;
}
.aa_content_r_time{
	width: 67px;
	height: 24px;
	margin-top: 11px;
	font-size: 22px;
	/* margin-top: 15px;
	padding-left: 13px; */
	color: #018ad8;
}
.aa_content_r_time_a{
	width: 39px;
	height: 16px;
	font-size: 16px;
	color: #4d4b6e;
	margin-left: 13px;
	margin-top: 8px;
}
.aa_content_r_title{
	height: 50px;
	border-left: solid 1px #4d4b6e;
	padding-left: 22px;
	margin-top: 15px;
	margin-left: 20px;
}
.aa_content_r_title a{
	color: #000000;
}
#content_one{
	display: flex;
}
.content_one_l{
	width: 762px;
}
.frag3{
	margin-top: 45px;
}
.bb_content{
	margin-top: 20px;
	/* width: 476px; */
	width: 746px;
	height: 367px;
}
.bb_content_a{
	display: flex;
	width: 746px;
	height: 50px;
	border-bottom:  dashed 1px #dcdcdc;
	margin-bottom: 20px;
}
.bb_content_a_time{
	font-size: 18px;
	color: #a7a7a7;
}
.bb_content_a_title{
	margin-left: 34px;
	font-size: 18px;
}
.bb_content_a_title a{
	color: #000000;
}
.frag4{
	margin-top: 60px;
}
.content_one_r{
	width: 395px;
	margin-left: 28px;
}
.cc_content{
	width: 385px;
	height: 520px;
	margin-top: 29px;
	margin-bottom: 60px;
}
.cc_content_a{
	width: 385px;
	display: flex;
	margin-bottom: 30px;
	border-bottom:  dashed 1px #dcdcdc;
}
.cc_content_a_time{
  width: 60px;
	height: 60px;
	background-color: #c8b275;
	border-radius: 4px;
	margin-bottom: 5px;
}
.cc_time_a{
	background-color: #c8b275;
	text-align: center;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	border-radius: 4px;
}
.cc_time_b{
	width: 56px;
	height: 28px;
	color: #c8b275;
	line-height: 28px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	border-radius: 0 0 2px 2px;
}
.cc_content_a_title{
	/* margin-left: 13px; */
	font-size: 18px;
	width: 315px;
	height: 60px;
	padding-left: 13px;
}
.cc_content_a_title a{
	color: #000000;
}
.topic{
	margin-top: 28px;
}
.li1{
	margin-bottom: 11px;
	position: relative;
}
.li1_info{
	width: 120px;
	height: 24px;
	color: #FFFFFF;
	position: absolute;
	font-size: 24px;
	bottom: 21px;
	left: 16px;
}
.li2{
	position: relative;
}
.li2_info{
	width: 120px;
	height: 24px;
	color: #FFFFFF;
	position: absolute;
	font-size: 24px;
	bottom: 21px;
	left: 16px;
}
.ul2{
	margin-top: 13px;
}
.li3{
	margin-bottom: 12px;
}
#content_two{
	margin-top: 60px;
}
.MSTER{
	width: 110px;
}
.frag6_content{
	width: 1185px;
	height: 180px;
	display: flex;
	margin-top: 20px;
}
.frag6_content_a{
	margin-right: 9px;
}
.frag6_img {
	width: 230px;
	height: 150px;
}
.frag6_img img{
	width: 230px;
	height: 150px;
}
.frag6_info{
	text-align: center;
	margin-top: 11px;
}
.frag6_info a{
	color: #000000;
}
.imgscroll2_td a{
	color: #4d4b6e;
}
.HREF{
	color: #4d4b6e;
}
.frag7{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
.frag7_content{
	width: 1203px;
	height: 601px;
	margin-top: 34px;
	margin-bottom: 66px;
	/* background-color: #C8B275; */
}
.fivehref{
	width: 1204px;
	margin-top: 35px;
	margin-bottom: 57px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
.fivehref_li{
	float: left;
	width: 220px;
	height: 118px;
	margin-right: 26px;
	position: relative;
}
.one{
	background-color: #b8c0e2;
	border-radius: 4px;
}
.two{
	background-color: #67ccb0;
	border-radius: 4px;
}
.three{
	background-color: #fbbe64;
	border-radius: 4px;
}
.four{
	background-color: #65a3f3;
	border-radius: 4px;
}
.fivehref_li_five{
	float: left;
	width: 220px;
	height: 118px;
	background-color: #ec9699;
	border-radius: 4px;
	position: relative;
}
.fivehref_li_div{
	width: 173px;
	height: 38px;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.fivehref_img{
	width: 38px;
	height: 38px;
}
.fivehref_a{
	height: 25px;
	font-size: 20px
}
.fivehref_a_one{
	height: 38px;
	line-height: 38px;
	margin-left: 10px;
	font-size: 20px
}
.fivehref_a_two{
	height: 38px;
	line-height: 38px;
	margin-left: 10px;
	font-size: 20px
}
.fivehref_a_three{
	height: 38px;
	line-height: 38px;
	margin-left: 10px;
	font-size: 20px
}
.fivehref_a_four{
	height: 38px;
	line-height: 38px;
	margin-left: 10px;
	font-size: 20px
}
.fivehref_a_five{
	height: 38px;
	line-height: 38px;
	margin-left: 6px;
	font-size: 20px
}
.characters{
	width: 50%;
	height:100%;
}
.characters_name{
	width: 146px;
	height: 39px;
	border-radius: 48px;
	border: solid 2px #c8b275;
	line-height: 39px;
	text-align: center;
	margin-top: 19px;
	margin-left: 22px;
	font-size: 24px;
	color: #c8b275;
}
.characters_name a{
	color: #c8b275;
}
.characters_title{
	width: 230px;
		height: 32px;
		font-size: 28px;
		color: #018ad8;
		margin-top: 40px;
		margin-left: 22px;
}
.characters_title a{
	color: #018ad8;
}
.characters_info{
	width: 260px;
	font-size: 16px;
	color: #a7a7a7;
	margin-top: 31px;
	margin-left: 22px;
	
}
.characters_info a{
	color: #a7a7a7;
}
.characters_img{
	width: 300px;
	height: 300px;
}
.characters_img img{
	width: 300px;
	height: 300px;
}
#copyright{
	width: 100%;
	height: 156px;
	background-image: url("https://www.hdectv.com/_upload/tpl/09/35/2357/template2357/images/bottom-img.png");
	padding-top: 28px;
}
.copyright_div{
	width: 1200px;
	height: 146px;
	margin: 0 auto;
	display: flex;
}
.copyright_contentA{
	width: 800px;
	margin-right: 20px;
}
.copyright_left_a{
	width: 104px;
	font-family: Noto Sans S Chinese;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	
}
.copyright_left_b{
	width: 72px;
	font-family: Noto Sans S Chinese;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #ffffff;
	margin-left: 35px;
	text-align: center;
}
.copyright_left_b a{
	vertical-align:middle;
}
.copyright_left_c a{
	vertical-align:middle;
}
.copyright_left_d a{
	vertical-align:middle;
}
.copyright_left_e a{
	vertical-align:middle;
}

.copyright_left_c{
	width: 72px;
	font-family: Noto Sans S Chinese;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #ffffff;
	margin-left: 15px;
	text-align: center;
}

.copyright_left_d{
	width: 72px;
	font-family: Noto Sans S Chinese;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #ffffff;
	margin-left: 15px;
	text-align: center;
	
}
.copyright_left_e{
	width: 108px;
	font-family: Noto Sans S Chinese;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #ffffff;
	margin-left: 15px;
	text-align: center;
	
}
.copyright_bottom{
	font-family: Noto Sans S Chinese;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}
.copyright_bottom_a{
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	margin-top: 5px;
	display: flex;
}
.copyright_bottom_b{
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	margin-top: 10px;
	display: flex;
}
.bottom_A{
	width: 120px;
}
.bottom_B{
	margin-left: 18px;
}
.bottom_C{
	margin-left: 10px;
}

.bottom_D{
	margin-left: 35px;
}

.bottom_E{
	margin-left: 10px;
}
.bottom_F{
	margin-left: 22px;
}
.copyright_contentB{
	width: 560px;
	height: 100%;
	display: flex;
	border-left: 1px solid #ffffff;
        justify-content: space-around;
}
.copy_ri_left{
}
.copy_ri_right{
}
.copy_ri_img{
	text-align: center;
}
.copy_ri_info{
	margin-top: 10px;
	text-align: center;
	font-family: Noto Sans S Chinese;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
