@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #444;
	-webkit-text-size-adjust: none;
	background: #fff url("https://www.musiccertified.com/images/bg.png") repeat-x;
	min-width: 1200px;
}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
input {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	font-size: 14px;
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #1f65de;
}
.clear {
	clear: both;
	/* height: 1px; */
	/* margin-top: -1px; */
	/* overflow: hidden; */
}
.fc, .fc a {
	color: #e70010;
}
.hidden {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*头部*/
#header {
	width: 100%;
	height: 197px;	
	position: relative;
	z-index: 9999;	
}
#top {
	width: 1200px;
	background: url("https://www.musiccertified.com/images/top_bg2.png") no-repeat right 40px;
	position: relative;
	height:151px;
	margin:0 auto;
}
#top p {
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
#top p span {
	color: #fed000;
}
#top #logo {
	position: absolute;
	top: 60px;
	left: 0;
}
#top .toptext {
	position: absolute;
	top: 0;
	right: 0;
	background: url("https://www.musiccertified.com/images/top_bg.png") no-repeat;
	width: 290px;
	height: 48px;
	padding-right: 58px;
	text-align: right;
	line-height: 38px;
	color: #fff;
}
#top .toptext a {
	color: #fff;
	font-size: 15px;
}
#top .serach {
	position: absolute;
	top: 88px;
	right: 0;
	width: 280px;
	height: 29px;
}
#top .serach .input {
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 28px;
	padding-left: 5px;
	border: none;
	border-bottom: 1px solid #2f436e;
	background: none;
	line-height: 28px;
	color: #a8acb4;
	font-size: 14px;
	font-family: "微软雅黑";
}
#top .serach .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 25px;
	border: none;
	background: url("https://www.musiccertified.com/images/search.png") no-repeat;
	cursor: pointer;
}
#nav{
	width:100%;
	position:relative;
	height: 46px;
}
#nav ul{
	width: 1200px;
	margin: 0 auto;
}
#nav li {
	float: left;
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 92px;
}
#nav li a {
	font-size: 15px;
	height: 46px;
	display: block;
	position: relative;
	color: #fff;
}
#nav li a:hover, #nav li.active {
	background: #1f65de;
	color: #fff;
}
#nav li:hover {
	background: #1f65de;
}
#nav li:hover .a{
	display:block;
}
#nav li .a {

	top: 46px;
	left: 0;
	width: 100%;
	display:none;
	background: #fff;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
#nav li .a .a_block{
	width:1200px;
	margin:0 auto;
}
#nav li .a .a_block dl{
	width:680px;
	float:left;
}
#nav li .a .a_block dt{
	width:370px;
	height:130px;
	overflow:hidden;
	float:left;
}
#nav li .a .a_block dd{
	width:310px;
	float:left;
	text-align:center;
	line-height:24px;
}
#nav li .a .a_block dd p{
	padding-bottom:24px;
	color:#1f65de;
}
#nav li .a .a_block_ul{
	width:120px;
	float:left;
}
#nav li .a li{
	line-height:36px;
	text-align:center;
	overflow:hidden;
	height:36px;
}
#nav li .a li a{
	font-size:14px;
	color:#333;
}
#nav li .a li a:hover{
	color:#fff;
}


/* 单个图片幻灯片盒子 - 公用类 */
.slideBox {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	right: 0;
	bottom: 30px;
	width: 100%;
	position: absolute;
	z-index: 9999;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	height: 15px;
	margin: 0 auto;
	width: 150px;
}
.slideBox .hd li {
	width: 15px;
	height: 15px;
	float: left;
	text-indent: -9999px;
	background: url("https://www.musiccertified.com/images/dian3.png") no-repeat;
	cursor: pointer;
	margin-right: 10px;
}
.slideBox .hd li.on {
	background: url("https://www.musiccertified.com/images/dian4.png") no-repeat;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 100%;
	height: 400px;
}
.slideBox .bd .banner_text {
	position: absolute;
	top: 0;
	left: 0;
	background: url("https://www.musiccertified.com/images/bg3.png") no-repeat;
	width: 634px;
	height: 354px;
	z-index: 9999;
	padding: 46px 0 0 96px;
}
.slideBox .bd .banner_text strong {
	display: block;
	width: 470px;
	line-height: 62px;
	font-weight: normal;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #1c2b4b;
}
.slideBox .bd .banner_text p {
	width: 470px;
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 10px;
}
.jjmore{
	width: 120px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	display: block;
	overflow: hidden;
	background: url("https://www.musiccertified.com/images/span.png") no-repeat;
	margin-top: 12px;
}
.jjmore a {
	color: #1f65de;
	font-size: 16px;
}
.slideBox .bd li {
	width: 100%;
	text-indent: -9999px;
	height: 400px;
}
.slideBox .bd li a {
	display: block;
	height: 400px;
}
/*底部*/
#footer {
	background: #1c2b4b;
	color: #fff;
	font-size: 14px;
	height: 160px;
}
#footer .footsum {
	width: 1200px;
	margin: 0 auto;
}

#footer .footsum p {/*
	width: 510px;
	float: right;
	height: 46px;
	padding-top: 59px;
	text-align: right;*/
}
#footer .footsum p a {
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	font-size: 15px;
	border: 1px solid #fff;
}
#footer .footsum .footdl {
	width: 328px;
	height: 134px;
	padding-top: 26px;
	float: left;
}
#footer .footsum dl {
	width: 164px;
	float: left;
	position: relative;
	cursor: pointer;
	text-align: center;
}
#footer .footsum dt {
	width: 108px;
	height: 108px;
	float: left;
	overflow: hidden;
}
#footer .footsum dd {
	width: 15px;
	text-align: center;
	height: 58px;
	line-height: 14px;
	padding: 50px 10px 0 10px;
	float: left;
}
#footer .footsum dd.dd2 {
	height: 70px;
}
#footer a, #bottom p a {
	font-size: 14px;
	color: #fff;
}
#bottom {
	background: #1f65de;
	color: #fff;
	width:100%;
	clear:both;
	height: auto;padding:15px 0px;
}
#bottom p {
	width: 1200px;
	margin: 0 auto;
	text-align:center;
	line-height: 28px;
	font-size: 14px;
}
/*主体*/
#index_main {
	width: 100%;
	padding-top: 12px;
	position: relative;
}
#index_main .word_bg {
	position: absolute;
	top: 606px;
	right: 0;
	
	width: 392px;
	height: 560px;
}
.public_width {
	width: 1200px;
	margin: 0 auto 30px;
}
.public_width h2 {
	height: 60px;
	line-height: 60px;
	text-align: right;
	font-size: 12px;
	position: relative;
	font-weight: normal;
	color: #999999;
}
.public_width h2 a {
	color: #999999;
	font-size: 14px;
}
.public_width h2 .h2_tit {
	position: absolute;
	top: 0;
	left: 0;
}
.public_width h2 .h2_tit strong {
	color: #333;
	font-size: 24px;
	margin-right: 6px;
	font-weight: normal;
}
.index_content1 {
	width: 100%;
	background: #f6f6f6;padding:20px 0px 10px;
}


.index_content2 {
	width: 100%;
	padding: 30px 0;
	background: #f8f8f8;
}


/*切换*/
.slideTxtBox{width: 690px;}
.slideTxtBox .hd ul li .li_ico1{
	position:absolute;
	top:8px;
	left:12px;
	text-indent:0;
	width:23px;
	height:23px;
	background:url("https://www.musiccertified.com/images/ico2.png") no-repeat;
}
.slideTxtBox .hd ul li .li_ico2{
	position:absolute;
	top:8px;
	left:12px;
	text-indent:0;
	width:23px;
	height:23px;
	background:url("https://www.musiccertified.com/images/ico3.png") no-repeat;
}
.slideTxtBox .hd ul li.on .li_ico1{
	background:url("https://www.musiccertified.com/images/ico2_a.png") no-repeat;
}
.slideTxtBox .hd ul li.on .li_ico2{
	background:url("https://www.musiccertified.com/images/ico3_a.png") no-repeat;
}
.slideTxtBox .hd ul li.on {
	background: #1f65de;
	color: #fff;
}
.slideTxtBox .bd ul {
	width: 690px;
}

.slideTxtBox .bd .dl1 dd {
	width: 690px;
	line-height: 32px;
	height: 47px;
	background: url("https://www.musiccertified.com/images/li.png") repeat-x left bottom;
	margin-bottom: 17px;
	position: relative;
}
.slideTxtBox .bd .dl1 dd:after{
	position: absolute;
	top: 17px;
	right: 7px;
	background: url("https://www.musiccertified.com/images/ico.png") no-repeat;
	width: 12px;
	height: 14px;
	content: "";
}
.slideTxtBox .bd .dl1 dd span {
	display: block;
	line-height: 16px;
	color: #999;
	font-size: 12px;
}
.slideTxtBox .bd .dl1 dd a {
	height: 32px;
	font-size: 16px;
	overflow: hidden;
}
.slideTxtBox .bd .dl2{
	height:156px;
	width: 690px;
}
.slideTxtBox .bd .dl2 dt{
	width:200px;
	height:140px;
	overflow:hidden;
	float:left;
}
.slideTxtBox .bd .dl2 dd{
	width:470px;
	float:right;
}
.slideTxtBox .bd .dl2 dd strong{
	height:34px;
	line-height:34px;
	display:block;
	margin-bottom:6px;
	overflow:hidden;
	font-weight:normal;
}
.slideTxtBox .bd .dl2 dd strong a{
	font-size:16px;
}
.slideTxtBox .bd .dl2 dd p{
	height:48px;
	line-height:24px;
	color:#999;
	overflow:hidden;
}
.slideTxtBox .bd .dl2 dd span{
	height:24px;
	line-height:24px;
	display:block;
	margin-top:20px;
	font-size:12px;
	color:#999;
	overflow:hidden;
}

.focus{width:450px;float:left;margin-top:18px;}

.index_sum1 {width: 460px;float: left;margin-left:22px;}
.index_sum1 h2 {width: 460px;}
.ban-news-box ul li{ overflow:hidden; height:44px; line-height:44px; border-bottom:1px dashed #e0e0e0;}
.ban-news-box ul li span{ padding:0 5px; border-radius:10px; color:#fff; margin-right:5px;}
.ban-news-box ul li a{ font-size:16px; color:#444444;}
.ban-news-box ul li a:hover{ color:#0e419c;}
.span-hzjl1{ background-image:url("https://www.musiccertified.com/images/dian.jpg");background-repeat:no-repeat;background-position:0px;}
.addtime{ font-size:14px; color:#858585; float:right;}

.index_sum2 {width: 250px;float: right;}
.ban-enter-box{}
.ban-enter-box ul{ margin-top:8px;}
.ban-enter-box ul li{ height:68px; background-image:url("https://www.musiccertified.com/images/bshow.png"); background-position:center bottom; background-repeat:no-repeat;}
.ban-enter-box ul li a{ background-color:#2f88ec; border-radius:8px; height:52px; display:block; line-height:50px; font-size:16px; color:#fff; padding-left:55px;}
.ban-enter-box ul li a:hover{ background-color:#1565e1;}
.ico-1{ background-image:url("https://www.musiccertified.com/images/pt_01.png"); background-position:13px 9px; background-repeat:no-repeat;}
.ico-2{ background-image:url("https://www.musiccertified.com/images/pt_02.png"); background-position:13px 12px; background-repeat:no-repeat;}
.ico-3{ background-image:url("https://www.musiccertified.com/images/pt_03.png"); background-position:13px 11px; background-repeat:no-repeat;}
.ico-4{ background-image:url("https://www.musiccertified.com/images/pt_04.png"); background-position:13px 11px; background-repeat:no-repeat;}

.index_sum3 {width: 599px;float: left;}
.index_sum3 h2 {width: 575px;}
.slideTxtBox2 {width: 575px;}
.slideTxtBox2 dl {height: 75px;padding-top: 10px;}
.slideTxtBox2 dt {width: 66px;float: left;height: 70px;position: relative;background: #1f65de;font-size: 16px;line-height: 24px;color: #9bb2ec;text-align: center;}
.slideTxtBox2 dt:after {position: absolute;top: 39px;left: 13px;width: 40px;height: 1px;background: #fff;content: "";}
.slideTxtBox2 dt span {display: block;color: #fff;line-height: 44px;font-size: 18px;}
.slideTxtBox2 dd {width: 500px;float: right;}
.slideTxtBox2 dl strong {height: 22px;line-height: 22px;display: block;overflow: hidden;margin-bottom: 5px;}
.slideTxtBox2 dl strong a {font-size: 16px;font-weight: normal;}
.slideTxtBox2 dl p{padding: 0 2px;height: 48px;line-height: 24px;overflow: hidden;color: #999;}

.index_sum4 {width: 470px;float: right;}
.index_sum4 h2 {width: 470px;}
.slideBox2 {width: 470px;}
.slideBox2 dl {height: 75px;padding-top: 10px;}
.slideBox2 dd {width: 470px;float: left;}
.slideBox2 dl strong {height: 22px;line-height: 22px;display: block;overflow: hidden;margin-bottom: 5px;}
.slideBox2 dl strong a {font-size: 16px;font-weight: normal;}
.slideBox2 dl p{padding: 0 2px;height: 48px;line-height: 24px;overflow: hidden;color: #999;}

.foot_yq{float:right;}
.fnav_nll {float: left;width: 260px;text-align: left;margin-left:20px;}
.fnav_nll p {float: left;height: 30px;width: 100%;color: #FFF; font-size: 18px; display: block;text-align: left;margin-top: 20px;}
.fnav_nll li{float: left; width: 120px;margin-right:10px}
.fnav_nll a {color: #fff;float: left;height: 25px;width: 100%;line-height: 25px;}

.fnav_lxwm {float: left;width: 290px;text-align: left;margin-left:20px;}
.fnav_lxwm p {float: left;height: 30px;width: 100%;color: #FFF; font-size: 18px; display: block;text-align: left;margin-top: 20px;}
.fnav_lxwm span{font-size:14px;color: #FFF;width: 100%;float:left;line-height: 25px;}